/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-bottom: 0;
}
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-bottom: 0;
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
.p-ranking-list .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}

/* 新規作成クラス */
.p-page-top p,
.p-page-top figure {
  margin: 0;
}
.p-page-top .c-button:hover {
  opacity: .8;
}
.p-page-top__lead {
  display: flex;
  justify-content: center;
}

/* 見出し */
.c-level2-heading {
  background: linear-gradient(to right, #6A048C 0%, #140B41 100%);
  border-bottom: 12px solid #fff;
  color: #fff;
  font-size: 24px;
  margin: 0;
  margin-bottom: 18px;
  padding: 4px 10px;
  position: relative;
}
.c-level2-heading::after {
  border-bottom: 4px solid #5B3468;
  bottom: -12px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-level2-heading {
    font-size: 28px;
    margin-bottom: 20px;
    padding: 4px 20px;
  }
}
.c-img-heading {
  margin: 0;
}
.c-img-heading img {
  display: block;
  height: auto;
  width: 100%;
}

/* ボタン */
.p-page-button {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
}
.p-page-buttons {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px 24px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-page-buttons {
    flex-direction: row;
  }
}
.p-button-label {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  justify-content: center;
  text-align: center;
  .accent {
    color: #F25303;
  }
}
.p-button-label:before,
.p-button-label:after {
  background-color: #F25303;
  content: "";
  display: block;
  height: 28px;
  width: 2px;
}
.p-button-label:before {
  margin-right: 12px;
  transform: rotate(-45deg);
}
.p-button-label:after {
  margin-left: 12px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-button-label {
    font-size: 18px;
  }
  .p-button-label:before {
    margin-right: 16px;
  }
  .p-button-label:after {
    margin-left: 16px;
  }
}
.c-button--arrow-right-round {
  align-items: center;
  background: linear-gradient(#00C6FF 0%, #0072FF 100%);
  border: 4px solid #ffffff;
  border-radius: 100px;
  box-shadow: 4px 4px 4px rgba(0,0,0,.25);
  display: inline-flex;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  gap: 8px;
  justify-content: center;
  padding: 12px 24px;
}
.c-button--arrow-right-round::after {
  background: url("https://file001.shop-pro.jp/PA01513/858/site/icon-arrow-triangle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 24px;
  width: 24px;
}
.c-button--arrow-right-round:hover {
  color: #ffffff;
  text-decoration: none;
}
.c-button--arrow-right {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid currentColor;
  border-radius: 8px;
  display: inline-flex;
  color: #5B3468;
  font-size: 16px;
  gap: 16px;
  justify-content: center;
  min-width: 180px;
  padding: 4px 16px;
}
.c-button--arrow-right::after {
  background: url("https://file001.shop-pro.jp/PA01513/858/site/icon-arrow-right-thin.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}
.c-button--arrow-right-round-lg {
  border-radius: 100px;
  box-shadow: 4px 4px 4px rgba(0,0,0,.25);
}

/* カード */
.p-cards {
  display: grid;
  gap: 16px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-cards {
    gap: 16px;
  }
}
.p-cards--col1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 544px) {
  .p-cards--col1-sm {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .p-cards--col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 992px) {
  .p-cards--col1-lg {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1236px) {
  .p-cards--col1-xl {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.p-cards--col2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 544px) {
  .p-cards--col2-sm {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .p-cards--col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 992px) {
  .p-cards--col2-lg {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1236px) {
  .p-cards--col2-xl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.p-cards--col3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (min-width: 544px) {
  .p-cards--col3-sm {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .p-cards--col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 992px) {
  .p-cards--col3-lg {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1236px) {
  .p-cards--col3-xl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.p-cards--col4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (min-width: 544px) {
  .p-cards--col4-sm {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .p-cards--col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 992px) {
  .p-cards--col4-lg {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1236px) {
  .p-cards--col4-xl {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.p-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-card__img-wrapper {
  aspect-ratio: 492/328;
  overflow: hidden;
}
.p-card__img-wrapper.p-card__img-wrapper--square {
  aspect-ratio: 1/1;
}
.p-card__img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-card__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .p-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .p-card__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}

/* mv */
.p-mv__img {
  display: block;
  height: auto;
  width: 100%;
}

/* ご利用の流れ */
.p-flow {
  display: grid;
  row-gap: 8px;
}
.p-flow__item {
  display: grid;
  gap: 0;
  grid-template-areas: 
    "area1"
    "area2"
    "area3";
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr 28px;
}
.p-flow__icon {
  grid-area: area1;
}
.p-flow__icon img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
}
.p-flow__item-label {
  align-items: center;
  color: #5B3468;
  display: flex;
  font-weight: bold;
  grid-area: area1;
  justify-content: center;
  .step {
    font-size: 14px;
  }
  .num {
    font-size: 28px;
  }
}
.p-flow__item-body {
  align-items: center;
  background-color: #FFBB00;
  border-radius: 16px;
  display: grid;
  gap: 4px 10px;
  grid-area: area2;
  grid-template-columns: 100px 1fr; 
  grid-template-rows: auto 1fr; 
  grid-template-areas: 
    "child-area1 child-area2"
    "child-area1 child-area3"; 
  justify-content: center;
  padding: 20px;
}
.p-flow__item-img {
  display: block;
  grid-area: child-area1;
  height: auto;
  width: 100px;
}
.p-flow__item-title {
  align-self: start;
  color: #5B3468;
  display: block;
  font-size: 18px;
  font-weight: bold;
  grid-area: child-area2;
  text-align: center;
}
.p-flow__item-text {
  align-self: start;
  display: block;
  font-size: 16px;
  grid-area: child-area3;
  text-align: center;
}
.p-flow__arrow {
  align-self: flex-end;
  grid-area: area3;
  justify-self: center;
}
.p-flow__arrow::after {
  background-color: #5B3468;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
  display: block;
  height: 20px;
  width: 24px;
}
@media screen and (min-width: 768px) {
  .p-flow {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-flow__item {
    gap: 0;
    grid-template-areas:
      "area1 ."
      "area2 area3";
    grid-template-columns: 1fr 32px;
    grid-template-rows: auto 1fr;
  }
  .p-flow__item-label {
    justify-content: flex-start;
  }
  .p-flow__arrow {
    align-self: center;
  }
  .p-flow__arrow::after {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    height: 24px;
    width: 20px;
  }
  .p-flow__item-body {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    padding: 16px 12px;
  }
  .p-flow__item-img {
    margin-bottom: 10px;
  }
  .p-flow__item-title {
    align-self: center;
    margin-bottom: 3px;
  }
  .p-flow__item-text {
    align-self: center;
  }
}
@media screen and (min-width: 992px) {
  .p-flow {
    grid-template-columns: repeat(3, 1fr) calc(25% - 32px);
  }
  .p-flow__item:last-of-type {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .p-flow__item {
    gap: 0;
    grid-template-areas:
      "area1 ."
      "area2 area3";
    grid-template-columns: 1fr 32px;
    grid-template-rows: auto 1fr;
  }
}

/* 買取アイテム */
.p-media {
  display: flex;
  flex-direction: column;
  gap: 14px 16px;
}
.p-media__img-wrapper {
  margin: 0;
}
.p-media__img {
  display: block;
  height: auto;
  width: 100%;
}
.p-media__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}
.p-media__items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
}
.p-media__item {
  background-color: #FFBB00;
  border-radius: 100px;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 10px;
}
@media screen and (min-width: 768px) {
  .p-media {
    flex-direction: row-reverse;
  }
  .p-media__item {
    font-size: 16px;
  }
  .p-media__img-wrapper {
    flex: 0 0 49.2%;
  }
}

/* なぜ超高額買取が出来るの */
.p-cards .p-media-card {
  box-sizing: border-box;
  height: 100%;
}
.p-media-card {
  background-color: #FFBB00;
  border-radius: 16px;
  display: grid;
  grid-auto-columns: 1fr; 
  grid-template-columns: 54px 1fr; 
  grid-template-rows: auto auto; 
  gap: 8px 10px; 
  grid-template-areas: 
    "area1 area2"
    "area3 area3"; 
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .p-media-card {
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: 54px auto; 
    gap: 10px 16px; 
    grid-template-areas: 
      "area1 area3"
      "area2 area3"; 
    }
}
.p-media-card__label {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #5B3468;
  display: flex;
  font-weight: bold;
  grid-area: area1;
  height: 54px;
  justify-content: center;
  width: 54px;
  text-align: center;
  .reason {
    font-size: 12px;
  }
  .num {
    font-size: 16px;
  }
}
.p-media-card__text {
  grid-area: area2;
}
.p-media-card__img-wrapper {
  aspect-ratio: 303/194;
  background-color: #ffffff;
  border-radius: 8px;
  align-self: start;
  grid-area: area3;
  margin: 0;
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  .p-media-card__img-wrapper {
    aspect-ratio: 222/184;
    padding: 0 10px;
  }
}
.p-media-card__img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

/* 他店とのサービス比較 */
.p-table {
  overflow: scroll;
}
.p-table__img {
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .p-table__img {
    display: block;
    height: auto;
    max-width: none;
    width: 500px;
  }
}

/* 高額買取のコツ */
.p-point-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}
.p-point-card__label {
  background: url(https://file001.shop-pro.jp/PA01513/858/site/icon-point.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 25px;
  font-weight: bold;
  color: #F20303;
  height: 64px;
  left: 10px;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 62px;
  .num {
    display: block;
    margin-top: 26px;
  }
}
.p-point-card__img-wrapper {
  border: 4px solid #FFBB00;
  border-radius: 16px;
  margin: 0;
  padding: 20px;
}
.p-point-card__title {
  color: #5B3468;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-point-card {
    gap: 8px;
  }
  .p-point-card__label {
    font-size: 24px;
    height: 62px;
    top: 12px;
    width: 60px;
    .num {
      margin-top: 25px;
    }
  }
  .p-point-card__title {
    font-size: 18px;
  }
}
.p-point-card__img {
  display: block;
  height: auto;
  width: 100%;
}

/* スペシャルボーナス */
.p-bonus {
  margin: 0;
}
.p-bonus__img {
  display: block;
  height: auto;
  width: 100%;
}

/* フィギュア最新の買い取り実績 */
.p-achievements__card {
  background-color: #FFFFE0;
  border: 1px solid #A0A0A0;
  padding: 8px;
  .p-card__text {
    font-size: 14px;
    font-weight: bold;
  }
  .p-card__price {
    align-items: center;
    color: #F20303;
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
  }
  .text {
    font-size: 16px;
  }
  .num {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-achievements__card {
    padding: 16px;
    .p-card__text {
      font-size: 16px;
    }
    .text {
      font-size: 18px;
    }
    .num {
      font-size: 24px;
    }
  }
}

/* 強化買取中目玉商品 */
.p-pickup__body {
  background-color: #FFBB00;
  padding: 10px;
}
.p-pickup__card {
  background-color: #ffffff;
  box-shadow: 3px 3px 0 #7C592E;
  gap: 6px;
  padding: 7px;
  .p-card__text {
    font-size: 12px;
    font-weight: bold;
  }
  .p-card__price {
    align-items: center;
    color: #F20303;
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
  }
  .text {
    font-size: 12px;
  }
  .num {
    font-size: 16px;
  }
}
.p-pickup__card__body {
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .p-pickup__body {
    padding: 20px;
  }
  .p-pickup__card {
    gap: 10px;
    padding: 10px;
    .p-card__text {
      font-size: 16px;
    }
    .text {
      font-size: 18px;
    }
    .num {
      font-size: 24px;
    }
  }
  .p-pickup__card__body {
    gap: 8px;
  }
}

/* 高価買取特集 */
.p-feature__card {
  gap: 0;
  .p-card__body {
    background-color: #FFFFE0;
    padding: 10px;
  }
  .p-card__text {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-feature__card {
    .p-card__body {
      padding: 16px;
    }
    .p-card__text {
      font-size: 14px;
    }
  }
}

/* 買取申込みフォームバナー */
.p-cta img {
  display: block;
  height: auto;
  width: 100%;
}

/* font */
.u-font-bold {
  font-weight: bold;
}
.u-font-color-red {
  color: #F20303;
}
.u-font-marker {
  background: linear-gradient(transparent 60%, #FFF600 60%, #FFF600 90%, transparent 90%);
}
.u-font-border {
  text-decoration: underline;
  text-decoration-color: #F20303;
  text-decoration-style: dashed;
  text-decoration-thickness: 4px;
}
.u-font10 {
  font-size: 10px !important;
}
.u-font12 {
  font-size: 12px !important;
}
.u-font14 {
  font-size: 14px !important;
}
.u-font16 {
  font-size: 16px !important;
}
.u-font18 {
  font-size: 18px !important;
}
.u-font20 {
  font-size: 20px !important;
}
.u-font22 {
  font-size: 22px !important;
}
.u-font24 {
  font-size: 24px !important;
}
.u-font26 {
  font-size: 26px !important;
}
.u-font28 {
  font-size: 28px !important;
}
.u-font30 {
  font-size: 30px !important;
}
.u-font32 {
  font-size: 32px !important;
}
.u-font34 {
  font-size: 34px !important;
}
.u-font36 {
  font-size: 36px !important;
}
.u-font38 {
  font-size: 38px !important;
}
.u-font40 {
  font-size: 40px !important;
}
.u-font42 {
  font-size: 42px !important;
}
.u-font44 {
  font-size: 44px !important;
}
.u-font46 {
  font-size: 46px !important;
}
.u-font48 {
  font-size: 48px !important;
}
.u-font50 {
  font-size: 50px !important;
}
.u-font52 {
  font-size: 52px !important;
}
.u-font54 {
  font-size: 54px !important;
}
.u-font56 {
  font-size: 56px !important;
}
.u-font58 {
  font-size: 58px !important;
}
.u-font60 {
  font-size: 60px !important;
}
@media screen and (min-width: 768px) {
  .u-font10-md {
    font-size: 10px !important;
  }
  .u-font12-md {
    font-size: 12px !important;
  }
  .u-font14-md {
    font-size: 14px !important;
  }
  .u-font16-md {
    font-size: 16px !important;
  }
  .u-font18-md {
    font-size: 18px !important;
  }
  .u-font20-md {
    font-size: 20px !important;
  }
  .u-font22-md {
    font-size: 22px !important;
  }
  .u-font24-md {
    font-size: 24px !important;
  }
  .u-font26-md {
    font-size: 26px !important;
  }
  .u-font28-md {
    font-size: 28px !important;
  }
  .u-font30-md {
    font-size: 30px !important;
  }
  .u-font32-md {
    font-size: 32px !important;
  }
  .u-font34-md {
    font-size: 34px !important;
  }
  .u-font36-md {
    font-size: 36px !important;
  }
  .u-font38-md {
    font-size: 38px !important;
  }
  .u-font40-md {
    font-size: 40px !important;
  }
  .u-font42-md {
    font-size: 42px !important;
  }
  .u-font44-md {
    font-size: 44px !important;
  }
  .u-font46-md {
    font-size: 46px !important;
  }
  .u-font48-md {
    font-size: 48px !important;
  }
  .u-font50-md {
    font-size: 50px !important;
  }
  .u-font52-md {
    font-size: 52px !important;
  }
  .u-font54-md {
    font-size: 54px !important;
  }
  .u-font56-md {
    font-size: 56px !important;
  }
  .u-font58-md {
    font-size: 58px !important;
  }
  .u-font60-md {
    font-size: 60px !important;
  }
}

/* spacer */
.u-spacer0 {
  display: block;
  height: 0px !important;
  width: 100%;
}
.u-spacer1 {
  display: block;
  height: 1px !important;
  width: 100%;
}
.u-spacer2 {
  display: block;
  height: 2px !important;
  width: 100%;
}
.u-spacer3 {
  display: block;
  height: 3px !important;
  width: 100%;
}
.u-spacer4 {
  display: block;
  height: 4px !important;
  width: 100%;
}
.u-spacer5 {
  display: block;
  height: 5px !important;
  width: 100%;
}
.u-spacer6 {
  display: block;
  height: 6px !important;
  width: 100%;
}
.u-spacer7 {
  display: block;
  height: 7px !important;
  width: 100%;
}
.u-spacer8 {
  display: block;
  height: 8px !important;
  width: 100%;
}
.u-spacer9 {
  display: block;
  height: 9px !important;
  width: 100%;
}
.u-spacer10 {
  display: block;
  height: 10px !important;
  width: 100%;
}
.u-spacer11 {
  display: block;
  height: 11px !important;
  width: 100%;
}
.u-spacer12 {
  display: block;
  height: 12px !important;
  width: 100%;
}
.u-spacer13 {
  display: block;
  height: 13px !important;
  width: 100%;
}
.u-spacer14 {
  display: block;
  height: 14px !important;
  width: 100%;
}
.u-spacer15 {
  display: block;
  height: 15px !important;
  width: 100%;
}
.u-spacer16 {
  display: block;
  height: 16px !important;
  width: 100%;
}
.u-spacer17 {
  display: block;
  height: 17px !important;
  width: 100%;
}
.u-spacer18 {
  display: block;
  height: 18px !important;
  width: 100%;
}

.u-spacer19 {
  display: block;
  height: 19px !important;
  width: 100%;
}
.u-spacer20 {
  display: block;
  height: 20px !important;
  width: 100%;
}
.u-spacer21 {
  display: block;
  height: 21px !important;
  width: 100%;
}
.u-spacer22 {
  display: block;
  height: 22px !important;
  width: 100%;
}
.u-spacer23 {
  display: block;
  height: 23px !important;
  width: 100%;
}
.u-spacer24 {
  display: block;
  height: 24px !important;
  width: 100%;
}
.u-spacer25 {
  display: block;
  height: 25px !important;
  width: 100%;
}
.u-spacer26 {
  display: block;
  height: 26px !important;
  width: 100%;
}
.u-spacer27 {
  display: block;
  height: 27px !important;
  width: 100%;
}
.u-spacer28 {
  display: block;
  height: 28px !important;
  width: 100%;
}
.u-spacer29 {
  display: block;
  height: 29px !important;
  width: 100%;
}
.u-spacer30 {
  display: block;
  height: 30px !important;
  width: 100%;
}
.u-spacer31 {
  display: block;
  height: 31px !important;
  width: 100%;
}
.u-spacer32 {
  display: block;
  height: 32px !important;
  width: 100%;
}
.u-spacer33 {
  display: block;
  height: 33px !important;
  width: 100%;
}
.u-spacer34 {
  display: block;
  height: 34px !important;
  width: 100%;
}
.u-spacer35 {
  display: block;
  height: 35px !important;
  width: 100%;
}
.u-spacer36 {
  display: block;
  height: 36px !important;
  width: 100%;
}
.u-spacer37 {
  display: block;
  height: 37px !important;
  width: 100%;
}
.u-spacer38 {
  display: block;
  height: 38px !important;
  width: 100%;
}
.u-spacer39 {
  display: block;
  height: 39px !important;
  width: 100%;
}
.u-spacer40 {
  display: block;
  height: 40px !important;
  width: 100%;
}
.u-spacer41 {
  display: block;
  height: 41px !important;
  width: 100%;
}
.u-spacer42 {
  display: block;
  height: 42px !important;
  width: 100%;
}
.u-spacer43 {
  display: block;
  height: 43px !important;
  width: 100%;
}
.u-spacer44 {
  display: block;
  height: 44px !important;
  width: 100%;
}
.u-spacer45 {
  display: block;
  height: 45px !important;
  width: 100%;
}
.u-spacer46 {
  display: block;
  height: 46px !important;
  width: 100%;
}
.u-spacer47 {
  display: block;
  height: 47px !important;
  width: 100%;
}
.u-spacer48 {
  display: block;
  height: 48px !important;
  width: 100%;
}
.u-spacer49 {
  display: block;
  height: 49px !important;
  width: 100%;
}
.u-spacer50 {
  display: block;
  height: 50px !important;
  width: 100%;
}
.u-spacer51 {
  display: block;
  height: 51px !important;
  width: 100%;
}
.u-spacer52 {
  display: block;
  height: 52px !important;
  width: 100%;
}
.u-spacer53 {
  display: block;
  height: 53px !important;
  width: 100%;
}
.u-spacer54 {
  display: block;
  height: 54px !important;
  width: 100%;
}
.u-spacer55 {
  display: block;
  height: 55px !important;
  width: 100%;
}
.u-spacer56 {
  display: block;
  height: 56px !important;
  width: 100%;
}
.u-spacer57 {
  display: block;
  height: 57px !important;
  width: 100%;
}
.u-spacer58 {
  display: block;
  height: 58px !important;
  width: 100%;
}
.u-spacer59 {
  display: block;
  height: 59px !important;
  width: 100%;
}
.u-spacer60 {
  display: block;
  height: 60px !important;
  width: 100%;
}
.u-spacer61 {
  display: block;
  height: 61px !important;
  width: 100%;
}
.u-spacer62 {
  display: block;
  height: 62px !important;
  width: 100%;
}
.u-spacer63 {
  display: block;
  height: 63px !important;
  width: 100%;
}
.u-spacer64 {
  display: block;
  height: 64px !important;
  width: 100%;
}
.u-spacer65 {
  display: block;
  height: 65px !important;
  width: 100%;
}
.u-spacer66 {
  display: block;
  height: 66px !important;
  width: 100%;
}
.u-spacer67 {
  display: block;
  height: 67px !important;
  width: 100%;
}
.u-spacer68 {
  display: block;
  height: 68px !important;
  width: 100%;
}
.u-spacer69 {
  display: block;
  height: 69px !important;
  width: 100%;
}
.u-spacer70 {
  display: block;
  height: 70px !important;
  width: 100%;
}
.u-spacer71 {
  display: block;
  height: 71px !important;
  width: 100%;
}
.u-spacer72 {
  display: block;
  height: 72px !important;
  width: 100%;
}
.u-spacer73 {
  display: block;
  height: 73px !important;
  width: 100%;
}
.u-spacer74 {
  display: block;
  height: 74px !important;
  width: 100%;
}
.u-spacer75 {
  display: block;
  height: 75px !important;
  width: 100%;
}
.u-spacer76 {
  display: block;
  height: 76px !important;
  width: 100%;
}
.u-spacer77 {
  display: block;
  height: 77px !important;
  width: 100%;
}
.u-spacer78 {
  display: block;
  height: 78px !important;
  width: 100%;
}
.u-spacer79 {
  display: block;
  height: 79px !important;
  width: 100%;
}
.u-spacer80 {
  display: block;
  height: 80px !important;
  width: 100%;
}
.u-spacer81 {
  display: block;
  height: 81px !important;
  width: 100%;
}
.u-spacer82 {
  display: block;
  height: 82px !important;
  width: 100%;
}
.u-spacer83 {
  display: block;
  height: 83px !important;
  width: 100%;
}
.u-spacer84 {
  display: block;
  height: 84px !important;
  width: 100%;
}
.u-spacer85 {
  display: block;
  height: 85px !important;
  width: 100%;
}
.u-spacer86 {
  display: block;
  height: 86px !important;
  width: 100%;
}
.u-spacer87 {
  display: block;
  height: 87px !important;
  width: 100%;
}
.u-spacer88 {
  display: block;
  height: 88px !important;
  width: 100%;
}
.u-spacer89 {
  display: block;
  height: 89px !important;
  width: 100%;
}
.u-spacer90 {
  display: block;
  height: 90px !important;
  width: 100%;
}
.u-spacer91 {
  display: block;
  height: 91px !important;
  width: 100%;
}
.u-spacer92 {
  display: block;
  height: 92px !important;
  width: 100%;
}
.u-spacer93 {
  display: block;
  height: 93px !important;
  width: 100%;
}
.u-spacer94 {
  display: block;
  height: 94px !important;
  width: 100%;
}
.u-spacer95 {
  display: block;
  height: 95px !important;
  width: 100%;
}
.u-spacer96 {
  display: block;
  height: 96px !important;
  width: 100%;
}
.u-spacer97 {
  display: block;
  height: 97px !important;
  width: 100%;
}
.u-spacer98 {
  display: block;
  height: 98px !important;
  width: 100%;
}
.u-spacer99 {
  display: block;
  height: 99px !important;
  width: 100%;
}
.u-spacer100 {
  display: block;
  height: 100px !important;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .u-spacer0-md {
    display: block;
    height: 0px !important;
    width: 100%;
  }
  .u-spacer1-md {
    display: block;
    height: 1px !important;
    width: 100%;
  }
  .u-spacer2-md {
    display: block;
    height: 2px !important;
    width: 100%;
  }
  .u-spacer3-md {
    display: block;
    height: 3px !important;
    width: 100%;
  }
  .u-spacer4-md {
    display: block;
    height: 4px !important;
    width: 100%;
  }
  .u-spacer5-md {
    display: block;
    height: 5px !important;
    width: 100%;
  }
  .u-spacer6-md {
    display: block;
    height: 6px !important;
    width: 100%;
  }
  .u-spacer7-md {
    display: block;
    height: 7px !important;
    width: 100%;
  }
  .u-spacer8-md {
    display: block;
    height: 8px !important;
    width: 100%;
  }
  .u-spacer9-md {
    display: block;
    height: 9px !important;
    width: 100%;
  }
  .u-spacer10-md {
    display: block;
    height: 1px !important;
    width: 100%;
  }
  .u-spacer11-md {
    display: block;
    height: 11px !important;
    width: 100%;
  }
  .u-spacer12-md {
    display: block;
    height: 12px !important;
    width: 100%;
  }
  .u-spacer13-md {
    display: block;
    height: 13px !important;
    width: 100%;
  }
  .u-spacer14-md {
    display: block;
    height: 14px !important;
    width: 100%;
  }
  .u-spacer15-md {
    display: block;
    height: 15px !important;
    width: 100%;
  }
  .u-spacer16-md {
    display: block;
    height: 16px !important;
    width: 100%;
  }
  .u-spacer17-md {
    display: block;
    height: 17px !important;
    width: 100%;
  }
  .u-spacer18-md {
    display: block;
    height: 18px !important;
    width: 100%;
  }
  .u-spacer19-md {
    display: block;
    height: 19px !important;
    width: 100%;
  }
  .u-spacer20-md {
    display: block;
    height: 20px !important;
    width: 100%;
  }
  .u-spacer21-md {
    display: block;
    height: 21px !important;
    width: 100%;
  }
  .u-spacer22-md {
    display: block;
    height: 22px !important;
    width: 100%;
  }
  .u-spacer23-md {
    display: block;
    height: 23px !important;
    width: 100%;
  }
  .u-spacer24-md {
    display: block;
    height: 24px !important;
    width: 100%;
  }
  .u-spacer25-md {
    display: block;
    height: 25px !important;
    width: 100%;
  }
  .u-spacer26-md {
    display: block;
    height: 26px !important;
    width: 100%;
  }
  .u-spacer27-md {
    display: block;
    height: 27px !important;
    width: 100%;
  }
  .u-spacer28-md {
    display: block;
    height: 28px !important;
    width: 100%;
  }
  .u-spacer29-md {
    display: block;
    height: 29px !important;
    width: 100%;
  }
  .u-spacer30-md {
    display: block;
    height: 30px !important;
    width: 100%;
  }
  .u-spacer31-md {
    display: block;
    height: 31px !important;
    width: 100%;
  }
  .u-spacer32-md {
    display: block;
    height: 32px !important;
    width: 100%;
  }
  .u-spacer33-md {
    display: block;
    height: 33px !important;
    width: 100%;
  }
  .u-spacer34-md {
    display: block;
    height: 34px !important;
    width: 100%;
  }
  .u-spacer35-md {
    display: block;
    height: 35px !important;
    width: 100%;
  }
  .u-spacer36-md {
    display: block;
    height: 36px !important;
    width: 100%;
  }
  .u-spacer37-md {
    display: block;
    height: 37px !important;
    width: 100%;
  }
  .u-spacer38-md {
    display: block;
    height: 38px !important;
    width: 100%;
  }
  .u-spacer39-md {
    display: block;
    height: 39px !important;
    width: 100%;
  }
  .u-spacer40-md {
    display: block;
    height: 40px !important;
    width: 100%;
  }
  .u-spacer41-md {
    display: block;
    height: 41px !important;
    width: 100%;
  }
  .u-spacer42-md {
    display: block;
    height: 42px !important;
    width: 100%;
  }
  .u-spacer43-md {
    display: block;
    height: 43px !important;
    width: 100%;
  }
  .u-spacer44-md {
    display: block;
    height: 44px !important;
    width: 100%;
  }
  .u-spacer45-md {
    display: block;
    height: 45px !important;
    width: 100%;
  }
  .u-spacer46-md {
    display: block;
    height: 46px !important;
    width: 100%;
  }
  .u-spacer47-md {
    display: block;
    height: 47px !important;
    width: 100%;
  }
  .u-spacer48-md {
    display: block;
    height: 48px !important;
    width: 100%;
  }
  .u-spacer49-md {
    display: block;
    height: 49px !important;
    width: 100%;
  }
  .u-spacer50-md {
    display: block;
    height: 50px !important;
    width: 100%;
  }
  .u-spacer51-md {
    display: block;
    height: 51px !important;
    width: 100%;
  }
  .u-spacer52-md {
    display: block;
    height: 52px !important;
    width: 100%;
  }
  .u-spacer53-md {
    display: block;
    height: 53px !important;
    width: 100%;
  }
  .u-spacer54-md {
    display: block;
    height: 54px !important;
    width: 100%;
  }
  .u-spacer55-md {
    display: block;
    height: 55px !important;
    width: 100%;
  }
  .u-spacer56-md {
    display: block;
    height: 56px !important;
    width: 100%;
  }
  .u-spacer57-md {
    display: block;
    height: 57px !important;
    width: 100%;
  }
  .u-spacer58-md {
    display: block;
    height: 58px !important;
    width: 100%;
  }
  .u-spacer59-md {
    display: block;
    height: 59px !important;
    width: 100%;
  }
  .u-spacer60-md {
    display: block;
    height: 60px !important;
    width: 100%;
  }
  .u-spacer61-md {
    display: block;
    height: 61px !important;
    width: 100%;
  }
  .u-spacer62-md {
    display: block;
    height: 62px !important;
    width: 100%;
  }
  .u-spacer63-md {
    display: block;
    height: 63px !important;
    width: 100%;
  }
  .u-spacer64-md {
    display: block;
    height: 64px !important;
    width: 100%;
  }
  .u-spacer65-md {
    display: block;
    height: 65px !important;
    width: 100%;
  }
  .u-spacer66-md {
    display: block;
    height: 66px !important;
    width: 100%;
  }
  .u-spacer67-md {
    display: block;
    height: 67px !important;
    width: 100%;
  }
  .u-spacer68-md {
    display: block;
    height: 68px !important;
    width: 100%;
  }
  .u-spacer69-md {
    display: block;
    height: 69px !important;
    width: 100%;
  }
  .u-spacer70-md {
    display: block;
    height: 70px !important;
    width: 100%;
  }
  .u-spacer71-md {
    display: block;
    height: 71px !important;
    width: 100%;
  }
  .u-spacer72-md {
    display: block;
    height: 72px !important;
    width: 100%;
  }
  .u-spacer73-md {
    display: block;
    height: 73px !important;
    width: 100%;
  }
  .u-spacer74-md {
    display: block;
    height: 74px !important;
    width: 100%;
  }
  .u-spacer75-md {
    display: block;
    height: 75px !important;
    width: 100%;
  }
  .u-spacer76-md {
    display: block;
    height: 76px !important;
    width: 100%;
  }
  .u-spacer77-md {
    display: block;
    height: 77px !important;
    width: 100%;
  }
  .u-spacer78-md {
    display: block;
    height: 78px !important;
    width: 100%;
  }
  .u-spacer79-md {
    display: block;
    height: 79px !important;
    width: 100%;
  }
  .u-spacer80-md {
    display: block;
    height: 80px !important;
    width: 100%;
  }
  .u-spacer81-md {
    display: block;
    height: 81px !important;
    width: 100%;
  }
  .u-spacer82-md {
    display: block;
    height: 82px !important;
    width: 100%;
  }
  .u-spacer83-md {
    display: block;
    height: 83px !important;
    width: 100%;
  }
  .u-spacer84-md {
    display: block;
    height: 84px !important;
    width: 100%;
  }
  .u-spacer85-md {
    display: block;
    height: 85px !important;
    width: 100%;
  }
  .u-spacer86-md {
    display: block;
    height: 86px !important;
    width: 100%;
  }
  .u-spacer87-md {
    display: block;
    height: 87px !important;
    width: 100%;
  }
  .u-spacer88-md {
    display: block;
    height: 88px !important;
    width: 100%;
  }
  .u-spacer89-md {
    display: block;
    height: 89px !important;
    width: 100%;
  }
  .u-spacer90-md {
    display: block;
    height: 90px !important;
    width: 100%;
  }
  .u-spacer91-md {
    display: block;
    height: 91px !important;
    width: 100%;
  }
  .u-spacer92-md {
    display: block;
    height: 92px !important;
    width: 100%;
  }
  .u-spacer93-md {
    display: block;
    height: 93px !important;
    width: 100%;
  }
  .u-spacer94-md {
    display: block;
    height: 94px !important;
    width: 100%;
  }
  .u-spacer95-md {
    display: block;
    height: 95px !important;
    width: 100%;
  }
  .u-spacer96-md {
    display: block;
    height: 96px !important;
    width: 100%;
  }
  .u-spacer97-md {
    display: block;
    height: 97px !important;
    width: 100%;
  }
  .u-spacer98-md {
    display: block;
    height: 98px !important;
    width: 100%;
  }
  .u-spacer99-md {
    display: block;
    height: 99px !important;
    width: 100%;
  }
  .u-spacer100-md {
    display: block;
    height: 100px !important;
    width: 100%;
  }
}