@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul,
ol,
nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.4;
  font-size: 1.6rem;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
textarea,
select {
  font-family: 'M PLUS 1p', sans-serif;
}

* {
  -webkit-tap-highlight-color: transparent;
}

[v-cloak] {
  display: none !important;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

.l-content {
  margin: 0 auto;
  max-width: 1080px;
  padding-top: 5.4rem;
  min-height: calc(100vh - 25.6rem);
}

@media screen and (min-width: 768px) {
  .l-content {
    padding-top: 6.4rem;
  }
}

.l-section {
  padding: 2.4rem;
}

@media screen and (min-width: 768px) {
  .l-section {
    padding: 3.2rem;
  }
}

.l-section.-bg-pattern {
  background-image: image-url("common/bg-pattern.png");
  background-size: 6.6rem;
}

.l-section.-bg-alto {
  background-color: #F6F5FA;
}

.l-section.-bg-wide {
  position: relative;
}

.l-section.-bg-wide > * {
  position: relative;
}

.l-section.-bg-wide::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  bottom: 0;
  margin: auto;
  background: inherit;
  width: 100vw;
}

.l-grid-list-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.8rem;
}

.l-grid-list-large li {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0.8rem;
}

@media screen and (min-width: 768px) {
  .l-grid-list-large li {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media screen and (min-width: 960px) {
  .l-grid-list-large li {
    width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}

.l-grid-list-medium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.8rem;
}

.l-grid-list-medium li {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0.8rem;
}

@media screen and (min-width: 768px) {
  .l-grid-list-medium li {
    width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}

@media screen and (min-width: 960px) {
  .l-grid-list-medium li {
    width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

.l-barlink-list li {
  border-top: solid 0.1rem #4D4397;
  border-bottom: solid 0.1rem #4D4397;
}

.l-barlink-list li + li {
  border-top: 0;
}

.l-barlink-list.-no-border li {
  border-top: solid 0.1rem white;
  border-bottom: solid 0.1rem white;
}

.l-menu {
  position: fixed;
  top: 5.4rem;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  background-color: white;
}

@media screen and (min-width: 768px) {
  .l-menu {
    top: 6.4rem;
  }
}

.l-form__field + .l-form__field {
  margin-top: 1.6rem;
}

@media screen and (min-width: 768px) {
  .l-form__field.-max-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}

.l-form__field.-max-25 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .l-form__field.-max-25 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
  }
}

.l-action {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 15;
}

.l-step-list li + li {
  position: relative;
  margin-top: 3.2rem;
}

@media screen and (min-width: 768px) {
  .l-step-list li + li {
    margin-top: 6.4rem;
  }
}

.l-step-list li + li::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: -2.4rem;
  right: 0;
  left: 0;
  margin: auto;
  border-top: solid 0.3rem #4D4397;
  border-right: solid 0.3rem #4D4397;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (min-width: 768px) {
  .l-step-list li + li::before {
    width: 2.4rem;
    height: 2.4rem;
    top: -4.8rem;
    border-top: solid 0.6rem #4D4397;
    border-right: solid 0.6rem #4D4397;
  }
}

.l-full-width {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.l-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 20;
}

.c-button-small-primary, .c-button-small-outline-primary, .c-button-medium-primary, .c-button-medium-secondary, .c-button-medium-outline-primary, .c-button-medium-text-primary, .c-button-payment {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  margin: 0;
  border-width: 2px;
  border-style: outset;
  border-color: transparent;
  -o-border-image: initial;
     border-image: initial;
  text-decoration: none;
  font-weight: 400;
  min-width: 10rem;
  white-space: nowrap;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  .c-button-small-primary:hover, .c-button-small-outline-primary:hover, .c-button-medium-primary:hover, .c-button-medium-secondary:hover, .c-button-medium-outline-primary:hover, .c-button-medium-text-primary:hover, .c-button-payment:hover {
    background-color: #7567E2;
    color: white;
  }
}

@media screen and (max-width: 768px) {
  .c-button-small-primary[data-push="on"], .c-button-small-outline-primary[data-push="on"], .c-button-medium-primary[data-push="on"], .c-button-medium-secondary[data-push="on"], .c-button-medium-outline-primary[data-push="on"], .c-button-medium-text-primary[data-push="on"], .c-button-payment[data-push="on"] {
    background-color: #7567E2;
    color: white;
  }
}

.-disabled.c-button-small-primary, .-disabled.c-button-small-outline-primary, .-disabled.c-button-medium-primary, .-disabled.c-button-medium-secondary, .-disabled.c-button-medium-outline-primary, .-disabled.c-button-medium-text-primary, .-disabled.c-button-payment, .c-button-small-primary[disabled], .c-button-small-outline-primary[disabled], .c-button-medium-primary[disabled], .c-button-medium-secondary[disabled], .c-button-medium-outline-primary[disabled], .c-button-medium-text-primary[disabled], .c-button-payment[disabled] {
  opacity: 0.3;
  pointer-events: none;
}

.c-button-small-primary, .c-button-small-outline-primary {
  font-size: 1.2rem;
  font-weight: 500;
  height: 3rem;
  padding: 0 0.8rem;
  border-radius: 0.6rem;
  white-space: nowrap;
}

.c-button-medium-primary, .c-button-medium-secondary, .c-button-medium-outline-primary, .c-button-medium-text-primary {
  font-size: 1.4rem;
  height: 5.2rem;
  padding: 0 1.6rem;
  border-radius: 1rem;
}

.-strong.c-button-medium-primary, .-strong.c-button-medium-secondary, .-strong.c-button-medium-outline-primary, .-strong.c-button-medium-text-primary {
  font-size: 1.8rem;
  font-weight: 500;
}

.c-button-small-primary {
  background-color: #4D4397;
  color: white;
}

.c-button-small-outline-primary {
  background-color: white;
  border: solid 0.1rem #4D4397;
  color: #4D4397;
}

.c-button-medium-primary {
  background-color: #4D4397;
  color: white;
}

.c-button-medium-secondary {
  background-color: #E85298;
  color: white;
}

.c-button-medium-outline-primary {
  background-color: white;
  border: solid 0.1rem #4D4397;
  color: #4D4397;
}

.c-button-medium-text-primary {
  background-color: white;
  color: #4D4397;
}

.c-button-close {
  position: relative;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  .c-button-close:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 768px) {
  .c-button-close[data-push="on"] {
    opacity: 0.6;
  }
}

.c-button-close::before, .c-button-close::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 0.2rem;
  background-color: white;
}

.c-button-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-button-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-button-payment {
  font-size: 1.8rem;
  font-weight: 800;
  height: 6.4rem;
  padding: 1.6rem;
  border-radius: 1rem;
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
  border: solid 0.2rem #4D4397;
}

@media screen and (min-width: 768px) {
  .c-button-payment:hover {
    background-color: rgba(117, 103, 226, 0.2);
    color: rgba(0, 0, 0, 0.87);
  }
}

@media screen and (max-width: 768px) {
  .c-button-payment[data-push="on"] {
    background-color: rgba(117, 103, 226, 0.2);
    color: rgba(0, 0, 0, 0.87);
  }
}

.c-button-payment img {
  margin: 0 0.8rem;
}

.c-title-section {
  position: relative;
  color: #4D4397;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
  line-height: 1;
  padding-left: 2.4rem;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .c-title-section {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
    padding-left: 3.2rem;
  }
}

.c-title-section::before, .c-title-section::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.3rem;
}

@media screen and (min-width: 768px) {
  .c-title-section::before, .c-title-section::after {
    top: 0.4rem;
  }
}

.c-title-section::before {
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #4D4397;
  margin-right: 0.8rem;
}

@media screen and (min-width: 768px) {
  .c-title-section::before {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.c-title-section::after {
  left: .8rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1rem 1rem 0;
}

@media screen and (min-width: 768px) {
  .c-title-section::after {
    border-width: 0 1.6rem 1.6rem 0;
  }
}

.c-title-section.-secondary::after {
  border-color: transparent #E85298 transparent transparent;
}

.c-title-section.-thirdly::after {
  border-color: transparent #64C0AB transparent transparent;
}

.c-title-medium {
  font-size: 1.6rem;
  font-weight: 500;
  color: #4D4397;
  line-height: 1.6;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .c-title-medium {
    font-size: 2.4rem;
  }
}

.c-title-medium.-center {
  text-align: center;
}

.c-title-small {
  font-size: 1.6rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .c-title-small {
    font-size: 1.8rem;
  }
}

.c-title-award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: solid 1px #4D4397;
  padding: 0.8rem 1.6rem 0.8rem 4rem;
  border-radius: 2.3rem;
  background-color: white;
}

.c-title-award__award {
  position: relative;
  font-size: 1.8rem;
  color: #4D4397;
  min-width: 3.6rem;
}

.c-title-award__award::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: -2.6rem;
  width: 2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2rem;
          flex: 0 0 2rem;
  height: 2.1rem;
  background-size: contain;
  background-image: image-url("common/icon-award-kuji.png");
  background-repeat: no-repeat;
  margin-right: 0.8rem;
}

.c-title-award__award::after {
  content: ".";
  width: 0;
  font-size: 1px;
  color: transparent;
  margin-right: 1px;
}

.c-title-award__award.-gacha::before {
  background-image: image-url("common/icon-award-gacha.png");
}

.c-title-award__award:empty {
  min-width: 0;
}

.c-title-award__award:empty::after {
  content: none;
}

.c-title-award__name {
  min-width: 50%;
  font-size: 1.8rem;
  font-weight: 500;
}

.c-title-award__count {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  color: rgba(0, 0, 0, 0.54);
  font-size: 1.6rem;
  font-weight: 400;
  min-width: 64px;
}

.c-title-with-character {
  text-align: center;
  position: relative;
}

.c-title-with-character__text {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.6;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 360px) {
  .c-title-with-character__text {
    font-size: 1.4rem;
  }
}

.c-title-with-character__text strong {
  font-size: 2rem;
  margin-right: 0.4rem;
  color: #4D4397;
}

.c-title-with-character__text strong > * {
  position: relative;
}

.c-title-with-character__text strong > *::before {
  content: "";
  position: absolute;
  display: block;
  top: -0.8rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #4D4397;
}

.c-title-with-character__text::before, .c-title-with-character__text::after {
  content: "";
  position: absolute;
  bottom: 1.2rem;
  height: 60%;
  width: 0.2rem;
  background-color: #4D4397;
}

@media screen and (max-width: 360px) {
  .c-title-with-character__text::before, .c-title-with-character__text::after {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  .c-title-with-character__text::before, .c-title-with-character__text::after {
    height: 40%;
  }
}

.c-title-with-character__text::before {
  left: -4rem;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  -webkit-box-shadow: -0.8rem 0.8rem 0 0 #4D4397;
          box-shadow: -0.8rem 0.8rem 0 0 #4D4397;
}

@media screen and (max-width: 768px) {
  .c-title-with-character__text::before {
    left: -1.6rem;
    -webkit-box-shadow: -0.6rem 0.4rem 0 0 #4D4397;
            box-shadow: -0.6rem 0.4rem 0 0 #4D4397;
  }
}

.c-title-with-character__text::after {
  right: -4rem;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-box-shadow: 0.8rem 0.8rem 0 0 #4D4397;
          box-shadow: 0.8rem 0.8rem 0 0 #4D4397;
}

@media screen and (max-width: 768px) {
  .c-title-with-character__text::after {
    right: -1.6rem;
    -webkit-box-shadow: 0.6rem 0.4rem 0 0 #4D4397;
            box-shadow: 0.6rem 0.4rem 0 0 #4D4397;
  }
}

@media screen and (min-width: 768px) {
  .c-title-with-character__text {
    font-size: 2.4rem;
  }
  .c-title-with-character__text strong {
    font-size: 3.6rem;
    margin-right: 0.8rem;
  }
}

.c-title-with-character__character {
  position: absolute;
  bottom: -0.8rem;
  right: -64rem;
  left: 0;
  margin: 0 auto;
  width: 10.6rem;
}

@media screen and (max-width: 768px) {
  .c-title-with-character__character {
    display: none;
  }
}

.c-title-recommend {
  position: relative;
  color: #4D4397;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
  line-height: 1;
  padding-left: 3.2rem;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .c-title-recommend {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
    padding-left: 4.8rem;
  }
}

.c-title-recommend::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.1rem;
  left: 0;
  width: 2.8rem;
  height: 2.8rem;
  margin-right: 0.8rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgOTAgOTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDkwIDkwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzRENDM5Nzt9Cgkuc3Qxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzAwMDAwMTA5NzM5MDIyMjE2Nzc3OTIyMjUwMDAwMDA0MDE4MTk4NjE5ODEzODE2NzU1Xyk7fQoJLnN0MntmaWxsOiNGRkM3MDA7fQoJLnN0M3tmaWxsOiNGRUM3MDg7fQo8L3N0eWxlPgo8ZyBpZD0i44Kw44Or44O844OXXzY4NTkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04MCAtMTAzMSkiPgoJPGNpcmNsZSBpZD0i5qWV5YaG5b2iXzk4NyIgY2xhc3M9InN0MCIgY3g9IjEyNSIgY3k9IjEwNzYiIHI9IjQ1Ii8+Cgk8ZyBpZD0i44Kw44Or44O844OXXzY4NTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwMiAxMDU3KSI+CgkJPGc+CgkJCTxkZWZzPgoJCQkJPHJlY3QgaWQ9IlNWR0lEXzFfIiB5PSIwIiB3aWR0aD0iNDUuOCIgaGVpZ2h0PSI0NCIvPgoJCQk8L2RlZnM+CgkJCTxjbGlwUGF0aCBpZD0iU1ZHSURfMDAwMDAwNDI3MDY5MTQxMzMxNjIwNTI2NzAwMDAwMDYwMzgyNjk0MTQ0OTQ2NTA3NzNfIj4KCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzFfIiAgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ii8+CgkJCTwvY2xpcFBhdGg+CgkJCTxnIGlkPSLjgrDjg6vjg7zjg5dfNjg1NSIgc3R5bGU9ImNsaXAtcGF0aDp1cmwoI1NWR0lEXzAwMDAwMDQyNzA2OTE0MTMzMTYyMDUyNjcwMDAwMDA2MDM4MjY5NDE0NDk0NjUwNzczXyk7Ij4KCQkJCTxwYXRoIGlkPSLjg5HjgrlfNzAwMCIgY2xhc3M9InN0MiIgZD0iTTQ1LjYsMTYuNGMtMC41LTEuMy0xLjYtMi4zLTMtMi43bC0xMC41LTIuNEwyNi40LDJjLTEuMi0xLjktMy43LTIuNS01LjYtMS40CgkJCQkJYy0wLjYsMC4zLTEsMC44LTEuNCwxLjRsLTUuOCw5LjRMMy4yLDEzLjhjLTIuMiwwLjUtMy42LDIuNy0zLjEsNC45YzAuMSwwLjYsMC40LDEuMiwwLjgsMS43bDcsOC43TDcuMiwzOS42CgkJCQkJQzcsNDEuOSw4LjgsNDMuOCwxMSw0NGMwLjYsMCwxLjIsMCwxLjctMC4zbDEwLjItMy44bDEwLjIsMy44YzIuMSwwLjgsNC41LTAuMyw1LjMtMi40YzAuMi0wLjUsMC4zLTEuMSwwLjMtMS43TDM3LjksMjlsNy04LjcKCQkJCQlDNDUuOCwxOS4zLDQ2LjEsMTcuOCw0NS42LDE2LjQiLz4KCQkJPC9nPgoJCTwvZz4KCTwvZz4KCTxjaXJjbGUgaWQ9IualleWGhuW9ol85ODgiIGNsYXNzPSJzdDMiIGN4PSIxMjUiIGN5PSIxMDQ2IiByPSIzIi8+Cgk8Y2lyY2xlIGlkPSLmpZXlhoblvaJfOTg5IiBjbGFzcz0ic3QzIiBjeD0iMTA1IiBjeT0iMTA1NiIgcj0iMyIvPgoJPGNpcmNsZSBpZD0i5qWV5YaG5b2iXzk5MCIgY2xhc3M9InN0MyIgY3g9IjE0NCIgY3k9IjEwNTYiIHI9IjMiLz4KPC9nPgo8L3N2Zz4K");
}

@media screen and (min-width: 768px) {
  .c-title-recommend::before {
    top: -0.2rem;
    width: 4rem;
    height: 4rem;
  }
}

.c-label-item {
  font-size: 1.2rem;
  text-align: center;
  color: white;
  padding: 0.4rem 0;
  border-radius: .2rem;
  line-height: 1;
}

.c-label-item.-selling {
  background-color: #E85298;
}

.c-label-item.-kuji {
  background-color: #4D4397;
}

.c-label-item.-gacha {
  background-color: #32A869;
}

.c-label-news {
  font-size: 1.2rem;
  text-align: center;
  color: #E85298;
  border: solid #E85298 0.1rem;
  padding: 0.4rem;
  border-radius: 4rem;
  line-height: 1;
  background-color: white;
}

.c-label-award,
.c-label-pattern {
  height: 2rem;
  font-size: 1.2rem;
  font-weight: 500;
  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;
  border-radius: 4rem;
}

.c-label-award {
  background-color: white;
  border: solid 0.1rem #4D4397;
  color: #4D4397;
}

.c-label-pattern {
  background-color: #4D4397;
  color: white;
}

.c-label-collect {
  font-size: 1.2rem;
  text-align: center;
  color: white;
  background-color: #4D4397;
  padding: 0.4rem;
  border-radius: 4rem;
  line-height: 1;
}

.c-label-stock {
  display: inline-block;
  min-width: 80px;
  background-color: white;
  font-size: 1.2rem;
  padding: 0.2rem 0.4rem;
  text-align: center;
  border-radius: 40px;
  color: #4D4397;
}

.c-label-stock.-stock {
  color: #4D4397;
}

.c-label-stock.-stock::before {
  content: "在庫あり";
}

.c-label-stock.-few {
  color: #E85298;
}

.c-label-stock.-few::before {
  content: "残りわずか";
}

.c-label-stock.-sold {
  background-color: #B5AED1;
  color: #4D4397;
}

.c-label-stock.-sold::before {
  content: "完売";
}

.c-bg-alto {
  background-color: #F6F5FA;
}

.c-bg-alto.-green {
  background-color: #F5FAF9;
}

.c-bg-border {
  border: solid 0.1rem #4D4397;
}

.c-link-image {
  display: block;
  font-size: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  .c-link-image:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 768px) {
  .c-link-image[data-push="on"] {
    opacity: 0.6;
  }
}

.c-link-text {
  color: #4D4397;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.c-link-text.-border {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .c-link-text:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 768px) {
  .c-link-text[data-push="on"] {
    opacity: 0.6;
  }
}

.c-input-textfield, .c-input-textarea, .c-input-selectbox {
  outline: none;
  background: none;
  border: solid 1px #4D4397;
  border-radius: 0;
  padding: 1.6rem;
  width: 100%;
  font-size: 1.6rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-input-textfield::-webkit-input-placeholder, .c-input-textarea::-webkit-input-placeholder, .c-input-selectbox::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.26);
}

.c-input-textfield:-ms-input-placeholder, .c-input-textarea:-ms-input-placeholder, .c-input-selectbox:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.26);
}

.c-input-textfield::-ms-input-placeholder, .c-input-textarea::-ms-input-placeholder, .c-input-selectbox::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.26);
}

.c-input-textfield::placeholder, .c-input-textarea::placeholder, .c-input-selectbox::placeholder {
  color: rgba(0, 0, 0, 0.26);
}

.-error.c-input-textfield, .-error.c-input-textarea, .-error.c-input-selectbox {
  border-color: #E85298;
}

.c-input-textfield[disabled], .c-input-textarea[disabled], .c-input-selectbox[disabled] {
  background-color: rgba(0, 0, 0, 0.12);
}

.c-input-label {
  font-size: 1.4rem;
  font-weight: 500;
  color: #4D4397;
}

.c-input-label small {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.54);
  margin-left: 0.8rem;
}

.c-input-label.-required::after {
  content: "*";
  color: #E85298;
  margin-left: 0.4rem;
}

.c-input-textarea {
  resize: none;
}

.c-input-text {
  font-size: 1.6rem;
  width: 100%;
  text-align: left;
}

.c-input-selectbox {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAVCAMAAAAQExzYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB5QTFRFTUOXb2arvLjY9PP4WE+e3dzrkIq+m5bFsazR////5R9zagAAAAp0Uk5T////////////ALLMLM8AAACISURBVHjadJJbEsQgCAR7iUl27n/haFJmEVg+LB3aFwPqcXw25bC295GRh4IwGAR3viBsqJ3gySfCHrXtnFAQNtXGO/WEE1FBeAllYhFQItYlaUvAiYd+w4XEZ8UHoT/E/BKqiffLqCR+RUMV4YpKZYC3hcLCxTayyavxpDYJjUFspNhalwADAB6BDOcqve6JAAAAAElFTkSuQmCC");
  background-size: 1.4rem 0.8rem;
  background-repeat: no-repeat;
  background-position: center right 1.6rem;
}

.c-input-checkbox {
  -webkit-transform: scale(2);
          transform: scale(2);
  margin: 0 0.5rem;
}

.c-input-error {
  font-size: 1.4rem;
  color: #E85298;
}

.c-line {
  margin: 0;
  border-top: solid #4D4397 0.1rem;
}

.-bullet.c-def-list-x-large dd, .-bullet.c-def-list-large dd, .-bullet.c-def-list-medium dd, .-bullet.c-def-list-small dd {
  position: relative;
  padding-left: 1.6rem;
}

.-bullet.c-def-list-x-large dd::before, .-bullet.c-def-list-large dd::before, .-bullet.c-def-list-medium dd::before, .-bullet.c-def-list-small dd::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.c-def-list-x-large {
  line-height: 1.8;
}

.c-def-list-x-large dt {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
  color: #4D4397;
}

.c-def-list-x-large dd {
  font-size: 1.6rem;
}

.c-def-list-x-large dd + dt {
  margin-top: 1.6rem;
}

.c-def-list-large {
  font-size: 1.2rem;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .c-def-list-large {
    font-size: 1.6rem;
  }
}

.c-def-list-large dt {
  font-weight: 500;
  margin-bottom: 0.4rem;
}

.c-def-list-large dt::before {
  content: "■";
  color: #E85298;
  margin-right: 0.4rem;
}

.c-def-list-large dd + dt {
  margin-top: 1.6rem;
}

.c-def-list-large.-bullet dd {
  position: relative;
  padding-left: 1.6rem;
}

.c-def-list-large.-bullet dd::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.c-def-list-medium {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .c-def-list-medium {
    font-size: 1.6rem;
  }
}

.c-def-list-medium dt {
  position: relative;
  float: left;
  clear: both;
}

.c-def-list-medium dt::after {
  content: "：";
}

.c-def-list-medium.-w-50 dt {
  width: 5rem;
}

.c-def-list-medium.-w-50 dd {
  padding-left: 5rem;
}

.c-def-list-medium.-w-80 dt {
  width: 8rem;
}

.c-def-list-medium.-w-80 dd {
  padding-left: 8rem;
}

.c-def-list-small {
  font-size: 1.2rem;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .c-def-list-small {
    font-size: 1.4rem;
  }
}

.c-def-list-small dt {
  position: relative;
  float: left;
  clear: both;
}

.c-def-list-small dt.ignore-fix-width {
  width: auto !important;
}

.c-def-list-small dt::after {
  content: "：";
}

.c-def-list-small.-justify dt {
  text-align-last: justify;
  padding-right: 1.6rem;
}

.c-def-list-small.-justify dt::after {
  position: absolute;
  right: 0;
  top: 0;
}

.c-def-list-small.-w-60 dt {
  width: 6rem;
}

.c-def-list-small.-w-60 dd {
  padding-left: 6rem;
}

.c-def-list-small.-w-70 dt {
  width: 7.2rem;
}

.c-def-list-small.-w-70 dd {
  padding-left: 7.2rem;
}

.c-def-list-small.-w-80 dt {
  width: 8.8rem;
}

.c-def-list-small.-w-80 dd {
  padding-left: 8.8rem;
}

.c-pagination__prev a, .c-pagination__next a, .c-pagination__num__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: inherit;
  height: inherit;
  line-height: 1;
  color: #4D4397;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: .6rem;
}

.c-pagination {
  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;
}

.c-pagination__prev, .c-pagination__next {
  width: 3rem;
  height: 3rem;
}

.c-pagination__prev a, .c-pagination__next a {
  background-color: #4D4397;
}

.c-pagination__prev a::before, .c-pagination__next a::before {
  content: "";
  width: 30%;
  height: 30%;
  border-right: solid 0.2rem white;
  border-bottom: solid 0.2rem white;
}

.c-pagination__prev {
  margin-right: 0.2rem;
}

.c-pagination__prev a::before {
  margin-left: 0.4rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.c-pagination__next {
  margin-left: 0.2rem;
}

.c-pagination__next a::before {
  margin-right: 0.4rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-pagination__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-pagination__num__item {
  width: 3rem;
  height: 3rem;
  margin: 0 0.2rem;
}

.c-pagination__num__item a {
  border: solid 1px #4D4397;
}

.c-pagination__num__item.-leader {
  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;
}

.c-pagination__num__item.-leader::before {
  content: "...";
  font-size: 2.4rem;
}

.c-accordion {
  border: solid 0.2rem #4D4397;
  margin-bottom: 0.4rem;
}

.c-accordion__title, .c-accordion__body {
  padding: 1.6rem;
  font-size: 1.6rem;
}

.c-accordion__body {
  border-top: solid 0.1rem #4D4397;
}

.c-accordion__title {
  font-weight: 500;
  color: #4D4397;
  position: relative;
  cursor: pointer;
}

.c-accordion__title::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
  border-top: solid 0.3rem #4D4397;
  border-right: solid 0.3rem #4D4397;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-accordion[data-is-open="false"] .c-accordion__title::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.c-accordion[data-is-open="false"] .c-accordion__body {
  display: none;
}

.c-thumb-prof {
  width: 2rem;
  height: 2rem;
  border: solid 0.1rem white;
  border-radius: 50%;
}

.c-thumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 0.2rem white;
  border-radius: 0.6rem;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.c-thumb-item__image {
  position: relative;
}

.c-thumb-item__image img {
  border-radius: 0.4rem 0.4rem 0 0;
}

.c-thumb-item__image__num {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
  font-size: 1rem;
  white-space: nowrap;
  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;
  font-weight: 800;
  padding: 0 0.3rem 0.4rem 0;
}

.c-thumb-item__image__num::before, .c-thumb-item__image__num::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  border: solid 0.2rem white;
  position: absolute;
  top: -0.4rem;
  left: -0.4rem;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0.3rem;
}

.c-thumb-item__image__num::after {
  right: -0.8rem;
  bottom: -0.8rem;
  border-radius: 0.4rem;
  border-left: 0;
  border-top: 0;
  border-radius: 0.4rem;
}

.c-thumb-item__text {
  position: relative;
  background-color: #F6F5FA;
  padding: 0.8rem 0.8rem 3.2rem;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0 0 0.4rem 0.4rem;
}

.c-thumb-item__text__name {
  font-size: 1.6rem;
  color: #4D4397;
  margin-bottom: 0.4rem;
}

.c-thumb-item__text__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.8rem;
  margin: auto;
}

.c-table th,
.c-table td {
  border: solid 0.1rem rgba(0, 0, 0, 0.12);
  font-size: 1.4rem;
  padding: 0.8rem;
}

.c-table th {
  background-color: #F6F5FA;
  text-align: center;
}

.c-tab ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -0.3rem;
}

.c-tab ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.3rem;
  position: relative;
  max-width: 20rem;
}

.c-tab ul::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1rem;
  right: -1rem;
  height: 0.1rem;
  background-color: #4D4397;
}

@media screen and (min-width: 768px) {
  .c-tab ul::before {
    left: 0.3rem;
    right: 0.3rem;
  }
}

.c-tab__item {
  text-decoration: none;
  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;
  background-color: white;
  border: solid 0.1rem #4D4397;
  border-bottom: 0;
  font-weight: 500;
  font-size: 1.2rem;
  height: 4.4rem;
  border-radius: 1rem 1rem 0 0;
}

.c-tab__item:hover, .c-tab__item.-active {
  background-color: #4D4397;
  color: white;
  font-weight: 700;
}

.p-header {
  background-color: white;
  border-bottom: solid 0.2rem #4D4397;
  padding: 0 1.6rem;
  height: 5.4rem;
  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;
  background-color: white;
}

@media screen and (min-width: 768px) {
  .p-header {
    height: 6.4rem;
  }
}

.p-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-header__logo {
  width: 10.8rem;
}

@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 14rem;
  }
}

.p-header__logo a {
  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;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  .p-header__logo a:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 768px) {
  .p-header__logo a[data-push="on"] {
    opacity: 0.6;
  }
}

.p-header__menu {
  margin-right: 1.6rem;
  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;
}

.p-header__menu__button {
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.p-header__menu__button::before, .p-header__menu__button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: .4rem;
  background-color: #E85298;
  border-radius: .1rem;
  -webkit-box-shadow: 0 -0.8rem 0 0 #64C0AB, 0 0.8rem 0 0 #4D4397;
          box-shadow: 0 -0.8rem 0 0 #64C0AB, 0 0.8rem 0 0 #4D4397;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.p-header__menu__button.-is-menu-open::before, .p-header__menu__button.-is-menu-open::after {
  content: "";
  width: 100%;
  height: .4rem;
  background-color: #4D4397;
  border-radius: .1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-header__menu__button.-is-menu-open::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-header__menu__button.-is-menu-open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .p-header__menu__button:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 768px) {
  .p-header__menu__button[data-push="on"] {
    opacity: 0.6;
  }
}

.p-footer {
  padding-bottom: 3.2rem;
  line-height: 1;
}

.p-footer__sns {
  background-color: #F6F5FA;
  padding: 2.4rem 2.4rem;
}

.p-footer__nav {
  background-color: #4D4397;
}

.p-footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto;
  padding: 1.6rem 2.4rem;
}

@media screen and (min-width: 768px) {
  .p-footer__nav ul {
    padding: 2.4rem 3.2rem;
  }
}

.p-footer__nav ul li {
  width: 50%;
  text-align: center;
  padding: 0.8rem 0;
  text-align: left;
}

.p-footer__nav ul li a {
  color: white;
  text-decoration: none;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .p-footer__nav ul li a {
    font-size: 1.2rem;
  }
}

.p-footer__logo {
  padding: 4rem 0 0.8rem;
  width: 14.4rem;
  margin: 0 auto;
}

.p-footer__copyright {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.54);
  padding: 0 1.6rem 1.6rem;
  text-align: center;
}

.p-item-large {
  border: solid 0.1rem #4D4397;
  display: block;
  border-radius: 1rem;
  padding: 0 1.6rem 1.6rem;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  overflow: hidden;
  background-color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.p-item-large__thumb {
  margin: 0 -1.6rem 1.6rem;
}

.p-item-large__title {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-item-large__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  line-height: 1;
}

.p-item-large__term__label {
  width: 5.4rem;
  margin-right: 0.4rem;
}

.p-item-large__term__date {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.2rem;
  margin-left: 0.6rem;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .p-item-large:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 768px) {
  .p-item-large[data-push="on"] {
    opacity: 0.6;
  }
}

.p-item-medium__thumb {
  font-size: 0;
}

.p-item-medium__thumb img {
  border-radius: .6rem;
}

.p-item-winning {
  background-color: #F6F5FA;
  padding: 1.6rem;
  height: 100%;
}

.p-item-winning__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.8rem;
}

.p-item-winning__title__label {
  width: 5.4rem;
  margin-right: 0.8rem;
}

.p-item-winning__title__text {
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-item-winning__title__large-text {
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-item-winning__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 0.1rem white;
  margin-top: 1.6rem;
  padding-top: 1.6rem;
}

.p-item-winning__body__thumb {
  width: 8rem;
  margin-right: 0.8rem;
}

.p-item-winning__body__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 -0.4rem;
}

.p-item-winning__body__menu__num {
  width: 100%;
  background-color: white;
  padding: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  margin: 0 0.4rem 0.8rem;
  white-space: nowrap;
}

.p-item-winning__body__menu__num strong {
  font-size: 1.6rem;
  font-weight: 500;
  margin-left: 0.4rem;
}

.p-item-winning__body__menu__date {
  width: 100%;
  height: 8rem;
  margin: 0 0.4rem 0.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
}

.p-item-winning__body__menu__date small {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 0.4rem;
}

.p-item-winning__body__menu__date span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.p-item-winning__body__menu__button {
  width: 50%;
  padding: 0.4rem;
}

.p-item-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-item-result__thumb {
  width: 6.8rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.8rem;
          flex: 0 0 6.8rem;
  font-size: 0;
}

.p-item-result__text {
  padding-left: 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-item-result__text__title {
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}

.p-item-result__text__num {
  background-color: #F6F5FA;
  text-align: center;
  padding: 0.8rem;
  font-weight: 500;
}

.p-item-collect.-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-item-collect__title {
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}

.p-item-collect__icon {
  width: 11.4rem;
}

.p-item-detail-cover {
  position: relative;
  padding: 2.4rem;
}

@media screen and (min-width: 768px) {
  .p-item-detail-cover {
    padding: 3.2rem;
  }
}

.p-item-detail-cover::before {
  content: "";
  position: absolute;
  left: -100%;
  right: -100%;
  top: 0;
  margin: auto;
  height: 16rem;
  width: 100vw;
  z-index: -1;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right top;
}

@media screen and (min-width: 768px) {
  .p-item-detail-cover::before {
    height: 32rem;
    background-size: auto 120%;
  }
}

.p-item-detail-cover.-kuji::before {
  background-color: #BAABF7;
  background-image: image-url("common/bg-kuji-cover.png");
}

.p-item-detail-cover.-gacha::before {
  background-color: #96D6B4;
  background-image: image-url("common/bg-gacha-cover.png");
}

.p-item-detail-cover__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-item-detail-cover__label__item {
  width: 5.6rem;
  margin-right: 0.4rem;
}

.p-item-detail-list {
  position: relative;
  padding: 2.4rem;
}

@media screen and (min-width: 768px) {
  .p-item-detail-list {
    padding: 3.2rem;
  }
}

.p-item-detail-list::before {
  content: "";
  position: absolute;
  left: -100%;
  right: -100%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  z-index: -1;
  background-size: 6.6rem;
}

.p-item-detail-list.-kuji::before {
  background-image: image-url("common/bg-kuji-list.png");
}

.p-item-detail-list.-gacha::before {
  background-image: image-url("common/bg-gacha-list.png");
}

.p-barlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6rem 4.8rem 1.6rem 0;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.p-barlink.-border {
  border: solid 0.1rem #4D4397;
}

.p-barlink.-bg-alto {
  background-color: #F6F5FA;
}

.p-barlink::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
  border-top: solid 0.3rem #4D4397;
  border-right: solid 0.3rem #4D4397;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-barlink__label {
  width: 7rem;
  padding-left: 1.6rem;
}

.p-barlink__text {
  padding-left: 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-barlink__text__title {
  font-weight: 400;
}

.p-barlink__text__title.-primary {
  color: #4D4397;
}

.p-barlink__text__note {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.54);
}

@media screen and (min-width: 768px) {
  .p-barlink:hover {
    background-color: #7567E2;
  }
  .p-barlink:hover::before {
    border-color: white;
  }
  .p-barlink:hover .p-barlink__text {
    color: white;
  }
  .p-barlink:hover .p-barlink__text__title {
    color: white;
  }
  .p-barlink:hover .p-barlink__text__inner {
    color: white;
  }
  .p-barlink:hover .p-barlink__text__note {
    color: white;
  }
}

@media screen and (max-width: 768px) {
  .p-barlink[data-push="on"] {
    background-color: #7567E2;
  }
  .p-barlink[data-push="on"]::before {
    border-color: white;
  }
  .p-barlink[data-push="on"] .p-barlink__text {
    color: white;
  }
  .p-barlink[data-push="on"] .p-barlink__text__title {
    color: white;
  }
  .p-barlink[data-push="on"] .p-barlink__text__inner {
    color: white;
  }
  .p-barlink[data-push="on"] .p-barlink__text__note {
    color: white;
  }
}

.p-slider .swiper-pagination {
  height: 2.6rem;
  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;
  background-color: #4D4397;
}

.p-slider .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  margin: 0 0.4rem;
}

.p-slider .swiper-pagination-bullet-active {
  background-color: #64C0AB;
}

.p-field__label {
  margin-bottom: 0.8rem;
}

.p-field__input {
  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;
}

.p-field__input > p {
  white-space: nowrap;
}

.p-field__note {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.54);
  margin-top: 0.8rem;
}

.p-field__error {
  margin-top: 0.8rem;
}

.p-action {
  padding: 1.6rem;
  border-top: solid 0.2rem #4D4397;
  background-color: white;
}

.p-action ul {
  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;
  margin: 0 -0.8rem;
}

.p-action ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.8rem;
  max-width: 20rem;
}

.p-purchase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-purchase__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  font-weight: 500;
  margin-bottom: 1.6rem;
}

.p-purchase__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  font-size: 0;
}

.p-purchase__num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 200px;
  padding-left: 1.6rem;
}

.p-purchase__num__label {
  margin-bottom: 0.8rem;
}

.p-purchase__table {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  background-color: #F6F5FA;
  padding: 1.6rem 1.6rem 0;
  margin-top: 1.6rem;
}

.p-purchase__table dl dt,
.p-purchase__table dl dd {
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
}

.p-purchase__table dl dt {
  float: left;
  clear: both;
  font-weight: 500;
  font-size: 1.2rem;
  width: 11.2rem;
}

.p-purchase__table dl dd {
  padding-left: 7rem;
  text-align: right;
}

.p-about {
  background-color: white;
  -webkit-box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 0.4rem;
}

@media screen and (min-width: 768px) {
  .p-about {
    max-width: 64rem;
    margin: 0 auto;
  }
}

.p-about__label {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #4D4397;
  width: 8rem;
  height: 8rem;
  left: -4rem;
  top: -4rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: solid 0.2rem #E85298;
  padding-bottom: 0.2rem;
  font-weight: 500;
  font-size: 1rem;
  color: #64C0AB;
}

.p-about__label strong {
  font-size: 1.4rem;
  color: white;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .p-about__label {
    font-size: 1.6rem;
    left: -6rem;
    top: -6rem;
    width: 12rem;
    height: 12rem;
  }
  .p-about__label strong {
    font-size: 2rem;
    margin-left: 0.2rem;
  }
}

.p-about__title, .p-about__thumb {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 0.8rem;
  white-space: nowrap;
}

.p-about__title p {
  margin-left: 0.8rem;
}

@media screen and (min-width: 768px) {
  .p-about__title {
    font-size: 3rem;
  }
}

@media screen and (max-width: 360px) {
  .p-about__title {
    padding-top: 0.8rem;
    font-size: 1.2rem;
  }
}

.p-about__thumb {
  font-size: 0;
  background-color: rgba(77, 67, 151, 0.4);
  border-radius: 0.4rem;
  margin: 0.8rem;
}

@media screen and (max-width: 360px) {
  .p-about__thumb {
    margin: 0.8rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about__thumb {
    margin: 2.4rem;
  }
}

.p-edit-content {
  font-size: 1.4rem;
  line-height: 1.8;
}

.p-edit-content h1,
.p-edit-content h2,
.p-edit-content h3,
.p-edit-content h4,
.p-edit-content h5 {
  font-size: 1.6rem;
  font-weight: 500;
}

.p-edit-content * + h1,
.p-edit-content * + h2,
.p-edit-content * + h3,
.p-edit-content * + h4,
.p-edit-content * + h5 {
  margin-top: 4rem;
}

.p-edit-content * + p {
  margin: 1.6rem 0;
}

.p-edit-content ul,
.p-edit-content ol {
  padding-left: 1.6rem;
  margin: 1.6rem 0;
}

.p-edit-content ul li + li,
.p-edit-content ol li + li {
  margin-top: 0.8rem;
}

.p-edit-content ul {
  list-style: circle;
}

.p-edit-content ol {
  list-style: decimal;
}

.p-edit-content ol ol {
  list-style: none;
  counter-reset: innerOl;
  padding-left: 2.4rem;
}

.p-edit-content ol ol li {
  position: relative;
}

.p-edit-content ol ol li::before {
  position: absolute;
  top: 0;
  left: -2.4rem;
  counter-increment: innerOl;
  content: "(" counter(innerOl) ")";
}

.p-profile {
  background-color: #4D4397;
  padding: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-profile__thumb {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: white;
  border: solid 0.2rem white;
}

.p-profile__title {
  color: white;
  font-weight: 500;
  margin-left: 1.6rem;
}

.p-modal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  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;
}

.p-modal__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.p-modal__panel {
  position: relative;
  background-color: white;
  border-radius: 0.8rem;
  overflow: hidden;
  border: solid 0.1rem #4D4397;
  width: calc(100% - 3.2rem);
}

@media screen and (min-width: 768px) {
  .p-modal__panel {
    width: 480px;
  }
}

.p-modal__panel__header {
  background-color: #4D4397;
  padding: 0.8rem 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-modal__panel__content {
  max-height: calc(100vh - 20rem);
  overflow-y: scroll;
}

.p-modal-image-list {
  font-size: 0;
  border: solid 0.2rem #ddd;
}

.p-modal-thumb-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.1rem;
}

.p-modal-thumb-list ul li {
  position: relative;
  width: 16.66667%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  font-size: 0;
}

.p-modal-thumb-list ul li::before {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  right: -0.1rem;
  bottom: -0.1rem;
  margin: auto;
  border: solid 0.2rem #ddd;
  pointer-events: none;
  z-index: 5;
}

.p-modal-thumb-list ul li img {
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.p-modal-thumb-list ul li img:hover {
  opacity: 0.7;
}

.p-modal-thumb-list ul li[data-is-active="true"]::before {
  border: solid 0.4rem #4D4397;
  z-index: 10;
}

.p-lottery-animation {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.p-lottery-animation #animation_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 42rem;
  height: 42rem;
}

.p-lottery-animation__effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 42rem;
  height: 42rem;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .p-lottery-animation__effect {
    width: 32rem;
    height: 32rem;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
  }
}

.p-lottery-animation__box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 17rem;
  height: 16.8rem;
  opacity: 0;
}

.p-lottery-animation__card {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24rem;
  height: 24rem;
  border: solid 0.2rem #4D4397;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .p-lottery-animation__card {
    width: 20rem;
    height: 20rem;
  }
}

.p-lottery-animation__text {
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 4rem;
  font-weight: 900;
  color: #4D4397;
}

@media screen and (max-width: 768px) {
  .p-lottery-animation__text {
    top: 0;
    font-size: 3.2rem;
  }
}

.p-lottery-animation__text span {
  opacity: 0;
}

.p-lottery-animation__text span:nth-child(2n) {
  color: #E85298;
}

.p-lottery-animation__text span:nth-child(3n) {
  color: #64C0AB;
}

.p-lottery-animation[data-is-animation-playing="true"] .p-lottery-animation__box {
  -webkit-animation: lotteryBoxAnimation 0.25s cubic-bezier(0, 0.955, 0.775, 1.49) 0.25s 1 normal both;
          animation: lotteryBoxAnimation 0.25s cubic-bezier(0, 0.955, 0.775, 1.49) 0.25s 1 normal both;
}

@-webkit-keyframes lotteryBoxAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10rem);
            transform: translateY(-10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes lotteryBoxAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10rem);
            transform: translateY(-10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.p-lottery-animation[data-is-animation-playing="true"] .p-lottery-animation__card {
  -webkit-animation: lotteryCardAnimation 1.5s linear 1s 1 normal both;
          animation: lotteryCardAnimation 1.5s linear 1s 1 normal both;
}

@-webkit-keyframes lotteryCardAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-7rem) scale(0.3, 0.3);
            transform: translateY(-7rem) scale(0.3, 0.3);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(-25rem) scale(0.3, 0.3);
            transform: translateY(-25rem) scale(0.3, 0.3);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(-45rem) scale(0.3, 0.3);
            transform: translateY(-45rem) scale(0.3, 0.3);
  }
  31%,
  40% {
    opacity: 0;
    -webkit-transform: translateY(-45rem) scale(1, 1);
            transform: translateY(-45rem) scale(1, 1);
  }
  50%,
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
}

@keyframes lotteryCardAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-7rem) scale(0.3, 0.3);
            transform: translateY(-7rem) scale(0.3, 0.3);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(-25rem) scale(0.3, 0.3);
            transform: translateY(-25rem) scale(0.3, 0.3);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(-45rem) scale(0.3, 0.3);
            transform: translateY(-45rem) scale(0.3, 0.3);
  }
  31%,
  40% {
    opacity: 0;
    -webkit-transform: translateY(-45rem) scale(1, 1);
            transform: translateY(-45rem) scale(1, 1);
  }
  50%,
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
}

.p-lottery-animation[data-is-animation-playing="true"] .p-lottery-animation__effect {
  -webkit-animation: lotteryEffectShowAnimation 0.25s linear 2s 1 normal both, lotteryEffectRotateAnimation 10s linear 0s infinite normal both;
          animation: lotteryEffectShowAnimation 0.25s linear 2s 1 normal both, lotteryEffectRotateAnimation 10s linear 0s infinite normal both;
}

@-webkit-keyframes lotteryEffectShowAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lotteryEffectShowAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes lotteryEffectRotateAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lotteryEffectRotateAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.p-lottery-animation[data-is-animation-playing="true"] .p-lottery-animation__text span {
  display: inline-block;
  -webkit-animation: lotteryTextAnimation 0.25s cubic-bezier(0, 0.955, 0.775, 1.49) 2s 1 normal both;
          animation: lotteryTextAnimation 0.25s cubic-bezier(0, 0.955, 0.775, 1.49) 2s 1 normal both;
}

@-webkit-keyframes lotteryTextAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes lotteryTextAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.p-lottery-animation[data-is-animation-playing="true"] .p-lottery-animation__text span:nth-child(1) {
  -webkit-animation-delay: 2.05s;
          animation-delay: 2.05s;
}

.p-lottery-animation[data-is-animation-playing="true"] .p-lottery-animation__text span:nth-child(2) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.p-lottery-animation[data-is-animation-playing="true"] .p-lottery-animation__text span:nth-child(3) {
  -webkit-animation-delay: 2.15s;
          animation-delay: 2.15s;
}

.p-lottery-animation[data-is-animation-playing="true"] .p-lottery-animation__text span:nth-child(4) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.p-lottery-animation[data-is-animation-playing="true"] .p-lottery-animation__text span:nth-child(5) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}

.p-lottery-animation[data-is-animation-playing="true"] .p-lottery-animation__text span:nth-child(6) {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

.p-lottery-animation[data-is-animation-playing="true"] .p-lottery-animation__text span:nth-child(7) {
  -webkit-animation-delay: 2.35s;
          animation-delay: 2.35s;
}

.p-lottery-animation[data-is-animation-playing="true"] .p-lottery-animation__text span:nth-child(8) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.p-lottery-animation[data-is-animation-playing="true"] .p-lottery-animation__text span:nth-child(9) {
  -webkit-animation-delay: 2.45s;
          animation-delay: 2.45s;
}

.p-lottery-animation[data-is-animation-playing="true"] .p-lottery-animation__text span:nth-child(10) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.p-lottery-animation[data-is-animation-playing="true"] .p-lottery-animation__text span:nth-child(11) {
  -webkit-animation-delay: 2.55s;
          animation-delay: 2.55s;
}

.p-lottery-animation[data-is-animation-playing="true"] .p-lottery-animation__text span:nth-child(12) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.p-lottery-animation[data-is-animation-playing="true"] .p-lottery-animation__text span:nth-child(13) {
  -webkit-animation-delay: 2.65s;
          animation-delay: 2.65s;
}

.p-lottery-animation[data-is-animation-playing="true"] .p-lottery-animation__text span:nth-child(14) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.p-lottery-animation[data-is-animation-playing="true"] .p-lottery-animation__text span:nth-child(15) {
  -webkit-animation-delay: 2.75s;
          animation-delay: 2.75s;
}

.p-lottery-animation[data-is-animation-playing="true"] .p-lottery-animation__text span:nth-child(16) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.p-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-sns__balloon {
  position: relative;
  background-color: white;
  padding: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 2.4rem;
  border-radius: 0.8rem;
  border: solid 0.1rem #4D4397;
}

.p-sns__balloon::before, .p-sns__balloon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -1.6rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.6rem 1.6rem 0 0;
  border-color: white transparent transparent transparent;
}

.p-sns__balloon::before {
  top: 0;
  bottom: 0;
  margin: auto;
  right: -1.8rem;
  border-color: #4D4397 transparent transparent transparent;
  border-width: 1.8rem 1.8rem 0 0;
}

.p-sns__balloon__title {
  color: #4D4397;
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-sns__balloon__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-sns__balloon__link li {
  width: 4rem;
  margin: 0 0.8rem;
}

.p-sns__character {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-no-data {
  text-align: center;
  padding: 4.8rem 0;
  background-color: #F6F5FA;
}

.p-no-data__text {
  color: #4D4397;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-no-data__text {
    font-size: 1.2rem;
  }
}

.p-no-data__character {
  width: 14rem;
  margin: 0 auto;
}

.p-guide {
  padding-top: 1.6rem;
}

@media screen and (max-width: 480px) {
  .p-guide {
    padding-top: 0;
  }
}

.p-guide__inner {
  position: relative;
  background-color: #F6F5FA;
  border-radius: 1rem;
  padding: 3.2rem;
}

@media screen and (max-width: 768px) {
  .p-guide__inner {
    padding: 2.4rem;
  }
}

.p-guide__inner__text {
  color: #4D4397;
  font-size: 2rem;
  font-weight: 700;
  padding-right: 17.6rem;
}

@media screen and (max-width: 768px) {
  .p-guide__inner__text {
    font-size: 1.6rem;
    padding-right: 14rem;
  }
}

@media screen and (max-width: 480px) {
  .p-guide__inner__text {
    padding-right: 0;
    padding-bottom: 7.2rem;
  }
}

.p-guide__inner__character {
  position: absolute;
  bottom: 0;
  right: 1.6rem;
  width: 16rem;
  height: 11.4rem;
  margin: 0.8rem 1.6rem 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-guide__inner__character {
    width: 12rem;
    height: 8.55rem;
  }
}

@media screen and (max-width: 480px) {
  .p-guide__inner__character {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.p-error {
  position: relative;
  height: 20rem;
  background-image: image-url("error/bg.png");
  background-size: 327px auto;
  background-repeat: repeat-x;
}

@media screen and (min-width: 768px) {
  .p-error {
    height: 28rem;
    background-size: 400px auto;
  }
}

.p-error__code {
  font-size: 9rem;
  font-weight: 800;
  color: #4D4397;
  text-align: center;
  padding: 1.6rem 0;
}

@media screen and (min-width: 768px) {
  .p-error__code {
    font-size: 13rem;
  }
}

.p-error__character {
  width: 10rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .p-error__character {
    width: 14rem;
  }
}

.p-credit-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.2rem;
}

.p-credit-card li {
  height: inherit;
  margin: 0 0.8rem;
}

.p-traffic {
  position: relative;
  height: 20rem;
  background-image: image-url("traffic/bg.png"), -webkit-gradient(linear, left bottom, left top, from(rgba(91, 75, 165, 0)), to(rgba(91, 75, 165, 0.25)));
  background-image: image-url("traffic/bg.png"), linear-gradient(0deg, rgba(91, 75, 165, 0) 0%, rgba(91, 75, 165, 0.25) 100%);
  background-size: cover;
  background-position: bottom center, top center;
}

@media screen and (min-width: 768px) {
  .p-traffic {
    height: 28rem;
  }
}

.p-traffic__code {
  font-size: 9rem;
  font-weight: 800;
  color: #4D4397;
  text-align: center;
  padding: 1.6rem 0;
}

@media screen and (min-width: 768px) {
  .p-traffic__code {
    font-size: 13rem;
  }
}

.p-traffic__character {
  width: 10rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .p-traffic__character {
    width: 14rem;
  }
}

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

.u-mr-small {
  margin-right: 0.5rem !important;
}

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

.u-ml-small {
  margin-left: 0.5rem !important;
}

.u-m-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.u-my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.u-mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.u-mt-0 {
  margin-top: 0rem !important;
}

.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-mr-0 {
  margin-right: 0rem !important;
}

.u-ml-0 {
  margin-left: 0rem !important;
}

.u-m-1 {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
  margin-left: 0.8rem !important;
  margin-right: 0.8rem !important;
}

.u-my-1 {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

.u-mx-1 {
  margin-left: 0.8rem !important;
  margin-right: 0.8rem !important;
}

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

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

.u-mr-1 {
  margin-right: 0.8rem !important;
}

.u-ml-1 {
  margin-left: 0.8rem !important;
}

.u-m-2 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
  margin-left: 1.6rem !important;
  margin-right: 1.6rem !important;
}

.u-my-2 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}

.u-mx-2 {
  margin-left: 1.6rem !important;
  margin-right: 1.6rem !important;
}

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

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

.u-mr-2 {
  margin-right: 1.6rem !important;
}

.u-ml-2 {
  margin-left: 1.6rem !important;
}

.u-m-3 {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
  margin-left: 2.4rem !important;
  margin-right: 2.4rem !important;
}

.u-my-3 {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}

.u-mx-3 {
  margin-left: 2.4rem !important;
  margin-right: 2.4rem !important;
}

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

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

.u-mr-3 {
  margin-right: 2.4rem !important;
}

.u-ml-3 {
  margin-left: 2.4rem !important;
}

.u-m-4 {
  margin-top: 3.2rem !important;
  margin-bottom: 3.2rem !important;
  margin-left: 3.2rem !important;
  margin-right: 3.2rem !important;
}

.u-my-4 {
  margin-top: 3.2rem !important;
  margin-bottom: 3.2rem !important;
}

.u-mx-4 {
  margin-left: 3.2rem !important;
  margin-right: 3.2rem !important;
}

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

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

.u-mr-4 {
  margin-right: 3.2rem !important;
}

.u-ml-4 {
  margin-left: 3.2rem !important;
}

.u-m-5 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.u-my-5 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.u-mx-5 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

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

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

.u-mr-5 {
  margin-right: 4rem !important;
}

.u-ml-5 {
  margin-left: 4rem !important;
}

.u-m-6 {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
  margin-left: 4.8rem !important;
  margin-right: 4.8rem !important;
}

.u-my-6 {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}

.u-mx-6 {
  margin-left: 4.8rem !important;
  margin-right: 4.8rem !important;
}

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

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

.u-mr-6 {
  margin-right: 4.8rem !important;
}

.u-ml-6 {
  margin-left: 4.8rem !important;
}

.u-m-7 {
  margin-top: 5.6rem !important;
  margin-bottom: 5.6rem !important;
  margin-left: 5.6rem !important;
  margin-right: 5.6rem !important;
}

.u-my-7 {
  margin-top: 5.6rem !important;
  margin-bottom: 5.6rem !important;
}

.u-mx-7 {
  margin-left: 5.6rem !important;
  margin-right: 5.6rem !important;
}

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

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

.u-mr-7 {
  margin-right: 5.6rem !important;
}

.u-ml-7 {
  margin-left: 5.6rem !important;
}

.u-m-8 {
  margin-top: 6.4rem !important;
  margin-bottom: 6.4rem !important;
  margin-left: 6.4rem !important;
  margin-right: 6.4rem !important;
}

.u-my-8 {
  margin-top: 6.4rem !important;
  margin-bottom: 6.4rem !important;
}

.u-mx-8 {
  margin-left: 6.4rem !important;
  margin-right: 6.4rem !important;
}

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

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

.u-mr-8 {
  margin-right: 6.4rem !important;
}

.u-ml-8 {
  margin-left: 6.4rem !important;
}

.u-m-9 {
  margin-top: 7.2rem !important;
  margin-bottom: 7.2rem !important;
  margin-left: 7.2rem !important;
  margin-right: 7.2rem !important;
}

.u-my-9 {
  margin-top: 7.2rem !important;
  margin-bottom: 7.2rem !important;
}

.u-mx-9 {
  margin-left: 7.2rem !important;
  margin-right: 7.2rem !important;
}

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

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

.u-mr-9 {
  margin-right: 7.2rem !important;
}

.u-ml-9 {
  margin-left: 7.2rem !important;
}

.u-m-10 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.u-my-10 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.u-mx-10 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

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

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

.u-mr-10 {
  margin-right: 8rem !important;
}

.u-ml-10 {
  margin-left: 8rem !important;
}

@media screen and (min-width: 768px) {
  .u-m-pc-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-my-pc-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mx-pc-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-pc-0 {
    margin-top: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-pc-0 {
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr-pc-0 {
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-ml-pc-0 {
    margin-left: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-m-pc-1 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-my-pc-1 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mx-pc-1 {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-pc-1 {
    margin-top: 0.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-pc-1 {
    margin-bottom: 0.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr-pc-1 {
    margin-right: 0.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-ml-pc-1 {
    margin-left: 0.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-m-pc-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
    margin-left: 1.6rem !important;
    margin-right: 1.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-my-pc-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mx-pc-2 {
    margin-left: 1.6rem !important;
    margin-right: 1.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-pc-2 {
    margin-top: 1.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-pc-2 {
    margin-bottom: 1.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr-pc-2 {
    margin-right: 1.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-ml-pc-2 {
    margin-left: 1.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-m-pc-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-my-pc-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mx-pc-3 {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-pc-3 {
    margin-top: 2.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-pc-3 {
    margin-bottom: 2.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr-pc-3 {
    margin-right: 2.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-ml-pc-3 {
    margin-left: 2.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-m-pc-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
    margin-left: 3.2rem !important;
    margin-right: 3.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-my-pc-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mx-pc-4 {
    margin-left: 3.2rem !important;
    margin-right: 3.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-pc-4 {
    margin-top: 3.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-pc-4 {
    margin-bottom: 3.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr-pc-4 {
    margin-right: 3.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-ml-pc-4 {
    margin-left: 3.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-m-pc-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-my-pc-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mx-pc-5 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-pc-5 {
    margin-top: 4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-pc-5 {
    margin-bottom: 4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr-pc-5 {
    margin-right: 4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-ml-pc-5 {
    margin-left: 4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-m-pc-6 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
    margin-left: 4.8rem !important;
    margin-right: 4.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-my-pc-6 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mx-pc-6 {
    margin-left: 4.8rem !important;
    margin-right: 4.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-pc-6 {
    margin-top: 4.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-pc-6 {
    margin-bottom: 4.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr-pc-6 {
    margin-right: 4.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-ml-pc-6 {
    margin-left: 4.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-m-pc-7 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
    margin-left: 5.6rem !important;
    margin-right: 5.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-my-pc-7 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mx-pc-7 {
    margin-left: 5.6rem !important;
    margin-right: 5.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-pc-7 {
    margin-top: 5.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-pc-7 {
    margin-bottom: 5.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr-pc-7 {
    margin-right: 5.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-ml-pc-7 {
    margin-left: 5.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-m-pc-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
    margin-left: 6.4rem !important;
    margin-right: 6.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-my-pc-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mx-pc-8 {
    margin-left: 6.4rem !important;
    margin-right: 6.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-pc-8 {
    margin-top: 6.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-pc-8 {
    margin-bottom: 6.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr-pc-8 {
    margin-right: 6.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-ml-pc-8 {
    margin-left: 6.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-m-pc-9 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
    margin-left: 7.2rem !important;
    margin-right: 7.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-my-pc-9 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mx-pc-9 {
    margin-left: 7.2rem !important;
    margin-right: 7.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-pc-9 {
    margin-top: 7.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-pc-9 {
    margin-bottom: 7.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr-pc-9 {
    margin-right: 7.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-ml-pc-9 {
    margin-left: 7.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-m-pc-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-my-pc-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mx-pc-10 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-pc-10 {
    margin-top: 8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-pc-10 {
    margin-bottom: 8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr-pc-10 {
    margin-right: 8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-ml-pc-10 {
    margin-left: 8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-m-tb-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-my-tb-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mx-tb-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-tb-0 {
    margin-top: 0rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-tb-0 {
    margin-bottom: 0rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mr-tb-0 {
    margin-right: 0rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-ml-tb-0 {
    margin-left: 0rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-m-tb-1 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-my-tb-1 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mx-tb-1 {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-tb-1 {
    margin-top: 0.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-tb-1 {
    margin-bottom: 0.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mr-tb-1 {
    margin-right: 0.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-ml-tb-1 {
    margin-left: 0.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-m-tb-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
    margin-left: 1.6rem !important;
    margin-right: 1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-my-tb-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mx-tb-2 {
    margin-left: 1.6rem !important;
    margin-right: 1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-tb-2 {
    margin-top: 1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-tb-2 {
    margin-bottom: 1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mr-tb-2 {
    margin-right: 1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-ml-tb-2 {
    margin-left: 1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-m-tb-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-my-tb-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mx-tb-3 {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-tb-3 {
    margin-top: 2.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-tb-3 {
    margin-bottom: 2.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mr-tb-3 {
    margin-right: 2.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-ml-tb-3 {
    margin-left: 2.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-m-tb-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
    margin-left: 3.2rem !important;
    margin-right: 3.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-my-tb-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mx-tb-4 {
    margin-left: 3.2rem !important;
    margin-right: 3.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-tb-4 {
    margin-top: 3.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-tb-4 {
    margin-bottom: 3.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mr-tb-4 {
    margin-right: 3.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-ml-tb-4 {
    margin-left: 3.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-m-tb-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-my-tb-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mx-tb-5 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-tb-5 {
    margin-top: 4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-tb-5 {
    margin-bottom: 4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mr-tb-5 {
    margin-right: 4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-ml-tb-5 {
    margin-left: 4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-m-tb-6 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
    margin-left: 4.8rem !important;
    margin-right: 4.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-my-tb-6 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mx-tb-6 {
    margin-left: 4.8rem !important;
    margin-right: 4.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-tb-6 {
    margin-top: 4.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-tb-6 {
    margin-bottom: 4.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mr-tb-6 {
    margin-right: 4.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-ml-tb-6 {
    margin-left: 4.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-m-tb-7 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
    margin-left: 5.6rem !important;
    margin-right: 5.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-my-tb-7 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mx-tb-7 {
    margin-left: 5.6rem !important;
    margin-right: 5.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-tb-7 {
    margin-top: 5.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-tb-7 {
    margin-bottom: 5.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mr-tb-7 {
    margin-right: 5.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-ml-tb-7 {
    margin-left: 5.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-m-tb-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
    margin-left: 6.4rem !important;
    margin-right: 6.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-my-tb-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mx-tb-8 {
    margin-left: 6.4rem !important;
    margin-right: 6.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-tb-8 {
    margin-top: 6.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-tb-8 {
    margin-bottom: 6.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mr-tb-8 {
    margin-right: 6.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-ml-tb-8 {
    margin-left: 6.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-m-tb-9 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
    margin-left: 7.2rem !important;
    margin-right: 7.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-my-tb-9 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mx-tb-9 {
    margin-left: 7.2rem !important;
    margin-right: 7.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-tb-9 {
    margin-top: 7.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-tb-9 {
    margin-bottom: 7.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mr-tb-9 {
    margin-right: 7.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-ml-tb-9 {
    margin-left: 7.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-m-tb-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-my-tb-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mx-tb-10 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-tb-10 {
    margin-top: 8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-tb-10 {
    margin-bottom: 8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mr-tb-10 {
    margin-right: 8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-ml-tb-10 {
    margin-left: 8rem !important;
  }
}

.u-m-n0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.u-my-n0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.u-mx-n0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.u-mt-n0 {
  margin-top: 0rem !important;
}

.u-mb-n0 {
  margin-bottom: 0rem !important;
}

.u-mr-n0 {
  margin-right: 0rem !important;
}

.u-ml-n0 {
  margin-left: 0rem !important;
}

.u-m-n1 {
  margin-top: -0.8rem !important;
  margin-bottom: -0.8rem !important;
  margin-left: -0.8rem !important;
  margin-right: -0.8rem !important;
}

.u-my-n1 {
  margin-top: -0.8rem !important;
  margin-bottom: -0.8rem !important;
}

.u-mx-n1 {
  margin-left: -0.8rem !important;
  margin-right: -0.8rem !important;
}

.u-mt-n1 {
  margin-top: -0.8rem !important;
}

.u-mb-n1 {
  margin-bottom: -0.8rem !important;
}

.u-mr-n1 {
  margin-right: -0.8rem !important;
}

.u-ml-n1 {
  margin-left: -0.8rem !important;
}

.u-m-n2 {
  margin-top: -1.6rem !important;
  margin-bottom: -1.6rem !important;
  margin-left: -1.6rem !important;
  margin-right: -1.6rem !important;
}

.u-my-n2 {
  margin-top: -1.6rem !important;
  margin-bottom: -1.6rem !important;
}

.u-mx-n2 {
  margin-left: -1.6rem !important;
  margin-right: -1.6rem !important;
}

.u-mt-n2 {
  margin-top: -1.6rem !important;
}

.u-mb-n2 {
  margin-bottom: -1.6rem !important;
}

.u-mr-n2 {
  margin-right: -1.6rem !important;
}

.u-ml-n2 {
  margin-left: -1.6rem !important;
}

.u-m-n3 {
  margin-top: -2.4rem !important;
  margin-bottom: -2.4rem !important;
  margin-left: -2.4rem !important;
  margin-right: -2.4rem !important;
}

.u-my-n3 {
  margin-top: -2.4rem !important;
  margin-bottom: -2.4rem !important;
}

.u-mx-n3 {
  margin-left: -2.4rem !important;
  margin-right: -2.4rem !important;
}

.u-mt-n3 {
  margin-top: -2.4rem !important;
}

.u-mb-n3 {
  margin-bottom: -2.4rem !important;
}

.u-mr-n3 {
  margin-right: -2.4rem !important;
}

.u-ml-n3 {
  margin-left: -2.4rem !important;
}

.u-m-n4 {
  margin-top: -3.2rem !important;
  margin-bottom: -3.2rem !important;
  margin-left: -3.2rem !important;
  margin-right: -3.2rem !important;
}

.u-my-n4 {
  margin-top: -3.2rem !important;
  margin-bottom: -3.2rem !important;
}

.u-mx-n4 {
  margin-left: -3.2rem !important;
  margin-right: -3.2rem !important;
}

.u-mt-n4 {
  margin-top: -3.2rem !important;
}

.u-mb-n4 {
  margin-bottom: -3.2rem !important;
}

.u-mr-n4 {
  margin-right: -3.2rem !important;
}

.u-ml-n4 {
  margin-left: -3.2rem !important;
}

.u-m-n5 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}

.u-my-n5 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.u-mx-n5 {
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}

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

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

.u-mr-n5 {
  margin-right: -4rem !important;
}

.u-ml-n5 {
  margin-left: -4rem !important;
}

.u-m-n6 {
  margin-top: -4.8rem !important;
  margin-bottom: -4.8rem !important;
  margin-left: -4.8rem !important;
  margin-right: -4.8rem !important;
}

.u-my-n6 {
  margin-top: -4.8rem !important;
  margin-bottom: -4.8rem !important;
}

.u-mx-n6 {
  margin-left: -4.8rem !important;
  margin-right: -4.8rem !important;
}

.u-mt-n6 {
  margin-top: -4.8rem !important;
}

.u-mb-n6 {
  margin-bottom: -4.8rem !important;
}

.u-mr-n6 {
  margin-right: -4.8rem !important;
}

.u-ml-n6 {
  margin-left: -4.8rem !important;
}

.u-m-n7 {
  margin-top: -5.6rem !important;
  margin-bottom: -5.6rem !important;
  margin-left: -5.6rem !important;
  margin-right: -5.6rem !important;
}

.u-my-n7 {
  margin-top: -5.6rem !important;
  margin-bottom: -5.6rem !important;
}

.u-mx-n7 {
  margin-left: -5.6rem !important;
  margin-right: -5.6rem !important;
}

.u-mt-n7 {
  margin-top: -5.6rem !important;
}

.u-mb-n7 {
  margin-bottom: -5.6rem !important;
}

.u-mr-n7 {
  margin-right: -5.6rem !important;
}

.u-ml-n7 {
  margin-left: -5.6rem !important;
}

.u-m-n8 {
  margin-top: -6.4rem !important;
  margin-bottom: -6.4rem !important;
  margin-left: -6.4rem !important;
  margin-right: -6.4rem !important;
}

.u-my-n8 {
  margin-top: -6.4rem !important;
  margin-bottom: -6.4rem !important;
}

.u-mx-n8 {
  margin-left: -6.4rem !important;
  margin-right: -6.4rem !important;
}

.u-mt-n8 {
  margin-top: -6.4rem !important;
}

.u-mb-n8 {
  margin-bottom: -6.4rem !important;
}

.u-mr-n8 {
  margin-right: -6.4rem !important;
}

.u-ml-n8 {
  margin-left: -6.4rem !important;
}

.u-m-n9 {
  margin-top: -7.2rem !important;
  margin-bottom: -7.2rem !important;
  margin-left: -7.2rem !important;
  margin-right: -7.2rem !important;
}

.u-my-n9 {
  margin-top: -7.2rem !important;
  margin-bottom: -7.2rem !important;
}

.u-mx-n9 {
  margin-left: -7.2rem !important;
  margin-right: -7.2rem !important;
}

.u-mt-n9 {
  margin-top: -7.2rem !important;
}

.u-mb-n9 {
  margin-bottom: -7.2rem !important;
}

.u-mr-n9 {
  margin-right: -7.2rem !important;
}

.u-ml-n9 {
  margin-left: -7.2rem !important;
}

.u-m-n10 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
  margin-left: -8rem !important;
  margin-right: -8rem !important;
}

.u-my-n10 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.u-mx-n10 {
  margin-left: -8rem !important;
  margin-right: -8rem !important;
}

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

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

.u-mr-n10 {
  margin-right: -8rem !important;
}

.u-ml-n10 {
  margin-left: -8rem !important;
}

@media screen and (min-width: 768px) {
  .u-m-pc-n0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-my-pc-n0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mx-pc-n0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-pc-n0 {
    margin-top: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-pc-n0 {
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr-pc-n0 {
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-ml-pc-n0 {
    margin-left: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-m-pc-n1 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
    margin-left: -0.8rem !important;
    margin-right: -0.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-my-pc-n1 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mx-pc-n1 {
    margin-left: -0.8rem !important;
    margin-right: -0.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-pc-n1 {
    margin-top: -0.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-pc-n1 {
    margin-bottom: -0.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr-pc-n1 {
    margin-right: -0.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-ml-pc-n1 {
    margin-left: -0.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-m-pc-n2 {
    margin-top: -1.6rem !important;
    margin-bottom: -1.6rem !important;
    margin-left: -1.6rem !important;
    margin-right: -1.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-my-pc-n2 {
    margin-top: -1.6rem !important;
    margin-bottom: -1.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mx-pc-n2 {
    margin-left: -1.6rem !important;
    margin-right: -1.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-pc-n2 {
    margin-top: -1.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-pc-n2 {
    margin-bottom: -1.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr-pc-n2 {
    margin-right: -1.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-ml-pc-n2 {
    margin-left: -1.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-m-pc-n3 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important;
    margin-left: -2.4rem !important;
    margin-right: -2.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-my-pc-n3 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mx-pc-n3 {
    margin-left: -2.4rem !important;
    margin-right: -2.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-pc-n3 {
    margin-top: -2.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-pc-n3 {
    margin-bottom: -2.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr-pc-n3 {
    margin-right: -2.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-ml-pc-n3 {
    margin-left: -2.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-m-pc-n4 {
    margin-top: -3.2rem !important;
    margin-bottom: -3.2rem !important;
    margin-left: -3.2rem !important;
    margin-right: -3.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-my-pc-n4 {
    margin-top: -3.2rem !important;
    margin-bottom: -3.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mx-pc-n4 {
    margin-left: -3.2rem !important;
    margin-right: -3.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-pc-n4 {
    margin-top: -3.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-pc-n4 {
    margin-bottom: -3.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr-pc-n4 {
    margin-right: -3.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-ml-pc-n4 {
    margin-left: -3.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-m-pc-n5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-my-pc-n5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mx-pc-n5 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-pc-n5 {
    margin-top: -4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-pc-n5 {
    margin-bottom: -4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr-pc-n5 {
    margin-right: -4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-ml-pc-n5 {
    margin-left: -4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-m-pc-n6 {
    margin-top: -4.8rem !important;
    margin-bottom: -4.8rem !important;
    margin-left: -4.8rem !important;
    margin-right: -4.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-my-pc-n6 {
    margin-top: -4.8rem !important;
    margin-bottom: -4.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mx-pc-n6 {
    margin-left: -4.8rem !important;
    margin-right: -4.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-pc-n6 {
    margin-top: -4.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-pc-n6 {
    margin-bottom: -4.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr-pc-n6 {
    margin-right: -4.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-ml-pc-n6 {
    margin-left: -4.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-m-pc-n7 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
    margin-left: -5.6rem !important;
    margin-right: -5.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-my-pc-n7 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mx-pc-n7 {
    margin-left: -5.6rem !important;
    margin-right: -5.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-pc-n7 {
    margin-top: -5.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-pc-n7 {
    margin-bottom: -5.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr-pc-n7 {
    margin-right: -5.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-ml-pc-n7 {
    margin-left: -5.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-m-pc-n8 {
    margin-top: -6.4rem !important;
    margin-bottom: -6.4rem !important;
    margin-left: -6.4rem !important;
    margin-right: -6.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-my-pc-n8 {
    margin-top: -6.4rem !important;
    margin-bottom: -6.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mx-pc-n8 {
    margin-left: -6.4rem !important;
    margin-right: -6.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-pc-n8 {
    margin-top: -6.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-pc-n8 {
    margin-bottom: -6.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr-pc-n8 {
    margin-right: -6.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-ml-pc-n8 {
    margin-left: -6.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-m-pc-n9 {
    margin-top: -7.2rem !important;
    margin-bottom: -7.2rem !important;
    margin-left: -7.2rem !important;
    margin-right: -7.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-my-pc-n9 {
    margin-top: -7.2rem !important;
    margin-bottom: -7.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mx-pc-n9 {
    margin-left: -7.2rem !important;
    margin-right: -7.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-pc-n9 {
    margin-top: -7.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-pc-n9 {
    margin-bottom: -7.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr-pc-n9 {
    margin-right: -7.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-ml-pc-n9 {
    margin-left: -7.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-m-pc-n10 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-my-pc-n10 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mx-pc-n10 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-pc-n10 {
    margin-top: -8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb-pc-n10 {
    margin-bottom: -8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mr-pc-n10 {
    margin-right: -8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-ml-pc-n10 {
    margin-left: -8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-m-tb-n0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-my-tb-n0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mx-tb-n0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-tb-n0 {
    margin-top: 0rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-tb-n0 {
    margin-bottom: 0rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mr-tb-n0 {
    margin-right: 0rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-ml-tb-n0 {
    margin-left: 0rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-m-tb-n1 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
    margin-left: -0.8rem !important;
    margin-right: -0.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-my-tb-n1 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mx-tb-n1 {
    margin-left: -0.8rem !important;
    margin-right: -0.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-tb-n1 {
    margin-top: -0.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-tb-n1 {
    margin-bottom: -0.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mr-tb-n1 {
    margin-right: -0.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-ml-tb-n1 {
    margin-left: -0.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-m-tb-n2 {
    margin-top: -1.6rem !important;
    margin-bottom: -1.6rem !important;
    margin-left: -1.6rem !important;
    margin-right: -1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-my-tb-n2 {
    margin-top: -1.6rem !important;
    margin-bottom: -1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mx-tb-n2 {
    margin-left: -1.6rem !important;
    margin-right: -1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-tb-n2 {
    margin-top: -1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-tb-n2 {
    margin-bottom: -1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mr-tb-n2 {
    margin-right: -1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-ml-tb-n2 {
    margin-left: -1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-m-tb-n3 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important;
    margin-left: -2.4rem !important;
    margin-right: -2.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-my-tb-n3 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mx-tb-n3 {
    margin-left: -2.4rem !important;
    margin-right: -2.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-tb-n3 {
    margin-top: -2.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-tb-n3 {
    margin-bottom: -2.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mr-tb-n3 {
    margin-right: -2.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-ml-tb-n3 {
    margin-left: -2.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-m-tb-n4 {
    margin-top: -3.2rem !important;
    margin-bottom: -3.2rem !important;
    margin-left: -3.2rem !important;
    margin-right: -3.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-my-tb-n4 {
    margin-top: -3.2rem !important;
    margin-bottom: -3.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mx-tb-n4 {
    margin-left: -3.2rem !important;
    margin-right: -3.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-tb-n4 {
    margin-top: -3.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-tb-n4 {
    margin-bottom: -3.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mr-tb-n4 {
    margin-right: -3.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-ml-tb-n4 {
    margin-left: -3.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-m-tb-n5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-my-tb-n5 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mx-tb-n5 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-tb-n5 {
    margin-top: -4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-tb-n5 {
    margin-bottom: -4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mr-tb-n5 {
    margin-right: -4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-ml-tb-n5 {
    margin-left: -4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-m-tb-n6 {
    margin-top: -4.8rem !important;
    margin-bottom: -4.8rem !important;
    margin-left: -4.8rem !important;
    margin-right: -4.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-my-tb-n6 {
    margin-top: -4.8rem !important;
    margin-bottom: -4.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mx-tb-n6 {
    margin-left: -4.8rem !important;
    margin-right: -4.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-tb-n6 {
    margin-top: -4.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-tb-n6 {
    margin-bottom: -4.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mr-tb-n6 {
    margin-right: -4.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-ml-tb-n6 {
    margin-left: -4.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-m-tb-n7 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
    margin-left: -5.6rem !important;
    margin-right: -5.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-my-tb-n7 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mx-tb-n7 {
    margin-left: -5.6rem !important;
    margin-right: -5.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-tb-n7 {
    margin-top: -5.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-tb-n7 {
    margin-bottom: -5.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mr-tb-n7 {
    margin-right: -5.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-ml-tb-n7 {
    margin-left: -5.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-m-tb-n8 {
    margin-top: -6.4rem !important;
    margin-bottom: -6.4rem !important;
    margin-left: -6.4rem !important;
    margin-right: -6.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-my-tb-n8 {
    margin-top: -6.4rem !important;
    margin-bottom: -6.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mx-tb-n8 {
    margin-left: -6.4rem !important;
    margin-right: -6.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-tb-n8 {
    margin-top: -6.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-tb-n8 {
    margin-bottom: -6.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mr-tb-n8 {
    margin-right: -6.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-ml-tb-n8 {
    margin-left: -6.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-m-tb-n9 {
    margin-top: -7.2rem !important;
    margin-bottom: -7.2rem !important;
    margin-left: -7.2rem !important;
    margin-right: -7.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-my-tb-n9 {
    margin-top: -7.2rem !important;
    margin-bottom: -7.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mx-tb-n9 {
    margin-left: -7.2rem !important;
    margin-right: -7.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-tb-n9 {
    margin-top: -7.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-tb-n9 {
    margin-bottom: -7.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mr-tb-n9 {
    margin-right: -7.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-ml-tb-n9 {
    margin-left: -7.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-m-tb-n10 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-my-tb-n10 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mx-tb-n10 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-tb-n10 {
    margin-top: -8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-tb-n10 {
    margin-bottom: -8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mr-tb-n10 {
    margin-right: -8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-ml-tb-n10 {
    margin-left: -8rem !important;
  }
}

.u-m-auto {
  margin: auto !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

@media screen and (max-width: 768px) {
  .u-m-tb-auto {
    margin: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mx-tb-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .u-my-tb-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mr-tb-auto {
    margin-right: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .u-ml-tb-auto {
    margin-left: auto !important;
  }
}

.u-p-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.u-py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.u-px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.u-pt-0 {
  padding-top: 0rem !important;
}

.u-pb-0 {
  padding-bottom: 0rem !important;
}

.u-pr-0 {
  padding-right: 0rem !important;
}

.u-pl-0 {
  padding-left: 0rem !important;
}

.u-p-1 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
}

.u-py-1 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.u-px-1 {
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
}

.u-pt-1 {
  padding-top: 0.8rem !important;
}

.u-pb-1 {
  padding-bottom: 0.8rem !important;
}

.u-pr-1 {
  padding-right: 0.8rem !important;
}

.u-pl-1 {
  padding-left: 0.8rem !important;
}

.u-p-2 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
}

.u-py-2 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.u-px-2 {
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
}

.u-pt-2 {
  padding-top: 1.6rem !important;
}

.u-pb-2 {
  padding-bottom: 1.6rem !important;
}

.u-pr-2 {
  padding-right: 1.6rem !important;
}

.u-pl-2 {
  padding-left: 1.6rem !important;
}

.u-p-3 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}

.u-py-3 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.u-px-3 {
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}

.u-pt-3 {
  padding-top: 2.4rem !important;
}

.u-pb-3 {
  padding-bottom: 2.4rem !important;
}

.u-pr-3 {
  padding-right: 2.4rem !important;
}

.u-pl-3 {
  padding-left: 2.4rem !important;
}

.u-p-4 {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
  padding-left: 3.2rem !important;
  padding-right: 3.2rem !important;
}

.u-py-4 {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}

.u-px-4 {
  padding-left: 3.2rem !important;
  padding-right: 3.2rem !important;
}

.u-pt-4 {
  padding-top: 3.2rem !important;
}

.u-pb-4 {
  padding-bottom: 3.2rem !important;
}

.u-pr-4 {
  padding-right: 3.2rem !important;
}

.u-pl-4 {
  padding-left: 3.2rem !important;
}

.u-p-5 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.u-py-5 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.u-px-5 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.u-pt-5 {
  padding-top: 4rem !important;
}

.u-pb-5 {
  padding-bottom: 4rem !important;
}

.u-pr-5 {
  padding-right: 4rem !important;
}

.u-pl-5 {
  padding-left: 4rem !important;
}

.u-p-6 {
  padding-top: 4.8rem !important;
  padding-bottom: 4.8rem !important;
  padding-left: 4.8rem !important;
  padding-right: 4.8rem !important;
}

.u-py-6 {
  padding-top: 4.8rem !important;
  padding-bottom: 4.8rem !important;
}

.u-px-6 {
  padding-left: 4.8rem !important;
  padding-right: 4.8rem !important;
}

.u-pt-6 {
  padding-top: 4.8rem !important;
}

.u-pb-6 {
  padding-bottom: 4.8rem !important;
}

.u-pr-6 {
  padding-right: 4.8rem !important;
}

.u-pl-6 {
  padding-left: 4.8rem !important;
}

.u-p-7 {
  padding-top: 5.6rem !important;
  padding-bottom: 5.6rem !important;
  padding-left: 5.6rem !important;
  padding-right: 5.6rem !important;
}

.u-py-7 {
  padding-top: 5.6rem !important;
  padding-bottom: 5.6rem !important;
}

.u-px-7 {
  padding-left: 5.6rem !important;
  padding-right: 5.6rem !important;
}

.u-pt-7 {
  padding-top: 5.6rem !important;
}

.u-pb-7 {
  padding-bottom: 5.6rem !important;
}

.u-pr-7 {
  padding-right: 5.6rem !important;
}

.u-pl-7 {
  padding-left: 5.6rem !important;
}

.u-p-8 {
  padding-top: 6.4rem !important;
  padding-bottom: 6.4rem !important;
  padding-left: 6.4rem !important;
  padding-right: 6.4rem !important;
}

.u-py-8 {
  padding-top: 6.4rem !important;
  padding-bottom: 6.4rem !important;
}

.u-px-8 {
  padding-left: 6.4rem !important;
  padding-right: 6.4rem !important;
}

.u-pt-8 {
  padding-top: 6.4rem !important;
}

.u-pb-8 {
  padding-bottom: 6.4rem !important;
}

.u-pr-8 {
  padding-right: 6.4rem !important;
}

.u-pl-8 {
  padding-left: 6.4rem !important;
}

.u-p-9 {
  padding-top: 7.2rem !important;
  padding-bottom: 7.2rem !important;
  padding-left: 7.2rem !important;
  padding-right: 7.2rem !important;
}

.u-py-9 {
  padding-top: 7.2rem !important;
  padding-bottom: 7.2rem !important;
}

.u-px-9 {
  padding-left: 7.2rem !important;
  padding-right: 7.2rem !important;
}

.u-pt-9 {
  padding-top: 7.2rem !important;
}

.u-pb-9 {
  padding-bottom: 7.2rem !important;
}

.u-pr-9 {
  padding-right: 7.2rem !important;
}

.u-pl-9 {
  padding-left: 7.2rem !important;
}

.u-p-10 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.u-py-10 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.u-px-10 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.u-pt-10 {
  padding-top: 8rem !important;
}

.u-pb-10 {
  padding-bottom: 8rem !important;
}

.u-pr-10 {
  padding-right: 8rem !important;
}

.u-pl-10 {
  padding-left: 8rem !important;
}

@media screen and (min-width: 768px) {
  .u-p-pc-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-py-pc-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-px-pc-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt-pc-0 {
    padding-top: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pb-pc-0 {
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pr-pc-0 {
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pl-pc-0 {
    padding-left: 0rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-p-pc-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-py-pc-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-px-pc-1 {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt-pc-1 {
    padding-top: 0.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pb-pc-1 {
    padding-bottom: 0.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pr-pc-1 {
    padding-right: 0.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pl-pc-1 {
    padding-left: 0.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-p-pc-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-py-pc-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-px-pc-2 {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt-pc-2 {
    padding-top: 1.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pb-pc-2 {
    padding-bottom: 1.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pr-pc-2 {
    padding-right: 1.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pl-pc-2 {
    padding-left: 1.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-p-pc-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-py-pc-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-px-pc-3 {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt-pc-3 {
    padding-top: 2.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pb-pc-3 {
    padding-bottom: 2.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pr-pc-3 {
    padding-right: 2.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pl-pc-3 {
    padding-left: 2.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-p-pc-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-py-pc-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-px-pc-4 {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt-pc-4 {
    padding-top: 3.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pb-pc-4 {
    padding-bottom: 3.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pr-pc-4 {
    padding-right: 3.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pl-pc-4 {
    padding-left: 3.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-p-pc-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-py-pc-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-px-pc-5 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt-pc-5 {
    padding-top: 4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pb-pc-5 {
    padding-bottom: 4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pr-pc-5 {
    padding-right: 4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pl-pc-5 {
    padding-left: 4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-p-pc-6 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
    padding-left: 4.8rem !important;
    padding-right: 4.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-py-pc-6 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-px-pc-6 {
    padding-left: 4.8rem !important;
    padding-right: 4.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt-pc-6 {
    padding-top: 4.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pb-pc-6 {
    padding-bottom: 4.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pr-pc-6 {
    padding-right: 4.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pl-pc-6 {
    padding-left: 4.8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-p-pc-7 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
    padding-left: 5.6rem !important;
    padding-right: 5.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-py-pc-7 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-px-pc-7 {
    padding-left: 5.6rem !important;
    padding-right: 5.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt-pc-7 {
    padding-top: 5.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pb-pc-7 {
    padding-bottom: 5.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pr-pc-7 {
    padding-right: 5.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pl-pc-7 {
    padding-left: 5.6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-p-pc-8 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
    padding-left: 6.4rem !important;
    padding-right: 6.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-py-pc-8 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-px-pc-8 {
    padding-left: 6.4rem !important;
    padding-right: 6.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt-pc-8 {
    padding-top: 6.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pb-pc-8 {
    padding-bottom: 6.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pr-pc-8 {
    padding-right: 6.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pl-pc-8 {
    padding-left: 6.4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-p-pc-9 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
    padding-left: 7.2rem !important;
    padding-right: 7.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-py-pc-9 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-px-pc-9 {
    padding-left: 7.2rem !important;
    padding-right: 7.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt-pc-9 {
    padding-top: 7.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pb-pc-9 {
    padding-bottom: 7.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pr-pc-9 {
    padding-right: 7.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pl-pc-9 {
    padding-left: 7.2rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-p-pc-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-py-pc-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-px-pc-10 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pt-pc-10 {
    padding-top: 8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pb-pc-10 {
    padding-bottom: 8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pr-pc-10 {
    padding-right: 8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pl-pc-10 {
    padding-left: 8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-p-tb-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-py-tb-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-px-tb-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt-tb-0 {
    padding-top: 0rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb-tb-0 {
    padding-bottom: 0rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pr-tb-0 {
    padding-right: 0rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pl-tb-0 {
    padding-left: 0rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-p-tb-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-py-tb-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-px-tb-1 {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt-tb-1 {
    padding-top: 0.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb-tb-1 {
    padding-bottom: 0.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pr-tb-1 {
    padding-right: 0.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pl-tb-1 {
    padding-left: 0.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-p-tb-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-py-tb-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-px-tb-2 {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt-tb-2 {
    padding-top: 1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb-tb-2 {
    padding-bottom: 1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pr-tb-2 {
    padding-right: 1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pl-tb-2 {
    padding-left: 1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-p-tb-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-py-tb-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-px-tb-3 {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt-tb-3 {
    padding-top: 2.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb-tb-3 {
    padding-bottom: 2.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pr-tb-3 {
    padding-right: 2.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pl-tb-3 {
    padding-left: 2.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-p-tb-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-py-tb-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-px-tb-4 {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt-tb-4 {
    padding-top: 3.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb-tb-4 {
    padding-bottom: 3.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pr-tb-4 {
    padding-right: 3.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pl-tb-4 {
    padding-left: 3.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-p-tb-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-py-tb-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-px-tb-5 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt-tb-5 {
    padding-top: 4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb-tb-5 {
    padding-bottom: 4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pr-tb-5 {
    padding-right: 4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pl-tb-5 {
    padding-left: 4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-p-tb-6 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
    padding-left: 4.8rem !important;
    padding-right: 4.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-py-tb-6 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-px-tb-6 {
    padding-left: 4.8rem !important;
    padding-right: 4.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt-tb-6 {
    padding-top: 4.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb-tb-6 {
    padding-bottom: 4.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pr-tb-6 {
    padding-right: 4.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pl-tb-6 {
    padding-left: 4.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-p-tb-7 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
    padding-left: 5.6rem !important;
    padding-right: 5.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-py-tb-7 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-px-tb-7 {
    padding-left: 5.6rem !important;
    padding-right: 5.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt-tb-7 {
    padding-top: 5.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb-tb-7 {
    padding-bottom: 5.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pr-tb-7 {
    padding-right: 5.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pl-tb-7 {
    padding-left: 5.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-p-tb-8 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
    padding-left: 6.4rem !important;
    padding-right: 6.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-py-tb-8 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-px-tb-8 {
    padding-left: 6.4rem !important;
    padding-right: 6.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt-tb-8 {
    padding-top: 6.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb-tb-8 {
    padding-bottom: 6.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pr-tb-8 {
    padding-right: 6.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pl-tb-8 {
    padding-left: 6.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-p-tb-9 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
    padding-left: 7.2rem !important;
    padding-right: 7.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-py-tb-9 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-px-tb-9 {
    padding-left: 7.2rem !important;
    padding-right: 7.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt-tb-9 {
    padding-top: 7.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb-tb-9 {
    padding-bottom: 7.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pr-tb-9 {
    padding-right: 7.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pl-tb-9 {
    padding-left: 7.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-p-tb-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-py-tb-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-px-tb-10 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt-tb-10 {
    padding-top: 8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb-tb-10 {
    padding-bottom: 8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pr-tb-10 {
    padding-right: 8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pl-tb-10 {
    padding-left: 8rem !important;
  }
}

.u-p-n0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.u-py-n0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.u-px-n0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.u-pt-n0 {
  padding-top: 0rem !important;
}

.u-pb-n0 {
  padding-bottom: 0rem !important;
}

.u-pr-n0 {
  padding-right: 0rem !important;
}

.u-pl-n0 {
  padding-left: 0rem !important;
}

.u-p-n1 {
  padding-top: -0.8rem !important;
  padding-bottom: -0.8rem !important;
  padding-left: -0.8rem !important;
  padding-right: -0.8rem !important;
}

.u-py-n1 {
  padding-top: -0.8rem !important;
  padding-bottom: -0.8rem !important;
}

.u-px-n1 {
  padding-left: -0.8rem !important;
  padding-right: -0.8rem !important;
}

.u-pt-n1 {
  padding-top: -0.8rem !important;
}

.u-pb-n1 {
  padding-bottom: -0.8rem !important;
}

.u-pr-n1 {
  padding-right: -0.8rem !important;
}

.u-pl-n1 {
  padding-left: -0.8rem !important;
}

.u-p-n2 {
  padding-top: -1.6rem !important;
  padding-bottom: -1.6rem !important;
  padding-left: -1.6rem !important;
  padding-right: -1.6rem !important;
}

.u-py-n2 {
  padding-top: -1.6rem !important;
  padding-bottom: -1.6rem !important;
}

.u-px-n2 {
  padding-left: -1.6rem !important;
  padding-right: -1.6rem !important;
}

.u-pt-n2 {
  padding-top: -1.6rem !important;
}

.u-pb-n2 {
  padding-bottom: -1.6rem !important;
}

.u-pr-n2 {
  padding-right: -1.6rem !important;
}

.u-pl-n2 {
  padding-left: -1.6rem !important;
}

.u-p-n3 {
  padding-top: -2.4rem !important;
  padding-bottom: -2.4rem !important;
  padding-left: -2.4rem !important;
  padding-right: -2.4rem !important;
}

.u-py-n3 {
  padding-top: -2.4rem !important;
  padding-bottom: -2.4rem !important;
}

.u-px-n3 {
  padding-left: -2.4rem !important;
  padding-right: -2.4rem !important;
}

.u-pt-n3 {
  padding-top: -2.4rem !important;
}

.u-pb-n3 {
  padding-bottom: -2.4rem !important;
}

.u-pr-n3 {
  padding-right: -2.4rem !important;
}

.u-pl-n3 {
  padding-left: -2.4rem !important;
}

.u-p-n4 {
  padding-top: -3.2rem !important;
  padding-bottom: -3.2rem !important;
  padding-left: -3.2rem !important;
  padding-right: -3.2rem !important;
}

.u-py-n4 {
  padding-top: -3.2rem !important;
  padding-bottom: -3.2rem !important;
}

.u-px-n4 {
  padding-left: -3.2rem !important;
  padding-right: -3.2rem !important;
}

.u-pt-n4 {
  padding-top: -3.2rem !important;
}

.u-pb-n4 {
  padding-bottom: -3.2rem !important;
}

.u-pr-n4 {
  padding-right: -3.2rem !important;
}

.u-pl-n4 {
  padding-left: -3.2rem !important;
}

.u-p-n5 {
  padding-top: -4rem !important;
  padding-bottom: -4rem !important;
  padding-left: -4rem !important;
  padding-right: -4rem !important;
}

.u-py-n5 {
  padding-top: -4rem !important;
  padding-bottom: -4rem !important;
}

.u-px-n5 {
  padding-left: -4rem !important;
  padding-right: -4rem !important;
}

.u-pt-n5 {
  padding-top: -4rem !important;
}

.u-pb-n5 {
  padding-bottom: -4rem !important;
}

.u-pr-n5 {
  padding-right: -4rem !important;
}

.u-pl-n5 {
  padding-left: -4rem !important;
}

.u-p-n6 {
  padding-top: -4.8rem !important;
  padding-bottom: -4.8rem !important;
  padding-left: -4.8rem !important;
  padding-right: -4.8rem !important;
}

.u-py-n6 {
  padding-top: -4.8rem !important;
  padding-bottom: -4.8rem !important;
}

.u-px-n6 {
  padding-left: -4.8rem !important;
  padding-right: -4.8rem !important;
}

.u-pt-n6 {
  padding-top: -4.8rem !important;
}

.u-pb-n6 {
  padding-bottom: -4.8rem !important;
}

.u-pr-n6 {
  padding-right: -4.8rem !important;
}

.u-pl-n6 {
  padding-left: -4.8rem !important;
}

.u-p-n7 {
  padding-top: -5.6rem !important;
  padding-bottom: -5.6rem !important;
  padding-left: -5.6rem !important;
  padding-right: -5.6rem !important;
}

.u-py-n7 {
  padding-top: -5.6rem !important;
  padding-bottom: -5.6rem !important;
}

.u-px-n7 {
  padding-left: -5.6rem !important;
  padding-right: -5.6rem !important;
}

.u-pt-n7 {
  padding-top: -5.6rem !important;
}

.u-pb-n7 {
  padding-bottom: -5.6rem !important;
}

.u-pr-n7 {
  padding-right: -5.6rem !important;
}

.u-pl-n7 {
  padding-left: -5.6rem !important;
}

.u-p-n8 {
  padding-top: -6.4rem !important;
  padding-bottom: -6.4rem !important;
  padding-left: -6.4rem !important;
  padding-right: -6.4rem !important;
}

.u-py-n8 {
  padding-top: -6.4rem !important;
  padding-bottom: -6.4rem !important;
}

.u-px-n8 {
  padding-left: -6.4rem !important;
  padding-right: -6.4rem !important;
}

.u-pt-n8 {
  padding-top: -6.4rem !important;
}

.u-pb-n8 {
  padding-bottom: -6.4rem !important;
}

.u-pr-n8 {
  padding-right: -6.4rem !important;
}

.u-pl-n8 {
  padding-left: -6.4rem !important;
}

.u-p-n9 {
  padding-top: -7.2rem !important;
  padding-bottom: -7.2rem !important;
  padding-left: -7.2rem !important;
  padding-right: -7.2rem !important;
}

.u-py-n9 {
  padding-top: -7.2rem !important;
  padding-bottom: -7.2rem !important;
}

.u-px-n9 {
  padding-left: -7.2rem !important;
  padding-right: -7.2rem !important;
}

.u-pt-n9 {
  padding-top: -7.2rem !important;
}

.u-pb-n9 {
  padding-bottom: -7.2rem !important;
}

.u-pr-n9 {
  padding-right: -7.2rem !important;
}

.u-pl-n9 {
  padding-left: -7.2rem !important;
}

.u-p-n10 {
  padding-top: -8rem !important;
  padding-bottom: -8rem !important;
  padding-left: -8rem !important;
  padding-right: -8rem !important;
}

.u-py-n10 {
  padding-top: -8rem !important;
  padding-bottom: -8rem !important;
}

.u-px-n10 {
  padding-left: -8rem !important;
  padding-right: -8rem !important;
}

.u-pt-n10 {
  padding-top: -8rem !important;
}

.u-pb-n10 {
  padding-bottom: -8rem !important;
}

.u-pr-n10 {
  padding-right: -8rem !important;
}

.u-pl-n10 {
  padding-left: -8rem !important;
}

@media screen and (max-width: 768px) {
  .u-p-tb-n0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-py-tb-n0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-px-tb-n0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt-tb-n0 {
    padding-top: 0rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb-tb-n0 {
    padding-bottom: 0rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pr-tb-n0 {
    padding-right: 0rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pl-tb-n0 {
    padding-left: 0rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-p-tb-n1 {
    padding-top: -0.8rem !important;
    padding-bottom: -0.8rem !important;
    padding-left: -0.8rem !important;
    padding-right: -0.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-py-tb-n1 {
    padding-top: -0.8rem !important;
    padding-bottom: -0.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-px-tb-n1 {
    padding-left: -0.8rem !important;
    padding-right: -0.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt-tb-n1 {
    padding-top: -0.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb-tb-n1 {
    padding-bottom: -0.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pr-tb-n1 {
    padding-right: -0.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pl-tb-n1 {
    padding-left: -0.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-p-tb-n2 {
    padding-top: -1.6rem !important;
    padding-bottom: -1.6rem !important;
    padding-left: -1.6rem !important;
    padding-right: -1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-py-tb-n2 {
    padding-top: -1.6rem !important;
    padding-bottom: -1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-px-tb-n2 {
    padding-left: -1.6rem !important;
    padding-right: -1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt-tb-n2 {
    padding-top: -1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb-tb-n2 {
    padding-bottom: -1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pr-tb-n2 {
    padding-right: -1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pl-tb-n2 {
    padding-left: -1.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-p-tb-n3 {
    padding-top: -2.4rem !important;
    padding-bottom: -2.4rem !important;
    padding-left: -2.4rem !important;
    padding-right: -2.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-py-tb-n3 {
    padding-top: -2.4rem !important;
    padding-bottom: -2.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-px-tb-n3 {
    padding-left: -2.4rem !important;
    padding-right: -2.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt-tb-n3 {
    padding-top: -2.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb-tb-n3 {
    padding-bottom: -2.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pr-tb-n3 {
    padding-right: -2.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pl-tb-n3 {
    padding-left: -2.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-p-tb-n4 {
    padding-top: -3.2rem !important;
    padding-bottom: -3.2rem !important;
    padding-left: -3.2rem !important;
    padding-right: -3.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-py-tb-n4 {
    padding-top: -3.2rem !important;
    padding-bottom: -3.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-px-tb-n4 {
    padding-left: -3.2rem !important;
    padding-right: -3.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt-tb-n4 {
    padding-top: -3.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb-tb-n4 {
    padding-bottom: -3.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pr-tb-n4 {
    padding-right: -3.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pl-tb-n4 {
    padding-left: -3.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-p-tb-n5 {
    padding-top: -4rem !important;
    padding-bottom: -4rem !important;
    padding-left: -4rem !important;
    padding-right: -4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-py-tb-n5 {
    padding-top: -4rem !important;
    padding-bottom: -4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-px-tb-n5 {
    padding-left: -4rem !important;
    padding-right: -4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt-tb-n5 {
    padding-top: -4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb-tb-n5 {
    padding-bottom: -4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pr-tb-n5 {
    padding-right: -4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pl-tb-n5 {
    padding-left: -4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-p-tb-n6 {
    padding-top: -4.8rem !important;
    padding-bottom: -4.8rem !important;
    padding-left: -4.8rem !important;
    padding-right: -4.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-py-tb-n6 {
    padding-top: -4.8rem !important;
    padding-bottom: -4.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-px-tb-n6 {
    padding-left: -4.8rem !important;
    padding-right: -4.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt-tb-n6 {
    padding-top: -4.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb-tb-n6 {
    padding-bottom: -4.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pr-tb-n6 {
    padding-right: -4.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pl-tb-n6 {
    padding-left: -4.8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-p-tb-n7 {
    padding-top: -5.6rem !important;
    padding-bottom: -5.6rem !important;
    padding-left: -5.6rem !important;
    padding-right: -5.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-py-tb-n7 {
    padding-top: -5.6rem !important;
    padding-bottom: -5.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-px-tb-n7 {
    padding-left: -5.6rem !important;
    padding-right: -5.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt-tb-n7 {
    padding-top: -5.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb-tb-n7 {
    padding-bottom: -5.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pr-tb-n7 {
    padding-right: -5.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pl-tb-n7 {
    padding-left: -5.6rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-p-tb-n8 {
    padding-top: -6.4rem !important;
    padding-bottom: -6.4rem !important;
    padding-left: -6.4rem !important;
    padding-right: -6.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-py-tb-n8 {
    padding-top: -6.4rem !important;
    padding-bottom: -6.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-px-tb-n8 {
    padding-left: -6.4rem !important;
    padding-right: -6.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt-tb-n8 {
    padding-top: -6.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb-tb-n8 {
    padding-bottom: -6.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pr-tb-n8 {
    padding-right: -6.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pl-tb-n8 {
    padding-left: -6.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-p-tb-n9 {
    padding-top: -7.2rem !important;
    padding-bottom: -7.2rem !important;
    padding-left: -7.2rem !important;
    padding-right: -7.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-py-tb-n9 {
    padding-top: -7.2rem !important;
    padding-bottom: -7.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-px-tb-n9 {
    padding-left: -7.2rem !important;
    padding-right: -7.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt-tb-n9 {
    padding-top: -7.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb-tb-n9 {
    padding-bottom: -7.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pr-tb-n9 {
    padding-right: -7.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pl-tb-n9 {
    padding-left: -7.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-p-tb-n10 {
    padding-top: -8rem !important;
    padding-bottom: -8rem !important;
    padding-left: -8rem !important;
    padding-right: -8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-py-tb-n10 {
    padding-top: -8rem !important;
    padding-bottom: -8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-px-tb-n10 {
    padding-left: -8rem !important;
    padding-right: -8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt-tb-n10 {
    padding-top: -8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pb-tb-n10 {
    padding-bottom: -8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pr-tb-n10 {
    padding-right: -8rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pl-tb-n10 {
    padding-left: -8rem !important;
  }
}

.u-w-5 {
  width: 5% !important;
}

@media screen and (max-width: 768px) {
  .u-w-tb-5 {
    width: 5% !important;
  }
}

.u-w-10 {
  width: 10% !important;
}

@media screen and (max-width: 768px) {
  .u-w-tb-10 {
    width: 10% !important;
  }
}

.u-w-15 {
  width: 15% !important;
}

@media screen and (max-width: 768px) {
  .u-w-tb-15 {
    width: 15% !important;
  }
}

.u-w-20 {
  width: 20% !important;
}

@media screen and (max-width: 768px) {
  .u-w-tb-20 {
    width: 20% !important;
  }
}

.u-w-25 {
  width: 25% !important;
}

@media screen and (max-width: 768px) {
  .u-w-tb-25 {
    width: 25% !important;
  }
}

.u-w-30 {
  width: 30% !important;
}

@media screen and (max-width: 768px) {
  .u-w-tb-30 {
    width: 30% !important;
  }
}

.u-w-35 {
  width: 35% !important;
}

@media screen and (max-width: 768px) {
  .u-w-tb-35 {
    width: 35% !important;
  }
}

.u-w-40 {
  width: 40% !important;
}

@media screen and (max-width: 768px) {
  .u-w-tb-40 {
    width: 40% !important;
  }
}

.u-w-45 {
  width: 45% !important;
}

@media screen and (max-width: 768px) {
  .u-w-tb-45 {
    width: 45% !important;
  }
}

.u-w-50 {
  width: 50% !important;
}

@media screen and (max-width: 768px) {
  .u-w-tb-50 {
    width: 50% !important;
  }
}

.u-w-55 {
  width: 55% !important;
}

@media screen and (max-width: 768px) {
  .u-w-tb-55 {
    width: 55% !important;
  }
}

.u-w-60 {
  width: 60% !important;
}

@media screen and (max-width: 768px) {
  .u-w-tb-60 {
    width: 60% !important;
  }
}

.u-w-65 {
  width: 65% !important;
}

@media screen and (max-width: 768px) {
  .u-w-tb-65 {
    width: 65% !important;
  }
}

.u-w-70 {
  width: 70% !important;
}

@media screen and (max-width: 768px) {
  .u-w-tb-70 {
    width: 70% !important;
  }
}

.u-w-75 {
  width: 75% !important;
}

@media screen and (max-width: 768px) {
  .u-w-tb-75 {
    width: 75% !important;
  }
}

.u-w-80 {
  width: 80% !important;
}

@media screen and (max-width: 768px) {
  .u-w-tb-80 {
    width: 80% !important;
  }
}

.u-w-85 {
  width: 85% !important;
}

@media screen and (max-width: 768px) {
  .u-w-tb-85 {
    width: 85% !important;
  }
}

.u-w-90 {
  width: 90% !important;
}

@media screen and (max-width: 768px) {
  .u-w-tb-90 {
    width: 90% !important;
  }
}

.u-w-95 {
  width: 95% !important;
}

@media screen and (max-width: 768px) {
  .u-w-tb-95 {
    width: 95% !important;
  }
}

.u-w-100 {
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .u-w-tb-100 {
    width: 100% !important;
  }
}

.u-max-w-medium {
  max-width: 64rem;
}

.u-text-color-primary {
  color: #4D4397;
}

.u-text-color-secondary {
  color: #E85298;
}

.u-text-color-thirdly {
  color: #64C0AB;
}

.u-font-size-xx-large {
  font-size: 2rem;
}

.u-font-size-x-large {
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  .u-font-size-x-large {
    font-size: 2rem;
  }
}

.u-font-size-large {
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .u-font-size-large {
    font-size: 1.8rem;
  }
}

.u-font-size-medium {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .u-font-size-medium {
    font-size: 1.6rem;
  }
}

.u-font-size-small {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .u-font-size-small {
    font-size: 1.4rem;
  }
}

.u-font-weight-thin {
  font-weight: 100;
}

.u-font-weight-light {
  font-weight: 300;
}

.u-font-weight-regular {
  font-weight: 400;
}

.u-font-weight-medium {
  font-weight: 500;
}

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

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

.u-font-weight-black {
  font-weight: 900;
}

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

.u-white-space-nowrap {
  white-space: nowrap;
}

[class^="u-show-"] {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-show-tb-down {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-show-tb-up {
    display: block;
  }
}

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

.header {
  height: 7.4rem;
  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;
}

.header .logo {
  width: 20.5rem;
}

.footer {
  font-size: 1.2rem;
  color: #222;
  padding: 1.6rem 2.8rem;
  text-align: center;
}

.inner {
  max-width: 640px;
  margin: auto;
}

.lp .cover {
  background-image: url("../images/bg-cover.jpg");
  background-size: auto 100%;
  background-position: center;
  padding: 9rem 0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lp .cover .copy {
  height: 43.8rem;
}

.lp .cover .copy img {
  height: 100%;
  width: auto;
}

.lp .overview {
  padding: 1.6rem 2.8rem 3.2rem;
}

.lp .overview .term {
  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;
}

.lp .overview .term .hyphen {
  width: 3rem;
  height: 0.1rem;
  background-color: #000;
  margin: 1.6rem 1.6rem 0;
}

.lp .overview .term .date {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
}

.lp .overview .term .date .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp .overview .term .date .year {
  font-size: 1.2rem;
}

.lp .overview .term .date .day {
  font-size: 3rem;
}

.lp .overview .term .date .dow {
  margin-top: 0.2rem;
  margin-left: 0.4rem;
  width: 2.3rem;
  height: 2.3rem;
  color: #fff;
  background-color: #9F110E;
  font-size: 1.3rem;
  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;
}

.lp .overview .body {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 1.6rem;
  line-height: 2;
}

.lp .page-links {
  background-color: #F7F7F7;
  padding: 2.8rem;
}

.lp .page-links .title {
  font-size: 1.9rem;
  margin-bottom: 2.8rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.lp .page-links .link-list li + li {
  margin-top: 1.4rem;
}

.lp .page-links .link-list .page-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.lp .page-links .link-list .page-link.type-1 {
  background-color: #9F110E;
}

.lp .page-links .link-list .page-link.type-2 {
  background-color: #C69D16;
}

.lp .page-links .link-list .page-link.type-3 {
  background-color: #CB7831;
}

.lp .page-links .link-list .page-link .thumb {
  width: 8rem;
  font-size: 0;
}

.lp .page-links .link-list .page-link .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 700;
  padding-right: 1.6rem;
}

.lp .page-links .link-list .page-link .text strong {
  font-size: 1.9rem;
  margin-right: 0.8rem;
}

.lp .page-links .link-list .page-link::before {
  content: "";
  position: absolute;
  right: 2rem;
  top: -0.6rem;
  bottom: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
  border-bottom: solid 0.1rem #fff;
  border-right: solid 0.1rem #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.lp .campaign {
  padding: 2.8rem 0;
}

.lp .campaign.type-1 {
  background-color: #9F110E;
}

.lp .campaign.type-2 {
  background-color: #C69D25;
}

.lp .campaign.type-3 {
  background-color: #CB7831;
}

.lp .campaign .title {
  position: relative;
  color: #fff;
  font-size: 1.9rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  text-align: center;
  line-height: 1.1;
}

.lp .campaign .title strong {
  display: block;
  font-size: 6.6rem;
  font-weight: 200;
}

.lp .campaign .image {
  margin-top: -2.4rem;
  font-size: 0;
}

.lp .campaign .body {
  padding: 1.6rem 2.8rem 0;
  color: #fff;
  font-size: 1.3rem;
  line-height: 2;
}

.lp .campaign .info {
  padding: 0 2.8rem;
}

.lp .campaign .info .c-bg-alto {
  background-color: #fff !important;
}

.lp .campaign .button {
  padding: 2.8rem;
}

.lp .campaign .sub-title {
  color: #fff;
  font-size: 1.6rem;
  padding: 4rem 2.8rem 1.2rem;
}

.lp .campaign .product-list {
  padding: 0 2.8rem;
}

.lp .campaign .product-list li + li {
  margin-top: 1.6rem;
}

.lp .campaign .product-list .product {
  background-color: #fff;
  padding: 1.6rem;
}

.lp .campaign .product-list .product .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  border-bottom: solid 0.1rem rgba(0, 0, 0, 0.08);
}

.lp .campaign .product-list .product .name .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #4D4397;
  border: solid 0.1rem #4D4397;
  font-weight: bold;
  padding: 0.1rem 0.8rem;
  border-radius: 2rem;
  margin-right: 0.8rem;
  white-space: nowrap;
}

.lp .campaign .product-list .product .name .icon::before {
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/icon-rank.png");
}

.lp .campaign .product-list .product .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.lp .campaign .product-list .product .body .thumb {
  font-size: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lp .campaign .product-list .product .body .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
  font-size: 1.3rem;
  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;
  padding: 0;
}

.lp .campaign .product-list .product .body .info strong {
  font-size: 1.6rem;
}
/*# sourceMappingURL=site.css.map */