@charset "UTF-8";
/* 設定 */
:root {
  --vh: 1vh;
  --vw: 1vw;
  --primary: #002244;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  line-height: 1.8;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #333;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  body {
    overflow: unset;
  }
  body::-webkit-scrollbar {
    display: none;
  }
}

body * {
  box-sizing: border-box;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  clear: both;
  content: "";
  content: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

input, button, textarea, select {
  font-family: inherit;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}

a img {
  border: none;
}

#wrapper {
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
}
@media all and (max-width: 767px) {
  #wrapper {
    height: unset;
  }
}
#wrapper::before {
  left: 0;
  width: calc(50vw - 284px);
  top: 0;
  bottom: 0;
  background-image: url(/sol/pcc/N/promo/blhekilabel24/assets/images/pc_bg_left.png);
  background-size: cover;
  content: "";
  position: absolute;
  z-index: -1;
}
@media all and (max-width: 1200px) {
  #wrapper::before {
    width: calc(50vw - 186px);
  }
}
@media all and (max-width: 979px) {
  #wrapper::before {
    width: calc(100vw - 375px - 50px);
  }
}
@media all and (max-width: 767px) {
  #wrapper::before {
    width: 100%;
    position: fixed;
  }
}
#wrapper::after {
  right: 0;
  width: calc(50vw - 284px);
  top: 0;
  bottom: 0;
  background-image: url(/sol/pcc/N/promo/blhekilabel24/assets/images/pc_bg_left.png);
  background-size: cover;
  content: "";
  position: absolute;
  z-index: -1;
}
@media all and (max-width: 1200px) {
  #wrapper::after {
    width: calc(50vw - 186px);
  }
}
@media all and (max-width: 979px) {
  #wrapper::after {
    width: 50px;
  }
}
@media all and (max-width: 979px) and (min-width: 768px) {
  #wrapper {
    justify-content: flex-end;
    padding-right: 50px;
  }
}

.frame {
  scroll-padding-top: 40px;
  scroll-behavior: smooth;
  position: relative;
  padding: 0 16px;
  width: 375px;
  height: 100%;
  box-shadow: 0px 0px 30px 0px #030D26;
  zoom: 1.52;
  max-height: calc(var(--vh, 1vh) * 100);
  background-image: url(/sol/pcc/N/promo/blhekilabel24/assets/images/bg_tex.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
@media all and (max-width: 1200px) {
  .frame {
    zoom: unset;
  }
}
@media all and (max-width: 767px) {
  .frame {
    box-shadow: none;
    height: unset;
    overflow-x: unset;
    overflow-y: unset;
    max-height: unset;
    scroll-behavior: unset;
  }
}
.frame::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/sol/pcc/N/promo/blhekilabel24/assets/images/header_deco.png) no-repeat center top/cover;
  z-index: -1;
  aspect-ratio: 375/133;
  width: 100%;
  mix-blend-mode: screen;
}
@media all and (max-width: 767px) {
  .frame {
    max-height: 100vh;
  }
}
@media all and (max-width: 767px) {
  .frame {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    max-height: inherit;
  }
}
body.is-pc .frame::-webkit-scrollbar {
  display: none;
}
.frame__top {
  position: relative;
  padding-bottom: 80px;
}
@media all and (max-width: 767px) {
  .frame__top {
    padding-bottom: 21.3333333333vw;
  }
}
.frame__top::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -12px;
  right: -12px;
  bottom: 0;
  background: url(/sol/pcc/N/promo/blhekilabel24/assets/images/bg_star.svg) repeat-y center top/100% auto;
  opacity: 0.5;
  pointer-events: none;
}
.frame__maker {
  padding-bottom: 80px;
}
@media all and (max-width: 767px) {
  .frame__maker {
    padding-bottom: 21.3333333333vw;
  }
}
.frame__maker .button--label {
  max-width: 255px;
  margin-inline: auto;
}
@media all and (max-width: 767px) {
  .frame__maker .button--label {
    max-width: 68vw;
  }
}
.frame__label {
  padding-bottom: 80px;
}
@media all and (max-width: 767px) {
  .frame__label {
    padding-bottom: 21.3333333333vw;
  }
}

.header {
  position: absolute;
  top: 15px;
  right: 5px;
  z-index: 10;
}

.footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 24px 20px 10px;
  margin-inline: -16px;
}
.footer__link > a {
  color: inherit;
  text-decoration: none;
  font-size: 0.75rem;
}
.footer__link > a:hover {
  text-decoration: underline;
}
.footer__copy {
  font-size: 0.625rem;
}

.top-frame-share {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(50vw - 284px);
  text-align: center;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
}
@media all and (max-width: 1200px) {
  .top-frame-share {
    width: calc(50vw - 186px);
  }
}
@media all and (max-width: 979px) {
  .top-frame-share {
    width: calc(100vw - 375px - 50px);
    padding: 0 30px;
    right: auto;
    left: 0;
    flex-direction: column;
  }
}
@media all and (max-width: 767px) {
  .top-frame-share {
    display: none;
  }
}
.top-frame-share__image {
  display: none;
}
@media all and (max-width: 979px) {
  .top-frame-share__image {
    display: block;
  }
}
.top-frame-share .top-share {
  margin-top: 0;
}
@media all and (max-width: 979px) {
  .top-frame-share .top-share {
    margin-top: 50px;
  }
}

.top-frame-logo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(50vw - 284px);
  text-align: center;
  padding: 0 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  user-select: none;
  pointer-events: none;
}
@media all and (max-width: 1200px) {
  .top-frame-logo {
    width: calc(50vw - 186px);
  }
}
@media all and (max-width: 979px) {
  .top-frame-logo {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .top-frame-logo {
    display: none;
  }
}

/* components */
.box {
  background: #fff;
  border-radius: 40px;
  padding: 20px 32px;
}
@media all and (max-width: 767px) {
  .box {
    padding: 5.3333333333vw 8.5333333333vw;
  }
}
.box--start {
  padding-top: 18px;
  padding-bottom: 22px;
  margin-bottom: 60px;
}
@media all and (max-width: 767px) {
  .box--start {
    padding-top: 4.8vw;
    padding-bottom: 5.8666666667vw;
    margin-bottom: 16vw;
  }
}
.box__sub {
  width: fit-content;
  margin: 0 auto 4px;
  color: var(--primary);
  font-weight: 700;
  display: grid;
  grid-template-columns: 5px auto 5px;
  gap: 0 10px;
}
@media all and (max-width: 767px) {
  .box__sub {
    font-size: 4.2666666667vw;
  }
}
.box__sub::before, .box__sub::after {
  width: 5px;
  height: 6px;
  background: url(/sol/pcc/N/promo/blhekilabel24/assets/images/icon_heading_star.svg) no-repeat center center/contain;
  content: "";
  display: block;
  align-self: center;
}
@media all and (max-width: 767px) {
  .box__sub::before, .box__sub::after {
    width: 1.3333333333vw;
    height: 1.6vw;
  }
}
.box__heading {
  width: fit-content;
  margin: 0 auto 4px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
  background: linear-gradient(90deg, #F1AB98 0%, #E062E0 50%, #A83CD3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media all and (max-width: 767px) {
  .box__heading {
    font-size: 6.4vw;
  }
}
.box__date {
  text-align: center;
  margin-bottom: 20px;
}
.box__date img {
  width: 66.1333333333vw;
}
@media all and (max-width: 767px) {
  .box__date {
    margin-bottom: 5.3333333333vw;
  }
}

.box-round {
  margin-inline: 6px;
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media all and (max-width: 767px) {
  .box-round {
    margin-bottom: 21.3333333333vw;
  }
}
.box-round + .box-round {
  margin-top: 115px;
}
@media all and (max-width: 767px) {
  .box-round + .box-round {
    margin-top: 30.6666666667vw;
  }
}
.box-round__inner {
  background-color: #fff;
  background-image: url(/sol/pcc/N/promo/blhekilabel24/assets/images/bg_box_grad.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  border-radius: 50%/125px;
  padding: 14px 21px 96px;
}
.box-round__inner--02 {
  background-image: url(/sol/pcc/N/promo/blhekilabel24/assets/images/bg_box_grad2.png);
}
@media all and (max-width: 767px) {
  .box-round__inner {
    border-radius: 50%/33.3333333333vw;
    padding: 3.7333333333vw 5.6vw 25.6vw;
  }
}
.box-round__number {
  width: fit-content;
  margin-inline: auto;
}
@media all and (max-width: 767px) {
  .box-round__number {
    aspect-ratio: 71/79;
    width: 18.9333333333vw;
  }
  .box-round__number img {
    width: 100%;
  }
}
.box-round__sub-title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 12px;
}
@media all and (max-width: 767px) {
  .box-round__sub-title {
    font-size: 4.8vw;
  }
}
.box-round__title {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 22px;
  background: linear-gradient(90deg, #F1AB98 0%, #E062E0 50%, #A83CD3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media all and (max-width: 767px) {
  .box-round__title {
    font-size: 8.5333333333vw;
    margin-bottom: 5.8666666667vw;
  }
}
.box-round__desc {
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 500;
  color: #D943D5;
  margin-bottom: 66px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .box-round__desc {
    font-size: 3.7333333333vw;
    margin-bottom: 17.6vw;
  }
}
.box-round__sec-title {
  font-size: 1.125rem;
  color: var(--primary);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 141px;
  margin: 40px auto 10px;
  aspect-ratio: 141/39;
  background: url(/sol/pcc/N/promo/blhekilabel24/assets/images/box_heading_bg.svg) no-repeat center center/cover;
}
@media all and (max-width: 767px) {
  .box-round__sec-title {
    font-size: 4.8vw;
    width: 37.6vw;
    margin: 10.6666666667vw auto 2.6666666667vw;
  }
}
.box-round__frame {
  position: absolute;
  top: -29px;
  bottom: -29px;
  left: -10px;
  right: -10px;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
@media all and (max-width: 767px) {
  .box-round__frame {
    top: -7.7333333333vw;
    bottom: -7.7333333333vw;
    left: -2.6666666667vw;
    right: -2.6666666667vw;
  }
}
.box-round__frame img {
  width: 100%;
}
.box-round__frame .center {
  flex-grow: 1;
  position: relative;
}
.box-round__frame .center::before {
  content: "";
  top: 15px;
  left: 0;
  width: 1px;
  bottom: 15px;
  background: #fff;
  display: block;
  position: absolute;
}
.box-round__frame .center::after {
  content: "";
  top: 15px;
  right: 0;
  width: 1px;
  bottom: 15px;
  background: #fff;
  display: block;
  position: absolute;
}
.box-round__label {
  margin-top: 40px;
  position: relative;
}
.box-round__label-image img {
  width: 100%;
  max-width: inherit;
}
.box-round__label .button {
  position: absolute;
  bottom: 24px;
  left: 17px;
  right: 17px;
  width: auto;
}
@media all and (max-width: 767px) {
  .box-round__label .button {
    bottom: 6.4vw;
    left: 4.5333333333vw;
    right: 4.5333333333vw;
  }
}
.box-round__desc-post {
  text-align: center;
  color: var(--primary);
  margin-bottom: 18px;
  font-size: 0.875rem;
}
@media all and (max-width: 767px) {
  .box-round__desc-post {
    font-size: 3.7333333333vw;
  }
}
.box-round__ss img {
  width: 100%;
}
.box-round .list-number {
  padding: 0 9px;
}
.box-round .box-present {
  padding: 0 9px;
}

.box-present__image {
  margin-bottom: 6px;
}
.box-present__image img {
  width: 100%;
}
.box-present__number {
  position: relative;
  padding: 3px 0 9px;
}
.box-present__number::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, #F1AB98 0%, #E062E0 50%, #A83CD3 100%);
  top: 0;
}
.box-present__number::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, #F1AB98 0%, #E062E0 50%, #A83CD3 100%);
  bottom: 0;
}
.box-present__number-inner {
  font-size: 1rem;
  background: linear-gradient(90deg, #F1AB98 0%, #E062E0 50%, #A83CD3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: baseline;
  line-height: 1;
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
}
@media all and (max-width: 767px) {
  .box-present__number-inner {
    font-size: 4.2666666667vw;
  }
}
.box-present__number-inner::before {
  width: 5px;
  height: 6px;
  background: url(/sol/pcc/N/promo/blhekilabel24/assets/images/icon_heading_star2.svg) no-repeat center center/cover;
  content: "";
  display: block;
  align-self: center;
  position: absolute;
  top: calc(50% - 3px);
  left: 14px;
}
@media all and (max-width: 767px) {
  .box-present__number-inner::before {
    width: 1.3333333333vw;
    height: 1.6vw;
  }
}
.box-present__number-inner::after {
  width: 5px;
  height: 6px;
  background: url(/sol/pcc/N/promo/blhekilabel24/assets/images/icon_heading_star2.svg) no-repeat center center/cover;
  content: "";
  display: block;
  align-self: center;
  position: absolute;
  top: calc(50% - 3px);
  right: 14px;
}
@media all and (max-width: 767px) {
  .box-present__number-inner::after {
    width: 1.3333333333vw;
    height: 1.6vw;
  }
}
.box-present__number-inner span {
  font-size: 2.25rem;
}
@media all and (max-width: 767px) {
  .box-present__number-inner span {
    font-size: 9.6vw;
  }
}

.box-point {
  border-radius: 20px;
  border: 1px solid #fff;
  padding: 4px;
  position: relative;
}
.box-point::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 32px;
  background: #fff;
  top: -16px;
}
@media all and (max-width: 767px) {
  .box-point::before {
    height: 8.5333333333vw;
    top: -4.2666666667vw;
  }
}
.box-point__inner {
  display: grid;
  grid-template-columns: 102px 1fr;
  gap: 0 6px;
  color: #fff;
  border: 1px solid #000000;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  align-items: center;
  padding: 10px 0;
}
@media all and (max-width: 767px) {
  .box-point__inner {
    grid-template-columns: 27.2vw 1fr;
    gap: 0 1.6vw;
  }
}
.box-point__inner-icon img {
  width: 100%;
}
.box-point__inner-desc {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .box-point__inner-desc {
    font-size: 4.8vw;
  }
}
.box-point__inner-desc:has(.number) {
  font-size: 0.875rem;
}
@media all and (max-width: 767px) {
  .box-point__inner-desc:has(.number) {
    font-size: 3.7333333333vw;
  }
}
.box-point__inner-desc .number {
  line-height: 1;
  font-size: 3rem;
}
@media all and (max-width: 767px) {
  .box-point__inner-desc .number {
    font-size: 12.8vw;
  }
}

.button {
  background: linear-gradient(116.57deg, #F6EFFF 0.7%, #F4D2FB 28.66%, #FBA0DB 66.43%, #F67CA6 98.81%);
  border: 2px solid #DAD0DD;
  text-align: center;
  color: var(--primary) !important;
  border-radius: 100dvh;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 48px;
  font-weight: 700;
  width: 100%;
  font-size: 1rem;
  position: relative;
}
.button[aria-disabled=true] {
  pointer-events: none;
  filter: grayscale(1);
}
@media all and (max-width: 767px) {
  .button {
    font-size: 4.2666666667vw;
    padding: 2.1333333333vw 12.8vw;
  }
}
.button--blank::after {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 19/12;
  width: 19px;
  height: 12px;
  background: url(/sol/pcc/N/promo/blhekilabel24/assets/images/icon_btn_line.svg) no-repeat center center/contain;
  right: 24px;
}
@media all and (max-width: 767px) {
  .button--blank::after {
    width: 5.0666666667vw;
    height: 3.2vw;
    right: 6.4vw;
  }
}
.button--label {
  box-shadow: 0px 6px 0px 0px #1C3271;
  background: linear-gradient(90deg, #DD91C8 0%, #D2329C 100%);
  color: #fff !important;
  padding-left: 0;
  padding-right: 0;
}
@media all and (max-width: 767px) {
  .button--label {
    box-shadow: 0px 1.6vw 0px 0px #1C3271;
  }
}
.button--label::after {
  content: "";
  display: block;
  aspect-ratio: 20/18;
  width: 20px;
  height: 18px;
  background: url(/sol/pcc/N/promo/blhekilabel24/assets/images/icon_btn_label.svg) no-repeat center center/contain;
  right: 24px;
  margin-left: 9px;
  transform: translateY(1px);
}
@media all and (max-width: 767px) {
  .button--label::after {
    width: 5.3333333333vw;
    height: 4.8vw;
    right: 6.4vw;
    margin-left: 2.4vw;
  }
}

.button-back {
  margin-top: 32px;
  margin-inline: auto;
  width: fit-content;
  color: #fff;
  font-size: 1rem;
  padding-bottom: 4px;
  line-height: 1.4;
  border-bottom: 1px solid #fff;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
}
@media all and (max-width: 767px) {
  .button-back {
    font-size: 4.2666666667vw;
    margin-top: 8.5333333333vw;
    padding-bottom: 1.0666666667vw;
  }
}
.button-back::before {
  content: "";
  display: block;
  width: 9px;
  aspect-ratio: 9/15;
  margin-right: 10px;
  background: url(/sol/pcc/N/promo/blhekilabel24/assets/images/icon_back.svg) no-repeat center center/contain;
  margin-bottom: 2px;
}
@media all and (max-width: 767px) {
  .button-back::before {
    width: 2.4vw;
    margin-right: 2.6666666667vw;
  }
}

.list-number {
  counter-reset: custom-counter;
  font-size: 0.875rem;
  line-height: 1.6;
  display: grid;
  gap: 16px 0;
}
@media all and (max-width: 767px) {
  .list-number {
    font-size: 3.7333333333vw;
  }
}
.list-number__item {
  display: grid;
  grid-template-columns: auto 1fr;
  counter-increment: custom-counter;
  align-items: baseline;
  gap: 0 9px;
}
.list-number__item::before {
  font-size: 1rem;
  font-weight: 700;
  content: counter(custom-counter);
  display: block;
}
@media all and (max-width: 767px) {
  .list-number__item::before {
    font-size: 4.2666666667vw;
  }
}
.list-number__item a {
  color: inherit;
  text-decoration: underline;
}
.list-number__item a:hover {
  text-decoration: none;
}

.list-mark {
  font-size: 0.75rem;
  line-height: 1.6;
  color: var(--primary);
  font-weight: 400;
}
.list-mark__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 4px;
}
.list-disc {
  display: grid;
  gap: 8px 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--primary);
  font-weight: 400;
}
.list-disc__item {
  padding-left: 18px;
  position: relative;
}
.list-disc__item::before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background: var(--primary);
  border-radius: 100dvh;
  position: absolute;
  top: 10px;
  left: 8px;
}

.top-cv__sub-heading {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  line-height: 1.1875;
}
@media all and (max-width: 767px) {
  .top-cv__sub-heading {
    font-size: 4.2666666667vw;
  }
}
.top-cv__heading {
  width: fit-content;
  margin-inline: auto;
  font-size: 2rem;
  background: linear-gradient(90deg, #F5EDE1 2.9%, #B980D0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  line-height: 2.1875;
  margin-bottom: 12px;
}
@media all and (max-width: 767px) {
  .top-cv__heading {
    font-size: 8.5333333333vw;
    margin-bottom: 3.2vw;
  }
}
.top-cv__heading span {
  font-size: 3.625rem;
  line-height: 1;
  color: #F5EDE1;
}
@media all and (max-width: 767px) {
  .top-cv__heading span {
    font-size: 15.4666666667vw;
  }
}
.top-cv__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 7px;
}
.top-cv__buttons--fixed {
  position: fixed;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 375px;
  display: flex;
  justify-content: center;
  gap: 0 16px;
  opacity: 0;
  padding: 16px 0 16px;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
}
@media all and (max-width: 979px) {
  .top-cv__buttons--fixed {
    right: 50px;
    width: 375px;
    left: auto;
    transform: none;
  }
}
@media all and (max-width: 767px) {
  .top-cv__buttons--fixed {
    gap: 0 4.2666666667vw;
    padding: 4.2666666667vw 0 4.2666666667vw;
    width: 100%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.frame[data-position=above] .top-cv__buttons--fixed {
  opacity: 1;
  visibility: visible;
}
.frame[data-scroll=last] .top-cv__buttons--fixed {
  opacity: 0;
  visibility: hidden;
}
.top-cv__buttons--fixed .top-cv__button {
  max-width: 153px;
  width: 100%;
  font-size: 0.875rem;
  padding: 0;
}
@media all and (max-width: 767px) {
  .top-cv__buttons--fixed .top-cv__button {
    font-size: 3.7333333333vw;
    max-width: 41.8666666667vw;
  }
}
.top-cv__buttons--fixed .top-cv__button img {
  aspect-ratio: 28/32;
  width: 28px;
}
@media all and (max-width: 767px) {
  .top-cv__buttons--fixed .top-cv__button img {
    width: 7.4666666667vw;
  }
}
.top-cv__buttons--fixed .top-cv__button-text + img {
  display: none;
}
.top-cv__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(116.57deg, #F6EFFF 0.7%, #F4D2FB 28.66%, #FBA0DB 66.43%, #F67CA6 98.81%);
  border: 2px solid #DAD0DD;
  border-radius: 8px;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--primary) !important;
  line-height: 1.42;
  padding: 0 0 8px;
  text-align: center;
}
.top-cv__button-text {
  margin-bottom: 6px;
  color: var(--primary) !important;
}

.top-about {
  padding-top: 50px;
  margin-top: 30px;
  aspect-ratio: 375/715;
  background: url(/sol/pcc/N/promo/blhekilabel24/assets/images/top_about_bg.png) no-repeat center top/cover;
  margin-inline: -16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media all and (max-width: 767px) {
  .top-about {
    padding-top: 13.3333333333vw;
    margin-top: 8vw;
  }
}
.top-about__desc {
  text-align: center;
  color: var(--primary);
  font-weight: 500;
  font-size: 1.25rem;
}
@media all and (max-width: 767px) {
  .top-about__desc {
    font-size: 5.3333333333vw;
  }
}
.top-about__desc + .top-about__desc {
  margin-top: 35px;
}
@media all and (max-width: 767px) {
  .top-about__desc + .top-about__desc {
    margin-top: 9.3333333333vw;
  }
}

.top-banner {
  margin-bottom: 80px;
}
.top-banner__image {
  margin-inline: auto;
  max-width: 281px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  transition: opacity 0.3s;
}
@media all and (max-width: 767px) {
  .top-banner__image {
    max-width: 74.9333333333vw;
  }
}
.top-banner__image:hover {
  opacity: 0.7;
}

.top-campaign__box {
  background: #fff;
  border-radius: 16px;
  padding: 10px 16px 10px 16px;
  position: relative;
}
.top-campaign__box-inner {
  max-height: 435px;
  overflow: auto;
  padding-right: 0;
  padding: 40px 0;
}
.top-campaign__box-inner::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  display: none;
}
.top-campaign__box-inner::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 8px;
}
.top-campaign__box-inner::-webkit-scrollbar-thumb:hover {
  background-color: #7b848d;
}
.top-campaign__box-inner::-webkit-scrollbar-track {
  background-color: #fff;
}
.top-campaign__heading {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--primary);
}
.top-campaign__heading--white {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 26px;
}
@media all and (max-width: 767px) {
  .top-campaign__heading--white {
    font-size: 5.3333333333vw;
    margin-bottom: 6.9333333333vw;
  }
}
.top-campaign__title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8285714286;
  color: var(--primary);
  margin-top: 40px;
  margin-bottom: 8px;
}
.top-campaign__title--small {
  font-size: 0.875rem;
}
.top-campaign__desc {
  font-weight: 400;
  color: var(--primary);
  font-size: 0.875rem;
  line-height: 1.6;
}
.top-campaign__desc + .top-campaign__desc {
  margin-top: 20px;
}
.top-campaign__desc + .list-mark {
  margin-top: 8px;
}
.top-campaign .list-disc + .list-mark {
  margin-top: 8px;
}
.top-campaign a {
  color: #D943D5;
}

.top-share {
  margin-top: 80px;
  aspect-ratio: 323/169;
  width: 100%;
  max-width: 323px;
  background: url(/sol/pcc/N/promo/blhekilabel24/assets/images/top_share_bg.svg) no-repeat center top/cover;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 40px;
  margin-inline: auto;
}
.top-share__list {
  display: grid;
  width: fit-content;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 25px;
}
.top-share__list-link {
  transition: opacity 0.3s;
}
.top-share__list-link:hover {
  opacity: 0.7;
}

.mv {
  padding: 64px 0 74px;
  position: relative;
}
@media all and (max-width: 767px) {
  .mv {
    padding: 17.0666666667vw 0 19.7333333333vw;
  }
}
.frame__maker .mv {
  padding: 84px 0 46px;
}
@media all and (max-width: 767px) {
  .frame__maker .mv {
    padding: 22.4vw 0 12.2666666667vw;
  }
}
.frame__label .mv {
  padding: 117px 0 44px;
}
@media all and (max-width: 767px) {
  .frame__label .mv {
    padding: 31.2vw 0 11.7333333333vw;
  }
}
.mv::before {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 311/456;
  width: 311px;
  left: calc(50% - 155.5px);
  background: url(/sol/pcc/N/promo/blhekilabel24/assets/images/mv_frame.svg) no-repeat center center/contain;
  z-index: -1;
  top: 30px;
  opacity: 0.8;
}
@media all and (max-width: 767px) {
  .mv::before {
    width: 82.9333333333vw;
    left: calc(50% - 41.4666666667vw);
  }
}
.frame__maker .mv::before {
  display: none;
}
.frame__label .mv::before {
  display: none;
}
.mv__top {
  width: fit-content;
  margin: 0 auto -5px;
}
@media all and (max-width: 767px) {
  .mv__top {
    width: 41.3333333333vw;
    aspect-ratio: 155/42;
  }
  .mv__top img {
    max-width: 100%;
    width: 100%;
  }
}
.mv__heading {
  margin-inline: -16px;
  position: relative;
}
@media all and (max-width: 767px) {
  .mv__heading {
    width: auto;
  }
  .mv__heading img {
    max-width: 100%;
    width: 100%;
  }
}
.mv__heading-deco {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mv__grid {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-inline: -12px;
  margin-top: -14px;
}
@media all and (max-width: 767px) {
  .mv__grid {
    margin-top: -3.7333333333vw;
  }
}
.mv__grid-date {
  margin-top: 10px;
}
@media all and (max-width: 767px) {
  .mv__grid-date {
    width: 39.4666666667vw;
  }
  .mv__grid-date img {
    width: 100%;
  }
}
.mv__grid-badge {
  margin-left: 8px;
}
@media all and (max-width: 767px) {
  .mv__grid-badge {
    margin-left: 2.1333333333vw;
  }
}
@media all and (max-width: 767px) {
  .mv__grid-badge {
    width: 41.0666666667vw;
  }
  .mv__grid-badge img {
    width: 100%;
  }
}
.mv__desc {
  font-size: 0.875rem;
  text-align: center;
  color: #fff;
  line-height: 1.8;
  margin-inline: -6px;
}
@media all and (max-width: 767px) {
  .mv__desc {
    font-size: 3.7333333333vw;
  }
}
.mv__complete {
  width: fit-content;
  position: relative;
  margin-inline: auto;
  font-size: 2.053125rem;
  line-height: 1.6133942161;
  background: linear-gradient(136.21deg, #FFF4E2 14.98%, #F8C6F2 49.49%, #C472E5 84%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .mv__complete {
    font-size: 8.76vw;
  }
}
.mv__complete::after {
  content: "";
  display: block;
  aspect-ratio: 252/92;
  width: 252px;
  top: -33px;
  left: -28px;
  position: absolute;
  background: url(/sol/pcc/N/promo/blhekilabel24/assets/images/mv_deco.svg) no-repeat center center/contain;
}
@media all and (max-width: 767px) {
  .mv__complete::after {
    width: 67.2vw;
    top: -8.8vw;
    left: -7.4666666667vw;
  }
}

.maker-input {
  border-radius: 16px;
  padding: 24px 16px 40px;
  margin-inline: -16px;
  background: url(/sol/pcc/N/promo/blhekilabel24/assets/images/maker_bg_line.svg), linear-gradient(178.31deg, #F5E1ED 2.5%, #E1C3ED 100.92%);
  position: relative;
  background-size: 100% auto;
  background-position: -1px -1px, center center;
  background-repeat: repeat-y;
}
.maker-input__number {
  width: fit-content;
  position: relative;
  margin: 48px auto 8px;
}
.maker-input__number:first-child {
  margin-top: 0;
}
.maker-input__number-text {
  position: absolute;
  font-size: 2rem;
  color: var(--primary);
  line-height: 1;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem - 2px);
}
.maker-input__heading {
  font-size: 1.125rem;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.6;
}
.maker-input__heading-sub {
  text-align: center;
  font-size: 0.875rem;
  color: var(--primary);
  line-height: 1.9142857143;
  margin-top: -4px;
  margin-bottom: 16px;
}
.maker-input__box {
  background: #fff;
  border-radius: 16px;
  padding: 24px 15px;
}
.maker-input__box-wrapper {
  margin-inline: auto;
  position: relative;
  max-width: 203px;
  background: #fff;
  border-radius: 16px;
  padding: 10px;
}
.maker-input__box--q1 {
  margin-inline: auto;
  height: 58px;
  overflow-y: scroll;
  padding: 0;
  scroll-snap-type: y mandatory;
}
.maker-input__box--q1 p {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  user-select: none;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  color: #C0C0C0;
}
.maker-input__box--q1 p.current {
  color: var(--primary);
}
.maker-input__box--q1::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.maker-input__box--q1::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 4px;
}
.maker-input__box--q1::-webkit-scrollbar-thumb:hover {
  background-color: var(--primary);
}
.maker-input__box--q1::-webkit-scrollbar-track {
  background-color: transparent;
}
.maker-input__box-heading {
  font-size: 1rem;
  margin-bottom: 10px;
  color: var(--primary);
  font-weight: 700;
}

.maker__icon {
  margin: 30px auto 20px;
  text-align: center;
}
.maker__icon-image {
  aspect-ratio: 20/55;
  width: 20px;
  display: block;
  margin: 0 auto;
  background-image: url(/sol/pcc/N/promo/blhekilabel24/assets/images/maker_icon.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.input-radio-wrapper {
  display: grid;
  gap: 8px 0;
}
.input-radio-wrapper--2col {
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 4px;
}

.input-radio {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 0 8px;
  cursor: pointer;
  font-size: 0.875rem;
  color: var(--primary);
}
.input-radio input {
  position: relative;
}
.input-radio input::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 16px;
  align-items: center;
  position: absolute;
  top: 5px;
  border: 1px solid #AF5FCF;
  border-radius: 100%;
  left: 0;
  background: transparent;
  box-sizing: border-box;
}
.input-radio input:checked::before {
  background: #AF5FCF;
  background-clip: content-box;
  padding: 2px;
}

.input-check-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 8px;
}
.input-check-button-wrapper + .maker-input__box-heading {
  margin-top: 22px;
}

.input-check-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: 1px solid var(--primary);
  border-radius: 100dvh;
  font-size: 0.875rem;
  color: var(--primary);
  padding: 1px 15px;
  line-height: 1.7857142857;
  cursor: pointer;
}
.input-check-button input {
  width: 0;
}
.input-check-button:has(input:checked) {
  background: #EBD7F4;
  color: #AF5FCF;
  border-color: #EBD7F4;
}

.label-output {
  margin: 0 -16px 0;
}
.label-output__top, .label-output__bottom {
  font-size: 0;
  line-height: 0;
  position: relative;
}
.label-output__top::before, .label-output__bottom::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 1px;
  top: 0;
  bottom: 0;
  background: #fff;
}
.label-output__top::after, .label-output__bottom::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 1px;
  top: 0;
  bottom: 0;
  background: #fff;
}
.label-output__top img, .label-output__bottom img {
  width: 100%;
}
.label-output__top {
  margin-bottom: -1px;
}
.label-output__bottom {
  margin-top: -1px;
}
.label-output__inner {
  padding: 16px 16px 8px;
  background: #fff;
  color: var(--primary);
}
.label-output__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.label-output__title .text {
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "Lato", sans-serif;
}
@media all and (max-width: 767px) {
  .label-output__title .text {
    font-size: 5.3333333333vw;
  }
}
.label-output__title .label {
  font-weight: 700;
  font-size: 0.625rem;
  font-family: "Lato", sans-serif;
  line-height: 1.6;
  padding: 0 11px;
  border: 1px solid var(--primary);
  border-radius: 100dvh;
}
@media all and (max-width: 767px) {
  .label-output__title .label {
    font-size: 2.6666666667vw;
    padding: 0 2.9333333333vw;
  }
}
.label-output__hr {
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #F1AB98 0%, #E062E0 50%, #A83CD3 100%);
}
.label-output__grid {
  display: grid;
  grid-template-columns: 73px 1fr;
  font-size: 0.875rem;
  line-height: 1.4;
  gap: 0 16px;
  font-weight: 400;
  padding: 12px 0;
  border-bottom: 1px solid var(--primary);
}
@media all and (max-width: 767px) {
  .label-output__grid {
    font-size: 3.7333333333vw;
    grid-template-columns: 19.4666666667vw 1fr;
    gap: 0 4.2666666667vw;
  }
}
.label-output__grid--last {
  border-bottom: none;
}
.label-output__grid-title {
  font-weight: 700;
}
.label-output__caution {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 0 4px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  color: #D31AA0;
  margin: 12px 0 23px;
}
@media all and (max-width: 767px) {
  .label-output__caution {
    margin: 3.2vw 0 6.1333333333vw;
    font-size: 3.7333333333vw;
    grid-template-columns: 6.4vw 1fr;
  }
}
.label-output__caution::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 24px;
  background: url(/sol/pcc/N/promo/blhekilabel24/assets/images/icon_caution.svg) no-repeat center center/contain;
}
@media all and (max-width: 767px) {
  .label-output__caution::before {
    width: 6.4vw;
  }
}
.label-output__image {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .label-output__image img:first-child {
    aspect-ratio: 159/48;
    width: 42.4vw;
  }
}
@media all and (max-width: 767px) {
  .label-output__image img:last-child {
    aspect-ratio: 104/45;
    width: 27.7333333333vw;
  }
}

.label-share {
  margin-bottom: 44px;
}
@media all and (max-width: 767px) {
  .label-share {
    margin-bottom: 11.7333333333vw;
  }
}
.label-share__text {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media all and (max-width: 767px) {
  .label-share__text {
    font-size: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.label-share__button {
  position: relative;
}
.label-share__button::before {
  content: "";
  aspect-ratio: 20/22;
  width: 20px;
  background: url(/sol/pcc/N/promo/blhekilabel24/assets/images/btn_deco_l.svg) no-repeat center center/contain;
  display: block;
  position: absolute;
  left: 0;
  bottom: 8px;
  transform: translateY(100%);
}
@media all and (max-width: 767px) {
  .label-share__button::before {
    width: 5.3333333333vw;
  }
}
.label-share__button::after {
  content: "";
  aspect-ratio: 25/26;
  width: 25px;
  background: url(/sol/pcc/N/promo/blhekilabel24/assets/images/btn_deco_r.svg) no-repeat center center/contain;
  display: block;
  position: absolute;
  right: 0;
  transform: translateY(-100%);
  top: 8px;
}
@media all and (max-width: 767px) {
  .label-share__button::after {
    width: 5.3333333333vw;
  }
}
.label-share__button .button {
  max-width: 279px;
  margin-inline: auto;
}
@media all and (max-width: 767px) {
  .label-share__button .button {
    max-width: 74.4vw;
  }
}
.label-share__icon {
  margin: 40px auto 24px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .label-share__icon {
    margin: 10.6666666667vw auto 6.4vw;
  }
}
.label-share__icon-image {
  aspect-ratio: 20/55;
  width: 20px;
  display: block;
  margin: 0 auto;
  background-image: url(/sol/pcc/N/promo/blhekilabel24/assets/images/label_icon.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media all and (max-width: 767px) {
  .label-share__icon-image {
    width: 5.3333333333vw;
  }
}

.js-scroll.type-fadeIn,
.js-scroll2.type-fadeIn {
  opacity: 0;
  transition: opacity 0.5s;
}
.js-scroll.type-fadeIn.is-animation,
.js-scroll2.type-fadeIn.is-animation {
  opacity: 1;
}

.frame__top .mv::before {
  opacity: 0;
  transition: opacity 1s linear;
}
.frame__top .mv__top {
  opacity: 0;
  transition: opacity 1s linear 0.5s;
}
.frame__top .mv__heading-deco {
  opacity: 0;
  transition: opacity 1s linear 0.5s;
}
.frame__top .mv__grid {
  opacity: 0;
  transition: opacity 0.5s linear 1.5s;
}
.is-loaded .frame__top .mv::before {
  opacity: 1;
}
.is-loaded .frame__top .mv__top {
  opacity: 1;
}
.is-loaded .frame__top .mv__heading-deco {
  opacity: 1;
}
.is-loaded .frame__top .mv__grid {
  opacity: 1;
}

.frame__maker .mv__desc {
  opacity: 0;
  transition: opacity 0.5s linear 1s;
}
.frame__maker .mv__heading-deco {
  opacity: 0;
  transition: opacity 1s linear 0.25s;
}
.frame__maker.is-visible .mv__heading-deco {
  opacity: 1;
}
.frame__maker.is-visible .mv__desc {
  opacity: 1;
}

/* pages */
/* unique */
.d-none {
  display: none !important;
}

.color-red {
  color: #FF0000 !important;
}

.color-inherit {
  color: inherit !important;
}

.text-center {
  text-align: center !important;
}

.text-link {
  text-decoration: underline;
  cursor: pointer;
}
.text-link:hover {
  text-decoration: none;
}

.mb-xs {
  margin-bottom: 8px;
}

.mb-sm {
  margin-bottom: 16px;
}

.mb-md {
  margin-bottom: 24px;
}

.mb-lg {
  margin-bottom: 32px;
}

.mb-xl {
  margin-bottom: 40px;
}

.mb-xxl {
  margin-bottom: 48px;
}

@media all and (max-width: 979px) {
  .mb-tab-xs {
    margin-bottom: 8px;
  }
}

@media all and (max-width: 979px) {
  .mb-tab-sm {
    margin-bottom: 16px;
  }
}

@media all and (max-width: 979px) {
  .mb-tab-md {
    margin-bottom: 24px;
  }
}

@media all and (max-width: 979px) {
  .mb-tab-lg {
    margin-bottom: 32px;
  }
}

@media all and (max-width: 979px) {
  .mb-tab-xl {
    margin-bottom: 40px;
  }
}

@media all and (max-width: 979px) {
  .mb-tab-xxl {
    margin-bottom: 48px;
  }
}

@media all and (max-width: 641px) {
  .mb-sp-xs {
    margin-bottom: 8px;
  }
}

@media all and (max-width: 641px) {
  .mb-sp-sm {
    margin-bottom: 16px;
  }
}

@media all and (max-width: 641px) {
  .mb-sp-md {
    margin-bottom: 24px;
  }
}

@media all and (max-width: 641px) {
  .mb-sp-lg {
    margin-bottom: 32px;
  }
}

@media all and (max-width: 641px) {
  .mb-sp-xl {
    margin-bottom: 40px;
  }
}

@media all and (max-width: 641px) {
  .mb-sp-xxl {
    margin-bottom: 48px;
  }
}

.mt-xs {
  margin-top: 8px;
}

.mt-sm {
  margin-top: 16px;
}

.mt-md {
  margin-top: 24px;
}

.mt-lg {
  margin-top: 32px;
}

.mt-xl {
  margin-top: 40px;
}

.mt-xxl {
  margin-top: 48px;
}

@media all and (max-width: 979px) {
  .mt-tab-xs {
    margin-top: 8px;
  }
}

@media all and (max-width: 979px) {
  .mt-tab-sm {
    margin-top: 16px;
  }
}

@media all and (max-width: 979px) {
  .mt-tab-md {
    margin-top: 24px;
  }
}

@media all and (max-width: 979px) {
  .mt-tab-lg {
    margin-top: 32px;
  }
}

@media all and (max-width: 979px) {
  .mt-tab-xl {
    margin-top: 40px;
  }
}

@media all and (max-width: 979px) {
  .mt-tab-xxl {
    margin-top: 48px;
  }
}

@media all and (max-width: 641px) {
  .mt-sp-xs {
    margin-top: 8px;
  }
}

@media all and (max-width: 641px) {
  .mt-sp-sm {
    margin-top: 16px;
  }
}

@media all and (max-width: 641px) {
  .mt-sp-md {
    margin-top: 24px;
  }
}

@media all and (max-width: 641px) {
  .mt-sp-lg {
    margin-top: 32px;
  }
}

@media all and (max-width: 641px) {
  .mt-sp-xl {
    margin-top: 40px;
  }
}

@media all and (max-width: 641px) {
  .mt-sp-xxl {
    margin-top: 48px;
  }
}

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

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

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

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

.pt-0 {
  padding-top: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

@media all and (min-width: 642px) {
  .mt-pc-0 {
    margin-top: 0px !important;
  }
  .mr-pc-0 {
    margin-right: 0px !important;
  }
  .mb-pc-0 {
    margin-bottom: 0px !important;
  }
  .ml-pc-0 {
    margin-left: 0px !important;
  }
  .pt-pc-0 {
    padding-top: 0px !important;
  }
  .pr-pc-0 {
    padding-right: 0px !important;
  }
  .pb-pc-0 {
    padding-bottom: 0px !important;
  }
  .pl-pc-0 {
    padding-left: 0px !important;
  }
  .mt-pc-5 {
    margin-top: 5px !important;
  }
  .mr-pc-5 {
    margin-right: 5px !important;
  }
  .mb-pc-5 {
    margin-bottom: 5px !important;
  }
  .ml-pc-5 {
    margin-left: 5px !important;
  }
  .pt-pc-5 {
    padding-top: 5px !important;
  }
  .pr-pc-5 {
    padding-right: 5px !important;
  }
  .pb-pc-5 {
    padding-bottom: 5px !important;
  }
  .pl-pc-5 {
    padding-left: 5px !important;
  }
  .mt-pc-10 {
    margin-top: 10px !important;
  }
  .mr-pc-10 {
    margin-right: 10px !important;
  }
  .mb-pc-10 {
    margin-bottom: 10px !important;
  }
  .ml-pc-10 {
    margin-left: 10px !important;
  }
  .pt-pc-10 {
    padding-top: 10px !important;
  }
  .pr-pc-10 {
    padding-right: 10px !important;
  }
  .pb-pc-10 {
    padding-bottom: 10px !important;
  }
  .pl-pc-10 {
    padding-left: 10px !important;
  }
  .mt-pc-15 {
    margin-top: 15px !important;
  }
  .mr-pc-15 {
    margin-right: 15px !important;
  }
  .mb-pc-15 {
    margin-bottom: 15px !important;
  }
  .ml-pc-15 {
    margin-left: 15px !important;
  }
  .pt-pc-15 {
    padding-top: 15px !important;
  }
  .pr-pc-15 {
    padding-right: 15px !important;
  }
  .pb-pc-15 {
    padding-bottom: 15px !important;
  }
  .pl-pc-15 {
    padding-left: 15px !important;
  }
  .mt-pc-20 {
    margin-top: 20px !important;
  }
  .mr-pc-20 {
    margin-right: 20px !important;
  }
  .mb-pc-20 {
    margin-bottom: 20px !important;
  }
  .ml-pc-20 {
    margin-left: 20px !important;
  }
  .pt-pc-20 {
    padding-top: 20px !important;
  }
  .pr-pc-20 {
    padding-right: 20px !important;
  }
  .pb-pc-20 {
    padding-bottom: 20px !important;
  }
  .pl-pc-20 {
    padding-left: 20px !important;
  }
  .mt-pc-25 {
    margin-top: 25px !important;
  }
  .mr-pc-25 {
    margin-right: 25px !important;
  }
  .mb-pc-25 {
    margin-bottom: 25px !important;
  }
  .ml-pc-25 {
    margin-left: 25px !important;
  }
  .pt-pc-25 {
    padding-top: 25px !important;
  }
  .pr-pc-25 {
    padding-right: 25px !important;
  }
  .pb-pc-25 {
    padding-bottom: 25px !important;
  }
  .pl-pc-25 {
    padding-left: 25px !important;
  }
  .mt-pc-30 {
    margin-top: 30px !important;
  }
  .mr-pc-30 {
    margin-right: 30px !important;
  }
  .mb-pc-30 {
    margin-bottom: 30px !important;
  }
  .ml-pc-30 {
    margin-left: 30px !important;
  }
  .pt-pc-30 {
    padding-top: 30px !important;
  }
  .pr-pc-30 {
    padding-right: 30px !important;
  }
  .pb-pc-30 {
    padding-bottom: 30px !important;
  }
  .pl-pc-30 {
    padding-left: 30px !important;
  }
  .mt-pc-35 {
    margin-top: 35px !important;
  }
  .mr-pc-35 {
    margin-right: 35px !important;
  }
  .mb-pc-35 {
    margin-bottom: 35px !important;
  }
  .ml-pc-35 {
    margin-left: 35px !important;
  }
  .pt-pc-35 {
    padding-top: 35px !important;
  }
  .pr-pc-35 {
    padding-right: 35px !important;
  }
  .pb-pc-35 {
    padding-bottom: 35px !important;
  }
  .pl-pc-35 {
    padding-left: 35px !important;
  }
  .mt-pc-40 {
    margin-top: 40px !important;
  }
  .mr-pc-40 {
    margin-right: 40px !important;
  }
  .mb-pc-40 {
    margin-bottom: 40px !important;
  }
  .ml-pc-40 {
    margin-left: 40px !important;
  }
  .pt-pc-40 {
    padding-top: 40px !important;
  }
  .pr-pc-40 {
    padding-right: 40px !important;
  }
  .pb-pc-40 {
    padding-bottom: 40px !important;
  }
  .pl-pc-40 {
    padding-left: 40px !important;
  }
  .mt-pc-45 {
    margin-top: 45px !important;
  }
  .mr-pc-45 {
    margin-right: 45px !important;
  }
  .mb-pc-45 {
    margin-bottom: 45px !important;
  }
  .ml-pc-45 {
    margin-left: 45px !important;
  }
  .pt-pc-45 {
    padding-top: 45px !important;
  }
  .pr-pc-45 {
    padding-right: 45px !important;
  }
  .pb-pc-45 {
    padding-bottom: 45px !important;
  }
  .pl-pc-45 {
    padding-left: 45px !important;
  }
  .mt-pc-50 {
    margin-top: 50px !important;
  }
  .mr-pc-50 {
    margin-right: 50px !important;
  }
  .mb-pc-50 {
    margin-bottom: 50px !important;
  }
  .ml-pc-50 {
    margin-left: 50px !important;
  }
  .pt-pc-50 {
    padding-top: 50px !important;
  }
  .pr-pc-50 {
    padding-right: 50px !important;
  }
  .pb-pc-50 {
    padding-bottom: 50px !important;
  }
  .pl-pc-50 {
    padding-left: 50px !important;
  }
  .mt-pc-55 {
    margin-top: 55px !important;
  }
  .mr-pc-55 {
    margin-right: 55px !important;
  }
  .mb-pc-55 {
    margin-bottom: 55px !important;
  }
  .ml-pc-55 {
    margin-left: 55px !important;
  }
  .pt-pc-55 {
    padding-top: 55px !important;
  }
  .pr-pc-55 {
    padding-right: 55px !important;
  }
  .pb-pc-55 {
    padding-bottom: 55px !important;
  }
  .pl-pc-55 {
    padding-left: 55px !important;
  }
  .mt-pc-60 {
    margin-top: 60px !important;
  }
  .mr-pc-60 {
    margin-right: 60px !important;
  }
  .mb-pc-60 {
    margin-bottom: 60px !important;
  }
  .ml-pc-60 {
    margin-left: 60px !important;
  }
  .pt-pc-60 {
    padding-top: 60px !important;
  }
  .pr-pc-60 {
    padding-right: 60px !important;
  }
  .pb-pc-60 {
    padding-bottom: 60px !important;
  }
  .pl-pc-60 {
    padding-left: 60px !important;
  }
  .mt-pc-65 {
    margin-top: 65px !important;
  }
  .mr-pc-65 {
    margin-right: 65px !important;
  }
  .mb-pc-65 {
    margin-bottom: 65px !important;
  }
  .ml-pc-65 {
    margin-left: 65px !important;
  }
  .pt-pc-65 {
    padding-top: 65px !important;
  }
  .pr-pc-65 {
    padding-right: 65px !important;
  }
  .pb-pc-65 {
    padding-bottom: 65px !important;
  }
  .pl-pc-65 {
    padding-left: 65px !important;
  }
  .mt-pc-70 {
    margin-top: 70px !important;
  }
  .mr-pc-70 {
    margin-right: 70px !important;
  }
  .mb-pc-70 {
    margin-bottom: 70px !important;
  }
  .ml-pc-70 {
    margin-left: 70px !important;
  }
  .pt-pc-70 {
    padding-top: 70px !important;
  }
  .pr-pc-70 {
    padding-right: 70px !important;
  }
  .pb-pc-70 {
    padding-bottom: 70px !important;
  }
  .pl-pc-70 {
    padding-left: 70px !important;
  }
  .mt-pc-75 {
    margin-top: 75px !important;
  }
  .mr-pc-75 {
    margin-right: 75px !important;
  }
  .mb-pc-75 {
    margin-bottom: 75px !important;
  }
  .ml-pc-75 {
    margin-left: 75px !important;
  }
  .pt-pc-75 {
    padding-top: 75px !important;
  }
  .pr-pc-75 {
    padding-right: 75px !important;
  }
  .pb-pc-75 {
    padding-bottom: 75px !important;
  }
  .pl-pc-75 {
    padding-left: 75px !important;
  }
  .mt-pc-80 {
    margin-top: 80px !important;
  }
  .mr-pc-80 {
    margin-right: 80px !important;
  }
  .mb-pc-80 {
    margin-bottom: 80px !important;
  }
  .ml-pc-80 {
    margin-left: 80px !important;
  }
  .pt-pc-80 {
    padding-top: 80px !important;
  }
  .pr-pc-80 {
    padding-right: 80px !important;
  }
  .pb-pc-80 {
    padding-bottom: 80px !important;
  }
  .pl-pc-80 {
    padding-left: 80px !important;
  }
  .mt-pc-85 {
    margin-top: 85px !important;
  }
  .mr-pc-85 {
    margin-right: 85px !important;
  }
  .mb-pc-85 {
    margin-bottom: 85px !important;
  }
  .ml-pc-85 {
    margin-left: 85px !important;
  }
  .pt-pc-85 {
    padding-top: 85px !important;
  }
  .pr-pc-85 {
    padding-right: 85px !important;
  }
  .pb-pc-85 {
    padding-bottom: 85px !important;
  }
  .pl-pc-85 {
    padding-left: 85px !important;
  }
  .mt-pc-90 {
    margin-top: 90px !important;
  }
  .mr-pc-90 {
    margin-right: 90px !important;
  }
  .mb-pc-90 {
    margin-bottom: 90px !important;
  }
  .ml-pc-90 {
    margin-left: 90px !important;
  }
  .pt-pc-90 {
    padding-top: 90px !important;
  }
  .pr-pc-90 {
    padding-right: 90px !important;
  }
  .pb-pc-90 {
    padding-bottom: 90px !important;
  }
  .pl-pc-90 {
    padding-left: 90px !important;
  }
  .mt-pc-95 {
    margin-top: 95px !important;
  }
  .mr-pc-95 {
    margin-right: 95px !important;
  }
  .mb-pc-95 {
    margin-bottom: 95px !important;
  }
  .ml-pc-95 {
    margin-left: 95px !important;
  }
  .pt-pc-95 {
    padding-top: 95px !important;
  }
  .pr-pc-95 {
    padding-right: 95px !important;
  }
  .pb-pc-95 {
    padding-bottom: 95px !important;
  }
  .pl-pc-95 {
    padding-left: 95px !important;
  }
  .mt-pc-100 {
    margin-top: 100px !important;
  }
  .mr-pc-100 {
    margin-right: 100px !important;
  }
  .mb-pc-100 {
    margin-bottom: 100px !important;
  }
  .ml-pc-100 {
    margin-left: 100px !important;
  }
  .pt-pc-100 {
    padding-top: 100px !important;
  }
  .pr-pc-100 {
    padding-right: 100px !important;
  }
  .pb-pc-100 {
    padding-bottom: 100px !important;
  }
  .pl-pc-100 {
    padding-left: 100px !important;
  }
}
@media all and (min-width: 980px) and (max-width: 641px) {
  .mt-tab-0 {
    margin-top: 0px !important;
  }
  .mr-tab-0 {
    margin-right: 0px !important;
  }
  .mb-tab-0 {
    margin-bottom: 0px !important;
  }
  .ml-tab-0 {
    margin-left: 0px !important;
  }
  .pt-tab-0 {
    padding-top: 0px !important;
  }
  .pr-tab-0 {
    padding-right: 0px !important;
  }
  .pb-tab-0 {
    padding-bottom: 0px !important;
  }
  .pl-tab-0 {
    padding-left: 0px !important;
  }
  .mt-tab-5 {
    margin-top: 5px !important;
  }
  .mr-tab-5 {
    margin-right: 5px !important;
  }
  .mb-tab-5 {
    margin-bottom: 5px !important;
  }
  .ml-tab-5 {
    margin-left: 5px !important;
  }
  .pt-tab-5 {
    padding-top: 5px !important;
  }
  .pr-tab-5 {
    padding-right: 5px !important;
  }
  .pb-tab-5 {
    padding-bottom: 5px !important;
  }
  .pl-tab-5 {
    padding-left: 5px !important;
  }
  .mt-tab-10 {
    margin-top: 10px !important;
  }
  .mr-tab-10 {
    margin-right: 10px !important;
  }
  .mb-tab-10 {
    margin-bottom: 10px !important;
  }
  .ml-tab-10 {
    margin-left: 10px !important;
  }
  .pt-tab-10 {
    padding-top: 10px !important;
  }
  .pr-tab-10 {
    padding-right: 10px !important;
  }
  .pb-tab-10 {
    padding-bottom: 10px !important;
  }
  .pl-tab-10 {
    padding-left: 10px !important;
  }
  .mt-tab-15 {
    margin-top: 15px !important;
  }
  .mr-tab-15 {
    margin-right: 15px !important;
  }
  .mb-tab-15 {
    margin-bottom: 15px !important;
  }
  .ml-tab-15 {
    margin-left: 15px !important;
  }
  .pt-tab-15 {
    padding-top: 15px !important;
  }
  .pr-tab-15 {
    padding-right: 15px !important;
  }
  .pb-tab-15 {
    padding-bottom: 15px !important;
  }
  .pl-tab-15 {
    padding-left: 15px !important;
  }
  .mt-tab-20 {
    margin-top: 20px !important;
  }
  .mr-tab-20 {
    margin-right: 20px !important;
  }
  .mb-tab-20 {
    margin-bottom: 20px !important;
  }
  .ml-tab-20 {
    margin-left: 20px !important;
  }
  .pt-tab-20 {
    padding-top: 20px !important;
  }
  .pr-tab-20 {
    padding-right: 20px !important;
  }
  .pb-tab-20 {
    padding-bottom: 20px !important;
  }
  .pl-tab-20 {
    padding-left: 20px !important;
  }
  .mt-tab-25 {
    margin-top: 25px !important;
  }
  .mr-tab-25 {
    margin-right: 25px !important;
  }
  .mb-tab-25 {
    margin-bottom: 25px !important;
  }
  .ml-tab-25 {
    margin-left: 25px !important;
  }
  .pt-tab-25 {
    padding-top: 25px !important;
  }
  .pr-tab-25 {
    padding-right: 25px !important;
  }
  .pb-tab-25 {
    padding-bottom: 25px !important;
  }
  .pl-tab-25 {
    padding-left: 25px !important;
  }
  .mt-tab-30 {
    margin-top: 30px !important;
  }
  .mr-tab-30 {
    margin-right: 30px !important;
  }
  .mb-tab-30 {
    margin-bottom: 30px !important;
  }
  .ml-tab-30 {
    margin-left: 30px !important;
  }
  .pt-tab-30 {
    padding-top: 30px !important;
  }
  .pr-tab-30 {
    padding-right: 30px !important;
  }
  .pb-tab-30 {
    padding-bottom: 30px !important;
  }
  .pl-tab-30 {
    padding-left: 30px !important;
  }
  .mt-tab-35 {
    margin-top: 35px !important;
  }
  .mr-tab-35 {
    margin-right: 35px !important;
  }
  .mb-tab-35 {
    margin-bottom: 35px !important;
  }
  .ml-tab-35 {
    margin-left: 35px !important;
  }
  .pt-tab-35 {
    padding-top: 35px !important;
  }
  .pr-tab-35 {
    padding-right: 35px !important;
  }
  .pb-tab-35 {
    padding-bottom: 35px !important;
  }
  .pl-tab-35 {
    padding-left: 35px !important;
  }
  .mt-tab-40 {
    margin-top: 40px !important;
  }
  .mr-tab-40 {
    margin-right: 40px !important;
  }
  .mb-tab-40 {
    margin-bottom: 40px !important;
  }
  .ml-tab-40 {
    margin-left: 40px !important;
  }
  .pt-tab-40 {
    padding-top: 40px !important;
  }
  .pr-tab-40 {
    padding-right: 40px !important;
  }
  .pb-tab-40 {
    padding-bottom: 40px !important;
  }
  .pl-tab-40 {
    padding-left: 40px !important;
  }
  .mt-tab-45 {
    margin-top: 45px !important;
  }
  .mr-tab-45 {
    margin-right: 45px !important;
  }
  .mb-tab-45 {
    margin-bottom: 45px !important;
  }
  .ml-tab-45 {
    margin-left: 45px !important;
  }
  .pt-tab-45 {
    padding-top: 45px !important;
  }
  .pr-tab-45 {
    padding-right: 45px !important;
  }
  .pb-tab-45 {
    padding-bottom: 45px !important;
  }
  .pl-tab-45 {
    padding-left: 45px !important;
  }
  .mt-tab-50 {
    margin-top: 50px !important;
  }
  .mr-tab-50 {
    margin-right: 50px !important;
  }
  .mb-tab-50 {
    margin-bottom: 50px !important;
  }
  .ml-tab-50 {
    margin-left: 50px !important;
  }
  .pt-tab-50 {
    padding-top: 50px !important;
  }
  .pr-tab-50 {
    padding-right: 50px !important;
  }
  .pb-tab-50 {
    padding-bottom: 50px !important;
  }
  .pl-tab-50 {
    padding-left: 50px !important;
  }
  .mt-tab-55 {
    margin-top: 55px !important;
  }
  .mr-tab-55 {
    margin-right: 55px !important;
  }
  .mb-tab-55 {
    margin-bottom: 55px !important;
  }
  .ml-tab-55 {
    margin-left: 55px !important;
  }
  .pt-tab-55 {
    padding-top: 55px !important;
  }
  .pr-tab-55 {
    padding-right: 55px !important;
  }
  .pb-tab-55 {
    padding-bottom: 55px !important;
  }
  .pl-tab-55 {
    padding-left: 55px !important;
  }
  .mt-tab-60 {
    margin-top: 60px !important;
  }
  .mr-tab-60 {
    margin-right: 60px !important;
  }
  .mb-tab-60 {
    margin-bottom: 60px !important;
  }
  .ml-tab-60 {
    margin-left: 60px !important;
  }
  .pt-tab-60 {
    padding-top: 60px !important;
  }
  .pr-tab-60 {
    padding-right: 60px !important;
  }
  .pb-tab-60 {
    padding-bottom: 60px !important;
  }
  .pl-tab-60 {
    padding-left: 60px !important;
  }
  .mt-tab-65 {
    margin-top: 65px !important;
  }
  .mr-tab-65 {
    margin-right: 65px !important;
  }
  .mb-tab-65 {
    margin-bottom: 65px !important;
  }
  .ml-tab-65 {
    margin-left: 65px !important;
  }
  .pt-tab-65 {
    padding-top: 65px !important;
  }
  .pr-tab-65 {
    padding-right: 65px !important;
  }
  .pb-tab-65 {
    padding-bottom: 65px !important;
  }
  .pl-tab-65 {
    padding-left: 65px !important;
  }
  .mt-tab-70 {
    margin-top: 70px !important;
  }
  .mr-tab-70 {
    margin-right: 70px !important;
  }
  .mb-tab-70 {
    margin-bottom: 70px !important;
  }
  .ml-tab-70 {
    margin-left: 70px !important;
  }
  .pt-tab-70 {
    padding-top: 70px !important;
  }
  .pr-tab-70 {
    padding-right: 70px !important;
  }
  .pb-tab-70 {
    padding-bottom: 70px !important;
  }
  .pl-tab-70 {
    padding-left: 70px !important;
  }
  .mt-tab-75 {
    margin-top: 75px !important;
  }
  .mr-tab-75 {
    margin-right: 75px !important;
  }
  .mb-tab-75 {
    margin-bottom: 75px !important;
  }
  .ml-tab-75 {
    margin-left: 75px !important;
  }
  .pt-tab-75 {
    padding-top: 75px !important;
  }
  .pr-tab-75 {
    padding-right: 75px !important;
  }
  .pb-tab-75 {
    padding-bottom: 75px !important;
  }
  .pl-tab-75 {
    padding-left: 75px !important;
  }
  .mt-tab-80 {
    margin-top: 80px !important;
  }
  .mr-tab-80 {
    margin-right: 80px !important;
  }
  .mb-tab-80 {
    margin-bottom: 80px !important;
  }
  .ml-tab-80 {
    margin-left: 80px !important;
  }
  .pt-tab-80 {
    padding-top: 80px !important;
  }
  .pr-tab-80 {
    padding-right: 80px !important;
  }
  .pb-tab-80 {
    padding-bottom: 80px !important;
  }
  .pl-tab-80 {
    padding-left: 80px !important;
  }
  .mt-tab-85 {
    margin-top: 85px !important;
  }
  .mr-tab-85 {
    margin-right: 85px !important;
  }
  .mb-tab-85 {
    margin-bottom: 85px !important;
  }
  .ml-tab-85 {
    margin-left: 85px !important;
  }
  .pt-tab-85 {
    padding-top: 85px !important;
  }
  .pr-tab-85 {
    padding-right: 85px !important;
  }
  .pb-tab-85 {
    padding-bottom: 85px !important;
  }
  .pl-tab-85 {
    padding-left: 85px !important;
  }
  .mt-tab-90 {
    margin-top: 90px !important;
  }
  .mr-tab-90 {
    margin-right: 90px !important;
  }
  .mb-tab-90 {
    margin-bottom: 90px !important;
  }
  .ml-tab-90 {
    margin-left: 90px !important;
  }
  .pt-tab-90 {
    padding-top: 90px !important;
  }
  .pr-tab-90 {
    padding-right: 90px !important;
  }
  .pb-tab-90 {
    padding-bottom: 90px !important;
  }
  .pl-tab-90 {
    padding-left: 90px !important;
  }
  .mt-tab-95 {
    margin-top: 95px !important;
  }
  .mr-tab-95 {
    margin-right: 95px !important;
  }
  .mb-tab-95 {
    margin-bottom: 95px !important;
  }
  .ml-tab-95 {
    margin-left: 95px !important;
  }
  .pt-tab-95 {
    padding-top: 95px !important;
  }
  .pr-tab-95 {
    padding-right: 95px !important;
  }
  .pb-tab-95 {
    padding-bottom: 95px !important;
  }
  .pl-tab-95 {
    padding-left: 95px !important;
  }
  .mt-tab-100 {
    margin-top: 100px !important;
  }
  .mr-tab-100 {
    margin-right: 100px !important;
  }
  .mb-tab-100 {
    margin-bottom: 100px !important;
  }
  .ml-tab-100 {
    margin-left: 100px !important;
  }
  .pt-tab-100 {
    padding-top: 100px !important;
  }
  .pr-tab-100 {
    padding-right: 100px !important;
  }
  .pb-tab-100 {
    padding-bottom: 100px !important;
  }
  .pl-tab-100 {
    padding-left: 100px !important;
  }
}
@media all and (max-width: 641px) {
  .mt-sp-0 {
    margin-top: 0px !important;
  }
  .mr-sp-0 {
    margin-right: 0px !important;
  }
  .mb-sp-0 {
    margin-bottom: 0px !important;
  }
  .ml-sp-0 {
    margin-left: 0px !important;
  }
  .pt-sp-0 {
    padding-top: 0px !important;
  }
  .pr-sp-0 {
    padding-right: 0px !important;
  }
  .pb-sp-0 {
    padding-bottom: 0px !important;
  }
  .pl-sp-0 {
    padding-left: 0px !important;
  }
  .mt-sp-5 {
    margin-top: 5px !important;
  }
  .mr-sp-5 {
    margin-right: 5px !important;
  }
  .mb-sp-5 {
    margin-bottom: 5px !important;
  }
  .ml-sp-5 {
    margin-left: 5px !important;
  }
  .pt-sp-5 {
    padding-top: 5px !important;
  }
  .pr-sp-5 {
    padding-right: 5px !important;
  }
  .pb-sp-5 {
    padding-bottom: 5px !important;
  }
  .pl-sp-5 {
    padding-left: 5px !important;
  }
  .mt-sp-10 {
    margin-top: 10px !important;
  }
  .mr-sp-10 {
    margin-right: 10px !important;
  }
  .mb-sp-10 {
    margin-bottom: 10px !important;
  }
  .ml-sp-10 {
    margin-left: 10px !important;
  }
  .pt-sp-10 {
    padding-top: 10px !important;
  }
  .pr-sp-10 {
    padding-right: 10px !important;
  }
  .pb-sp-10 {
    padding-bottom: 10px !important;
  }
  .pl-sp-10 {
    padding-left: 10px !important;
  }
  .mt-sp-15 {
    margin-top: 15px !important;
  }
  .mr-sp-15 {
    margin-right: 15px !important;
  }
  .mb-sp-15 {
    margin-bottom: 15px !important;
  }
  .ml-sp-15 {
    margin-left: 15px !important;
  }
  .pt-sp-15 {
    padding-top: 15px !important;
  }
  .pr-sp-15 {
    padding-right: 15px !important;
  }
  .pb-sp-15 {
    padding-bottom: 15px !important;
  }
  .pl-sp-15 {
    padding-left: 15px !important;
  }
  .mt-sp-20 {
    margin-top: 20px !important;
  }
  .mr-sp-20 {
    margin-right: 20px !important;
  }
  .mb-sp-20 {
    margin-bottom: 20px !important;
  }
  .ml-sp-20 {
    margin-left: 20px !important;
  }
  .pt-sp-20 {
    padding-top: 20px !important;
  }
  .pr-sp-20 {
    padding-right: 20px !important;
  }
  .pb-sp-20 {
    padding-bottom: 20px !important;
  }
  .pl-sp-20 {
    padding-left: 20px !important;
  }
  .mt-sp-25 {
    margin-top: 25px !important;
  }
  .mr-sp-25 {
    margin-right: 25px !important;
  }
  .mb-sp-25 {
    margin-bottom: 25px !important;
  }
  .ml-sp-25 {
    margin-left: 25px !important;
  }
  .pt-sp-25 {
    padding-top: 25px !important;
  }
  .pr-sp-25 {
    padding-right: 25px !important;
  }
  .pb-sp-25 {
    padding-bottom: 25px !important;
  }
  .pl-sp-25 {
    padding-left: 25px !important;
  }
  .mt-sp-30 {
    margin-top: 30px !important;
  }
  .mr-sp-30 {
    margin-right: 30px !important;
  }
  .mb-sp-30 {
    margin-bottom: 30px !important;
  }
  .ml-sp-30 {
    margin-left: 30px !important;
  }
  .pt-sp-30 {
    padding-top: 30px !important;
  }
  .pr-sp-30 {
    padding-right: 30px !important;
  }
  .pb-sp-30 {
    padding-bottom: 30px !important;
  }
  .pl-sp-30 {
    padding-left: 30px !important;
  }
  .mt-sp-35 {
    margin-top: 35px !important;
  }
  .mr-sp-35 {
    margin-right: 35px !important;
  }
  .mb-sp-35 {
    margin-bottom: 35px !important;
  }
  .ml-sp-35 {
    margin-left: 35px !important;
  }
  .pt-sp-35 {
    padding-top: 35px !important;
  }
  .pr-sp-35 {
    padding-right: 35px !important;
  }
  .pb-sp-35 {
    padding-bottom: 35px !important;
  }
  .pl-sp-35 {
    padding-left: 35px !important;
  }
  .mt-sp-40 {
    margin-top: 40px !important;
  }
  .mr-sp-40 {
    margin-right: 40px !important;
  }
  .mb-sp-40 {
    margin-bottom: 40px !important;
  }
  .ml-sp-40 {
    margin-left: 40px !important;
  }
  .pt-sp-40 {
    padding-top: 40px !important;
  }
  .pr-sp-40 {
    padding-right: 40px !important;
  }
  .pb-sp-40 {
    padding-bottom: 40px !important;
  }
  .pl-sp-40 {
    padding-left: 40px !important;
  }
  .mt-sp-45 {
    margin-top: 45px !important;
  }
  .mr-sp-45 {
    margin-right: 45px !important;
  }
  .mb-sp-45 {
    margin-bottom: 45px !important;
  }
  .ml-sp-45 {
    margin-left: 45px !important;
  }
  .pt-sp-45 {
    padding-top: 45px !important;
  }
  .pr-sp-45 {
    padding-right: 45px !important;
  }
  .pb-sp-45 {
    padding-bottom: 45px !important;
  }
  .pl-sp-45 {
    padding-left: 45px !important;
  }
  .mt-sp-50 {
    margin-top: 50px !important;
  }
  .mr-sp-50 {
    margin-right: 50px !important;
  }
  .mb-sp-50 {
    margin-bottom: 50px !important;
  }
  .ml-sp-50 {
    margin-left: 50px !important;
  }
  .pt-sp-50 {
    padding-top: 50px !important;
  }
  .pr-sp-50 {
    padding-right: 50px !important;
  }
  .pb-sp-50 {
    padding-bottom: 50px !important;
  }
  .pl-sp-50 {
    padding-left: 50px !important;
  }
  .mt-sp-55 {
    margin-top: 55px !important;
  }
  .mr-sp-55 {
    margin-right: 55px !important;
  }
  .mb-sp-55 {
    margin-bottom: 55px !important;
  }
  .ml-sp-55 {
    margin-left: 55px !important;
  }
  .pt-sp-55 {
    padding-top: 55px !important;
  }
  .pr-sp-55 {
    padding-right: 55px !important;
  }
  .pb-sp-55 {
    padding-bottom: 55px !important;
  }
  .pl-sp-55 {
    padding-left: 55px !important;
  }
  .mt-sp-60 {
    margin-top: 60px !important;
  }
  .mr-sp-60 {
    margin-right: 60px !important;
  }
  .mb-sp-60 {
    margin-bottom: 60px !important;
  }
  .ml-sp-60 {
    margin-left: 60px !important;
  }
  .pt-sp-60 {
    padding-top: 60px !important;
  }
  .pr-sp-60 {
    padding-right: 60px !important;
  }
  .pb-sp-60 {
    padding-bottom: 60px !important;
  }
  .pl-sp-60 {
    padding-left: 60px !important;
  }
  .mt-sp-65 {
    margin-top: 65px !important;
  }
  .mr-sp-65 {
    margin-right: 65px !important;
  }
  .mb-sp-65 {
    margin-bottom: 65px !important;
  }
  .ml-sp-65 {
    margin-left: 65px !important;
  }
  .pt-sp-65 {
    padding-top: 65px !important;
  }
  .pr-sp-65 {
    padding-right: 65px !important;
  }
  .pb-sp-65 {
    padding-bottom: 65px !important;
  }
  .pl-sp-65 {
    padding-left: 65px !important;
  }
  .mt-sp-70 {
    margin-top: 70px !important;
  }
  .mr-sp-70 {
    margin-right: 70px !important;
  }
  .mb-sp-70 {
    margin-bottom: 70px !important;
  }
  .ml-sp-70 {
    margin-left: 70px !important;
  }
  .pt-sp-70 {
    padding-top: 70px !important;
  }
  .pr-sp-70 {
    padding-right: 70px !important;
  }
  .pb-sp-70 {
    padding-bottom: 70px !important;
  }
  .pl-sp-70 {
    padding-left: 70px !important;
  }
  .mt-sp-75 {
    margin-top: 75px !important;
  }
  .mr-sp-75 {
    margin-right: 75px !important;
  }
  .mb-sp-75 {
    margin-bottom: 75px !important;
  }
  .ml-sp-75 {
    margin-left: 75px !important;
  }
  .pt-sp-75 {
    padding-top: 75px !important;
  }
  .pr-sp-75 {
    padding-right: 75px !important;
  }
  .pb-sp-75 {
    padding-bottom: 75px !important;
  }
  .pl-sp-75 {
    padding-left: 75px !important;
  }
  .mt-sp-80 {
    margin-top: 80px !important;
  }
  .mr-sp-80 {
    margin-right: 80px !important;
  }
  .mb-sp-80 {
    margin-bottom: 80px !important;
  }
  .ml-sp-80 {
    margin-left: 80px !important;
  }
  .pt-sp-80 {
    padding-top: 80px !important;
  }
  .pr-sp-80 {
    padding-right: 80px !important;
  }
  .pb-sp-80 {
    padding-bottom: 80px !important;
  }
  .pl-sp-80 {
    padding-left: 80px !important;
  }
  .mt-sp-85 {
    margin-top: 85px !important;
  }
  .mr-sp-85 {
    margin-right: 85px !important;
  }
  .mb-sp-85 {
    margin-bottom: 85px !important;
  }
  .ml-sp-85 {
    margin-left: 85px !important;
  }
  .pt-sp-85 {
    padding-top: 85px !important;
  }
  .pr-sp-85 {
    padding-right: 85px !important;
  }
  .pb-sp-85 {
    padding-bottom: 85px !important;
  }
  .pl-sp-85 {
    padding-left: 85px !important;
  }
  .mt-sp-90 {
    margin-top: 90px !important;
  }
  .mr-sp-90 {
    margin-right: 90px !important;
  }
  .mb-sp-90 {
    margin-bottom: 90px !important;
  }
  .ml-sp-90 {
    margin-left: 90px !important;
  }
  .pt-sp-90 {
    padding-top: 90px !important;
  }
  .pr-sp-90 {
    padding-right: 90px !important;
  }
  .pb-sp-90 {
    padding-bottom: 90px !important;
  }
  .pl-sp-90 {
    padding-left: 90px !important;
  }
  .mt-sp-95 {
    margin-top: 95px !important;
  }
  .mr-sp-95 {
    margin-right: 95px !important;
  }
  .mb-sp-95 {
    margin-bottom: 95px !important;
  }
  .ml-sp-95 {
    margin-left: 95px !important;
  }
  .pt-sp-95 {
    padding-top: 95px !important;
  }
  .pr-sp-95 {
    padding-right: 95px !important;
  }
  .pb-sp-95 {
    padding-bottom: 95px !important;
  }
  .pl-sp-95 {
    padding-left: 95px !important;
  }
  .mt-sp-100 {
    margin-top: 100px !important;
  }
  .mr-sp-100 {
    margin-right: 100px !important;
  }
  .mb-sp-100 {
    margin-bottom: 100px !important;
  }
  .ml-sp-100 {
    margin-left: 100px !important;
  }
  .pt-sp-100 {
    padding-top: 100px !important;
  }
  .pr-sp-100 {
    padding-right: 100px !important;
  }
  .pb-sp-100 {
    padding-bottom: 100px !important;
  }
  .pl-sp-100 {
    padding-left: 100px !important;
  }
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
