html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
qbefore,
qafter,
blockquotebefore,
blockquoteafter {
  content: "";
  content: none;
}
a img {
  border: none;
}
a {
  -webkit-tap-highlight-color: rgba(53,93,167,0.2);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
img {
  vertical-align: bottom;
  border: none;
}
button,
input,
select,
textarea {
  vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button-moz-focus-inner,
input-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
textarea {
  overflow: auto;
  vertical-align: top;
  font-family: sans-serif;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
  --windowHeight: 100vh;
  --firstViewHeight: 100vh;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 0.694444444444444vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.333333333333333vw;
  }
}
* {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  background-color: #fdf7ef;
  color: #000;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3rem;
  }
}
a {
  color: #000;
}
a:link,
a:visited {
  text-decoration: none;
  color: #000;
}
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background: rgba(0,0,0,0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden 9;
/* Target only IE7 and IE8 with this hack */
  opacity: 0.01;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0,0,0,0.5);
  position: relative;
  margin: 0 1px;
  border-radius: 3px;
}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible 9;
/* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
/* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
/* For Firefox */
  -ms-overflow-style: none;
/* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
/*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0,0,0,0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -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;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@charset "UTF-8";
#start-resizable-editor-section {
  display: none;
}
.wp-block-audio figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-audio audio {
  width: 100%;
  min-width: 300px;
}
.wp-block-button__link {
  overflow-wrap: break-word;
}
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
  color: #fff;
}
.wp-block-button__link.aligncenter {
  text-align: center;
}
.wp-block-button__link.alignright {
  text-align: right;
}
.wp-block-buttons>.wp-block-button.has-custom-width {
  max-width: none;
}
.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%;
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
  width: calc(25% - 0.5em);
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
  width: calc(50% - 0.5em);
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
  width: calc(75% - 0.5em);
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
  margin-right: 0;
  width: 100%;
}
.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0;
}
.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
  border-radius: 0 !important;
}
.is-style-outline>.wp-block-button__link,
.wp-block-button__link.is-style-outline {
  border: 2px solid;
}
.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: #32373c;
}
.is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
  background-color: transparent;
}
.wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wp-block-buttons.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-block-buttons.is-vertical>.wp-block-button {
  margin-right: 0;
}
.wp-block-buttons.is-vertical>.wp-block-button:last-child {
  margin-bottom: 0;
}
.wp-block-buttons>.wp-block-button {
  display: inline-block;
  margin-left: 0;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.wp-block-buttons>.wp-block-button:last-child {
  margin-right: 0;
}
.wp-block-buttons.is-content-justification-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wp-block-buttons.is-content-justification-left.is-vertical {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wp-block-buttons.is-content-justification-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-block-buttons.is-content-justification-center.is-vertical {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-block-buttons.is-content-justification-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wp-block-buttons.is-content-justification-right>.wp-block-button {
  margin-left: 0.5em;
  margin-right: 0;
}
.wp-block-buttons.is-content-justification-right>.wp-block-button:first-child {
  margin-left: 0;
}
.wp-block-buttons.is-content-justification-right.is-vertical {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.wp-block-buttons.is-content-justification-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wp-block-buttons.aligncenter {
  text-align: center;
}
.wp-block-buttons.alignleft .wp-block-button {
  margin-left: 0;
  margin-right: 0.5em;
}
.wp-block-buttons.alignleft .wp-block-button:last-child {
  margin-right: 0;
}
.wp-block-buttons.alignright .wp-block-button {
  margin-right: 0;
  margin-left: 0.5em;
}
.wp-block-buttons.alignright .wp-block-button:first-child {
  margin-left: 0;
}
.wp-block-buttons:not(.is-content-justification-space-between,
.is-content-justification-right,
.is-content-justification-left,
.is-content-justification-center) .wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
  width: 100%;
}
.wp-block-calendar {
  text-align: center;
}
.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 0.25em;
  border: 1px solid #ddd;
}
.wp-block-calendar tfoot td {
  border: none;
}
.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse;
}
.wp-block-calendar table th {
  font-weight: 400;
  background: #ddd;
}
.wp-block-calendar a {
  text-decoration: underline;
}
.wp-block-calendar table caption,
.wp-block-calendar table tbody {
  color: #40464d;
}
.wp-block-categories.alignleft {
  margin-right: 2em;
}
.wp-block-categories.alignright {
  margin-left: 2em;
}
.wp-block-code code {
  display: block;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.75em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 782px) {
  .wp-block-columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.wp-block-columns.has-background {
  padding: 1.25em 2.375em;
}
.wp-block-columns.are-vertically-aligned-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.wp-block-column {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 599px) {
  .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-column:not(:only-child) {
    -ms-flex-preferred-size: calc(50% - 1em) !important;
        flex-basis: calc(50% - 1em) !important;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .wp-block-column:nth-child(2n) {
    margin-left: 2em;
  }
}
@media (min-width: 782px) {
  .wp-block-column {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .wp-block-column[style*=flex-basis] {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 2em;
  }
}
.wp-block-column.is-vertically-aligned-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%;
}
.wp-block-cover,
.wp-block-cover-image {
  position: relative;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  width: 100%;
  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: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
  background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}
.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
  background-color: #000;
}
.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  content: "";
  background-color: inherit;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
  opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
  opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
  opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
  opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
  opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
  opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
  opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
  opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
  opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
  opacity: 1;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 420px;
  width: 100%;
}
.wp-block-cover-image:after,
.wp-block-cover:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}
@supports (position: sticky) {
  .wp-block-cover-image:after,
  .wp-block-cover:after {
    content: none;
  }
}
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  z-index: 1;
  color: #fff;
}
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
  color: inherit;
}
.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin: 0;
  width: auto;
}
.wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wp-block-cover__image-background,
.wp-block-cover__video-background {
  z-index: 0;
}
.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
  color: #fff;
}
.wp-block-cover-image .wp-block-cover.has-left-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
  margin-left: 0;
  text-align: left;
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
  margin-right: 0;
  text-align: right;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 840px;
  padding: 0.44em;
  text-align: center;
}
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
  max-width: 360px;
  width: 100%;
}
.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
  min-width: 280px;
}
.wp-block-cover .wp-block-embed {
  min-width: 320px;
  min-height: 240px;
}
.wp-block-embed {
  margin-bottom: 1em;
}
.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-embed iframe {
  max-width: 100%;
}
.wp-block-embed__wrapper {
  position: relative;
}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-embed-responsive .wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}
.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%;
}
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%;
}
.wp-block-file {
  margin-bottom: 1.5em;
}
.wp-block-file.aligncenter {
  text-align: center;
}
.wp-block-file.alignright {
  text-align: right;
}
.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 0.8em;
  padding: 0.5em 1em;
}
.wp-block-file a.wp-block-file__button {
  text-decoration: none;
}
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}
.wp-block-file *+.wp-block-file__button {
  margin-left: 0.75em;
}
.blocks-gallery-grid,
.wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 1em 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: calc(50% - 1em);
}
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}
@supports (position: sticky) {
  .blocks-gallery-grid .blocks-gallery-image figure,
  .blocks-gallery-grid .blocks-gallery-item figure,
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
@supports (position: sticky) {
  .blocks-gallery-grid .blocks-gallery-image img,
  .blocks-gallery-grid .blocks-gallery-item img,
  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img {
    width: auto;
  }
}
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 3em 0.77em 0.7em;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.7)), color-stop(70%, rgba(0,0,0,0.3)), to(transparent));
  background: linear-gradient(0deg, rgba(0,0,0,0.7), rgba(0,0,0,0.3) 70%, transparent);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}
.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}
@supports (position: sticky) {
  .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 600px) {
  .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  .blocks-gallery-grid.columns-3 .blocks-gallery-item,
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc(33.33333% - 0.66667em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-4 .blocks-gallery-image,
  .blocks-gallery-grid.columns-4 .blocks-gallery-item,
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc(25% - 0.75em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-5 .blocks-gallery-image,
  .blocks-gallery-grid.columns-5 .blocks-gallery-item,
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc(20% - 0.8em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-6 .blocks-gallery-image,
  .blocks-gallery-grid.columns-6 .blocks-gallery-item,
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc(16.66667% - 0.83333em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-7 .blocks-gallery-image,
  .blocks-gallery-grid.columns-7 .blocks-gallery-item,
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc(14.28571% - 0.85714em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-8 .blocks-gallery-image,
  .blocks-gallery-grid.columns-8 .blocks-gallery-item,
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc(12.5% - 0.875em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: 420px;
  width: 100%;
}
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-block-group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 1.25em 2.375em;
}
.wp-block-image {
  margin-bottom: 1em;
}
.wp-block-image img {
  max-width: 100%;
}
.wp-block-image:not(.is-style-rounded) img {
  border-radius: inherit;
}
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  width: 100%;
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright {
  display: table;
}
.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption {
  display: table-caption;
  caption-side: bottom;
}
.wp-block-image .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.wp-block-image .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
  border-radius: 9999px;
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
  .wp-block-image.is-style-circle-mask img {
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>");
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0;
  }
}
.wp-block-latest-comments__comment {
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
  min-height: 2.25em;
  list-style: none;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em;
}
.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5;
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: 0.875em;
  line-height: 1.8;
  margin: 0.36em 0 1.4em;
}
.wp-block-latest-comments__comment-date {
  display: block;
  font-size: 0.75em;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: 0.75em;
  width: 2.5em;
}
.wp-block-latest-posts.alignleft {
  margin-right: 2em;
}
.wp-block-latest-posts.alignright {
  margin-left: 2em;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
}
.wp-block-latest-posts.is-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
.wp-block-latest-posts.is-grid li {
  margin: 0 1.25em 1.25em 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - 0.625em);
  }
  .wp-block-latest-posts.columns-2 li:nth-child(2n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - 0.83333em);
  }
  .wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 0.9375em);
  }
  .wp-block-latest-posts.columns-4 li:nth-child(4n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 1em);
  }
  .wp-block-latest-posts.columns-5 li:nth-child(5n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 1.04167em);
  }
  .wp-block-latest-posts.columns-6 li:nth-child(6n) {
    margin-right: 0;
  }
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  display: block;
  color: #555;
  font-size: 0.8125em;
}
.wp-block-latest-posts__post-excerpt {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-latest-posts__featured-image a {
  display: inline-block;
}
.wp-block-latest-posts__featured-image img {
  height: auto;
  width: auto;
}
.wp-block-latest-posts__featured-image.alignleft {
  margin-right: 1em;
}
.wp-block-latest-posts__featured-image.alignright {
  margin-left: 1em;
}
.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center;
}
.block-editor-image-alignment-control__row .components-base-control__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
  margin-bottom: 0;
}
ol.has-background,
ul.has-background {
  padding: 1.25em 2.375em;
}
.wp-block-media-text {
/*rtl:begin:ignore*/
  direction: ltr;
/*rtl:end:ignore*/
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 1fr;
  grid-template-columns: 50% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
/*rtl:begin:ignore*/
/*rtl:end:ignore*/
.wp-block-media-text.has-media-on-the-right {
  -ms-grid-columns: 1fr 50%;
  grid-template-columns: 1fr 50%;
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  -ms-grid-row-align: start;
  -ms-flex-item-align: start;
      align-self: start;
}
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  -ms-grid-row-align: end;
  -ms-flex-item-align: end;
      align-self: end;
}
.wp-block-media-text .wp-block-media-text__media {
/*rtl:begin:ignore*/
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
/*rtl:end:ignore*/
  margin: 0;
}
/*rtl:begin:ignore*/
/*rtl:end:ignore*/
.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
/*rtl:begin:ignore*/
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
/*rtl:end:ignore*/
  padding: 0 8%;
  word-break: break-word;
}
/*rtl:begin:ignore*/
/*rtl:end:ignore*/
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
/*rtl:begin:ignore*/
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
/*rtl:end:ignore*/
}
/*rtl:begin:ignore*/
/*rtl:end:ignore*/
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
/*rtl:begin:ignore*/
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
/*rtl:end:ignore*/
}
/*rtl:begin:ignore*/
/*rtl:end:ignore*/
.wp-block-media-text__media img,
.wp-block-media-text__media video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  background-size: cover;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
  display: block;
  height: 100%;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
  color: #1e1e1e;
  background-color: #fff;
  min-width: 200px;
}
.items-justified-left>ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.items-justified-center>ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.items-justified-right>ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.items-justified-space-between>ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wp-block-navigation-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0;
}
.wp-block-navigation-link .wp-block-navigation__container:empty {
  display: none;
}
.wp-block-navigation__container {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.is-vertical .wp-block-navigation__container {
  display: block;
}
.has-child>.wp-block-navigation-link__content {
  padding-right: 0.5em;
}
.has-child .wp-block-navigation__container {
  border: 1px solid rgba(0,0,0,0.15);
  background-color: inherit;
  color: inherit;
  position: absolute;
  left: 0;
  top: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  visibility: hidden;
}
.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon {
  padding-right: 0.5em;
}
@media (min-width: 782px) {
  .has-child .wp-block-navigation__container {
    left: 1.5em;
  }
  .has-child .wp-block-navigation__container .wp-block-navigation__container {
    left: 100%;
    top: -1px;
  }
  .has-child .wp-block-navigation__container .wp-block-navigation__container:before {
    content: "";
    position: absolute;
    right: 100%;
    height: 100%;
    display: block;
    width: 0.5em;
    background: transparent;
  }
  .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.has-child:hover {
  cursor: pointer;
}
.has-child:hover>.wp-block-navigation__container {
  visibility: visible;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.has-child:focus-within {
  cursor: pointer;
}
.has-child:focus-within>.wp-block-navigation__container {
  visibility: visible;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation__container {
  text-decoration: inherit;
}
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus {
  text-decoration: none;
}
.wp-block-navigation-link__content {
  color: inherit;
  padding: 0.5em 1em;
}
.wp-block-navigation-link__content+.wp-block-navigation-link__content {
  padding-top: 0;
}
.has-text-color .wp-block-navigation-link__content {
  color: inherit;
}
.wp-block-navigation-link__label {
  word-break: normal;
  overflow-wrap: break-word;
}
.wp-block-navigation-link__submenu-icon {
  height: inherit;
  padding: 0.375em 1em 0.375em 0;
}
.wp-block-navigation-link__submenu-icon svg {
  fill: currentColor;
}
@media (min-width: 782px) {
  .wp-block-navigation-link__submenu-icon svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.is-small-text {
  font-size: 0.875em;
}
.is-regular-text {
  font-size: 1em;
}
.is-large-text {
  font-size: 2.25em;
}
.is-larger-text {
  font-size: 3em;
}
.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}
p.has-background {
  padding: 1.25em 2.375em;
}
p.has-text-color a {
  color: inherit;
}
p:empty:before {
  content: "​";
}
.wp-block-post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wp-block-post-author__byline {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.5em;
}
.wp-block-post-author__avatar {
  margin-right: 1em;
}
.wp-block-post-author__bio {
  margin-bottom: 0.7em;
  font-size: 0.7em;
}
.wp-block-post-author__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
.wp-block-post-author__name {
  font-weight: 700;
  margin: 0;
}
.wp-block-post-comments-form input[type=submit] {
  color: #fff;
  background-color: #32373c;
  border: none;
  border-radius: 1.55em;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  padding: 0.667em 1.333em;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}
.wp-block-post-comments-form input[type=submit]:active,
.wp-block-post-comments-form input[type=submit]:focus,
.wp-block-post-comments-form input[type=submit]:hover,
.wp-block-post-comments-form input[type=submit]:visited {
  color: #fff;
}
.wp-block-preformatted {
  white-space: pre-wrap;
}
.wp-block-pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 420px;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: 1.25em;
}
.wp-block-pullquote p {
  font-size: 1.75em;
  line-height: 1.6;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative;
}
.wp-block-pullquote .has-text-color a {
  color: inherit;
}
.wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}
.wp-block-pullquote.is-style-solid-color {
  border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal;
}
.wp-block-pullquote cite {
  color: inherit;
}
.wp-block-query-loop {
  max-width: 100%;
  list-style: none;
  padding: 0;
}
.wp-block-query-loop li {
  clear: both;
}
.wp-block-query-loop.is-flex-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wp-block-query-loop.is-flex-container li {
  margin: 0 0 1.25em;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-query-loop.is-flex-container li {
    margin-right: 1.25em;
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li {
    width: calc(50% - 0.625em);
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n) {
    margin-right: 0;
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li {
    width: calc(33.33333% - 0.83333em);
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n) {
    margin-right: 0;
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li {
    width: calc(25% - 0.9375em);
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n) {
    margin-right: 0;
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li {
    width: calc(20% - 1em);
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n) {
    margin-right: 0;
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li {
    width: calc(16.66667% - 1.04167em);
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n) {
    margin-right: 0;
  }
}
.wp-block-query-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
  margin-right: 0;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin-bottom: 1em;
  padding: 0 1em;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 1.125em;
  text-align: right;
}
.wp-block-rss.wp-block-rss {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wp-block-rss.alignleft {
  margin-right: 2em;
}
.wp-block-rss.alignright {
  margin-left: 2em;
}
.wp-block-rss.is-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.wp-block-rss.is-grid li {
  margin: 0 1em 1em 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-rss.columns-2 li {
    width: calc(50% - 1em);
  }
  .wp-block-rss.columns-3 li {
    width: calc(33.33333% - 1em);
  }
  .wp-block-rss.columns-4 li {
    width: calc(25% - 1em);
  }
  .wp-block-rss.columns-5 li {
    width: calc(20% - 1em);
  }
  .wp-block-rss.columns-6 li {
    width: calc(16.66667% - 1em);
  }
}
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  display: block;
  color: #555;
  font-size: 0.8125em;
}
.wp-block-search .wp-block-search__button {
  background: #f7f7f7;
  border: 1px solid #ccc;
  padding: 0.375em 0.625em;
  color: #32373c;
  margin-left: 0.625em;
  word-break: normal;
}
.wp-block-search .wp-block-search__button.has-icon {
  line-height: 0;
}
.wp-block-search .wp-block-search__button svg {
  min-width: 1.5em;
  min-height: 1.5em;
}
.wp-block-search .wp-block-search__inside-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 100%;
}
.wp-block-search .wp-block-search__label {
  width: 100%;
}
.wp-block-search .wp-block-search__input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 3em;
  border: 1px solid #949494;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  margin-left: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 4px;
  border: 1px solid #949494;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  border-radius: 0;
  border: none;
  padding: 0 0 0 0.25em;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  outline: none;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  padding: 0.125em 0.5em;
}
.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}
.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}
.wp-block-separator.is-style-dots:before {
  content: "···";
  color: currentColor;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}
.wp-block-custom-logo {
  line-height: 0;
}
.wp-block-custom-logo .aligncenter {
  display: table;
}
.wp-block-custom-logo.is-style-rounded img {
  border-radius: 9999px;
}
.wp-block-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  text-indent: 0;
  margin-left: 0;
}
.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
  text-decoration: none;
  border-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
  margin: 4px 8px 4px 0;
}
.wp-block-social-links .wp-social-link a {
  padding: 0.25em;
}
.wp-block-social-links .wp-social-link svg {
  width: 1em;
  height: 1em;
}
.wp-block-social-links.has-small-icon-size {
  font-size: 16px;
}
.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
  font-size: 24px;
}
.wp-block-social-links.has-large-icon-size {
  font-size: 36px;
}
.wp-block-social-links.has-huge-icon-size {
  font-size: 48px;
}
.wp-block-social-links.aligncenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-social-links.alignright {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wp-social-link {
  display: block;
  border-radius: 9999px;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  height: auto;
}
@media (prefers-reduced-motion: reduce) {
  .wp-social-link {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.wp-social-link a {
  display: block;
  line-height: 0;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
  color: currentColor;
  fill: currentColor;
}
.wp-social-link:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1778f2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
  background-color: #ff424d;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #fe4500;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
  background-color: #2aabee;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
  background-color: #000;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: #f00;
  color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none;
  padding: 4px;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1778f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0d66c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
  color: #ff424d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #fe4500;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  color: #fff;
  stroke: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
  color: #2aabee;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
  color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #1da1f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: #f00;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: 0.66667em;
  padding-right: 0.66667em;
}
.wp-block-spacer {
  clear: both;
}
p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: 0.75;
}
.wp-block-tag-cloud.aligncenter {
  text-align: center;
}
.wp-block-tag-cloud.alignfull {
  padding-left: 1em;
  padding-right: 1em;
}
.wp-block-table {
  overflow-x: auto;
}
.wp-block-table table {
  width: 100%;
}
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word;
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  display: table;
  width: auto;
}
.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word;
}
.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: transparent;
}
.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-text-columns .wp-block-column {
  margin: 0 1em;
  padding: 0;
}
.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}
.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}
.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%;
}
.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%;
}
.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%;
}
pre.wp-block-verse {
  font-family: inherit;
  overflow: auto;
  white-space: pre-wrap;
}
.wp-block-video {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-video video {
  width: 100%;
}
@supports (position: sticky) {
  .wp-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.wp-block-video.aligncenter {
  text-align: center;
}
.wp-block-video figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-post-featured-image a {
  display: inline-block;
}
.wp-block-post-featured-image img {
  max-width: 100%;
  height: auto;
}
:root .has-pale-pink-background-color {
  background-color: #f78da7;
}
:root .has-vivid-red-background-color {
  background-color: #cf2e2e;
}
:root .has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}
:root .has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}
:root .has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}
:root .has-vivid-green-cyan-background-color {
  background-color: #00d084;
}
:root .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}
:root .has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}
:root .has-vivid-purple-background-color {
  background-color: #9b51e0;
}
:root .has-white-background-color {
  background-color: #fff;
}
:root .has-very-light-gray-background-color {
  background-color: #eee;
}
:root .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}
:root .has-very-dark-gray-background-color {
  background-color: #313131;
}
:root .has-black-background-color {
  background-color: #000;
}
:root .has-pale-pink-color {
  color: #f78da7;
}
:root .has-vivid-red-color {
  color: #cf2e2e;
}
:root .has-luminous-vivid-orange-color {
  color: #ff6900;
}
:root .has-luminous-vivid-amber-color {
  color: #fcb900;
}
:root .has-light-green-cyan-color {
  color: #7bdcb5;
}
:root .has-vivid-green-cyan-color {
  color: #00d084;
}
:root .has-pale-cyan-blue-color {
  color: #8ed1fc;
}
:root .has-vivid-cyan-blue-color {
  color: #0693e3;
}
:root .has-vivid-purple-color {
  color: #9b51e0;
}
:root .has-white-color {
  color: #fff;
}
:root .has-very-light-gray-color {
  color: #eee;
}
:root .has-cyan-bluish-gray-color {
  color: #abb8c3;
}
:root .has-very-dark-gray-color {
  color: #313131;
}
:root .has-black-color {
  color: #000;
}
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: linear-gradient(135deg, #0693e3, #9b51e0);
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: linear-gradient(135deg, #7adcb4, #00d082);
}
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: linear-gradient(135deg, #fcb900, #ff6900);
}
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: linear-gradient(135deg, #ff6900, #cf2e2e);
}
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: linear-gradient(135deg, #eee, #a9b8c3);
}
:root .has-cool-to-warm-spectrum-gradient-background {
  background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c);
}
:root .has-blush-light-purple-gradient-background {
  background: linear-gradient(135deg, #ffceec, #9896f0);
}
:root .has-blush-bordeaux-gradient-background {
  background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e);
}
:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .has-luminous-dusk-gradient-background {
  background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0);
}
:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-pale-ocean-gradient-background {
  background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5);
}
:root .has-electric-grass-gradient-background {
  background: linear-gradient(135deg, #caf880, #71ce7e);
}
:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc);
}
:root .has-link-color a {
  color: #00e;
  color: var(--wp--style--color--link, #00e);
}
.has-small-font-size {
  font-size: 0.8125em;
}
.has-normal-font-size,
.has-regular-font-size {
  font-size: 1em;
}
.has-medium-font-size {
  font-size: 1.25em;
}
.has-large-font-size {
  font-size: 2.25em;
}
.has-huge-font-size,
.has-larger-font-size {
  font-size: 2.625em;
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-left {
  text-align: left;
}
.has-text-align-right {
  text-align: right;
}
#end-resizable-editor-section {
  display: none;
}
.aligncenter {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .u-mt__0 {
    margin-top: 0px !important;
  }
  .u-mb__0 {
    margin-bottom: 0px !important;
  }
  .u-ml__0 {
    margin-left: 0px !important;
  }
  .u-mr__0 {
    margin-right: 0px !important;
  }
  .u-mtpc__0 {
    margin-top: 0px !important;
  }
  .u-mbpc__0 {
    margin-bottom: 0px !important;
  }
  .u-mlpc__0 {
    margin-left: 0px !important;
  }
  .u-mrpc__0 {
    margin-right: 0px !important;
  }
  .u-mt__1 {
    margin-top: 1px !important;
  }
  .u-mb__1 {
    margin-bottom: 1px !important;
  }
  .u-ml__1 {
    margin-left: 1px !important;
  }
  .u-mr__1 {
    margin-right: 1px !important;
  }
  .u-mtpc__1 {
    margin-top: 1px !important;
  }
  .u-mbpc__1 {
    margin-bottom: 1px !important;
  }
  .u-mlpc__1 {
    margin-left: 1px !important;
  }
  .u-mrpc__1 {
    margin-right: 1px !important;
  }
  .u-mt__2 {
    margin-top: 2px !important;
  }
  .u-mb__2 {
    margin-bottom: 2px !important;
  }
  .u-ml__2 {
    margin-left: 2px !important;
  }
  .u-mr__2 {
    margin-right: 2px !important;
  }
  .u-mtpc__2 {
    margin-top: 2px !important;
  }
  .u-mbpc__2 {
    margin-bottom: 2px !important;
  }
  .u-mlpc__2 {
    margin-left: 2px !important;
  }
  .u-mrpc__2 {
    margin-right: 2px !important;
  }
  .u-mt__3 {
    margin-top: 3px !important;
  }
  .u-mb__3 {
    margin-bottom: 3px !important;
  }
  .u-ml__3 {
    margin-left: 3px !important;
  }
  .u-mr__3 {
    margin-right: 3px !important;
  }
  .u-mtpc__3 {
    margin-top: 3px !important;
  }
  .u-mbpc__3 {
    margin-bottom: 3px !important;
  }
  .u-mlpc__3 {
    margin-left: 3px !important;
  }
  .u-mrpc__3 {
    margin-right: 3px !important;
  }
  .u-mt__4 {
    margin-top: 4px !important;
  }
  .u-mb__4 {
    margin-bottom: 4px !important;
  }
  .u-ml__4 {
    margin-left: 4px !important;
  }
  .u-mr__4 {
    margin-right: 4px !important;
  }
  .u-mtpc__4 {
    margin-top: 4px !important;
  }
  .u-mbpc__4 {
    margin-bottom: 4px !important;
  }
  .u-mlpc__4 {
    margin-left: 4px !important;
  }
  .u-mrpc__4 {
    margin-right: 4px !important;
  }
  .u-mt__5 {
    margin-top: 5px !important;
  }
  .u-mb__5 {
    margin-bottom: 5px !important;
  }
  .u-ml__5 {
    margin-left: 5px !important;
  }
  .u-mr__5 {
    margin-right: 5px !important;
  }
  .u-mtpc__5 {
    margin-top: 5px !important;
  }
  .u-mbpc__5 {
    margin-bottom: 5px !important;
  }
  .u-mlpc__5 {
    margin-left: 5px !important;
  }
  .u-mrpc__5 {
    margin-right: 5px !important;
  }
  .u-mt__6 {
    margin-top: 6px !important;
  }
  .u-mb__6 {
    margin-bottom: 6px !important;
  }
  .u-ml__6 {
    margin-left: 6px !important;
  }
  .u-mr__6 {
    margin-right: 6px !important;
  }
  .u-mtpc__6 {
    margin-top: 6px !important;
  }
  .u-mbpc__6 {
    margin-bottom: 6px !important;
  }
  .u-mlpc__6 {
    margin-left: 6px !important;
  }
  .u-mrpc__6 {
    margin-right: 6px !important;
  }
  .u-mt__7 {
    margin-top: 7px !important;
  }
  .u-mb__7 {
    margin-bottom: 7px !important;
  }
  .u-ml__7 {
    margin-left: 7px !important;
  }
  .u-mr__7 {
    margin-right: 7px !important;
  }
  .u-mtpc__7 {
    margin-top: 7px !important;
  }
  .u-mbpc__7 {
    margin-bottom: 7px !important;
  }
  .u-mlpc__7 {
    margin-left: 7px !important;
  }
  .u-mrpc__7 {
    margin-right: 7px !important;
  }
  .u-mt__8 {
    margin-top: 8px !important;
  }
  .u-mb__8 {
    margin-bottom: 8px !important;
  }
  .u-ml__8 {
    margin-left: 8px !important;
  }
  .u-mr__8 {
    margin-right: 8px !important;
  }
  .u-mtpc__8 {
    margin-top: 8px !important;
  }
  .u-mbpc__8 {
    margin-bottom: 8px !important;
  }
  .u-mlpc__8 {
    margin-left: 8px !important;
  }
  .u-mrpc__8 {
    margin-right: 8px !important;
  }
  .u-mt__9 {
    margin-top: 9px !important;
  }
  .u-mb__9 {
    margin-bottom: 9px !important;
  }
  .u-ml__9 {
    margin-left: 9px !important;
  }
  .u-mr__9 {
    margin-right: 9px !important;
  }
  .u-mtpc__9 {
    margin-top: 9px !important;
  }
  .u-mbpc__9 {
    margin-bottom: 9px !important;
  }
  .u-mlpc__9 {
    margin-left: 9px !important;
  }
  .u-mrpc__9 {
    margin-right: 9px !important;
  }
  .u-mt__10 {
    margin-top: 10px !important;
  }
  .u-mb__10 {
    margin-bottom: 10px !important;
  }
  .u-ml__10 {
    margin-left: 10px !important;
  }
  .u-mr__10 {
    margin-right: 10px !important;
  }
  .u-mtpc__10 {
    margin-top: 10px !important;
  }
  .u-mbpc__10 {
    margin-bottom: 10px !important;
  }
  .u-mlpc__10 {
    margin-left: 10px !important;
  }
  .u-mrpc__10 {
    margin-right: 10px !important;
  }
  .u-mt__11 {
    margin-top: 11px !important;
  }
  .u-mb__11 {
    margin-bottom: 11px !important;
  }
  .u-ml__11 {
    margin-left: 11px !important;
  }
  .u-mr__11 {
    margin-right: 11px !important;
  }
  .u-mtpc__11 {
    margin-top: 11px !important;
  }
  .u-mbpc__11 {
    margin-bottom: 11px !important;
  }
  .u-mlpc__11 {
    margin-left: 11px !important;
  }
  .u-mrpc__11 {
    margin-right: 11px !important;
  }
  .u-mt__12 {
    margin-top: 12px !important;
  }
  .u-mb__12 {
    margin-bottom: 12px !important;
  }
  .u-ml__12 {
    margin-left: 12px !important;
  }
  .u-mr__12 {
    margin-right: 12px !important;
  }
  .u-mtpc__12 {
    margin-top: 12px !important;
  }
  .u-mbpc__12 {
    margin-bottom: 12px !important;
  }
  .u-mlpc__12 {
    margin-left: 12px !important;
  }
  .u-mrpc__12 {
    margin-right: 12px !important;
  }
  .u-mt__13 {
    margin-top: 13px !important;
  }
  .u-mb__13 {
    margin-bottom: 13px !important;
  }
  .u-ml__13 {
    margin-left: 13px !important;
  }
  .u-mr__13 {
    margin-right: 13px !important;
  }
  .u-mtpc__13 {
    margin-top: 13px !important;
  }
  .u-mbpc__13 {
    margin-bottom: 13px !important;
  }
  .u-mlpc__13 {
    margin-left: 13px !important;
  }
  .u-mrpc__13 {
    margin-right: 13px !important;
  }
  .u-mt__14 {
    margin-top: 14px !important;
  }
  .u-mb__14 {
    margin-bottom: 14px !important;
  }
  .u-ml__14 {
    margin-left: 14px !important;
  }
  .u-mr__14 {
    margin-right: 14px !important;
  }
  .u-mtpc__14 {
    margin-top: 14px !important;
  }
  .u-mbpc__14 {
    margin-bottom: 14px !important;
  }
  .u-mlpc__14 {
    margin-left: 14px !important;
  }
  .u-mrpc__14 {
    margin-right: 14px !important;
  }
  .u-mt__15 {
    margin-top: 15px !important;
  }
  .u-mb__15 {
    margin-bottom: 15px !important;
  }
  .u-ml__15 {
    margin-left: 15px !important;
  }
  .u-mr__15 {
    margin-right: 15px !important;
  }
  .u-mtpc__15 {
    margin-top: 15px !important;
  }
  .u-mbpc__15 {
    margin-bottom: 15px !important;
  }
  .u-mlpc__15 {
    margin-left: 15px !important;
  }
  .u-mrpc__15 {
    margin-right: 15px !important;
  }
  .u-mt__16 {
    margin-top: 16px !important;
  }
  .u-mb__16 {
    margin-bottom: 16px !important;
  }
  .u-ml__16 {
    margin-left: 16px !important;
  }
  .u-mr__16 {
    margin-right: 16px !important;
  }
  .u-mtpc__16 {
    margin-top: 16px !important;
  }
  .u-mbpc__16 {
    margin-bottom: 16px !important;
  }
  .u-mlpc__16 {
    margin-left: 16px !important;
  }
  .u-mrpc__16 {
    margin-right: 16px !important;
  }
  .u-mt__17 {
    margin-top: 17px !important;
  }
  .u-mb__17 {
    margin-bottom: 17px !important;
  }
  .u-ml__17 {
    margin-left: 17px !important;
  }
  .u-mr__17 {
    margin-right: 17px !important;
  }
  .u-mtpc__17 {
    margin-top: 17px !important;
  }
  .u-mbpc__17 {
    margin-bottom: 17px !important;
  }
  .u-mlpc__17 {
    margin-left: 17px !important;
  }
  .u-mrpc__17 {
    margin-right: 17px !important;
  }
  .u-mt__18 {
    margin-top: 18px !important;
  }
  .u-mb__18 {
    margin-bottom: 18px !important;
  }
  .u-ml__18 {
    margin-left: 18px !important;
  }
  .u-mr__18 {
    margin-right: 18px !important;
  }
  .u-mtpc__18 {
    margin-top: 18px !important;
  }
  .u-mbpc__18 {
    margin-bottom: 18px !important;
  }
  .u-mlpc__18 {
    margin-left: 18px !important;
  }
  .u-mrpc__18 {
    margin-right: 18px !important;
  }
  .u-mt__19 {
    margin-top: 19px !important;
  }
  .u-mb__19 {
    margin-bottom: 19px !important;
  }
  .u-ml__19 {
    margin-left: 19px !important;
  }
  .u-mr__19 {
    margin-right: 19px !important;
  }
  .u-mtpc__19 {
    margin-top: 19px !important;
  }
  .u-mbpc__19 {
    margin-bottom: 19px !important;
  }
  .u-mlpc__19 {
    margin-left: 19px !important;
  }
  .u-mrpc__19 {
    margin-right: 19px !important;
  }
  .u-mt__20 {
    margin-top: 20px !important;
  }
  .u-mb__20 {
    margin-bottom: 20px !important;
  }
  .u-ml__20 {
    margin-left: 20px !important;
  }
  .u-mr__20 {
    margin-right: 20px !important;
  }
  .u-mtpc__20 {
    margin-top: 20px !important;
  }
  .u-mbpc__20 {
    margin-bottom: 20px !important;
  }
  .u-mlpc__20 {
    margin-left: 20px !important;
  }
  .u-mrpc__20 {
    margin-right: 20px !important;
  }
  .u-mt__21 {
    margin-top: 21px !important;
  }
  .u-mb__21 {
    margin-bottom: 21px !important;
  }
  .u-ml__21 {
    margin-left: 21px !important;
  }
  .u-mr__21 {
    margin-right: 21px !important;
  }
  .u-mtpc__21 {
    margin-top: 21px !important;
  }
  .u-mbpc__21 {
    margin-bottom: 21px !important;
  }
  .u-mlpc__21 {
    margin-left: 21px !important;
  }
  .u-mrpc__21 {
    margin-right: 21px !important;
  }
  .u-mt__22 {
    margin-top: 22px !important;
  }
  .u-mb__22 {
    margin-bottom: 22px !important;
  }
  .u-ml__22 {
    margin-left: 22px !important;
  }
  .u-mr__22 {
    margin-right: 22px !important;
  }
  .u-mtpc__22 {
    margin-top: 22px !important;
  }
  .u-mbpc__22 {
    margin-bottom: 22px !important;
  }
  .u-mlpc__22 {
    margin-left: 22px !important;
  }
  .u-mrpc__22 {
    margin-right: 22px !important;
  }
  .u-mt__23 {
    margin-top: 23px !important;
  }
  .u-mb__23 {
    margin-bottom: 23px !important;
  }
  .u-ml__23 {
    margin-left: 23px !important;
  }
  .u-mr__23 {
    margin-right: 23px !important;
  }
  .u-mtpc__23 {
    margin-top: 23px !important;
  }
  .u-mbpc__23 {
    margin-bottom: 23px !important;
  }
  .u-mlpc__23 {
    margin-left: 23px !important;
  }
  .u-mrpc__23 {
    margin-right: 23px !important;
  }
  .u-mt__24 {
    margin-top: 24px !important;
  }
  .u-mb__24 {
    margin-bottom: 24px !important;
  }
  .u-ml__24 {
    margin-left: 24px !important;
  }
  .u-mr__24 {
    margin-right: 24px !important;
  }
  .u-mtpc__24 {
    margin-top: 24px !important;
  }
  .u-mbpc__24 {
    margin-bottom: 24px !important;
  }
  .u-mlpc__24 {
    margin-left: 24px !important;
  }
  .u-mrpc__24 {
    margin-right: 24px !important;
  }
  .u-mt__25 {
    margin-top: 25px !important;
  }
  .u-mb__25 {
    margin-bottom: 25px !important;
  }
  .u-ml__25 {
    margin-left: 25px !important;
  }
  .u-mr__25 {
    margin-right: 25px !important;
  }
  .u-mtpc__25 {
    margin-top: 25px !important;
  }
  .u-mbpc__25 {
    margin-bottom: 25px !important;
  }
  .u-mlpc__25 {
    margin-left: 25px !important;
  }
  .u-mrpc__25 {
    margin-right: 25px !important;
  }
  .u-mt__26 {
    margin-top: 26px !important;
  }
  .u-mb__26 {
    margin-bottom: 26px !important;
  }
  .u-ml__26 {
    margin-left: 26px !important;
  }
  .u-mr__26 {
    margin-right: 26px !important;
  }
  .u-mtpc__26 {
    margin-top: 26px !important;
  }
  .u-mbpc__26 {
    margin-bottom: 26px !important;
  }
  .u-mlpc__26 {
    margin-left: 26px !important;
  }
  .u-mrpc__26 {
    margin-right: 26px !important;
  }
  .u-mt__27 {
    margin-top: 27px !important;
  }
  .u-mb__27 {
    margin-bottom: 27px !important;
  }
  .u-ml__27 {
    margin-left: 27px !important;
  }
  .u-mr__27 {
    margin-right: 27px !important;
  }
  .u-mtpc__27 {
    margin-top: 27px !important;
  }
  .u-mbpc__27 {
    margin-bottom: 27px !important;
  }
  .u-mlpc__27 {
    margin-left: 27px !important;
  }
  .u-mrpc__27 {
    margin-right: 27px !important;
  }
  .u-mt__28 {
    margin-top: 28px !important;
  }
  .u-mb__28 {
    margin-bottom: 28px !important;
  }
  .u-ml__28 {
    margin-left: 28px !important;
  }
  .u-mr__28 {
    margin-right: 28px !important;
  }
  .u-mtpc__28 {
    margin-top: 28px !important;
  }
  .u-mbpc__28 {
    margin-bottom: 28px !important;
  }
  .u-mlpc__28 {
    margin-left: 28px !important;
  }
  .u-mrpc__28 {
    margin-right: 28px !important;
  }
  .u-mt__29 {
    margin-top: 29px !important;
  }
  .u-mb__29 {
    margin-bottom: 29px !important;
  }
  .u-ml__29 {
    margin-left: 29px !important;
  }
  .u-mr__29 {
    margin-right: 29px !important;
  }
  .u-mtpc__29 {
    margin-top: 29px !important;
  }
  .u-mbpc__29 {
    margin-bottom: 29px !important;
  }
  .u-mlpc__29 {
    margin-left: 29px !important;
  }
  .u-mrpc__29 {
    margin-right: 29px !important;
  }
  .u-mt__30 {
    margin-top: 30px !important;
  }
  .u-mb__30 {
    margin-bottom: 30px !important;
  }
  .u-ml__30 {
    margin-left: 30px !important;
  }
  .u-mr__30 {
    margin-right: 30px !important;
  }
  .u-mtpc__30 {
    margin-top: 30px !important;
  }
  .u-mbpc__30 {
    margin-bottom: 30px !important;
  }
  .u-mlpc__30 {
    margin-left: 30px !important;
  }
  .u-mrpc__30 {
    margin-right: 30px !important;
  }
  .u-mt__31 {
    margin-top: 31px !important;
  }
  .u-mb__31 {
    margin-bottom: 31px !important;
  }
  .u-ml__31 {
    margin-left: 31px !important;
  }
  .u-mr__31 {
    margin-right: 31px !important;
  }
  .u-mtpc__31 {
    margin-top: 31px !important;
  }
  .u-mbpc__31 {
    margin-bottom: 31px !important;
  }
  .u-mlpc__31 {
    margin-left: 31px !important;
  }
  .u-mrpc__31 {
    margin-right: 31px !important;
  }
  .u-mt__32 {
    margin-top: 32px !important;
  }
  .u-mb__32 {
    margin-bottom: 32px !important;
  }
  .u-ml__32 {
    margin-left: 32px !important;
  }
  .u-mr__32 {
    margin-right: 32px !important;
  }
  .u-mtpc__32 {
    margin-top: 32px !important;
  }
  .u-mbpc__32 {
    margin-bottom: 32px !important;
  }
  .u-mlpc__32 {
    margin-left: 32px !important;
  }
  .u-mrpc__32 {
    margin-right: 32px !important;
  }
  .u-mt__33 {
    margin-top: 33px !important;
  }
  .u-mb__33 {
    margin-bottom: 33px !important;
  }
  .u-ml__33 {
    margin-left: 33px !important;
  }
  .u-mr__33 {
    margin-right: 33px !important;
  }
  .u-mtpc__33 {
    margin-top: 33px !important;
  }
  .u-mbpc__33 {
    margin-bottom: 33px !important;
  }
  .u-mlpc__33 {
    margin-left: 33px !important;
  }
  .u-mrpc__33 {
    margin-right: 33px !important;
  }
  .u-mt__34 {
    margin-top: 34px !important;
  }
  .u-mb__34 {
    margin-bottom: 34px !important;
  }
  .u-ml__34 {
    margin-left: 34px !important;
  }
  .u-mr__34 {
    margin-right: 34px !important;
  }
  .u-mtpc__34 {
    margin-top: 34px !important;
  }
  .u-mbpc__34 {
    margin-bottom: 34px !important;
  }
  .u-mlpc__34 {
    margin-left: 34px !important;
  }
  .u-mrpc__34 {
    margin-right: 34px !important;
  }
  .u-mt__35 {
    margin-top: 35px !important;
  }
  .u-mb__35 {
    margin-bottom: 35px !important;
  }
  .u-ml__35 {
    margin-left: 35px !important;
  }
  .u-mr__35 {
    margin-right: 35px !important;
  }
  .u-mtpc__35 {
    margin-top: 35px !important;
  }
  .u-mbpc__35 {
    margin-bottom: 35px !important;
  }
  .u-mlpc__35 {
    margin-left: 35px !important;
  }
  .u-mrpc__35 {
    margin-right: 35px !important;
  }
  .u-mt__36 {
    margin-top: 36px !important;
  }
  .u-mb__36 {
    margin-bottom: 36px !important;
  }
  .u-ml__36 {
    margin-left: 36px !important;
  }
  .u-mr__36 {
    margin-right: 36px !important;
  }
  .u-mtpc__36 {
    margin-top: 36px !important;
  }
  .u-mbpc__36 {
    margin-bottom: 36px !important;
  }
  .u-mlpc__36 {
    margin-left: 36px !important;
  }
  .u-mrpc__36 {
    margin-right: 36px !important;
  }
  .u-mt__37 {
    margin-top: 37px !important;
  }
  .u-mb__37 {
    margin-bottom: 37px !important;
  }
  .u-ml__37 {
    margin-left: 37px !important;
  }
  .u-mr__37 {
    margin-right: 37px !important;
  }
  .u-mtpc__37 {
    margin-top: 37px !important;
  }
  .u-mbpc__37 {
    margin-bottom: 37px !important;
  }
  .u-mlpc__37 {
    margin-left: 37px !important;
  }
  .u-mrpc__37 {
    margin-right: 37px !important;
  }
  .u-mt__38 {
    margin-top: 38px !important;
  }
  .u-mb__38 {
    margin-bottom: 38px !important;
  }
  .u-ml__38 {
    margin-left: 38px !important;
  }
  .u-mr__38 {
    margin-right: 38px !important;
  }
  .u-mtpc__38 {
    margin-top: 38px !important;
  }
  .u-mbpc__38 {
    margin-bottom: 38px !important;
  }
  .u-mlpc__38 {
    margin-left: 38px !important;
  }
  .u-mrpc__38 {
    margin-right: 38px !important;
  }
  .u-mt__39 {
    margin-top: 39px !important;
  }
  .u-mb__39 {
    margin-bottom: 39px !important;
  }
  .u-ml__39 {
    margin-left: 39px !important;
  }
  .u-mr__39 {
    margin-right: 39px !important;
  }
  .u-mtpc__39 {
    margin-top: 39px !important;
  }
  .u-mbpc__39 {
    margin-bottom: 39px !important;
  }
  .u-mlpc__39 {
    margin-left: 39px !important;
  }
  .u-mrpc__39 {
    margin-right: 39px !important;
  }
  .u-mt__40 {
    margin-top: 40px !important;
  }
  .u-mb__40 {
    margin-bottom: 40px !important;
  }
  .u-ml__40 {
    margin-left: 40px !important;
  }
  .u-mr__40 {
    margin-right: 40px !important;
  }
  .u-mtpc__40 {
    margin-top: 40px !important;
  }
  .u-mbpc__40 {
    margin-bottom: 40px !important;
  }
  .u-mlpc__40 {
    margin-left: 40px !important;
  }
  .u-mrpc__40 {
    margin-right: 40px !important;
  }
  .u-mt__41 {
    margin-top: 41px !important;
  }
  .u-mb__41 {
    margin-bottom: 41px !important;
  }
  .u-ml__41 {
    margin-left: 41px !important;
  }
  .u-mr__41 {
    margin-right: 41px !important;
  }
  .u-mtpc__41 {
    margin-top: 41px !important;
  }
  .u-mbpc__41 {
    margin-bottom: 41px !important;
  }
  .u-mlpc__41 {
    margin-left: 41px !important;
  }
  .u-mrpc__41 {
    margin-right: 41px !important;
  }
  .u-mt__42 {
    margin-top: 42px !important;
  }
  .u-mb__42 {
    margin-bottom: 42px !important;
  }
  .u-ml__42 {
    margin-left: 42px !important;
  }
  .u-mr__42 {
    margin-right: 42px !important;
  }
  .u-mtpc__42 {
    margin-top: 42px !important;
  }
  .u-mbpc__42 {
    margin-bottom: 42px !important;
  }
  .u-mlpc__42 {
    margin-left: 42px !important;
  }
  .u-mrpc__42 {
    margin-right: 42px !important;
  }
  .u-mt__43 {
    margin-top: 43px !important;
  }
  .u-mb__43 {
    margin-bottom: 43px !important;
  }
  .u-ml__43 {
    margin-left: 43px !important;
  }
  .u-mr__43 {
    margin-right: 43px !important;
  }
  .u-mtpc__43 {
    margin-top: 43px !important;
  }
  .u-mbpc__43 {
    margin-bottom: 43px !important;
  }
  .u-mlpc__43 {
    margin-left: 43px !important;
  }
  .u-mrpc__43 {
    margin-right: 43px !important;
  }
  .u-mt__44 {
    margin-top: 44px !important;
  }
  .u-mb__44 {
    margin-bottom: 44px !important;
  }
  .u-ml__44 {
    margin-left: 44px !important;
  }
  .u-mr__44 {
    margin-right: 44px !important;
  }
  .u-mtpc__44 {
    margin-top: 44px !important;
  }
  .u-mbpc__44 {
    margin-bottom: 44px !important;
  }
  .u-mlpc__44 {
    margin-left: 44px !important;
  }
  .u-mrpc__44 {
    margin-right: 44px !important;
  }
  .u-mt__45 {
    margin-top: 45px !important;
  }
  .u-mb__45 {
    margin-bottom: 45px !important;
  }
  .u-ml__45 {
    margin-left: 45px !important;
  }
  .u-mr__45 {
    margin-right: 45px !important;
  }
  .u-mtpc__45 {
    margin-top: 45px !important;
  }
  .u-mbpc__45 {
    margin-bottom: 45px !important;
  }
  .u-mlpc__45 {
    margin-left: 45px !important;
  }
  .u-mrpc__45 {
    margin-right: 45px !important;
  }
  .u-mt__46 {
    margin-top: 46px !important;
  }
  .u-mb__46 {
    margin-bottom: 46px !important;
  }
  .u-ml__46 {
    margin-left: 46px !important;
  }
  .u-mr__46 {
    margin-right: 46px !important;
  }
  .u-mtpc__46 {
    margin-top: 46px !important;
  }
  .u-mbpc__46 {
    margin-bottom: 46px !important;
  }
  .u-mlpc__46 {
    margin-left: 46px !important;
  }
  .u-mrpc__46 {
    margin-right: 46px !important;
  }
  .u-mt__47 {
    margin-top: 47px !important;
  }
  .u-mb__47 {
    margin-bottom: 47px !important;
  }
  .u-ml__47 {
    margin-left: 47px !important;
  }
  .u-mr__47 {
    margin-right: 47px !important;
  }
  .u-mtpc__47 {
    margin-top: 47px !important;
  }
  .u-mbpc__47 {
    margin-bottom: 47px !important;
  }
  .u-mlpc__47 {
    margin-left: 47px !important;
  }
  .u-mrpc__47 {
    margin-right: 47px !important;
  }
  .u-mt__48 {
    margin-top: 48px !important;
  }
  .u-mb__48 {
    margin-bottom: 48px !important;
  }
  .u-ml__48 {
    margin-left: 48px !important;
  }
  .u-mr__48 {
    margin-right: 48px !important;
  }
  .u-mtpc__48 {
    margin-top: 48px !important;
  }
  .u-mbpc__48 {
    margin-bottom: 48px !important;
  }
  .u-mlpc__48 {
    margin-left: 48px !important;
  }
  .u-mrpc__48 {
    margin-right: 48px !important;
  }
  .u-mt__49 {
    margin-top: 49px !important;
  }
  .u-mb__49 {
    margin-bottom: 49px !important;
  }
  .u-ml__49 {
    margin-left: 49px !important;
  }
  .u-mr__49 {
    margin-right: 49px !important;
  }
  .u-mtpc__49 {
    margin-top: 49px !important;
  }
  .u-mbpc__49 {
    margin-bottom: 49px !important;
  }
  .u-mlpc__49 {
    margin-left: 49px !important;
  }
  .u-mrpc__49 {
    margin-right: 49px !important;
  }
  .u-mt__50 {
    margin-top: 50px !important;
  }
  .u-mb__50 {
    margin-bottom: 50px !important;
  }
  .u-ml__50 {
    margin-left: 50px !important;
  }
  .u-mr__50 {
    margin-right: 50px !important;
  }
  .u-mtpc__50 {
    margin-top: 50px !important;
  }
  .u-mbpc__50 {
    margin-bottom: 50px !important;
  }
  .u-mlpc__50 {
    margin-left: 50px !important;
  }
  .u-mrpc__50 {
    margin-right: 50px !important;
  }
  .u-mt__51 {
    margin-top: 51px !important;
  }
  .u-mb__51 {
    margin-bottom: 51px !important;
  }
  .u-ml__51 {
    margin-left: 51px !important;
  }
  .u-mr__51 {
    margin-right: 51px !important;
  }
  .u-mtpc__51 {
    margin-top: 51px !important;
  }
  .u-mbpc__51 {
    margin-bottom: 51px !important;
  }
  .u-mlpc__51 {
    margin-left: 51px !important;
  }
  .u-mrpc__51 {
    margin-right: 51px !important;
  }
  .u-mt__52 {
    margin-top: 52px !important;
  }
  .u-mb__52 {
    margin-bottom: 52px !important;
  }
  .u-ml__52 {
    margin-left: 52px !important;
  }
  .u-mr__52 {
    margin-right: 52px !important;
  }
  .u-mtpc__52 {
    margin-top: 52px !important;
  }
  .u-mbpc__52 {
    margin-bottom: 52px !important;
  }
  .u-mlpc__52 {
    margin-left: 52px !important;
  }
  .u-mrpc__52 {
    margin-right: 52px !important;
  }
  .u-mt__53 {
    margin-top: 53px !important;
  }
  .u-mb__53 {
    margin-bottom: 53px !important;
  }
  .u-ml__53 {
    margin-left: 53px !important;
  }
  .u-mr__53 {
    margin-right: 53px !important;
  }
  .u-mtpc__53 {
    margin-top: 53px !important;
  }
  .u-mbpc__53 {
    margin-bottom: 53px !important;
  }
  .u-mlpc__53 {
    margin-left: 53px !important;
  }
  .u-mrpc__53 {
    margin-right: 53px !important;
  }
  .u-mt__54 {
    margin-top: 54px !important;
  }
  .u-mb__54 {
    margin-bottom: 54px !important;
  }
  .u-ml__54 {
    margin-left: 54px !important;
  }
  .u-mr__54 {
    margin-right: 54px !important;
  }
  .u-mtpc__54 {
    margin-top: 54px !important;
  }
  .u-mbpc__54 {
    margin-bottom: 54px !important;
  }
  .u-mlpc__54 {
    margin-left: 54px !important;
  }
  .u-mrpc__54 {
    margin-right: 54px !important;
  }
  .u-mt__55 {
    margin-top: 55px !important;
  }
  .u-mb__55 {
    margin-bottom: 55px !important;
  }
  .u-ml__55 {
    margin-left: 55px !important;
  }
  .u-mr__55 {
    margin-right: 55px !important;
  }
  .u-mtpc__55 {
    margin-top: 55px !important;
  }
  .u-mbpc__55 {
    margin-bottom: 55px !important;
  }
  .u-mlpc__55 {
    margin-left: 55px !important;
  }
  .u-mrpc__55 {
    margin-right: 55px !important;
  }
  .u-mt__56 {
    margin-top: 56px !important;
  }
  .u-mb__56 {
    margin-bottom: 56px !important;
  }
  .u-ml__56 {
    margin-left: 56px !important;
  }
  .u-mr__56 {
    margin-right: 56px !important;
  }
  .u-mtpc__56 {
    margin-top: 56px !important;
  }
  .u-mbpc__56 {
    margin-bottom: 56px !important;
  }
  .u-mlpc__56 {
    margin-left: 56px !important;
  }
  .u-mrpc__56 {
    margin-right: 56px !important;
  }
  .u-mt__57 {
    margin-top: 57px !important;
  }
  .u-mb__57 {
    margin-bottom: 57px !important;
  }
  .u-ml__57 {
    margin-left: 57px !important;
  }
  .u-mr__57 {
    margin-right: 57px !important;
  }
  .u-mtpc__57 {
    margin-top: 57px !important;
  }
  .u-mbpc__57 {
    margin-bottom: 57px !important;
  }
  .u-mlpc__57 {
    margin-left: 57px !important;
  }
  .u-mrpc__57 {
    margin-right: 57px !important;
  }
  .u-mt__58 {
    margin-top: 58px !important;
  }
  .u-mb__58 {
    margin-bottom: 58px !important;
  }
  .u-ml__58 {
    margin-left: 58px !important;
  }
  .u-mr__58 {
    margin-right: 58px !important;
  }
  .u-mtpc__58 {
    margin-top: 58px !important;
  }
  .u-mbpc__58 {
    margin-bottom: 58px !important;
  }
  .u-mlpc__58 {
    margin-left: 58px !important;
  }
  .u-mrpc__58 {
    margin-right: 58px !important;
  }
  .u-mt__59 {
    margin-top: 59px !important;
  }
  .u-mb__59 {
    margin-bottom: 59px !important;
  }
  .u-ml__59 {
    margin-left: 59px !important;
  }
  .u-mr__59 {
    margin-right: 59px !important;
  }
  .u-mtpc__59 {
    margin-top: 59px !important;
  }
  .u-mbpc__59 {
    margin-bottom: 59px !important;
  }
  .u-mlpc__59 {
    margin-left: 59px !important;
  }
  .u-mrpc__59 {
    margin-right: 59px !important;
  }
  .u-mt__60 {
    margin-top: 60px !important;
  }
  .u-mb__60 {
    margin-bottom: 60px !important;
  }
  .u-ml__60 {
    margin-left: 60px !important;
  }
  .u-mr__60 {
    margin-right: 60px !important;
  }
  .u-mtpc__60 {
    margin-top: 60px !important;
  }
  .u-mbpc__60 {
    margin-bottom: 60px !important;
  }
  .u-mlpc__60 {
    margin-left: 60px !important;
  }
  .u-mrpc__60 {
    margin-right: 60px !important;
  }
  .u-mt__61 {
    margin-top: 61px !important;
  }
  .u-mb__61 {
    margin-bottom: 61px !important;
  }
  .u-ml__61 {
    margin-left: 61px !important;
  }
  .u-mr__61 {
    margin-right: 61px !important;
  }
  .u-mtpc__61 {
    margin-top: 61px !important;
  }
  .u-mbpc__61 {
    margin-bottom: 61px !important;
  }
  .u-mlpc__61 {
    margin-left: 61px !important;
  }
  .u-mrpc__61 {
    margin-right: 61px !important;
  }
  .u-mt__62 {
    margin-top: 62px !important;
  }
  .u-mb__62 {
    margin-bottom: 62px !important;
  }
  .u-ml__62 {
    margin-left: 62px !important;
  }
  .u-mr__62 {
    margin-right: 62px !important;
  }
  .u-mtpc__62 {
    margin-top: 62px !important;
  }
  .u-mbpc__62 {
    margin-bottom: 62px !important;
  }
  .u-mlpc__62 {
    margin-left: 62px !important;
  }
  .u-mrpc__62 {
    margin-right: 62px !important;
  }
  .u-mt__63 {
    margin-top: 63px !important;
  }
  .u-mb__63 {
    margin-bottom: 63px !important;
  }
  .u-ml__63 {
    margin-left: 63px !important;
  }
  .u-mr__63 {
    margin-right: 63px !important;
  }
  .u-mtpc__63 {
    margin-top: 63px !important;
  }
  .u-mbpc__63 {
    margin-bottom: 63px !important;
  }
  .u-mlpc__63 {
    margin-left: 63px !important;
  }
  .u-mrpc__63 {
    margin-right: 63px !important;
  }
  .u-mt__64 {
    margin-top: 64px !important;
  }
  .u-mb__64 {
    margin-bottom: 64px !important;
  }
  .u-ml__64 {
    margin-left: 64px !important;
  }
  .u-mr__64 {
    margin-right: 64px !important;
  }
  .u-mtpc__64 {
    margin-top: 64px !important;
  }
  .u-mbpc__64 {
    margin-bottom: 64px !important;
  }
  .u-mlpc__64 {
    margin-left: 64px !important;
  }
  .u-mrpc__64 {
    margin-right: 64px !important;
  }
  .u-mt__65 {
    margin-top: 65px !important;
  }
  .u-mb__65 {
    margin-bottom: 65px !important;
  }
  .u-ml__65 {
    margin-left: 65px !important;
  }
  .u-mr__65 {
    margin-right: 65px !important;
  }
  .u-mtpc__65 {
    margin-top: 65px !important;
  }
  .u-mbpc__65 {
    margin-bottom: 65px !important;
  }
  .u-mlpc__65 {
    margin-left: 65px !important;
  }
  .u-mrpc__65 {
    margin-right: 65px !important;
  }
  .u-mt__66 {
    margin-top: 66px !important;
  }
  .u-mb__66 {
    margin-bottom: 66px !important;
  }
  .u-ml__66 {
    margin-left: 66px !important;
  }
  .u-mr__66 {
    margin-right: 66px !important;
  }
  .u-mtpc__66 {
    margin-top: 66px !important;
  }
  .u-mbpc__66 {
    margin-bottom: 66px !important;
  }
  .u-mlpc__66 {
    margin-left: 66px !important;
  }
  .u-mrpc__66 {
    margin-right: 66px !important;
  }
  .u-mt__67 {
    margin-top: 67px !important;
  }
  .u-mb__67 {
    margin-bottom: 67px !important;
  }
  .u-ml__67 {
    margin-left: 67px !important;
  }
  .u-mr__67 {
    margin-right: 67px !important;
  }
  .u-mtpc__67 {
    margin-top: 67px !important;
  }
  .u-mbpc__67 {
    margin-bottom: 67px !important;
  }
  .u-mlpc__67 {
    margin-left: 67px !important;
  }
  .u-mrpc__67 {
    margin-right: 67px !important;
  }
  .u-mt__68 {
    margin-top: 68px !important;
  }
  .u-mb__68 {
    margin-bottom: 68px !important;
  }
  .u-ml__68 {
    margin-left: 68px !important;
  }
  .u-mr__68 {
    margin-right: 68px !important;
  }
  .u-mtpc__68 {
    margin-top: 68px !important;
  }
  .u-mbpc__68 {
    margin-bottom: 68px !important;
  }
  .u-mlpc__68 {
    margin-left: 68px !important;
  }
  .u-mrpc__68 {
    margin-right: 68px !important;
  }
  .u-mt__69 {
    margin-top: 69px !important;
  }
  .u-mb__69 {
    margin-bottom: 69px !important;
  }
  .u-ml__69 {
    margin-left: 69px !important;
  }
  .u-mr__69 {
    margin-right: 69px !important;
  }
  .u-mtpc__69 {
    margin-top: 69px !important;
  }
  .u-mbpc__69 {
    margin-bottom: 69px !important;
  }
  .u-mlpc__69 {
    margin-left: 69px !important;
  }
  .u-mrpc__69 {
    margin-right: 69px !important;
  }
  .u-mt__70 {
    margin-top: 70px !important;
  }
  .u-mb__70 {
    margin-bottom: 70px !important;
  }
  .u-ml__70 {
    margin-left: 70px !important;
  }
  .u-mr__70 {
    margin-right: 70px !important;
  }
  .u-mtpc__70 {
    margin-top: 70px !important;
  }
  .u-mbpc__70 {
    margin-bottom: 70px !important;
  }
  .u-mlpc__70 {
    margin-left: 70px !important;
  }
  .u-mrpc__70 {
    margin-right: 70px !important;
  }
  .u-mt__71 {
    margin-top: 71px !important;
  }
  .u-mb__71 {
    margin-bottom: 71px !important;
  }
  .u-ml__71 {
    margin-left: 71px !important;
  }
  .u-mr__71 {
    margin-right: 71px !important;
  }
  .u-mtpc__71 {
    margin-top: 71px !important;
  }
  .u-mbpc__71 {
    margin-bottom: 71px !important;
  }
  .u-mlpc__71 {
    margin-left: 71px !important;
  }
  .u-mrpc__71 {
    margin-right: 71px !important;
  }
  .u-mt__72 {
    margin-top: 72px !important;
  }
  .u-mb__72 {
    margin-bottom: 72px !important;
  }
  .u-ml__72 {
    margin-left: 72px !important;
  }
  .u-mr__72 {
    margin-right: 72px !important;
  }
  .u-mtpc__72 {
    margin-top: 72px !important;
  }
  .u-mbpc__72 {
    margin-bottom: 72px !important;
  }
  .u-mlpc__72 {
    margin-left: 72px !important;
  }
  .u-mrpc__72 {
    margin-right: 72px !important;
  }
  .u-mt__73 {
    margin-top: 73px !important;
  }
  .u-mb__73 {
    margin-bottom: 73px !important;
  }
  .u-ml__73 {
    margin-left: 73px !important;
  }
  .u-mr__73 {
    margin-right: 73px !important;
  }
  .u-mtpc__73 {
    margin-top: 73px !important;
  }
  .u-mbpc__73 {
    margin-bottom: 73px !important;
  }
  .u-mlpc__73 {
    margin-left: 73px !important;
  }
  .u-mrpc__73 {
    margin-right: 73px !important;
  }
  .u-mt__74 {
    margin-top: 74px !important;
  }
  .u-mb__74 {
    margin-bottom: 74px !important;
  }
  .u-ml__74 {
    margin-left: 74px !important;
  }
  .u-mr__74 {
    margin-right: 74px !important;
  }
  .u-mtpc__74 {
    margin-top: 74px !important;
  }
  .u-mbpc__74 {
    margin-bottom: 74px !important;
  }
  .u-mlpc__74 {
    margin-left: 74px !important;
  }
  .u-mrpc__74 {
    margin-right: 74px !important;
  }
  .u-mt__75 {
    margin-top: 75px !important;
  }
  .u-mb__75 {
    margin-bottom: 75px !important;
  }
  .u-ml__75 {
    margin-left: 75px !important;
  }
  .u-mr__75 {
    margin-right: 75px !important;
  }
  .u-mtpc__75 {
    margin-top: 75px !important;
  }
  .u-mbpc__75 {
    margin-bottom: 75px !important;
  }
  .u-mlpc__75 {
    margin-left: 75px !important;
  }
  .u-mrpc__75 {
    margin-right: 75px !important;
  }
  .u-mt__76 {
    margin-top: 76px !important;
  }
  .u-mb__76 {
    margin-bottom: 76px !important;
  }
  .u-ml__76 {
    margin-left: 76px !important;
  }
  .u-mr__76 {
    margin-right: 76px !important;
  }
  .u-mtpc__76 {
    margin-top: 76px !important;
  }
  .u-mbpc__76 {
    margin-bottom: 76px !important;
  }
  .u-mlpc__76 {
    margin-left: 76px !important;
  }
  .u-mrpc__76 {
    margin-right: 76px !important;
  }
  .u-mt__77 {
    margin-top: 77px !important;
  }
  .u-mb__77 {
    margin-bottom: 77px !important;
  }
  .u-ml__77 {
    margin-left: 77px !important;
  }
  .u-mr__77 {
    margin-right: 77px !important;
  }
  .u-mtpc__77 {
    margin-top: 77px !important;
  }
  .u-mbpc__77 {
    margin-bottom: 77px !important;
  }
  .u-mlpc__77 {
    margin-left: 77px !important;
  }
  .u-mrpc__77 {
    margin-right: 77px !important;
  }
  .u-mt__78 {
    margin-top: 78px !important;
  }
  .u-mb__78 {
    margin-bottom: 78px !important;
  }
  .u-ml__78 {
    margin-left: 78px !important;
  }
  .u-mr__78 {
    margin-right: 78px !important;
  }
  .u-mtpc__78 {
    margin-top: 78px !important;
  }
  .u-mbpc__78 {
    margin-bottom: 78px !important;
  }
  .u-mlpc__78 {
    margin-left: 78px !important;
  }
  .u-mrpc__78 {
    margin-right: 78px !important;
  }
  .u-mt__79 {
    margin-top: 79px !important;
  }
  .u-mb__79 {
    margin-bottom: 79px !important;
  }
  .u-ml__79 {
    margin-left: 79px !important;
  }
  .u-mr__79 {
    margin-right: 79px !important;
  }
  .u-mtpc__79 {
    margin-top: 79px !important;
  }
  .u-mbpc__79 {
    margin-bottom: 79px !important;
  }
  .u-mlpc__79 {
    margin-left: 79px !important;
  }
  .u-mrpc__79 {
    margin-right: 79px !important;
  }
  .u-mt__80 {
    margin-top: 80px !important;
  }
  .u-mb__80 {
    margin-bottom: 80px !important;
  }
  .u-ml__80 {
    margin-left: 80px !important;
  }
  .u-mr__80 {
    margin-right: 80px !important;
  }
  .u-mtpc__80 {
    margin-top: 80px !important;
  }
  .u-mbpc__80 {
    margin-bottom: 80px !important;
  }
  .u-mlpc__80 {
    margin-left: 80px !important;
  }
  .u-mrpc__80 {
    margin-right: 80px !important;
  }
  .u-mt__81 {
    margin-top: 81px !important;
  }
  .u-mb__81 {
    margin-bottom: 81px !important;
  }
  .u-ml__81 {
    margin-left: 81px !important;
  }
  .u-mr__81 {
    margin-right: 81px !important;
  }
  .u-mtpc__81 {
    margin-top: 81px !important;
  }
  .u-mbpc__81 {
    margin-bottom: 81px !important;
  }
  .u-mlpc__81 {
    margin-left: 81px !important;
  }
  .u-mrpc__81 {
    margin-right: 81px !important;
  }
  .u-mt__82 {
    margin-top: 82px !important;
  }
  .u-mb__82 {
    margin-bottom: 82px !important;
  }
  .u-ml__82 {
    margin-left: 82px !important;
  }
  .u-mr__82 {
    margin-right: 82px !important;
  }
  .u-mtpc__82 {
    margin-top: 82px !important;
  }
  .u-mbpc__82 {
    margin-bottom: 82px !important;
  }
  .u-mlpc__82 {
    margin-left: 82px !important;
  }
  .u-mrpc__82 {
    margin-right: 82px !important;
  }
  .u-mt__83 {
    margin-top: 83px !important;
  }
  .u-mb__83 {
    margin-bottom: 83px !important;
  }
  .u-ml__83 {
    margin-left: 83px !important;
  }
  .u-mr__83 {
    margin-right: 83px !important;
  }
  .u-mtpc__83 {
    margin-top: 83px !important;
  }
  .u-mbpc__83 {
    margin-bottom: 83px !important;
  }
  .u-mlpc__83 {
    margin-left: 83px !important;
  }
  .u-mrpc__83 {
    margin-right: 83px !important;
  }
  .u-mt__84 {
    margin-top: 84px !important;
  }
  .u-mb__84 {
    margin-bottom: 84px !important;
  }
  .u-ml__84 {
    margin-left: 84px !important;
  }
  .u-mr__84 {
    margin-right: 84px !important;
  }
  .u-mtpc__84 {
    margin-top: 84px !important;
  }
  .u-mbpc__84 {
    margin-bottom: 84px !important;
  }
  .u-mlpc__84 {
    margin-left: 84px !important;
  }
  .u-mrpc__84 {
    margin-right: 84px !important;
  }
  .u-mt__85 {
    margin-top: 85px !important;
  }
  .u-mb__85 {
    margin-bottom: 85px !important;
  }
  .u-ml__85 {
    margin-left: 85px !important;
  }
  .u-mr__85 {
    margin-right: 85px !important;
  }
  .u-mtpc__85 {
    margin-top: 85px !important;
  }
  .u-mbpc__85 {
    margin-bottom: 85px !important;
  }
  .u-mlpc__85 {
    margin-left: 85px !important;
  }
  .u-mrpc__85 {
    margin-right: 85px !important;
  }
  .u-mt__86 {
    margin-top: 86px !important;
  }
  .u-mb__86 {
    margin-bottom: 86px !important;
  }
  .u-ml__86 {
    margin-left: 86px !important;
  }
  .u-mr__86 {
    margin-right: 86px !important;
  }
  .u-mtpc__86 {
    margin-top: 86px !important;
  }
  .u-mbpc__86 {
    margin-bottom: 86px !important;
  }
  .u-mlpc__86 {
    margin-left: 86px !important;
  }
  .u-mrpc__86 {
    margin-right: 86px !important;
  }
  .u-mt__87 {
    margin-top: 87px !important;
  }
  .u-mb__87 {
    margin-bottom: 87px !important;
  }
  .u-ml__87 {
    margin-left: 87px !important;
  }
  .u-mr__87 {
    margin-right: 87px !important;
  }
  .u-mtpc__87 {
    margin-top: 87px !important;
  }
  .u-mbpc__87 {
    margin-bottom: 87px !important;
  }
  .u-mlpc__87 {
    margin-left: 87px !important;
  }
  .u-mrpc__87 {
    margin-right: 87px !important;
  }
  .u-mt__88 {
    margin-top: 88px !important;
  }
  .u-mb__88 {
    margin-bottom: 88px !important;
  }
  .u-ml__88 {
    margin-left: 88px !important;
  }
  .u-mr__88 {
    margin-right: 88px !important;
  }
  .u-mtpc__88 {
    margin-top: 88px !important;
  }
  .u-mbpc__88 {
    margin-bottom: 88px !important;
  }
  .u-mlpc__88 {
    margin-left: 88px !important;
  }
  .u-mrpc__88 {
    margin-right: 88px !important;
  }
  .u-mt__89 {
    margin-top: 89px !important;
  }
  .u-mb__89 {
    margin-bottom: 89px !important;
  }
  .u-ml__89 {
    margin-left: 89px !important;
  }
  .u-mr__89 {
    margin-right: 89px !important;
  }
  .u-mtpc__89 {
    margin-top: 89px !important;
  }
  .u-mbpc__89 {
    margin-bottom: 89px !important;
  }
  .u-mlpc__89 {
    margin-left: 89px !important;
  }
  .u-mrpc__89 {
    margin-right: 89px !important;
  }
  .u-mt__90 {
    margin-top: 90px !important;
  }
  .u-mb__90 {
    margin-bottom: 90px !important;
  }
  .u-ml__90 {
    margin-left: 90px !important;
  }
  .u-mr__90 {
    margin-right: 90px !important;
  }
  .u-mtpc__90 {
    margin-top: 90px !important;
  }
  .u-mbpc__90 {
    margin-bottom: 90px !important;
  }
  .u-mlpc__90 {
    margin-left: 90px !important;
  }
  .u-mrpc__90 {
    margin-right: 90px !important;
  }
  .u-mt__91 {
    margin-top: 91px !important;
  }
  .u-mb__91 {
    margin-bottom: 91px !important;
  }
  .u-ml__91 {
    margin-left: 91px !important;
  }
  .u-mr__91 {
    margin-right: 91px !important;
  }
  .u-mtpc__91 {
    margin-top: 91px !important;
  }
  .u-mbpc__91 {
    margin-bottom: 91px !important;
  }
  .u-mlpc__91 {
    margin-left: 91px !important;
  }
  .u-mrpc__91 {
    margin-right: 91px !important;
  }
  .u-mt__92 {
    margin-top: 92px !important;
  }
  .u-mb__92 {
    margin-bottom: 92px !important;
  }
  .u-ml__92 {
    margin-left: 92px !important;
  }
  .u-mr__92 {
    margin-right: 92px !important;
  }
  .u-mtpc__92 {
    margin-top: 92px !important;
  }
  .u-mbpc__92 {
    margin-bottom: 92px !important;
  }
  .u-mlpc__92 {
    margin-left: 92px !important;
  }
  .u-mrpc__92 {
    margin-right: 92px !important;
  }
  .u-mt__93 {
    margin-top: 93px !important;
  }
  .u-mb__93 {
    margin-bottom: 93px !important;
  }
  .u-ml__93 {
    margin-left: 93px !important;
  }
  .u-mr__93 {
    margin-right: 93px !important;
  }
  .u-mtpc__93 {
    margin-top: 93px !important;
  }
  .u-mbpc__93 {
    margin-bottom: 93px !important;
  }
  .u-mlpc__93 {
    margin-left: 93px !important;
  }
  .u-mrpc__93 {
    margin-right: 93px !important;
  }
  .u-mt__94 {
    margin-top: 94px !important;
  }
  .u-mb__94 {
    margin-bottom: 94px !important;
  }
  .u-ml__94 {
    margin-left: 94px !important;
  }
  .u-mr__94 {
    margin-right: 94px !important;
  }
  .u-mtpc__94 {
    margin-top: 94px !important;
  }
  .u-mbpc__94 {
    margin-bottom: 94px !important;
  }
  .u-mlpc__94 {
    margin-left: 94px !important;
  }
  .u-mrpc__94 {
    margin-right: 94px !important;
  }
  .u-mt__95 {
    margin-top: 95px !important;
  }
  .u-mb__95 {
    margin-bottom: 95px !important;
  }
  .u-ml__95 {
    margin-left: 95px !important;
  }
  .u-mr__95 {
    margin-right: 95px !important;
  }
  .u-mtpc__95 {
    margin-top: 95px !important;
  }
  .u-mbpc__95 {
    margin-bottom: 95px !important;
  }
  .u-mlpc__95 {
    margin-left: 95px !important;
  }
  .u-mrpc__95 {
    margin-right: 95px !important;
  }
  .u-mt__96 {
    margin-top: 96px !important;
  }
  .u-mb__96 {
    margin-bottom: 96px !important;
  }
  .u-ml__96 {
    margin-left: 96px !important;
  }
  .u-mr__96 {
    margin-right: 96px !important;
  }
  .u-mtpc__96 {
    margin-top: 96px !important;
  }
  .u-mbpc__96 {
    margin-bottom: 96px !important;
  }
  .u-mlpc__96 {
    margin-left: 96px !important;
  }
  .u-mrpc__96 {
    margin-right: 96px !important;
  }
  .u-mt__97 {
    margin-top: 97px !important;
  }
  .u-mb__97 {
    margin-bottom: 97px !important;
  }
  .u-ml__97 {
    margin-left: 97px !important;
  }
  .u-mr__97 {
    margin-right: 97px !important;
  }
  .u-mtpc__97 {
    margin-top: 97px !important;
  }
  .u-mbpc__97 {
    margin-bottom: 97px !important;
  }
  .u-mlpc__97 {
    margin-left: 97px !important;
  }
  .u-mrpc__97 {
    margin-right: 97px !important;
  }
  .u-mt__98 {
    margin-top: 98px !important;
  }
  .u-mb__98 {
    margin-bottom: 98px !important;
  }
  .u-ml__98 {
    margin-left: 98px !important;
  }
  .u-mr__98 {
    margin-right: 98px !important;
  }
  .u-mtpc__98 {
    margin-top: 98px !important;
  }
  .u-mbpc__98 {
    margin-bottom: 98px !important;
  }
  .u-mlpc__98 {
    margin-left: 98px !important;
  }
  .u-mrpc__98 {
    margin-right: 98px !important;
  }
  .u-mt__99 {
    margin-top: 99px !important;
  }
  .u-mb__99 {
    margin-bottom: 99px !important;
  }
  .u-ml__99 {
    margin-left: 99px !important;
  }
  .u-mr__99 {
    margin-right: 99px !important;
  }
  .u-mtpc__99 {
    margin-top: 99px !important;
  }
  .u-mbpc__99 {
    margin-bottom: 99px !important;
  }
  .u-mlpc__99 {
    margin-left: 99px !important;
  }
  .u-mrpc__99 {
    margin-right: 99px !important;
  }
  .u-mt__100 {
    margin-top: 100px !important;
  }
  .u-mb__100 {
    margin-bottom: 100px !important;
  }
  .u-ml__100 {
    margin-left: 100px !important;
  }
  .u-mr__100 {
    margin-right: 100px !important;
  }
  .u-mtpc__100 {
    margin-top: 100px !important;
  }
  .u-mbpc__100 {
    margin-bottom: 100px !important;
  }
  .u-mlpc__100 {
    margin-left: 100px !important;
  }
  .u-mrpc__100 {
    margin-right: 100px !important;
  }
  .u-mt__101 {
    margin-top: 101px !important;
  }
  .u-mb__101 {
    margin-bottom: 101px !important;
  }
  .u-ml__101 {
    margin-left: 101px !important;
  }
  .u-mr__101 {
    margin-right: 101px !important;
  }
  .u-mtpc__101 {
    margin-top: 101px !important;
  }
  .u-mbpc__101 {
    margin-bottom: 101px !important;
  }
  .u-mlpc__101 {
    margin-left: 101px !important;
  }
  .u-mrpc__101 {
    margin-right: 101px !important;
  }
  .u-mt__102 {
    margin-top: 102px !important;
  }
  .u-mb__102 {
    margin-bottom: 102px !important;
  }
  .u-ml__102 {
    margin-left: 102px !important;
  }
  .u-mr__102 {
    margin-right: 102px !important;
  }
  .u-mtpc__102 {
    margin-top: 102px !important;
  }
  .u-mbpc__102 {
    margin-bottom: 102px !important;
  }
  .u-mlpc__102 {
    margin-left: 102px !important;
  }
  .u-mrpc__102 {
    margin-right: 102px !important;
  }
  .u-mt__103 {
    margin-top: 103px !important;
  }
  .u-mb__103 {
    margin-bottom: 103px !important;
  }
  .u-ml__103 {
    margin-left: 103px !important;
  }
  .u-mr__103 {
    margin-right: 103px !important;
  }
  .u-mtpc__103 {
    margin-top: 103px !important;
  }
  .u-mbpc__103 {
    margin-bottom: 103px !important;
  }
  .u-mlpc__103 {
    margin-left: 103px !important;
  }
  .u-mrpc__103 {
    margin-right: 103px !important;
  }
  .u-mt__104 {
    margin-top: 104px !important;
  }
  .u-mb__104 {
    margin-bottom: 104px !important;
  }
  .u-ml__104 {
    margin-left: 104px !important;
  }
  .u-mr__104 {
    margin-right: 104px !important;
  }
  .u-mtpc__104 {
    margin-top: 104px !important;
  }
  .u-mbpc__104 {
    margin-bottom: 104px !important;
  }
  .u-mlpc__104 {
    margin-left: 104px !important;
  }
  .u-mrpc__104 {
    margin-right: 104px !important;
  }
  .u-mt__105 {
    margin-top: 105px !important;
  }
  .u-mb__105 {
    margin-bottom: 105px !important;
  }
  .u-ml__105 {
    margin-left: 105px !important;
  }
  .u-mr__105 {
    margin-right: 105px !important;
  }
  .u-mtpc__105 {
    margin-top: 105px !important;
  }
  .u-mbpc__105 {
    margin-bottom: 105px !important;
  }
  .u-mlpc__105 {
    margin-left: 105px !important;
  }
  .u-mrpc__105 {
    margin-right: 105px !important;
  }
  .u-mt__106 {
    margin-top: 106px !important;
  }
  .u-mb__106 {
    margin-bottom: 106px !important;
  }
  .u-ml__106 {
    margin-left: 106px !important;
  }
  .u-mr__106 {
    margin-right: 106px !important;
  }
  .u-mtpc__106 {
    margin-top: 106px !important;
  }
  .u-mbpc__106 {
    margin-bottom: 106px !important;
  }
  .u-mlpc__106 {
    margin-left: 106px !important;
  }
  .u-mrpc__106 {
    margin-right: 106px !important;
  }
  .u-mt__107 {
    margin-top: 107px !important;
  }
  .u-mb__107 {
    margin-bottom: 107px !important;
  }
  .u-ml__107 {
    margin-left: 107px !important;
  }
  .u-mr__107 {
    margin-right: 107px !important;
  }
  .u-mtpc__107 {
    margin-top: 107px !important;
  }
  .u-mbpc__107 {
    margin-bottom: 107px !important;
  }
  .u-mlpc__107 {
    margin-left: 107px !important;
  }
  .u-mrpc__107 {
    margin-right: 107px !important;
  }
  .u-mt__108 {
    margin-top: 108px !important;
  }
  .u-mb__108 {
    margin-bottom: 108px !important;
  }
  .u-ml__108 {
    margin-left: 108px !important;
  }
  .u-mr__108 {
    margin-right: 108px !important;
  }
  .u-mtpc__108 {
    margin-top: 108px !important;
  }
  .u-mbpc__108 {
    margin-bottom: 108px !important;
  }
  .u-mlpc__108 {
    margin-left: 108px !important;
  }
  .u-mrpc__108 {
    margin-right: 108px !important;
  }
  .u-mt__109 {
    margin-top: 109px !important;
  }
  .u-mb__109 {
    margin-bottom: 109px !important;
  }
  .u-ml__109 {
    margin-left: 109px !important;
  }
  .u-mr__109 {
    margin-right: 109px !important;
  }
  .u-mtpc__109 {
    margin-top: 109px !important;
  }
  .u-mbpc__109 {
    margin-bottom: 109px !important;
  }
  .u-mlpc__109 {
    margin-left: 109px !important;
  }
  .u-mrpc__109 {
    margin-right: 109px !important;
  }
  .u-mt__110 {
    margin-top: 110px !important;
  }
  .u-mb__110 {
    margin-bottom: 110px !important;
  }
  .u-ml__110 {
    margin-left: 110px !important;
  }
  .u-mr__110 {
    margin-right: 110px !important;
  }
  .u-mtpc__110 {
    margin-top: 110px !important;
  }
  .u-mbpc__110 {
    margin-bottom: 110px !important;
  }
  .u-mlpc__110 {
    margin-left: 110px !important;
  }
  .u-mrpc__110 {
    margin-right: 110px !important;
  }
  .u-mt__111 {
    margin-top: 111px !important;
  }
  .u-mb__111 {
    margin-bottom: 111px !important;
  }
  .u-ml__111 {
    margin-left: 111px !important;
  }
  .u-mr__111 {
    margin-right: 111px !important;
  }
  .u-mtpc__111 {
    margin-top: 111px !important;
  }
  .u-mbpc__111 {
    margin-bottom: 111px !important;
  }
  .u-mlpc__111 {
    margin-left: 111px !important;
  }
  .u-mrpc__111 {
    margin-right: 111px !important;
  }
  .u-mt__112 {
    margin-top: 112px !important;
  }
  .u-mb__112 {
    margin-bottom: 112px !important;
  }
  .u-ml__112 {
    margin-left: 112px !important;
  }
  .u-mr__112 {
    margin-right: 112px !important;
  }
  .u-mtpc__112 {
    margin-top: 112px !important;
  }
  .u-mbpc__112 {
    margin-bottom: 112px !important;
  }
  .u-mlpc__112 {
    margin-left: 112px !important;
  }
  .u-mrpc__112 {
    margin-right: 112px !important;
  }
  .u-mt__113 {
    margin-top: 113px !important;
  }
  .u-mb__113 {
    margin-bottom: 113px !important;
  }
  .u-ml__113 {
    margin-left: 113px !important;
  }
  .u-mr__113 {
    margin-right: 113px !important;
  }
  .u-mtpc__113 {
    margin-top: 113px !important;
  }
  .u-mbpc__113 {
    margin-bottom: 113px !important;
  }
  .u-mlpc__113 {
    margin-left: 113px !important;
  }
  .u-mrpc__113 {
    margin-right: 113px !important;
  }
  .u-mt__114 {
    margin-top: 114px !important;
  }
  .u-mb__114 {
    margin-bottom: 114px !important;
  }
  .u-ml__114 {
    margin-left: 114px !important;
  }
  .u-mr__114 {
    margin-right: 114px !important;
  }
  .u-mtpc__114 {
    margin-top: 114px !important;
  }
  .u-mbpc__114 {
    margin-bottom: 114px !important;
  }
  .u-mlpc__114 {
    margin-left: 114px !important;
  }
  .u-mrpc__114 {
    margin-right: 114px !important;
  }
  .u-mt__115 {
    margin-top: 115px !important;
  }
  .u-mb__115 {
    margin-bottom: 115px !important;
  }
  .u-ml__115 {
    margin-left: 115px !important;
  }
  .u-mr__115 {
    margin-right: 115px !important;
  }
  .u-mtpc__115 {
    margin-top: 115px !important;
  }
  .u-mbpc__115 {
    margin-bottom: 115px !important;
  }
  .u-mlpc__115 {
    margin-left: 115px !important;
  }
  .u-mrpc__115 {
    margin-right: 115px !important;
  }
  .u-mt__116 {
    margin-top: 116px !important;
  }
  .u-mb__116 {
    margin-bottom: 116px !important;
  }
  .u-ml__116 {
    margin-left: 116px !important;
  }
  .u-mr__116 {
    margin-right: 116px !important;
  }
  .u-mtpc__116 {
    margin-top: 116px !important;
  }
  .u-mbpc__116 {
    margin-bottom: 116px !important;
  }
  .u-mlpc__116 {
    margin-left: 116px !important;
  }
  .u-mrpc__116 {
    margin-right: 116px !important;
  }
  .u-mt__117 {
    margin-top: 117px !important;
  }
  .u-mb__117 {
    margin-bottom: 117px !important;
  }
  .u-ml__117 {
    margin-left: 117px !important;
  }
  .u-mr__117 {
    margin-right: 117px !important;
  }
  .u-mtpc__117 {
    margin-top: 117px !important;
  }
  .u-mbpc__117 {
    margin-bottom: 117px !important;
  }
  .u-mlpc__117 {
    margin-left: 117px !important;
  }
  .u-mrpc__117 {
    margin-right: 117px !important;
  }
  .u-mt__118 {
    margin-top: 118px !important;
  }
  .u-mb__118 {
    margin-bottom: 118px !important;
  }
  .u-ml__118 {
    margin-left: 118px !important;
  }
  .u-mr__118 {
    margin-right: 118px !important;
  }
  .u-mtpc__118 {
    margin-top: 118px !important;
  }
  .u-mbpc__118 {
    margin-bottom: 118px !important;
  }
  .u-mlpc__118 {
    margin-left: 118px !important;
  }
  .u-mrpc__118 {
    margin-right: 118px !important;
  }
  .u-mt__119 {
    margin-top: 119px !important;
  }
  .u-mb__119 {
    margin-bottom: 119px !important;
  }
  .u-ml__119 {
    margin-left: 119px !important;
  }
  .u-mr__119 {
    margin-right: 119px !important;
  }
  .u-mtpc__119 {
    margin-top: 119px !important;
  }
  .u-mbpc__119 {
    margin-bottom: 119px !important;
  }
  .u-mlpc__119 {
    margin-left: 119px !important;
  }
  .u-mrpc__119 {
    margin-right: 119px !important;
  }
  .u-mt__120 {
    margin-top: 120px !important;
  }
  .u-mb__120 {
    margin-bottom: 120px !important;
  }
  .u-ml__120 {
    margin-left: 120px !important;
  }
  .u-mr__120 {
    margin-right: 120px !important;
  }
  .u-mtpc__120 {
    margin-top: 120px !important;
  }
  .u-mbpc__120 {
    margin-bottom: 120px !important;
  }
  .u-mlpc__120 {
    margin-left: 120px !important;
  }
  .u-mrpc__120 {
    margin-right: 120px !important;
  }
  .u-mt__121 {
    margin-top: 121px !important;
  }
  .u-mb__121 {
    margin-bottom: 121px !important;
  }
  .u-ml__121 {
    margin-left: 121px !important;
  }
  .u-mr__121 {
    margin-right: 121px !important;
  }
  .u-mtpc__121 {
    margin-top: 121px !important;
  }
  .u-mbpc__121 {
    margin-bottom: 121px !important;
  }
  .u-mlpc__121 {
    margin-left: 121px !important;
  }
  .u-mrpc__121 {
    margin-right: 121px !important;
  }
  .u-mt__122 {
    margin-top: 122px !important;
  }
  .u-mb__122 {
    margin-bottom: 122px !important;
  }
  .u-ml__122 {
    margin-left: 122px !important;
  }
  .u-mr__122 {
    margin-right: 122px !important;
  }
  .u-mtpc__122 {
    margin-top: 122px !important;
  }
  .u-mbpc__122 {
    margin-bottom: 122px !important;
  }
  .u-mlpc__122 {
    margin-left: 122px !important;
  }
  .u-mrpc__122 {
    margin-right: 122px !important;
  }
  .u-mt__123 {
    margin-top: 123px !important;
  }
  .u-mb__123 {
    margin-bottom: 123px !important;
  }
  .u-ml__123 {
    margin-left: 123px !important;
  }
  .u-mr__123 {
    margin-right: 123px !important;
  }
  .u-mtpc__123 {
    margin-top: 123px !important;
  }
  .u-mbpc__123 {
    margin-bottom: 123px !important;
  }
  .u-mlpc__123 {
    margin-left: 123px !important;
  }
  .u-mrpc__123 {
    margin-right: 123px !important;
  }
  .u-mt__124 {
    margin-top: 124px !important;
  }
  .u-mb__124 {
    margin-bottom: 124px !important;
  }
  .u-ml__124 {
    margin-left: 124px !important;
  }
  .u-mr__124 {
    margin-right: 124px !important;
  }
  .u-mtpc__124 {
    margin-top: 124px !important;
  }
  .u-mbpc__124 {
    margin-bottom: 124px !important;
  }
  .u-mlpc__124 {
    margin-left: 124px !important;
  }
  .u-mrpc__124 {
    margin-right: 124px !important;
  }
  .u-mt__125 {
    margin-top: 125px !important;
  }
  .u-mb__125 {
    margin-bottom: 125px !important;
  }
  .u-ml__125 {
    margin-left: 125px !important;
  }
  .u-mr__125 {
    margin-right: 125px !important;
  }
  .u-mtpc__125 {
    margin-top: 125px !important;
  }
  .u-mbpc__125 {
    margin-bottom: 125px !important;
  }
  .u-mlpc__125 {
    margin-left: 125px !important;
  }
  .u-mrpc__125 {
    margin-right: 125px !important;
  }
  .u-mt__126 {
    margin-top: 126px !important;
  }
  .u-mb__126 {
    margin-bottom: 126px !important;
  }
  .u-ml__126 {
    margin-left: 126px !important;
  }
  .u-mr__126 {
    margin-right: 126px !important;
  }
  .u-mtpc__126 {
    margin-top: 126px !important;
  }
  .u-mbpc__126 {
    margin-bottom: 126px !important;
  }
  .u-mlpc__126 {
    margin-left: 126px !important;
  }
  .u-mrpc__126 {
    margin-right: 126px !important;
  }
  .u-mt__127 {
    margin-top: 127px !important;
  }
  .u-mb__127 {
    margin-bottom: 127px !important;
  }
  .u-ml__127 {
    margin-left: 127px !important;
  }
  .u-mr__127 {
    margin-right: 127px !important;
  }
  .u-mtpc__127 {
    margin-top: 127px !important;
  }
  .u-mbpc__127 {
    margin-bottom: 127px !important;
  }
  .u-mlpc__127 {
    margin-left: 127px !important;
  }
  .u-mrpc__127 {
    margin-right: 127px !important;
  }
  .u-mt__128 {
    margin-top: 128px !important;
  }
  .u-mb__128 {
    margin-bottom: 128px !important;
  }
  .u-ml__128 {
    margin-left: 128px !important;
  }
  .u-mr__128 {
    margin-right: 128px !important;
  }
  .u-mtpc__128 {
    margin-top: 128px !important;
  }
  .u-mbpc__128 {
    margin-bottom: 128px !important;
  }
  .u-mlpc__128 {
    margin-left: 128px !important;
  }
  .u-mrpc__128 {
    margin-right: 128px !important;
  }
  .u-mt__129 {
    margin-top: 129px !important;
  }
  .u-mb__129 {
    margin-bottom: 129px !important;
  }
  .u-ml__129 {
    margin-left: 129px !important;
  }
  .u-mr__129 {
    margin-right: 129px !important;
  }
  .u-mtpc__129 {
    margin-top: 129px !important;
  }
  .u-mbpc__129 {
    margin-bottom: 129px !important;
  }
  .u-mlpc__129 {
    margin-left: 129px !important;
  }
  .u-mrpc__129 {
    margin-right: 129px !important;
  }
  .u-mt__130 {
    margin-top: 130px !important;
  }
  .u-mb__130 {
    margin-bottom: 130px !important;
  }
  .u-ml__130 {
    margin-left: 130px !important;
  }
  .u-mr__130 {
    margin-right: 130px !important;
  }
  .u-mtpc__130 {
    margin-top: 130px !important;
  }
  .u-mbpc__130 {
    margin-bottom: 130px !important;
  }
  .u-mlpc__130 {
    margin-left: 130px !important;
  }
  .u-mrpc__130 {
    margin-right: 130px !important;
  }
  .u-mt__131 {
    margin-top: 131px !important;
  }
  .u-mb__131 {
    margin-bottom: 131px !important;
  }
  .u-ml__131 {
    margin-left: 131px !important;
  }
  .u-mr__131 {
    margin-right: 131px !important;
  }
  .u-mtpc__131 {
    margin-top: 131px !important;
  }
  .u-mbpc__131 {
    margin-bottom: 131px !important;
  }
  .u-mlpc__131 {
    margin-left: 131px !important;
  }
  .u-mrpc__131 {
    margin-right: 131px !important;
  }
  .u-mt__132 {
    margin-top: 132px !important;
  }
  .u-mb__132 {
    margin-bottom: 132px !important;
  }
  .u-ml__132 {
    margin-left: 132px !important;
  }
  .u-mr__132 {
    margin-right: 132px !important;
  }
  .u-mtpc__132 {
    margin-top: 132px !important;
  }
  .u-mbpc__132 {
    margin-bottom: 132px !important;
  }
  .u-mlpc__132 {
    margin-left: 132px !important;
  }
  .u-mrpc__132 {
    margin-right: 132px !important;
  }
  .u-mt__133 {
    margin-top: 133px !important;
  }
  .u-mb__133 {
    margin-bottom: 133px !important;
  }
  .u-ml__133 {
    margin-left: 133px !important;
  }
  .u-mr__133 {
    margin-right: 133px !important;
  }
  .u-mtpc__133 {
    margin-top: 133px !important;
  }
  .u-mbpc__133 {
    margin-bottom: 133px !important;
  }
  .u-mlpc__133 {
    margin-left: 133px !important;
  }
  .u-mrpc__133 {
    margin-right: 133px !important;
  }
  .u-mt__134 {
    margin-top: 134px !important;
  }
  .u-mb__134 {
    margin-bottom: 134px !important;
  }
  .u-ml__134 {
    margin-left: 134px !important;
  }
  .u-mr__134 {
    margin-right: 134px !important;
  }
  .u-mtpc__134 {
    margin-top: 134px !important;
  }
  .u-mbpc__134 {
    margin-bottom: 134px !important;
  }
  .u-mlpc__134 {
    margin-left: 134px !important;
  }
  .u-mrpc__134 {
    margin-right: 134px !important;
  }
  .u-mt__135 {
    margin-top: 135px !important;
  }
  .u-mb__135 {
    margin-bottom: 135px !important;
  }
  .u-ml__135 {
    margin-left: 135px !important;
  }
  .u-mr__135 {
    margin-right: 135px !important;
  }
  .u-mtpc__135 {
    margin-top: 135px !important;
  }
  .u-mbpc__135 {
    margin-bottom: 135px !important;
  }
  .u-mlpc__135 {
    margin-left: 135px !important;
  }
  .u-mrpc__135 {
    margin-right: 135px !important;
  }
  .u-mt__136 {
    margin-top: 136px !important;
  }
  .u-mb__136 {
    margin-bottom: 136px !important;
  }
  .u-ml__136 {
    margin-left: 136px !important;
  }
  .u-mr__136 {
    margin-right: 136px !important;
  }
  .u-mtpc__136 {
    margin-top: 136px !important;
  }
  .u-mbpc__136 {
    margin-bottom: 136px !important;
  }
  .u-mlpc__136 {
    margin-left: 136px !important;
  }
  .u-mrpc__136 {
    margin-right: 136px !important;
  }
  .u-mt__137 {
    margin-top: 137px !important;
  }
  .u-mb__137 {
    margin-bottom: 137px !important;
  }
  .u-ml__137 {
    margin-left: 137px !important;
  }
  .u-mr__137 {
    margin-right: 137px !important;
  }
  .u-mtpc__137 {
    margin-top: 137px !important;
  }
  .u-mbpc__137 {
    margin-bottom: 137px !important;
  }
  .u-mlpc__137 {
    margin-left: 137px !important;
  }
  .u-mrpc__137 {
    margin-right: 137px !important;
  }
  .u-mt__138 {
    margin-top: 138px !important;
  }
  .u-mb__138 {
    margin-bottom: 138px !important;
  }
  .u-ml__138 {
    margin-left: 138px !important;
  }
  .u-mr__138 {
    margin-right: 138px !important;
  }
  .u-mtpc__138 {
    margin-top: 138px !important;
  }
  .u-mbpc__138 {
    margin-bottom: 138px !important;
  }
  .u-mlpc__138 {
    margin-left: 138px !important;
  }
  .u-mrpc__138 {
    margin-right: 138px !important;
  }
  .u-mt__139 {
    margin-top: 139px !important;
  }
  .u-mb__139 {
    margin-bottom: 139px !important;
  }
  .u-ml__139 {
    margin-left: 139px !important;
  }
  .u-mr__139 {
    margin-right: 139px !important;
  }
  .u-mtpc__139 {
    margin-top: 139px !important;
  }
  .u-mbpc__139 {
    margin-bottom: 139px !important;
  }
  .u-mlpc__139 {
    margin-left: 139px !important;
  }
  .u-mrpc__139 {
    margin-right: 139px !important;
  }
  .u-mt__140 {
    margin-top: 140px !important;
  }
  .u-mb__140 {
    margin-bottom: 140px !important;
  }
  .u-ml__140 {
    margin-left: 140px !important;
  }
  .u-mr__140 {
    margin-right: 140px !important;
  }
  .u-mtpc__140 {
    margin-top: 140px !important;
  }
  .u-mbpc__140 {
    margin-bottom: 140px !important;
  }
  .u-mlpc__140 {
    margin-left: 140px !important;
  }
  .u-mrpc__140 {
    margin-right: 140px !important;
  }
  .u-mt__141 {
    margin-top: 141px !important;
  }
  .u-mb__141 {
    margin-bottom: 141px !important;
  }
  .u-ml__141 {
    margin-left: 141px !important;
  }
  .u-mr__141 {
    margin-right: 141px !important;
  }
  .u-mtpc__141 {
    margin-top: 141px !important;
  }
  .u-mbpc__141 {
    margin-bottom: 141px !important;
  }
  .u-mlpc__141 {
    margin-left: 141px !important;
  }
  .u-mrpc__141 {
    margin-right: 141px !important;
  }
  .u-mt__142 {
    margin-top: 142px !important;
  }
  .u-mb__142 {
    margin-bottom: 142px !important;
  }
  .u-ml__142 {
    margin-left: 142px !important;
  }
  .u-mr__142 {
    margin-right: 142px !important;
  }
  .u-mtpc__142 {
    margin-top: 142px !important;
  }
  .u-mbpc__142 {
    margin-bottom: 142px !important;
  }
  .u-mlpc__142 {
    margin-left: 142px !important;
  }
  .u-mrpc__142 {
    margin-right: 142px !important;
  }
  .u-mt__143 {
    margin-top: 143px !important;
  }
  .u-mb__143 {
    margin-bottom: 143px !important;
  }
  .u-ml__143 {
    margin-left: 143px !important;
  }
  .u-mr__143 {
    margin-right: 143px !important;
  }
  .u-mtpc__143 {
    margin-top: 143px !important;
  }
  .u-mbpc__143 {
    margin-bottom: 143px !important;
  }
  .u-mlpc__143 {
    margin-left: 143px !important;
  }
  .u-mrpc__143 {
    margin-right: 143px !important;
  }
  .u-mt__144 {
    margin-top: 144px !important;
  }
  .u-mb__144 {
    margin-bottom: 144px !important;
  }
  .u-ml__144 {
    margin-left: 144px !important;
  }
  .u-mr__144 {
    margin-right: 144px !important;
  }
  .u-mtpc__144 {
    margin-top: 144px !important;
  }
  .u-mbpc__144 {
    margin-bottom: 144px !important;
  }
  .u-mlpc__144 {
    margin-left: 144px !important;
  }
  .u-mrpc__144 {
    margin-right: 144px !important;
  }
  .u-mt__145 {
    margin-top: 145px !important;
  }
  .u-mb__145 {
    margin-bottom: 145px !important;
  }
  .u-ml__145 {
    margin-left: 145px !important;
  }
  .u-mr__145 {
    margin-right: 145px !important;
  }
  .u-mtpc__145 {
    margin-top: 145px !important;
  }
  .u-mbpc__145 {
    margin-bottom: 145px !important;
  }
  .u-mlpc__145 {
    margin-left: 145px !important;
  }
  .u-mrpc__145 {
    margin-right: 145px !important;
  }
  .u-mt__146 {
    margin-top: 146px !important;
  }
  .u-mb__146 {
    margin-bottom: 146px !important;
  }
  .u-ml__146 {
    margin-left: 146px !important;
  }
  .u-mr__146 {
    margin-right: 146px !important;
  }
  .u-mtpc__146 {
    margin-top: 146px !important;
  }
  .u-mbpc__146 {
    margin-bottom: 146px !important;
  }
  .u-mlpc__146 {
    margin-left: 146px !important;
  }
  .u-mrpc__146 {
    margin-right: 146px !important;
  }
  .u-mt__147 {
    margin-top: 147px !important;
  }
  .u-mb__147 {
    margin-bottom: 147px !important;
  }
  .u-ml__147 {
    margin-left: 147px !important;
  }
  .u-mr__147 {
    margin-right: 147px !important;
  }
  .u-mtpc__147 {
    margin-top: 147px !important;
  }
  .u-mbpc__147 {
    margin-bottom: 147px !important;
  }
  .u-mlpc__147 {
    margin-left: 147px !important;
  }
  .u-mrpc__147 {
    margin-right: 147px !important;
  }
  .u-mt__148 {
    margin-top: 148px !important;
  }
  .u-mb__148 {
    margin-bottom: 148px !important;
  }
  .u-ml__148 {
    margin-left: 148px !important;
  }
  .u-mr__148 {
    margin-right: 148px !important;
  }
  .u-mtpc__148 {
    margin-top: 148px !important;
  }
  .u-mbpc__148 {
    margin-bottom: 148px !important;
  }
  .u-mlpc__148 {
    margin-left: 148px !important;
  }
  .u-mrpc__148 {
    margin-right: 148px !important;
  }
  .u-mt__149 {
    margin-top: 149px !important;
  }
  .u-mb__149 {
    margin-bottom: 149px !important;
  }
  .u-ml__149 {
    margin-left: 149px !important;
  }
  .u-mr__149 {
    margin-right: 149px !important;
  }
  .u-mtpc__149 {
    margin-top: 149px !important;
  }
  .u-mbpc__149 {
    margin-bottom: 149px !important;
  }
  .u-mlpc__149 {
    margin-left: 149px !important;
  }
  .u-mrpc__149 {
    margin-right: 149px !important;
  }
  .u-mt__150 {
    margin-top: 150px !important;
  }
  .u-mb__150 {
    margin-bottom: 150px !important;
  }
  .u-ml__150 {
    margin-left: 150px !important;
  }
  .u-mr__150 {
    margin-right: 150px !important;
  }
  .u-mtpc__150 {
    margin-top: 150px !important;
  }
  .u-mbpc__150 {
    margin-bottom: 150px !important;
  }
  .u-mlpc__150 {
    margin-left: 150px !important;
  }
  .u-mrpc__150 {
    margin-right: 150px !important;
  }
  .u-mt__151 {
    margin-top: 151px !important;
  }
  .u-mb__151 {
    margin-bottom: 151px !important;
  }
  .u-ml__151 {
    margin-left: 151px !important;
  }
  .u-mr__151 {
    margin-right: 151px !important;
  }
  .u-mtpc__151 {
    margin-top: 151px !important;
  }
  .u-mbpc__151 {
    margin-bottom: 151px !important;
  }
  .u-mlpc__151 {
    margin-left: 151px !important;
  }
  .u-mrpc__151 {
    margin-right: 151px !important;
  }
  .u-mt__152 {
    margin-top: 152px !important;
  }
  .u-mb__152 {
    margin-bottom: 152px !important;
  }
  .u-ml__152 {
    margin-left: 152px !important;
  }
  .u-mr__152 {
    margin-right: 152px !important;
  }
  .u-mtpc__152 {
    margin-top: 152px !important;
  }
  .u-mbpc__152 {
    margin-bottom: 152px !important;
  }
  .u-mlpc__152 {
    margin-left: 152px !important;
  }
  .u-mrpc__152 {
    margin-right: 152px !important;
  }
  .u-mt__153 {
    margin-top: 153px !important;
  }
  .u-mb__153 {
    margin-bottom: 153px !important;
  }
  .u-ml__153 {
    margin-left: 153px !important;
  }
  .u-mr__153 {
    margin-right: 153px !important;
  }
  .u-mtpc__153 {
    margin-top: 153px !important;
  }
  .u-mbpc__153 {
    margin-bottom: 153px !important;
  }
  .u-mlpc__153 {
    margin-left: 153px !important;
  }
  .u-mrpc__153 {
    margin-right: 153px !important;
  }
  .u-mt__154 {
    margin-top: 154px !important;
  }
  .u-mb__154 {
    margin-bottom: 154px !important;
  }
  .u-ml__154 {
    margin-left: 154px !important;
  }
  .u-mr__154 {
    margin-right: 154px !important;
  }
  .u-mtpc__154 {
    margin-top: 154px !important;
  }
  .u-mbpc__154 {
    margin-bottom: 154px !important;
  }
  .u-mlpc__154 {
    margin-left: 154px !important;
  }
  .u-mrpc__154 {
    margin-right: 154px !important;
  }
  .u-mt__155 {
    margin-top: 155px !important;
  }
  .u-mb__155 {
    margin-bottom: 155px !important;
  }
  .u-ml__155 {
    margin-left: 155px !important;
  }
  .u-mr__155 {
    margin-right: 155px !important;
  }
  .u-mtpc__155 {
    margin-top: 155px !important;
  }
  .u-mbpc__155 {
    margin-bottom: 155px !important;
  }
  .u-mlpc__155 {
    margin-left: 155px !important;
  }
  .u-mrpc__155 {
    margin-right: 155px !important;
  }
  .u-mt__156 {
    margin-top: 156px !important;
  }
  .u-mb__156 {
    margin-bottom: 156px !important;
  }
  .u-ml__156 {
    margin-left: 156px !important;
  }
  .u-mr__156 {
    margin-right: 156px !important;
  }
  .u-mtpc__156 {
    margin-top: 156px !important;
  }
  .u-mbpc__156 {
    margin-bottom: 156px !important;
  }
  .u-mlpc__156 {
    margin-left: 156px !important;
  }
  .u-mrpc__156 {
    margin-right: 156px !important;
  }
  .u-mt__157 {
    margin-top: 157px !important;
  }
  .u-mb__157 {
    margin-bottom: 157px !important;
  }
  .u-ml__157 {
    margin-left: 157px !important;
  }
  .u-mr__157 {
    margin-right: 157px !important;
  }
  .u-mtpc__157 {
    margin-top: 157px !important;
  }
  .u-mbpc__157 {
    margin-bottom: 157px !important;
  }
  .u-mlpc__157 {
    margin-left: 157px !important;
  }
  .u-mrpc__157 {
    margin-right: 157px !important;
  }
  .u-mt__158 {
    margin-top: 158px !important;
  }
  .u-mb__158 {
    margin-bottom: 158px !important;
  }
  .u-ml__158 {
    margin-left: 158px !important;
  }
  .u-mr__158 {
    margin-right: 158px !important;
  }
  .u-mtpc__158 {
    margin-top: 158px !important;
  }
  .u-mbpc__158 {
    margin-bottom: 158px !important;
  }
  .u-mlpc__158 {
    margin-left: 158px !important;
  }
  .u-mrpc__158 {
    margin-right: 158px !important;
  }
  .u-mt__159 {
    margin-top: 159px !important;
  }
  .u-mb__159 {
    margin-bottom: 159px !important;
  }
  .u-ml__159 {
    margin-left: 159px !important;
  }
  .u-mr__159 {
    margin-right: 159px !important;
  }
  .u-mtpc__159 {
    margin-top: 159px !important;
  }
  .u-mbpc__159 {
    margin-bottom: 159px !important;
  }
  .u-mlpc__159 {
    margin-left: 159px !important;
  }
  .u-mrpc__159 {
    margin-right: 159px !important;
  }
  .u-mt__160 {
    margin-top: 160px !important;
  }
  .u-mb__160 {
    margin-bottom: 160px !important;
  }
  .u-ml__160 {
    margin-left: 160px !important;
  }
  .u-mr__160 {
    margin-right: 160px !important;
  }
  .u-mtpc__160 {
    margin-top: 160px !important;
  }
  .u-mbpc__160 {
    margin-bottom: 160px !important;
  }
  .u-mlpc__160 {
    margin-left: 160px !important;
  }
  .u-mrpc__160 {
    margin-right: 160px !important;
  }
  .u-mt__161 {
    margin-top: 161px !important;
  }
  .u-mb__161 {
    margin-bottom: 161px !important;
  }
  .u-ml__161 {
    margin-left: 161px !important;
  }
  .u-mr__161 {
    margin-right: 161px !important;
  }
  .u-mtpc__161 {
    margin-top: 161px !important;
  }
  .u-mbpc__161 {
    margin-bottom: 161px !important;
  }
  .u-mlpc__161 {
    margin-left: 161px !important;
  }
  .u-mrpc__161 {
    margin-right: 161px !important;
  }
  .u-mt__162 {
    margin-top: 162px !important;
  }
  .u-mb__162 {
    margin-bottom: 162px !important;
  }
  .u-ml__162 {
    margin-left: 162px !important;
  }
  .u-mr__162 {
    margin-right: 162px !important;
  }
  .u-mtpc__162 {
    margin-top: 162px !important;
  }
  .u-mbpc__162 {
    margin-bottom: 162px !important;
  }
  .u-mlpc__162 {
    margin-left: 162px !important;
  }
  .u-mrpc__162 {
    margin-right: 162px !important;
  }
  .u-mt__163 {
    margin-top: 163px !important;
  }
  .u-mb__163 {
    margin-bottom: 163px !important;
  }
  .u-ml__163 {
    margin-left: 163px !important;
  }
  .u-mr__163 {
    margin-right: 163px !important;
  }
  .u-mtpc__163 {
    margin-top: 163px !important;
  }
  .u-mbpc__163 {
    margin-bottom: 163px !important;
  }
  .u-mlpc__163 {
    margin-left: 163px !important;
  }
  .u-mrpc__163 {
    margin-right: 163px !important;
  }
  .u-mt__164 {
    margin-top: 164px !important;
  }
  .u-mb__164 {
    margin-bottom: 164px !important;
  }
  .u-ml__164 {
    margin-left: 164px !important;
  }
  .u-mr__164 {
    margin-right: 164px !important;
  }
  .u-mtpc__164 {
    margin-top: 164px !important;
  }
  .u-mbpc__164 {
    margin-bottom: 164px !important;
  }
  .u-mlpc__164 {
    margin-left: 164px !important;
  }
  .u-mrpc__164 {
    margin-right: 164px !important;
  }
  .u-mt__165 {
    margin-top: 165px !important;
  }
  .u-mb__165 {
    margin-bottom: 165px !important;
  }
  .u-ml__165 {
    margin-left: 165px !important;
  }
  .u-mr__165 {
    margin-right: 165px !important;
  }
  .u-mtpc__165 {
    margin-top: 165px !important;
  }
  .u-mbpc__165 {
    margin-bottom: 165px !important;
  }
  .u-mlpc__165 {
    margin-left: 165px !important;
  }
  .u-mrpc__165 {
    margin-right: 165px !important;
  }
  .u-mt__166 {
    margin-top: 166px !important;
  }
  .u-mb__166 {
    margin-bottom: 166px !important;
  }
  .u-ml__166 {
    margin-left: 166px !important;
  }
  .u-mr__166 {
    margin-right: 166px !important;
  }
  .u-mtpc__166 {
    margin-top: 166px !important;
  }
  .u-mbpc__166 {
    margin-bottom: 166px !important;
  }
  .u-mlpc__166 {
    margin-left: 166px !important;
  }
  .u-mrpc__166 {
    margin-right: 166px !important;
  }
  .u-mt__167 {
    margin-top: 167px !important;
  }
  .u-mb__167 {
    margin-bottom: 167px !important;
  }
  .u-ml__167 {
    margin-left: 167px !important;
  }
  .u-mr__167 {
    margin-right: 167px !important;
  }
  .u-mtpc__167 {
    margin-top: 167px !important;
  }
  .u-mbpc__167 {
    margin-bottom: 167px !important;
  }
  .u-mlpc__167 {
    margin-left: 167px !important;
  }
  .u-mrpc__167 {
    margin-right: 167px !important;
  }
  .u-mt__168 {
    margin-top: 168px !important;
  }
  .u-mb__168 {
    margin-bottom: 168px !important;
  }
  .u-ml__168 {
    margin-left: 168px !important;
  }
  .u-mr__168 {
    margin-right: 168px !important;
  }
  .u-mtpc__168 {
    margin-top: 168px !important;
  }
  .u-mbpc__168 {
    margin-bottom: 168px !important;
  }
  .u-mlpc__168 {
    margin-left: 168px !important;
  }
  .u-mrpc__168 {
    margin-right: 168px !important;
  }
  .u-mt__169 {
    margin-top: 169px !important;
  }
  .u-mb__169 {
    margin-bottom: 169px !important;
  }
  .u-ml__169 {
    margin-left: 169px !important;
  }
  .u-mr__169 {
    margin-right: 169px !important;
  }
  .u-mtpc__169 {
    margin-top: 169px !important;
  }
  .u-mbpc__169 {
    margin-bottom: 169px !important;
  }
  .u-mlpc__169 {
    margin-left: 169px !important;
  }
  .u-mrpc__169 {
    margin-right: 169px !important;
  }
  .u-mt__170 {
    margin-top: 170px !important;
  }
  .u-mb__170 {
    margin-bottom: 170px !important;
  }
  .u-ml__170 {
    margin-left: 170px !important;
  }
  .u-mr__170 {
    margin-right: 170px !important;
  }
  .u-mtpc__170 {
    margin-top: 170px !important;
  }
  .u-mbpc__170 {
    margin-bottom: 170px !important;
  }
  .u-mlpc__170 {
    margin-left: 170px !important;
  }
  .u-mrpc__170 {
    margin-right: 170px !important;
  }
  .u-mt__171 {
    margin-top: 171px !important;
  }
  .u-mb__171 {
    margin-bottom: 171px !important;
  }
  .u-ml__171 {
    margin-left: 171px !important;
  }
  .u-mr__171 {
    margin-right: 171px !important;
  }
  .u-mtpc__171 {
    margin-top: 171px !important;
  }
  .u-mbpc__171 {
    margin-bottom: 171px !important;
  }
  .u-mlpc__171 {
    margin-left: 171px !important;
  }
  .u-mrpc__171 {
    margin-right: 171px !important;
  }
  .u-mt__172 {
    margin-top: 172px !important;
  }
  .u-mb__172 {
    margin-bottom: 172px !important;
  }
  .u-ml__172 {
    margin-left: 172px !important;
  }
  .u-mr__172 {
    margin-right: 172px !important;
  }
  .u-mtpc__172 {
    margin-top: 172px !important;
  }
  .u-mbpc__172 {
    margin-bottom: 172px !important;
  }
  .u-mlpc__172 {
    margin-left: 172px !important;
  }
  .u-mrpc__172 {
    margin-right: 172px !important;
  }
  .u-mt__173 {
    margin-top: 173px !important;
  }
  .u-mb__173 {
    margin-bottom: 173px !important;
  }
  .u-ml__173 {
    margin-left: 173px !important;
  }
  .u-mr__173 {
    margin-right: 173px !important;
  }
  .u-mtpc__173 {
    margin-top: 173px !important;
  }
  .u-mbpc__173 {
    margin-bottom: 173px !important;
  }
  .u-mlpc__173 {
    margin-left: 173px !important;
  }
  .u-mrpc__173 {
    margin-right: 173px !important;
  }
  .u-mt__174 {
    margin-top: 174px !important;
  }
  .u-mb__174 {
    margin-bottom: 174px !important;
  }
  .u-ml__174 {
    margin-left: 174px !important;
  }
  .u-mr__174 {
    margin-right: 174px !important;
  }
  .u-mtpc__174 {
    margin-top: 174px !important;
  }
  .u-mbpc__174 {
    margin-bottom: 174px !important;
  }
  .u-mlpc__174 {
    margin-left: 174px !important;
  }
  .u-mrpc__174 {
    margin-right: 174px !important;
  }
  .u-mt__175 {
    margin-top: 175px !important;
  }
  .u-mb__175 {
    margin-bottom: 175px !important;
  }
  .u-ml__175 {
    margin-left: 175px !important;
  }
  .u-mr__175 {
    margin-right: 175px !important;
  }
  .u-mtpc__175 {
    margin-top: 175px !important;
  }
  .u-mbpc__175 {
    margin-bottom: 175px !important;
  }
  .u-mlpc__175 {
    margin-left: 175px !important;
  }
  .u-mrpc__175 {
    margin-right: 175px !important;
  }
  .u-mt__176 {
    margin-top: 176px !important;
  }
  .u-mb__176 {
    margin-bottom: 176px !important;
  }
  .u-ml__176 {
    margin-left: 176px !important;
  }
  .u-mr__176 {
    margin-right: 176px !important;
  }
  .u-mtpc__176 {
    margin-top: 176px !important;
  }
  .u-mbpc__176 {
    margin-bottom: 176px !important;
  }
  .u-mlpc__176 {
    margin-left: 176px !important;
  }
  .u-mrpc__176 {
    margin-right: 176px !important;
  }
  .u-mt__177 {
    margin-top: 177px !important;
  }
  .u-mb__177 {
    margin-bottom: 177px !important;
  }
  .u-ml__177 {
    margin-left: 177px !important;
  }
  .u-mr__177 {
    margin-right: 177px !important;
  }
  .u-mtpc__177 {
    margin-top: 177px !important;
  }
  .u-mbpc__177 {
    margin-bottom: 177px !important;
  }
  .u-mlpc__177 {
    margin-left: 177px !important;
  }
  .u-mrpc__177 {
    margin-right: 177px !important;
  }
  .u-mt__178 {
    margin-top: 178px !important;
  }
  .u-mb__178 {
    margin-bottom: 178px !important;
  }
  .u-ml__178 {
    margin-left: 178px !important;
  }
  .u-mr__178 {
    margin-right: 178px !important;
  }
  .u-mtpc__178 {
    margin-top: 178px !important;
  }
  .u-mbpc__178 {
    margin-bottom: 178px !important;
  }
  .u-mlpc__178 {
    margin-left: 178px !important;
  }
  .u-mrpc__178 {
    margin-right: 178px !important;
  }
  .u-mt__179 {
    margin-top: 179px !important;
  }
  .u-mb__179 {
    margin-bottom: 179px !important;
  }
  .u-ml__179 {
    margin-left: 179px !important;
  }
  .u-mr__179 {
    margin-right: 179px !important;
  }
  .u-mtpc__179 {
    margin-top: 179px !important;
  }
  .u-mbpc__179 {
    margin-bottom: 179px !important;
  }
  .u-mlpc__179 {
    margin-left: 179px !important;
  }
  .u-mrpc__179 {
    margin-right: 179px !important;
  }
  .u-mt__180 {
    margin-top: 180px !important;
  }
  .u-mb__180 {
    margin-bottom: 180px !important;
  }
  .u-ml__180 {
    margin-left: 180px !important;
  }
  .u-mr__180 {
    margin-right: 180px !important;
  }
  .u-mtpc__180 {
    margin-top: 180px !important;
  }
  .u-mbpc__180 {
    margin-bottom: 180px !important;
  }
  .u-mlpc__180 {
    margin-left: 180px !important;
  }
  .u-mrpc__180 {
    margin-right: 180px !important;
  }
  .u-mt__181 {
    margin-top: 181px !important;
  }
  .u-mb__181 {
    margin-bottom: 181px !important;
  }
  .u-ml__181 {
    margin-left: 181px !important;
  }
  .u-mr__181 {
    margin-right: 181px !important;
  }
  .u-mtpc__181 {
    margin-top: 181px !important;
  }
  .u-mbpc__181 {
    margin-bottom: 181px !important;
  }
  .u-mlpc__181 {
    margin-left: 181px !important;
  }
  .u-mrpc__181 {
    margin-right: 181px !important;
  }
  .u-mt__182 {
    margin-top: 182px !important;
  }
  .u-mb__182 {
    margin-bottom: 182px !important;
  }
  .u-ml__182 {
    margin-left: 182px !important;
  }
  .u-mr__182 {
    margin-right: 182px !important;
  }
  .u-mtpc__182 {
    margin-top: 182px !important;
  }
  .u-mbpc__182 {
    margin-bottom: 182px !important;
  }
  .u-mlpc__182 {
    margin-left: 182px !important;
  }
  .u-mrpc__182 {
    margin-right: 182px !important;
  }
  .u-mt__183 {
    margin-top: 183px !important;
  }
  .u-mb__183 {
    margin-bottom: 183px !important;
  }
  .u-ml__183 {
    margin-left: 183px !important;
  }
  .u-mr__183 {
    margin-right: 183px !important;
  }
  .u-mtpc__183 {
    margin-top: 183px !important;
  }
  .u-mbpc__183 {
    margin-bottom: 183px !important;
  }
  .u-mlpc__183 {
    margin-left: 183px !important;
  }
  .u-mrpc__183 {
    margin-right: 183px !important;
  }
  .u-mt__184 {
    margin-top: 184px !important;
  }
  .u-mb__184 {
    margin-bottom: 184px !important;
  }
  .u-ml__184 {
    margin-left: 184px !important;
  }
  .u-mr__184 {
    margin-right: 184px !important;
  }
  .u-mtpc__184 {
    margin-top: 184px !important;
  }
  .u-mbpc__184 {
    margin-bottom: 184px !important;
  }
  .u-mlpc__184 {
    margin-left: 184px !important;
  }
  .u-mrpc__184 {
    margin-right: 184px !important;
  }
  .u-mt__185 {
    margin-top: 185px !important;
  }
  .u-mb__185 {
    margin-bottom: 185px !important;
  }
  .u-ml__185 {
    margin-left: 185px !important;
  }
  .u-mr__185 {
    margin-right: 185px !important;
  }
  .u-mtpc__185 {
    margin-top: 185px !important;
  }
  .u-mbpc__185 {
    margin-bottom: 185px !important;
  }
  .u-mlpc__185 {
    margin-left: 185px !important;
  }
  .u-mrpc__185 {
    margin-right: 185px !important;
  }
  .u-mt__186 {
    margin-top: 186px !important;
  }
  .u-mb__186 {
    margin-bottom: 186px !important;
  }
  .u-ml__186 {
    margin-left: 186px !important;
  }
  .u-mr__186 {
    margin-right: 186px !important;
  }
  .u-mtpc__186 {
    margin-top: 186px !important;
  }
  .u-mbpc__186 {
    margin-bottom: 186px !important;
  }
  .u-mlpc__186 {
    margin-left: 186px !important;
  }
  .u-mrpc__186 {
    margin-right: 186px !important;
  }
  .u-mt__187 {
    margin-top: 187px !important;
  }
  .u-mb__187 {
    margin-bottom: 187px !important;
  }
  .u-ml__187 {
    margin-left: 187px !important;
  }
  .u-mr__187 {
    margin-right: 187px !important;
  }
  .u-mtpc__187 {
    margin-top: 187px !important;
  }
  .u-mbpc__187 {
    margin-bottom: 187px !important;
  }
  .u-mlpc__187 {
    margin-left: 187px !important;
  }
  .u-mrpc__187 {
    margin-right: 187px !important;
  }
  .u-mt__188 {
    margin-top: 188px !important;
  }
  .u-mb__188 {
    margin-bottom: 188px !important;
  }
  .u-ml__188 {
    margin-left: 188px !important;
  }
  .u-mr__188 {
    margin-right: 188px !important;
  }
  .u-mtpc__188 {
    margin-top: 188px !important;
  }
  .u-mbpc__188 {
    margin-bottom: 188px !important;
  }
  .u-mlpc__188 {
    margin-left: 188px !important;
  }
  .u-mrpc__188 {
    margin-right: 188px !important;
  }
  .u-mt__189 {
    margin-top: 189px !important;
  }
  .u-mb__189 {
    margin-bottom: 189px !important;
  }
  .u-ml__189 {
    margin-left: 189px !important;
  }
  .u-mr__189 {
    margin-right: 189px !important;
  }
  .u-mtpc__189 {
    margin-top: 189px !important;
  }
  .u-mbpc__189 {
    margin-bottom: 189px !important;
  }
  .u-mlpc__189 {
    margin-left: 189px !important;
  }
  .u-mrpc__189 {
    margin-right: 189px !important;
  }
  .u-mt__190 {
    margin-top: 190px !important;
  }
  .u-mb__190 {
    margin-bottom: 190px !important;
  }
  .u-ml__190 {
    margin-left: 190px !important;
  }
  .u-mr__190 {
    margin-right: 190px !important;
  }
  .u-mtpc__190 {
    margin-top: 190px !important;
  }
  .u-mbpc__190 {
    margin-bottom: 190px !important;
  }
  .u-mlpc__190 {
    margin-left: 190px !important;
  }
  .u-mrpc__190 {
    margin-right: 190px !important;
  }
  .u-mt__191 {
    margin-top: 191px !important;
  }
  .u-mb__191 {
    margin-bottom: 191px !important;
  }
  .u-ml__191 {
    margin-left: 191px !important;
  }
  .u-mr__191 {
    margin-right: 191px !important;
  }
  .u-mtpc__191 {
    margin-top: 191px !important;
  }
  .u-mbpc__191 {
    margin-bottom: 191px !important;
  }
  .u-mlpc__191 {
    margin-left: 191px !important;
  }
  .u-mrpc__191 {
    margin-right: 191px !important;
  }
  .u-mt__192 {
    margin-top: 192px !important;
  }
  .u-mb__192 {
    margin-bottom: 192px !important;
  }
  .u-ml__192 {
    margin-left: 192px !important;
  }
  .u-mr__192 {
    margin-right: 192px !important;
  }
  .u-mtpc__192 {
    margin-top: 192px !important;
  }
  .u-mbpc__192 {
    margin-bottom: 192px !important;
  }
  .u-mlpc__192 {
    margin-left: 192px !important;
  }
  .u-mrpc__192 {
    margin-right: 192px !important;
  }
  .u-mt__193 {
    margin-top: 193px !important;
  }
  .u-mb__193 {
    margin-bottom: 193px !important;
  }
  .u-ml__193 {
    margin-left: 193px !important;
  }
  .u-mr__193 {
    margin-right: 193px !important;
  }
  .u-mtpc__193 {
    margin-top: 193px !important;
  }
  .u-mbpc__193 {
    margin-bottom: 193px !important;
  }
  .u-mlpc__193 {
    margin-left: 193px !important;
  }
  .u-mrpc__193 {
    margin-right: 193px !important;
  }
  .u-mt__194 {
    margin-top: 194px !important;
  }
  .u-mb__194 {
    margin-bottom: 194px !important;
  }
  .u-ml__194 {
    margin-left: 194px !important;
  }
  .u-mr__194 {
    margin-right: 194px !important;
  }
  .u-mtpc__194 {
    margin-top: 194px !important;
  }
  .u-mbpc__194 {
    margin-bottom: 194px !important;
  }
  .u-mlpc__194 {
    margin-left: 194px !important;
  }
  .u-mrpc__194 {
    margin-right: 194px !important;
  }
  .u-mt__195 {
    margin-top: 195px !important;
  }
  .u-mb__195 {
    margin-bottom: 195px !important;
  }
  .u-ml__195 {
    margin-left: 195px !important;
  }
  .u-mr__195 {
    margin-right: 195px !important;
  }
  .u-mtpc__195 {
    margin-top: 195px !important;
  }
  .u-mbpc__195 {
    margin-bottom: 195px !important;
  }
  .u-mlpc__195 {
    margin-left: 195px !important;
  }
  .u-mrpc__195 {
    margin-right: 195px !important;
  }
  .u-mt__196 {
    margin-top: 196px !important;
  }
  .u-mb__196 {
    margin-bottom: 196px !important;
  }
  .u-ml__196 {
    margin-left: 196px !important;
  }
  .u-mr__196 {
    margin-right: 196px !important;
  }
  .u-mtpc__196 {
    margin-top: 196px !important;
  }
  .u-mbpc__196 {
    margin-bottom: 196px !important;
  }
  .u-mlpc__196 {
    margin-left: 196px !important;
  }
  .u-mrpc__196 {
    margin-right: 196px !important;
  }
  .u-mt__197 {
    margin-top: 197px !important;
  }
  .u-mb__197 {
    margin-bottom: 197px !important;
  }
  .u-ml__197 {
    margin-left: 197px !important;
  }
  .u-mr__197 {
    margin-right: 197px !important;
  }
  .u-mtpc__197 {
    margin-top: 197px !important;
  }
  .u-mbpc__197 {
    margin-bottom: 197px !important;
  }
  .u-mlpc__197 {
    margin-left: 197px !important;
  }
  .u-mrpc__197 {
    margin-right: 197px !important;
  }
  .u-mt__198 {
    margin-top: 198px !important;
  }
  .u-mb__198 {
    margin-bottom: 198px !important;
  }
  .u-ml__198 {
    margin-left: 198px !important;
  }
  .u-mr__198 {
    margin-right: 198px !important;
  }
  .u-mtpc__198 {
    margin-top: 198px !important;
  }
  .u-mbpc__198 {
    margin-bottom: 198px !important;
  }
  .u-mlpc__198 {
    margin-left: 198px !important;
  }
  .u-mrpc__198 {
    margin-right: 198px !important;
  }
  .u-mt__199 {
    margin-top: 199px !important;
  }
  .u-mb__199 {
    margin-bottom: 199px !important;
  }
  .u-ml__199 {
    margin-left: 199px !important;
  }
  .u-mr__199 {
    margin-right: 199px !important;
  }
  .u-mtpc__199 {
    margin-top: 199px !important;
  }
  .u-mbpc__199 {
    margin-bottom: 199px !important;
  }
  .u-mlpc__199 {
    margin-left: 199px !important;
  }
  .u-mrpc__199 {
    margin-right: 199px !important;
  }
  .u-mt__200 {
    margin-top: 200px !important;
  }
  .u-mb__200 {
    margin-bottom: 200px !important;
  }
  .u-ml__200 {
    margin-left: 200px !important;
  }
  .u-mr__200 {
    margin-right: 200px !important;
  }
  .u-mtpc__200 {
    margin-top: 200px !important;
  }
  .u-mbpc__200 {
    margin-bottom: 200px !important;
  }
  .u-mlpc__200 {
    margin-left: 200px !important;
  }
  .u-mrpc__200 {
    margin-right: 200px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt__0 {
    margin-top: 0rem !important;
  }
  .u-mb__0 {
    margin-bottom: 0rem !important;
  }
  .u-ml__0 {
    margin-left: 0rem !important;
  }
  .u-mr__0 {
    margin-right: 0rem !important;
  }
  .u-mtsp__0 {
    margin-top: 0rem !important;
  }
  .u-mbsp__0 {
    margin-bottom: 0rem !important;
  }
  .u-mlsp__0 {
    margin-left: 0rem !important;
  }
  .u-mrsp__0 {
    margin-right: 0rem !important;
  }
  .u-mt__1 {
    margin-top: 0.1rem !important;
  }
  .u-mb__1 {
    margin-bottom: 0.1rem !important;
  }
  .u-ml__1 {
    margin-left: 0.1rem !important;
  }
  .u-mr__1 {
    margin-right: 0.1rem !important;
  }
  .u-mtsp__1 {
    margin-top: 0.1rem !important;
  }
  .u-mbsp__1 {
    margin-bottom: 0.1rem !important;
  }
  .u-mlsp__1 {
    margin-left: 0.1rem !important;
  }
  .u-mrsp__1 {
    margin-right: 0.1rem !important;
  }
  .u-mt__2 {
    margin-top: 0.2rem !important;
  }
  .u-mb__2 {
    margin-bottom: 0.2rem !important;
  }
  .u-ml__2 {
    margin-left: 0.2rem !important;
  }
  .u-mr__2 {
    margin-right: 0.2rem !important;
  }
  .u-mtsp__2 {
    margin-top: 0.2rem !important;
  }
  .u-mbsp__2 {
    margin-bottom: 0.2rem !important;
  }
  .u-mlsp__2 {
    margin-left: 0.2rem !important;
  }
  .u-mrsp__2 {
    margin-right: 0.2rem !important;
  }
  .u-mt__3 {
    margin-top: 0.3rem !important;
  }
  .u-mb__3 {
    margin-bottom: 0.3rem !important;
  }
  .u-ml__3 {
    margin-left: 0.3rem !important;
  }
  .u-mr__3 {
    margin-right: 0.3rem !important;
  }
  .u-mtsp__3 {
    margin-top: 0.3rem !important;
  }
  .u-mbsp__3 {
    margin-bottom: 0.3rem !important;
  }
  .u-mlsp__3 {
    margin-left: 0.3rem !important;
  }
  .u-mrsp__3 {
    margin-right: 0.3rem !important;
  }
  .u-mt__4 {
    margin-top: 0.4rem !important;
  }
  .u-mb__4 {
    margin-bottom: 0.4rem !important;
  }
  .u-ml__4 {
    margin-left: 0.4rem !important;
  }
  .u-mr__4 {
    margin-right: 0.4rem !important;
  }
  .u-mtsp__4 {
    margin-top: 0.4rem !important;
  }
  .u-mbsp__4 {
    margin-bottom: 0.4rem !important;
  }
  .u-mlsp__4 {
    margin-left: 0.4rem !important;
  }
  .u-mrsp__4 {
    margin-right: 0.4rem !important;
  }
  .u-mt__5 {
    margin-top: 0.5rem !important;
  }
  .u-mb__5 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml__5 {
    margin-left: 0.5rem !important;
  }
  .u-mr__5 {
    margin-right: 0.5rem !important;
  }
  .u-mtsp__5 {
    margin-top: 0.5rem !important;
  }
  .u-mbsp__5 {
    margin-bottom: 0.5rem !important;
  }
  .u-mlsp__5 {
    margin-left: 0.5rem !important;
  }
  .u-mrsp__5 {
    margin-right: 0.5rem !important;
  }
  .u-mt__6 {
    margin-top: 0.6rem !important;
  }
  .u-mb__6 {
    margin-bottom: 0.6rem !important;
  }
  .u-ml__6 {
    margin-left: 0.6rem !important;
  }
  .u-mr__6 {
    margin-right: 0.6rem !important;
  }
  .u-mtsp__6 {
    margin-top: 0.6rem !important;
  }
  .u-mbsp__6 {
    margin-bottom: 0.6rem !important;
  }
  .u-mlsp__6 {
    margin-left: 0.6rem !important;
  }
  .u-mrsp__6 {
    margin-right: 0.6rem !important;
  }
  .u-mt__7 {
    margin-top: 0.7rem !important;
  }
  .u-mb__7 {
    margin-bottom: 0.7rem !important;
  }
  .u-ml__7 {
    margin-left: 0.7rem !important;
  }
  .u-mr__7 {
    margin-right: 0.7rem !important;
  }
  .u-mtsp__7 {
    margin-top: 0.7rem !important;
  }
  .u-mbsp__7 {
    margin-bottom: 0.7rem !important;
  }
  .u-mlsp__7 {
    margin-left: 0.7rem !important;
  }
  .u-mrsp__7 {
    margin-right: 0.7rem !important;
  }
  .u-mt__8 {
    margin-top: 0.8rem !important;
  }
  .u-mb__8 {
    margin-bottom: 0.8rem !important;
  }
  .u-ml__8 {
    margin-left: 0.8rem !important;
  }
  .u-mr__8 {
    margin-right: 0.8rem !important;
  }
  .u-mtsp__8 {
    margin-top: 0.8rem !important;
  }
  .u-mbsp__8 {
    margin-bottom: 0.8rem !important;
  }
  .u-mlsp__8 {
    margin-left: 0.8rem !important;
  }
  .u-mrsp__8 {
    margin-right: 0.8rem !important;
  }
  .u-mt__9 {
    margin-top: 0.9rem !important;
  }
  .u-mb__9 {
    margin-bottom: 0.9rem !important;
  }
  .u-ml__9 {
    margin-left: 0.9rem !important;
  }
  .u-mr__9 {
    margin-right: 0.9rem !important;
  }
  .u-mtsp__9 {
    margin-top: 0.9rem !important;
  }
  .u-mbsp__9 {
    margin-bottom: 0.9rem !important;
  }
  .u-mlsp__9 {
    margin-left: 0.9rem !important;
  }
  .u-mrsp__9 {
    margin-right: 0.9rem !important;
  }
  .u-mt__10 {
    margin-top: 1rem !important;
  }
  .u-mb__10 {
    margin-bottom: 1rem !important;
  }
  .u-ml__10 {
    margin-left: 1rem !important;
  }
  .u-mr__10 {
    margin-right: 1rem !important;
  }
  .u-mtsp__10 {
    margin-top: 1rem !important;
  }
  .u-mbsp__10 {
    margin-bottom: 1rem !important;
  }
  .u-mlsp__10 {
    margin-left: 1rem !important;
  }
  .u-mrsp__10 {
    margin-right: 1rem !important;
  }
  .u-mt__11 {
    margin-top: 1.1rem !important;
  }
  .u-mb__11 {
    margin-bottom: 1.1rem !important;
  }
  .u-ml__11 {
    margin-left: 1.1rem !important;
  }
  .u-mr__11 {
    margin-right: 1.1rem !important;
  }
  .u-mtsp__11 {
    margin-top: 1.1rem !important;
  }
  .u-mbsp__11 {
    margin-bottom: 1.1rem !important;
  }
  .u-mlsp__11 {
    margin-left: 1.1rem !important;
  }
  .u-mrsp__11 {
    margin-right: 1.1rem !important;
  }
  .u-mt__12 {
    margin-top: 1.2rem !important;
  }
  .u-mb__12 {
    margin-bottom: 1.2rem !important;
  }
  .u-ml__12 {
    margin-left: 1.2rem !important;
  }
  .u-mr__12 {
    margin-right: 1.2rem !important;
  }
  .u-mtsp__12 {
    margin-top: 1.2rem !important;
  }
  .u-mbsp__12 {
    margin-bottom: 1.2rem !important;
  }
  .u-mlsp__12 {
    margin-left: 1.2rem !important;
  }
  .u-mrsp__12 {
    margin-right: 1.2rem !important;
  }
  .u-mt__13 {
    margin-top: 1.3rem !important;
  }
  .u-mb__13 {
    margin-bottom: 1.3rem !important;
  }
  .u-ml__13 {
    margin-left: 1.3rem !important;
  }
  .u-mr__13 {
    margin-right: 1.3rem !important;
  }
  .u-mtsp__13 {
    margin-top: 1.3rem !important;
  }
  .u-mbsp__13 {
    margin-bottom: 1.3rem !important;
  }
  .u-mlsp__13 {
    margin-left: 1.3rem !important;
  }
  .u-mrsp__13 {
    margin-right: 1.3rem !important;
  }
  .u-mt__14 {
    margin-top: 1.4rem !important;
  }
  .u-mb__14 {
    margin-bottom: 1.4rem !important;
  }
  .u-ml__14 {
    margin-left: 1.4rem !important;
  }
  .u-mr__14 {
    margin-right: 1.4rem !important;
  }
  .u-mtsp__14 {
    margin-top: 1.4rem !important;
  }
  .u-mbsp__14 {
    margin-bottom: 1.4rem !important;
  }
  .u-mlsp__14 {
    margin-left: 1.4rem !important;
  }
  .u-mrsp__14 {
    margin-right: 1.4rem !important;
  }
  .u-mt__15 {
    margin-top: 1.5rem !important;
  }
  .u-mb__15 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml__15 {
    margin-left: 1.5rem !important;
  }
  .u-mr__15 {
    margin-right: 1.5rem !important;
  }
  .u-mtsp__15 {
    margin-top: 1.5rem !important;
  }
  .u-mbsp__15 {
    margin-bottom: 1.5rem !important;
  }
  .u-mlsp__15 {
    margin-left: 1.5rem !important;
  }
  .u-mrsp__15 {
    margin-right: 1.5rem !important;
  }
  .u-mt__16 {
    margin-top: 1.6rem !important;
  }
  .u-mb__16 {
    margin-bottom: 1.6rem !important;
  }
  .u-ml__16 {
    margin-left: 1.6rem !important;
  }
  .u-mr__16 {
    margin-right: 1.6rem !important;
  }
  .u-mtsp__16 {
    margin-top: 1.6rem !important;
  }
  .u-mbsp__16 {
    margin-bottom: 1.6rem !important;
  }
  .u-mlsp__16 {
    margin-left: 1.6rem !important;
  }
  .u-mrsp__16 {
    margin-right: 1.6rem !important;
  }
  .u-mt__17 {
    margin-top: 1.7rem !important;
  }
  .u-mb__17 {
    margin-bottom: 1.7rem !important;
  }
  .u-ml__17 {
    margin-left: 1.7rem !important;
  }
  .u-mr__17 {
    margin-right: 1.7rem !important;
  }
  .u-mtsp__17 {
    margin-top: 1.7rem !important;
  }
  .u-mbsp__17 {
    margin-bottom: 1.7rem !important;
  }
  .u-mlsp__17 {
    margin-left: 1.7rem !important;
  }
  .u-mrsp__17 {
    margin-right: 1.7rem !important;
  }
  .u-mt__18 {
    margin-top: 1.8rem !important;
  }
  .u-mb__18 {
    margin-bottom: 1.8rem !important;
  }
  .u-ml__18 {
    margin-left: 1.8rem !important;
  }
  .u-mr__18 {
    margin-right: 1.8rem !important;
  }
  .u-mtsp__18 {
    margin-top: 1.8rem !important;
  }
  .u-mbsp__18 {
    margin-bottom: 1.8rem !important;
  }
  .u-mlsp__18 {
    margin-left: 1.8rem !important;
  }
  .u-mrsp__18 {
    margin-right: 1.8rem !important;
  }
  .u-mt__19 {
    margin-top: 1.9rem !important;
  }
  .u-mb__19 {
    margin-bottom: 1.9rem !important;
  }
  .u-ml__19 {
    margin-left: 1.9rem !important;
  }
  .u-mr__19 {
    margin-right: 1.9rem !important;
  }
  .u-mtsp__19 {
    margin-top: 1.9rem !important;
  }
  .u-mbsp__19 {
    margin-bottom: 1.9rem !important;
  }
  .u-mlsp__19 {
    margin-left: 1.9rem !important;
  }
  .u-mrsp__19 {
    margin-right: 1.9rem !important;
  }
  .u-mt__20 {
    margin-top: 2rem !important;
  }
  .u-mb__20 {
    margin-bottom: 2rem !important;
  }
  .u-ml__20 {
    margin-left: 2rem !important;
  }
  .u-mr__20 {
    margin-right: 2rem !important;
  }
  .u-mtsp__20 {
    margin-top: 2rem !important;
  }
  .u-mbsp__20 {
    margin-bottom: 2rem !important;
  }
  .u-mlsp__20 {
    margin-left: 2rem !important;
  }
  .u-mrsp__20 {
    margin-right: 2rem !important;
  }
  .u-mt__21 {
    margin-top: 2.1rem !important;
  }
  .u-mb__21 {
    margin-bottom: 2.1rem !important;
  }
  .u-ml__21 {
    margin-left: 2.1rem !important;
  }
  .u-mr__21 {
    margin-right: 2.1rem !important;
  }
  .u-mtsp__21 {
    margin-top: 2.1rem !important;
  }
  .u-mbsp__21 {
    margin-bottom: 2.1rem !important;
  }
  .u-mlsp__21 {
    margin-left: 2.1rem !important;
  }
  .u-mrsp__21 {
    margin-right: 2.1rem !important;
  }
  .u-mt__22 {
    margin-top: 2.2rem !important;
  }
  .u-mb__22 {
    margin-bottom: 2.2rem !important;
  }
  .u-ml__22 {
    margin-left: 2.2rem !important;
  }
  .u-mr__22 {
    margin-right: 2.2rem !important;
  }
  .u-mtsp__22 {
    margin-top: 2.2rem !important;
  }
  .u-mbsp__22 {
    margin-bottom: 2.2rem !important;
  }
  .u-mlsp__22 {
    margin-left: 2.2rem !important;
  }
  .u-mrsp__22 {
    margin-right: 2.2rem !important;
  }
  .u-mt__23 {
    margin-top: 2.3rem !important;
  }
  .u-mb__23 {
    margin-bottom: 2.3rem !important;
  }
  .u-ml__23 {
    margin-left: 2.3rem !important;
  }
  .u-mr__23 {
    margin-right: 2.3rem !important;
  }
  .u-mtsp__23 {
    margin-top: 2.3rem !important;
  }
  .u-mbsp__23 {
    margin-bottom: 2.3rem !important;
  }
  .u-mlsp__23 {
    margin-left: 2.3rem !important;
  }
  .u-mrsp__23 {
    margin-right: 2.3rem !important;
  }
  .u-mt__24 {
    margin-top: 2.4rem !important;
  }
  .u-mb__24 {
    margin-bottom: 2.4rem !important;
  }
  .u-ml__24 {
    margin-left: 2.4rem !important;
  }
  .u-mr__24 {
    margin-right: 2.4rem !important;
  }
  .u-mtsp__24 {
    margin-top: 2.4rem !important;
  }
  .u-mbsp__24 {
    margin-bottom: 2.4rem !important;
  }
  .u-mlsp__24 {
    margin-left: 2.4rem !important;
  }
  .u-mrsp__24 {
    margin-right: 2.4rem !important;
  }
  .u-mt__25 {
    margin-top: 2.5rem !important;
  }
  .u-mb__25 {
    margin-bottom: 2.5rem !important;
  }
  .u-ml__25 {
    margin-left: 2.5rem !important;
  }
  .u-mr__25 {
    margin-right: 2.5rem !important;
  }
  .u-mtsp__25 {
    margin-top: 2.5rem !important;
  }
  .u-mbsp__25 {
    margin-bottom: 2.5rem !important;
  }
  .u-mlsp__25 {
    margin-left: 2.5rem !important;
  }
  .u-mrsp__25 {
    margin-right: 2.5rem !important;
  }
  .u-mt__26 {
    margin-top: 2.6rem !important;
  }
  .u-mb__26 {
    margin-bottom: 2.6rem !important;
  }
  .u-ml__26 {
    margin-left: 2.6rem !important;
  }
  .u-mr__26 {
    margin-right: 2.6rem !important;
  }
  .u-mtsp__26 {
    margin-top: 2.6rem !important;
  }
  .u-mbsp__26 {
    margin-bottom: 2.6rem !important;
  }
  .u-mlsp__26 {
    margin-left: 2.6rem !important;
  }
  .u-mrsp__26 {
    margin-right: 2.6rem !important;
  }
  .u-mt__27 {
    margin-top: 2.7rem !important;
  }
  .u-mb__27 {
    margin-bottom: 2.7rem !important;
  }
  .u-ml__27 {
    margin-left: 2.7rem !important;
  }
  .u-mr__27 {
    margin-right: 2.7rem !important;
  }
  .u-mtsp__27 {
    margin-top: 2.7rem !important;
  }
  .u-mbsp__27 {
    margin-bottom: 2.7rem !important;
  }
  .u-mlsp__27 {
    margin-left: 2.7rem !important;
  }
  .u-mrsp__27 {
    margin-right: 2.7rem !important;
  }
  .u-mt__28 {
    margin-top: 2.8rem !important;
  }
  .u-mb__28 {
    margin-bottom: 2.8rem !important;
  }
  .u-ml__28 {
    margin-left: 2.8rem !important;
  }
  .u-mr__28 {
    margin-right: 2.8rem !important;
  }
  .u-mtsp__28 {
    margin-top: 2.8rem !important;
  }
  .u-mbsp__28 {
    margin-bottom: 2.8rem !important;
  }
  .u-mlsp__28 {
    margin-left: 2.8rem !important;
  }
  .u-mrsp__28 {
    margin-right: 2.8rem !important;
  }
  .u-mt__29 {
    margin-top: 2.9rem !important;
  }
  .u-mb__29 {
    margin-bottom: 2.9rem !important;
  }
  .u-ml__29 {
    margin-left: 2.9rem !important;
  }
  .u-mr__29 {
    margin-right: 2.9rem !important;
  }
  .u-mtsp__29 {
    margin-top: 2.9rem !important;
  }
  .u-mbsp__29 {
    margin-bottom: 2.9rem !important;
  }
  .u-mlsp__29 {
    margin-left: 2.9rem !important;
  }
  .u-mrsp__29 {
    margin-right: 2.9rem !important;
  }
  .u-mt__30 {
    margin-top: 3rem !important;
  }
  .u-mb__30 {
    margin-bottom: 3rem !important;
  }
  .u-ml__30 {
    margin-left: 3rem !important;
  }
  .u-mr__30 {
    margin-right: 3rem !important;
  }
  .u-mtsp__30 {
    margin-top: 3rem !important;
  }
  .u-mbsp__30 {
    margin-bottom: 3rem !important;
  }
  .u-mlsp__30 {
    margin-left: 3rem !important;
  }
  .u-mrsp__30 {
    margin-right: 3rem !important;
  }
  .u-mt__31 {
    margin-top: 3.1rem !important;
  }
  .u-mb__31 {
    margin-bottom: 3.1rem !important;
  }
  .u-ml__31 {
    margin-left: 3.1rem !important;
  }
  .u-mr__31 {
    margin-right: 3.1rem !important;
  }
  .u-mtsp__31 {
    margin-top: 3.1rem !important;
  }
  .u-mbsp__31 {
    margin-bottom: 3.1rem !important;
  }
  .u-mlsp__31 {
    margin-left: 3.1rem !important;
  }
  .u-mrsp__31 {
    margin-right: 3.1rem !important;
  }
  .u-mt__32 {
    margin-top: 3.2rem !important;
  }
  .u-mb__32 {
    margin-bottom: 3.2rem !important;
  }
  .u-ml__32 {
    margin-left: 3.2rem !important;
  }
  .u-mr__32 {
    margin-right: 3.2rem !important;
  }
  .u-mtsp__32 {
    margin-top: 3.2rem !important;
  }
  .u-mbsp__32 {
    margin-bottom: 3.2rem !important;
  }
  .u-mlsp__32 {
    margin-left: 3.2rem !important;
  }
  .u-mrsp__32 {
    margin-right: 3.2rem !important;
  }
  .u-mt__33 {
    margin-top: 3.3rem !important;
  }
  .u-mb__33 {
    margin-bottom: 3.3rem !important;
  }
  .u-ml__33 {
    margin-left: 3.3rem !important;
  }
  .u-mr__33 {
    margin-right: 3.3rem !important;
  }
  .u-mtsp__33 {
    margin-top: 3.3rem !important;
  }
  .u-mbsp__33 {
    margin-bottom: 3.3rem !important;
  }
  .u-mlsp__33 {
    margin-left: 3.3rem !important;
  }
  .u-mrsp__33 {
    margin-right: 3.3rem !important;
  }
  .u-mt__34 {
    margin-top: 3.4rem !important;
  }
  .u-mb__34 {
    margin-bottom: 3.4rem !important;
  }
  .u-ml__34 {
    margin-left: 3.4rem !important;
  }
  .u-mr__34 {
    margin-right: 3.4rem !important;
  }
  .u-mtsp__34 {
    margin-top: 3.4rem !important;
  }
  .u-mbsp__34 {
    margin-bottom: 3.4rem !important;
  }
  .u-mlsp__34 {
    margin-left: 3.4rem !important;
  }
  .u-mrsp__34 {
    margin-right: 3.4rem !important;
  }
  .u-mt__35 {
    margin-top: 3.5rem !important;
  }
  .u-mb__35 {
    margin-bottom: 3.5rem !important;
  }
  .u-ml__35 {
    margin-left: 3.5rem !important;
  }
  .u-mr__35 {
    margin-right: 3.5rem !important;
  }
  .u-mtsp__35 {
    margin-top: 3.5rem !important;
  }
  .u-mbsp__35 {
    margin-bottom: 3.5rem !important;
  }
  .u-mlsp__35 {
    margin-left: 3.5rem !important;
  }
  .u-mrsp__35 {
    margin-right: 3.5rem !important;
  }
  .u-mt__36 {
    margin-top: 3.6rem !important;
  }
  .u-mb__36 {
    margin-bottom: 3.6rem !important;
  }
  .u-ml__36 {
    margin-left: 3.6rem !important;
  }
  .u-mr__36 {
    margin-right: 3.6rem !important;
  }
  .u-mtsp__36 {
    margin-top: 3.6rem !important;
  }
  .u-mbsp__36 {
    margin-bottom: 3.6rem !important;
  }
  .u-mlsp__36 {
    margin-left: 3.6rem !important;
  }
  .u-mrsp__36 {
    margin-right: 3.6rem !important;
  }
  .u-mt__37 {
    margin-top: 3.7rem !important;
  }
  .u-mb__37 {
    margin-bottom: 3.7rem !important;
  }
  .u-ml__37 {
    margin-left: 3.7rem !important;
  }
  .u-mr__37 {
    margin-right: 3.7rem !important;
  }
  .u-mtsp__37 {
    margin-top: 3.7rem !important;
  }
  .u-mbsp__37 {
    margin-bottom: 3.7rem !important;
  }
  .u-mlsp__37 {
    margin-left: 3.7rem !important;
  }
  .u-mrsp__37 {
    margin-right: 3.7rem !important;
  }
  .u-mt__38 {
    margin-top: 3.8rem !important;
  }
  .u-mb__38 {
    margin-bottom: 3.8rem !important;
  }
  .u-ml__38 {
    margin-left: 3.8rem !important;
  }
  .u-mr__38 {
    margin-right: 3.8rem !important;
  }
  .u-mtsp__38 {
    margin-top: 3.8rem !important;
  }
  .u-mbsp__38 {
    margin-bottom: 3.8rem !important;
  }
  .u-mlsp__38 {
    margin-left: 3.8rem !important;
  }
  .u-mrsp__38 {
    margin-right: 3.8rem !important;
  }
  .u-mt__39 {
    margin-top: 3.9rem !important;
  }
  .u-mb__39 {
    margin-bottom: 3.9rem !important;
  }
  .u-ml__39 {
    margin-left: 3.9rem !important;
  }
  .u-mr__39 {
    margin-right: 3.9rem !important;
  }
  .u-mtsp__39 {
    margin-top: 3.9rem !important;
  }
  .u-mbsp__39 {
    margin-bottom: 3.9rem !important;
  }
  .u-mlsp__39 {
    margin-left: 3.9rem !important;
  }
  .u-mrsp__39 {
    margin-right: 3.9rem !important;
  }
  .u-mt__40 {
    margin-top: 4rem !important;
  }
  .u-mb__40 {
    margin-bottom: 4rem !important;
  }
  .u-ml__40 {
    margin-left: 4rem !important;
  }
  .u-mr__40 {
    margin-right: 4rem !important;
  }
  .u-mtsp__40 {
    margin-top: 4rem !important;
  }
  .u-mbsp__40 {
    margin-bottom: 4rem !important;
  }
  .u-mlsp__40 {
    margin-left: 4rem !important;
  }
  .u-mrsp__40 {
    margin-right: 4rem !important;
  }
  .u-mt__41 {
    margin-top: 4.100000000000001rem !important;
  }
  .u-mb__41 {
    margin-bottom: 4.100000000000001rem !important;
  }
  .u-ml__41 {
    margin-left: 4.100000000000001rem !important;
  }
  .u-mr__41 {
    margin-right: 4.100000000000001rem !important;
  }
  .u-mtsp__41 {
    margin-top: 4.100000000000001rem !important;
  }
  .u-mbsp__41 {
    margin-bottom: 4.100000000000001rem !important;
  }
  .u-mlsp__41 {
    margin-left: 4.100000000000001rem !important;
  }
  .u-mrsp__41 {
    margin-right: 4.100000000000001rem !important;
  }
  .u-mt__42 {
    margin-top: 4.2rem !important;
  }
  .u-mb__42 {
    margin-bottom: 4.2rem !important;
  }
  .u-ml__42 {
    margin-left: 4.2rem !important;
  }
  .u-mr__42 {
    margin-right: 4.2rem !important;
  }
  .u-mtsp__42 {
    margin-top: 4.2rem !important;
  }
  .u-mbsp__42 {
    margin-bottom: 4.2rem !important;
  }
  .u-mlsp__42 {
    margin-left: 4.2rem !important;
  }
  .u-mrsp__42 {
    margin-right: 4.2rem !important;
  }
  .u-mt__43 {
    margin-top: 4.3rem !important;
  }
  .u-mb__43 {
    margin-bottom: 4.3rem !important;
  }
  .u-ml__43 {
    margin-left: 4.3rem !important;
  }
  .u-mr__43 {
    margin-right: 4.3rem !important;
  }
  .u-mtsp__43 {
    margin-top: 4.3rem !important;
  }
  .u-mbsp__43 {
    margin-bottom: 4.3rem !important;
  }
  .u-mlsp__43 {
    margin-left: 4.3rem !important;
  }
  .u-mrsp__43 {
    margin-right: 4.3rem !important;
  }
  .u-mt__44 {
    margin-top: 4.4rem !important;
  }
  .u-mb__44 {
    margin-bottom: 4.4rem !important;
  }
  .u-ml__44 {
    margin-left: 4.4rem !important;
  }
  .u-mr__44 {
    margin-right: 4.4rem !important;
  }
  .u-mtsp__44 {
    margin-top: 4.4rem !important;
  }
  .u-mbsp__44 {
    margin-bottom: 4.4rem !important;
  }
  .u-mlsp__44 {
    margin-left: 4.4rem !important;
  }
  .u-mrsp__44 {
    margin-right: 4.4rem !important;
  }
  .u-mt__45 {
    margin-top: 4.5rem !important;
  }
  .u-mb__45 {
    margin-bottom: 4.5rem !important;
  }
  .u-ml__45 {
    margin-left: 4.5rem !important;
  }
  .u-mr__45 {
    margin-right: 4.5rem !important;
  }
  .u-mtsp__45 {
    margin-top: 4.5rem !important;
  }
  .u-mbsp__45 {
    margin-bottom: 4.5rem !important;
  }
  .u-mlsp__45 {
    margin-left: 4.5rem !important;
  }
  .u-mrsp__45 {
    margin-right: 4.5rem !important;
  }
  .u-mt__46 {
    margin-top: 4.600000000000001rem !important;
  }
  .u-mb__46 {
    margin-bottom: 4.600000000000001rem !important;
  }
  .u-ml__46 {
    margin-left: 4.600000000000001rem !important;
  }
  .u-mr__46 {
    margin-right: 4.600000000000001rem !important;
  }
  .u-mtsp__46 {
    margin-top: 4.600000000000001rem !important;
  }
  .u-mbsp__46 {
    margin-bottom: 4.600000000000001rem !important;
  }
  .u-mlsp__46 {
    margin-left: 4.600000000000001rem !important;
  }
  .u-mrsp__46 {
    margin-right: 4.600000000000001rem !important;
  }
  .u-mt__47 {
    margin-top: 4.7rem !important;
  }
  .u-mb__47 {
    margin-bottom: 4.7rem !important;
  }
  .u-ml__47 {
    margin-left: 4.7rem !important;
  }
  .u-mr__47 {
    margin-right: 4.7rem !important;
  }
  .u-mtsp__47 {
    margin-top: 4.7rem !important;
  }
  .u-mbsp__47 {
    margin-bottom: 4.7rem !important;
  }
  .u-mlsp__47 {
    margin-left: 4.7rem !important;
  }
  .u-mrsp__47 {
    margin-right: 4.7rem !important;
  }
  .u-mt__48 {
    margin-top: 4.800000000000001rem !important;
  }
  .u-mb__48 {
    margin-bottom: 4.800000000000001rem !important;
  }
  .u-ml__48 {
    margin-left: 4.800000000000001rem !important;
  }
  .u-mr__48 {
    margin-right: 4.800000000000001rem !important;
  }
  .u-mtsp__48 {
    margin-top: 4.800000000000001rem !important;
  }
  .u-mbsp__48 {
    margin-bottom: 4.800000000000001rem !important;
  }
  .u-mlsp__48 {
    margin-left: 4.800000000000001rem !important;
  }
  .u-mrsp__48 {
    margin-right: 4.800000000000001rem !important;
  }
  .u-mt__49 {
    margin-top: 4.9rem !important;
  }
  .u-mb__49 {
    margin-bottom: 4.9rem !important;
  }
  .u-ml__49 {
    margin-left: 4.9rem !important;
  }
  .u-mr__49 {
    margin-right: 4.9rem !important;
  }
  .u-mtsp__49 {
    margin-top: 4.9rem !important;
  }
  .u-mbsp__49 {
    margin-bottom: 4.9rem !important;
  }
  .u-mlsp__49 {
    margin-left: 4.9rem !important;
  }
  .u-mrsp__49 {
    margin-right: 4.9rem !important;
  }
  .u-mt__50 {
    margin-top: 5rem !important;
  }
  .u-mb__50 {
    margin-bottom: 5rem !important;
  }
  .u-ml__50 {
    margin-left: 5rem !important;
  }
  .u-mr__50 {
    margin-right: 5rem !important;
  }
  .u-mtsp__50 {
    margin-top: 5rem !important;
  }
  .u-mbsp__50 {
    margin-bottom: 5rem !important;
  }
  .u-mlsp__50 {
    margin-left: 5rem !important;
  }
  .u-mrsp__50 {
    margin-right: 5rem !important;
  }
  .u-mt__51 {
    margin-top: 5.100000000000001rem !important;
  }
  .u-mb__51 {
    margin-bottom: 5.100000000000001rem !important;
  }
  .u-ml__51 {
    margin-left: 5.100000000000001rem !important;
  }
  .u-mr__51 {
    margin-right: 5.100000000000001rem !important;
  }
  .u-mtsp__51 {
    margin-top: 5.100000000000001rem !important;
  }
  .u-mbsp__51 {
    margin-bottom: 5.100000000000001rem !important;
  }
  .u-mlsp__51 {
    margin-left: 5.100000000000001rem !important;
  }
  .u-mrsp__51 {
    margin-right: 5.100000000000001rem !important;
  }
  .u-mt__52 {
    margin-top: 5.2rem !important;
  }
  .u-mb__52 {
    margin-bottom: 5.2rem !important;
  }
  .u-ml__52 {
    margin-left: 5.2rem !important;
  }
  .u-mr__52 {
    margin-right: 5.2rem !important;
  }
  .u-mtsp__52 {
    margin-top: 5.2rem !important;
  }
  .u-mbsp__52 {
    margin-bottom: 5.2rem !important;
  }
  .u-mlsp__52 {
    margin-left: 5.2rem !important;
  }
  .u-mrsp__52 {
    margin-right: 5.2rem !important;
  }
  .u-mt__53 {
    margin-top: 5.300000000000001rem !important;
  }
  .u-mb__53 {
    margin-bottom: 5.300000000000001rem !important;
  }
  .u-ml__53 {
    margin-left: 5.300000000000001rem !important;
  }
  .u-mr__53 {
    margin-right: 5.300000000000001rem !important;
  }
  .u-mtsp__53 {
    margin-top: 5.300000000000001rem !important;
  }
  .u-mbsp__53 {
    margin-bottom: 5.300000000000001rem !important;
  }
  .u-mlsp__53 {
    margin-left: 5.300000000000001rem !important;
  }
  .u-mrsp__53 {
    margin-right: 5.300000000000001rem !important;
  }
  .u-mt__54 {
    margin-top: 5.4rem !important;
  }
  .u-mb__54 {
    margin-bottom: 5.4rem !important;
  }
  .u-ml__54 {
    margin-left: 5.4rem !important;
  }
  .u-mr__54 {
    margin-right: 5.4rem !important;
  }
  .u-mtsp__54 {
    margin-top: 5.4rem !important;
  }
  .u-mbsp__54 {
    margin-bottom: 5.4rem !important;
  }
  .u-mlsp__54 {
    margin-left: 5.4rem !important;
  }
  .u-mrsp__54 {
    margin-right: 5.4rem !important;
  }
  .u-mt__55 {
    margin-top: 5.5rem !important;
  }
  .u-mb__55 {
    margin-bottom: 5.5rem !important;
  }
  .u-ml__55 {
    margin-left: 5.5rem !important;
  }
  .u-mr__55 {
    margin-right: 5.5rem !important;
  }
  .u-mtsp__55 {
    margin-top: 5.5rem !important;
  }
  .u-mbsp__55 {
    margin-bottom: 5.5rem !important;
  }
  .u-mlsp__55 {
    margin-left: 5.5rem !important;
  }
  .u-mrsp__55 {
    margin-right: 5.5rem !important;
  }
  .u-mt__56 {
    margin-top: 5.600000000000001rem !important;
  }
  .u-mb__56 {
    margin-bottom: 5.600000000000001rem !important;
  }
  .u-ml__56 {
    margin-left: 5.600000000000001rem !important;
  }
  .u-mr__56 {
    margin-right: 5.600000000000001rem !important;
  }
  .u-mtsp__56 {
    margin-top: 5.600000000000001rem !important;
  }
  .u-mbsp__56 {
    margin-bottom: 5.600000000000001rem !important;
  }
  .u-mlsp__56 {
    margin-left: 5.600000000000001rem !important;
  }
  .u-mrsp__56 {
    margin-right: 5.600000000000001rem !important;
  }
  .u-mt__57 {
    margin-top: 5.7rem !important;
  }
  .u-mb__57 {
    margin-bottom: 5.7rem !important;
  }
  .u-ml__57 {
    margin-left: 5.7rem !important;
  }
  .u-mr__57 {
    margin-right: 5.7rem !important;
  }
  .u-mtsp__57 {
    margin-top: 5.7rem !important;
  }
  .u-mbsp__57 {
    margin-bottom: 5.7rem !important;
  }
  .u-mlsp__57 {
    margin-left: 5.7rem !important;
  }
  .u-mrsp__57 {
    margin-right: 5.7rem !important;
  }
  .u-mt__58 {
    margin-top: 5.800000000000001rem !important;
  }
  .u-mb__58 {
    margin-bottom: 5.800000000000001rem !important;
  }
  .u-ml__58 {
    margin-left: 5.800000000000001rem !important;
  }
  .u-mr__58 {
    margin-right: 5.800000000000001rem !important;
  }
  .u-mtsp__58 {
    margin-top: 5.800000000000001rem !important;
  }
  .u-mbsp__58 {
    margin-bottom: 5.800000000000001rem !important;
  }
  .u-mlsp__58 {
    margin-left: 5.800000000000001rem !important;
  }
  .u-mrsp__58 {
    margin-right: 5.800000000000001rem !important;
  }
  .u-mt__59 {
    margin-top: 5.9rem !important;
  }
  .u-mb__59 {
    margin-bottom: 5.9rem !important;
  }
  .u-ml__59 {
    margin-left: 5.9rem !important;
  }
  .u-mr__59 {
    margin-right: 5.9rem !important;
  }
  .u-mtsp__59 {
    margin-top: 5.9rem !important;
  }
  .u-mbsp__59 {
    margin-bottom: 5.9rem !important;
  }
  .u-mlsp__59 {
    margin-left: 5.9rem !important;
  }
  .u-mrsp__59 {
    margin-right: 5.9rem !important;
  }
  .u-mt__60 {
    margin-top: 6rem !important;
  }
  .u-mb__60 {
    margin-bottom: 6rem !important;
  }
  .u-ml__60 {
    margin-left: 6rem !important;
  }
  .u-mr__60 {
    margin-right: 6rem !important;
  }
  .u-mtsp__60 {
    margin-top: 6rem !important;
  }
  .u-mbsp__60 {
    margin-bottom: 6rem !important;
  }
  .u-mlsp__60 {
    margin-left: 6rem !important;
  }
  .u-mrsp__60 {
    margin-right: 6rem !important;
  }
  .u-mt__61 {
    margin-top: 6.100000000000001rem !important;
  }
  .u-mb__61 {
    margin-bottom: 6.100000000000001rem !important;
  }
  .u-ml__61 {
    margin-left: 6.100000000000001rem !important;
  }
  .u-mr__61 {
    margin-right: 6.100000000000001rem !important;
  }
  .u-mtsp__61 {
    margin-top: 6.100000000000001rem !important;
  }
  .u-mbsp__61 {
    margin-bottom: 6.100000000000001rem !important;
  }
  .u-mlsp__61 {
    margin-left: 6.100000000000001rem !important;
  }
  .u-mrsp__61 {
    margin-right: 6.100000000000001rem !important;
  }
  .u-mt__62 {
    margin-top: 6.2rem !important;
  }
  .u-mb__62 {
    margin-bottom: 6.2rem !important;
  }
  .u-ml__62 {
    margin-left: 6.2rem !important;
  }
  .u-mr__62 {
    margin-right: 6.2rem !important;
  }
  .u-mtsp__62 {
    margin-top: 6.2rem !important;
  }
  .u-mbsp__62 {
    margin-bottom: 6.2rem !important;
  }
  .u-mlsp__62 {
    margin-left: 6.2rem !important;
  }
  .u-mrsp__62 {
    margin-right: 6.2rem !important;
  }
  .u-mt__63 {
    margin-top: 6.300000000000001rem !important;
  }
  .u-mb__63 {
    margin-bottom: 6.300000000000001rem !important;
  }
  .u-ml__63 {
    margin-left: 6.300000000000001rem !important;
  }
  .u-mr__63 {
    margin-right: 6.300000000000001rem !important;
  }
  .u-mtsp__63 {
    margin-top: 6.300000000000001rem !important;
  }
  .u-mbsp__63 {
    margin-bottom: 6.300000000000001rem !important;
  }
  .u-mlsp__63 {
    margin-left: 6.300000000000001rem !important;
  }
  .u-mrsp__63 {
    margin-right: 6.300000000000001rem !important;
  }
  .u-mt__64 {
    margin-top: 6.4rem !important;
  }
  .u-mb__64 {
    margin-bottom: 6.4rem !important;
  }
  .u-ml__64 {
    margin-left: 6.4rem !important;
  }
  .u-mr__64 {
    margin-right: 6.4rem !important;
  }
  .u-mtsp__64 {
    margin-top: 6.4rem !important;
  }
  .u-mbsp__64 {
    margin-bottom: 6.4rem !important;
  }
  .u-mlsp__64 {
    margin-left: 6.4rem !important;
  }
  .u-mrsp__64 {
    margin-right: 6.4rem !important;
  }
  .u-mt__65 {
    margin-top: 6.5rem !important;
  }
  .u-mb__65 {
    margin-bottom: 6.5rem !important;
  }
  .u-ml__65 {
    margin-left: 6.5rem !important;
  }
  .u-mr__65 {
    margin-right: 6.5rem !important;
  }
  .u-mtsp__65 {
    margin-top: 6.5rem !important;
  }
  .u-mbsp__65 {
    margin-bottom: 6.5rem !important;
  }
  .u-mlsp__65 {
    margin-left: 6.5rem !important;
  }
  .u-mrsp__65 {
    margin-right: 6.5rem !important;
  }
  .u-mt__66 {
    margin-top: 6.600000000000001rem !important;
  }
  .u-mb__66 {
    margin-bottom: 6.600000000000001rem !important;
  }
  .u-ml__66 {
    margin-left: 6.600000000000001rem !important;
  }
  .u-mr__66 {
    margin-right: 6.600000000000001rem !important;
  }
  .u-mtsp__66 {
    margin-top: 6.600000000000001rem !important;
  }
  .u-mbsp__66 {
    margin-bottom: 6.600000000000001rem !important;
  }
  .u-mlsp__66 {
    margin-left: 6.600000000000001rem !important;
  }
  .u-mrsp__66 {
    margin-right: 6.600000000000001rem !important;
  }
  .u-mt__67 {
    margin-top: 6.7rem !important;
  }
  .u-mb__67 {
    margin-bottom: 6.7rem !important;
  }
  .u-ml__67 {
    margin-left: 6.7rem !important;
  }
  .u-mr__67 {
    margin-right: 6.7rem !important;
  }
  .u-mtsp__67 {
    margin-top: 6.7rem !important;
  }
  .u-mbsp__67 {
    margin-bottom: 6.7rem !important;
  }
  .u-mlsp__67 {
    margin-left: 6.7rem !important;
  }
  .u-mrsp__67 {
    margin-right: 6.7rem !important;
  }
  .u-mt__68 {
    margin-top: 6.800000000000001rem !important;
  }
  .u-mb__68 {
    margin-bottom: 6.800000000000001rem !important;
  }
  .u-ml__68 {
    margin-left: 6.800000000000001rem !important;
  }
  .u-mr__68 {
    margin-right: 6.800000000000001rem !important;
  }
  .u-mtsp__68 {
    margin-top: 6.800000000000001rem !important;
  }
  .u-mbsp__68 {
    margin-bottom: 6.800000000000001rem !important;
  }
  .u-mlsp__68 {
    margin-left: 6.800000000000001rem !important;
  }
  .u-mrsp__68 {
    margin-right: 6.800000000000001rem !important;
  }
  .u-mt__69 {
    margin-top: 6.9rem !important;
  }
  .u-mb__69 {
    margin-bottom: 6.9rem !important;
  }
  .u-ml__69 {
    margin-left: 6.9rem !important;
  }
  .u-mr__69 {
    margin-right: 6.9rem !important;
  }
  .u-mtsp__69 {
    margin-top: 6.9rem !important;
  }
  .u-mbsp__69 {
    margin-bottom: 6.9rem !important;
  }
  .u-mlsp__69 {
    margin-left: 6.9rem !important;
  }
  .u-mrsp__69 {
    margin-right: 6.9rem !important;
  }
  .u-mt__70 {
    margin-top: 7rem !important;
  }
  .u-mb__70 {
    margin-bottom: 7rem !important;
  }
  .u-ml__70 {
    margin-left: 7rem !important;
  }
  .u-mr__70 {
    margin-right: 7rem !important;
  }
  .u-mtsp__70 {
    margin-top: 7rem !important;
  }
  .u-mbsp__70 {
    margin-bottom: 7rem !important;
  }
  .u-mlsp__70 {
    margin-left: 7rem !important;
  }
  .u-mrsp__70 {
    margin-right: 7rem !important;
  }
  .u-mt__71 {
    margin-top: 7.100000000000001rem !important;
  }
  .u-mb__71 {
    margin-bottom: 7.100000000000001rem !important;
  }
  .u-ml__71 {
    margin-left: 7.100000000000001rem !important;
  }
  .u-mr__71 {
    margin-right: 7.100000000000001rem !important;
  }
  .u-mtsp__71 {
    margin-top: 7.100000000000001rem !important;
  }
  .u-mbsp__71 {
    margin-bottom: 7.100000000000001rem !important;
  }
  .u-mlsp__71 {
    margin-left: 7.100000000000001rem !important;
  }
  .u-mrsp__71 {
    margin-right: 7.100000000000001rem !important;
  }
  .u-mt__72 {
    margin-top: 7.2rem !important;
  }
  .u-mb__72 {
    margin-bottom: 7.2rem !important;
  }
  .u-ml__72 {
    margin-left: 7.2rem !important;
  }
  .u-mr__72 {
    margin-right: 7.2rem !important;
  }
  .u-mtsp__72 {
    margin-top: 7.2rem !important;
  }
  .u-mbsp__72 {
    margin-bottom: 7.2rem !important;
  }
  .u-mlsp__72 {
    margin-left: 7.2rem !important;
  }
  .u-mrsp__72 {
    margin-right: 7.2rem !important;
  }
  .u-mt__73 {
    margin-top: 7.300000000000001rem !important;
  }
  .u-mb__73 {
    margin-bottom: 7.300000000000001rem !important;
  }
  .u-ml__73 {
    margin-left: 7.300000000000001rem !important;
  }
  .u-mr__73 {
    margin-right: 7.300000000000001rem !important;
  }
  .u-mtsp__73 {
    margin-top: 7.300000000000001rem !important;
  }
  .u-mbsp__73 {
    margin-bottom: 7.300000000000001rem !important;
  }
  .u-mlsp__73 {
    margin-left: 7.300000000000001rem !important;
  }
  .u-mrsp__73 {
    margin-right: 7.300000000000001rem !important;
  }
  .u-mt__74 {
    margin-top: 7.4rem !important;
  }
  .u-mb__74 {
    margin-bottom: 7.4rem !important;
  }
  .u-ml__74 {
    margin-left: 7.4rem !important;
  }
  .u-mr__74 {
    margin-right: 7.4rem !important;
  }
  .u-mtsp__74 {
    margin-top: 7.4rem !important;
  }
  .u-mbsp__74 {
    margin-bottom: 7.4rem !important;
  }
  .u-mlsp__74 {
    margin-left: 7.4rem !important;
  }
  .u-mrsp__74 {
    margin-right: 7.4rem !important;
  }
  .u-mt__75 {
    margin-top: 7.5rem !important;
  }
  .u-mb__75 {
    margin-bottom: 7.5rem !important;
  }
  .u-ml__75 {
    margin-left: 7.5rem !important;
  }
  .u-mr__75 {
    margin-right: 7.5rem !important;
  }
  .u-mtsp__75 {
    margin-top: 7.5rem !important;
  }
  .u-mbsp__75 {
    margin-bottom: 7.5rem !important;
  }
  .u-mlsp__75 {
    margin-left: 7.5rem !important;
  }
  .u-mrsp__75 {
    margin-right: 7.5rem !important;
  }
  .u-mt__76 {
    margin-top: 7.600000000000001rem !important;
  }
  .u-mb__76 {
    margin-bottom: 7.600000000000001rem !important;
  }
  .u-ml__76 {
    margin-left: 7.600000000000001rem !important;
  }
  .u-mr__76 {
    margin-right: 7.600000000000001rem !important;
  }
  .u-mtsp__76 {
    margin-top: 7.600000000000001rem !important;
  }
  .u-mbsp__76 {
    margin-bottom: 7.600000000000001rem !important;
  }
  .u-mlsp__76 {
    margin-left: 7.600000000000001rem !important;
  }
  .u-mrsp__76 {
    margin-right: 7.600000000000001rem !important;
  }
  .u-mt__77 {
    margin-top: 7.7rem !important;
  }
  .u-mb__77 {
    margin-bottom: 7.7rem !important;
  }
  .u-ml__77 {
    margin-left: 7.7rem !important;
  }
  .u-mr__77 {
    margin-right: 7.7rem !important;
  }
  .u-mtsp__77 {
    margin-top: 7.7rem !important;
  }
  .u-mbsp__77 {
    margin-bottom: 7.7rem !important;
  }
  .u-mlsp__77 {
    margin-left: 7.7rem !important;
  }
  .u-mrsp__77 {
    margin-right: 7.7rem !important;
  }
  .u-mt__78 {
    margin-top: 7.800000000000001rem !important;
  }
  .u-mb__78 {
    margin-bottom: 7.800000000000001rem !important;
  }
  .u-ml__78 {
    margin-left: 7.800000000000001rem !important;
  }
  .u-mr__78 {
    margin-right: 7.800000000000001rem !important;
  }
  .u-mtsp__78 {
    margin-top: 7.800000000000001rem !important;
  }
  .u-mbsp__78 {
    margin-bottom: 7.800000000000001rem !important;
  }
  .u-mlsp__78 {
    margin-left: 7.800000000000001rem !important;
  }
  .u-mrsp__78 {
    margin-right: 7.800000000000001rem !important;
  }
  .u-mt__79 {
    margin-top: 7.9rem !important;
  }
  .u-mb__79 {
    margin-bottom: 7.9rem !important;
  }
  .u-ml__79 {
    margin-left: 7.9rem !important;
  }
  .u-mr__79 {
    margin-right: 7.9rem !important;
  }
  .u-mtsp__79 {
    margin-top: 7.9rem !important;
  }
  .u-mbsp__79 {
    margin-bottom: 7.9rem !important;
  }
  .u-mlsp__79 {
    margin-left: 7.9rem !important;
  }
  .u-mrsp__79 {
    margin-right: 7.9rem !important;
  }
  .u-mt__80 {
    margin-top: 8rem !important;
  }
  .u-mb__80 {
    margin-bottom: 8rem !important;
  }
  .u-ml__80 {
    margin-left: 8rem !important;
  }
  .u-mr__80 {
    margin-right: 8rem !important;
  }
  .u-mtsp__80 {
    margin-top: 8rem !important;
  }
  .u-mbsp__80 {
    margin-bottom: 8rem !important;
  }
  .u-mlsp__80 {
    margin-left: 8rem !important;
  }
  .u-mrsp__80 {
    margin-right: 8rem !important;
  }
  .u-mt__81 {
    margin-top: 8.1rem !important;
  }
  .u-mb__81 {
    margin-bottom: 8.1rem !important;
  }
  .u-ml__81 {
    margin-left: 8.1rem !important;
  }
  .u-mr__81 {
    margin-right: 8.1rem !important;
  }
  .u-mtsp__81 {
    margin-top: 8.1rem !important;
  }
  .u-mbsp__81 {
    margin-bottom: 8.1rem !important;
  }
  .u-mlsp__81 {
    margin-left: 8.1rem !important;
  }
  .u-mrsp__81 {
    margin-right: 8.1rem !important;
  }
  .u-mt__82 {
    margin-top: 8.200000000000001rem !important;
  }
  .u-mb__82 {
    margin-bottom: 8.200000000000001rem !important;
  }
  .u-ml__82 {
    margin-left: 8.200000000000001rem !important;
  }
  .u-mr__82 {
    margin-right: 8.200000000000001rem !important;
  }
  .u-mtsp__82 {
    margin-top: 8.200000000000001rem !important;
  }
  .u-mbsp__82 {
    margin-bottom: 8.200000000000001rem !important;
  }
  .u-mlsp__82 {
    margin-left: 8.200000000000001rem !important;
  }
  .u-mrsp__82 {
    margin-right: 8.200000000000001rem !important;
  }
  .u-mt__83 {
    margin-top: 8.3rem !important;
  }
  .u-mb__83 {
    margin-bottom: 8.3rem !important;
  }
  .u-ml__83 {
    margin-left: 8.3rem !important;
  }
  .u-mr__83 {
    margin-right: 8.3rem !important;
  }
  .u-mtsp__83 {
    margin-top: 8.3rem !important;
  }
  .u-mbsp__83 {
    margin-bottom: 8.3rem !important;
  }
  .u-mlsp__83 {
    margin-left: 8.3rem !important;
  }
  .u-mrsp__83 {
    margin-right: 8.3rem !important;
  }
  .u-mt__84 {
    margin-top: 8.4rem !important;
  }
  .u-mb__84 {
    margin-bottom: 8.4rem !important;
  }
  .u-ml__84 {
    margin-left: 8.4rem !important;
  }
  .u-mr__84 {
    margin-right: 8.4rem !important;
  }
  .u-mtsp__84 {
    margin-top: 8.4rem !important;
  }
  .u-mbsp__84 {
    margin-bottom: 8.4rem !important;
  }
  .u-mlsp__84 {
    margin-left: 8.4rem !important;
  }
  .u-mrsp__84 {
    margin-right: 8.4rem !important;
  }
  .u-mt__85 {
    margin-top: 8.5rem !important;
  }
  .u-mb__85 {
    margin-bottom: 8.5rem !important;
  }
  .u-ml__85 {
    margin-left: 8.5rem !important;
  }
  .u-mr__85 {
    margin-right: 8.5rem !important;
  }
  .u-mtsp__85 {
    margin-top: 8.5rem !important;
  }
  .u-mbsp__85 {
    margin-bottom: 8.5rem !important;
  }
  .u-mlsp__85 {
    margin-left: 8.5rem !important;
  }
  .u-mrsp__85 {
    margin-right: 8.5rem !important;
  }
  .u-mt__86 {
    margin-top: 8.6rem !important;
  }
  .u-mb__86 {
    margin-bottom: 8.6rem !important;
  }
  .u-ml__86 {
    margin-left: 8.6rem !important;
  }
  .u-mr__86 {
    margin-right: 8.6rem !important;
  }
  .u-mtsp__86 {
    margin-top: 8.6rem !important;
  }
  .u-mbsp__86 {
    margin-bottom: 8.6rem !important;
  }
  .u-mlsp__86 {
    margin-left: 8.6rem !important;
  }
  .u-mrsp__86 {
    margin-right: 8.6rem !important;
  }
  .u-mt__87 {
    margin-top: 8.700000000000001rem !important;
  }
  .u-mb__87 {
    margin-bottom: 8.700000000000001rem !important;
  }
  .u-ml__87 {
    margin-left: 8.700000000000001rem !important;
  }
  .u-mr__87 {
    margin-right: 8.700000000000001rem !important;
  }
  .u-mtsp__87 {
    margin-top: 8.700000000000001rem !important;
  }
  .u-mbsp__87 {
    margin-bottom: 8.700000000000001rem !important;
  }
  .u-mlsp__87 {
    margin-left: 8.700000000000001rem !important;
  }
  .u-mrsp__87 {
    margin-right: 8.700000000000001rem !important;
  }
  .u-mt__88 {
    margin-top: 8.8rem !important;
  }
  .u-mb__88 {
    margin-bottom: 8.8rem !important;
  }
  .u-ml__88 {
    margin-left: 8.8rem !important;
  }
  .u-mr__88 {
    margin-right: 8.8rem !important;
  }
  .u-mtsp__88 {
    margin-top: 8.8rem !important;
  }
  .u-mbsp__88 {
    margin-bottom: 8.8rem !important;
  }
  .u-mlsp__88 {
    margin-left: 8.8rem !important;
  }
  .u-mrsp__88 {
    margin-right: 8.8rem !important;
  }
  .u-mt__89 {
    margin-top: 8.9rem !important;
  }
  .u-mb__89 {
    margin-bottom: 8.9rem !important;
  }
  .u-ml__89 {
    margin-left: 8.9rem !important;
  }
  .u-mr__89 {
    margin-right: 8.9rem !important;
  }
  .u-mtsp__89 {
    margin-top: 8.9rem !important;
  }
  .u-mbsp__89 {
    margin-bottom: 8.9rem !important;
  }
  .u-mlsp__89 {
    margin-left: 8.9rem !important;
  }
  .u-mrsp__89 {
    margin-right: 8.9rem !important;
  }
  .u-mt__90 {
    margin-top: 9rem !important;
  }
  .u-mb__90 {
    margin-bottom: 9rem !important;
  }
  .u-ml__90 {
    margin-left: 9rem !important;
  }
  .u-mr__90 {
    margin-right: 9rem !important;
  }
  .u-mtsp__90 {
    margin-top: 9rem !important;
  }
  .u-mbsp__90 {
    margin-bottom: 9rem !important;
  }
  .u-mlsp__90 {
    margin-left: 9rem !important;
  }
  .u-mrsp__90 {
    margin-right: 9rem !important;
  }
  .u-mt__91 {
    margin-top: 9.1rem !important;
  }
  .u-mb__91 {
    margin-bottom: 9.1rem !important;
  }
  .u-ml__91 {
    margin-left: 9.1rem !important;
  }
  .u-mr__91 {
    margin-right: 9.1rem !important;
  }
  .u-mtsp__91 {
    margin-top: 9.1rem !important;
  }
  .u-mbsp__91 {
    margin-bottom: 9.1rem !important;
  }
  .u-mlsp__91 {
    margin-left: 9.1rem !important;
  }
  .u-mrsp__91 {
    margin-right: 9.1rem !important;
  }
  .u-mt__92 {
    margin-top: 9.200000000000001rem !important;
  }
  .u-mb__92 {
    margin-bottom: 9.200000000000001rem !important;
  }
  .u-ml__92 {
    margin-left: 9.200000000000001rem !important;
  }
  .u-mr__92 {
    margin-right: 9.200000000000001rem !important;
  }
  .u-mtsp__92 {
    margin-top: 9.200000000000001rem !important;
  }
  .u-mbsp__92 {
    margin-bottom: 9.200000000000001rem !important;
  }
  .u-mlsp__92 {
    margin-left: 9.200000000000001rem !important;
  }
  .u-mrsp__92 {
    margin-right: 9.200000000000001rem !important;
  }
  .u-mt__93 {
    margin-top: 9.3rem !important;
  }
  .u-mb__93 {
    margin-bottom: 9.3rem !important;
  }
  .u-ml__93 {
    margin-left: 9.3rem !important;
  }
  .u-mr__93 {
    margin-right: 9.3rem !important;
  }
  .u-mtsp__93 {
    margin-top: 9.3rem !important;
  }
  .u-mbsp__93 {
    margin-bottom: 9.3rem !important;
  }
  .u-mlsp__93 {
    margin-left: 9.3rem !important;
  }
  .u-mrsp__93 {
    margin-right: 9.3rem !important;
  }
  .u-mt__94 {
    margin-top: 9.4rem !important;
  }
  .u-mb__94 {
    margin-bottom: 9.4rem !important;
  }
  .u-ml__94 {
    margin-left: 9.4rem !important;
  }
  .u-mr__94 {
    margin-right: 9.4rem !important;
  }
  .u-mtsp__94 {
    margin-top: 9.4rem !important;
  }
  .u-mbsp__94 {
    margin-bottom: 9.4rem !important;
  }
  .u-mlsp__94 {
    margin-left: 9.4rem !important;
  }
  .u-mrsp__94 {
    margin-right: 9.4rem !important;
  }
  .u-mt__95 {
    margin-top: 9.5rem !important;
  }
  .u-mb__95 {
    margin-bottom: 9.5rem !important;
  }
  .u-ml__95 {
    margin-left: 9.5rem !important;
  }
  .u-mr__95 {
    margin-right: 9.5rem !important;
  }
  .u-mtsp__95 {
    margin-top: 9.5rem !important;
  }
  .u-mbsp__95 {
    margin-bottom: 9.5rem !important;
  }
  .u-mlsp__95 {
    margin-left: 9.5rem !important;
  }
  .u-mrsp__95 {
    margin-right: 9.5rem !important;
  }
  .u-mt__96 {
    margin-top: 9.600000000000001rem !important;
  }
  .u-mb__96 {
    margin-bottom: 9.600000000000001rem !important;
  }
  .u-ml__96 {
    margin-left: 9.600000000000001rem !important;
  }
  .u-mr__96 {
    margin-right: 9.600000000000001rem !important;
  }
  .u-mtsp__96 {
    margin-top: 9.600000000000001rem !important;
  }
  .u-mbsp__96 {
    margin-bottom: 9.600000000000001rem !important;
  }
  .u-mlsp__96 {
    margin-left: 9.600000000000001rem !important;
  }
  .u-mrsp__96 {
    margin-right: 9.600000000000001rem !important;
  }
  .u-mt__97 {
    margin-top: 9.700000000000001rem !important;
  }
  .u-mb__97 {
    margin-bottom: 9.700000000000001rem !important;
  }
  .u-ml__97 {
    margin-left: 9.700000000000001rem !important;
  }
  .u-mr__97 {
    margin-right: 9.700000000000001rem !important;
  }
  .u-mtsp__97 {
    margin-top: 9.700000000000001rem !important;
  }
  .u-mbsp__97 {
    margin-bottom: 9.700000000000001rem !important;
  }
  .u-mlsp__97 {
    margin-left: 9.700000000000001rem !important;
  }
  .u-mrsp__97 {
    margin-right: 9.700000000000001rem !important;
  }
  .u-mt__98 {
    margin-top: 9.8rem !important;
  }
  .u-mb__98 {
    margin-bottom: 9.8rem !important;
  }
  .u-ml__98 {
    margin-left: 9.8rem !important;
  }
  .u-mr__98 {
    margin-right: 9.8rem !important;
  }
  .u-mtsp__98 {
    margin-top: 9.8rem !important;
  }
  .u-mbsp__98 {
    margin-bottom: 9.8rem !important;
  }
  .u-mlsp__98 {
    margin-left: 9.8rem !important;
  }
  .u-mrsp__98 {
    margin-right: 9.8rem !important;
  }
  .u-mt__99 {
    margin-top: 9.9rem !important;
  }
  .u-mb__99 {
    margin-bottom: 9.9rem !important;
  }
  .u-ml__99 {
    margin-left: 9.9rem !important;
  }
  .u-mr__99 {
    margin-right: 9.9rem !important;
  }
  .u-mtsp__99 {
    margin-top: 9.9rem !important;
  }
  .u-mbsp__99 {
    margin-bottom: 9.9rem !important;
  }
  .u-mlsp__99 {
    margin-left: 9.9rem !important;
  }
  .u-mrsp__99 {
    margin-right: 9.9rem !important;
  }
  .u-mt__100 {
    margin-top: 10rem !important;
  }
  .u-mb__100 {
    margin-bottom: 10rem !important;
  }
  .u-ml__100 {
    margin-left: 10rem !important;
  }
  .u-mr__100 {
    margin-right: 10rem !important;
  }
  .u-mtsp__100 {
    margin-top: 10rem !important;
  }
  .u-mbsp__100 {
    margin-bottom: 10rem !important;
  }
  .u-mlsp__100 {
    margin-left: 10rem !important;
  }
  .u-mrsp__100 {
    margin-right: 10rem !important;
  }
  .u-mt__101 {
    margin-top: 10.100000000000001rem !important;
  }
  .u-mb__101 {
    margin-bottom: 10.100000000000001rem !important;
  }
  .u-ml__101 {
    margin-left: 10.100000000000001rem !important;
  }
  .u-mr__101 {
    margin-right: 10.100000000000001rem !important;
  }
  .u-mtsp__101 {
    margin-top: 10.100000000000001rem !important;
  }
  .u-mbsp__101 {
    margin-bottom: 10.100000000000001rem !important;
  }
  .u-mlsp__101 {
    margin-left: 10.100000000000001rem !important;
  }
  .u-mrsp__101 {
    margin-right: 10.100000000000001rem !important;
  }
  .u-mt__102 {
    margin-top: 10.200000000000001rem !important;
  }
  .u-mb__102 {
    margin-bottom: 10.200000000000001rem !important;
  }
  .u-ml__102 {
    margin-left: 10.200000000000001rem !important;
  }
  .u-mr__102 {
    margin-right: 10.200000000000001rem !important;
  }
  .u-mtsp__102 {
    margin-top: 10.200000000000001rem !important;
  }
  .u-mbsp__102 {
    margin-bottom: 10.200000000000001rem !important;
  }
  .u-mlsp__102 {
    margin-left: 10.200000000000001rem !important;
  }
  .u-mrsp__102 {
    margin-right: 10.200000000000001rem !important;
  }
  .u-mt__103 {
    margin-top: 10.3rem !important;
  }
  .u-mb__103 {
    margin-bottom: 10.3rem !important;
  }
  .u-ml__103 {
    margin-left: 10.3rem !important;
  }
  .u-mr__103 {
    margin-right: 10.3rem !important;
  }
  .u-mtsp__103 {
    margin-top: 10.3rem !important;
  }
  .u-mbsp__103 {
    margin-bottom: 10.3rem !important;
  }
  .u-mlsp__103 {
    margin-left: 10.3rem !important;
  }
  .u-mrsp__103 {
    margin-right: 10.3rem !important;
  }
  .u-mt__104 {
    margin-top: 10.4rem !important;
  }
  .u-mb__104 {
    margin-bottom: 10.4rem !important;
  }
  .u-ml__104 {
    margin-left: 10.4rem !important;
  }
  .u-mr__104 {
    margin-right: 10.4rem !important;
  }
  .u-mtsp__104 {
    margin-top: 10.4rem !important;
  }
  .u-mbsp__104 {
    margin-bottom: 10.4rem !important;
  }
  .u-mlsp__104 {
    margin-left: 10.4rem !important;
  }
  .u-mrsp__104 {
    margin-right: 10.4rem !important;
  }
  .u-mt__105 {
    margin-top: 10.5rem !important;
  }
  .u-mb__105 {
    margin-bottom: 10.5rem !important;
  }
  .u-ml__105 {
    margin-left: 10.5rem !important;
  }
  .u-mr__105 {
    margin-right: 10.5rem !important;
  }
  .u-mtsp__105 {
    margin-top: 10.5rem !important;
  }
  .u-mbsp__105 {
    margin-bottom: 10.5rem !important;
  }
  .u-mlsp__105 {
    margin-left: 10.5rem !important;
  }
  .u-mrsp__105 {
    margin-right: 10.5rem !important;
  }
  .u-mt__106 {
    margin-top: 10.600000000000001rem !important;
  }
  .u-mb__106 {
    margin-bottom: 10.600000000000001rem !important;
  }
  .u-ml__106 {
    margin-left: 10.600000000000001rem !important;
  }
  .u-mr__106 {
    margin-right: 10.600000000000001rem !important;
  }
  .u-mtsp__106 {
    margin-top: 10.600000000000001rem !important;
  }
  .u-mbsp__106 {
    margin-bottom: 10.600000000000001rem !important;
  }
  .u-mlsp__106 {
    margin-left: 10.600000000000001rem !important;
  }
  .u-mrsp__106 {
    margin-right: 10.600000000000001rem !important;
  }
  .u-mt__107 {
    margin-top: 10.700000000000001rem !important;
  }
  .u-mb__107 {
    margin-bottom: 10.700000000000001rem !important;
  }
  .u-ml__107 {
    margin-left: 10.700000000000001rem !important;
  }
  .u-mr__107 {
    margin-right: 10.700000000000001rem !important;
  }
  .u-mtsp__107 {
    margin-top: 10.700000000000001rem !important;
  }
  .u-mbsp__107 {
    margin-bottom: 10.700000000000001rem !important;
  }
  .u-mlsp__107 {
    margin-left: 10.700000000000001rem !important;
  }
  .u-mrsp__107 {
    margin-right: 10.700000000000001rem !important;
  }
  .u-mt__108 {
    margin-top: 10.8rem !important;
  }
  .u-mb__108 {
    margin-bottom: 10.8rem !important;
  }
  .u-ml__108 {
    margin-left: 10.8rem !important;
  }
  .u-mr__108 {
    margin-right: 10.8rem !important;
  }
  .u-mtsp__108 {
    margin-top: 10.8rem !important;
  }
  .u-mbsp__108 {
    margin-bottom: 10.8rem !important;
  }
  .u-mlsp__108 {
    margin-left: 10.8rem !important;
  }
  .u-mrsp__108 {
    margin-right: 10.8rem !important;
  }
  .u-mt__109 {
    margin-top: 10.9rem !important;
  }
  .u-mb__109 {
    margin-bottom: 10.9rem !important;
  }
  .u-ml__109 {
    margin-left: 10.9rem !important;
  }
  .u-mr__109 {
    margin-right: 10.9rem !important;
  }
  .u-mtsp__109 {
    margin-top: 10.9rem !important;
  }
  .u-mbsp__109 {
    margin-bottom: 10.9rem !important;
  }
  .u-mlsp__109 {
    margin-left: 10.9rem !important;
  }
  .u-mrsp__109 {
    margin-right: 10.9rem !important;
  }
  .u-mt__110 {
    margin-top: 11rem !important;
  }
  .u-mb__110 {
    margin-bottom: 11rem !important;
  }
  .u-ml__110 {
    margin-left: 11rem !important;
  }
  .u-mr__110 {
    margin-right: 11rem !important;
  }
  .u-mtsp__110 {
    margin-top: 11rem !important;
  }
  .u-mbsp__110 {
    margin-bottom: 11rem !important;
  }
  .u-mlsp__110 {
    margin-left: 11rem !important;
  }
  .u-mrsp__110 {
    margin-right: 11rem !important;
  }
  .u-mt__111 {
    margin-top: 11.100000000000001rem !important;
  }
  .u-mb__111 {
    margin-bottom: 11.100000000000001rem !important;
  }
  .u-ml__111 {
    margin-left: 11.100000000000001rem !important;
  }
  .u-mr__111 {
    margin-right: 11.100000000000001rem !important;
  }
  .u-mtsp__111 {
    margin-top: 11.100000000000001rem !important;
  }
  .u-mbsp__111 {
    margin-bottom: 11.100000000000001rem !important;
  }
  .u-mlsp__111 {
    margin-left: 11.100000000000001rem !important;
  }
  .u-mrsp__111 {
    margin-right: 11.100000000000001rem !important;
  }
  .u-mt__112 {
    margin-top: 11.200000000000001rem !important;
  }
  .u-mb__112 {
    margin-bottom: 11.200000000000001rem !important;
  }
  .u-ml__112 {
    margin-left: 11.200000000000001rem !important;
  }
  .u-mr__112 {
    margin-right: 11.200000000000001rem !important;
  }
  .u-mtsp__112 {
    margin-top: 11.200000000000001rem !important;
  }
  .u-mbsp__112 {
    margin-bottom: 11.200000000000001rem !important;
  }
  .u-mlsp__112 {
    margin-left: 11.200000000000001rem !important;
  }
  .u-mrsp__112 {
    margin-right: 11.200000000000001rem !important;
  }
  .u-mt__113 {
    margin-top: 11.3rem !important;
  }
  .u-mb__113 {
    margin-bottom: 11.3rem !important;
  }
  .u-ml__113 {
    margin-left: 11.3rem !important;
  }
  .u-mr__113 {
    margin-right: 11.3rem !important;
  }
  .u-mtsp__113 {
    margin-top: 11.3rem !important;
  }
  .u-mbsp__113 {
    margin-bottom: 11.3rem !important;
  }
  .u-mlsp__113 {
    margin-left: 11.3rem !important;
  }
  .u-mrsp__113 {
    margin-right: 11.3rem !important;
  }
  .u-mt__114 {
    margin-top: 11.4rem !important;
  }
  .u-mb__114 {
    margin-bottom: 11.4rem !important;
  }
  .u-ml__114 {
    margin-left: 11.4rem !important;
  }
  .u-mr__114 {
    margin-right: 11.4rem !important;
  }
  .u-mtsp__114 {
    margin-top: 11.4rem !important;
  }
  .u-mbsp__114 {
    margin-bottom: 11.4rem !important;
  }
  .u-mlsp__114 {
    margin-left: 11.4rem !important;
  }
  .u-mrsp__114 {
    margin-right: 11.4rem !important;
  }
  .u-mt__115 {
    margin-top: 11.5rem !important;
  }
  .u-mb__115 {
    margin-bottom: 11.5rem !important;
  }
  .u-ml__115 {
    margin-left: 11.5rem !important;
  }
  .u-mr__115 {
    margin-right: 11.5rem !important;
  }
  .u-mtsp__115 {
    margin-top: 11.5rem !important;
  }
  .u-mbsp__115 {
    margin-bottom: 11.5rem !important;
  }
  .u-mlsp__115 {
    margin-left: 11.5rem !important;
  }
  .u-mrsp__115 {
    margin-right: 11.5rem !important;
  }
  .u-mt__116 {
    margin-top: 11.600000000000001rem !important;
  }
  .u-mb__116 {
    margin-bottom: 11.600000000000001rem !important;
  }
  .u-ml__116 {
    margin-left: 11.600000000000001rem !important;
  }
  .u-mr__116 {
    margin-right: 11.600000000000001rem !important;
  }
  .u-mtsp__116 {
    margin-top: 11.600000000000001rem !important;
  }
  .u-mbsp__116 {
    margin-bottom: 11.600000000000001rem !important;
  }
  .u-mlsp__116 {
    margin-left: 11.600000000000001rem !important;
  }
  .u-mrsp__116 {
    margin-right: 11.600000000000001rem !important;
  }
  .u-mt__117 {
    margin-top: 11.700000000000001rem !important;
  }
  .u-mb__117 {
    margin-bottom: 11.700000000000001rem !important;
  }
  .u-ml__117 {
    margin-left: 11.700000000000001rem !important;
  }
  .u-mr__117 {
    margin-right: 11.700000000000001rem !important;
  }
  .u-mtsp__117 {
    margin-top: 11.700000000000001rem !important;
  }
  .u-mbsp__117 {
    margin-bottom: 11.700000000000001rem !important;
  }
  .u-mlsp__117 {
    margin-left: 11.700000000000001rem !important;
  }
  .u-mrsp__117 {
    margin-right: 11.700000000000001rem !important;
  }
  .u-mt__118 {
    margin-top: 11.8rem !important;
  }
  .u-mb__118 {
    margin-bottom: 11.8rem !important;
  }
  .u-ml__118 {
    margin-left: 11.8rem !important;
  }
  .u-mr__118 {
    margin-right: 11.8rem !important;
  }
  .u-mtsp__118 {
    margin-top: 11.8rem !important;
  }
  .u-mbsp__118 {
    margin-bottom: 11.8rem !important;
  }
  .u-mlsp__118 {
    margin-left: 11.8rem !important;
  }
  .u-mrsp__118 {
    margin-right: 11.8rem !important;
  }
  .u-mt__119 {
    margin-top: 11.9rem !important;
  }
  .u-mb__119 {
    margin-bottom: 11.9rem !important;
  }
  .u-ml__119 {
    margin-left: 11.9rem !important;
  }
  .u-mr__119 {
    margin-right: 11.9rem !important;
  }
  .u-mtsp__119 {
    margin-top: 11.9rem !important;
  }
  .u-mbsp__119 {
    margin-bottom: 11.9rem !important;
  }
  .u-mlsp__119 {
    margin-left: 11.9rem !important;
  }
  .u-mrsp__119 {
    margin-right: 11.9rem !important;
  }
  .u-mt__120 {
    margin-top: 12rem !important;
  }
  .u-mb__120 {
    margin-bottom: 12rem !important;
  }
  .u-ml__120 {
    margin-left: 12rem !important;
  }
  .u-mr__120 {
    margin-right: 12rem !important;
  }
  .u-mtsp__120 {
    margin-top: 12rem !important;
  }
  .u-mbsp__120 {
    margin-bottom: 12rem !important;
  }
  .u-mlsp__120 {
    margin-left: 12rem !important;
  }
  .u-mrsp__120 {
    margin-right: 12rem !important;
  }
  .u-mt__121 {
    margin-top: 12.100000000000001rem !important;
  }
  .u-mb__121 {
    margin-bottom: 12.100000000000001rem !important;
  }
  .u-ml__121 {
    margin-left: 12.100000000000001rem !important;
  }
  .u-mr__121 {
    margin-right: 12.100000000000001rem !important;
  }
  .u-mtsp__121 {
    margin-top: 12.100000000000001rem !important;
  }
  .u-mbsp__121 {
    margin-bottom: 12.100000000000001rem !important;
  }
  .u-mlsp__121 {
    margin-left: 12.100000000000001rem !important;
  }
  .u-mrsp__121 {
    margin-right: 12.100000000000001rem !important;
  }
  .u-mt__122 {
    margin-top: 12.200000000000001rem !important;
  }
  .u-mb__122 {
    margin-bottom: 12.200000000000001rem !important;
  }
  .u-ml__122 {
    margin-left: 12.200000000000001rem !important;
  }
  .u-mr__122 {
    margin-right: 12.200000000000001rem !important;
  }
  .u-mtsp__122 {
    margin-top: 12.200000000000001rem !important;
  }
  .u-mbsp__122 {
    margin-bottom: 12.200000000000001rem !important;
  }
  .u-mlsp__122 {
    margin-left: 12.200000000000001rem !important;
  }
  .u-mrsp__122 {
    margin-right: 12.200000000000001rem !important;
  }
  .u-mt__123 {
    margin-top: 12.3rem !important;
  }
  .u-mb__123 {
    margin-bottom: 12.3rem !important;
  }
  .u-ml__123 {
    margin-left: 12.3rem !important;
  }
  .u-mr__123 {
    margin-right: 12.3rem !important;
  }
  .u-mtsp__123 {
    margin-top: 12.3rem !important;
  }
  .u-mbsp__123 {
    margin-bottom: 12.3rem !important;
  }
  .u-mlsp__123 {
    margin-left: 12.3rem !important;
  }
  .u-mrsp__123 {
    margin-right: 12.3rem !important;
  }
  .u-mt__124 {
    margin-top: 12.4rem !important;
  }
  .u-mb__124 {
    margin-bottom: 12.4rem !important;
  }
  .u-ml__124 {
    margin-left: 12.4rem !important;
  }
  .u-mr__124 {
    margin-right: 12.4rem !important;
  }
  .u-mtsp__124 {
    margin-top: 12.4rem !important;
  }
  .u-mbsp__124 {
    margin-bottom: 12.4rem !important;
  }
  .u-mlsp__124 {
    margin-left: 12.4rem !important;
  }
  .u-mrsp__124 {
    margin-right: 12.4rem !important;
  }
  .u-mt__125 {
    margin-top: 12.5rem !important;
  }
  .u-mb__125 {
    margin-bottom: 12.5rem !important;
  }
  .u-ml__125 {
    margin-left: 12.5rem !important;
  }
  .u-mr__125 {
    margin-right: 12.5rem !important;
  }
  .u-mtsp__125 {
    margin-top: 12.5rem !important;
  }
  .u-mbsp__125 {
    margin-bottom: 12.5rem !important;
  }
  .u-mlsp__125 {
    margin-left: 12.5rem !important;
  }
  .u-mrsp__125 {
    margin-right: 12.5rem !important;
  }
  .u-mt__126 {
    margin-top: 12.600000000000001rem !important;
  }
  .u-mb__126 {
    margin-bottom: 12.600000000000001rem !important;
  }
  .u-ml__126 {
    margin-left: 12.600000000000001rem !important;
  }
  .u-mr__126 {
    margin-right: 12.600000000000001rem !important;
  }
  .u-mtsp__126 {
    margin-top: 12.600000000000001rem !important;
  }
  .u-mbsp__126 {
    margin-bottom: 12.600000000000001rem !important;
  }
  .u-mlsp__126 {
    margin-left: 12.600000000000001rem !important;
  }
  .u-mrsp__126 {
    margin-right: 12.600000000000001rem !important;
  }
  .u-mt__127 {
    margin-top: 12.700000000000001rem !important;
  }
  .u-mb__127 {
    margin-bottom: 12.700000000000001rem !important;
  }
  .u-ml__127 {
    margin-left: 12.700000000000001rem !important;
  }
  .u-mr__127 {
    margin-right: 12.700000000000001rem !important;
  }
  .u-mtsp__127 {
    margin-top: 12.700000000000001rem !important;
  }
  .u-mbsp__127 {
    margin-bottom: 12.700000000000001rem !important;
  }
  .u-mlsp__127 {
    margin-left: 12.700000000000001rem !important;
  }
  .u-mrsp__127 {
    margin-right: 12.700000000000001rem !important;
  }
  .u-mt__128 {
    margin-top: 12.8rem !important;
  }
  .u-mb__128 {
    margin-bottom: 12.8rem !important;
  }
  .u-ml__128 {
    margin-left: 12.8rem !important;
  }
  .u-mr__128 {
    margin-right: 12.8rem !important;
  }
  .u-mtsp__128 {
    margin-top: 12.8rem !important;
  }
  .u-mbsp__128 {
    margin-bottom: 12.8rem !important;
  }
  .u-mlsp__128 {
    margin-left: 12.8rem !important;
  }
  .u-mrsp__128 {
    margin-right: 12.8rem !important;
  }
  .u-mt__129 {
    margin-top: 12.9rem !important;
  }
  .u-mb__129 {
    margin-bottom: 12.9rem !important;
  }
  .u-ml__129 {
    margin-left: 12.9rem !important;
  }
  .u-mr__129 {
    margin-right: 12.9rem !important;
  }
  .u-mtsp__129 {
    margin-top: 12.9rem !important;
  }
  .u-mbsp__129 {
    margin-bottom: 12.9rem !important;
  }
  .u-mlsp__129 {
    margin-left: 12.9rem !important;
  }
  .u-mrsp__129 {
    margin-right: 12.9rem !important;
  }
  .u-mt__130 {
    margin-top: 13rem !important;
  }
  .u-mb__130 {
    margin-bottom: 13rem !important;
  }
  .u-ml__130 {
    margin-left: 13rem !important;
  }
  .u-mr__130 {
    margin-right: 13rem !important;
  }
  .u-mtsp__130 {
    margin-top: 13rem !important;
  }
  .u-mbsp__130 {
    margin-bottom: 13rem !important;
  }
  .u-mlsp__130 {
    margin-left: 13rem !important;
  }
  .u-mrsp__130 {
    margin-right: 13rem !important;
  }
  .u-mt__131 {
    margin-top: 13.100000000000001rem !important;
  }
  .u-mb__131 {
    margin-bottom: 13.100000000000001rem !important;
  }
  .u-ml__131 {
    margin-left: 13.100000000000001rem !important;
  }
  .u-mr__131 {
    margin-right: 13.100000000000001rem !important;
  }
  .u-mtsp__131 {
    margin-top: 13.100000000000001rem !important;
  }
  .u-mbsp__131 {
    margin-bottom: 13.100000000000001rem !important;
  }
  .u-mlsp__131 {
    margin-left: 13.100000000000001rem !important;
  }
  .u-mrsp__131 {
    margin-right: 13.100000000000001rem !important;
  }
  .u-mt__132 {
    margin-top: 13.200000000000001rem !important;
  }
  .u-mb__132 {
    margin-bottom: 13.200000000000001rem !important;
  }
  .u-ml__132 {
    margin-left: 13.200000000000001rem !important;
  }
  .u-mr__132 {
    margin-right: 13.200000000000001rem !important;
  }
  .u-mtsp__132 {
    margin-top: 13.200000000000001rem !important;
  }
  .u-mbsp__132 {
    margin-bottom: 13.200000000000001rem !important;
  }
  .u-mlsp__132 {
    margin-left: 13.200000000000001rem !important;
  }
  .u-mrsp__132 {
    margin-right: 13.200000000000001rem !important;
  }
  .u-mt__133 {
    margin-top: 13.3rem !important;
  }
  .u-mb__133 {
    margin-bottom: 13.3rem !important;
  }
  .u-ml__133 {
    margin-left: 13.3rem !important;
  }
  .u-mr__133 {
    margin-right: 13.3rem !important;
  }
  .u-mtsp__133 {
    margin-top: 13.3rem !important;
  }
  .u-mbsp__133 {
    margin-bottom: 13.3rem !important;
  }
  .u-mlsp__133 {
    margin-left: 13.3rem !important;
  }
  .u-mrsp__133 {
    margin-right: 13.3rem !important;
  }
  .u-mt__134 {
    margin-top: 13.4rem !important;
  }
  .u-mb__134 {
    margin-bottom: 13.4rem !important;
  }
  .u-ml__134 {
    margin-left: 13.4rem !important;
  }
  .u-mr__134 {
    margin-right: 13.4rem !important;
  }
  .u-mtsp__134 {
    margin-top: 13.4rem !important;
  }
  .u-mbsp__134 {
    margin-bottom: 13.4rem !important;
  }
  .u-mlsp__134 {
    margin-left: 13.4rem !important;
  }
  .u-mrsp__134 {
    margin-right: 13.4rem !important;
  }
  .u-mt__135 {
    margin-top: 13.5rem !important;
  }
  .u-mb__135 {
    margin-bottom: 13.5rem !important;
  }
  .u-ml__135 {
    margin-left: 13.5rem !important;
  }
  .u-mr__135 {
    margin-right: 13.5rem !important;
  }
  .u-mtsp__135 {
    margin-top: 13.5rem !important;
  }
  .u-mbsp__135 {
    margin-bottom: 13.5rem !important;
  }
  .u-mlsp__135 {
    margin-left: 13.5rem !important;
  }
  .u-mrsp__135 {
    margin-right: 13.5rem !important;
  }
  .u-mt__136 {
    margin-top: 13.600000000000001rem !important;
  }
  .u-mb__136 {
    margin-bottom: 13.600000000000001rem !important;
  }
  .u-ml__136 {
    margin-left: 13.600000000000001rem !important;
  }
  .u-mr__136 {
    margin-right: 13.600000000000001rem !important;
  }
  .u-mtsp__136 {
    margin-top: 13.600000000000001rem !important;
  }
  .u-mbsp__136 {
    margin-bottom: 13.600000000000001rem !important;
  }
  .u-mlsp__136 {
    margin-left: 13.600000000000001rem !important;
  }
  .u-mrsp__136 {
    margin-right: 13.600000000000001rem !important;
  }
  .u-mt__137 {
    margin-top: 13.700000000000001rem !important;
  }
  .u-mb__137 {
    margin-bottom: 13.700000000000001rem !important;
  }
  .u-ml__137 {
    margin-left: 13.700000000000001rem !important;
  }
  .u-mr__137 {
    margin-right: 13.700000000000001rem !important;
  }
  .u-mtsp__137 {
    margin-top: 13.700000000000001rem !important;
  }
  .u-mbsp__137 {
    margin-bottom: 13.700000000000001rem !important;
  }
  .u-mlsp__137 {
    margin-left: 13.700000000000001rem !important;
  }
  .u-mrsp__137 {
    margin-right: 13.700000000000001rem !important;
  }
  .u-mt__138 {
    margin-top: 13.8rem !important;
  }
  .u-mb__138 {
    margin-bottom: 13.8rem !important;
  }
  .u-ml__138 {
    margin-left: 13.8rem !important;
  }
  .u-mr__138 {
    margin-right: 13.8rem !important;
  }
  .u-mtsp__138 {
    margin-top: 13.8rem !important;
  }
  .u-mbsp__138 {
    margin-bottom: 13.8rem !important;
  }
  .u-mlsp__138 {
    margin-left: 13.8rem !important;
  }
  .u-mrsp__138 {
    margin-right: 13.8rem !important;
  }
  .u-mt__139 {
    margin-top: 13.9rem !important;
  }
  .u-mb__139 {
    margin-bottom: 13.9rem !important;
  }
  .u-ml__139 {
    margin-left: 13.9rem !important;
  }
  .u-mr__139 {
    margin-right: 13.9rem !important;
  }
  .u-mtsp__139 {
    margin-top: 13.9rem !important;
  }
  .u-mbsp__139 {
    margin-bottom: 13.9rem !important;
  }
  .u-mlsp__139 {
    margin-left: 13.9rem !important;
  }
  .u-mrsp__139 {
    margin-right: 13.9rem !important;
  }
  .u-mt__140 {
    margin-top: 14rem !important;
  }
  .u-mb__140 {
    margin-bottom: 14rem !important;
  }
  .u-ml__140 {
    margin-left: 14rem !important;
  }
  .u-mr__140 {
    margin-right: 14rem !important;
  }
  .u-mtsp__140 {
    margin-top: 14rem !important;
  }
  .u-mbsp__140 {
    margin-bottom: 14rem !important;
  }
  .u-mlsp__140 {
    margin-left: 14rem !important;
  }
  .u-mrsp__140 {
    margin-right: 14rem !important;
  }
  .u-mt__141 {
    margin-top: 14.100000000000001rem !important;
  }
  .u-mb__141 {
    margin-bottom: 14.100000000000001rem !important;
  }
  .u-ml__141 {
    margin-left: 14.100000000000001rem !important;
  }
  .u-mr__141 {
    margin-right: 14.100000000000001rem !important;
  }
  .u-mtsp__141 {
    margin-top: 14.100000000000001rem !important;
  }
  .u-mbsp__141 {
    margin-bottom: 14.100000000000001rem !important;
  }
  .u-mlsp__141 {
    margin-left: 14.100000000000001rem !important;
  }
  .u-mrsp__141 {
    margin-right: 14.100000000000001rem !important;
  }
  .u-mt__142 {
    margin-top: 14.200000000000001rem !important;
  }
  .u-mb__142 {
    margin-bottom: 14.200000000000001rem !important;
  }
  .u-ml__142 {
    margin-left: 14.200000000000001rem !important;
  }
  .u-mr__142 {
    margin-right: 14.200000000000001rem !important;
  }
  .u-mtsp__142 {
    margin-top: 14.200000000000001rem !important;
  }
  .u-mbsp__142 {
    margin-bottom: 14.200000000000001rem !important;
  }
  .u-mlsp__142 {
    margin-left: 14.200000000000001rem !important;
  }
  .u-mrsp__142 {
    margin-right: 14.200000000000001rem !important;
  }
  .u-mt__143 {
    margin-top: 14.3rem !important;
  }
  .u-mb__143 {
    margin-bottom: 14.3rem !important;
  }
  .u-ml__143 {
    margin-left: 14.3rem !important;
  }
  .u-mr__143 {
    margin-right: 14.3rem !important;
  }
  .u-mtsp__143 {
    margin-top: 14.3rem !important;
  }
  .u-mbsp__143 {
    margin-bottom: 14.3rem !important;
  }
  .u-mlsp__143 {
    margin-left: 14.3rem !important;
  }
  .u-mrsp__143 {
    margin-right: 14.3rem !important;
  }
  .u-mt__144 {
    margin-top: 14.4rem !important;
  }
  .u-mb__144 {
    margin-bottom: 14.4rem !important;
  }
  .u-ml__144 {
    margin-left: 14.4rem !important;
  }
  .u-mr__144 {
    margin-right: 14.4rem !important;
  }
  .u-mtsp__144 {
    margin-top: 14.4rem !important;
  }
  .u-mbsp__144 {
    margin-bottom: 14.4rem !important;
  }
  .u-mlsp__144 {
    margin-left: 14.4rem !important;
  }
  .u-mrsp__144 {
    margin-right: 14.4rem !important;
  }
  .u-mt__145 {
    margin-top: 14.5rem !important;
  }
  .u-mb__145 {
    margin-bottom: 14.5rem !important;
  }
  .u-ml__145 {
    margin-left: 14.5rem !important;
  }
  .u-mr__145 {
    margin-right: 14.5rem !important;
  }
  .u-mtsp__145 {
    margin-top: 14.5rem !important;
  }
  .u-mbsp__145 {
    margin-bottom: 14.5rem !important;
  }
  .u-mlsp__145 {
    margin-left: 14.5rem !important;
  }
  .u-mrsp__145 {
    margin-right: 14.5rem !important;
  }
  .u-mt__146 {
    margin-top: 14.600000000000001rem !important;
  }
  .u-mb__146 {
    margin-bottom: 14.600000000000001rem !important;
  }
  .u-ml__146 {
    margin-left: 14.600000000000001rem !important;
  }
  .u-mr__146 {
    margin-right: 14.600000000000001rem !important;
  }
  .u-mtsp__146 {
    margin-top: 14.600000000000001rem !important;
  }
  .u-mbsp__146 {
    margin-bottom: 14.600000000000001rem !important;
  }
  .u-mlsp__146 {
    margin-left: 14.600000000000001rem !important;
  }
  .u-mrsp__146 {
    margin-right: 14.600000000000001rem !important;
  }
  .u-mt__147 {
    margin-top: 14.700000000000001rem !important;
  }
  .u-mb__147 {
    margin-bottom: 14.700000000000001rem !important;
  }
  .u-ml__147 {
    margin-left: 14.700000000000001rem !important;
  }
  .u-mr__147 {
    margin-right: 14.700000000000001rem !important;
  }
  .u-mtsp__147 {
    margin-top: 14.700000000000001rem !important;
  }
  .u-mbsp__147 {
    margin-bottom: 14.700000000000001rem !important;
  }
  .u-mlsp__147 {
    margin-left: 14.700000000000001rem !important;
  }
  .u-mrsp__147 {
    margin-right: 14.700000000000001rem !important;
  }
  .u-mt__148 {
    margin-top: 14.8rem !important;
  }
  .u-mb__148 {
    margin-bottom: 14.8rem !important;
  }
  .u-ml__148 {
    margin-left: 14.8rem !important;
  }
  .u-mr__148 {
    margin-right: 14.8rem !important;
  }
  .u-mtsp__148 {
    margin-top: 14.8rem !important;
  }
  .u-mbsp__148 {
    margin-bottom: 14.8rem !important;
  }
  .u-mlsp__148 {
    margin-left: 14.8rem !important;
  }
  .u-mrsp__148 {
    margin-right: 14.8rem !important;
  }
  .u-mt__149 {
    margin-top: 14.9rem !important;
  }
  .u-mb__149 {
    margin-bottom: 14.9rem !important;
  }
  .u-ml__149 {
    margin-left: 14.9rem !important;
  }
  .u-mr__149 {
    margin-right: 14.9rem !important;
  }
  .u-mtsp__149 {
    margin-top: 14.9rem !important;
  }
  .u-mbsp__149 {
    margin-bottom: 14.9rem !important;
  }
  .u-mlsp__149 {
    margin-left: 14.9rem !important;
  }
  .u-mrsp__149 {
    margin-right: 14.9rem !important;
  }
  .u-mt__150 {
    margin-top: 15rem !important;
  }
  .u-mb__150 {
    margin-bottom: 15rem !important;
  }
  .u-ml__150 {
    margin-left: 15rem !important;
  }
  .u-mr__150 {
    margin-right: 15rem !important;
  }
  .u-mtsp__150 {
    margin-top: 15rem !important;
  }
  .u-mbsp__150 {
    margin-bottom: 15rem !important;
  }
  .u-mlsp__150 {
    margin-left: 15rem !important;
  }
  .u-mrsp__150 {
    margin-right: 15rem !important;
  }
  .u-mt__151 {
    margin-top: 15.100000000000001rem !important;
  }
  .u-mb__151 {
    margin-bottom: 15.100000000000001rem !important;
  }
  .u-ml__151 {
    margin-left: 15.100000000000001rem !important;
  }
  .u-mr__151 {
    margin-right: 15.100000000000001rem !important;
  }
  .u-mtsp__151 {
    margin-top: 15.100000000000001rem !important;
  }
  .u-mbsp__151 {
    margin-bottom: 15.100000000000001rem !important;
  }
  .u-mlsp__151 {
    margin-left: 15.100000000000001rem !important;
  }
  .u-mrsp__151 {
    margin-right: 15.100000000000001rem !important;
  }
  .u-mt__152 {
    margin-top: 15.200000000000001rem !important;
  }
  .u-mb__152 {
    margin-bottom: 15.200000000000001rem !important;
  }
  .u-ml__152 {
    margin-left: 15.200000000000001rem !important;
  }
  .u-mr__152 {
    margin-right: 15.200000000000001rem !important;
  }
  .u-mtsp__152 {
    margin-top: 15.200000000000001rem !important;
  }
  .u-mbsp__152 {
    margin-bottom: 15.200000000000001rem !important;
  }
  .u-mlsp__152 {
    margin-left: 15.200000000000001rem !important;
  }
  .u-mrsp__152 {
    margin-right: 15.200000000000001rem !important;
  }
  .u-mt__153 {
    margin-top: 15.3rem !important;
  }
  .u-mb__153 {
    margin-bottom: 15.3rem !important;
  }
  .u-ml__153 {
    margin-left: 15.3rem !important;
  }
  .u-mr__153 {
    margin-right: 15.3rem !important;
  }
  .u-mtsp__153 {
    margin-top: 15.3rem !important;
  }
  .u-mbsp__153 {
    margin-bottom: 15.3rem !important;
  }
  .u-mlsp__153 {
    margin-left: 15.3rem !important;
  }
  .u-mrsp__153 {
    margin-right: 15.3rem !important;
  }
  .u-mt__154 {
    margin-top: 15.4rem !important;
  }
  .u-mb__154 {
    margin-bottom: 15.4rem !important;
  }
  .u-ml__154 {
    margin-left: 15.4rem !important;
  }
  .u-mr__154 {
    margin-right: 15.4rem !important;
  }
  .u-mtsp__154 {
    margin-top: 15.4rem !important;
  }
  .u-mbsp__154 {
    margin-bottom: 15.4rem !important;
  }
  .u-mlsp__154 {
    margin-left: 15.4rem !important;
  }
  .u-mrsp__154 {
    margin-right: 15.4rem !important;
  }
  .u-mt__155 {
    margin-top: 15.5rem !important;
  }
  .u-mb__155 {
    margin-bottom: 15.5rem !important;
  }
  .u-ml__155 {
    margin-left: 15.5rem !important;
  }
  .u-mr__155 {
    margin-right: 15.5rem !important;
  }
  .u-mtsp__155 {
    margin-top: 15.5rem !important;
  }
  .u-mbsp__155 {
    margin-bottom: 15.5rem !important;
  }
  .u-mlsp__155 {
    margin-left: 15.5rem !important;
  }
  .u-mrsp__155 {
    margin-right: 15.5rem !important;
  }
  .u-mt__156 {
    margin-top: 15.600000000000001rem !important;
  }
  .u-mb__156 {
    margin-bottom: 15.600000000000001rem !important;
  }
  .u-ml__156 {
    margin-left: 15.600000000000001rem !important;
  }
  .u-mr__156 {
    margin-right: 15.600000000000001rem !important;
  }
  .u-mtsp__156 {
    margin-top: 15.600000000000001rem !important;
  }
  .u-mbsp__156 {
    margin-bottom: 15.600000000000001rem !important;
  }
  .u-mlsp__156 {
    margin-left: 15.600000000000001rem !important;
  }
  .u-mrsp__156 {
    margin-right: 15.600000000000001rem !important;
  }
  .u-mt__157 {
    margin-top: 15.700000000000001rem !important;
  }
  .u-mb__157 {
    margin-bottom: 15.700000000000001rem !important;
  }
  .u-ml__157 {
    margin-left: 15.700000000000001rem !important;
  }
  .u-mr__157 {
    margin-right: 15.700000000000001rem !important;
  }
  .u-mtsp__157 {
    margin-top: 15.700000000000001rem !important;
  }
  .u-mbsp__157 {
    margin-bottom: 15.700000000000001rem !important;
  }
  .u-mlsp__157 {
    margin-left: 15.700000000000001rem !important;
  }
  .u-mrsp__157 {
    margin-right: 15.700000000000001rem !important;
  }
  .u-mt__158 {
    margin-top: 15.8rem !important;
  }
  .u-mb__158 {
    margin-bottom: 15.8rem !important;
  }
  .u-ml__158 {
    margin-left: 15.8rem !important;
  }
  .u-mr__158 {
    margin-right: 15.8rem !important;
  }
  .u-mtsp__158 {
    margin-top: 15.8rem !important;
  }
  .u-mbsp__158 {
    margin-bottom: 15.8rem !important;
  }
  .u-mlsp__158 {
    margin-left: 15.8rem !important;
  }
  .u-mrsp__158 {
    margin-right: 15.8rem !important;
  }
  .u-mt__159 {
    margin-top: 15.9rem !important;
  }
  .u-mb__159 {
    margin-bottom: 15.9rem !important;
  }
  .u-ml__159 {
    margin-left: 15.9rem !important;
  }
  .u-mr__159 {
    margin-right: 15.9rem !important;
  }
  .u-mtsp__159 {
    margin-top: 15.9rem !important;
  }
  .u-mbsp__159 {
    margin-bottom: 15.9rem !important;
  }
  .u-mlsp__159 {
    margin-left: 15.9rem !important;
  }
  .u-mrsp__159 {
    margin-right: 15.9rem !important;
  }
  .u-mt__160 {
    margin-top: 16rem !important;
  }
  .u-mb__160 {
    margin-bottom: 16rem !important;
  }
  .u-ml__160 {
    margin-left: 16rem !important;
  }
  .u-mr__160 {
    margin-right: 16rem !important;
  }
  .u-mtsp__160 {
    margin-top: 16rem !important;
  }
  .u-mbsp__160 {
    margin-bottom: 16rem !important;
  }
  .u-mlsp__160 {
    margin-left: 16rem !important;
  }
  .u-mrsp__160 {
    margin-right: 16rem !important;
  }
  .u-mt__161 {
    margin-top: 16.1rem !important;
  }
  .u-mb__161 {
    margin-bottom: 16.1rem !important;
  }
  .u-ml__161 {
    margin-left: 16.1rem !important;
  }
  .u-mr__161 {
    margin-right: 16.1rem !important;
  }
  .u-mtsp__161 {
    margin-top: 16.1rem !important;
  }
  .u-mbsp__161 {
    margin-bottom: 16.1rem !important;
  }
  .u-mlsp__161 {
    margin-left: 16.1rem !important;
  }
  .u-mrsp__161 {
    margin-right: 16.1rem !important;
  }
  .u-mt__162 {
    margin-top: 16.2rem !important;
  }
  .u-mb__162 {
    margin-bottom: 16.2rem !important;
  }
  .u-ml__162 {
    margin-left: 16.2rem !important;
  }
  .u-mr__162 {
    margin-right: 16.2rem !important;
  }
  .u-mtsp__162 {
    margin-top: 16.2rem !important;
  }
  .u-mbsp__162 {
    margin-bottom: 16.2rem !important;
  }
  .u-mlsp__162 {
    margin-left: 16.2rem !important;
  }
  .u-mrsp__162 {
    margin-right: 16.2rem !important;
  }
  .u-mt__163 {
    margin-top: 16.3rem !important;
  }
  .u-mb__163 {
    margin-bottom: 16.3rem !important;
  }
  .u-ml__163 {
    margin-left: 16.3rem !important;
  }
  .u-mr__163 {
    margin-right: 16.3rem !important;
  }
  .u-mtsp__163 {
    margin-top: 16.3rem !important;
  }
  .u-mbsp__163 {
    margin-bottom: 16.3rem !important;
  }
  .u-mlsp__163 {
    margin-left: 16.3rem !important;
  }
  .u-mrsp__163 {
    margin-right: 16.3rem !important;
  }
  .u-mt__164 {
    margin-top: 16.400000000000002rem !important;
  }
  .u-mb__164 {
    margin-bottom: 16.400000000000002rem !important;
  }
  .u-ml__164 {
    margin-left: 16.400000000000002rem !important;
  }
  .u-mr__164 {
    margin-right: 16.400000000000002rem !important;
  }
  .u-mtsp__164 {
    margin-top: 16.400000000000002rem !important;
  }
  .u-mbsp__164 {
    margin-bottom: 16.400000000000002rem !important;
  }
  .u-mlsp__164 {
    margin-left: 16.400000000000002rem !important;
  }
  .u-mrsp__164 {
    margin-right: 16.400000000000002rem !important;
  }
  .u-mt__165 {
    margin-top: 16.5rem !important;
  }
  .u-mb__165 {
    margin-bottom: 16.5rem !important;
  }
  .u-ml__165 {
    margin-left: 16.5rem !important;
  }
  .u-mr__165 {
    margin-right: 16.5rem !important;
  }
  .u-mtsp__165 {
    margin-top: 16.5rem !important;
  }
  .u-mbsp__165 {
    margin-bottom: 16.5rem !important;
  }
  .u-mlsp__165 {
    margin-left: 16.5rem !important;
  }
  .u-mrsp__165 {
    margin-right: 16.5rem !important;
  }
  .u-mt__166 {
    margin-top: 16.6rem !important;
  }
  .u-mb__166 {
    margin-bottom: 16.6rem !important;
  }
  .u-ml__166 {
    margin-left: 16.6rem !important;
  }
  .u-mr__166 {
    margin-right: 16.6rem !important;
  }
  .u-mtsp__166 {
    margin-top: 16.6rem !important;
  }
  .u-mbsp__166 {
    margin-bottom: 16.6rem !important;
  }
  .u-mlsp__166 {
    margin-left: 16.6rem !important;
  }
  .u-mrsp__166 {
    margin-right: 16.6rem !important;
  }
  .u-mt__167 {
    margin-top: 16.7rem !important;
  }
  .u-mb__167 {
    margin-bottom: 16.7rem !important;
  }
  .u-ml__167 {
    margin-left: 16.7rem !important;
  }
  .u-mr__167 {
    margin-right: 16.7rem !important;
  }
  .u-mtsp__167 {
    margin-top: 16.7rem !important;
  }
  .u-mbsp__167 {
    margin-bottom: 16.7rem !important;
  }
  .u-mlsp__167 {
    margin-left: 16.7rem !important;
  }
  .u-mrsp__167 {
    margin-right: 16.7rem !important;
  }
  .u-mt__168 {
    margin-top: 16.8rem !important;
  }
  .u-mb__168 {
    margin-bottom: 16.8rem !important;
  }
  .u-ml__168 {
    margin-left: 16.8rem !important;
  }
  .u-mr__168 {
    margin-right: 16.8rem !important;
  }
  .u-mtsp__168 {
    margin-top: 16.8rem !important;
  }
  .u-mbsp__168 {
    margin-bottom: 16.8rem !important;
  }
  .u-mlsp__168 {
    margin-left: 16.8rem !important;
  }
  .u-mrsp__168 {
    margin-right: 16.8rem !important;
  }
  .u-mt__169 {
    margin-top: 16.900000000000002rem !important;
  }
  .u-mb__169 {
    margin-bottom: 16.900000000000002rem !important;
  }
  .u-ml__169 {
    margin-left: 16.900000000000002rem !important;
  }
  .u-mr__169 {
    margin-right: 16.900000000000002rem !important;
  }
  .u-mtsp__169 {
    margin-top: 16.900000000000002rem !important;
  }
  .u-mbsp__169 {
    margin-bottom: 16.900000000000002rem !important;
  }
  .u-mlsp__169 {
    margin-left: 16.900000000000002rem !important;
  }
  .u-mrsp__169 {
    margin-right: 16.900000000000002rem !important;
  }
  .u-mt__170 {
    margin-top: 17rem !important;
  }
  .u-mb__170 {
    margin-bottom: 17rem !important;
  }
  .u-ml__170 {
    margin-left: 17rem !important;
  }
  .u-mr__170 {
    margin-right: 17rem !important;
  }
  .u-mtsp__170 {
    margin-top: 17rem !important;
  }
  .u-mbsp__170 {
    margin-bottom: 17rem !important;
  }
  .u-mlsp__170 {
    margin-left: 17rem !important;
  }
  .u-mrsp__170 {
    margin-right: 17rem !important;
  }
  .u-mt__171 {
    margin-top: 17.1rem !important;
  }
  .u-mb__171 {
    margin-bottom: 17.1rem !important;
  }
  .u-ml__171 {
    margin-left: 17.1rem !important;
  }
  .u-mr__171 {
    margin-right: 17.1rem !important;
  }
  .u-mtsp__171 {
    margin-top: 17.1rem !important;
  }
  .u-mbsp__171 {
    margin-bottom: 17.1rem !important;
  }
  .u-mlsp__171 {
    margin-left: 17.1rem !important;
  }
  .u-mrsp__171 {
    margin-right: 17.1rem !important;
  }
  .u-mt__172 {
    margin-top: 17.2rem !important;
  }
  .u-mb__172 {
    margin-bottom: 17.2rem !important;
  }
  .u-ml__172 {
    margin-left: 17.2rem !important;
  }
  .u-mr__172 {
    margin-right: 17.2rem !important;
  }
  .u-mtsp__172 {
    margin-top: 17.2rem !important;
  }
  .u-mbsp__172 {
    margin-bottom: 17.2rem !important;
  }
  .u-mlsp__172 {
    margin-left: 17.2rem !important;
  }
  .u-mrsp__172 {
    margin-right: 17.2rem !important;
  }
  .u-mt__173 {
    margin-top: 17.3rem !important;
  }
  .u-mb__173 {
    margin-bottom: 17.3rem !important;
  }
  .u-ml__173 {
    margin-left: 17.3rem !important;
  }
  .u-mr__173 {
    margin-right: 17.3rem !important;
  }
  .u-mtsp__173 {
    margin-top: 17.3rem !important;
  }
  .u-mbsp__173 {
    margin-bottom: 17.3rem !important;
  }
  .u-mlsp__173 {
    margin-left: 17.3rem !important;
  }
  .u-mrsp__173 {
    margin-right: 17.3rem !important;
  }
  .u-mt__174 {
    margin-top: 17.400000000000002rem !important;
  }
  .u-mb__174 {
    margin-bottom: 17.400000000000002rem !important;
  }
  .u-ml__174 {
    margin-left: 17.400000000000002rem !important;
  }
  .u-mr__174 {
    margin-right: 17.400000000000002rem !important;
  }
  .u-mtsp__174 {
    margin-top: 17.400000000000002rem !important;
  }
  .u-mbsp__174 {
    margin-bottom: 17.400000000000002rem !important;
  }
  .u-mlsp__174 {
    margin-left: 17.400000000000002rem !important;
  }
  .u-mrsp__174 {
    margin-right: 17.400000000000002rem !important;
  }
  .u-mt__175 {
    margin-top: 17.5rem !important;
  }
  .u-mb__175 {
    margin-bottom: 17.5rem !important;
  }
  .u-ml__175 {
    margin-left: 17.5rem !important;
  }
  .u-mr__175 {
    margin-right: 17.5rem !important;
  }
  .u-mtsp__175 {
    margin-top: 17.5rem !important;
  }
  .u-mbsp__175 {
    margin-bottom: 17.5rem !important;
  }
  .u-mlsp__175 {
    margin-left: 17.5rem !important;
  }
  .u-mrsp__175 {
    margin-right: 17.5rem !important;
  }
  .u-mt__176 {
    margin-top: 17.6rem !important;
  }
  .u-mb__176 {
    margin-bottom: 17.6rem !important;
  }
  .u-ml__176 {
    margin-left: 17.6rem !important;
  }
  .u-mr__176 {
    margin-right: 17.6rem !important;
  }
  .u-mtsp__176 {
    margin-top: 17.6rem !important;
  }
  .u-mbsp__176 {
    margin-bottom: 17.6rem !important;
  }
  .u-mlsp__176 {
    margin-left: 17.6rem !important;
  }
  .u-mrsp__176 {
    margin-right: 17.6rem !important;
  }
  .u-mt__177 {
    margin-top: 17.7rem !important;
  }
  .u-mb__177 {
    margin-bottom: 17.7rem !important;
  }
  .u-ml__177 {
    margin-left: 17.7rem !important;
  }
  .u-mr__177 {
    margin-right: 17.7rem !important;
  }
  .u-mtsp__177 {
    margin-top: 17.7rem !important;
  }
  .u-mbsp__177 {
    margin-bottom: 17.7rem !important;
  }
  .u-mlsp__177 {
    margin-left: 17.7rem !important;
  }
  .u-mrsp__177 {
    margin-right: 17.7rem !important;
  }
  .u-mt__178 {
    margin-top: 17.8rem !important;
  }
  .u-mb__178 {
    margin-bottom: 17.8rem !important;
  }
  .u-ml__178 {
    margin-left: 17.8rem !important;
  }
  .u-mr__178 {
    margin-right: 17.8rem !important;
  }
  .u-mtsp__178 {
    margin-top: 17.8rem !important;
  }
  .u-mbsp__178 {
    margin-bottom: 17.8rem !important;
  }
  .u-mlsp__178 {
    margin-left: 17.8rem !important;
  }
  .u-mrsp__178 {
    margin-right: 17.8rem !important;
  }
  .u-mt__179 {
    margin-top: 17.900000000000002rem !important;
  }
  .u-mb__179 {
    margin-bottom: 17.900000000000002rem !important;
  }
  .u-ml__179 {
    margin-left: 17.900000000000002rem !important;
  }
  .u-mr__179 {
    margin-right: 17.900000000000002rem !important;
  }
  .u-mtsp__179 {
    margin-top: 17.900000000000002rem !important;
  }
  .u-mbsp__179 {
    margin-bottom: 17.900000000000002rem !important;
  }
  .u-mlsp__179 {
    margin-left: 17.900000000000002rem !important;
  }
  .u-mrsp__179 {
    margin-right: 17.900000000000002rem !important;
  }
  .u-mt__180 {
    margin-top: 18rem !important;
  }
  .u-mb__180 {
    margin-bottom: 18rem !important;
  }
  .u-ml__180 {
    margin-left: 18rem !important;
  }
  .u-mr__180 {
    margin-right: 18rem !important;
  }
  .u-mtsp__180 {
    margin-top: 18rem !important;
  }
  .u-mbsp__180 {
    margin-bottom: 18rem !important;
  }
  .u-mlsp__180 {
    margin-left: 18rem !important;
  }
  .u-mrsp__180 {
    margin-right: 18rem !important;
  }
  .u-mt__181 {
    margin-top: 18.1rem !important;
  }
  .u-mb__181 {
    margin-bottom: 18.1rem !important;
  }
  .u-ml__181 {
    margin-left: 18.1rem !important;
  }
  .u-mr__181 {
    margin-right: 18.1rem !important;
  }
  .u-mtsp__181 {
    margin-top: 18.1rem !important;
  }
  .u-mbsp__181 {
    margin-bottom: 18.1rem !important;
  }
  .u-mlsp__181 {
    margin-left: 18.1rem !important;
  }
  .u-mrsp__181 {
    margin-right: 18.1rem !important;
  }
  .u-mt__182 {
    margin-top: 18.2rem !important;
  }
  .u-mb__182 {
    margin-bottom: 18.2rem !important;
  }
  .u-ml__182 {
    margin-left: 18.2rem !important;
  }
  .u-mr__182 {
    margin-right: 18.2rem !important;
  }
  .u-mtsp__182 {
    margin-top: 18.2rem !important;
  }
  .u-mbsp__182 {
    margin-bottom: 18.2rem !important;
  }
  .u-mlsp__182 {
    margin-left: 18.2rem !important;
  }
  .u-mrsp__182 {
    margin-right: 18.2rem !important;
  }
  .u-mt__183 {
    margin-top: 18.3rem !important;
  }
  .u-mb__183 {
    margin-bottom: 18.3rem !important;
  }
  .u-ml__183 {
    margin-left: 18.3rem !important;
  }
  .u-mr__183 {
    margin-right: 18.3rem !important;
  }
  .u-mtsp__183 {
    margin-top: 18.3rem !important;
  }
  .u-mbsp__183 {
    margin-bottom: 18.3rem !important;
  }
  .u-mlsp__183 {
    margin-left: 18.3rem !important;
  }
  .u-mrsp__183 {
    margin-right: 18.3rem !important;
  }
  .u-mt__184 {
    margin-top: 18.400000000000002rem !important;
  }
  .u-mb__184 {
    margin-bottom: 18.400000000000002rem !important;
  }
  .u-ml__184 {
    margin-left: 18.400000000000002rem !important;
  }
  .u-mr__184 {
    margin-right: 18.400000000000002rem !important;
  }
  .u-mtsp__184 {
    margin-top: 18.400000000000002rem !important;
  }
  .u-mbsp__184 {
    margin-bottom: 18.400000000000002rem !important;
  }
  .u-mlsp__184 {
    margin-left: 18.400000000000002rem !important;
  }
  .u-mrsp__184 {
    margin-right: 18.400000000000002rem !important;
  }
  .u-mt__185 {
    margin-top: 18.5rem !important;
  }
  .u-mb__185 {
    margin-bottom: 18.5rem !important;
  }
  .u-ml__185 {
    margin-left: 18.5rem !important;
  }
  .u-mr__185 {
    margin-right: 18.5rem !important;
  }
  .u-mtsp__185 {
    margin-top: 18.5rem !important;
  }
  .u-mbsp__185 {
    margin-bottom: 18.5rem !important;
  }
  .u-mlsp__185 {
    margin-left: 18.5rem !important;
  }
  .u-mrsp__185 {
    margin-right: 18.5rem !important;
  }
  .u-mt__186 {
    margin-top: 18.6rem !important;
  }
  .u-mb__186 {
    margin-bottom: 18.6rem !important;
  }
  .u-ml__186 {
    margin-left: 18.6rem !important;
  }
  .u-mr__186 {
    margin-right: 18.6rem !important;
  }
  .u-mtsp__186 {
    margin-top: 18.6rem !important;
  }
  .u-mbsp__186 {
    margin-bottom: 18.6rem !important;
  }
  .u-mlsp__186 {
    margin-left: 18.6rem !important;
  }
  .u-mrsp__186 {
    margin-right: 18.6rem !important;
  }
  .u-mt__187 {
    margin-top: 18.7rem !important;
  }
  .u-mb__187 {
    margin-bottom: 18.7rem !important;
  }
  .u-ml__187 {
    margin-left: 18.7rem !important;
  }
  .u-mr__187 {
    margin-right: 18.7rem !important;
  }
  .u-mtsp__187 {
    margin-top: 18.7rem !important;
  }
  .u-mbsp__187 {
    margin-bottom: 18.7rem !important;
  }
  .u-mlsp__187 {
    margin-left: 18.7rem !important;
  }
  .u-mrsp__187 {
    margin-right: 18.7rem !important;
  }
  .u-mt__188 {
    margin-top: 18.8rem !important;
  }
  .u-mb__188 {
    margin-bottom: 18.8rem !important;
  }
  .u-ml__188 {
    margin-left: 18.8rem !important;
  }
  .u-mr__188 {
    margin-right: 18.8rem !important;
  }
  .u-mtsp__188 {
    margin-top: 18.8rem !important;
  }
  .u-mbsp__188 {
    margin-bottom: 18.8rem !important;
  }
  .u-mlsp__188 {
    margin-left: 18.8rem !important;
  }
  .u-mrsp__188 {
    margin-right: 18.8rem !important;
  }
  .u-mt__189 {
    margin-top: 18.900000000000002rem !important;
  }
  .u-mb__189 {
    margin-bottom: 18.900000000000002rem !important;
  }
  .u-ml__189 {
    margin-left: 18.900000000000002rem !important;
  }
  .u-mr__189 {
    margin-right: 18.900000000000002rem !important;
  }
  .u-mtsp__189 {
    margin-top: 18.900000000000002rem !important;
  }
  .u-mbsp__189 {
    margin-bottom: 18.900000000000002rem !important;
  }
  .u-mlsp__189 {
    margin-left: 18.900000000000002rem !important;
  }
  .u-mrsp__189 {
    margin-right: 18.900000000000002rem !important;
  }
  .u-mt__190 {
    margin-top: 19rem !important;
  }
  .u-mb__190 {
    margin-bottom: 19rem !important;
  }
  .u-ml__190 {
    margin-left: 19rem !important;
  }
  .u-mr__190 {
    margin-right: 19rem !important;
  }
  .u-mtsp__190 {
    margin-top: 19rem !important;
  }
  .u-mbsp__190 {
    margin-bottom: 19rem !important;
  }
  .u-mlsp__190 {
    margin-left: 19rem !important;
  }
  .u-mrsp__190 {
    margin-right: 19rem !important;
  }
  .u-mt__191 {
    margin-top: 19.1rem !important;
  }
  .u-mb__191 {
    margin-bottom: 19.1rem !important;
  }
  .u-ml__191 {
    margin-left: 19.1rem !important;
  }
  .u-mr__191 {
    margin-right: 19.1rem !important;
  }
  .u-mtsp__191 {
    margin-top: 19.1rem !important;
  }
  .u-mbsp__191 {
    margin-bottom: 19.1rem !important;
  }
  .u-mlsp__191 {
    margin-left: 19.1rem !important;
  }
  .u-mrsp__191 {
    margin-right: 19.1rem !important;
  }
  .u-mt__192 {
    margin-top: 19.200000000000003rem !important;
  }
  .u-mb__192 {
    margin-bottom: 19.200000000000003rem !important;
  }
  .u-ml__192 {
    margin-left: 19.200000000000003rem !important;
  }
  .u-mr__192 {
    margin-right: 19.200000000000003rem !important;
  }
  .u-mtsp__192 {
    margin-top: 19.200000000000003rem !important;
  }
  .u-mbsp__192 {
    margin-bottom: 19.200000000000003rem !important;
  }
  .u-mlsp__192 {
    margin-left: 19.200000000000003rem !important;
  }
  .u-mrsp__192 {
    margin-right: 19.200000000000003rem !important;
  }
  .u-mt__193 {
    margin-top: 19.3rem !important;
  }
  .u-mb__193 {
    margin-bottom: 19.3rem !important;
  }
  .u-ml__193 {
    margin-left: 19.3rem !important;
  }
  .u-mr__193 {
    margin-right: 19.3rem !important;
  }
  .u-mtsp__193 {
    margin-top: 19.3rem !important;
  }
  .u-mbsp__193 {
    margin-bottom: 19.3rem !important;
  }
  .u-mlsp__193 {
    margin-left: 19.3rem !important;
  }
  .u-mrsp__193 {
    margin-right: 19.3rem !important;
  }
  .u-mt__194 {
    margin-top: 19.400000000000002rem !important;
  }
  .u-mb__194 {
    margin-bottom: 19.400000000000002rem !important;
  }
  .u-ml__194 {
    margin-left: 19.400000000000002rem !important;
  }
  .u-mr__194 {
    margin-right: 19.400000000000002rem !important;
  }
  .u-mtsp__194 {
    margin-top: 19.400000000000002rem !important;
  }
  .u-mbsp__194 {
    margin-bottom: 19.400000000000002rem !important;
  }
  .u-mlsp__194 {
    margin-left: 19.400000000000002rem !important;
  }
  .u-mrsp__194 {
    margin-right: 19.400000000000002rem !important;
  }
  .u-mt__195 {
    margin-top: 19.5rem !important;
  }
  .u-mb__195 {
    margin-bottom: 19.5rem !important;
  }
  .u-ml__195 {
    margin-left: 19.5rem !important;
  }
  .u-mr__195 {
    margin-right: 19.5rem !important;
  }
  .u-mtsp__195 {
    margin-top: 19.5rem !important;
  }
  .u-mbsp__195 {
    margin-bottom: 19.5rem !important;
  }
  .u-mlsp__195 {
    margin-left: 19.5rem !important;
  }
  .u-mrsp__195 {
    margin-right: 19.5rem !important;
  }
  .u-mt__196 {
    margin-top: 19.6rem !important;
  }
  .u-mb__196 {
    margin-bottom: 19.6rem !important;
  }
  .u-ml__196 {
    margin-left: 19.6rem !important;
  }
  .u-mr__196 {
    margin-right: 19.6rem !important;
  }
  .u-mtsp__196 {
    margin-top: 19.6rem !important;
  }
  .u-mbsp__196 {
    margin-bottom: 19.6rem !important;
  }
  .u-mlsp__196 {
    margin-left: 19.6rem !important;
  }
  .u-mrsp__196 {
    margin-right: 19.6rem !important;
  }
  .u-mt__197 {
    margin-top: 19.700000000000003rem !important;
  }
  .u-mb__197 {
    margin-bottom: 19.700000000000003rem !important;
  }
  .u-ml__197 {
    margin-left: 19.700000000000003rem !important;
  }
  .u-mr__197 {
    margin-right: 19.700000000000003rem !important;
  }
  .u-mtsp__197 {
    margin-top: 19.700000000000003rem !important;
  }
  .u-mbsp__197 {
    margin-bottom: 19.700000000000003rem !important;
  }
  .u-mlsp__197 {
    margin-left: 19.700000000000003rem !important;
  }
  .u-mrsp__197 {
    margin-right: 19.700000000000003rem !important;
  }
  .u-mt__198 {
    margin-top: 19.8rem !important;
  }
  .u-mb__198 {
    margin-bottom: 19.8rem !important;
  }
  .u-ml__198 {
    margin-left: 19.8rem !important;
  }
  .u-mr__198 {
    margin-right: 19.8rem !important;
  }
  .u-mtsp__198 {
    margin-top: 19.8rem !important;
  }
  .u-mbsp__198 {
    margin-bottom: 19.8rem !important;
  }
  .u-mlsp__198 {
    margin-left: 19.8rem !important;
  }
  .u-mrsp__198 {
    margin-right: 19.8rem !important;
  }
  .u-mt__199 {
    margin-top: 19.900000000000002rem !important;
  }
  .u-mb__199 {
    margin-bottom: 19.900000000000002rem !important;
  }
  .u-ml__199 {
    margin-left: 19.900000000000002rem !important;
  }
  .u-mr__199 {
    margin-right: 19.900000000000002rem !important;
  }
  .u-mtsp__199 {
    margin-top: 19.900000000000002rem !important;
  }
  .u-mbsp__199 {
    margin-bottom: 19.900000000000002rem !important;
  }
  .u-mlsp__199 {
    margin-left: 19.900000000000002rem !important;
  }
  .u-mrsp__199 {
    margin-right: 19.900000000000002rem !important;
  }
  .u-mt__200 {
    margin-top: 20rem !important;
  }
  .u-mb__200 {
    margin-bottom: 20rem !important;
  }
  .u-ml__200 {
    margin-left: 20rem !important;
  }
  .u-mr__200 {
    margin-right: 20rem !important;
  }
  .u-mtsp__200 {
    margin-top: 20rem !important;
  }
  .u-mbsp__200 {
    margin-bottom: 20rem !important;
  }
  .u-mlsp__200 {
    margin-left: 20rem !important;
  }
  .u-mrsp__200 {
    margin-right: 20rem !important;
  }
}
.c-btn-1 {
  position: relative;
  display: block;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (min-width: 769px) {
  .c-btn-1 {
    width: 350px;
    height: 80px;
  }
  .c-btn-1.is-wide {
    width: 455px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-1 {
    width: 59rem;
    height: 12rem;
  }
}
.c-btn-1.is-full {
  width: 100%;
  height: 100%;
}
.c-btn-1.is-center {
  margin: 0 auto;
}
.c-btn-1__inner {
  width: 100%;
  height: 100%;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  background-color: #fbac12;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-btn-1__inner {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-1__inner {
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-1__inner {
    -webkit-transition: all 250ms;
    transition: all 250ms;
  }
  .hover .c-btn-1__inner,
  .c-btn-1:hover .c-btn-1__inner {
    background-color: #fbc112;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-1.is-small .c-btn-1__inner,
  .c-btn-1.is-mini .c-btn-1__inner {
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-1.is-small .c-btn-1__inner,
  .c-btn-1.is-mini .c-btn-1__inner {
    border-radius: 1rem;
  }
}
.c-btn-1.is-redtxt .c-btn-1__inner {
  color: #a30016;
}
.c-btn-1__txt {
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .c-btn-1__txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-1__txt {
    font-size: 3.3rem;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-1.is-search .c-btn-1__txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-1.is-search .c-btn-1__txt {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-1.is-small .c-btn-1__txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-1.is-small .c-btn-1__txt {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-1.is-mini .c-btn-1__txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-1.is-mini .c-btn-1__txt {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-1.is-medium .c-btn-1__txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-1.is-medium .c-btn-1__txt {
    font-size: 3.3rem;
  }
}
.c-btn-1.is-no-bold .c-btn-1__txt {
  font-weight: 500;
}
.c-btn-1__arrow {
  position: relative;
  z-index: 2;
}
.c-btn-1.is-no-arrow .c-btn-1__arrow {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .c-btn-1__arrow {
    -webkit-transition: all 250ms;
    transition: all 250ms;
  }
  .c-btn-1__arrow.is-right {
    margin-left: 16px;
    background-image: url("../images/common/arrow/arrow-1-white-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 30px;
    height: 30px;
    display: block;
    text-indent: -9999px;
  }
  .c-btn-1.is-small .c-btn-1__arrow.is-right {
    background-image: url("../images/common/arrow/arrow-1-white-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 18px;
    height: 18px;
    display: block;
    text-indent: -9999px;
    margin-left: 6px;
  }
  .c-btn-1.is-medium .c-btn-1__arrow.is-right {
    background-image: url("../images/common/arrow/arrow-1-white-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 21px;
    height: 21px;
    display: block;
    text-indent: -9999px;
    margin-left: 12px;
  }
  .hover .c-btn-1__arrow.is-right,
  .c-btn-1:hover .c-btn-1__arrow.is-right {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  .c-btn-1.is-redtxt .c-btn-1__arrow.is-right {
    background-image: url("../images/common/arrow/arrow-1-red-right.svg");
  }
  .c-btn-1__arrow.is-left {
    margin-right: 16px;
    background-image: url("../images/common/arrow/arrow-1-white-left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 30px;
    height: 30px;
    display: block;
    text-indent: -9999px;
  }
  .hover .c-btn-1__arrow.is-left,
  .c-btn-1:hover .c-btn-1__arrow.is-left {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  .c-btn-1.is-small .c-btn-1__arrow.is-left {
    background-image: url("../images/common/arrow/arrow-1-white-left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 18px;
    height: 18px;
    display: block;
    text-indent: -9999px;
    margin-right: 6px;
  }
  .c-btn-1.is-medium .c-btn-1__arrow.is-left {
    background-image: url("../images/common/arrow/arrow-1-white-left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 21px;
    height: 21px;
    display: block;
    text-indent: -9999px;
    margin-right: 12px;
  }
  .c-btn-1.is-redtxt .c-btn-1__arrow.is-left {
    background-image: url("../images/common/arrow/arrow-1-red-left.svg");
  }
  .c-btn-1.is-search .c-btn-1__arrow.is-right,
  .c-btn-1.is-search .c-btn-1__arrow.is-left {
    background-image: url("../images/common/ico/ico-search-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 34px;
    height: 34px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
  }
  .c-btn-1.is-play .c-btn-1__arrow.is-right,
  .c-btn-1.is-play .c-btn-1__arrow.is-left {
    background-image: url("../images/common/ico/ico-play-2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 22px;
    height: 22px;
    display: block;
    text-indent: -9999px;
  }
  .hover .c-btn-1.is-play .c-btn-1__arrow.is-right,
  .hover .c-btn-1.is-play .c-btn-1__arrow.is-left,
  .c-btn-1:hover .c-btn-1.is-play .c-btn-1__arrow.is-right,
  .c-btn-1:hover .c-btn-1.is-play .c-btn-1__arrow.is-left {
    -webkit-transform: translateX(0) scale(1.1);
            transform: translateX(0) scale(1.1);
  }
  .c-btn-1.is-arrow-bottom .c-btn-1__arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .c-btn-1.is-arrow-bottom:hover .c-btn-1__arrow {
    -webkit-transform: translateX(0px) translateY(2px) rotate(90deg);
            transform: translateX(0px) translateY(2px) rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  .c-btn-1__arrow.is-right {
    margin-left: 2rem;
    background-image: url("../images/common/arrow/arrow-1-white-right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 4.5rem;
    height: 4.5rem;
    display: block;
    text-indent: -9999px;
  }
  .c-btn-1.is-small .c-btn-1__arrow.is-right {
    margin-left: 1rem;
    background-image: url("../images/common/arrow/arrow-1-white-right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 3.3rem;
    height: 3.3rem;
    display: block;
    text-indent: -9999px;
  }
  .c-btn-1.is-medium .c-btn-1__arrow.is-right {
    margin-left: 1.5rem;
    background-image: url("../images/common/arrow/arrow-1-white-right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 3.9rem;
    height: 3.9rem;
    display: block;
    text-indent: -9999px;
  }
  .c-btn-1.is-redtxt .c-btn-1__arrow.is-right {
    background-image: url("../images/common/arrow/arrow-1-red-right.svg");
  }
  .c-btn-1__arrow.is-left {
    margin-right: 2rem;
    background-image: url("../images/common/arrow/arrow-1-white-left.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 4.5rem;
    height: 4.5rem;
    display: block;
    text-indent: -9999px;
  }
  .c-btn-1.is-small .c-btn-1__arrow.is-left {
    margin-right: 1rem;
    background-image: url("../images/common/arrow/arrow-1-white-left.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 3.3rem;
    height: 3.3rem;
    display: block;
    text-indent: -9999px;
  }
  .c-btn-1.is-medium .c-btn-1__arrow.is-left {
    margin-right: 1.5rem;
    background-image: url("../images/common/arrow/arrow-1-white-left.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 3.9rem;
    height: 3.9rem;
    display: block;
    text-indent: -9999px;
  }
  .c-btn-1.is-redtxt .c-btn-1__arrow.is-left {
    background-image: url("../images/common/arrow/arrow-1-red-left.svg");
  }
  .c-btn-1.is-search .c-btn-1__arrow.is-right,
  .c-btn-1.is-search .c-btn-1__arrow.is-left {
    background-image: url("../images/common/ico/ico-search-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 4.76rem;
    height: 4.76rem;
    display: block;
    text-indent: -9999px;
    margin-right: 1.2rem;
  }
  .c-btn-1.is-play .c-btn-1__arrow.is-right,
  .c-btn-1.is-play .c-btn-1__arrow.is-left {
    background-image: url("../images/common/ico/ico-play-2.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 2.86rem;
    height: 2.86rem;
    display: block;
    text-indent: -9999px;
  }
  .c-btn-1.is-arrow-bottom .c-btn-1__arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.c-btn-2 {
  position: relative;
  display: block;
  width: 100%;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (min-width: 769px) {
  .c-btn-2 {
    height: 126px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-2 {
    height: 19.5rem;
  }
}
.c-btn-2.is-full {
  width: 100%;
  height: 100%;
}
.c-btn-2:before,
.c-btn-2:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .c-btn-2:before,
  .c-btn-2:after {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-2:before,
  .c-btn-2:after {
    border-radius: 1.5rem;
  }
}
.c-btn-2:before {
  background-color: #fbac12;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .c-btn-2:before {
    height: calc(100% - 6px);
    -webkit-transition: all 250ms;
    transition: all 250ms;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-2:before {
    height: calc(100% - 1rem);
  }
}
.c-btn-2:after {
  background-color: #f76506;
}
@media screen and (min-width: 769px) {
  .c-btn-2:hover:before {
    height: 100%;
    background-color: #fbc112;
  }
}
.c-btn-2__inner {
  width: 100%;
  height: 100%;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .c-btn-2__inner {
    padding-bottom: 6px;
    -webkit-transition: all 250ms;
    transition: all 250ms;
  }
  .c-btn-2:hover .c-btn-2__inner {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
@media screen and (max-width: 768px) {
  .c-btn-2__inner {
    padding-bottom: 1rem;
  }
}
.c-btn-2__txt {
  position: relative;
  z-index: 2;
  color: #a30016;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .c-btn-2__txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-2__txt {
    font-size: 3.3rem;
  }
}
.c-btn-2__arrow {
  position: relative;
  z-index: 2;
  color: #a30016;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .c-btn-2__arrow {
    background-image: url("../images/common/arrow/arrow-1-red-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 30px;
    height: 30px;
    display: block;
    text-indent: -9999px;
    margin-left: 17px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-2__arrow {
    background-image: url("../images/common/arrow/arrow-1-red-right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 4.8rem;
    height: 4.8rem;
    display: block;
    text-indent: -9999px;
    margin-left: 2rem;
  }
}
.c-btn-3 {
  position: relative;
  display: block;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (min-width: 769px) {
  .c-btn-3 {
    width: 265px;
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-3 {
    width: 45rem;
    height: 9.1rem;
  }
}
.c-btn-3.is-full {
  width: 100%;
  height: 100%;
}
.c-btn-3__inner {
  width: 100%;
  height: 100%;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  background-color: #dadf00;
}
@media screen and (min-width: 769px) {
  .c-btn-3__inner {
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-3__inner {
    border-radius: 1rem;
  }
}
.c-btn-3__txt {
  position: relative;
  z-index: 2;
  color: #000;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .c-btn-3__txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-3__txt {
    font-size: 2.8rem;
  }
}
.c-btn-3__arrow {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .c-btn-3__arrow {
    background-image: url("../images/common/arrow/arrow-5-black-2-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 9px;
    height: 15px;
    display: block;
    text-indent: -9999px;
    right: 20px;
    -webkit-transition: all 250ms;
    transition: all 250ms;
  }
  .hover .c-btn-3__arrow,
  .c-btn-3:hover .c-btn-3__arrow {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
@media screen and (max-width: 768px) {
  .c-btn-3__arrow {
    background-image: url("../images/common/arrow/arrow-5-black-2-right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 1.44rem;
    height: 2.4rem;
    display: block;
    text-indent: -9999px;
    right: 2.4rem;
  }
}
.c-btn-link {
  text-decoration: underline !important;
}
.c-btn-link.is-white {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-btn-link:hover {
    text-decoration: none !important;
  }
}
.c-btn-arrow__img {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  text-indent: -9999px;
}
@media screen and (min-width: 769px) {
  .c-btn-arrow__img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-arrow__img {
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-arrow__img {
    width: 100%;
    height: 186px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-arrow__img {
    width: 100%;
    height: 18.3rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-arrow.is-large .c-btn-arrow__img {
    width: 100%;
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-arrow.is-large .c-btn-arrow__img {
    width: 100%;
    height: 20rem;
  }
}
.c-btn-arrow__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn-arrow__title__txt {
  font-weight: 700;
  color: #a30016;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .c-btn-arrow__title__txt {
    font-size: 22px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-arrow__title__txt {
    margin-right: 0.5rem;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-arrow__title__arrow {
    background-image: url("../images/common/arrow/arrow-3-red2-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 22.1px;
    height: 22.1px;
    display: block;
    text-indent: -9999px;
    -webkit-transition: all 250ms;
    transition: all 250ms;
  }
  .c-btn-arrow:hover .c-btn-arrow__title__arrow {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
@media screen and (max-width: 768px) {
  .c-btn-arrow__title__arrow {
    background-image: url("../images/common/arrow/arrow-3-red2-right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 2.72rem;
    height: 2.72rem;
    display: block;
    text-indent: -9999px;
  }
}
.c-btn-youtube {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .c-btn-youtube {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-youtube {
    border-radius: 2rem;
  }
}
.c-btn-youtube__img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  text-indent: -9999px;
}
@media screen and (min-width: 769px) {
  .c-btn-youtube__img {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-youtube__img {
    border-radius: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-youtube.is-small .c-btn-youtube__img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-youtube.is-small .c-btn-youtube__img {
    border-radius: 1.5rem;
  }
}
.c-btn-youtube__play {
  position: relative;
  background-color: #d6001d;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .c-btn-youtube__play {
    width: 80px;
    height: 80px;
    -webkit-transition: all 250ms;
    transition: all 250ms;
  }
  .c-btn-youtube:hover .c-btn-youtube__play {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media screen and (max-width: 768px) {
  .c-btn-youtube__play {
    width: 10.4rem;
    height: 10.4rem;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-youtube.is-small .c-btn-youtube__play {
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-youtube.is-small .c-btn-youtube__play {
    width: 10.4rem;
    height: 10.4rem;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-youtube.is-small .c-btn-youtube__play:after {
    background-image: url("../images/common/ico/ico-play.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 23.799999999999997px;
    height: 26.599999999999998px;
    display: block;
    text-indent: -9999px;
    left: 5px;
  }
}
.c-btn-youtube__play:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .c-btn-youtube__play:after {
    background-image: url("../images/common/ico/ico-play.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 34px;
    height: 38px;
    display: block;
    text-indent: -9999px;
    left: 7px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-youtube__play:after {
    background-image: url("../images/common/ico/ico-play.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 4.42rem;
    height: 4.94rem;
    display: block;
    text-indent: -9999px;
    left: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-youtube__onpu {
    background-image: url("../images/common/illust/onpu-6-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 109.35000000000001px;
    height: 82.35000000000001px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-youtube__onpu {
    background-image: url("../images/common/illust/onpu-6-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 12.15rem;
    height: 9.15rem;
    display: block;
    text-indent: -9999px;
    display: none;
  }
}
.c-btn-youtube.is-onpu-lt .c-btn-youtube__onpu {
  display: block;
}
@media screen and (min-width: 769px) {
  .c-btn-youtube.is-onpu-lt .c-btn-youtube__onpu {
    display: block;
    position: absolute;
    left: -30px;
    top: -40px;
    right: auto;
    bottom: auto;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-youtube.is-onpu-lt .c-btn-youtube__onpu {
    display: block;
    position: absolute;
    left: -1.5rem;
    top: -2.5rem;
    right: auto;
    bottom: auto;
    z-index: 1;
  }
}
.c-btn-youtube.is-onpu-rb .c-btn-youtube__onpu {
  display: block;
}
@media screen and (min-width: 769px) {
  .c-btn-youtube.is-onpu-rb .c-btn-youtube__onpu {
    display: block;
    position: absolute;
    right: -30px;
    bottom: -40px;
    left: auto;
    top: auto;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-youtube.is-onpu-rb .c-btn-youtube__onpu {
    display: block;
    position: absolute;
    right: -1.5rem;
    bottom: -2.5rem;
    left: auto;
    top: auto;
    z-index: 1;
  }
}
.c-btn-youtube.is-onpu-rb2 .c-btn-youtube__onpu {
  display: block;
}
@media screen and (min-width: 769px) {
  .c-btn-youtube.is-onpu-rb2 .c-btn-youtube__onpu {
    display: block;
    position: absolute;
    right: 20px;
    bottom: -40px;
    left: auto;
    top: auto;
    z-index: 1;
    background-image: url("../images/common/illust/onpu-3-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 95.4px;
    height: 79.2px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-youtube.is-onpu-rb2 .c-btn-youtube__onpu {
    display: block;
    position: absolute;
    right: 1.5rem;
    bottom: -2.5rem;
    left: auto;
    top: auto;
    z-index: 1;
    background-image: url("../images/common/illust/onpu-3-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 10.6rem;
    height: 8.8rem;
    display: block;
    text-indent: -9999px;
  }
}
.c-btn-pdf {
  position: relative;
  display: block;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (min-width: 769px) {
  .c-btn-pdf {
    width: 100%;
    height: 56px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-pdf {
    width: 100%;
    height: 9rem;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-pdf {
    -webkit-box-shadow: 0px 2px 4px rgba(248,230,207,0.7);
            box-shadow: 0px 2px 4px rgba(248,230,207,0.7);
  }
}
@media screen and (max-width: 768px) {
  .c-btn-pdf {
    -webkit-box-shadow: 0px 0.2rem 0.4rem rgba(248,230,207,0.7);
            box-shadow: 0px 0.2rem 0.4rem rgba(248,230,207,0.7);
  }
}
.c-btn-pdf__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  background-color: #fff;
  color: #000;
}
@media screen and (min-width: 769px) {
  .c-btn-pdf__inner {
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-pdf__inner {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-pdf__inner {
    padding-left: 22px;
    padding-right: 22px;
    -webkit-transition: all 250ms;
    transition: all 250ms;
  }
  .hover .c-btn-pdf__inner,
  .c-btn-pdf:hover .c-btn-pdf__inner {
    background-color: #efefef;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-pdf__inner {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
.c-btn-pdf__txt {
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .c-btn-pdf__txt {
    font-size: 16px;
    -webkit-transition: all 250ms;
    transition: all 250ms;
  }
  .hover .c-btn-pdf__txt,
  .c-btn-pdf:hover .c-btn-pdf__txt {
    color: #a30016;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-pdf__txt {
    font-size: 2.6rem;
  }
}
.c-btn-pdf__pdf {
  position: relative;
  z-index: 2;
  background-color: #d6001d;
  color: #fff;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (min-width: 769px) {
  .c-btn-pdf__pdf {
    font-size: 14px;
    width: 40px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-pdf__pdf {
    font-size: 2rem;
    width: 6rem;
    height: 2.8rem;
  }
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="checkbox"],
input[type="radio"],
input[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  outline: none;
}
textarea,
button,
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="text"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background-color: rgba(255,255,255,0);
  border: none;
  border: 0;
  margin: 0;
  padding: 0;
}
textarea::-webkit-input-placeholder,
button::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
  color: #f0f0f0;
}
textarea::-moz-placeholder,
button::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder {
  color: #f0f0f0;
}
textarea:-ms-input-placeholder,
button:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
  color: #f0f0f0;
}
textarea::-ms-input-placeholder,
button::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder {
  color: #f0f0f0;
}
textarea::placeholder,
button::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder {
  color: #f0f0f0;
}
.c-hr-1 {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .c-hr-1 {
    background-size: 10px 1px;
    background-image: linear-gradient(to right, #d6001d, #d6001d 5px, transparent 5px, transparent 10px);
    background-repeat: repeat-x;
  }
}
@media screen and (max-width: 768px) {
  .c-hr-1 {
    background-size: 6px 3px;
    background-image: linear-gradient(to right, #d6001d, #d6001d 3px, transparent 3px, transparent 6px);
    background-repeat: repeat-x;
  }
}
.c-hr-bg-1 {
  display: block;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .c-hr-bg-1 {
    background-image: url("../images/common/bg/bg-1-pc.png");
    background-size: 2300px 230px;
    background-position: center center;
    height: 230px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-hr-bg-1 {
    background-image: url("../images/common/bg/bg-1-sp.png");
    background-size: 75rem 21.6rem;
    background-position: center center;
    height: 21.6rem;
    margin-top: 2rem;
    margin-bottom: 3.5rem;
  }
}
.c-hr-bg-2 {
  display: block;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .c-hr-bg-2 {
    background-image: url("../images/common/bg/bg-1-pc.png");
    background-size: 2300px 270px;
    background-position: center center;
    height: 270px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-hr-bg-2 {
    background-image: url("../images/common/bg/bg-2-sp.png");
    background-size: 75rem 14.4rem;
    background-position: center center;
    height: 14.4rem;
    margin-top: 4.5rem;
    margin-bottom: 7rem;
  }
}
.c-modal-free {
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 2000;
  width: 100%;
  height: 100%;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  display: none;
}
.c-modal-free.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-modal-free__bg {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
}
.c-modal-free__main {
  position: relative;
  z-index: 10;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .c-modal-free__main {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-modal-free__main {
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .c-modal-free__main__close {
    background-image: url("../images/common/ico/ico-btn-close-white.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 32px;
    height: 32px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 0px;
    top: -40px;
    z-index: 5;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: -webkit-transform 100ms;
    transition: -webkit-transform 100ms;
    transition: transform 100ms;
    transition: transform 100ms, -webkit-transform 100ms;
  }
  .c-modal-free__main__close:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 768px) {
  .c-modal-free__main__close {
    background-image: url("../images/common/ico/ico-btn-close-white.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 6.4rem;
    height: 6.4rem;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 0rem;
    top: -8rem;
    z-index: 5;
  }
}
.c-modal-nanoscroll {
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 2000;
  width: 100%;
  height: 100%;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  display: none;
}
.c-modal-nanoscroll.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-modal-nanoscroll__bg {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
}
.c-modal-nanoscroll__main {
  position: relative;
  z-index: 10;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .c-modal-nanoscroll__main {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-modal-nanoscroll__main {
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .c-modal-nanoscroll__main__nano {
    width: 980px;
    height: calc(100vh - 250px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal-nanoscroll__main__nano {
    width: 69rem;
    height: calc(100vh - 25rem);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 769px) {
  .c-modal-nanoscroll__main__close {
    background-image: url("../images/common/ico/ico-btn-close-white.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 32px;
    height: 32px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 0px;
    top: -40px;
    z-index: 5;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: -webkit-transform 100ms;
    transition: -webkit-transform 100ms;
    transition: transform 100ms;
    transition: transform 100ms, -webkit-transform 100ms;
  }
  .c-modal-nanoscroll__main__close:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 768px) {
  .c-modal-nanoscroll__main__close {
    background-image: url("../images/common/ico/ico-btn-close-white.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 6.4rem;
    height: 6.4rem;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 0rem;
    top: -8rem;
    z-index: 5;
  }
}
.c-modal-youtube {
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 2000;
  width: 100%;
  height: 100%;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  display: none;
}
.c-modal-youtube.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-modal-youtube__bg {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
}
.c-modal-youtube__main {
  position: relative;
  z-index: 10;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .c-modal-youtube__main {
    width: 1024px;
    height: 576px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1150px) {
  .c-modal-youtube__main {
    width: 920px;
    height: 518px;
  }
}
@media screen and (max-width: 768px) {
  .c-modal-youtube__main {
    width: 75rem;
    height: 42.2rem;
  }
}
@media screen and (min-width: 769px) {
  .c-modal-youtube__main__close {
    background-image: url("../images/common/ico/ico-btn-close-white.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 32px;
    height: 32px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 0px;
    top: -40px;
    z-index: 5;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: -webkit-transform 100ms;
    transition: -webkit-transform 100ms;
    transition: transform 100ms;
    transition: transform 100ms, -webkit-transform 100ms;
  }
  .c-modal-youtube__main__close:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 768px) {
  .c-modal-youtube__main__close {
    background-image: url("../images/common/ico/ico-btn-close-white.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 6.4rem;
    height: 6.4rem;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 0rem;
    top: -8rem;
    z-index: 5;
  }
}
.c-modal-youtube__main__youtube {
  background-color: #000;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.c-title-1 {
  position: relative;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  white-space: nowrap;
}
.c-title-1.is-wrap {
  white-space: normal;
}
@media screen and (min-width: 769px) {
  .c-title-1 {
    font-size: 40px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .c-title-1 {
    font-size: 5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 769px) {
  .c-title-1.is-pc-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-title-1.is-pc-left:after {
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .c-title-1.is-large {
    font-size: 45px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-title-1.is-large {
    font-size: 6rem;
    padding-bottom: 1.5rem;
  }
}
.c-title-1.is-white {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-title-1.is-white:after {
    background-image: linear-gradient(to right, #fff, #fff 5px, transparent 5px, transparent 10px);
  }
}
@media screen and (max-width: 768px) {
  .c-title-1.is-white:after {
    background-image: linear-gradient(to right, #fff, #fff 3px, transparent 3px, transparent 6px);
  }
}
.c-title-1:after {
  content: "";
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .c-title-1:after {
    left: calc(50% - 52px);
    width: 104px;
    height: 3px;
    background-size: 10px 3px;
    background-image: linear-gradient(to right, #d6001d, #d6001d 5px, transparent 5px, transparent 10px);
    background-repeat: repeat-x;
  }
}
@media screen and (max-width: 768px) {
  .c-title-1:after {
    left: calc(50% - 5.2rem);
    width: 10.4rem;
    height: 0.3rem;
    background-size: 6px 3px;
    background-image: linear-gradient(to right, #d6001d, #d6001d 3px, transparent 3px, transparent 6px);
    background-repeat: repeat-x;
  }
}
@media screen and (min-width: 769px) {
  .c-title-1__objleft {
    background-image: url("../images/common/illust/onpu-4-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 121px;
    height: 73.5px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    margin-right: 16px;
  }
  .c-title-1.is-pc-left .c-title-1__objleft {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-title-1__objleft {
    background-image: url("../images/common/illust/onpu-4-sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 7.8rem;
    height: 7.6rem;
    display: block;
    text-indent: -9999px;
    margin-right: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .c-title-1__objright {
    background-image: url("../images/common/illust/onpu-5-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 117px;
    height: 81px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-title-1__objright {
    background-image: url("../images/common/illust/onpu-5-sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 5.8rem;
    height: 8.3rem;
    display: block;
    text-indent: -9999px;
    margin-left: 1.6rem;
  }
}
.c-title-2 {
  position: relative;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #a30016;
}
@media screen and (min-width: 769px) {
  .c-title-2 {
    font-size: 28px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-title-2 {
    font-size: 5rem;
    padding-bottom: 2.5rem;
  }
}
.c-title-2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(163,0,22,0.2);
}
.c-title-3 {
  position: relative;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .c-title-3 {
    font-size: 45px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .c-title-3 {
    font-size: 5.5rem;
    padding-bottom: 1.5rem;
  }
}
.c-title-3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-title-3:after {
    height: 3px;
    background-size: 10px 3px;
    background-image: linear-gradient(to right, #d6001d, #d6001d 5px, transparent 5px, transparent 10px);
    background-repeat: repeat-x;
  }
}
@media screen and (max-width: 768px) {
  .c-title-3:after {
    height: 0.3rem;
    background-size: 6px 3px;
    background-image: linear-gradient(to right, #d6001d, #d6001d 3px, transparent 3px, transparent 6px);
    background-repeat: repeat-x;
  }
}
.c-txt-1 {
  line-height: 1.75;
  text-align: justify;
}
.c-txt-1.is-lh2 {
  line-height: 2;
}
.c-txt-1.is-red {
  color: #a30016;
}
.c-txt-1.is-center {
  text-align: center;
}
.c-txt-1.is-bold {
  font-weight: 700;
}
.c-txt-1 strong {
  font-weight: 700;
}
.c-txt-1 small {
  font-size: 0.85em;
}
@media screen and (max-width: 768px) {
  .c-txt-1.is-justify-sp {
    text-align: justify;
  }
}
.c-txt-2 {
  line-height: 2;
  text-align: justify;
}
.c-txt-2.is-red {
  color: #a30016;
}
.c-txt-2.is-center {
  text-align: center;
}
.c-txt-2.is-bold {
  font-weight: 700;
}
.c-txt-2 strong {
  font-weight: 700;
}
.c-txt-2 small {
  font-size: 0.85em;
}
@media screen and (max-width: 768px) {
  .c-txt-2.is-justify-sp {
    text-align: justify;
  }
}
ul.c-ul-1 li {
  position: relative;
}
@media screen and (min-width: 769px) {
  ul.c-ul-1 li {
    padding-left: 20px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  ul.c-ul-1 li {
    padding-left: 3.4rem;
    margin-top: 1rem;
  }
}
ul.c-ul-1 li:first-child {
  margin-top: 0 !important;
}
ul.c-ul-1 li:before {
  content: "・";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 1;
}
ul.c-ul-kome li {
  position: relative;
}
@media screen and (min-width: 769px) {
  ul.c-ul-kome li {
    padding-left: 20px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  ul.c-ul-kome li {
    padding-left: 3.4rem;
    margin-top: 1rem;
  }
}
ul.c-ul-kome li:first-child {
  margin-top: 0 !important;
}
ul.c-ul-kome li:before {
  content: "※";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 1;
}
ol.c-ol-1 {
  list-style: none;
  counter-reset: number;
}
ol.c-ol-1 li {
  position: relative;
}
@media screen and (min-width: 769px) {
  ol.c-ol-1 li {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  ol.c-ol-1 li {
    padding-left: 3.4rem;
  }
}
ol.c-ol-1 li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(number) " ";
  counter-increment: number;
}
ul.c-ul-kome li strong,
ol.c-ol-1 li strong,
ul.c-ul-1 li strong {
  font-weight: 700;
}
.l-block-1 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-block-1 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .l-block-1 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .l-block-1.is-padding-large-pc {
    padding-left: 19rem;
    padding-right: 19rem;
  }
}
@media screen and (min-width: 769px) {
  .l-block-1.is-second-bottom {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .l-block-1.is-second-bottom {
    padding-bottom: 15rem;
  }
}
@media screen and (min-width: 769px) {
  .l-block-1.is-second-withvisual {
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .l-block-1.is-second-withvisual {
    padding-top: 9rem;
  }
}
@media screen and (min-width: 769px) {
  .l-block-1.is-second-novisual {
    padding-top: 75px;
  }
}
@media screen and (max-width: 768px) {
  .l-block-1.is-second-novisual {
    padding-top: 6.5rem;
  }
}
@media screen and (min-width: 769px) {
  .l-block-1.is-margin-top {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .l-block-1.is-margin-top {
    margin-top: 15rem;
  }
}
.l-block-2 {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l-block-2 {
    width: 910px;
  }
}
@media screen and (max-width: 768px) {
  .l-block-2 {
    width: 69rem;
  }
}
@media screen and (min-width: 769px) {
  .l-block-2.is-second-withvisual {
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .l-block-2.is-second-withvisual {
    padding-top: 9rem;
  }
}
@media screen and (min-width: 769px) {
  .l-block-2.is-second-novisual {
    padding-top: 75px;
  }
}
@media screen and (max-width: 768px) {
  .l-block-2.is-second-novisual {
    padding-top: 6.5rem;
  }
}
@media screen and (min-width: 769px) {
  .l-block-2.is-margin-top {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .l-block-2.is-margin-top {
    margin-top: 15rem;
  }
}
@media screen and (min-width: 769px) {
  .l-block-2.is-second-bottom {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .l-block-2.is-second-bottom {
    padding-bottom: 15rem;
  }
}
@media screen and (min-width: 769px) {
  .l-body {
    background-image: url("../images/common/bg/bg-1-pc.png");
    background-position: center 580px;
    background-size: 2300px 230px;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .l-body {
    background-image: url("../images/common/bg/bg-1-sp.png");
    background-position: center 105rem;
    background-size: 75rem 21.6rem;
    background-repeat: no-repeat;
  }
}
body.top .l-body {
  background: none;
}
@media screen and (min-width: 769px) {
  body.room .l-body,
  body.repertoire .l-body,
  body.flow .l-body,
  body.trial .l-body,
  body.about .l-body,
  body.firsttime .l-body {
    background-position: center 680px;
  }
}
@media screen and (max-width: 768px) {
  body.room .l-body,
  body.repertoire .l-body,
  body.flow .l-body,
  body.trial .l-body,
  body.about .l-body,
  body.firsttime .l-body {
    background-position: center 123rem;
  }
}
@media screen and (min-width: 769px) {
  body.special .l-body {
    background-position: center 680px;
  }
}
@media screen and (max-width: 768px) {
  body.special .l-body {
    background-position: center 143rem;
  }
}
@media screen and (min-width: 769px) {
  .l-box-1 {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-box-1 {
    border-radius: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .l-box-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: 0px 2px 4px rgba(248,230,207,0.7);
            box-shadow: 0px 2px 4px rgba(248,230,207,0.7);
  }
}
@media screen and (max-width: 768px) {
  .l-box-1 {
    -webkit-box-shadow: 0px 0.2rem 0.4rem rgba(248,230,207,0.7);
            box-shadow: 0px 0.2rem 0.4rem rgba(248,230,207,0.7);
  }
}
.l-box-1__header {
  position: relative;
  z-index: 2;
  background-color: #d6001d;
  color: #fff;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (min-width: 769px) {
  .l-box-1__header {
    width: 230px;
    border-radius: 20px 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-box-1__header {
    border-radius: 2rem 2rem 0 0;
    height: 11.4rem;
  }
}
.l-box-1__header__title {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .l-box-1__header__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .l-box-1__header__title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 769px) {
  .l-box-1__header__title strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-box-1__header__title strong {
    font-size: 3.5rem;
  }
}
.l-box-1__body {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .l-box-1__body {
    width: calc(100% - 230px);
    border-radius: 0 20px 20px 0;
    padding: 74px 50px;
  }
}
@media screen and (max-width: 768px) {
  .l-box-1__body {
    border-radius: 0 0 2rem 2rem;
    padding: 4.800000000000001rem 2.8rem 6.800000000000001rem;
  }
}
@media screen and (min-width: 769px) {
  .l-box-2 {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-box-2 {
    border-radius: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .l-box-2 {
    -webkit-box-shadow: 0px 2px 4px rgba(248,230,207,0.7);
            box-shadow: 0px 2px 4px rgba(248,230,207,0.7);
  }
}
@media screen and (max-width: 768px) {
  .l-box-2 {
    -webkit-box-shadow: 0px 0.2rem 0.4rem rgba(248,230,207,0.7);
            box-shadow: 0px 0.2rem 0.4rem rgba(248,230,207,0.7);
  }
}
.l-box-2__header {
  position: relative;
  z-index: 2;
  background-color: #d6001d;
  color: #fff;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (min-width: 769px) {
  .l-box-2__header {
    border-radius: 20px 20px 0 0;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .l-box-2__header {
    border-radius: 2rem 2rem 0 0;
    height: 11.4rem;
  }
}
.l-box-2__header__title {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .l-box-2__header__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-box-2__header__title {
    font-size: 3.5rem;
  }
}
.l-box-2__body {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .l-box-2__body {
    border-radius: 0 0 20px 20px;
    padding: 40px 50px;
  }
}
@media screen and (max-width: 768px) {
  .l-box-2__body {
    border-radius: 0 0 2rem 2rem;
    padding: 5rem 3rem 7.2rem;
  }
}
@media screen and (min-width: 769px) {
  .l-box-3 {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-box-3 {
    border-radius: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .l-box-3 {
    -webkit-box-shadow: 0px 2px 4px rgba(248,230,207,0.7);
            box-shadow: 0px 2px 4px rgba(248,230,207,0.7);
  }
}
@media screen and (max-width: 768px) {
  .l-box-3 {
    -webkit-box-shadow: 0px 0.2rem 0.4rem rgba(248,230,207,0.7);
            box-shadow: 0px 0.2rem 0.4rem rgba(248,230,207,0.7);
  }
}
.l-box-3__header {
  position: relative;
  z-index: 2;
  background-color: #d6001d;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .l-box-3__header {
    border-radius: 20px 20px 0 0;
    padding: 32px 50px 15px;
  }
}
@media screen and (max-width: 768px) {
  .l-box-3__header {
    border-radius: 2rem 2rem 0 0;
    padding: 4.5rem 3.5rem 4rem;
  }
}
.l-box-3__body {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .l-box-3__body {
    border-radius: 0 0 20px 20px;
    padding: 68px 85px 68px;
  }
}
@media screen and (max-width: 768px) {
  .l-box-3__body {
    border-radius: 0 0 2rem 2rem;
    padding: 5rem 3rem 7.2rem;
  }
}
.l-box-4 {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .l-box-4 {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-box-4 {
    border-radius: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .l-box-4 {
    padding: 70px 70px;
    -webkit-box-shadow: 0px 2px 4px rgba(248,230,207,0.7);
            box-shadow: 0px 2px 4px rgba(248,230,207,0.7);
  }
}
@media screen and (max-width: 768px) {
  .l-box-4 {
    padding: 7rem 5rem;
    -webkit-box-shadow: 0px 0.2rem 0.4rem rgba(248,230,207,0.7);
            box-shadow: 0px 0.2rem 0.4rem rgba(248,230,207,0.7);
  }
}
.l-box-5 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-box-5 {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-box-5 {
    border-radius: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .l-box-5 {
    padding: 55px 70px;
  }
}
@media screen and (max-width: 768px) {
  .l-box-5 {
    padding: 6rem 5rem;
  }
}
.l-box-5:before,
.l-box-5:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  border-color: #a30016;
  border-width: 1px;
  border-style: solid;
  width: 100%;
  height: 100%;
}
.l-box-5:before {
  border-width: 2px;
}
@media screen and (min-width: 769px) {
  .l-box-5:before {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-box-5:before {
    border-radius: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .l-box-5:after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 18px;
  }
}
@media screen and (max-width: 768px) {
  .l-box-5:after {
    width: calc(100% - 1.4rem);
    height: calc(100% - 1.4rem);
    border-radius: 1.6rem;
  }
}
.l-box-5__inner {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .l-box-5__obj1 {
    background-image: url("../images/common/illust/onpu-6-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 103.27499999999999px;
    height: 77.77499999999999px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 24px;
    top: -20px;
    right: auto;
    bottom: auto;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .l-box-5__obj1 {
    background-image: url("../images/common/illust/onpu-6-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 10.449rem;
    height: 7.869rem;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: -0.5rem;
    top: -4rem;
    right: auto;
    bottom: auto;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  .l-box-5__obj2 {
    background-image: url("../images/common/illust/onpu-3-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 90.1px;
    height: 74.8px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 68px;
    bottom: -25px;
    left: auto;
    top: auto;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .l-box-5__obj2 {
    background-image: url("../images/common/illust/onpu-3-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 9.116rem;
    height: 7.568rem;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: -0.5rem;
    bottom: -2rem;
    left: auto;
    top: auto;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  .l-box-5__obj3 {
    background-image: url("../images/common/illust/onpu-7-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 103.5px;
    height: 238.5px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 25px;
    top: 0px;
    right: auto;
    bottom: auto;
    z-index: 1;
    top: calc(50% - 110px);
  }
}
@media screen and (max-width: 768px) {
  .l-box-5__obj3 {
    background-image: url("../images/common/illust/onpu-7-sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 7.1rem;
    height: 18.2rem;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: -1.5rem;
    bottom: -2rem;
    right: auto;
    top: auto;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  .l-box-5__obj4 {
    background-image: url("../images/common/illust/onpu-8-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 96px;
    height: 155.5px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 11px;
    top: 0px;
    z-index: 1;
    top: calc(50% - 55px);
  }
}
@media screen and (max-width: 768px) {
  .l-box-5__obj4 {
    background-image: url("../images/common/illust/onpu-8-sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 6.6rem;
    height: 10.2rem;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: -1.5rem;
    top: 1rem;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  .l-box-accordion {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-box-accordion {
    border-radius: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .l-box-accordion {
    -webkit-box-shadow: 0px 2px 4px rgba(248,230,207,0.7);
            box-shadow: 0px 2px 4px rgba(248,230,207,0.7);
  }
}
@media screen and (max-width: 768px) {
  .l-box-accordion {
    -webkit-box-shadow: 0px 0.2rem 0.4rem rgba(248,230,207,0.7);
            box-shadow: 0px 0.2rem 0.4rem rgba(248,230,207,0.7);
  }
}
.l-box-accordion__header {
  display: block;
  position: relative;
  z-index: 2;
  background-color: #d6001d;
  color: #fff !important;
}
@media screen and (min-width: 769px) {
  .l-box-accordion__header {
    border-radius: 20px 20px 20px 20px;
    padding: 26px 50px 26px;
    -webkit-transition: all 250ms;
    transition: all 250ms;
  }
  .l-box-accordion__header:hover {
    background-color: #eb4c61;
  }
}
@media screen and (max-width: 768px) {
  .l-box-accordion__header {
    border-radius: 2rem 2rem 2rem 2rem;
    padding: 3.2rem 3.5rem 3.2rem;
  }
}
@media screen and (min-width: 769px) {
  .l-box-accordion.is-open .l-box-accordion__header {
    border-radius: 20px 20px 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  .l-box-accordion.is-open .l-box-accordion__header {
    border-radius: 2rem 2rem 0rem 0rem;
  }
}
.l-box-accordion__header__btn {
  position: absolute;
  background-color: #fff;
  color: #a30016;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (min-width: 769px) {
  .l-box-accordion__header__btn {
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .l-box-accordion__header__btn {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .l-box-accordion__header__btn {
    right: 48px;
    top: calc(50% - 18px);
    font-size: 15px;
    width: 130px;
    height: 35px;
    padding-left: 61px;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .l-box-accordion__header__btn {
    right: 3.2rem;
    top: calc(50% - 3rem);
    font-size: 2.4rem;
    width: 21.200000000000003rem;
    height: 6rem;
    padding-left: 9.600000000000001rem;
    line-height: 1;
  }
}
.l-box-accordion.is-open .l-box-accordion__header__btn__open {
  display: none;
}
.l-box-accordion__header__btn__close {
  display: none;
}
.l-box-accordion.is-open .l-box-accordion__header__btn__close {
  display: block;
}
.l-box-accordion__header__btn__arrow {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .l-box-accordion__header__btn__arrow {
    width: 14px;
    height: 14px;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-box-accordion__header__btn__arrow {
    width: 2rem;
    height: 2rem;
    left: 2.8rem;
  }
}
.l-box-accordion__header__btn__arrow:before,
.l-box-accordion__header__btn__arrow:after {
  content: "";
  background-color: #a30016;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.l-box-accordion__header__btn__arrow:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.l-box-accordion.is-open .l-box-accordion__header__btn__arrow:after {
  display: none;
}
.l-box-accordion__body {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .l-box-accordion__body {
    border-radius: 0 0 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-box-accordion__body {
    border-radius: 0 0 2rem 2rem;
  }
}
@media screen and (min-width: 769px) {
  .l-box-accordion__body__inner {
    padding: 68px 85px 68px;
  }
}
@media screen and (max-width: 768px) {
  .l-box-accordion__body__inner {
    padding: 5rem 3rem 7.2rem;
  }
}
@media screen and (min-width: 769px) {
  .l-app-top-corona {
    text-align: center;
    background-color: #fdf7ef;
  }
  .l-app-top-corona .l-app-top-corona__inner {
    background-color: #fff;
    font-size: 20px;
    width: 70%;
    padding: 1.5em 0;
    margin: 0px auto 100px;
    display: inline-block;
    border-radius: 5px;
  }
  .l-app-top-corona .l-app-top-corona__inner li {
    text-align: left;
    margin: 20px;
    padding: 0 3em;
    display: block;
  }
  .l-app-top-corona .l-app-top-corona__inner a:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #a30016;
    border-radius: 50%;
    margin-right: 5px;
    top: -1px;
  }
  .l-app-top-corona .l-app-top-corona__inner a {
    color: #222;
    text-align: center;
    text-decoration: underline;
  }
  .l-app-top-corona .l-app-top-corona__inner a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .l-app-top-corona {
    text-align: center;
    background-color: #fdf7ef;
  }
  .l-app-top-corona .l-app-top-corona__inner {
    background-color: #fff;
    width: 94.66666666666667vw;
    padding: 1.5em 0;
    margin: 0px auto 30px;
    display: inline-block;
    border-radius: 5px;
  }
  .l-app-top-corona li {
    text-align: left;
    padding: 0 1.5em;
  }
  .l-app-top-corona a:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #a30016;
    border-radius: 50%;
    margin-right: 5px;
    top: -1px;
  }
  .l-app-top-corona a {
    color: #222;
    font-size: 16px;
    text-decoration: underline;
    line-height: 1.5;
    padding: 0.5em 0;
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media screen and (min-width: 769px) {
  .p-about-desc {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-desc {
    padding-top: 9rem;
    padding-bottom: 12rem;
  }
}
@media screen and (min-width: 769px) {
  .p-about-desc__txt {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-desc__txt {
    padding-top: 3rem;
  }
}
.p-about-movie__youtube {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-about-movie__youtube {
    width: 840px;
    height: 473px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-movie__youtube {
    width: 100%;
    height: 38.800000000000004rem;
  }
}
.p-about-price {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-about-price__info {
    width: 840px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about-price__info {
    margin-top: 6rem;
  }
}
.p-about-price__info__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-about-price__info__dl + .p-about-price__info__dl {
  border-top: 1px solid rgba(163,0,22,0.2);
}
@media screen and (min-width: 769px) {
  .p-about-price__info__dl + .p-about-price__info__dl {
    margin-top: 35px;
    padding-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-price__info__dl + .p-about-price__info__dl {
    margin-top: 4rem;
    padding-top: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .p-about-price__info__dl__dt,
  .p-about-price__info__dl__dd {
    margin-top: 20px;
  }
  .p-about-price__info__dl__dt:first-of-type,
  .p-about-price__info__dl__dd:first-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about-price__info__dl__dt,
  .p-about-price__info__dl__dd {
    margin-top: 3rem;
  }
  .p-about-price__info__dl__dt:first-of-type,
  .p-about-price__info__dl__dd:first-of-type {
    margin-top: 0;
  }
}
.p-about-price__info__dl__dt {
  background-color: #a30016;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-about-price__info__dl__dt {
    width: 110px;
    height: 30px;
    font-size: 15px;
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    border-radius: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-price__info__dl__dt {
    width: 16.6rem;
    height: 4.600000000000001rem;
    font-size: 2.6rem;
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    border-radius: 2.3rem;
  }
}
.p-about-price__info__dl__dd {
  font-weight: bold;
  color: #a30016;
}
@media screen and (min-width: 769px) {
  .p-about-price__info__dl__dd {
    font-size: 22px;
    width: calc(100% - 140px);
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-price__info__dl__dd {
    font-size: 3.4rem;
    width: calc(100% - 19rem);
    margin-left: 2.4rem;
  }
}
.p-about-price__info__dl__dd.is-desc {
  color: #000;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-about-price__info__dl__dd.is-desc {
    font-size: 20px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .p-about-price__info__dl__dd.is-desc {
    width: 100%;
    margin-left: 0;
    font-size: 3rem;
    margin-top: 1.5rem;
  }
}
.p-about-price__info__dl__dd small {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-about-price__info__dl__dd small {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-price__info__dl__dd small {
    font-size: 2.2rem;
  }
}
.p-blog {
  position: relative;
  line-height: 2;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .p-blog > * {
    margin-top: 40px;
  }
  .p-blog > * + .p-blog > * {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-blog > * {
    margin-top: 4rem;
  }
  .p-blog > * + .p-blog > * {
    margin-top: 0;
  }
}
.p-blog .imgwrap {
  text-align: center;
}
.p-blog .imgwrap img {
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .p-blog .imgwrap.is-middle img {
    max-width: 670px;
  }
}
@media screen and (max-width: 768px) {
  .p-blog .imgwrap.is-middle img {
    max-width: 100%;
  }
}
.p-blog h1,
.p-blog h2,
.p-blog h3,
.p-blog h4,
.p-blog h5 {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-blog h1,
  .p-blog h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-blog h1,
  .p-blog h2 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-blog h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p-blog h3 {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 769px) {
  .p-blog h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-blog h4 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-blog h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-blog h5 {
    font-size: 3rem;
  }
}
.p-blog ul li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-blog ul li {
    padding-left: 20px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-blog ul li {
    padding-left: 3.4rem;
    margin-top: 1rem;
  }
}
.p-blog ul li:first-child {
  margin-top: 0 !important;
}
.p-blog ul li:before {
  content: "・";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 1;
}
.p-blog ol {
  list-style: none;
  counter-reset: number;
}
.p-blog ol li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-blog ol li {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-blog ol li {
    padding-left: 3.4rem;
  }
}
.p-blog ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(number) " ";
  counter-increment: number;
}
.p-blog blockquote {
  background-color: #fff;
}
.p-blog blockquote > *:first-child {
  margin-top: 0 !important;
}
@media screen and (min-width: 769px) {
  .p-blog blockquote > * {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-blog blockquote > * {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .p-blog blockquote {
    padding: 42px 50px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-blog blockquote {
    padding: 4.2rem 5rem;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 769px) {
  .p-blog blockquote h1,
  .p-blog blockquote h2,
  .p-blog blockquote h3,
  .p-blog blockquote h4,
  .p-blog blockquote h5 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-blog blockquote h1,
  .p-blog blockquote h2,
  .p-blog blockquote h3,
  .p-blog blockquote h4,
  .p-blog blockquote h5 {
    margin-top: 4rem;
  }
}
.p-footer__contact {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-footer__contact {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
    text-indent: -9999px;
    width: 100%;
    height: 456px;
    background-image: url("../images/common/footer/img-contact-pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .p-footer__contact {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
    text-indent: -9999px;
    width: 100%;
    height: 90rem;
    background-image: url("../images/common/footer/img-contact-sp.jpg");
  }
}
.p-footer__contact__illust {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-footer__contact__illust {
    background-image: url("../images/common/illust/onpu-3-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 106px;
    height: 88px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    left: calc(50% + 395px);
    top: -32px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__contact__illust {
    background-image: url("../images/common/illust/onpu-3-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 14.84rem;
    height: 12.32rem;
    display: block;
    text-indent: -9999px;
    right: 2.5rem;
    top: -5.5rem;
  }
}
.p-footer__contact__inner {
  background-color: #d6001d;
  text-indent: 0;
}
@media screen and (min-width: 769px) {
  .p-footer__contact__inner {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__contact__inner {
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-footer__contact__inner {
    width: 908px;
    height: 296px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    top: 20px;
    padding: 0 54px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__contact__inner {
    width: 69rem;
    height: 67rem;
    position: absolute;
    left: 3rem;
    top: 15rem;
    padding: 0 5rem;
  }
}
.p-footer__contact__title {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-footer__contact__title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding-top: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__contact__title {
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    padding-top: 3.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-footer__contact__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__contact__btns {
    margin-top: 2.5rem;
  }
}
.p-footer__contact__btns__item {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-footer__contact__btns__item {
    width: 384px;
    height: 126px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__contact__btns__item {
    width: 100%;
    height: 19rem;
  }
  .p-footer__contact__btns__item + .p-footer__contact__btns__item {
    margin-top: 2.6rem;
  }
}
.p-footer__contact__btns__item__tel {
  color: #a30016;
  position: relative;
  font-weight: 700;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-footer__contact__btns__item__tel {
    line-height: 1.5;
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__contact__btns__item__tel {
    line-height: 1.4;
    padding-bottom: 0.6rem;
  }
}
.p-footer__contact__btns__item__tel__title {
  display: table;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-footer__contact__btns__item__tel__title {
    font-size: 18px;
    line-height: 1.2;
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__contact__btns__item__tel__title {
    font-size: 2.7rem;
    line-height: 1.3;
    padding-top: 1.3rem;
  }
}
.p-footer__contact__btns__item__tel__tel {
  position: relative;
  display: table;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-footer__contact__btns__item__tel__tel {
    font-size: 34px;
    padding-left: 50px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__contact__btns__item__tel__tel {
    font-size: 5.2rem;
    padding-left: 7.800000000000001rem;
    line-height: 1.1;
  }
}
.p-footer__contact__btns__item__tel__tel:before {
  content: "";
}
@media screen and (min-width: 769px) {
  .p-footer__contact__btns__item__tel__tel:before {
    background-image: url("../images/common/ico/ico-tel-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 42px;
    height: 27px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    right: auto;
    bottom: auto;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__contact__btns__item__tel__tel:before {
    background-image: url("../images/common/ico/ico-tel-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 6.72rem;
    height: 4.32rem;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 0rem;
    top: 0.8rem;
    right: auto;
    bottom: auto;
    z-index: 1;
  }
}
.p-footer__contact__btns__item__tel__info1 {
  display: table;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-footer__contact__btns__item__tel__info1 {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__contact__btns__item__tel__info1 {
    font-size: 2.2rem;
  }
}
.p-footer__contact__btns__item__tel__info2 {
  display: table;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-footer__contact__btns__item__tel__info2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__contact__btns__item__tel__info2 {
    font-size: 2.7rem;
  }
}
.p-footer__contact__note {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-footer__contact__note {
    font-size: 12px;
    margin-top: 17px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__contact__note {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
.p-footer__main {
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-footer__main {
    padding-top: 60px;
    padding-bottom: 46px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__main {
    padding-top: 10.200000000000001rem;
    padding-bottom: 18rem;
  }
}
@media screen and (min-width: 769px) {
  .p-footer__main__pagetop {
    background-image: url("../images/common/footer/pagetop-pc.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 54px;
    height: 54px;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 30px;
    top: -26px;
    z-index: 10;
    -webkit-transition: all 250ms;
    transition: all 250ms;
    cursor: pointer;
  }
  .p-footer__main__pagetop:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .p-footer__main__pagetop {
    background-image: url("../images/common/footer/pagetop-sp.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 10rem;
    height: 10rem;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 3rem;
    top: -5rem;
    z-index: 10;
  }
}
@media screen and (min-width: 769px) {
  .p-footer__main__logo {
    background-image: url("../images/common/footer/logo-yamaha.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 170px;
    height: 60px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__main__logo {
    background-image: url("../images/common/footer/logo-yamaha.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 30.6rem;
    height: 10.8rem;
    display: block;
    text-indent: -9999px;
    margin: 0 auto;
  }
}
.p-footer__main__nav {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (min-width: 769px) {
  .p-footer__main__nav {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__main__nav {
    margin-top: 4.2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-footer__main__nav__item {
    font-size: 14px;
  }
  .p-footer__main__nav__item:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__main__nav__item {
    font-size: 2.6rem;
  }
}
.p-footer__main__nav__item:after {
  content: "";
  position: relative;
  display: inline-block;
  background-color: #bfbfbf;
  width: 1px;
}
@media screen and (min-width: 769px) {
  .p-footer__main__nav__item:after {
    height: 12px;
    margin: 0 30px;
    top: 1px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__main__nav__item:after {
    height: 1.8rem;
    margin: 0 2.8rem;
    top: 1px;
  }
}
.p-footer__main__nav__item:last-child:after {
  display: none;
}
.p-footer__main__copyright {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .p-footer__main__copyright {
    font-size: 12px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__main__copyright {
    font-size: 2.2rem;
    margin-top: 7.600000000000001rem;
  }
}
@media screen and (min-width: 769px) {
  .p-footer__fixedbottom {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__fixedbottom {
    display: block;
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: auto;
    top: auto;
    z-index: 1000;
    width: 100%;
    height: 12rem;
    background-color: #d6001d;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__fixedbottom__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 69rem;
    margin: 0 auto;
  }
}
.p-footer__fixedbottom__btns__item {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-footer__fixedbottom__btns__item {
    width: 33.5rem;
    height: 8rem;
  }
}
@media screen and (min-width: 769px) {
  .p-header__fixedheight {
    height: 110px;
  }
  body.top .p-header__fixedheight {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-header__fixedheight {
    display: none;
  }
}
.p-header__main {
  background-color: #d6001d;
}
@media screen and (min-width: 769px) {
  .p-header__main {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    z-index: 1000;
    width: 100%;
    height: 110px;
    padding: 0 50px;
  }
  body.top .p-header__main {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
  }
  .p-header.is-show .p-header__main {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media screen and (max-width: 768px) {
  .p-header__main {
    width: 100%;
    height: 34rem;
    padding: 0 3rem;
  }
}
.p-header__main__inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-header__logo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    top: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    top: 2.8rem;
    left: 0.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-header__logo__1 {
    background-image: url("../images/common/header/logo-yamaha.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 145px;
    height: 51px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
  }
}
@media screen and (max-width: 768px) {
  .p-header__logo__1 {
    background-image: url("../images/common/header/logo-yamaha.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 15.37rem;
    height: 5.406rem;
    display: block;
    text-indent: -9999px;
  }
}
@media screen and (min-width: 769px) {
  .p-header__logo__2 {
    background-image: url("../images/common/header/logo-seishun-2.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 435.5px;
    height: 59.5px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
  }
}
@media screen and (max-width: 768px) {
  .p-header__logo__2 {
    background-image: url("../images/common/header/logo-seishun-2.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 52.26rem;
    height: 7.14rem;
    display: block;
    text-indent: -9999px;
  }
}
.p-header__btn {
  width: 260px;
  height: 60px;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 768px) {
  .p-header__btn {
    display: none;
  }
}
.p-header__btn:before,
.p-header__btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 0 0 10px 10px;
}
.p-header__btn:before {
  background-color: #fbac12;
  z-index: 2;
  height: calc(100% - 3px);
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.p-header__btn:after {
  background-color: #f76506;
}
.p-header__btn:hover:before {
  height: 100%;
  background-color: #fbc112;
}
.p-header__btn__inner {
  width: 100%;
  height: 100%;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-header__btn__inner {
    -webkit-transition: all 250ms;
    transition: all 250ms;
    padding-bottom: 2px;
  }
  .p-header__btn:hover .p-header__btn__inner {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
.p-header__btn__txt {
  color: #a30016;
  font-weight: 700;
  position: relative;
  z-index: 3;
  font-size: 18px;
}
.p-header__btn__arrow {
  background-image: url("../images/common/arrow/arrow-1-red-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  position: relative;
  z-index: 5;
  margin-left: 10px;
}
.p-ie11 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  width: 100%;
  height: 170px;
  background-color: rgba(255,255,255,0.95);
  border: 2px solid #d6001d;
}
.p-ie11__txt {
  text-align: center;
  padding-top: 45px;
  color: #d6001d;
}
.p-ie11__close {
  background-image: url("../images/common/ico/ico-btn-close-red.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 32px;
  height: 32px;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 5;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: -webkit-transform 100ms;
  transition: -webkit-transform 100ms;
  transition: transform 100ms;
  transition: transform 100ms, -webkit-transform 100ms;
}
.p-ie11__close:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (min-width: 769px) {
  .p-nav {
    display: block;
    position: absolute;
    right: 0px;
    top: 60px;
    z-index: 1001;
  }
}
@media screen and (max-width: 768px) {
  .p-nav {
    display: block;
    position: absolute;
    left: 0rem;
    top: 12.200000000000001rem;
    right: auto;
    bottom: auto;
    z-index: 2;
  }
}
@media screen and (min-width: 769px) {
  .p-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .p-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-nav__list__li {
    width: 33rem;
    margin-bottom: 1.5rem;
  }
}
.p-nav__list__li__item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-nav__list__li__item {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 250ms;
    transition: all 250ms;
  }
  .p-nav__list__li__item:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .p-nav__list__li__item {
    background-color: #fff;
    height: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 1rem;
  }
}
.p-nav__list__li__item__ico {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  text-indent: -9999px;
}
@media screen and (min-width: 769px) {
  .p-nav__list__li__item__ico {
    display: block;
    width: 26px;
    height: 26px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-nav__list__li__item__ico {
    display: block;
    position: absolute;
    width: 4.100000000000001rem;
    height: 4.100000000000001rem;
    left: 2.6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-nav__list__li__item__ico.room {
    background-image: url("../images/common/nav/ico-room-pc.png");
  }
}
@media screen and (max-width: 768px) {
  .p-nav__list__li__item__ico.room {
    background-image: url("../images/common/nav/ico-room-sp.png");
  }
}
@media screen and (min-width: 769px) {
  .p-nav__list__li__item__ico.firsttime {
    background-image: url("../images/common/nav/ico-firsttime-pc.png");
  }
}
@media screen and (max-width: 768px) {
  .p-nav__list__li__item__ico.firsttime {
    background-image: url("../images/common/nav/ico-firsttime-sp.png");
  }
}
@media screen and (min-width: 769px) {
  .p-nav__list__li__item__ico.special {
    background-image: url("../images/common/nav/ico-special-pc.png");
  }
}
@media screen and (max-width: 768px) {
  .p-nav__list__li__item__ico.special {
    background-image: url("../images/common/nav/ico-special-sp.png");
  }
}
@media screen and (min-width: 769px) {
  .p-nav__list__li__item__ico.faq {
    background-image: url("../images/common/nav/ico-faq-pc.png");
  }
}
@media screen and (max-width: 768px) {
  .p-nav__list__li__item__ico.faq {
    background-image: url("../images/common/nav/ico-faq-sp.png");
  }
}
@media screen and (min-width: 769px) {
  .p-nav__list__li__item__txt {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .p-nav__list__li__item__txt {
    color: #d6001d;
    font-size: 2.6rem;
    font-weight: 700;
    padding-left: 8.4rem;
  }
}
@media screen and (min-width: 769px) {
  .p-nav__list__li__item__arrow {
    width: 1px;
    height: 16px;
    background-color: #eb4c61;
    margin: 0 20px;
  }
  .p-nav__list__li:last-child .p-nav__list__li__item__arrow {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-nav__list__li__item__arrow {
    background-image: url("../images/common/arrow/arrow-2-red-right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 2.2rem;
    height: 1.8rem;
    display: block;
    text-indent: -9999px;
    position: absolute;
    right: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .p-faq-desc {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-faq-desc {
    padding-top: 9rem;
    padding-bottom: 12rem;
  }
}
@media screen and (min-width: 769px) {
  .p-faq-list__list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-faq-list__list {
    margin-top: 5.600000000000001rem;
  }
}
@media screen and (min-width: 769px) {
  .p-faq-list__list__item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-faq-list__list__item {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-faq-list__list__item + .p-faq-list__list__item {
    margin-top: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p-faq-list__list__item + .p-faq-list__list__item {
    margin-top: 3rem;
  }
}
.p-faq-list__list__item__q,
.p-faq-list__list__item__a {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-faq-list__list__item__q,
  .p-faq-list__list__item__a {
    padding-left: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-faq-list__list__item__q,
  .p-faq-list__list__item__a {
    padding-left: 10rem;
  }
}
.p-faq-list__list__item__q:before,
.p-faq-list__list__item__a:before {
  font-weight: 700;
  background-color: #f0f0f0;
  border-radius: 50%;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-faq-list__list__item__q:before,
  .p-faq-list__list__item__a:before {
    font-size: 28px;
    width: 60px;
    height: 60px;
    padding-left: 5px;
    padding-bottom: 4px;
    top: -10px;
  }
}
@media screen and (max-width: 768px) {
  .p-faq-list__list__item__q:before,
  .p-faq-list__list__item__a:before {
    font-size: 3.4rem;
    width: 7.800000000000001rem;
    height: 7.800000000000001rem;
    padding-left: 0.5rem;
    padding-bottom: 0.4rem;
    top: -1rem;
  }
}
.p-faq-list__list__item__q {
  color: #a30016;
  font-weight: 700;
}
.p-faq-list__list__item__q:before {
  content: "Q.";
}
@media screen and (min-width: 769px) {
  .p-faq-list__list__item__q__txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p-faq-list__list__item__q__txt {
    font-size: 3.4rem;
  }
}
.p-faq-list__list__item__a:before {
  content: "A.";
}
.p-faq-list__list__item__hr {
  border: none;
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .p-faq-list__list__item__hr {
    margin: 20px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-faq-list__list__item__hr {
    margin: 3rem 0 4rem;
  }
}
@media screen and (min-width: 769px) {
  .p-faq-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0;
  }
}
@media screen and (min-width: 769px) {
  .p-faq-menu__list__item {
    margin: 8px 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-faq-menu__list__item {
    display: table;
    margin: 3rem 0;
  }
}
.p-feature-list {
  position: relative;
}
.p-feature-list__item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-feature-list__item + .p-feature-list__item {
    margin-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-list__item + .p-feature-list__item {
    margin-top: 15rem;
  }
}
.p-feature-list__item__feature {
  background-color: #a30016;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-feature-list__item__feature {
    width: 110px;
    height: 36px;
    border-radius: 18px;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-list__item__feature {
    width: 22.5rem;
    height: 5rem;
    border-radius: 2.5rem;
    font-size: 3.2rem;
    margin: 0 auto;
  }
}
.p-feature-list__item__title {
  color: #a30016;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-feature-list__item__title {
    font-size: 40px;
    margin-top: 15px;
    width: calc(100% - 450px);
  }
}
@media screen and (max-width: 768px) {
  .p-feature-list__item__title {
    font-size: 5.5rem;
    margin-top: 1.5rem;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-list__item__txt {
    width: calc(100% - 450px);
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-list__item__txt {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-list__item__right {
    width: 400px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-list__item__right {
    width: 100%;
    margin-top: 5rem;
  }
}
.p-feature-list__item__right__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  text-indent: -9999px;
}
@media screen and (min-width: 769px) {
  .p-feature-list__item__right__img {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-list__item__right__img {
    border-radius: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-list__item__right__img {
    width: 100%;
    height: 296px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-list__item__right__img {
    width: 100%;
    height: 44rem;
  }
}
.p-feature-list__item__right__youtube {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  text-indent: -9999px;
}
@media screen and (min-width: 769px) {
  .p-feature-list__item__right__youtube {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-list__item__right__youtube {
    border-radius: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-list__item__right__youtube {
    width: 100%;
    height: 296px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-list__item__right__youtube {
    width: 100%;
    height: 44rem;
  }
}
@media screen and (min-width: 769px) {
  .p-feature-list__item__right__caption {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-list__item__right__caption {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-firsttime-desc {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-firsttime-desc {
    padding-top: 9rem;
    padding-bottom: 12rem;
  }
}
@media screen and (min-width: 769px) {
  .p-firsttime-desc__txt {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-firsttime-desc__txt {
    padding-top: 3rem;
  }
}
.p-firsttime-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .p-firsttime-list__item {
    width: 30.5%;
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-firsttime-list__item {
    width: 47.5%;
    margin-top: 2.5rem;
  }
}
.p-firsttime-menu__title {
  color: #a30016;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-firsttime-menu__title {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-firsttime-menu__title {
    font-size: 4rem;
  }
}
.p-firsttime-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .p-firsttime-menu__list__item {
    width: 30.5%;
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-firsttime-menu__list__item {
    width: 47.5%;
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-flow-desc {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow-desc {
    padding-top: 9rem;
    padding-bottom: 12rem;
  }
}
@media screen and (min-width: 769px) {
  .p-flow-desc__txt {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow-desc__txt {
    padding-top: 3rem;
  }
}
.p-flow-list {
  position: relative;
}
.p-flow-list__item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-flow-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-flow-list__item + .p-flow-list__item {
    margin-top: 110px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow-list__item + .p-flow-list__item {
    margin-top: 15rem;
  }
}
.p-flow-list__item + .p-flow-list__item:after {
  content: "";
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-flow-list__item + .p-flow-list__item:after {
    background-image: url("../images/common/arrow/arrow-4-bottom-red2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 42px;
    height: 25px;
    display: block;
    text-indent: -9999px;
    top: -65px;
    left: calc(50% - 21px);
  }
}
@media screen and (max-width: 768px) {
  .p-flow-list__item + .p-flow-list__item:after {
    background-image: url("../images/common/arrow/arrow-4-bottom-red2.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 7.56rem;
    height: 4.5rem;
    display: block;
    text-indent: -9999px;
    top: -10rem;
    left: calc(50% - 4.2rem);
  }
}
@media screen and (min-width: 769px) {
  .p-flow-list__item__info {
    width: calc(100% - 380px);
  }
}
.p-flow-list__item__info__step {
  background-color: #a30016;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-flow-list__item__info__step {
    width: 155px;
    height: 36px;
    border-radius: 18px;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow-list__item__info__step {
    width: 22.5rem;
    height: 5rem;
    border-radius: 2.5rem;
    font-size: 3.2rem;
    margin: 0 auto;
  }
}
.p-flow-list__item__info__title {
  color: #a30016;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-flow-list__item__info__title {
    font-size: 40px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow-list__item__info__title {
    font-size: 5.5rem;
    margin-top: 1.5rem;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .p-flow-list__item__info__txt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow-list__item__info__txt {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-flow-list__item__info__note {
    margin-top: 15px;
  }
}
.p-flow-list__item__info__note__li {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .p-flow-list__item__info__note__li {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow-list__item__info__note__li {
    font-size: 2.2rem;
  }
}
.p-flow-list__item__info__btn {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-flow-list__item__info__btn {
    width: 196px;
    height: 46px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow-list__item__info__btn {
    width: 49rem;
    height: 8.8rem;
    margin: 4.5rem auto 0;
  }
}
.p-flow-list__item__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  text-indent: -9999px;
}
@media screen and (min-width: 769px) {
  .p-flow-list__item__img {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow-list__item__img {
    border-radius: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-flow-list__item__img {
    width: 320px;
    height: 296px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow-list__item__img {
    width: 100%;
    height: 44rem;
    margin-top: 7.5rem;
  }
}
.p-news-detail {
  position: relative;
}
.p-news-detail__date {
  color: #a30016;
}
.p-news-detail__title {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-news-detail__title {
    font-size: 34px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-news-detail__title {
    font-size: 4rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-news-detail__blog {
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-news-detail__blog {
    margin-top: 3.5rem;
  }
}
.p-news {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-news__list {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-news__list {
    margin-top: 1.5rem;
  }
}
.p-news__list.is-no-margintop {
  margin-top: 0;
}
.p-news__list__li + .p-news__list__li {
  border-top: 1px solid rgba(163,0,22,0.2);
}
.p-news__list__li__item {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .p-news__list__li__item {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .p-news__list__li__item {
    display: block;
    padding: 2.5rem 0;
  }
}
.p-news__list__li__item__date {
  color: #a30016;
}
@media screen and (min-width: 769px) {
  .p-news__list__li__item__date {
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .p-news__list__li__item__date {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .p-news__list__li__item__title {
    width: calc(100% - 220px);
  }
  .p-news__list__li__item[href]:hover .p-news__list__li__item__title {
    text-decoration: underline;
    color: #00abd6;
  }
}
@media screen and (max-width: 768px) {
  .p-news__list__li__item__title {
    display: block;
  }
}
.p-news__btn {
  display: table;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-news__btn {
    margin-top: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p-news__btn {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .p-repertoire-desc {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-repertoire-desc {
    padding-top: 9rem;
    padding-bottom: 12rem;
  }
}
@media screen and (min-width: 769px) {
  .p-repertoire-list__desc {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-repertoire-list__desc {
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-repertoire-list__pagelink {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
@media screen and (max-width: 768px) {
  .p-repertoire-list__pagelink {
    margin-top: 3.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 2.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-repertoire-list__pagelink__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-repertoire-list__pagelink__item {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-repertoire-list__pagelink__item__arrow {
    margin-left: 5px;
    background-image: url("../images/common/arrow/arrow-3-red-bottom.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 17px;
    height: 17px;
    display: block;
    text-indent: -9999px;
    -webkit-transition: all 250ms;
    transition: all 250ms;
  }
  .p-repertoire-list__pagelink__item:hover .p-repertoire-list__pagelink__item__arrow {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
@media screen and (max-width: 768px) {
  .p-repertoire-list__pagelink__item__arrow {
    margin-left: 0.5rem;
    background-image: url("../images/common/arrow/arrow-3-red-bottom.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 3.06rem;
    height: 3.06rem;
    display: block;
    text-indent: -9999px;
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-repertoire-list__list {
    margin-top: 54px;
  }
}
@media screen and (max-width: 768px) {
  .p-repertoire-list__list {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-repertoire-list__list__item + .p-repertoire-list__list__item {
    margin-top: 34px;
  }
}
@media screen and (max-width: 768px) {
  .p-repertoire-list__list__item + .p-repertoire-list__list__item {
    margin-top: 3.5rem;
  }
}
.p-repertoire-list__list__item__header__txt {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-repertoire-list__list__item__header__txt {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-repertoire-list__list__item__header__txt {
    font-size: 4.5rem;
  }
}
.p-repertoire-list__list__item__body {
  overflow: hidden;
}
.p-repertoire-list__list__item__body__list {
  border-top: 1px solid #ddd;
}
.p-repertoire-list__list__item__body__list__item {
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 769px) {
  .p-repertoire-list__list__item__body__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 18px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-repertoire-list__list__item__body__list__item {
    display: block;
    padding: 2.4rem 0;
  }
}
@media screen and (min-width: 769px) {
  .p-repertoire-list__list__item__body__list__item__title {
    font-size: 20px;
    -webkit-transition: all 250ms;
    transition: all 250ms;
  }
  .p-repertoire-list__list__item__body__list__item:hover .p-repertoire-list__list__item__body__list__item__title {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
    color: #a30016;
  }
}
@media screen and (max-width: 768px) {
  .p-repertoire-list__list__item__body__list__item__title {
    font-size: 3rem;
  }
}
.p-repertoire-list__list__item__body__list__item__title .is-new {
  font-weight: 700;
  color: #d6001d;
  background-color: #fbd6db;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-repertoire-list__list__item__body__list__item__title .is-new {
    font-size: 18px;
    border-radius: 15px;
    padding: 2px 0 3px;
    width: 74px;
    height: 30px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-repertoire-list__list__item__body__list__item__title .is-new {
    font-size: 2.2rem;
    border-radius: 3.6rem;
    width: 8.8rem;
    height: 3.6rem;
    padding: 0.4rem 0 0.4rem;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .p-repertoire-list__list__item__body__list__item__btn {
    width: 160px;
    height: 38px;
  }
}
@media screen and (max-width: 768px) {
  .p-repertoire-list__list__item__body__list__item__btn {
    width: 19rem;
    height: 4.5rem;
    margin-left: auto;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .p-report-desc {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-report-desc {
    padding-top: 9rem;
    padding-bottom: 12rem;
  }
}
.p-report-list {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-report-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .p-report-list__item {
    width: 48%;
    margin-top: 40px;
  }
  .p-report-list__item:nth-child(1),
  .p-report-list__item:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-report-list__item {
    display: block;
  }
  .p-report-list__item + .p-report-list__item {
    margin-top: 4.5rem;
  }
}
.p-report-list__item__youtube {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-report-list__item__youtube {
    width: 100%;
    height: 325px;
  }
}
@media screen and (max-width: 768px) {
  .p-report-list__item__youtube {
    width: 100%;
    height: 38.800000000000004rem;
  }
}
.p-report-list__item__name {
  font-weight: 700;
  color: #a30016;
}
@media screen and (min-width: 769px) {
  .p-report-list__item__name {
    font-size: 20px;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-report-list__item__name {
    font-size: 3rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-room-area__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: -10px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-area__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .p-room-area__list__li {
    width: 16.6%;
    height: 60px;
    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;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-room-area__list__li {
    width: 48.56687898089172%;
    margin-top: 2.2rem;
  }
  .p-room-area__list__li:nth-child(1),
  .p-room-area__list__li:nth-child(2) {
    margin-top: 0;
  }
}
.p-room-area__list__li__item {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #f0f0f0;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-room-area__list__li__item {
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-area__list__li__item {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .p-room-area__list__li__item {
    width: 90%;
    height: 40px;
    font-size: 18px;
  }
  .p-room-area__list__li__item:not(.is-no-link) {
    -webkit-transition: all 500ms;
    transition: all 500ms;
  }
  .p-room-area__list__li__item:not(.is-no-link):hover {
    -webkit-transition: all 100ms;
    transition: all 100ms;
    background-color: #d6001d;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .p-room-area__list__li__item {
    width: 100%;
    height: 6.600000000000001rem;
    font-size: 3rem;
  }
}
.p-room-area__list__li__item.is-no-link {
  opacity: 0.4;
}
@media screen and (min-width: 769px) {
  .p-room-desc {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-desc {
    padding-top: 9rem;
    padding-bottom: 12rem;
  }
}
.p-room-list {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-room-list__list {
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list__list {
    margin-top: 4rem;
  }
}
.p-room-list__list__item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-room-list__list__item + .p-room-list__list__item {
    margin-top: 135px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list__list__item + .p-room-list__list__item {
    margin-top: 15rem;
  }
}
.p-room-list__list__item + .p-room-list__list__item:after {
  content: "";
}
@media screen and (min-width: 769px) {
  .p-room-list__list__item + .p-room-list__list__item:after {
    background-image: url("../images/common/bg/bg-1-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 2300px;
    height: 230px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    position: absolute;
    left: calc(50% - 1150px);
    top: -130px;
  }
}
.p-room-list__list__item__info {
  position: relative;
}
.p-room-list__list__item__info__title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-room-list__list__item__info__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list__list__item__info__title {
    font-size: 4.600000000000001rem;
  }
}
@media screen and (min-width: 769px) {
  .p-room-list__list__item__info__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list__list__item__info__detail {
    margin-top: 2.6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-room-list__list__item__info__detail__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 25px;
    margin-bottom: 5px;
  }
  .p-room-list__list__item__info__detail__dl:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list__list__item__info__detail__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-room-list__list__item__info__detail__dl:first-child {
    margin-top: 0;
  }
}
.p-room-list__list__item__info__detail__dl__dt {
  background-color: #fff;
  color: #d6001d;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-room-list__list__item__info__detail__dl__dt {
    font-size: 13px;
    width: 102px;
    height: 20px;
    border-radius: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list__list__item__info__detail__dl__dt {
    font-size: 2.4rem;
    width: 17.8rem;
    height: 3.6rem;
    border-radius: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .p-room-list__list__item__info__detail__dl__dd {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list__list__item__info__detail__dl__dd {
    font-size: 2.6rem;
    width: calc(100% - 20rem);
  }
}
.p-room-list__list__item__info__detail__dl__dd a {
  color: #fff !important;
}
.p-room-list__list__item__info__seebtn {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-room-list__list__item__info__seebtn {
    width: 152px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0px;
    top: 8px;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list__list__item__info__seebtn {
    width: 29rem;
    height: 6rem;
    margin-left: auto;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .p-room-list__list__item__2column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-room-list__hr {
    margin: 70px auto;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list__hr {
    margin: 7rem auto;
  }
}
@media screen and (min-width: 769px) {
  .p-room-list-info {
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list-info + .p-room-list-info {
    margin-top: 7rem;
  }
}
.p-room-list-info__title {
  color: #a30016;
  font-weight: 700;
  border-bottom: 1px solid #a30016;
}
@media screen and (min-width: 769px) {
  .p-room-list-info__title {
    font-size: 16px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list-info__title {
    font-size: 2.6rem;
    padding-bottom: 0.8rem;
  }
}
@media screen and (min-width: 769px) {
  .p-room-list-info__title strong {
    font-size: 22px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list-info__title strong {
    font-size: 3.6rem;
    margin-right: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-room-list-info__list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list-info__list {
    margin-top: 4rem;
  }
}
.p-room-list-info__list__item {
  position: relative;
  border: 1px solid #ddd;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-room-list-info__list__item {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list-info__list__item {
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-room-list-info__list__item {
    padding: 20px 150px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list-info__list__item {
    padding: 2.5rem 3rem;
  }
}
@media screen and (min-width: 769px) {
  .p-room-list-info__list__item + .p-room-list-info__list__item {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list-info__list__item + .p-room-list-info__list__item {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-room-list-info__list__item__note {
    font-size: 14px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list-info__list__item__note {
    font-size: 2.6rem;
    margin-top: 1rem;
  }
}
.p-room-list-info__list__item__btn {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-room-list-info__list__item__btn {
    width: 114px;
    height: 34px;
    position: absolute;
    right: 20px;
    top: calc(50% - 17px);
  }
}
@media screen and (max-width: 768px) {
  .p-room-list-info__list__item__btn {
    width: 21.8rem;
    height: 4.800000000000001rem;
    margin-left: auto;
    margin-top: 1.2rem;
  }
}
.p-room-list-info__list__item__status {
  display: block;
}
.p-room-list-info__list__item__status.is-full {
  color: #a30016;
}
@media screen and (min-width: 769px) {
  .p-room-list-info__list__item__status.is-recent {
    font-size: 13px;
    width: 160px;
    height: 34px;
    right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list-info__list__item__status.is-recent {
    font-size: 2.4rem;
    width: 30rem;
    height: 8rem;
  }
}
@media screen and (min-width: 769px) {
  .p-room-list-info__list__item__status {
    width: 114px;
    height: 34px;
    position: absolute;
    right: 20px;
    top: calc(50% - 17px);
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list-info__list__item__status {
    width: 21.8rem;
    height: 4.800000000000001rem;
    margin-left: auto;
    margin-top: 1.2rem;
    text-align: center;
  }
}
.p-room-list-info__telbtn {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-room-list-info__telbtn {
    width: 300px;
    height: 60px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list-info__telbtn {
    width: 52rem;
    height: 8.5rem;
    margin: 4rem auto 0;
  }
}
@media screen and (min-width: 769px) {
  .p-room-list-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-room-list-map__data {
    width: 52%;
  }
}
@media screen and (min-width: 769px) {
  .p-room-list-map__data__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-room-list-map__data__dl + .p-room-list-map__data__dl {
    margin-top: 20px;
  }
}
.p-room-list-map__data__dl__dt {
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .p-room-list-map__data__dl__dt {
    width: 126px;
    height: 30px;
    border-radius: 15px;
    font-size: 15px;
    line-height: 1;
    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;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list-map__data__dl__dt {
    width: 15.600000000000001rem;
    height: 3.6rem;
    border-radius: 1.8rem;
    font-size: 2.6rem;
    line-height: 1;
    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;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media screen and (min-width: 769px) {
  .p-room-list-map__data__dl__dd {
    width: calc(100% - 146px);
  }
}
@media screen and (max-width: 768px) {
  .p-room-list-map__data__dl__dd {
    margin-top: 2.6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-room-list-map__data__dl__dd__txt + .p-room-list-map__data__dl__dd__txt {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list-map__data__dl__dd__txt + .p-room-list-map__data__dl__dd__txt {
    margin-top: 0.8rem;
  }
}
.p-room-list-map__data__dl__dd__txt .t {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .p-room-list-map__data__dl__dd__txt .t {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list-map__data__dl__dd__txt .t {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .p-room-list-map__gmap {
    width: 43%;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list-map__gmap {
    width: 100%;
    height: 43rem;
    margin-top: 5rem;
  }
}
.p-room-list-map__gmap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .p-room-list-map__gmap iframe {
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list-map__gmap iframe {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .p-room-list-telmodal {
    width: 880px;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list-telmodal {
    width: 69rem;
    padding: 4rem 4rem;
  }
}
@media screen and (min-width: 769px) {
  .p-room-list-telmodal__list dl {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list-telmodal__list dl {
    margin-top: 3rem;
  }
}
.p-room-list-telmodal__list dl:first-child {
  margin-top: 0;
}
.p-room-list-telmodal__list dt {
  font-weight: 700;
  background-color: #f0f0f0;
  display: table;
}
@media screen and (min-width: 769px) {
  .p-room-list-telmodal__list dt {
    border-radius: 15px;
    font-size: 15px;
    line-height: 1;
    padding: 10px 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list-telmodal__list dt {
    border-radius: 1.8rem;
    font-size: 2.6rem;
    line-height: 1;
    padding: 1rem 3rem;
  }
}
@media screen and (min-width: 769px) {
  .p-room-list-telmodal__list dd {
    font-size: 18px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list-telmodal__list dd {
    font-size: 2.8rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .p-room-list-telmodal__memo {
    font-size: 16px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-list-telmodal__memo {
    font-size: 2.4rem;
    margin-top: 3rem;
  }
}
.is-marker-1 {
  background-image: url("../images/common/map/marker-1.png");
}
.is-marker-2 {
  background-image: url("../images/common/map/marker-2.png");
}
.is-marker-3 {
  background-image: url("../images/common/map/marker-3.png");
}
.is-marker-4 {
  background-image: url("../images/common/map/marker-4.png");
}
.is-marker-5 {
  background-image: url("../images/common/map/marker-5.png");
}
.is-marker-6 {
  background-image: url("../images/common/map/marker-6.png");
}
.is-marker-7 {
  background-image: url("../images/common/map/marker-7.png");
}
.is-marker-8 {
  background-image: url("../images/common/map/marker-8.png");
}
.is-marker-9 {
  background-image: url("../images/common/map/marker-9.png");
}
.is-marker-10 {
  background-image: url("../images/common/map/marker-10.png");
}
.is-marker-11 {
  background-image: url("../images/common/map/marker-11.png");
}
.is-marker-12 {
  background-image: url("../images/common/map/marker-12.png");
}
.is-marker-13 {
  background-image: url("../images/common/map/marker-13.png");
}
.is-marker-14 {
  background-image: url("../images/common/map/marker-14.png");
}
.is-marker-15 {
  background-image: url("../images/common/map/marker-15.png");
}
.is-marker-16 {
  background-image: url("../images/common/map/marker-16.png");
}
.is-marker-17 {
  background-image: url("../images/common/map/marker-17.png");
}
.is-marker-18 {
  background-image: url("../images/common/map/marker-18.png");
}
.is-marker-19 {
  background-image: url("../images/common/map/marker-19.png");
}
.is-marker-20 {
  background-image: url("../images/common/map/marker-20.png");
}
@media screen and (min-width: 769px) {
  .p-room-map__distance {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-room-map__distance {
    position: relative;
    font-size: 3rem;
    padding-left: 6.7rem;
    margin-left: 8.5rem;
    margin-top: 3.2rem;
  }
  .p-room-map__distance:before {
    content: "";
    background-image: url("../images/common/map/marker_spot.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 3.45rem;
    height: 7.35rem;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 0rem;
    top: 0.5rem;
    right: auto;
    bottom: auto;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  .p-room-map__tabbtn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-room-map__tabbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    width: 100%;
    height: 8rem;
    margin-top: 4rem;
  }
}
.p-room-map__tabbtn__btn {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-room-map__tabbtn__btn {
    width: 50%;
    height: 100%;
    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;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.p-room-map__tabbtn__btn.is-current {
  background-color: #d6001d;
  color: #fff;
}
.p-room-map__tabbtn__btn:first-child {
  border-radius: 1rem 0 0 1rem;
}
.p-room-map__tabbtn__btn:last-child {
  border-radius: 0 1rem 1rem 0;
}
.p-room-map__tabbtn__btn__ico {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-room-map__tabbtn__btn__ico {
    width: 6rem;
    height: 6rem;
  }
}
.p-room-map__tabbtn__btn__ico:before,
.p-room-map__tabbtn__btn__ico:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 1;
}
.p-room-map__tabbtn__btn__ico:after {
  opacity: 0;
}
.p-room-map__tabbtn__btn.is-current .p-room-map__tabbtn__btn__ico:before {
  opacity: 0;
}
.p-room-map__tabbtn__btn.is-current .p-room-map__tabbtn__btn__ico:after {
  opacity: 1;
}
.p-room-map__tabbtn__btn.is-map .p-room-map__tabbtn__btn__ico:before {
  background-image: url("../images/common/map/ico-map-red.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 6rem;
  height: 6rem;
  display: block;
  text-indent: -9999px;
}
.p-room-map__tabbtn__btn.is-map .p-room-map__tabbtn__btn__ico:after {
  background-image: url("../images/common/map/ico-map-white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 6rem;
  height: 6rem;
  display: block;
  text-indent: -9999px;
}
.p-room-map__tabbtn__btn.is-list .p-room-map__tabbtn__btn__ico:before {
  background-image: url("../images/common/map/ico-list-red.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 6rem;
  height: 6rem;
  display: block;
  text-indent: -9999px;
}
.p-room-map__tabbtn__btn.is-list .p-room-map__tabbtn__btn__ico:after {
  background-image: url("../images/common/map/ico-list-white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 6rem;
  height: 6rem;
  display: block;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  .p-room-map__tabbtn__btn__txt {
    font-size: 3rem;
    line-height: 1;
    margin-left: 1.6rem;
  }
}
.p-room-map-gmap {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-room-map-gmap {
    width: 100%;
    height: calc(100vh - 240px);
    max-height: 820px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
    -webkit-box-shadow: 2px 0 2px rgba(203,203,203,0.5);
            box-shadow: 2px 0 2px rgba(203,203,203,0.5);
  }
}
@media screen and (max-width: 768px) {
  .p-room-map-gmap {
    margin-top: 1.2rem;
    width: 100%;
    height: 100%;
  }
  .p-room-map-gmap.is-current {
    width: 100%;
    height: 73rem;
    display: block;
  }
}
.p-room-map-gmap__left {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-room-map-gmap__left {
    background-color: #fff;
    width: 30%;
    height: 100%;
    -webkit-box-shadow: 0 0px 4px rgba(0,0,0,0.2);
            box-shadow: 0 0px 4px rgba(0,0,0,0.2);
  }
}
@media screen and (max-width: 768px) {
  .p-room-map-gmap__left {
    display: block;
    position: absolute;
    left: 0rem;
    top: 0rem;
    right: auto;
    bottom: auto;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  .p-room-map-gmap__right {
    width: 70%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-room-map-gmap__right {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-room-map-gmap__info {
    width: 100%;
    height: 100px;
    background-color: #fcede0;
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .p-room-map-gmap__info {
    display: none;
  }
}
.p-room-map-gmap__info__txt {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-room-map-gmap__info__txt {
    font-size: 16px;
    padding-left: 48px;
    margin-left: 24px;
  }
}
.p-room-map-gmap__info__txt:before {
  content: "";
  background-image: url("../images/common/map/marker_spot.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 23px;
  height: 49px;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-room-map-gmap__scroll {
    height: calc(100% - 100px);
    overflow: hidden;
  }
  .p-room-map-gmap__scroll.nano > .nano-pane {
    right: 5px;
    top: 5px;
    bottom: 5px;
    width: 7px;
    background: none;
  }
  .p-room-map-gmap__scroll.nano > .nano-pane > .nano-slider {
    background: #7c7c7c;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-room-map-gmap__scroll.nano {
    width: auto;
    height: auto;
    overflow: visible;
  }
  .p-room-map-gmap__scroll.nano > .nano-content {
    width: auto;
    height: auto;
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  .p-room-map-gmap__list {
    position: relative;
    width: 100vw;
    height: 16rem;
    display: block;
    position: absolute;
    left: 0rem;
    top: 1.5rem;
    right: auto;
    bottom: auto;
    z-index: 10;
  }
  .p-room-map-gmap__list .slick-slide {
    margin: 0 5.5rem;
    width: 64rem;
  }
  .p-room-map-gmap__list .slick-arrow {
    width: 4rem;
    height: 16rem;
    background-color: #fff;
    display: block;
    border: none;
    text-indent: -9999px;
    outline: none;
  }
  .p-room-map-gmap__list .slick-arrow:after {
    content: "";
  }
  .p-room-map-gmap__list .slick-prev {
    display: block;
    position: absolute;
    left: 0rem;
    top: 0rem;
    right: auto;
    bottom: auto;
    z-index: 1;
  }
  .p-room-map-gmap__list .slick-prev:after {
    background-image: url("../images/common/map/arrow-left.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 1.4rem;
    height: 2.2rem;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 1rem;
    top: 6.600000000000001rem;
    right: auto;
    bottom: auto;
    z-index: 1;
  }
  .p-room-map-gmap__list .slick-next {
    display: block;
    position: absolute;
    right: 0rem;
    top: 0rem;
    z-index: 1;
  }
  .p-room-map-gmap__list .slick-next:after {
    background-image: url("../images/common/map/arrow-right.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 1.4rem;
    height: 2.2rem;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 1rem;
    top: 6.600000000000001rem;
    z-index: 1;
  }
}
.p-room-map-gmap__list__item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-room-map-gmap__list__item {
    padding: 25px 28px 0px 75px;
  }
  .p-room-map-gmap__list__item:last-child {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-map-gmap__list__item {
    width: 64rem;
    height: 16rem;
    background-color: #fff;
    border-radius: 0.5rem;
    padding-left: 8rem;
    padding-top: 2rem;
  }
}
.p-room-map-gmap__list__item__marker {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  text-indent: -9999px;
}
@media screen and (min-width: 769px) {
  .p-room-map-gmap__list__item__marker {
    width: 32.800000000000004px;
    height: 46.400000000000006px;
    display: block;
    position: absolute;
    left: 29px;
    top: 27px;
    right: auto;
    bottom: auto;
    z-index: 1;
  }
  .p-room-map-gmap__list__item.is-current .p-room-map-gmap__list__item__marker {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
@media screen and (max-width: 768px) {
  .p-room-map-gmap__list__item__marker {
    width: 4.92rem;
    height: 6.96rem;
    display: block;
    position: absolute;
    left: 1.8rem;
    top: 1.6rem;
    right: auto;
    bottom: auto;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  .p-room-map-gmap__list__item__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-map-gmap__list__item__title {
    font-size: 3rem;
    line-height: 1.35;
  }
}
@media screen and (min-width: 769px) {
  .p-room-map-gmap__list__item__memo {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-map-gmap__list__item__memo {
    font-size: 2.2rem;
    line-height: 1.35;
  }
}
@media screen and (min-width: 769px) {
  .p-room-map-gmap__list__item__btnbox {
    width: 218px;
    margin-left: auto;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .p-room-map-gmap__list__item__btnbox {
    width: 54rem;
    margin-top: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-room-map-gmap__list__item__btnbox__btn {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .p-room-map-gmap__list__item__btnbox__btn {
    width: 104px;
    height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-map-gmap__list__item__btnbox__btn {
    width: 26rem;
    height: 5rem;
  }
}
.p-room-map-gmap__gmap {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .p-room-map-gmap__gmap .gm-style-iw-d {
    overflow: auto !important;
  }
  .p-room-map-gmap__gmap .gm-style-iw {
    padding-right: 12px !important;
    padding-bottom: 12px !important;
  }
  .p-room-map-gmap__gmap .gm-style-iw button {
    top: 10px !important;
    right: 12px !important;
    width: 35px !important;
    height: 35px !important;
    background: #f1f1f1 !important;
    border-radius: 5px !important;
    -webkit-box-shadow: 0 2px 0px #ececec;
            box-shadow: 0 2px 0px #ececec;
  }
  .p-room-map-gmap__gmap .gm-style-iw button:hover {
    -webkit-box-shadow: 0 0px 0px #ececec;
            box-shadow: 0 0px 0px #ececec;
  }
  .p-room-map-gmap__gmap .gm-style-iw button img {
    margin: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .p-room-map-gmap__gmap .gm-style-iw-t,
  .p-room-map-gmap__gmap .gm-style-iw {
    display: none !important;
  }
}
.p-room-map-gmap__infowindow {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-room-map-gmap__infowindow {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-map-gmap__infowindow {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-room-map-gmap__infowindow__info {
    width: 300px;
  }
}
.p-room-map-gmap__infowindow__info__title {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-room-map-gmap__infowindow__info__title {
    font-size: 16px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-room-map-gmap__infowindow__info__distance {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  .p-room-map-gmap__infowindow__info__address {
    margin-top: 5px;
  }
}
@media screen and (min-width: 769px) {
  .p-room-map-gmap__infowindow__info__btn {
    display: block;
    text-align: center;
    width: 100%;
    padding: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 10px;
  }
}
.p-room-map-list {
  display: none;
}
.p-room-map-list.is-current {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-room-map-list {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-room-map-list {
    position: relative;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-room-map-list__list {
    width: 69rem;
    margin: 0 auto;
  }
}
.p-room-map-list__list__item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-room-map-list__list__item {
    display: block;
    background-color: #fff;
    border-radius: 1rem;
    padding: 4.4rem 4.4rem 4.4rem 3.2rem;
    -webkit-box-shadow: 0px 0.2rem 0.4rem rgba(248,230,207,0.7);
            box-shadow: 0px 0.2rem 0.4rem rgba(248,230,207,0.7);
  }
}
@media screen and (max-width: 768px) {
  .p-room-map-list__list__item + .p-room-map-list__list__item {
    margin-top: 2rem;
  }
}
.p-room-map-list__list__item__title {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-room-map-list__list__item__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-room-map-list__list__item__memo {
    font-size: 2.2rem;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-room-map-list__list__item__address {
    font-size: 2.2rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-room-map-list__list__item__arrow {
    background-color: #fbac12;
    width: 4rem;
    height: 100%;
    display: block;
    position: absolute;
    right: 0rem;
    top: 0rem;
    z-index: 1;
    border-radius: 0 1rem 1rem 0;
    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;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .p-room-map-list__list__item__arrow:after {
    content: "";
    background-image: url("../images/common/map/arrow-right-white.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 1.4rem;
    height: 2.2rem;
    display: block;
    text-indent: -9999px;
  }
}
@media screen and (min-width: 769px) {
  .p-room-search-map__noresultbox {
    width: 770px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-room-search-map__title {
    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;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media screen and (min-width: 769px) {
  .p-room-search-map__title__ico {
    background-image: url("../images/common/ico/ico-map-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 96px;
    height: 96px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    margin: 0 auto 0px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-search-map__title__ico {
    background-image: url("../images/common/ico/ico-map-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 7.68rem;
    height: 7.68rem;
    display: block;
    text-indent: -9999px;
    margin-right: 1.2rem;
  }
}
.p-room-search-map__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .p-room-search-map__form {
    height: 60px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-search-map__form {
    height: 7.4rem;
    margin-top: 2.6rem;
  }
}
.p-room-search-map__form input {
  background-color: #f0f0f0;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .p-room-search-map__form input {
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-search-map__form input {
    border-radius: 1rem;
  }
}
.p-room-search-map__form input.error {
  background-color: #fbd6db;
}
@media screen and (min-width: 769px) {
  .p-room-search-map__form input {
    width: calc(100% - 190px);
    padding: 0 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-search-map__form input {
    width: calc(100% - 18rem);
    padding: 0 3rem;
    font-size: 16px;
  }
}
.p-room-search-map__form button {
  height: 100%;
}
@media screen and (min-width: 769px) {
  .p-room-search-map__form button {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-search-map__form button {
    width: 17rem;
  }
}
.p-room-search-map__error {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #a30016;
  display: none;
}
@media screen and (min-width: 769px) {
  .p-room-search-map__error {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-search-map__error {
    margin-top: 1rem;
  }
}
.p-room-search-pref {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-room-search-pref.is-has-prefheader {
    padding-top: 280px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-search-pref.is-has-prefheader {
    padding-top: 25.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-room-search-pref__header {
    background-image: url("../images/second-header/img-room-pc.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 400px;
    text-indent: 0;
    padding-top: 145px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-search-pref__header {
    background-image: url("../images/second-header/img-room-sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 40rem;
    text-indent: 0;
    padding-top: 11.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-room-search-pref__title {
    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;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media screen and (min-width: 769px) {
  .p-room-search-pref__title__ico {
    background-image: url("../images/common/ico/ico-japan-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 95px;
    height: 95px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-search-pref__title__ico {
    background-image: url("../images/common/ico/ico-japan-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 7.6rem;
    height: 7.6rem;
    display: block;
    text-indent: -9999px;
    margin-right: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-room-search-pref__group + .p-room-search-pref__group {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-search-pref__group + .p-room-search-pref__group {
    margin-top: 3.8rem;
  }
}
.p-room-search-pref__group__name {
  color: #a30016;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-room-search-pref__group__name {
    font-size: 15px;
    padding-left: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-search-pref__group__name {
    font-size: 2.6rem;
    padding-left: 2rem;
  }
}
.p-room-search-pref__group__name:before {
  content: "";
  height: 1px;
  background-color: #a30016;
  position: absolute;
  left: 0;
  top: 50%;
}
@media screen and (min-width: 769px) {
  .p-room-search-pref__group__name:before {
    width: 7px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-search-pref__group__name:before {
    width: 0.8rem;
  }
}
.p-room-search-pref__group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .p-room-search-pref__group__list__li {
    margin-top: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-search-pref__group__list__li {
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }
}
.p-room-search-pref__group__list__li__item {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #f0f0f0;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-room-search-pref__group__list__li__item {
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-search-pref__group__list__li__item {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .p-room-search-pref__group__list__li__item {
    width: 100px;
    height: 40px;
    font-size: 18px;
  }
  .p-room-search-pref__group__list__li__item:not(.is-no-link) {
    -webkit-transition: all 500ms;
    transition: all 500ms;
  }
  .p-room-search-pref__group__list__li__item:not(.is-no-link):hover {
    -webkit-transition: all 100ms;
    transition: all 100ms;
    background-color: #d6001d;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .p-room-search-pref__group__list__li__item {
    width: 14.200000000000001rem;
    height: 6.600000000000001rem;
    font-size: 3rem;
  }
}
.p-room-search-pref__group__list__li__item.is-no-link {
  opacity: 0.4;
}
@media screen and (min-width: 769px) {
  .p-room-spot__list__li + .p-room-spot__list__li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-spot__list__li + .p-room-spot__list__li {
    margin-top: 2rem;
  }
}
.p-room-spot__list__li__item {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #f0f0f0;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-room-spot__list__li__item {
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-spot__list__li__item {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .p-room-spot__list__li__item {
    width: 100%;
    height: 65px;
    font-size: 18px;
    padding-left: 26px;
  }
  .p-room-spot__list__li__item:not(.is-no-link) {
    -webkit-transition: all 500ms;
    transition: all 500ms;
  }
  .p-room-spot__list__li__item:not(.is-no-link):hover {
    -webkit-transition: all 100ms;
    transition: all 100ms;
    background-color: #d6001d;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .p-room-spot__list__li__item {
    width: 100%;
    height: 8rem;
    font-size: 3rem;
    padding-left: 3.8rem;
  }
}
.p-room-spot__list__li__item.is-no-link {
  opacity: 0.4;
}
.p-rule-section {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-rule-section__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-rule-section__title {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-rule-section__group {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-rule-section__group {
    margin-top: 5.5rem;
  }
}
.p-rule-section__group:first-of-type {
  margin-top: 0;
}
.p-rule-section__subtitle {
  font-weight: 700;
  line-height: 2;
}
.p-rule-section__btn {
  display: table;
}
@media screen and (min-width: 769px) {
  .p-rule-section__btn {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 410px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-rule-section__btn {
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 100%;
    height: 8.8rem;
  }
}
@media screen and (min-width: 769px) {
  .p-rule-section__pdf {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-rule-section__pdf {
    margin-top: 2rem;
  }
}
.p-rule-section__pdf__item {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-rule-section__pdf__item + .p-rule-section__pdf__item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-rule-section__pdf__item + .p-rule-section__pdf__item {
    margin-top: 2.4rem;
  }
}
.p-bottom-btns {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-bottom-btns {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-bottom-btns {
    padding-top: 7rem;
    padding-bottom: 19rem;
  }
}
@media screen and (min-width: 769px) {
  .p-bottom-btns > * {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-bottom-btns > * {
    margin-top: 3.8rem;
  }
}
.p-bottom-btns > *:first-child {
  margin-top: 0;
}
.p-bottom-btns__btn {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .p-bottom-btns__btnwrap {
    width: 820px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-bottom-btns__btnwrap > * {
    margin-top: 3.8rem;
  }
}
.p-bottom-btns__btnwrap > *:first-child {
  margin-top: 0;
}
.p-second-header {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-second-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .p-second-header__pankuzu {
    padding-left: 50px;
    padding-top: 17px;
  }
  .p-second-header.is-large .p-second-header__pankuzu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-second-header__pankuzu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 3rem;
    padding-top: 2.8rem;
  }
}
.p-second-header__pankuzu__item {
  opacity: 0.4;
}
.p-second-header__pankuzu__item.is-link {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .p-second-header__pankuzu__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-second-header__pankuzu__item {
    font-size: 2.8rem;
  }
}
.p-second-header__pankuzu__item:before {
  content: "/";
}
@media screen and (min-width: 769px) {
  .p-second-header__pankuzu__item:before {
    margin: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-second-header__pankuzu__item:before {
    margin: 0 1.5rem;
  }
}
.p-second-header__pankuzu__item:first-child:before {
  display: none;
}
.p-second-header__visual {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-second-header__visual {
    height: 386px;
    margin-top: 48px;
  }
  .p-second-header.is-large .p-second-header__visual {
    margin-top: 0;
    height: 584px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-second-header__visual {
    width: 100%;
    height: 47rem;
    background-color: #fbd6db;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-second-header.is-large .p-second-header__visual {
    height: 101rem;
  }
}
.p-second-header__visual__inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-second-header__visual__inner {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-second-header__visual__inner {
    width: 100%;
    height: 45rem;
  }
  .p-second-header.is-large .p-second-header__visual__inner {
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-second-header__visual__bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../images/second-header/bg-pc.svg");
  }
  .p-second-header.is-large .p-second-header__visual__bg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-second-header__visual__bg {
    display: none;
  }
}
.p-second-header__visual__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  text-indent: -9999px;
}
@media screen and (min-width: 769px) {
  .p-second-header__visual__img {
    width: calc(100% - 40px);
    height: calc(100% - 25px);
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 10px;
    border-radius: 60px;
    background-image: url("../images/second-header/img-second-pc.jpg");
  }
  .p-second-header.is-large .p-second-header__visual__img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-second-header__visual__img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    z-index: 1;
    background-image: url("../images/second-header/img-second-sp.jpg");
  }
  .p-second-header.is-large .p-second-header__visual__img {
    background-image: url("../images/second-header/img-second-large-sp.jpg");
  }
}
@media screen and (min-width: 769px) {
  .p-second-header__visual__img.firsttime {
    background-image: url("../images/second-header/img-firsttime-pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .p-second-header__visual__img.firsttime {
    background-image: url("../images/second-header/img-firsttime-sp.jpg");
  }
}
@media screen and (min-width: 769px) {
  .p-second-header__visual__img.feature {
    background-image: url("../images/second-header/img-feature-pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .p-second-header__visual__img.feature {
    background-image: url("../images/second-header/img-feature-sp.jpg");
  }
}
@media screen and (min-width: 769px) {
  .p-second-header__visual__img.repertoire {
    background-image: url("../images/second-header/img-repertoire-pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .p-second-header__visual__img.repertoire {
    background-image: url("../images/second-header/img-repertoire-sp.jpg");
  }
}
@media screen and (min-width: 769px) {
  .p-second-header__visual__img.report {
    background-image: url("../images/second-header/img-report-pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .p-second-header__visual__img.report {
    background-image: url("../images/second-header/img-report-sp.jpg");
  }
}
@media screen and (min-width: 769px) {
  .p-second-header__visual__img.voice {
    background-image: url("../images/second-header/img-voice-pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .p-second-header__visual__img.voice {
    background-image: url("../images/second-header/img-voice-sp.jpg");
  }
}
@media screen and (min-width: 769px) {
  .p-second-header__visual__img.flow {
    background-image: url("../images/second-header/img-flow-pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .p-second-header__visual__img.flow {
    background-image: url("../images/second-header/img-flow-sp.jpg");
  }
}
@media screen and (min-width: 769px) {
  .p-second-header__visual__img.special {
    background-image: url("../images/second-header/img-special-pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .p-second-header__visual__img.special {
    background-image: url("../images/second-header/img-special-sp.jpg");
  }
}
@media screen and (min-width: 769px) {
  .p-second-header__visual__img.trial {
    background-image: url("../images/second-header/img-trial-pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .p-second-header__visual__img.trial {
    background-image: url("../images/second-header/img-trial-sp.jpg");
  }
}
.p-second-header__visual__info {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (min-width: 769px) {
  .p-second-header.is-large .p-second-header__visual__info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 10rem;
    height: auto;
    position: relative;
    padding-top: 140px;
  }
}
@media screen and (max-width: 768px) {
  .p-second-header.is-large .p-second-header__visual__info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    position: relative;
    padding-top: 27rem;
  }
}
.p-second-header__visual__info__illust1 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-second-header__visual__info__illust1 {
    background-image: url("../images/common/illust/onpu-1-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 78.5px;
    height: 113.5px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    margin-right: 52px;
    top: -10px;
  }
}
@media screen and (max-width: 768px) {
  .p-second-header__visual__info__illust1 {
    background-image: url("../images/common/illust/onpu-1-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 7.85rem;
    height: 11.35rem;
    display: block;
    text-indent: -9999px;
    margin-right: 2rem;
    top: -5rem;
  }
}
.p-second-header__visual__info__txt {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-second-header__visual__info__txt__sub {
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .p-second-header__visual__info__txt__sub {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .p-second-header__visual__info__txt__sub {
    font-size: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .p-second-header__visual__info__txt__main {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-second-header__visual__info__txt__main {
    font-size: 5.5rem;
  }
  body.about .p-second-header__visual__info__txt__main {
    letter-spacing: 0;
  }
}
.p-second-header__visual__info__illust2 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-second-header__visual__info__illust2 {
    background-image: url("../images/common/illust/onpu-2-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 127px;
    height: 68px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    margin-left: 15px;
    top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-second-header__visual__info__illust2 {
    background-image: url("../images/common/illust/onpu-2-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 12.7rem;
    height: 6.8rem;
    display: block;
    text-indent: -9999px;
    margin-left: -5rem;
    top: 8rem;
  }
}
.p-second-header__visual__desc {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .p-second-header__visual__desc {
    padding-left: 10rem;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-second-header__visual__desc {
    margin-top: 20rem;
  }
}
@media screen and (min-width: 769px) {
  .p-second-header__visual__desc__item {
    font-size: 22px;
    padding: 8px 12px;
    letter-spacing: 0.3em;
    color: #fff;
    background-color: #d6001d;
    display: table;
  }
}
@media screen and (min-width: 769px) {
  .p-second-header__visual__desc__item + .p-second-header__visual__desc__item {
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-second-header__visual__desc__item span {
    display: table;
    font-size: 3rem;
    padding: 0.8rem 1.2rem;
    letter-spacing: 0.2em;
    color: #fff;
    background-color: #d6001d;
    margin: 1.2rem auto 0;
  }
}
@media screen and (min-width: 769px) {
  .p-special-project {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-special-project {
    margin-bottom: 8rem;
  }
}
.p-special-project__box {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-special-project__box {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-special-project__box {
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-special-project__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 6% 5%;
  }
}
@media screen and (max-width: 1201px) and (min-width: 768px) {
  .p-special-project__box {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-special-project__box {
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
    padding: 6rem 4rem;
  }
}
.p-special-project__box__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .p-special-project__box__info {
    width: 32%;
  }
}
@media screen and (max-width: 1201px) and (min-width: 768px) {
  .p-special-project__box__info {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-special-project__box__info {
    width: 100%;
  }
}
.p-special-project__box__info__title {
  line-height: 1.2;
  font-weight: bold;
  color: #a30016;
  word-break: keep-all;
}
@media screen and (min-width: 769px) {
  .p-special-project__box__info__title {
    font-size: 44px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1201px) and (min-width: 768px) {
  .p-special-project__box__info__title {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-special-project__box__info__title {
    font-size: 4.4rem;
    margin-bottom: 4rem;
    text-align: center;
  }
}
.p-special-project__box__info__sub-title {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-special-project__box__info__sub-title {
    font-size: 30px;
    padding-bottom: 16px;
    margin-bottom: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-special-project__box__info__sub-title::after {
    left: 0;
  }
}
@media screen and (max-width: 1201px) and (min-width: 768px) {
  .p-special-project__box__info__sub-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-special-project__box__info__sub-title::after {
    left: calc(50% - 52px);
  }
}
@media screen and (max-width: 768px) {
  .p-special-project__box__info__sub-title {
    font-size: 3rem;
    padding-bottom: 1.6rem;
    margin-bottom: 4rem;
  }
}
.p-special-project__box__youtubewrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-special-project__box__youtubewrap {
    width: 62%;
    height: 100%;
    top: 40px;
  }
  .p-special-project__box__youtubewrap:after {
    content: "";
    display: block;
    padding-top: 57%;
  }
  .p-special-project__box__youtubewrap__youtube {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
}
@media screen and (max-width: 1201px) and (min-width: 768px) {
  .p-special-project__box__youtubewrap {
    position: relative;
    top: 0;
    width: 100%;
    height: 61rem;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-special-project__box__youtubewrap {
    width: 100%;
    height: 34rem;
    margin-top: 5rem;
  }
}
.p-special-list {
  position: relative;
}
.p-special-list__item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-special-list__item + .p-special-list__item {
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .p-special-list__item + .p-special-list__item {
    margin-top: 3.5rem;
  }
}
.p-special-list__item__box {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-special-list__item__box {
    margin-top: 65px;
    min-height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .p-special-list__item__box {
    margin-top: 5.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-special-list__item__txt {
    width: 42%;
  }
}
.p-special-list__item__youtubewrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-special-list__item__youtubewrap {
    width: 50%;
    height: 300px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-special-list__item__youtubewrap {
    width: 100%;
    height: 33rem;
    margin-top: 5rem;
  }
}
.p-special-list__item__youtubewrap__youtube {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.p-special-list__item__btn {
  display: table;
}
@media screen and (min-width: 769px) {
  .p-special-list__item__btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-special-list__item__btn {
    margin-top: 7.5rem;
  }
}
.p-top-about {
  position: relative;
}
.p-top-about__inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top-about__inner {
    padding-top: 65px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-about__title {
    background-image: url("../images/top/about/copy-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 228.5px;
    height: 615px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 0px;
    top: -20px;
    right: auto;
    bottom: auto;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about__title {
    background-image: url("../images/top/about/copy-sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 60.8rem;
    height: 22.2rem;
    display: block;
    text-indent: -9999px;
    margin: 0 auto;
  }
}
.p-top-about__youtubewrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top-about__youtubewrap {
    width: calc(100% - 320px);
    margin-left: 320px;
  }
  .p-top-about__youtubewrap:after {
    content: "";
    display: block;
    padding-top: 57%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about__youtubewrap {
    width: 100%;
    height: 39rem;
    margin-top: 5rem;
  }
}
.p-top-about__youtubewrap__youtube {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.p-top-about__txt {
  color: #a30016;
}
@media screen and (min-width: 769px) {
  .p-top-about__txt {
    text-align: center;
    margin-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about__txt {
    text-align: center;
    margin-top: 5.5rem;
  }
}
.p-top-attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-top-attention {
    margin-bottom: 7rem;
  }
}
.p-top-attention__inner {
  background-color: #fff;
  border: 2px solid #d6001d;
}
@media screen and (min-width: 769px) {
  .p-top-attention__inner {
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-attention__inner {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .p-top-attention__inner {
    padding: 34px 40px 40px;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-top-attention__inner {
    width: 94.66666666666667vw;
    padding: 5.333333333333334vw;
    text-align: left;
  }
}
.p-top-attention__title {
  letter-spacing: 0.05em;
  color: #d6001d;
}
@media screen and (min-width: 769px) {
  .p-top-attention__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-attention__title {
    line-height: 1.5;
    font-size: 4.266666666666667vw;
    margin-bottom: 2.666666666666667vw;
  }
}
.p-top-attention__text {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .p-top-attention__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-attention__text {
    font-size: 3.733333333333334vw;
  }
}
.p-top-banner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top-banner {
    margin-top: 65px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-banner {
    margin-top: 3rem;
  }
}
.p-top-banner__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  text-indent: -9999px;
  text-indent: -999999px;
}
@media screen and (min-width: 769px) {
  .p-top-banner__item {
    font-size: calc(var(--documentWidth) - 20rem);
    width: 1em;
    height: 0.218367346938776em;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    max-width: 980px;
    max-height: 214px;
    margin: 0 auto;
  }
  .p-top-banner__item:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 768px) {
  .p-top-banner__item {
    font-size: 69rem;
    width: 1em;
    height: 0.35966149506347em;
  }
}
.p-top-campaign {
  position: relative;
}
.p-top-campaign__banner {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
.p-top-campaign__banner:nth-child(2) {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .p-top-campaign__banner {
    width: 100%;
    max-width: 980px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-campaign__banner {
    width: 100%;
  }
}
.p-top-campaign__banner:hover {
  opacity: 0.8;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
.p-top-campaign__banner img {
  width: 100%;
}
.p-top-campaign__inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top-campaign__inner {
    padding-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-campaign__inner {
    margin-top: 30px;
    margin-bottom: 7rem;
  }
}
.p-top-campaign__youtubewrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top-campaign__youtubewrap {
    width: 100%;
    max-width: 800px;
    margin: auto;
  }
  .p-top-campaign__youtubewrap:after {
    content: "";
    display: block;
    padding-top: 57%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-campaign__youtubewrap {
    width: 100%;
    height: 39rem;
  }
}
.p-top-campaign__youtubewrap__youtube {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.p-top-covid19 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top-covid19 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-covid19 {
    margin-top: 3rem;
  }
}
.p-top-covid19__inner {
  position: relative;
  background-color: #78ccf3;
}
@media screen and (min-width: 769px) {
  .p-top-covid19__inner {
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-covid19__inner {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .p-top-covid19__inner {
    padding: 48px;
    max-width: 980px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-top-covid19__inner {
    padding: 5.600000000000001rem 2.8rem;
  }
}
.p-top-covid19__title {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
}
@media screen and (min-width: 769px) {
  .p-top-covid19__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-covid19__title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .p-top-covid19__illust {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .p-top-covid19__illust {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 4rem;
  }
}
.p-top-covid19__illust__img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  text-indent: -9999px;
  width: 1em;
  height: 1em;
}
@media screen and (min-width: 769px) {
  .p-top-covid19__illust__img {
    font-size: 16rem;
    max-width: 124px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-covid19__illust__img {
    font-size: 16rem;
    margin-top: 3rem;
  }
}
.p-top-covid19__illust__img.img-1 {
  background-image: url("../images/top/covid19/img-illust-1.png");
}
.p-top-covid19__illust__img.img-2 {
  background-image: url("../images/top/covid19/img-illust-2.png");
}
.p-top-covid19__illust__img.img-3 {
  background-image: url("../images/top/covid19/img-illust-3.png");
}
.p-top-covid19__illust__img.img-4 {
  background-image: url("../images/top/covid19/img-illust-4.png");
}
.p-top-covid19__illust__img.img-5 {
  background-image: url("../images/top/covid19/img-illust-5.png");
}
.p-top-covid19__illust__img.img-6 {
  background-image: url("../images/top/covid19/img-illust-6.png");
}
.p-top-covid19__btn {
  display: table;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-top-covid19__btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-covid19__btn {
    margin-top: 5rem;
  }
}
.p-top-covid19__info {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-top-covid19__info {
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-covid19__info {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .p-top-covid19__info {
    padding: 15px 25px 25px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-covid19__info {
    padding: 2.5rem 2rem 4rem;
    margin-top: 6rem;
  }
}
.p-top-covid19__info__title {
  color: #009fe8;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-top-covid19__info__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-covid19__info__title {
    font-size: 2.6rem;
  }
}
.p-top-covid19__info__list {
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 769px) {
  .p-top-covid19__info__list {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-covid19__info__list {
    margin-top: 2rem;
  }
}
.p-top-covid19__info__list__li {
  border-top: 1px solid #ddd;
}
.p-top-covid19__info__list__li__item {
  display: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .p-top-covid19__info__list__li__item {
    font-size: 16px;
    padding: 8px 24px 8px 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-covid19__info__list__li__item {
    font-size: 2.4rem;
    padding: 2rem 6rem 2rem 0;
  }
}
.p-top-covid19__info__list__li__item__arrow {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-top-covid19__info__list__li__item__arrow {
    background-image: url("../images/common/arrow/arrow-5-black-2-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 9px;
    height: 15px;
    display: block;
    text-indent: -9999px;
    right: 16px;
    -webkit-transition: all 250ms;
    transition: all 250ms;
  }
  .hover .p-top-covid19__info__list__li__item__arrow,
  .p-top-covid19__info__list__li__item:hover .p-top-covid19__info__list__li__item__arrow {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
@media screen and (max-width: 768px) {
  .p-top-covid19__info__list__li__item__arrow {
    background-image: url("../images/common/arrow/arrow-5-black-right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 1.44rem;
    height: 2.4rem;
    display: block;
    text-indent: -9999px;
    right: 2.4rem;
  }
}
.p-top-covid19__note {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-top-covid19__note {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-covid19__note {
    font-size: 2rem;
    text-align: justify;
    margin-top: 2rem;
    padding: 0 2rem;
  }
}
.p-top-feature {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top-feature__list {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-feature__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .p-top-feature__list__li {
    width: 24%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-feature__list__li {
    width: 48%;
  }
}
.p-top-feature__list__li__item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-feature__list__li__item {
    margin-top: 4rem;
  }
}
.p-top-feature__list__li__item__img {
  position: relative;
  padding-top: 100%;
}
.p-top-feature__list__li__item__img__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 92%;
  height: 92%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  text-indent: -9999px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.p-top-feature__list__li__item__img__img.img-1 {
  background-image: url("../images/top/feature/img-1.jpg");
}
.p-top-feature__list__li__item__img__img.img-2 {
  background-image: url("../images/top/feature/img-2.jpg");
}
.p-top-feature__list__li__item__img__img.img-3 {
  background-image: url("../images/top/feature/img-3.jpg");
}
.p-top-feature__list__li__item__img__img.img-4 {
  background-image: url("../images/top/feature/img-4.jpg");
}
.p-top-feature__list__li__item__img.mask-1 .p-top-feature__list__li__item__img__img {
  -webkit-mask-image: url("../images/common/mask/mask-thumb-1.svg");
          mask-image: url("../images/common/mask/mask-thumb-1.svg");
}
.p-top-feature__list__li__item__img.mask-2 .p-top-feature__list__li__item__img__img {
  -webkit-mask-image: url("../images/common/mask/mask-thumb-2.svg");
          mask-image: url("../images/common/mask/mask-thumb-2.svg");
}
.p-top-feature__list__li__item__img.mask-3 .p-top-feature__list__li__item__img__img {
  -webkit-mask-image: url("../images/common/mask/mask-thumb-3.svg");
          mask-image: url("../images/common/mask/mask-thumb-3.svg");
}
.p-top-feature__list__li__item__img.mask-0 .p-top-feature__list__li__item__img__img {
  -webkit-mask-image: url("../images/common/mask/mask-thumb-4.svg");
          mask-image: url("../images/common/mask/mask-thumb-4.svg");
}
.p-top-feature__list__li__item__img__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  text-indent: -9999px;
}
.p-top-feature__list__li__item__img.mask-1 .p-top-feature__list__li__item__img__bg {
  background-image: url("../images/common/mask/mask-thumb-1-bg.png");
}
.p-top-feature__list__li__item__img.mask-2 .p-top-feature__list__li__item__img__bg {
  background-image: url("../images/common/mask/mask-thumb-2-bg.png");
}
.p-top-feature__list__li__item__img.mask-3 .p-top-feature__list__li__item__img__bg {
  background-image: url("../images/common/mask/mask-thumb-3-bg.png");
}
.p-top-feature__list__li__item__img.mask-0 .p-top-feature__list__li__item__img__bg {
  background-image: url("../images/common/mask/mask-thumb-4-bg.png");
}
.p-top-feature__list__li__item__txt {
  color: #a30016;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-top-feature__list__li__item__txt {
    font-size: 22px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-feature__list__li__item__txt {
    font-size: 3.4rem;
    margin-top: 1rem;
  }
}
.p-top-feature__btn {
  display: table;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-top-feature__btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-feature__btn {
    margin-top: 7rem;
  }
}
.p-top-price {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top-price__box {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-price__box {
    margin-top: 3.6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-top-price__info {
    width: 700px;
    margin: 0 auto;
  }
}
.p-top-price__info__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-top-price__info__dl + .p-top-price__info__dl {
  border-top: 1px solid #a30016;
}
@media screen and (min-width: 769px) {
  .p-top-price__info__dl + .p-top-price__info__dl {
    margin-top: 35px;
    padding-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-price__info__dl + .p-top-price__info__dl {
    margin-top: 4rem;
    padding-top: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .p-top-price__info__dl__dt,
  .p-top-price__info__dl__dd {
    margin-top: 20px;
  }
  .p-top-price__info__dl__dt:first-of-type,
  .p-top-price__info__dl__dd:first-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-price__info__dl__dt,
  .p-top-price__info__dl__dd {
    margin-top: 3rem;
  }
  .p-top-price__info__dl__dt:first-of-type,
  .p-top-price__info__dl__dd:first-of-type {
    margin-top: 0;
  }
}
.p-top-price__info__dl__dt .sp-font,
.p-top-price__info__dl__dd .sp-font {
  font-size: 0.9em;
}
.p-top-price__info__dl__dt .text-height-1,
.p-top-price__info__dl__dd .text-height-1 {
  display: block;
  line-height: 1.5;
}
.p-top-price__info__dl__dt {
  background-color: #a30016;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-top-price__info__dl__dt {
    width: 110px;
    height: 30px;
    font-size: 15px;
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    border-radius: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-price__info__dl__dt {
    width: 16.6rem;
    height: 4.600000000000001rem;
    font-size: 2.6rem;
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    border-radius: 2.3rem;
  }
}
.p-top-price__info__dl__dd {
  font-weight: bold;
  color: #a30016;
}
@media screen and (min-width: 769px) {
  .p-top-price__info__dl__dd {
    font-size: 22px;
    width: calc(100% - 140px);
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-price__info__dl__dd {
    font-size: 3.4rem;
    width: calc(100% - 19rem);
    margin-left: 2.4rem;
  }
}
.p-top-price__info__dl__dd.is-desc {
  color: #000;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-top-price__info__dl__dd.is-desc {
    font-size: 20px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .p-top-price__info__dl__dd.is-desc {
    width: 100%;
    margin-left: 0;
    font-size: 3rem;
    margin-top: 1.5rem;
  }
}
.p-top-price__info__dl__dd small {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-top-price__info__dl__dd small {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-price__info__dl__dd small {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-top-price__repertoire {
    width: 800px;
    margin: 0 auto;
  }
}
.p-top-price__repertoire__title {
  font-weight: 700;
  color: #a30016;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-top-price__repertoire__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-price__repertoire__title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .p-top-price__repertoire__txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-price__repertoire__txt {
    margin-top: 2rem;
  }
}
.p-top-price__repertoire__btn {
  display: table;
}
@media screen and (min-width: 769px) {
  .p-top-price__repertoire__btn {
    width: 295px;
    height: 50px;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-price__repertoire__btn {
    width: 49rem;
    height: 9rem;
    margin: 2rem auto 0;
  }
}
.p-top-report {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top-report__list {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .p-top-report__list {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .p-top-report__list__item {
    width: 30.5%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-report__list__item {
    display: block;
  }
  .p-top-report__list__item + .p-top-report__list__item {
    margin-top: 4rem;
  }
}
.p-top-report__list__item__youtube {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-top-report__list__item__youtube {
    width: 100%;
    height: 207px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-report__list__item__youtube {
    width: 100%;
    height: 38.800000000000004rem;
  }
}
.p-top-report__list__item__name {
  font-weight: 700;
  color: #a30016;
}
@media screen and (min-width: 769px) {
  .p-top-report__list__item__name {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-report__list__item__name {
    margin-top: 2rem;
    font-size: 3.4rem;
  }
}
.p-top-report__btn {
  display: table;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-top-report__btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-report__btn {
    margin-top: 6rem;
  }
}
.p-top-special {
  position: relative;
}
.p-top-special__box {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top-special__box {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-special__box {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .p-top-special__box__title,
  .p-top-special__box__sub,
  .p-top-special__box__txt {
    width: 42%;
  }
}
.p-top-special__box__title {
  font-weight: 700;
  color: #a30016;
}
@media screen and (min-width: 769px) {
  .p-top-special__box__title {
    font-size: 35px;
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-special__box__title {
    text-align: center;
    font-size: 4rem;
  }
}
.p-top-special__box__sub {
  color: #a30016;
}
@media screen and (min-width: 769px) {
  .p-top-special__box__sub {
    font-size: 22px;
    margin-top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-special__box__sub {
    text-align: center;
    font-size: 3.4rem;
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-top-special__box__txt {
    margin-top: 24px;
    min-height: 170px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-special__box__txt {
    margin-top: 3rem;
  }
}
.p-top-special__box__youtube {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-top-special__box__youtube {
    width: 50%;
    height: 303px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-top-special__box__youtube {
    width: 100%;
    height: 33rem;
    margin-top: 6rem;
  }
}
.p-top-special__box__btn {
  display: table;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-top-special__box__btn {
    margin-top: 110px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-special__box__btn {
    margin-top: 7rem;
  }
}
.p-top-trial {
  position: relative;
}
.p-top-trial__box {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top-trial__box {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-trial__box {
    margin-top: 4rem;
  }
}
.p-top-trial__box__info {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top-trial__box__info {
    width: 50%;
    margin-left: 50%;
    top: -8px;
  }
}
.p-top-trial__box__info__title {
  color: #a30016;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-top-trial__box__info__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-trial__box__info__title {
    font-size: 3.4rem;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .p-top-trial__box__info__txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-trial__box__info__txt {
    margin-top: 3rem;
  }
}
.p-top-trial__box__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  text-indent: -9999px;
  background-image: url("../images/top/trial/img-1.jpg");
}
@media screen and (min-width: 769px) {
  .p-top-trial__box__img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-trial__box__img {
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-top-trial__box__img {
    width: 44%;
    height: 325px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-top-trial__box__img {
    width: 100%;
    height: 42.2rem;
    margin-top: 4.5rem;
  }
}
.p-top-trial__btn {
  display: table;
}
@media screen and (min-width: 769px) {
  .p-top-trial__btn {
    margin-top: 24px;
    margin-left: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-trial__btn {
    margin: 6.5rem auto 0;
  }
}
.p-top-visual {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-top-visual {
    min-height: 800px;
    height: 100vh;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual {
    height: 135rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 1201px) and (min-width: 768px) {
  .p-top-visual {
    height: 780px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-visual__yamaha {
    background-image: url("../images/top/visual/logo-yamaha-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 213px;
    height: 75px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 50px;
    top: 90px;
    right: auto;
    bottom: auto;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__yamaha {
    background-image: url("../images/top/visual/logo-yamaha-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 19.596rem;
    height: 6.9rem;
    display: block;
    text-indent: -9999px;
    margin-left: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .p-top-visual__seishun {
    background-image: url("../images/top/visual/logo-seishun-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 429px;
    height: 122px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 48px;
    top: 246px;
    right: auto;
    bottom: auto;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__seishun {
    background-image: url("../images/top/visual/logo-seishun-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 51.48rem;
    height: 14.64rem;
    display: block;
    text-indent: -9999px;
    margin: 2.6rem auto 0;
  }
}
@media screen and (min-width: 769px) {
  .p-top-visual__copy {
    display: block;
    position: absolute;
    left: 50px;
    top: 390px;
    right: auto;
    bottom: auto;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__copy {
    margin-top: 2rem;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 769px) {
  .p-top-visual__copy__1 {
    background-image: url("../images/top/visual/copy-1-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 359px;
    height: 50px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__copy__1 {
    background-image: url("../images/top/visual/copy-1-sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 44.6rem;
    height: 6.8rem;
    display: block;
    text-indent: -9999px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .p-top-visual__copy__2 {
    background-image: url("../images/top/visual/copy-2-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 584px;
    height: 50px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__copy__2 {
    background-image: url("../images/top/visual/copy-2-sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 68.8rem;
    height: 6.8rem;
    display: block;
    text-indent: -9999px;
    margin: 1.2rem auto 0;
  }
}
@media screen and (min-width: 769px) {
  .p-top-visual__kv {
    width: calc(100vw - 370px);
    min-height: 700px;
    height: calc(100vh - 120px);
    display: block;
    position: absolute;
    left: 330px;
    top: 30px;
    right: auto;
    bottom: auto;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__kv {
    position: relative;
    width: 70rem;
    height: 48.800000000000004rem;
    margin: 2.4rem auto 0;
  }
}
@media screen and (max-width: 1201px) and (min-width: 768px) {
  .p-top-visual__kv {
    width: calc(100vw - 200px);
    display: block;
    position: absolute;
    left: 200px;
    top: 30px;
    right: auto;
    bottom: auto;
    z-index: 1;
    height: 640px;
  }
}
.p-top-visual__kv__imgs {
  width: 96%;
  height: 99%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-image: url("../images/common/mask/mask-visual.svg");
          mask-image: url("../images/common/mask/mask-visual.svg");
}
.p-top-visual__kv__imgs .slick-list {
  height: 100%;
}
.p-top-visual__kv__imgs .slick-track {
  height: 100%;
}
.p-top-visual__kv__imgs__img {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  text-indent: -9999px;
}
.p-top-visual__kv__bg {
  background-image: url("../images/common/mask/mask-visual-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.p-top-visual__kv__dot {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-top-visual__kv__dot {
    display: block;
    position: absolute;
    right: 440px;
    bottom: -34px;
    left: auto;
    top: auto;
    z-index: 1;
    width: calc(100% - 440px);
    padding-left: 20rem;
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__kv__dot {
    display: block;
    position: absolute;
    left: 0rem;
    bottom: -3.4rem;
    right: auto;
    top: auto;
    z-index: 1;
    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;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.p-top-visual__kv__dot__item {
  border-radius: 50%;
}
.p-top-visual__kv__dot__item.is-current {
  background-color: #d6001d;
}
@media screen and (min-width: 769px) {
  .p-top-visual__kv__dot__item {
    width: 15px;
    height: 15px;
    border: 2px solid #d6001d;
    margin-left: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__kv__dot__item {
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid #d6001d;
    margin-left: 1.6rem;
  }
}
.p-top-visual__kv__dot__item:first-child {
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  .p-top-visual__obj {
    background-image: url("../images/top/visual/img-kumo-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 443px;
    height: 318px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 0px;
    left: auto;
    top: auto;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__obj {
    background-image: url("../images/top/visual/img-illust-sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 70.4rem;
    height: 29rem;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 2rem;
    top: 7.5rem;
    right: auto;
    bottom: auto;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  .p-top-visual__nav {
    display: block;
    position: absolute;
    left: 50px;
    bottom: 40px;
    right: auto;
    top: auto;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__nav {
    position: relative;
    width: 69rem;
    margin: 7rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .p-top-visual__nav__list__li + .p-top-visual__nav__list__li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__nav__list__li {
    width: 33rem;
    margin-top: 2rem;
  }
  .p-top-visual__nav__list__li:nth-child(1),
  .p-top-visual__nav__list__li:nth-child(2) {
    margin-top: 0;
  }
}
.p-top-visual__nav__list__li__item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top-visual__nav__list__li__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__nav__list__li__item {
    background-color: #d6001d;
    height: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 1rem;
  }
}
.p-top-visual__nav__list__li__item__ico {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  text-indent: -9999px;
}
@media screen and (min-width: 769px) {
  .p-top-visual__nav__list__li__item__ico {
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 14px;
    -webkit-transition: all 250ms;
    transition: all 250ms;
  }
  .p-top-visual__nav__list__li__item:hover .p-top-visual__nav__list__li__item__ico {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__nav__list__li__item__ico {
    display: block;
    position: absolute;
    width: 4.100000000000001rem;
    height: 4.100000000000001rem;
    left: 2.6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-top-visual__nav__list__li__item__ico.room {
    background-image: url("../images/common/nav/ico-room-sp.png");
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__nav__list__li__item__ico.room {
    background-image: url("../images/common/nav/ico-room-white-sp.png");
  }
}
@media screen and (min-width: 769px) {
  .p-top-visual__nav__list__li__item__ico.firsttime {
    background-image: url("../images/common/nav/ico-firsttime-sp.png");
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__nav__list__li__item__ico.firsttime {
    background-image: url("../images/common/nav/ico-firsttime-white-sp.png");
  }
}
@media screen and (min-width: 769px) {
  .p-top-visual__nav__list__li__item__ico.special {
    background-image: url("../images/common/nav/ico-special-sp.png");
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__nav__list__li__item__ico.special {
    background-image: url("../images/common/nav/ico-special-white-sp.png");
  }
}
@media screen and (min-width: 769px) {
  .p-top-visual__nav__list__li__item__ico.faq {
    background-image: url("../images/common/nav/ico-faq-sp.png");
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__nav__list__li__item__ico.faq {
    background-image: url("../images/common/nav/ico-faq-white-sp.png");
  }
}
.p-top-visual__nav__list__li__item__txt {
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top-visual__nav__list__li__item__txt {
    color: #a30016;
    font-size: 20px;
    letter-spacing: 0.15em;
    padding-bottom: 6px;
  }
  .p-top-visual__nav__list__li__item__txt:after {
    content: "";
    width: calc(100% + 20px);
    height: 6px;
    background-image: url("../images/common/line/line-wave-pc.png");
    background-size: 15px 6px;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: auto;
    top: auto;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__nav__list__li__item__txt {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 700;
    padding-left: 8.4rem;
  }
}
@media screen and (min-width: 769px) {
  .p-top-visual__nav__list__li__item__arrow {
    background-image: url("../images/common/arrow/arrow-2-red2-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 17.6px;
    height: 14.4px;
    display: block;
    text-indent: -9999px;
    position: relative;
    margin-left: 3px;
    top: -3px;
    -webkit-transition: all 250ms;
    transition: all 250ms;
  }
  .p-top-visual__nav__list__li__item:hover .p-top-visual__nav__list__li__item__arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__nav__list__li__item__arrow {
    background-image: url("../images/common/arrow/arrow-2-white-right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 2.2rem;
    height: 1.8rem;
    display: block;
    text-indent: -9999px;
    position: absolute;
    right: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .p-top-visual__btns {
    display: block;
    position: absolute;
    right: 50px;
    bottom: 30px;
    left: auto;
    top: auto;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__btns {
    position: relative;
    width: 69rem;
    margin: 2rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-top-visual__btns__item {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-top-visual__btns__item.is-trial {
    width: 335px;
    height: 88px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__btns__item.is-trial {
    background-image: url("../images/top/visual/btn-trial-sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 33.4rem;
    height: 12.9rem;
    display: block;
    text-indent: -9999px;
  }
  .p-top-visual__btns__item.is-trial .c-btn-2 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-top-visual__btns__item.is-tel {
    width: 335px;
    height: 136px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__btns__item.is-tel {
    background-image: url("../images/top/visual/btn-tel-sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 33.4rem;
    height: 12.9rem;
    display: block;
    text-indent: -9999px;
  }
  .p-top-visual__btns__item.is-tel .c-btn-2 {
    display: none;
  }
}
.p-top-visual__btns__item__tel {
  color: #a30016;
  position: relative;
  font-weight: 700;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-top-visual__btns__item__tel {
    line-height: 1.5;
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__btns__item__tel {
    line-height: 1.4;
    padding-bottom: 0.6rem;
  }
}
.p-top-visual__btns__item__tel__title {
  display: table;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-top-visual__btns__item__tel__title {
    font-size: 18px;
    line-height: 1.2;
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__btns__item__tel__title {
    font-size: 2.7rem;
    line-height: 1.3;
    padding-top: 1.3rem;
  }
}
.p-top-visual__btns__item__tel__tel {
  position: relative;
  display: table;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-top-visual__btns__item__tel__tel {
    font-size: 34px;
    padding-left: 50px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__btns__item__tel__tel {
    font-size: 5.2rem;
    padding-left: 7.800000000000001rem;
    line-height: 1.1;
  }
}
.p-top-visual__btns__item__tel__tel:before {
  content: "";
}
@media screen and (min-width: 769px) {
  .p-top-visual__btns__item__tel__tel:before {
    background-image: url("../images/common/ico/ico-tel-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 42px;
    height: 27px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    right: auto;
    bottom: auto;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__btns__item__tel__tel:before {
    background-image: url("../images/common/ico/ico-tel-pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 6.72rem;
    height: 4.32rem;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 0rem;
    top: 0.8rem;
    right: auto;
    bottom: auto;
    z-index: 1;
  }
}
.p-top-visual__btns__item__tel__info1 {
  display: table;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-top-visual__btns__item__tel__info1 {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__btns__item__tel__info1 {
    font-size: 2.2rem;
  }
}
.p-top-visual__btns__item__tel__info2 {
  display: table;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-top-visual__btns__item__tel__info2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__btns__item__tel__info2 {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 769px) {
  .p-top-visual__tobottom {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-top-visual__tobottom {
    width: 10rem;
    height: 10rem;
    background-color: #a30016;
    border-radius: 50%;
    position: fixed;
    z-index: 10000;
    right: 3rem;
    bottom: 13rem;
    -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0,0,0,0.3);
            box-shadow: 0 0.2rem 0.4rem rgba(0,0,0,0.3);
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
  }
  .p-top-visual__tobottom.is-hide {
    -webkit-transform: translateY(30rem);
            transform: translateY(30rem);
  }
  .p-top-visual__tobottom:after {
    content: "";
    background-image: url("../images/top/visual/to-bottom.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 10rem;
    height: 10rem;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
}
.p-top-voice {
  position: relative;
}
.p-top-voice__box {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top-voice__box {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-voice__box {
    margin-top: 4rem;
  }
}
.p-top-voice__box__info {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top-voice__box__info {
    width: 40%;
    min-height: 240px;
  }
}
.p-top-voice__box__youtube {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-top-voice__box__youtube {
    width: 50%;
    height: 350px;
    display: block;
    position: absolute;
    right: 2.5%;
    top: -115px;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-top-voice__box__youtube {
    width: 100%;
    height: 37rem;
    margin-top: 4.5rem;
  }
}
.p-top-voice__btn {
  display: table;
}
@media screen and (min-width: 769px) {
  .p-top-voice__btn {
    margin: 75px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-voice__btn {
    margin: 6.5rem auto 0;
  }
}
@media screen and (min-width: 769px) {
  .p-trial-desc {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-trial-desc {
    padding-top: 9rem;
    padding-bottom: 12rem;
  }
}
@media screen and (min-width: 769px) {
  .p-trial-desc__txt {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-trial-desc__txt {
    padding-top: 3rem;
  }
}
.p-trial-desc__btn {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-trial-desc__btn {
    margin: 50px auto 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-trial-desc__btn {
    margin-top: 6rem;
  }
}
.p-trial-detail {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-trial-detail {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-trial-detail__item {
    width: 47.5%;
  }
}
@media screen and (max-width: 768px) {
  .p-trial-detail__item + .p-trial-detail__item {
    margin-top: 8.5rem;
  }
}
.p-trial-detail__item__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  text-indent: -9999px;
}
@media screen and (min-width: 769px) {
  .p-trial-detail__item__img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-trial-detail__item__img {
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-trial-detail__item__img {
    width: 100%;
    height: 356px;
  }
}
@media screen and (max-width: 768px) {
  .p-trial-detail__item__img {
    width: 100%;
    height: 43rem;
  }
}
@media screen and (min-width: 769px) {
  .p-trial-detail__item__title,
  .p-trial-detail__item__txt,
  .p-trial-detail__item__time {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-trial-detail__item__title,
  .p-trial-detail__item__txt,
  .p-trial-detail__item__time {
    padding: 0 0rem;
  }
}
.p-trial-detail__item__title {
  font-weight: 700;
  color: #a30016;
}
@media screen and (min-width: 769px) {
  .p-trial-detail__item__title {
    font-size: 34px;
    margin: 28px 0 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-trial-detail__item__title {
    font-size: 4rem;
    margin: 2.8rem 0 1.8rem;
  }
}
.p-trial-detail__item__hr {
  width: 100%;
  height: 1px;
  background-color: rgba(163,0,22,0.2);
  border: none;
}
@media screen and (min-width: 769px) {
  .p-trial-detail__item__hr {
    margin: 20px auto 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-trial-detail__item__hr {
    margin: 2rem auto 2.8rem;
  }
}
.p-trial-detail__item__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-trial-detail__item__time__title {
  background-color: #a30016;
  color: #fff;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (min-width: 769px) {
  .p-trial-detail__item__time__title {
    font-size: 15px;
    width: 110px;
    height: 32px;
    border-radius: 16px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-trial-detail__item__time__title {
    font-size: 2.6rem;
    width: 16.400000000000002rem;
    height: 4.800000000000001rem;
    border-radius: 2.4rem;
    margin-top: 0.4rem;
  }
}
@media screen and (min-width: 769px) {
  .p-trial-detail__item__time__txt {
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 768px) {
  .p-trial-detail__item__time__txt {
    width: calc(100% - 18rem);
  }
}
.p-trial-howto__title {
  color: #a30016;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-trial-howto__title {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-trial-howto__title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .p-trial-howto__txt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-trial-howto__txt {
    margin-top: 2.5rem;
  }
}
.p-trial-howto__btn {
  display: table;
}
@media screen and (min-width: 769px) {
  .p-trial-howto__btn {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-trial-howto__btn {
    margin: 3.5rem auto 0;
  }
}
@media screen and (min-width: 769px) {
  .p-voice-desc {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-voice-desc {
    padding-top: 9rem;
    padding-bottom: 12rem;
  }
}
.p-voice-list {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-voice-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-voice-list {
    margin-top: 7.4rem;
  }
}
.p-voice-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .p-voice-list__item {
    width: 46%;
    margin-top: 30px;
  }
  .p-voice-list__item:nth-child(1),
  .p-voice-list__item:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-voice-list__item + .p-voice-list__item {
    margin-top: 4rem;
  }
}
.p-voice-list__item__face {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  text-indent: -9999px;
}
@media screen and (min-width: 769px) {
  .p-voice-list__item__face {
    width: 115px;
    height: 115px;
  }
}
@media screen and (max-width: 768px) {
  .p-voice-list__item__face {
    width: 14rem;
    height: 14rem;
  }
}
.p-voice-list__item.item-1 .p-voice-list__item__face {
  background-image: url("../images/voice/img-face-1-pc.png");
}
.p-voice-list__item.item-2 .p-voice-list__item__face {
  background-image: url("../images/voice/img-face-2-pc.png");
}
.p-voice-list__item.item-3 .p-voice-list__item__face {
  background-image: url("../images/voice/img-face-3-pc.png");
}
.p-voice-list__item.item-4 .p-voice-list__item__face {
  background-image: url("../images/voice/img-face-4-pc.png");
}
.p-voice-list__item.item-5 .p-voice-list__item__face {
  background-image: url("../images/voice/img-face-5-pc.png");
}
.p-voice-list__item__box {
  position: relative;
  background-color: #fff;
  border-color: #fbd6db;
  border-style: solid;
}
@media screen and (min-width: 769px) {
  .p-voice-list__item__box {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-voice-list__item__box {
    border-radius: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-voice-list__item__box {
    border-width: 2px;
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 768px) {
  .p-voice-list__item__box {
    border-width: 0.2rem;
    width: calc(100% - 17.5rem);
  }
}
.p-voice-list__item__box:after {
  content: "";
}
@media screen and (min-width: 769px) {
  .p-voice-list__item__box:after {
    background-image: url("../images/common/parts/hukidashi-pink.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 27px;
    height: 21px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: -26px;
    top: 62px;
    right: auto;
    bottom: auto;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-voice-list__item__box:after {
    background-image: url("../images/common/parts/hukidashi-pink.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 2.7rem;
    height: 2.1rem;
    display: block;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: -2.6rem;
    top: 8.200000000000001rem;
    right: auto;
    bottom: auto;
    z-index: 1;
  }
}
.p-voice-list__item__box__txt {
  color: #d6001d;
}
@media screen and (min-width: 769px) {
  .p-voice-list__item__box__txt {
    padding: 24px 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-voice-list__item__box__txt {
    padding: 2.8rem 5rem;
  }
}
.p-voice-movie__youtube {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-voice-movie__youtube {
    width: 840px;
    height: 473px;
  }
}
@media screen and (max-width: 768px) {
  .p-voice-movie__youtube {
    width: 100%;
    height: 38.800000000000004rem;
  }
}
