@charset "UTF-8";

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-light.woff2") format("woff2"), url("../font/noto-sans/nsjp-light.woff") format("woff"), url("../font/noto-sans/nsjp-light.otf") format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-regular.woff2") format("woff2"), url("../font/noto-sans/nsjp-regular.woff") format("woff"), url("../font/noto-sans/nsjp-regular.otf") format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-medium.woff2") format("woff2"), url("../font/noto-sans/nsjp-medium.woff") format("woff"), url("../font/noto-sans/nsjp-medium.otf") format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-bold.woff2") format("woff2"), url("../font/noto-sans/nsjp-bold.woff") format("woff"), url("../font/noto-sans/nsjp-bold.otf") format("opentype");
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

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

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

strong,
b {
  font-weight: 500;
}

/*! purgecss end ignore */
/*! purgecss start ignore */
html {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

html.is-chrome img {
  image-rendering: -webkit-optimize-contrast;
}

body {
  width: 100%;
  min-height: 100%;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
  letter-spacing: 0;
  font-size: 1.6rem;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 47.9375em) {
  body {
    font-size: 3.7333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  body {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
  }
}

@media print {
  body {
    zoom: 0.5;
    -webkit-print-color-adjust: exact;
  }
}

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

a[href^="tel:"] {
  cursor: default;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select {
  font: inherit;
  border-radius: 0;
  outline: none;
}

button {
  padding: 0;
  margin: 0;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

option {
  min-height: inherit;
  padding: 0;
  margin: 0;
}

select::-ms-expand {
  display: none;
}

input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

/*! purgecss end ignore */
/* IE */
.l-page {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.l-contents__sec {
  background-color: #000000;
  position: relative;
  z-index: 10;
}

.l-contents__sec .p-left {
  left: 35%;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__sec .p-left {
    top: 60px;
    left: 20px;
    transform: translate(0%, 0%);
  }
}

.l-contents__sec .p-right {
  top: 80px;
  left: 0;
  transform: translate(50%, 0%);
  right: 43%;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__sec .p-right {
    top: 60px;
    left: auto;
    right: 20px;
    transform: translate(0%, 0%);
  }
}

.l-contents__sec .p-right-c {
  top: 50%;
  left: 0;
  transform: translate(50%, -50%);
  right: 43%;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__sec .p-right-c {
    top: 40px;
    left: auto;
    right: 20px;
    transform: translate(0%, 0%);
  }
}

.l-contents__sec .p-bottom {
  top: 75%;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__sec .p-bottom {
    left: 20px;
    top: 50%;
  }
}

.l-contents__sec .p-rc {
  position: absolute;
  right: -240px;
  top: 50%;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__sec .p-rc {
    top: 60px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}

.l-contents__sec .about-wrap {
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__sec .about-wrap {
    top: 100px;
    width: 100%;
    padding: 0 20px;
  }
}

.l-contents__hmd {
  position: relative;
  z-index: 100;
  transform: translateZ(1px);
}

.info-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 47.9375em) {
  .info-wrap img {
    width: 160px;
  }
}

.info__inter {
  font-family: "Inter", sans-serif;
  color: #ffffff;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .info__inter {
    font-size: 8vw;
  }
}

.info__inter--mini {
  font-family: "Inter", sans-serif;
  color: #A8ABAF;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .info__inter--mini {
    font-size: 6.4vw;
  }
}

.info__title {
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  font-size: 2.6rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 47.9375em) {
  .info__title {
    font-size: 4.2666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .info__title {
    text-align: left;
  }
}

.info__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
  width: 140px;
  height: 40px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: 0.6s;
}

@media only screen and (max-width: 47.9375em) {
  .info__btn {
    font-size: 3.4666666667vw;
  }
}

.info__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  transition: transform 0.6s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
  border-radius: inherit;
  /* 元要素に合わせる */
}

.info__btn:hover {
  background-color: inherit;
  color: #232323;
  border: 2px solid #232323;
}

.info__btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.info__btn--auto {
  display: inline-block;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
  padding: 8px 26px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 100px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: 0.6s;
}

@media only screen and (max-width: 47.9375em) {
  .info__btn--auto {
    font-size: 3.4666666667vw;
  }
}

.info__btn--auto::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  transition: transform 0.6s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
  border-radius: inherit;
  /* 元要素に合わせる */
}

.info__btn--auto:hover {
  background-color: inherit;
  color: #232323;
  border: 2px solid #232323;
}

.info__btn--auto:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.media--auto::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #EEEEEF;
  /* 元の背景色を指定 */
  z-index: -2;
}

.gap20 {
  gap: 20px;
}

.gap40 {
  gap: 40px;
}

@media only screen and (max-width: 47.9375em) {
  .gap40 {
    gap: 20px;
  }
}

.gap60 {
  gap: 60px;
}

@media only screen and (max-width: 47.9375em) {
  .gap60 {
    gap: 20px;
  }
}

.ttl-hmd {
  max-width: 600px;
  margin: 0 auto;
}

@media only screen and (max-width: 47.9375em) {
  .ttl-hmd {
    max-width: 100%;
  }
}

.image-hmd img {
  margin: 0 auto;
}

.wrap-hmd {
  background: #232323;
  border-radius: 20px;
  padding: 40px 80px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 47.9375em) {
  .wrap-hmd {
    padding: 20px;
  }
}

.list-hmd li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  gap: 60px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #707070;
}

.list-hmd li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 47.9375em) {
  .list-hmd li {
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.list-hmd li .hd-hmd {
  min-width: 140px;
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .list-hmd li .hd-hmd {
    font-size: 6.4vw;
  }
}

.list-hmd li .date-hmd {
  font-family: "Inter", sans-serif;
  color: #A8ABAF;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .list-hmd li .date-hmd {
    font-size: 2.6666666667vw;
  }
}

.list-hmd li .text-hmd {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .list-hmd li .text-hmd {
    font-size: 3.7333333333vw;
  }
}

.bg-auto {
  background-color: transparent;
  position: relative;
  z-index: 100;
  transform: translateZ(1px);
}

.bg-auto02 {
  background-color: transparent;
  position: relative;
  z-index: 100;
  transform: translateZ(1px);
}

.border-red {
  border: 6px solid #E60012;
}

.online-wrap {
  background: #F7F7F7;
  border-radius: 20px;
  padding: 38px 20px;
}

@media only screen and (max-width: 47.9375em) {
  .online-wrap {
    padding: 30px;
  }
}

.online-ttl {
  font-family: "Inter", sans-serif;
  color: #A8ABAF;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .online-ttl {
    font-size: 3.7333333333vw;
  }
}

.online-link a {
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: "Inter", sans-serif;
  font-size: 6rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

@media only screen and (max-width: 47.9375em) {
  .online-link a {
    font-size: 8vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .online-link a {
    gap: 20px;
  }
}

.online-text {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

@media only screen and (max-width: 47.9375em) {
  .online-text {
    font-size: 3.7333333333vw;
  }
}

.c-white {
  color: #ffffff;
}

.com-wrap02 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap02 {
    max-width: 100%;
    padding: 30px 20px;
  }
}

.com-wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap {
    max-width: 100%;
    padding: 30px 20px 80px !important;
  }
}

.com-wrap .c-white {
  color: #ffffff;
}

.com-wrap p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap p {
    font-size: 3.2vw;
  }
}

.com-wrap__box {
  max-width: 680px;
  width: 100%;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__box {
    max-width: 100%;
  }
}

.com-wrap__bg {
  background: #F7F7F7;
  border-radius: 20px;
  color: #393332;
  padding: 3rem;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__bg {
    padding: 3rem;
  }
}

.com-wrap__mini {
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__mini {
    font-size: 3.7333333333vw;
  }
}

.com-wrap__hd {
  font-family: "Inter", sans-serif;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__hd {
    font-size: 8vw;
  }
}

.com-wrap__name {
  font-family: "Inter", sans-serif;
  color: #A8ABAF;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__name {
    font-size: 5.3333333333vw;
  }
}

.com-wrap__page {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__page {
    flex-direction: column;
    gap: 30px;
  }
}

.com-wrap__page .right {
  width: 100%;
}

.com-wrap__page .left {
  max-width: 234px;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__page .left {
    max-width: 100%;
  }
}

.com-wrap__page .input-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.com-wrap__page .input-wrap input {
  border: none;
  background: #D9D9D9;
  border-radius: 5px;
  padding: 10px 20px;
  width: 100%;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap .icon-link {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.com-wrap .icon-link a {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-left: 14px;
  white-space: nowrap;
  position: relative;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap .icon-link a {
    font-size: 2.9333333333vw;
  }
}

.com-wrap .icon-link a::before {
  display: inline-block;
  content: url("../images/index/icon-link.svg");
  position: absolute;
  left: 0;
  top: -1px;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap .btn-link {
    width: 100%;
  }
}

.com-wrap .btn-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #393332;
  color: #393332;
  background-color: transparent;
  /* ←ここを透過にするのがポイント */
  width: 200px;
  height: 40px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: 0.6s;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap .btn-link a {
    font-size: 3.4666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap .btn-link a {
    width: 100%;
  }
}

.com-wrap .btn-link a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #393332;
  transition: transform 0.6s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
  border-radius: inherit;
  /* 元要素に合わせる */
}

.com-wrap .btn-link a:hover {
  background-color: inherit;
  color: #EEEEEF;
  border: 2px solid #393332;
}

.com-wrap .btn-link a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.com-wrap__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 20px auto;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.com-wrap__grid .line {
  position: relative;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__grid .line {
    padding-bottom: 20px;
  }
}

.com-wrap__grid .line::after {
  display: inline-block;
  content: "";
  background: #CCCCCC;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__grid .line::after {
    width: 100%;
    height: 1px;
    right: auto;
    transform: translateY(0%);
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0px;
  }
}

.com-wrap__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__item {
    align-items: flex-start;
    gap: 30px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__item .icon {
    width: 50px;
  }
}

.com-wrap__cource {
  padding: 10px 20px;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__cource {
    padding: 25px 25px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__cource .icon {
    width: 50px;
  }
}

.com-wrap__box02 {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__box02 .icon {
    width: 50px;
  }
}

.com-wrap__box02--hd {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-left: 14px;
  position: relative;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__box02--hd {
    font-size: 3.7333333333vw;
  }
}

.com-wrap__box02--hd::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 12px;
  background: #A8ABAF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.com-wrap__box02--btn a {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #393332;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 260px;
  height: 40px;
  border: 2px solid #393332;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__box02--btn a {
    font-size: 3.4666666667vw;
  }
}

.com-wrap__box02--btn a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #393332;
  transition: transform 0.6s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
  border-radius: inherit;
  /* 元要素に合わせる */
}

.com-wrap__box02--btn a:hover {
  background-color: inherit;
  color: #EEEEEF;
  border: 2px solid #393332;
}

.com-wrap__box02--btn a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.com-wrap__label {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__label {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}

.com-wrap__label li a {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #393332;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100px;
  height: 40px;
  border: 2px solid #393332 !important;
  background-color: transparent;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__label li a {
    font-size: 3.4666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap__label li a {
    width: 128px;
  }
}

.com-wrap__label li a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #393332;
  transition: transform 0.6s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
  border-radius: inherit;
  /* 元要素に合わせる */
}

.com-wrap__label li a:hover {
  background-color: inherit;
  color: #EEEEEF;
  border: 2px solid #393332;
}

.com-wrap__label li a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.com-wrap__label li a.active {
  background: #EEEEEF !important;
  border: none !important;
}

.com-wrap__label li a.active::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #393332;
  transition: transform 0.6s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
  border-radius: inherit;
  /* 元要素に合わせる */
}

.com-wrap__label li a.active:hover {
  background-color: inherit !important;
  color: #EEEEEF !important;
  border: 2px solid #393332 !important;
}

.com-wrap__label li a.active:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.com-wrap02 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: static;
  transform: translate(0%, 0%);
  padding: 80px 20px;
}

@media only screen and (max-width: 47.9375em) {
  .com-wrap02 {
    max-width: 100%;
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .sp-mb {
    margin-top: -10px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .sp-mb02 {
    padding-bottom: 40px !important;
  }
}

.bg-gr {
  background-image: url(../images/index/img09.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media only screen and (max-width: 47.9375em) {
  .bg-gr {
    background-image: url(../images/index/img09_sp.png);
  }
}

.hd-gr {
  background-image: url(../common/images/hd-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top;
}

@media only screen and (max-width: 47.9375em) {
  .hd-gr {
    background-image: url(../common/images/hd-bg_sp.png);
  }
}

.ori-laser {
  max-width: 136.6rem;
  margin: 0 auto;
}

.laser__slider {
  width: 100%;
  height: 89vh;
  /* 必要に応じて調整 */
  overflow: hidden;
  background-color: #000000;
  width: 1366px;
  height: 880px;
}

@media only screen and (max-width: 47.9375em) {
  .laser__slider {
    height: auto;
  }
}

.laser__slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}

.laser__slider .ori-swiper .o-flex {
  min-width: 1000px;
  width: 100%;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .laser__slider .ori-swiper .o-flex {
    min-width: auto;
  }
}

.laser__slider img {
  height: 100%;
}

@media only screen and (max-width: 47.9375em) {
  .laser__slider img {
    height: auto;
  }
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.js-letter {
  font-size: 2em;
  opacity: 0;
  /* 初期状態で非表示 */
}

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

.icon-chat {
  position: fixed;
  right: 47px;
  bottom: 10%;
  z-index: 100;
}

@media only screen and (max-width: 47.9375em) {
  .icon-chat {
    right: 20px;
    top: auto;
    bottom: 15%;
  }
}

.icon-chat a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  color: #393332;
  border: 2px solid #393332;
  width: 280px;
  height: 60px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
}

@media only screen and (max-width: 47.9375em) {
  .icon-chat a {
    font-size: 3.4666666667vw;
  }
}

.icon-chat a:hover img {
  filter: invert(100%);
}

.icon-chat a img {
  transition: all 0.5s ease;
}

.icon-chat a::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #EEEEEF;
  /* 元の背景色を指定 */
  z-index: -2;
}

.icon-chat a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #393332;
  transition: transform 0.6s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
  border-radius: inherit;
  /* 元要素に合わせる */
}

.icon-chat a:hover {
  background-color: inherit;
  color: #EEEEEF;
  border: 2px solid #393332;
}

.icon-chat a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.front .mainview__container {
  position: relative;
}

.front .mainview__container .mainview__slider {
  height: 100svh;
  width: 100%;
}

.front .mainview__container .mainview__slider .slider-wrap {
  position: relative;
}

.front .mainview__container .mainview__slider .slider-wrap__text {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(10px, 0.8333333333vw, 12px);
  font-weight: 600;
  letter-spacing: 0.05em;
  position: absolute;
  right: 20px;
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .front .mainview__container .mainview__slider .slider-wrap__text {
    bottom: 20px;
    left: 20px;
    right: auto;
    text-align: left;
    top: auto;
    transform: none;
  }
}

.front .mainview__container .mainview__slider .slider-item {
  display: block;
  height: 100%;
  width: 100%;
}

.front .mainview__container .mainview__slider .slider-item img,
.front .mainview__container .mainview__slider .slider-item video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media (hover) {
  .front .mainview__container .mainview__slider .slider-item:hover {
    opacity: 1;
  }
}

.swiper-slide-active .front .mainview__container .mainview__slider .slider-item,
.swiper-slide-duplicate-active .front .mainview__container .mainview__slider .slider-item,
.swiper-slide-prev .front .mainview__container .mainview__slider .slider-item {
  animation: zoomOut 10s linear 0s normal both;
}

@keyframes zoomOut {
  from {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}

.ori-sd {
  background-color: #000000;
}

.ori-sd img {
  height: 100% !important;
}

.p-stiky {
  position: relative;
  background: #000;
}

.p-stiky__logo {
  position: sticky;
  top: 320px;
  z-index: 0;
}

.p-stiky {
  position: relative;
  background: #000;
}

.p-stiky__logo-media {
  position: sticky;
  top: 600px;
  z-index: 0;
}

@media only screen and (max-width: 47.9375em) {
  .p-stiky__logo-media {
    top: 240px;
  }
}

.p-stiky-w {
  position: relative;
  background: #fff;
}

.p-stiky-w__logo {
  position: sticky;
  top: 320px;
  z-index: 0;
}

@media only screen and (max-width: 47.9375em) {
  .p-stiky-w__logo {
    top: 240px;
  }
}

.pt0 {
  padding-top: 0 !important;
}

@media only screen and (max-width: 47.9375em) {
  .pt0 {
    padding-top: 60px !important;
  }
}

.sale__container {
  background: #000;
}

.front .sale-list {
  position: relative;
}

.front .sale-list__item {
  height: 100vh;
  height: auto;
  left: 0;
  margin-bottom: 20vh;
  position: sticky;
  top: 0;
  width: 100%;
}

.front .sale-list__item:last-child {
  margin-bottom: 0;
}

.front .sale-list__item .item__inner {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.front .sale-list__item .item__image {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.front .sale-list__item .item__image img {
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease-out;
  width: 100%;
}

.front .sale-list__item .item__container {
  color: #fff;
  height: 100%;
  left: 0;
  padding: 30px 5.13%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

@media screen and (min-width: 992px) {
  .front .sale-list__item .item__container {
    padding: 56px 4.2%;
  }
}

.front .sale-list__item .item__message {
  display: block;
  left: 0;
  padding: 0 5.13%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

@media screen and (min-width: 992px) {
  .front .sale-list__item .item__message {
    padding: 0 4.2%;
  }
}

.front .sale-list__item .item__message p {
  font-family: Zen Old Mincho, georgia, 游明朝, Yu Mincho, yumincho, Hiragino Mincho ProN, hgs明朝e, メイリオ, meiryo, serif;
  font-size: clamp(12px, 0.9722222222vw, 14px);
  letter-spacing: 0.2em;
  text-align: center;
}

.front .sale-list__item .item__info {
  left: 5.13%;
  min-width: clamp(160px, 13.8888888889vw, 200px);
  position: absolute;
  top: 42px;
}

@media screen and (min-width: 992px) {
  .front .sale-list__item .item__info {
    left: 4.2%;
    top: 60px;
  }
}

.front .sale-list__item .item__info .freetext {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: clamp(10px, 0.7638888889vw, 11px);
  letter-spacing: 0.05em;
  margin-bottom: clamp(5px, 0.6944444444vw, 10px);
}

.front .sale-list__item .item__info .title {
  border-bottom: 1px solid #fff;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: clamp(12px, 0.9027777778vw, 13px);
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: clamp(10px, 0.8333333333vw, 12px);
  padding-bottom: clamp(10px, 0.9027777778vw, 13px);
}

.front .sale-list__item .item__info .desc {
  align-items: center;
  display: grid;
  grid-template-columns: clamp(62px, 4.8611111111vw, 70px) 1fr;
}

.front .sale-list__item .item__info .desc+.desc {
  margin-top: 6px;
}

.front .sale-list__item .item__info .head {
  font-family: Cormorant Garamond, serif;
  font-size: 13px;
  font-weight: 500;
}

.front .sale-list__item .item__info .text {
  font-size: 10px;
  font-weight: 500;
}

.front .sale-list__item .item__number {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  position: absolute;
  right: 5.13%;
  top: 42px;
}

@media screen and (min-width: 992px) {
  .front .sale-list__item .item__number {
    right: 4.2%;
    top: 60px;
  }
}

.front .sale-list__item .item__button {
  margin: 45px auto 0;
  max-width: 140px;
}

.front .sale-list__item:has(.item__button:hover) .item__image img {
  transform: scale(1.05);
}

/* 追加の基本スタイル */
body {
  margin: 0;
}

.sale__head {
  text-align: center;
  padding: 20px 0;
}

.sale__head .title {
  font-size: clamp(20px, 1.6666666667vw, 24px);
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
}

.c-button .text {
  margin-right: 10px;
}

.c-button .arrow svg {
  transition: transform 0.3s ease;
}

.c-button:hover .arrow svg {
  transform: translateX(5px);
}

.ml-auto {
  margin-left: auto;
}

/* クリックエリア拡大とリンク機能（ブランド紹介） */
.info-wrap .u-flex--col:has(.info__btn) {
  position: relative;
  cursor: pointer;
  /* クリック可能なエリアを明示 */
}

/* ホバー時に.info__btnのホバー効果を連動 */
.info-wrap .u-flex--col:has(.info__btn):hover .info__btn {
  background-color: #EEEEEF;
  color: #393332;
  border: 2px solid #393332;
}

/* クリックエリア拡大とリンク機能（ブランド紹介） */
.info-wrap .u-flex--col:has(.info__btn) {
  position: relative;
  cursor: pointer;
  /* クリック可能なエリアを明示 */
}

/* ホバー時に.info__btnのホバー効果を連動（ブランド紹介のみ） */
.info-wrap .u-flex--col:has(.info__btn):hover .info__btn:first-child {
  background-color: #EEEEEF;
  color: #393332;
  border: 2px solid #393332;
}

/* 新規追加: .bg-imageのホバー時に.info__btn--autoのホバー効果を連動 */
.l-contents__sec:hover .info__btn--auto {
  background-color: #EEEEEF;
  color: #393332;
  border: 2px solid #393332;
}

/* 新規追加: .image-hmdのホバー時に.info__btn--autoのホバー効果を連動 */
.hmd-container:hover .info__btn--auto {
  background-color: #EEEEEF;
  color: #393332;
  border: 2px solid #393332;
}

/* 新規追加: .bg-imageのホバー時に.about--btn aのホバー効果を連動 */
.l-contents__about--bg:hover .about--btn a {
  background-color: #EEEEEF;
  color: #393332;
  border: 2px solid #393332;
}

.ori-z {
  position: relative;
  z-index: 100;
}

/* ホバー時に.info__btnのホバー効果を連動 */
.info-wrap .u-flex--col:has(.info__btn):hover .info__btn {
  background-color: inherit;
  color: #393332;
  border: 2px solid #393332;
}

.info-wrap .u-flex--col:has(.info__btn):hover .info__btn::before {
  transform: scaleX(1);
  transform-origin: left;
}

/* ホバー時に.info__btnのホバー効果を連動（ブランド紹介のみ） */
.info-wrap .u-flex--col:has(.info__btn):hover .info__btn:first-child {
  background-color: inherit;
  color: #393332;
  border: 2px solid #393332;
}

.info-wrap .u-flex--col:has(.info__btn):hover .info__btn:first-child::before {
  transform: scaleX(1);
  transform-origin: left;
}

/* .bg-imageのホバー時に.info__btn--autoのホバー効果を連動 */
.l-contents__sec:hover .info__btn--auto {
  background-color: inherit;
  color: #393332;
  border: 2px solid #393332;
}

.l-contents__sec:hover .info__btn--auto::before {
  transform: scaleX(1);
  transform-origin: left;
}

/* .image-hmdのホバー時に.info__btn--autoのホバー効果を連動 */
.hmd-container:hover .info__btn--auto {
  background-color: inherit;
  color: #393332;
  border: 2px solid #393332;
}

.hmd-container:hover .info__btn--auto::before {
  transform: scaleX(1);
  transform-origin: left;
}

/* .bg-imageのホバー時に.about--btn aのホバー効果を連動 */
.l-contents__about--bg:hover .about--btn a {
  background-color: inherit;
  color: #393332;
  border: 2px solid #393332;
}

.l-contents__about--bg:hover .about--btn a::before {
  transform: scaleX(1);
  transform-origin: left;
}

.u-d-b {
  display: block;
}

.u-d-ib {
  display: inline-block;
}

.u-d-i {
  display: inline;
}

.u-d-t {
  display: table;
}

.u-d-tc {
  display: table-cell;
}

@media all and (min-width: 64.0625em) {
  .u-d-pc-b {
    display: block;
  }

  .u-d-pc-ib {
    display: inline-block;
  }

  .u-d-pc-i {
    display: inline;
  }

  .u-d-pc-t {
    display: table;
  }

  .u-d-pc-tc {
    display: table-cell;
  }
}

@media print {
  .u-d-pc-b {
    display: block;
  }

  .u-d-pc-ib {
    display: inline-block;
  }

  .u-d-pc-i {
    display: inline;
  }

  .u-d-pc-t {
    display: table;
  }

  .u-d-pc-tc {
    display: table-cell;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-d-tb-b {
    display: block;
  }

  .u-d-tb-ib {
    display: inline-block;
  }

  .u-d-tb-i {
    display: inline;
  }

  .u-d-tb-t {
    display: table;
  }

  .u-d-tb-tc {
    display: table-cell;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-d-sp-b {
    display: block;
  }

  .u-d-sp-ib {
    display: inline-block;
  }

  .u-d-sp-i {
    display: inline;
  }

  .u-d-sp-t {
    display: table;
  }

  .u-d-sp-tc {
    display: table-cell;
  }
}

.u-dn-all {
  display: none;
}

@media all and (min-width: 64.0625em) {
  .u-dn-pc {
    display: none;
  }
}

@media print {
  .u-dn-pc {
    display: none;
  }
}

@media all and (min-width: 85.4375em) {
  .u-dn-pc-l {
    display: none;
  }
}

@media all and (min-width: 64.0625em) and (max-width: 85.375em) {
  .u-dn-pc-s {
    display: none;
  }
}

@media print {
  .u-dn-pc-s {
    display: none;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-dn-tb {
    display: none;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: landscape) {
  .u-dn-tb-l {
    display: none;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .u-dn-tb-p {
    display: none;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-dn-sp {
    display: none;
  }
}

.u-ff-ja {
  font-family: "Noto Sans JP", sans-serif;
}

.u-ff-ja02 {
  font-family: "Noto Serif JP", sans-serif;
}

.u-ff-en {
  font-family: "Inter", sans-serif;
}

.u-ff-pop {
  font-family: "Poppins", sans-serif;
}

.u-fw-bold {
  font-weight: 700;
}

.u-fw-semibold {
  font-weight: 600;
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-normal {
  font-weight: 400;
}

.u-fw-light {
  font-weight: 300;
}

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

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

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

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

.u-mt-5 {
  margin-top: 0.5rem;
}

.u-mb-5 {
  margin-bottom: 0.5rem;
}

.u-mr-5 {
  margin-right: 0.5rem;
}

.u-ml-5 {
  margin-left: 0.5rem;
}

.u-mt-10 {
  margin-top: 1rem;
}

.u-mb-10 {
  margin-bottom: 1rem;
}

.u-mr-10 {
  margin-right: 1rem;
}

.u-ml-10 {
  margin-left: 1rem;
}

.u-mt-15 {
  margin-top: 1.5rem;
}

.u-mb-15 {
  margin-bottom: 1.5rem;
}

.u-mr-15 {
  margin-right: 1.5rem;
}

.u-ml-15 {
  margin-left: 1.5rem;
}

.u-mt-20 {
  margin-top: 2rem;
}

.u-mb-20 {
  margin-bottom: 2rem;
}

.u-mr-20 {
  margin-right: 2rem;
}

.u-ml-20 {
  margin-left: 2rem;
}

.u-mt-25 {
  margin-top: 2.5rem;
}

.u-mb-25 {
  margin-bottom: 2.5rem;
}

.u-mr-25 {
  margin-right: 2.5rem;
}

.u-ml-25 {
  margin-left: 2.5rem;
}

.u-mt-30 {
  margin-top: 3rem;
}

.u-mb-30 {
  margin-bottom: 3rem;
}

.u-mr-30 {
  margin-right: 3rem;
}

.u-ml-30 {
  margin-left: 3rem;
}

.u-mt-35 {
  margin-top: 3.5rem;
}

.u-mb-35 {
  margin-bottom: 3.5rem;
}

.u-mr-35 {
  margin-right: 3.5rem;
}

.u-ml-35 {
  margin-left: 3.5rem;
}

.u-mt-40 {
  margin-top: 4rem;
}

.u-mb-40 {
  margin-bottom: 4rem;
}

.u-mr-40 {
  margin-right: 4rem;
}

.u-ml-40 {
  margin-left: 4rem;
}

.u-mt-45 {
  margin-top: 4.5rem;
}

.u-mb-45 {
  margin-bottom: 4.5rem;
}

.u-mr-45 {
  margin-right: 4.5rem;
}

.u-ml-45 {
  margin-left: 4.5rem;
}

.u-mt-50 {
  margin-top: 5rem;
}

.u-mb-50 {
  margin-bottom: 5rem;
}

.u-mr-50 {
  margin-right: 5rem;
}

.u-ml-50 {
  margin-left: 5rem;
}

.u-mt-55 {
  margin-top: 5.5rem;
}

.u-mb-55 {
  margin-bottom: 5.5rem;
}

.u-mr-55 {
  margin-right: 5.5rem;
}

.u-ml-55 {
  margin-left: 5.5rem;
}

.u-mt-60 {
  margin-top: 6rem;
}

.u-mb-60 {
  margin-bottom: 6rem;
}

.u-mr-60 {
  margin-right: 6rem;
}

.u-ml-60 {
  margin-left: 6rem;
}

.u-mt-65 {
  margin-top: 6.5rem;
}

.u-mb-65 {
  margin-bottom: 6.5rem;
}

.u-mr-65 {
  margin-right: 6.5rem;
}

.u-ml-65 {
  margin-left: 6.5rem;
}

.u-mt-70 {
  margin-top: 7rem;
}

.u-mb-70 {
  margin-bottom: 7rem;
}

.u-mr-70 {
  margin-right: 7rem;
}

.u-ml-70 {
  margin-left: 7rem;
}

.u-mt-75 {
  margin-top: 7.5rem;
}

.u-mb-75 {
  margin-bottom: 7.5rem;
}

.u-mr-75 {
  margin-right: 7.5rem;
}

.u-ml-75 {
  margin-left: 7.5rem;
}

.u-mt-80 {
  margin-top: 8rem;
}

.u-mb-80 {
  margin-bottom: 8rem;
}

.u-mr-80 {
  margin-right: 8rem;
}

.u-ml-80 {
  margin-left: 8rem;
}

.u-mt-85 {
  margin-top: 8.5rem;
}

.u-mb-85 {
  margin-bottom: 8.5rem;
}

.u-mr-85 {
  margin-right: 8.5rem;
}

.u-ml-85 {
  margin-left: 8.5rem;
}

.u-mt-90 {
  margin-top: 9rem;
}

.u-mb-90 {
  margin-bottom: 9rem;
}

.u-mr-90 {
  margin-right: 9rem;
}

.u-ml-90 {
  margin-left: 9rem;
}

.u-mt-95 {
  margin-top: 9.5rem;
}

.u-mb-95 {
  margin-bottom: 9.5rem;
}

.u-mr-95 {
  margin-right: 9.5rem;
}

.u-ml-95 {
  margin-left: 9.5rem;
}

.u-mt-100 {
  margin-top: 10rem;
}

.u-mb-100 {
  margin-bottom: 10rem;
}

.u-mr-100 {
  margin-right: 10rem;
}

.u-ml-100 {
  margin-left: 10rem;
}

.u-mt-105 {
  margin-top: 10.5rem;
}

.u-mb-105 {
  margin-bottom: 10.5rem;
}

.u-mr-105 {
  margin-right: 10.5rem;
}

.u-ml-105 {
  margin-left: 10.5rem;
}

.u-mt-110 {
  margin-top: 11rem;
}

.u-mb-110 {
  margin-bottom: 11rem;
}

.u-mr-110 {
  margin-right: 11rem;
}

.u-ml-110 {
  margin-left: 11rem;
}

.u-mt-115 {
  margin-top: 11.5rem;
}

.u-mb-115 {
  margin-bottom: 11.5rem;
}

.u-mr-115 {
  margin-right: 11.5rem;
}

.u-ml-115 {
  margin-left: 11.5rem;
}

.u-mt-120 {
  margin-top: 12rem;
}

.u-mb-120 {
  margin-bottom: 12rem;
}

.u-mr-120 {
  margin-right: 12rem;
}

.u-ml-120 {
  margin-left: 12rem;
}

.u-mt-125 {
  margin-top: 12.5rem;
}

.u-mb-125 {
  margin-bottom: 12.5rem;
}

.u-mr-125 {
  margin-right: 12.5rem;
}

.u-ml-125 {
  margin-left: 12.5rem;
}

.u-mt-130 {
  margin-top: 13rem;
}

.u-mb-130 {
  margin-bottom: 13rem;
}

.u-mr-130 {
  margin-right: 13rem;
}

.u-ml-130 {
  margin-left: 13rem;
}

.u-mt-135 {
  margin-top: 13.5rem;
}

.u-mb-135 {
  margin-bottom: 13.5rem;
}

.u-mr-135 {
  margin-right: 13.5rem;
}

.u-ml-135 {
  margin-left: 13.5rem;
}

.u-mt-140 {
  margin-top: 14rem;
}

.u-mb-140 {
  margin-bottom: 14rem;
}

.u-mr-140 {
  margin-right: 14rem;
}

.u-ml-140 {
  margin-left: 14rem;
}

.u-mt-145 {
  margin-top: 14.5rem;
}

.u-mb-145 {
  margin-bottom: 14.5rem;
}

.u-mr-145 {
  margin-right: 14.5rem;
}

.u-ml-145 {
  margin-left: 14.5rem;
}

.u-mt-150 {
  margin-top: 15rem;
}

.u-mb-150 {
  margin-bottom: 15rem;
}

.u-mr-150 {
  margin-right: 15rem;
}

.u-ml-150 {
  margin-left: 15rem;
}

.u-mt-155 {
  margin-top: 15.5rem;
}

.u-mb-155 {
  margin-bottom: 15.5rem;
}

.u-mr-155 {
  margin-right: 15.5rem;
}

.u-ml-155 {
  margin-left: 15.5rem;
}

.u-mt-160 {
  margin-top: 16rem;
}

.u-mb-160 {
  margin-bottom: 16rem;
}

.u-mr-160 {
  margin-right: 16rem;
}

.u-ml-160 {
  margin-left: 16rem;
}

.u-mt-165 {
  margin-top: 16.5rem;
}

.u-mb-165 {
  margin-bottom: 16.5rem;
}

.u-mr-165 {
  margin-right: 16.5rem;
}

.u-ml-165 {
  margin-left: 16.5rem;
}

.u-mt-170 {
  margin-top: 17rem;
}

.u-mb-170 {
  margin-bottom: 17rem;
}

.u-mr-170 {
  margin-right: 17rem;
}

.u-ml-170 {
  margin-left: 17rem;
}

.u-mt-175 {
  margin-top: 17.5rem;
}

.u-mb-175 {
  margin-bottom: 17.5rem;
}

.u-mr-175 {
  margin-right: 17.5rem;
}

.u-ml-175 {
  margin-left: 17.5rem;
}

.u-mt-180 {
  margin-top: 18rem;
}

.u-mb-180 {
  margin-bottom: 18rem;
}

.u-mr-180 {
  margin-right: 18rem;
}

.u-ml-180 {
  margin-left: 18rem;
}

.u-mt-185 {
  margin-top: 18.5rem;
}

.u-mb-185 {
  margin-bottom: 18.5rem;
}

.u-mr-185 {
  margin-right: 18.5rem;
}

.u-ml-185 {
  margin-left: 18.5rem;
}

.u-mt-190 {
  margin-top: 19rem;
}

.u-mb-190 {
  margin-bottom: 19rem;
}

.u-mr-190 {
  margin-right: 19rem;
}

.u-ml-190 {
  margin-left: 19rem;
}

.u-mt-195 {
  margin-top: 19.5rem;
}

.u-mb-195 {
  margin-bottom: 19.5rem;
}

.u-mr-195 {
  margin-right: 19.5rem;
}

.u-ml-195 {
  margin-left: 19.5rem;
}

.u-mt-200 {
  margin-top: 20rem;
}

.u-mb-200 {
  margin-bottom: 20rem;
}

.u-mr-200 {
  margin-right: 20rem;
}

.u-ml-200 {
  margin-left: 20rem;
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-0 {
    margin-top: 0rem;
  }

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

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

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

@media print {
  .u-mt-pc-0 {
    margin-top: 0rem;
  }

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

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

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

@media all and (min-width: 64.0625em) {
  .u-mt-pc-5 {
    margin-top: 0.5rem;
  }

  .u-mb-pc-5 {
    margin-bottom: 0.5rem;
  }

  .u-mr-pc-5 {
    margin-right: 0.5rem;
  }

  .u-ml-pc-5 {
    margin-left: 0.5rem;
  }
}

@media print {
  .u-mt-pc-5 {
    margin-top: 0.5rem;
  }

  .u-mb-pc-5 {
    margin-bottom: 0.5rem;
  }

  .u-mr-pc-5 {
    margin-right: 0.5rem;
  }

  .u-ml-pc-5 {
    margin-left: 0.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-10 {
    margin-top: 1rem;
  }

  .u-mb-pc-10 {
    margin-bottom: 1rem;
  }

  .u-mr-pc-10 {
    margin-right: 1rem;
  }

  .u-ml-pc-10 {
    margin-left: 1rem;
  }
}

@media print {
  .u-mt-pc-10 {
    margin-top: 1rem;
  }

  .u-mb-pc-10 {
    margin-bottom: 1rem;
  }

  .u-mr-pc-10 {
    margin-right: 1rem;
  }

  .u-ml-pc-10 {
    margin-left: 1rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-15 {
    margin-top: 1.5rem;
  }

  .u-mb-pc-15 {
    margin-bottom: 1.5rem;
  }

  .u-mr-pc-15 {
    margin-right: 1.5rem;
  }

  .u-ml-pc-15 {
    margin-left: 1.5rem;
  }
}

@media print {
  .u-mt-pc-15 {
    margin-top: 1.5rem;
  }

  .u-mb-pc-15 {
    margin-bottom: 1.5rem;
  }

  .u-mr-pc-15 {
    margin-right: 1.5rem;
  }

  .u-ml-pc-15 {
    margin-left: 1.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-20 {
    margin-top: 2rem;
  }

  .u-mb-pc-20 {
    margin-bottom: 2rem;
  }

  .u-mr-pc-20 {
    margin-right: 2rem;
  }

  .u-ml-pc-20 {
    margin-left: 2rem;
  }
}

@media print {
  .u-mt-pc-20 {
    margin-top: 2rem;
  }

  .u-mb-pc-20 {
    margin-bottom: 2rem;
  }

  .u-mr-pc-20 {
    margin-right: 2rem;
  }

  .u-ml-pc-20 {
    margin-left: 2rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-25 {
    margin-top: 2.5rem;
  }

  .u-mb-pc-25 {
    margin-bottom: 2.5rem;
  }

  .u-mr-pc-25 {
    margin-right: 2.5rem;
  }

  .u-ml-pc-25 {
    margin-left: 2.5rem;
  }
}

@media print {
  .u-mt-pc-25 {
    margin-top: 2.5rem;
  }

  .u-mb-pc-25 {
    margin-bottom: 2.5rem;
  }

  .u-mr-pc-25 {
    margin-right: 2.5rem;
  }

  .u-ml-pc-25 {
    margin-left: 2.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-30 {
    margin-top: 3rem;
  }

  .u-mb-pc-30 {
    margin-bottom: 3rem;
  }

  .u-mr-pc-30 {
    margin-right: 3rem;
  }

  .u-ml-pc-30 {
    margin-left: 3rem;
  }
}

@media print {
  .u-mt-pc-30 {
    margin-top: 3rem;
  }

  .u-mb-pc-30 {
    margin-bottom: 3rem;
  }

  .u-mr-pc-30 {
    margin-right: 3rem;
  }

  .u-ml-pc-30 {
    margin-left: 3rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-35 {
    margin-top: 3.5rem;
  }

  .u-mb-pc-35 {
    margin-bottom: 3.5rem;
  }

  .u-mr-pc-35 {
    margin-right: 3.5rem;
  }

  .u-ml-pc-35 {
    margin-left: 3.5rem;
  }
}

@media print {
  .u-mt-pc-35 {
    margin-top: 3.5rem;
  }

  .u-mb-pc-35 {
    margin-bottom: 3.5rem;
  }

  .u-mr-pc-35 {
    margin-right: 3.5rem;
  }

  .u-ml-pc-35 {
    margin-left: 3.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-40 {
    margin-top: 4rem;
  }

  .u-mb-pc-40 {
    margin-bottom: 4rem;
  }

  .u-mr-pc-40 {
    margin-right: 4rem;
  }

  .u-ml-pc-40 {
    margin-left: 4rem;
  }
}

@media print {
  .u-mt-pc-40 {
    margin-top: 4rem;
  }

  .u-mb-pc-40 {
    margin-bottom: 4rem;
  }

  .u-mr-pc-40 {
    margin-right: 4rem;
  }

  .u-ml-pc-40 {
    margin-left: 4rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-45 {
    margin-top: 4.5rem;
  }

  .u-mb-pc-45 {
    margin-bottom: 4.5rem;
  }

  .u-mr-pc-45 {
    margin-right: 4.5rem;
  }

  .u-ml-pc-45 {
    margin-left: 4.5rem;
  }
}

@media print {
  .u-mt-pc-45 {
    margin-top: 4.5rem;
  }

  .u-mb-pc-45 {
    margin-bottom: 4.5rem;
  }

  .u-mr-pc-45 {
    margin-right: 4.5rem;
  }

  .u-ml-pc-45 {
    margin-left: 4.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-50 {
    margin-top: 5rem;
  }

  .u-mb-pc-50 {
    margin-bottom: 5rem;
  }

  .u-mr-pc-50 {
    margin-right: 5rem;
  }

  .u-ml-pc-50 {
    margin-left: 5rem;
  }
}

@media print {
  .u-mt-pc-50 {
    margin-top: 5rem;
  }

  .u-mb-pc-50 {
    margin-bottom: 5rem;
  }

  .u-mr-pc-50 {
    margin-right: 5rem;
  }

  .u-ml-pc-50 {
    margin-left: 5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-55 {
    margin-top: 5.5rem;
  }

  .u-mb-pc-55 {
    margin-bottom: 5.5rem;
  }

  .u-mr-pc-55 {
    margin-right: 5.5rem;
  }

  .u-ml-pc-55 {
    margin-left: 5.5rem;
  }
}

@media print {
  .u-mt-pc-55 {
    margin-top: 5.5rem;
  }

  .u-mb-pc-55 {
    margin-bottom: 5.5rem;
  }

  .u-mr-pc-55 {
    margin-right: 5.5rem;
  }

  .u-ml-pc-55 {
    margin-left: 5.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-60 {
    margin-top: 6rem;
  }

  .u-mb-pc-60 {
    margin-bottom: 6rem;
  }

  .u-mr-pc-60 {
    margin-right: 6rem;
  }

  .u-ml-pc-60 {
    margin-left: 6rem;
  }
}

@media print {
  .u-mt-pc-60 {
    margin-top: 6rem;
  }

  .u-mb-pc-60 {
    margin-bottom: 6rem;
  }

  .u-mr-pc-60 {
    margin-right: 6rem;
  }

  .u-ml-pc-60 {
    margin-left: 6rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-65 {
    margin-top: 6.5rem;
  }

  .u-mb-pc-65 {
    margin-bottom: 6.5rem;
  }

  .u-mr-pc-65 {
    margin-right: 6.5rem;
  }

  .u-ml-pc-65 {
    margin-left: 6.5rem;
  }
}

@media print {
  .u-mt-pc-65 {
    margin-top: 6.5rem;
  }

  .u-mb-pc-65 {
    margin-bottom: 6.5rem;
  }

  .u-mr-pc-65 {
    margin-right: 6.5rem;
  }

  .u-ml-pc-65 {
    margin-left: 6.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-70 {
    margin-top: 7rem;
  }

  .u-mb-pc-70 {
    margin-bottom: 7rem;
  }

  .u-mr-pc-70 {
    margin-right: 7rem;
  }

  .u-ml-pc-70 {
    margin-left: 7rem;
  }
}

@media print {
  .u-mt-pc-70 {
    margin-top: 7rem;
  }

  .u-mb-pc-70 {
    margin-bottom: 7rem;
  }

  .u-mr-pc-70 {
    margin-right: 7rem;
  }

  .u-ml-pc-70 {
    margin-left: 7rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-75 {
    margin-top: 7.5rem;
  }

  .u-mb-pc-75 {
    margin-bottom: 7.5rem;
  }

  .u-mr-pc-75 {
    margin-right: 7.5rem;
  }

  .u-ml-pc-75 {
    margin-left: 7.5rem;
  }
}

@media print {
  .u-mt-pc-75 {
    margin-top: 7.5rem;
  }

  .u-mb-pc-75 {
    margin-bottom: 7.5rem;
  }

  .u-mr-pc-75 {
    margin-right: 7.5rem;
  }

  .u-ml-pc-75 {
    margin-left: 7.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-80 {
    margin-top: 8rem;
  }

  .u-mb-pc-80 {
    margin-bottom: 8rem;
  }

  .u-mr-pc-80 {
    margin-right: 8rem;
  }

  .u-ml-pc-80 {
    margin-left: 8rem;
  }
}

@media print {
  .u-mt-pc-80 {
    margin-top: 8rem;
  }

  .u-mb-pc-80 {
    margin-bottom: 8rem;
  }

  .u-mr-pc-80 {
    margin-right: 8rem;
  }

  .u-ml-pc-80 {
    margin-left: 8rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-85 {
    margin-top: 8.5rem;
  }

  .u-mb-pc-85 {
    margin-bottom: 8.5rem;
  }

  .u-mr-pc-85 {
    margin-right: 8.5rem;
  }

  .u-ml-pc-85 {
    margin-left: 8.5rem;
  }
}

@media print {
  .u-mt-pc-85 {
    margin-top: 8.5rem;
  }

  .u-mb-pc-85 {
    margin-bottom: 8.5rem;
  }

  .u-mr-pc-85 {
    margin-right: 8.5rem;
  }

  .u-ml-pc-85 {
    margin-left: 8.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-90 {
    margin-top: 9rem;
  }

  .u-mb-pc-90 {
    margin-bottom: 9rem;
  }

  .u-mr-pc-90 {
    margin-right: 9rem;
  }

  .u-ml-pc-90 {
    margin-left: 9rem;
  }
}

@media print {
  .u-mt-pc-90 {
    margin-top: 9rem;
  }

  .u-mb-pc-90 {
    margin-bottom: 9rem;
  }

  .u-mr-pc-90 {
    margin-right: 9rem;
  }

  .u-ml-pc-90 {
    margin-left: 9rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-95 {
    margin-top: 9.5rem;
  }

  .u-mb-pc-95 {
    margin-bottom: 9.5rem;
  }

  .u-mr-pc-95 {
    margin-right: 9.5rem;
  }

  .u-ml-pc-95 {
    margin-left: 9.5rem;
  }
}

@media print {
  .u-mt-pc-95 {
    margin-top: 9.5rem;
  }

  .u-mb-pc-95 {
    margin-bottom: 9.5rem;
  }

  .u-mr-pc-95 {
    margin-right: 9.5rem;
  }

  .u-ml-pc-95 {
    margin-left: 9.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-100 {
    margin-top: 10rem;
  }

  .u-mb-pc-100 {
    margin-bottom: 10rem;
  }

  .u-mr-pc-100 {
    margin-right: 10rem;
  }

  .u-ml-pc-100 {
    margin-left: 10rem;
  }
}

@media print {
  .u-mt-pc-100 {
    margin-top: 10rem;
  }

  .u-mb-pc-100 {
    margin-bottom: 10rem;
  }

  .u-mr-pc-100 {
    margin-right: 10rem;
  }

  .u-ml-pc-100 {
    margin-left: 10rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-105 {
    margin-top: 10.5rem;
  }

  .u-mb-pc-105 {
    margin-bottom: 10.5rem;
  }

  .u-mr-pc-105 {
    margin-right: 10.5rem;
  }

  .u-ml-pc-105 {
    margin-left: 10.5rem;
  }
}

@media print {
  .u-mt-pc-105 {
    margin-top: 10.5rem;
  }

  .u-mb-pc-105 {
    margin-bottom: 10.5rem;
  }

  .u-mr-pc-105 {
    margin-right: 10.5rem;
  }

  .u-ml-pc-105 {
    margin-left: 10.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-110 {
    margin-top: 11rem;
  }

  .u-mb-pc-110 {
    margin-bottom: 11rem;
  }

  .u-mr-pc-110 {
    margin-right: 11rem;
  }

  .u-ml-pc-110 {
    margin-left: 11rem;
  }
}

@media print {
  .u-mt-pc-110 {
    margin-top: 11rem;
  }

  .u-mb-pc-110 {
    margin-bottom: 11rem;
  }

  .u-mr-pc-110 {
    margin-right: 11rem;
  }

  .u-ml-pc-110 {
    margin-left: 11rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-115 {
    margin-top: 11.5rem;
  }

  .u-mb-pc-115 {
    margin-bottom: 11.5rem;
  }

  .u-mr-pc-115 {
    margin-right: 11.5rem;
  }

  .u-ml-pc-115 {
    margin-left: 11.5rem;
  }
}

@media print {
  .u-mt-pc-115 {
    margin-top: 11.5rem;
  }

  .u-mb-pc-115 {
    margin-bottom: 11.5rem;
  }

  .u-mr-pc-115 {
    margin-right: 11.5rem;
  }

  .u-ml-pc-115 {
    margin-left: 11.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-120 {
    margin-top: 12rem;
  }

  .u-mb-pc-120 {
    margin-bottom: 12rem;
  }

  .u-mr-pc-120 {
    margin-right: 12rem;
  }

  .u-ml-pc-120 {
    margin-left: 12rem;
  }
}

@media print {
  .u-mt-pc-120 {
    margin-top: 12rem;
  }

  .u-mb-pc-120 {
    margin-bottom: 12rem;
  }

  .u-mr-pc-120 {
    margin-right: 12rem;
  }

  .u-ml-pc-120 {
    margin-left: 12rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-125 {
    margin-top: 12.5rem;
  }

  .u-mb-pc-125 {
    margin-bottom: 12.5rem;
  }

  .u-mr-pc-125 {
    margin-right: 12.5rem;
  }

  .u-ml-pc-125 {
    margin-left: 12.5rem;
  }
}

@media print {
  .u-mt-pc-125 {
    margin-top: 12.5rem;
  }

  .u-mb-pc-125 {
    margin-bottom: 12.5rem;
  }

  .u-mr-pc-125 {
    margin-right: 12.5rem;
  }

  .u-ml-pc-125 {
    margin-left: 12.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-130 {
    margin-top: 13rem;
  }

  .u-mb-pc-130 {
    margin-bottom: 13rem;
  }

  .u-mr-pc-130 {
    margin-right: 13rem;
  }

  .u-ml-pc-130 {
    margin-left: 13rem;
  }
}

@media print {
  .u-mt-pc-130 {
    margin-top: 13rem;
  }

  .u-mb-pc-130 {
    margin-bottom: 13rem;
  }

  .u-mr-pc-130 {
    margin-right: 13rem;
  }

  .u-ml-pc-130 {
    margin-left: 13rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-135 {
    margin-top: 13.5rem;
  }

  .u-mb-pc-135 {
    margin-bottom: 13.5rem;
  }

  .u-mr-pc-135 {
    margin-right: 13.5rem;
  }

  .u-ml-pc-135 {
    margin-left: 13.5rem;
  }
}

@media print {
  .u-mt-pc-135 {
    margin-top: 13.5rem;
  }

  .u-mb-pc-135 {
    margin-bottom: 13.5rem;
  }

  .u-mr-pc-135 {
    margin-right: 13.5rem;
  }

  .u-ml-pc-135 {
    margin-left: 13.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-140 {
    margin-top: 14rem;
  }

  .u-mb-pc-140 {
    margin-bottom: 14rem;
  }

  .u-mr-pc-140 {
    margin-right: 14rem;
  }

  .u-ml-pc-140 {
    margin-left: 14rem;
  }
}

@media print {
  .u-mt-pc-140 {
    margin-top: 14rem;
  }

  .u-mb-pc-140 {
    margin-bottom: 14rem;
  }

  .u-mr-pc-140 {
    margin-right: 14rem;
  }

  .u-ml-pc-140 {
    margin-left: 14rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-145 {
    margin-top: 14.5rem;
  }

  .u-mb-pc-145 {
    margin-bottom: 14.5rem;
  }

  .u-mr-pc-145 {
    margin-right: 14.5rem;
  }

  .u-ml-pc-145 {
    margin-left: 14.5rem;
  }
}

@media print {
  .u-mt-pc-145 {
    margin-top: 14.5rem;
  }

  .u-mb-pc-145 {
    margin-bottom: 14.5rem;
  }

  .u-mr-pc-145 {
    margin-right: 14.5rem;
  }

  .u-ml-pc-145 {
    margin-left: 14.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-150 {
    margin-top: 15rem;
  }

  .u-mb-pc-150 {
    margin-bottom: 15rem;
  }

  .u-mr-pc-150 {
    margin-right: 15rem;
  }

  .u-ml-pc-150 {
    margin-left: 15rem;
  }
}

@media print {
  .u-mt-pc-150 {
    margin-top: 15rem;
  }

  .u-mb-pc-150 {
    margin-bottom: 15rem;
  }

  .u-mr-pc-150 {
    margin-right: 15rem;
  }

  .u-ml-pc-150 {
    margin-left: 15rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-155 {
    margin-top: 15.5rem;
  }

  .u-mb-pc-155 {
    margin-bottom: 15.5rem;
  }

  .u-mr-pc-155 {
    margin-right: 15.5rem;
  }

  .u-ml-pc-155 {
    margin-left: 15.5rem;
  }
}

@media print {
  .u-mt-pc-155 {
    margin-top: 15.5rem;
  }

  .u-mb-pc-155 {
    margin-bottom: 15.5rem;
  }

  .u-mr-pc-155 {
    margin-right: 15.5rem;
  }

  .u-ml-pc-155 {
    margin-left: 15.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-160 {
    margin-top: 16rem;
  }

  .u-mb-pc-160 {
    margin-bottom: 16rem;
  }

  .u-mr-pc-160 {
    margin-right: 16rem;
  }

  .u-ml-pc-160 {
    margin-left: 16rem;
  }
}

@media print {
  .u-mt-pc-160 {
    margin-top: 16rem;
  }

  .u-mb-pc-160 {
    margin-bottom: 16rem;
  }

  .u-mr-pc-160 {
    margin-right: 16rem;
  }

  .u-ml-pc-160 {
    margin-left: 16rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-165 {
    margin-top: 16.5rem;
  }

  .u-mb-pc-165 {
    margin-bottom: 16.5rem;
  }

  .u-mr-pc-165 {
    margin-right: 16.5rem;
  }

  .u-ml-pc-165 {
    margin-left: 16.5rem;
  }
}

@media print {
  .u-mt-pc-165 {
    margin-top: 16.5rem;
  }

  .u-mb-pc-165 {
    margin-bottom: 16.5rem;
  }

  .u-mr-pc-165 {
    margin-right: 16.5rem;
  }

  .u-ml-pc-165 {
    margin-left: 16.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-170 {
    margin-top: 17rem;
  }

  .u-mb-pc-170 {
    margin-bottom: 17rem;
  }

  .u-mr-pc-170 {
    margin-right: 17rem;
  }

  .u-ml-pc-170 {
    margin-left: 17rem;
  }
}

@media print {
  .u-mt-pc-170 {
    margin-top: 17rem;
  }

  .u-mb-pc-170 {
    margin-bottom: 17rem;
  }

  .u-mr-pc-170 {
    margin-right: 17rem;
  }

  .u-ml-pc-170 {
    margin-left: 17rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-175 {
    margin-top: 17.5rem;
  }

  .u-mb-pc-175 {
    margin-bottom: 17.5rem;
  }

  .u-mr-pc-175 {
    margin-right: 17.5rem;
  }

  .u-ml-pc-175 {
    margin-left: 17.5rem;
  }
}

@media print {
  .u-mt-pc-175 {
    margin-top: 17.5rem;
  }

  .u-mb-pc-175 {
    margin-bottom: 17.5rem;
  }

  .u-mr-pc-175 {
    margin-right: 17.5rem;
  }

  .u-ml-pc-175 {
    margin-left: 17.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-180 {
    margin-top: 18rem;
  }

  .u-mb-pc-180 {
    margin-bottom: 18rem;
  }

  .u-mr-pc-180 {
    margin-right: 18rem;
  }

  .u-ml-pc-180 {
    margin-left: 18rem;
  }
}

@media print {
  .u-mt-pc-180 {
    margin-top: 18rem;
  }

  .u-mb-pc-180 {
    margin-bottom: 18rem;
  }

  .u-mr-pc-180 {
    margin-right: 18rem;
  }

  .u-ml-pc-180 {
    margin-left: 18rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-185 {
    margin-top: 18.5rem;
  }

  .u-mb-pc-185 {
    margin-bottom: 18.5rem;
  }

  .u-mr-pc-185 {
    margin-right: 18.5rem;
  }

  .u-ml-pc-185 {
    margin-left: 18.5rem;
  }
}

@media print {
  .u-mt-pc-185 {
    margin-top: 18.5rem;
  }

  .u-mb-pc-185 {
    margin-bottom: 18.5rem;
  }

  .u-mr-pc-185 {
    margin-right: 18.5rem;
  }

  .u-ml-pc-185 {
    margin-left: 18.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-190 {
    margin-top: 19rem;
  }

  .u-mb-pc-190 {
    margin-bottom: 19rem;
  }

  .u-mr-pc-190 {
    margin-right: 19rem;
  }

  .u-ml-pc-190 {
    margin-left: 19rem;
  }
}

@media print {
  .u-mt-pc-190 {
    margin-top: 19rem;
  }

  .u-mb-pc-190 {
    margin-bottom: 19rem;
  }

  .u-mr-pc-190 {
    margin-right: 19rem;
  }

  .u-ml-pc-190 {
    margin-left: 19rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-195 {
    margin-top: 19.5rem;
  }

  .u-mb-pc-195 {
    margin-bottom: 19.5rem;
  }

  .u-mr-pc-195 {
    margin-right: 19.5rem;
  }

  .u-ml-pc-195 {
    margin-left: 19.5rem;
  }
}

@media print {
  .u-mt-pc-195 {
    margin-top: 19.5rem;
  }

  .u-mb-pc-195 {
    margin-bottom: 19.5rem;
  }

  .u-mr-pc-195 {
    margin-right: 19.5rem;
  }

  .u-ml-pc-195 {
    margin-left: 19.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-mt-pc-200 {
    margin-top: 20rem;
  }

  .u-mb-pc-200 {
    margin-bottom: 20rem;
  }

  .u-mr-pc-200 {
    margin-right: 20rem;
  }

  .u-ml-pc-200 {
    margin-left: 20rem;
  }
}

@media print {
  .u-mt-pc-200 {
    margin-top: 20rem;
  }

  .u-mb-pc-200 {
    margin-bottom: 20rem;
  }

  .u-mr-pc-200 {
    margin-right: 20rem;
  }

  .u-ml-pc-200 {
    margin-left: 20rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-0 {
    margin-top: 0rem;
  }

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

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

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

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-5 {
    margin-top: 0.5rem;
  }

  .u-mb-tb-5 {
    margin-bottom: 0.5rem;
  }

  .u-mr-tb-5 {
    margin-right: 0.5rem;
  }

  .u-ml-tb-5 {
    margin-left: 0.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-10 {
    margin-top: 1rem;
  }

  .u-mb-tb-10 {
    margin-bottom: 1rem;
  }

  .u-mr-tb-10 {
    margin-right: 1rem;
  }

  .u-ml-tb-10 {
    margin-left: 1rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-15 {
    margin-top: 1.5rem;
  }

  .u-mb-tb-15 {
    margin-bottom: 1.5rem;
  }

  .u-mr-tb-15 {
    margin-right: 1.5rem;
  }

  .u-ml-tb-15 {
    margin-left: 1.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-20 {
    margin-top: 2rem;
  }

  .u-mb-tb-20 {
    margin-bottom: 2rem;
  }

  .u-mr-tb-20 {
    margin-right: 2rem;
  }

  .u-ml-tb-20 {
    margin-left: 2rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-25 {
    margin-top: 2.5rem;
  }

  .u-mb-tb-25 {
    margin-bottom: 2.5rem;
  }

  .u-mr-tb-25 {
    margin-right: 2.5rem;
  }

  .u-ml-tb-25 {
    margin-left: 2.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-30 {
    margin-top: 3rem;
  }

  .u-mb-tb-30 {
    margin-bottom: 3rem;
  }

  .u-mr-tb-30 {
    margin-right: 3rem;
  }

  .u-ml-tb-30 {
    margin-left: 3rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-35 {
    margin-top: 3.5rem;
  }

  .u-mb-tb-35 {
    margin-bottom: 3.5rem;
  }

  .u-mr-tb-35 {
    margin-right: 3.5rem;
  }

  .u-ml-tb-35 {
    margin-left: 3.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-40 {
    margin-top: 4rem;
  }

  .u-mb-tb-40 {
    margin-bottom: 4rem;
  }

  .u-mr-tb-40 {
    margin-right: 4rem;
  }

  .u-ml-tb-40 {
    margin-left: 4rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-45 {
    margin-top: 4.5rem;
  }

  .u-mb-tb-45 {
    margin-bottom: 4.5rem;
  }

  .u-mr-tb-45 {
    margin-right: 4.5rem;
  }

  .u-ml-tb-45 {
    margin-left: 4.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-50 {
    margin-top: 5rem;
  }

  .u-mb-tb-50 {
    margin-bottom: 5rem;
  }

  .u-mr-tb-50 {
    margin-right: 5rem;
  }

  .u-ml-tb-50 {
    margin-left: 5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-55 {
    margin-top: 5.5rem;
  }

  .u-mb-tb-55 {
    margin-bottom: 5.5rem;
  }

  .u-mr-tb-55 {
    margin-right: 5.5rem;
  }

  .u-ml-tb-55 {
    margin-left: 5.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-60 {
    margin-top: 6rem;
  }

  .u-mb-tb-60 {
    margin-bottom: 6rem;
  }

  .u-mr-tb-60 {
    margin-right: 6rem;
  }

  .u-ml-tb-60 {
    margin-left: 6rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-65 {
    margin-top: 6.5rem;
  }

  .u-mb-tb-65 {
    margin-bottom: 6.5rem;
  }

  .u-mr-tb-65 {
    margin-right: 6.5rem;
  }

  .u-ml-tb-65 {
    margin-left: 6.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-70 {
    margin-top: 7rem;
  }

  .u-mb-tb-70 {
    margin-bottom: 7rem;
  }

  .u-mr-tb-70 {
    margin-right: 7rem;
  }

  .u-ml-tb-70 {
    margin-left: 7rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-75 {
    margin-top: 7.5rem;
  }

  .u-mb-tb-75 {
    margin-bottom: 7.5rem;
  }

  .u-mr-tb-75 {
    margin-right: 7.5rem;
  }

  .u-ml-tb-75 {
    margin-left: 7.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-80 {
    margin-top: 8rem;
  }

  .u-mb-tb-80 {
    margin-bottom: 8rem;
  }

  .u-mr-tb-80 {
    margin-right: 8rem;
  }

  .u-ml-tb-80 {
    margin-left: 8rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-85 {
    margin-top: 8.5rem;
  }

  .u-mb-tb-85 {
    margin-bottom: 8.5rem;
  }

  .u-mr-tb-85 {
    margin-right: 8.5rem;
  }

  .u-ml-tb-85 {
    margin-left: 8.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-90 {
    margin-top: 9rem;
  }

  .u-mb-tb-90 {
    margin-bottom: 9rem;
  }

  .u-mr-tb-90 {
    margin-right: 9rem;
  }

  .u-ml-tb-90 {
    margin-left: 9rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-95 {
    margin-top: 9.5rem;
  }

  .u-mb-tb-95 {
    margin-bottom: 9.5rem;
  }

  .u-mr-tb-95 {
    margin-right: 9.5rem;
  }

  .u-ml-tb-95 {
    margin-left: 9.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-100 {
    margin-top: 10rem;
  }

  .u-mb-tb-100 {
    margin-bottom: 10rem;
  }

  .u-mr-tb-100 {
    margin-right: 10rem;
  }

  .u-ml-tb-100 {
    margin-left: 10rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-105 {
    margin-top: 10.5rem;
  }

  .u-mb-tb-105 {
    margin-bottom: 10.5rem;
  }

  .u-mr-tb-105 {
    margin-right: 10.5rem;
  }

  .u-ml-tb-105 {
    margin-left: 10.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-110 {
    margin-top: 11rem;
  }

  .u-mb-tb-110 {
    margin-bottom: 11rem;
  }

  .u-mr-tb-110 {
    margin-right: 11rem;
  }

  .u-ml-tb-110 {
    margin-left: 11rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-115 {
    margin-top: 11.5rem;
  }

  .u-mb-tb-115 {
    margin-bottom: 11.5rem;
  }

  .u-mr-tb-115 {
    margin-right: 11.5rem;
  }

  .u-ml-tb-115 {
    margin-left: 11.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-120 {
    margin-top: 12rem;
  }

  .u-mb-tb-120 {
    margin-bottom: 12rem;
  }

  .u-mr-tb-120 {
    margin-right: 12rem;
  }

  .u-ml-tb-120 {
    margin-left: 12rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-125 {
    margin-top: 12.5rem;
  }

  .u-mb-tb-125 {
    margin-bottom: 12.5rem;
  }

  .u-mr-tb-125 {
    margin-right: 12.5rem;
  }

  .u-ml-tb-125 {
    margin-left: 12.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-130 {
    margin-top: 13rem;
  }

  .u-mb-tb-130 {
    margin-bottom: 13rem;
  }

  .u-mr-tb-130 {
    margin-right: 13rem;
  }

  .u-ml-tb-130 {
    margin-left: 13rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-135 {
    margin-top: 13.5rem;
  }

  .u-mb-tb-135 {
    margin-bottom: 13.5rem;
  }

  .u-mr-tb-135 {
    margin-right: 13.5rem;
  }

  .u-ml-tb-135 {
    margin-left: 13.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-140 {
    margin-top: 14rem;
  }

  .u-mb-tb-140 {
    margin-bottom: 14rem;
  }

  .u-mr-tb-140 {
    margin-right: 14rem;
  }

  .u-ml-tb-140 {
    margin-left: 14rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-145 {
    margin-top: 14.5rem;
  }

  .u-mb-tb-145 {
    margin-bottom: 14.5rem;
  }

  .u-mr-tb-145 {
    margin-right: 14.5rem;
  }

  .u-ml-tb-145 {
    margin-left: 14.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-150 {
    margin-top: 15rem;
  }

  .u-mb-tb-150 {
    margin-bottom: 15rem;
  }

  .u-mr-tb-150 {
    margin-right: 15rem;
  }

  .u-ml-tb-150 {
    margin-left: 15rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-155 {
    margin-top: 15.5rem;
  }

  .u-mb-tb-155 {
    margin-bottom: 15.5rem;
  }

  .u-mr-tb-155 {
    margin-right: 15.5rem;
  }

  .u-ml-tb-155 {
    margin-left: 15.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-160 {
    margin-top: 16rem;
  }

  .u-mb-tb-160 {
    margin-bottom: 16rem;
  }

  .u-mr-tb-160 {
    margin-right: 16rem;
  }

  .u-ml-tb-160 {
    margin-left: 16rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-165 {
    margin-top: 16.5rem;
  }

  .u-mb-tb-165 {
    margin-bottom: 16.5rem;
  }

  .u-mr-tb-165 {
    margin-right: 16.5rem;
  }

  .u-ml-tb-165 {
    margin-left: 16.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-170 {
    margin-top: 17rem;
  }

  .u-mb-tb-170 {
    margin-bottom: 17rem;
  }

  .u-mr-tb-170 {
    margin-right: 17rem;
  }

  .u-ml-tb-170 {
    margin-left: 17rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-175 {
    margin-top: 17.5rem;
  }

  .u-mb-tb-175 {
    margin-bottom: 17.5rem;
  }

  .u-mr-tb-175 {
    margin-right: 17.5rem;
  }

  .u-ml-tb-175 {
    margin-left: 17.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-180 {
    margin-top: 18rem;
  }

  .u-mb-tb-180 {
    margin-bottom: 18rem;
  }

  .u-mr-tb-180 {
    margin-right: 18rem;
  }

  .u-ml-tb-180 {
    margin-left: 18rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-185 {
    margin-top: 18.5rem;
  }

  .u-mb-tb-185 {
    margin-bottom: 18.5rem;
  }

  .u-mr-tb-185 {
    margin-right: 18.5rem;
  }

  .u-ml-tb-185 {
    margin-left: 18.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-190 {
    margin-top: 19rem;
  }

  .u-mb-tb-190 {
    margin-bottom: 19rem;
  }

  .u-mr-tb-190 {
    margin-right: 19rem;
  }

  .u-ml-tb-190 {
    margin-left: 19rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-195 {
    margin-top: 19.5rem;
  }

  .u-mb-tb-195 {
    margin-bottom: 19.5rem;
  }

  .u-mr-tb-195 {
    margin-right: 19.5rem;
  }

  .u-ml-tb-195 {
    margin-left: 19.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-200 {
    margin-top: 20rem;
  }

  .u-mb-tb-200 {
    margin-bottom: 20rem;
  }

  .u-mr-tb-200 {
    margin-right: 20rem;
  }

  .u-ml-tb-200 {
    margin-left: 20rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-0 {
    margin-top: 0vw;
  }

  .u-mb-sp-0 {
    margin-bottom: 0vw;
  }

  .u-mr-sp-0 {
    margin-right: 0vw;
  }

  .u-ml-sp-0 {
    margin-left: 0vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-5 {
    margin-top: 1.3333333333vw;
  }

  .u-mb-sp-5 {
    margin-bottom: 1.3333333333vw;
  }

  .u-mr-sp-5 {
    margin-right: 1.3333333333vw;
  }

  .u-ml-sp-5 {
    margin-left: 1.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-10 {
    margin-top: 2.6666666667vw;
  }

  .u-mb-sp-10 {
    margin-bottom: 2.6666666667vw;
  }

  .u-mr-sp-10 {
    margin-right: 2.6666666667vw;
  }

  .u-ml-sp-10 {
    margin-left: 2.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-15 {
    margin-top: 4vw;
  }

  .u-mb-sp-15 {
    margin-bottom: 4vw;
  }

  .u-mr-sp-15 {
    margin-right: 4vw;
  }

  .u-ml-sp-15 {
    margin-left: 4vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-20 {
    margin-top: 5.3333333333vw;
  }

  .u-mb-sp-20 {
    margin-bottom: 5.3333333333vw;
  }

  .u-mr-sp-20 {
    margin-right: 5.3333333333vw;
  }

  .u-ml-sp-20 {
    margin-left: 5.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-25 {
    margin-top: 6.6666666667vw;
  }

  .u-mb-sp-25 {
    margin-bottom: 6.6666666667vw;
  }

  .u-mr-sp-25 {
    margin-right: 6.6666666667vw;
  }

  .u-ml-sp-25 {
    margin-left: 6.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-30 {
    margin-top: 8vw;
  }

  .u-mb-sp-30 {
    margin-bottom: 8vw;
  }

  .u-mr-sp-30 {
    margin-right: 8vw;
  }

  .u-ml-sp-30 {
    margin-left: 8vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-35 {
    margin-top: 9.3333333333vw;
  }

  .u-mb-sp-35 {
    margin-bottom: 9.3333333333vw;
  }

  .u-mr-sp-35 {
    margin-right: 9.3333333333vw;
  }

  .u-ml-sp-35 {
    margin-left: 9.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-40 {
    margin-top: 10.6666666667vw;
  }

  .u-mb-sp-40 {
    margin-bottom: 10.6666666667vw;
  }

  .u-mr-sp-40 {
    margin-right: 10.6666666667vw;
  }

  .u-ml-sp-40 {
    margin-left: 10.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-45 {
    margin-top: 12vw;
  }

  .u-mb-sp-45 {
    margin-bottom: 12vw;
  }

  .u-mr-sp-45 {
    margin-right: 12vw;
  }

  .u-ml-sp-45 {
    margin-left: 12vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-50 {
    margin-top: 13.3333333333vw;
  }

  .u-mb-sp-50 {
    margin-bottom: 13.3333333333vw;
  }

  .u-mr-sp-50 {
    margin-right: 13.3333333333vw;
  }

  .u-ml-sp-50 {
    margin-left: 13.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-55 {
    margin-top: 14.6666666667vw;
  }

  .u-mb-sp-55 {
    margin-bottom: 14.6666666667vw;
  }

  .u-mr-sp-55 {
    margin-right: 14.6666666667vw;
  }

  .u-ml-sp-55 {
    margin-left: 14.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-60 {
    margin-top: 16vw;
  }

  .u-mb-sp-60 {
    margin-bottom: 16vw;
  }

  .u-mr-sp-60 {
    margin-right: 16vw;
  }

  .u-ml-sp-60 {
    margin-left: 16vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-65 {
    margin-top: 17.3333333333vw;
  }

  .u-mb-sp-65 {
    margin-bottom: 17.3333333333vw;
  }

  .u-mr-sp-65 {
    margin-right: 17.3333333333vw;
  }

  .u-ml-sp-65 {
    margin-left: 17.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-70 {
    margin-top: 18.6666666667vw;
  }

  .u-mb-sp-70 {
    margin-bottom: 18.6666666667vw;
  }

  .u-mr-sp-70 {
    margin-right: 18.6666666667vw;
  }

  .u-ml-sp-70 {
    margin-left: 18.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-75 {
    margin-top: 20vw;
  }

  .u-mb-sp-75 {
    margin-bottom: 20vw;
  }

  .u-mr-sp-75 {
    margin-right: 20vw;
  }

  .u-ml-sp-75 {
    margin-left: 20vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-80 {
    margin-top: 21.3333333333vw;
  }

  .u-mb-sp-80 {
    margin-bottom: 21.3333333333vw;
  }

  .u-mr-sp-80 {
    margin-right: 21.3333333333vw;
  }

  .u-ml-sp-80 {
    margin-left: 21.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-85 {
    margin-top: 22.6666666667vw;
  }

  .u-mb-sp-85 {
    margin-bottom: 22.6666666667vw;
  }

  .u-mr-sp-85 {
    margin-right: 22.6666666667vw;
  }

  .u-ml-sp-85 {
    margin-left: 22.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-90 {
    margin-top: 24vw;
  }

  .u-mb-sp-90 {
    margin-bottom: 24vw;
  }

  .u-mr-sp-90 {
    margin-right: 24vw;
  }

  .u-ml-sp-90 {
    margin-left: 24vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-95 {
    margin-top: 25.3333333333vw;
  }

  .u-mb-sp-95 {
    margin-bottom: 25.3333333333vw;
  }

  .u-mr-sp-95 {
    margin-right: 25.3333333333vw;
  }

  .u-ml-sp-95 {
    margin-left: 25.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-100 {
    margin-top: 26.6666666667vw;
  }

  .u-mb-sp-100 {
    margin-bottom: 26.6666666667vw;
  }

  .u-mr-sp-100 {
    margin-right: 26.6666666667vw;
  }

  .u-ml-sp-100 {
    margin-left: 26.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-105 {
    margin-top: 28vw;
  }

  .u-mb-sp-105 {
    margin-bottom: 28vw;
  }

  .u-mr-sp-105 {
    margin-right: 28vw;
  }

  .u-ml-sp-105 {
    margin-left: 28vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-110 {
    margin-top: 29.3333333333vw;
  }

  .u-mb-sp-110 {
    margin-bottom: 29.3333333333vw;
  }

  .u-mr-sp-110 {
    margin-right: 29.3333333333vw;
  }

  .u-ml-sp-110 {
    margin-left: 29.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-115 {
    margin-top: 30.6666666667vw;
  }

  .u-mb-sp-115 {
    margin-bottom: 30.6666666667vw;
  }

  .u-mr-sp-115 {
    margin-right: 30.6666666667vw;
  }

  .u-ml-sp-115 {
    margin-left: 30.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-120 {
    margin-top: 32vw;
  }

  .u-mb-sp-120 {
    margin-bottom: 32vw;
  }

  .u-mr-sp-120 {
    margin-right: 32vw;
  }

  .u-ml-sp-120 {
    margin-left: 32vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-125 {
    margin-top: 33.3333333333vw;
  }

  .u-mb-sp-125 {
    margin-bottom: 33.3333333333vw;
  }

  .u-mr-sp-125 {
    margin-right: 33.3333333333vw;
  }

  .u-ml-sp-125 {
    margin-left: 33.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-130 {
    margin-top: 34.6666666667vw;
  }

  .u-mb-sp-130 {
    margin-bottom: 34.6666666667vw;
  }

  .u-mr-sp-130 {
    margin-right: 34.6666666667vw;
  }

  .u-ml-sp-130 {
    margin-left: 34.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-135 {
    margin-top: 36vw;
  }

  .u-mb-sp-135 {
    margin-bottom: 36vw;
  }

  .u-mr-sp-135 {
    margin-right: 36vw;
  }

  .u-ml-sp-135 {
    margin-left: 36vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-140 {
    margin-top: 37.3333333333vw;
  }

  .u-mb-sp-140 {
    margin-bottom: 37.3333333333vw;
  }

  .u-mr-sp-140 {
    margin-right: 37.3333333333vw;
  }

  .u-ml-sp-140 {
    margin-left: 37.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-145 {
    margin-top: 38.6666666667vw;
  }

  .u-mb-sp-145 {
    margin-bottom: 38.6666666667vw;
  }

  .u-mr-sp-145 {
    margin-right: 38.6666666667vw;
  }

  .u-ml-sp-145 {
    margin-left: 38.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-150 {
    margin-top: 40vw;
  }

  .u-mb-sp-150 {
    margin-bottom: 40vw;
  }

  .u-mr-sp-150 {
    margin-right: 40vw;
  }

  .u-ml-sp-150 {
    margin-left: 40vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-155 {
    margin-top: 41.3333333333vw;
  }

  .u-mb-sp-155 {
    margin-bottom: 41.3333333333vw;
  }

  .u-mr-sp-155 {
    margin-right: 41.3333333333vw;
  }

  .u-ml-sp-155 {
    margin-left: 41.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-160 {
    margin-top: 42.6666666667vw;
  }

  .u-mb-sp-160 {
    margin-bottom: 42.6666666667vw;
  }

  .u-mr-sp-160 {
    margin-right: 42.6666666667vw;
  }

  .u-ml-sp-160 {
    margin-left: 42.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-165 {
    margin-top: 44vw;
  }

  .u-mb-sp-165 {
    margin-bottom: 44vw;
  }

  .u-mr-sp-165 {
    margin-right: 44vw;
  }

  .u-ml-sp-165 {
    margin-left: 44vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-170 {
    margin-top: 45.3333333333vw;
  }

  .u-mb-sp-170 {
    margin-bottom: 45.3333333333vw;
  }

  .u-mr-sp-170 {
    margin-right: 45.3333333333vw;
  }

  .u-ml-sp-170 {
    margin-left: 45.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-175 {
    margin-top: 46.6666666667vw;
  }

  .u-mb-sp-175 {
    margin-bottom: 46.6666666667vw;
  }

  .u-mr-sp-175 {
    margin-right: 46.6666666667vw;
  }

  .u-ml-sp-175 {
    margin-left: 46.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-180 {
    margin-top: 48vw;
  }

  .u-mb-sp-180 {
    margin-bottom: 48vw;
  }

  .u-mr-sp-180 {
    margin-right: 48vw;
  }

  .u-ml-sp-180 {
    margin-left: 48vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-185 {
    margin-top: 49.3333333333vw;
  }

  .u-mb-sp-185 {
    margin-bottom: 49.3333333333vw;
  }

  .u-mr-sp-185 {
    margin-right: 49.3333333333vw;
  }

  .u-ml-sp-185 {
    margin-left: 49.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-190 {
    margin-top: 50.6666666667vw;
  }

  .u-mb-sp-190 {
    margin-bottom: 50.6666666667vw;
  }

  .u-mr-sp-190 {
    margin-right: 50.6666666667vw;
  }

  .u-ml-sp-190 {
    margin-left: 50.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-195 {
    margin-top: 52vw;
  }

  .u-mb-sp-195 {
    margin-bottom: 52vw;
  }

  .u-mr-sp-195 {
    margin-right: 52vw;
  }

  .u-ml-sp-195 {
    margin-left: 52vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-200 {
    margin-top: 53.3333333333vw;
  }

  .u-mb-sp-200 {
    margin-bottom: 53.3333333333vw;
  }

  .u-mr-sp-200 {
    margin-right: 53.3333333333vw;
  }

  .u-ml-sp-200 {
    margin-left: 53.3333333333vw;
  }
}

.u-m-center {
  margin-right: auto;
  margin-left: auto;
}

@media all and (min-width: 64.0625em) {
  .u-m-center-pc {
    margin-right: auto;
    margin-left: auto;
  }
}

@media print {
  .u-m-center-pc {
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-m-center-tb {
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-m-center-sp {
    margin-right: auto;
    margin-left: auto;
  }
}

.u-mr-auto {
  margin-right: auto;
}

@media all and (min-width: 64.0625em) {
  .u-mr-auto-pc {
    margin-right: auto;
  }
}

@media print {
  .u-mr-auto-pc {
    margin-right: auto;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mr-auto-tb {
    margin-right: auto;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-mr-auto-sp {
    margin-right: auto;
  }
}

.u-ml-auto {
  margin-left: auto;
}

@media all and (min-width: 64.0625em) {
  .u-ml-auto-pc {
    margin-left: auto;
  }
}

@media print {
  .u-ml-auto-pc {
    margin-left: auto;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-ml-auto-tb {
    margin-left: auto;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-ml-auto-sp {
    margin-left: auto;
  }
}

.u-pt-0 {
  padding-top: 0rem;
}

.u-pb-0 {
  padding-bottom: 0rem;
}

.u-pr-0 {
  padding-right: 0rem;
}

.u-pl-0 {
  padding-left: 0rem;
}

.u-pt-5 {
  padding-top: 0.5rem;
}

.u-pb-5 {
  padding-bottom: 0.5rem;
}

.u-pr-5 {
  padding-right: 0.5rem;
}

.u-pl-5 {
  padding-left: 0.5rem;
}

.u-pt-10 {
  padding-top: 1rem;
}

.u-pb-10 {
  padding-bottom: 1rem;
}

.u-pr-10 {
  padding-right: 1rem;
}

.u-pl-10 {
  padding-left: 1rem;
}

.u-pt-15 {
  padding-top: 1.5rem;
}

.u-pb-15 {
  padding-bottom: 1.5rem;
}

.u-pr-15 {
  padding-right: 1.5rem;
}

.u-pl-15 {
  padding-left: 1.5rem;
}

.u-pt-20 {
  padding-top: 2rem;
}

.u-pb-20 {
  padding-bottom: 2rem;
}

.u-pr-20 {
  padding-right: 2rem;
}

.u-pl-20 {
  padding-left: 2rem;
}

.u-pt-25 {
  padding-top: 2.5rem;
}

.u-pb-25 {
  padding-bottom: 2.5rem;
}

.u-pr-25 {
  padding-right: 2.5rem;
}

.u-pl-25 {
  padding-left: 2.5rem;
}

.u-pt-30 {
  padding-top: 3rem;
}

.u-pb-30 {
  padding-bottom: 3rem;
}

.u-pr-30 {
  padding-right: 3rem;
}

.u-pl-30 {
  padding-left: 3rem;
}

.u-pt-35 {
  padding-top: 3.5rem;
}

.u-pb-35 {
  padding-bottom: 3.5rem;
}

.u-pr-35 {
  padding-right: 3.5rem;
}

.u-pl-35 {
  padding-left: 3.5rem;
}

.u-pt-40 {
  padding-top: 4rem;
}

.u-pb-40 {
  padding-bottom: 4rem;
}

.u-pr-40 {
  padding-right: 4rem;
}

.u-pl-40 {
  padding-left: 4rem;
}

.u-pt-45 {
  padding-top: 4.5rem;
}

.u-pb-45 {
  padding-bottom: 4.5rem;
}

.u-pr-45 {
  padding-right: 4.5rem;
}

.u-pl-45 {
  padding-left: 4.5rem;
}

.u-pt-50 {
  padding-top: 5rem;
}

.u-pb-50 {
  padding-bottom: 5rem;
}

.u-pr-50 {
  padding-right: 5rem;
}

.u-pl-50 {
  padding-left: 5rem;
}

.u-pt-55 {
  padding-top: 5.5rem;
}

.u-pb-55 {
  padding-bottom: 5.5rem;
}

.u-pr-55 {
  padding-right: 5.5rem;
}

.u-pl-55 {
  padding-left: 5.5rem;
}

.u-pt-60 {
  padding-top: 6rem;
}

.u-pb-60 {
  padding-bottom: 6rem;
}

.u-pr-60 {
  padding-right: 6rem;
}

.u-pl-60 {
  padding-left: 6rem;
}

.u-pt-65 {
  padding-top: 6.5rem;
}

.u-pb-65 {
  padding-bottom: 6.5rem;
}

.u-pr-65 {
  padding-right: 6.5rem;
}

.u-pl-65 {
  padding-left: 6.5rem;
}

.u-pt-70 {
  padding-top: 7rem;
}

.u-pb-70 {
  padding-bottom: 7rem;
}

.u-pr-70 {
  padding-right: 7rem;
}

.u-pl-70 {
  padding-left: 7rem;
}

.u-pt-75 {
  padding-top: 7.5rem;
}

.u-pb-75 {
  padding-bottom: 7.5rem;
}

.u-pr-75 {
  padding-right: 7.5rem;
}

.u-pl-75 {
  padding-left: 7.5rem;
}

.u-pt-80 {
  padding-top: 8rem;
}

.u-pb-80 {
  padding-bottom: 8rem;
}

.u-pr-80 {
  padding-right: 8rem;
}

.u-pl-80 {
  padding-left: 8rem;
}

.u-pt-85 {
  padding-top: 8.5rem;
}

.u-pb-85 {
  padding-bottom: 8.5rem;
}

.u-pr-85 {
  padding-right: 8.5rem;
}

.u-pl-85 {
  padding-left: 8.5rem;
}

.u-pt-90 {
  padding-top: 9rem;
}

.u-pb-90 {
  padding-bottom: 9rem;
}

.u-pr-90 {
  padding-right: 9rem;
}

.u-pl-90 {
  padding-left: 9rem;
}

.u-pt-95 {
  padding-top: 9.5rem;
}

.u-pb-95 {
  padding-bottom: 9.5rem;
}

.u-pr-95 {
  padding-right: 9.5rem;
}

.u-pl-95 {
  padding-left: 9.5rem;
}

.u-pt-100 {
  padding-top: 10rem;
}

.u-pb-100 {
  padding-bottom: 10rem;
}

.u-pr-100 {
  padding-right: 10rem;
}

.u-pl-100 {
  padding-left: 10rem;
}

.u-pt-105 {
  padding-top: 10.5rem;
}

.u-pb-105 {
  padding-bottom: 10.5rem;
}

.u-pr-105 {
  padding-right: 10.5rem;
}

.u-pl-105 {
  padding-left: 10.5rem;
}

.u-pt-110 {
  padding-top: 11rem;
}

.u-pb-110 {
  padding-bottom: 11rem;
}

.u-pr-110 {
  padding-right: 11rem;
}

.u-pl-110 {
  padding-left: 11rem;
}

.u-pt-115 {
  padding-top: 11.5rem;
}

.u-pb-115 {
  padding-bottom: 11.5rem;
}

.u-pr-115 {
  padding-right: 11.5rem;
}

.u-pl-115 {
  padding-left: 11.5rem;
}

.u-pt-120 {
  padding-top: 12rem;
}

.u-pb-120 {
  padding-bottom: 12rem;
}

.u-pr-120 {
  padding-right: 12rem;
}

.u-pl-120 {
  padding-left: 12rem;
}

.u-pt-125 {
  padding-top: 12.5rem;
}

.u-pb-125 {
  padding-bottom: 12.5rem;
}

.u-pr-125 {
  padding-right: 12.5rem;
}

.u-pl-125 {
  padding-left: 12.5rem;
}

.u-pt-130 {
  padding-top: 13rem;
}

.u-pb-130 {
  padding-bottom: 13rem;
}

.u-pr-130 {
  padding-right: 13rem;
}

.u-pl-130 {
  padding-left: 13rem;
}

.u-pt-135 {
  padding-top: 13.5rem;
}

.u-pb-135 {
  padding-bottom: 13.5rem;
}

.u-pr-135 {
  padding-right: 13.5rem;
}

.u-pl-135 {
  padding-left: 13.5rem;
}

.u-pt-140 {
  padding-top: 14rem;
}

.u-pb-140 {
  padding-bottom: 14rem;
}

.u-pr-140 {
  padding-right: 14rem;
}

.u-pl-140 {
  padding-left: 14rem;
}

.u-pt-145 {
  padding-top: 14.5rem;
}

.u-pb-145 {
  padding-bottom: 14.5rem;
}

.u-pr-145 {
  padding-right: 14.5rem;
}

.u-pl-145 {
  padding-left: 14.5rem;
}

.u-pt-150 {
  padding-top: 15rem;
}

.u-pb-150 {
  padding-bottom: 15rem;
}

.u-pr-150 {
  padding-right: 15rem;
}

.u-pl-150 {
  padding-left: 15rem;
}

.u-pt-155 {
  padding-top: 15.5rem;
}

.u-pb-155 {
  padding-bottom: 15.5rem;
}

.u-pr-155 {
  padding-right: 15.5rem;
}

.u-pl-155 {
  padding-left: 15.5rem;
}

.u-pt-160 {
  padding-top: 16rem;
}

.u-pb-160 {
  padding-bottom: 16rem;
}

.u-pr-160 {
  padding-right: 16rem;
}

.u-pl-160 {
  padding-left: 16rem;
}

.u-pt-165 {
  padding-top: 16.5rem;
}

.u-pb-165 {
  padding-bottom: 16.5rem;
}

.u-pr-165 {
  padding-right: 16.5rem;
}

.u-pl-165 {
  padding-left: 16.5rem;
}

.u-pt-170 {
  padding-top: 17rem;
}

.u-pb-170 {
  padding-bottom: 17rem;
}

.u-pr-170 {
  padding-right: 17rem;
}

.u-pl-170 {
  padding-left: 17rem;
}

.u-pt-175 {
  padding-top: 17.5rem;
}

.u-pb-175 {
  padding-bottom: 17.5rem;
}

.u-pr-175 {
  padding-right: 17.5rem;
}

.u-pl-175 {
  padding-left: 17.5rem;
}

.u-pt-180 {
  padding-top: 18rem;
}

.u-pb-180 {
  padding-bottom: 18rem;
}

.u-pr-180 {
  padding-right: 18rem;
}

.u-pl-180 {
  padding-left: 18rem;
}

.u-pt-185 {
  padding-top: 18.5rem;
}

.u-pb-185 {
  padding-bottom: 18.5rem;
}

.u-pr-185 {
  padding-right: 18.5rem;
}

.u-pl-185 {
  padding-left: 18.5rem;
}

.u-pt-190 {
  padding-top: 19rem;
}

.u-pb-190 {
  padding-bottom: 19rem;
}

.u-pr-190 {
  padding-right: 19rem;
}

.u-pl-190 {
  padding-left: 19rem;
}

.u-pt-195 {
  padding-top: 19.5rem;
}

.u-pb-195 {
  padding-bottom: 19.5rem;
}

.u-pr-195 {
  padding-right: 19.5rem;
}

.u-pl-195 {
  padding-left: 19.5rem;
}

.u-pt-200 {
  padding-top: 20rem;
}

.u-pb-200 {
  padding-bottom: 20rem;
}

.u-pr-200 {
  padding-right: 20rem;
}

.u-pl-200 {
  padding-left: 20rem;
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-0 {
    padding-top: 0rem;
  }

  .u-pb-pc-0 {
    padding-bottom: 0rem;
  }

  .u-pr-pc-0 {
    padding-right: 0rem;
  }

  .u-pl-pc-0 {
    padding-left: 0rem;
  }
}

@media print {
  .u-pt-pc-0 {
    padding-top: 0rem;
  }

  .u-pb-pc-0 {
    padding-bottom: 0rem;
  }

  .u-pr-pc-0 {
    padding-right: 0rem;
  }

  .u-pl-pc-0 {
    padding-left: 0rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-5 {
    padding-top: 0.5rem;
  }

  .u-pb-pc-5 {
    padding-bottom: 0.5rem;
  }

  .u-pr-pc-5 {
    padding-right: 0.5rem;
  }

  .u-pl-pc-5 {
    padding-left: 0.5rem;
  }
}

@media print {
  .u-pt-pc-5 {
    padding-top: 0.5rem;
  }

  .u-pb-pc-5 {
    padding-bottom: 0.5rem;
  }

  .u-pr-pc-5 {
    padding-right: 0.5rem;
  }

  .u-pl-pc-5 {
    padding-left: 0.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-10 {
    padding-top: 1rem;
  }

  .u-pb-pc-10 {
    padding-bottom: 1rem;
  }

  .u-pr-pc-10 {
    padding-right: 1rem;
  }

  .u-pl-pc-10 {
    padding-left: 1rem;
  }
}

@media print {
  .u-pt-pc-10 {
    padding-top: 1rem;
  }

  .u-pb-pc-10 {
    padding-bottom: 1rem;
  }

  .u-pr-pc-10 {
    padding-right: 1rem;
  }

  .u-pl-pc-10 {
    padding-left: 1rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-15 {
    padding-top: 1.5rem;
  }

  .u-pb-pc-15 {
    padding-bottom: 1.5rem;
  }

  .u-pr-pc-15 {
    padding-right: 1.5rem;
  }

  .u-pl-pc-15 {
    padding-left: 1.5rem;
  }
}

@media print {
  .u-pt-pc-15 {
    padding-top: 1.5rem;
  }

  .u-pb-pc-15 {
    padding-bottom: 1.5rem;
  }

  .u-pr-pc-15 {
    padding-right: 1.5rem;
  }

  .u-pl-pc-15 {
    padding-left: 1.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-20 {
    padding-top: 2rem;
  }

  .u-pb-pc-20 {
    padding-bottom: 2rem;
  }

  .u-pr-pc-20 {
    padding-right: 2rem;
  }

  .u-pl-pc-20 {
    padding-left: 2rem;
  }
}

@media print {
  .u-pt-pc-20 {
    padding-top: 2rem;
  }

  .u-pb-pc-20 {
    padding-bottom: 2rem;
  }

  .u-pr-pc-20 {
    padding-right: 2rem;
  }

  .u-pl-pc-20 {
    padding-left: 2rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-25 {
    padding-top: 2.5rem;
  }

  .u-pb-pc-25 {
    padding-bottom: 2.5rem;
  }

  .u-pr-pc-25 {
    padding-right: 2.5rem;
  }

  .u-pl-pc-25 {
    padding-left: 2.5rem;
  }
}

@media print {
  .u-pt-pc-25 {
    padding-top: 2.5rem;
  }

  .u-pb-pc-25 {
    padding-bottom: 2.5rem;
  }

  .u-pr-pc-25 {
    padding-right: 2.5rem;
  }

  .u-pl-pc-25 {
    padding-left: 2.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-30 {
    padding-top: 3rem;
  }

  .u-pb-pc-30 {
    padding-bottom: 3rem;
  }

  .u-pr-pc-30 {
    padding-right: 3rem;
  }

  .u-pl-pc-30 {
    padding-left: 3rem;
  }
}

@media print {
  .u-pt-pc-30 {
    padding-top: 3rem;
  }

  .u-pb-pc-30 {
    padding-bottom: 3rem;
  }

  .u-pr-pc-30 {
    padding-right: 3rem;
  }

  .u-pl-pc-30 {
    padding-left: 3rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-35 {
    padding-top: 3.5rem;
  }

  .u-pb-pc-35 {
    padding-bottom: 3.5rem;
  }

  .u-pr-pc-35 {
    padding-right: 3.5rem;
  }

  .u-pl-pc-35 {
    padding-left: 3.5rem;
  }
}

@media print {
  .u-pt-pc-35 {
    padding-top: 3.5rem;
  }

  .u-pb-pc-35 {
    padding-bottom: 3.5rem;
  }

  .u-pr-pc-35 {
    padding-right: 3.5rem;
  }

  .u-pl-pc-35 {
    padding-left: 3.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-40 {
    padding-top: 4rem;
  }

  .u-pb-pc-40 {
    padding-bottom: 4rem;
  }

  .u-pr-pc-40 {
    padding-right: 4rem;
  }

  .u-pl-pc-40 {
    padding-left: 4rem;
  }
}

@media print {
  .u-pt-pc-40 {
    padding-top: 4rem;
  }

  .u-pb-pc-40 {
    padding-bottom: 4rem;
  }

  .u-pr-pc-40 {
    padding-right: 4rem;
  }

  .u-pl-pc-40 {
    padding-left: 4rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-45 {
    padding-top: 4.5rem;
  }

  .u-pb-pc-45 {
    padding-bottom: 4.5rem;
  }

  .u-pr-pc-45 {
    padding-right: 4.5rem;
  }

  .u-pl-pc-45 {
    padding-left: 4.5rem;
  }
}

@media print {
  .u-pt-pc-45 {
    padding-top: 4.5rem;
  }

  .u-pb-pc-45 {
    padding-bottom: 4.5rem;
  }

  .u-pr-pc-45 {
    padding-right: 4.5rem;
  }

  .u-pl-pc-45 {
    padding-left: 4.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-50 {
    padding-top: 5rem;
  }

  .u-pb-pc-50 {
    padding-bottom: 5rem;
  }

  .u-pr-pc-50 {
    padding-right: 5rem;
  }

  .u-pl-pc-50 {
    padding-left: 5rem;
  }
}

@media print {
  .u-pt-pc-50 {
    padding-top: 5rem;
  }

  .u-pb-pc-50 {
    padding-bottom: 5rem;
  }

  .u-pr-pc-50 {
    padding-right: 5rem;
  }

  .u-pl-pc-50 {
    padding-left: 5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-55 {
    padding-top: 5.5rem;
  }

  .u-pb-pc-55 {
    padding-bottom: 5.5rem;
  }

  .u-pr-pc-55 {
    padding-right: 5.5rem;
  }

  .u-pl-pc-55 {
    padding-left: 5.5rem;
  }
}

@media print {
  .u-pt-pc-55 {
    padding-top: 5.5rem;
  }

  .u-pb-pc-55 {
    padding-bottom: 5.5rem;
  }

  .u-pr-pc-55 {
    padding-right: 5.5rem;
  }

  .u-pl-pc-55 {
    padding-left: 5.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-60 {
    padding-top: 6rem;
  }

  .u-pb-pc-60 {
    padding-bottom: 6rem;
  }

  .u-pr-pc-60 {
    padding-right: 6rem;
  }

  .u-pl-pc-60 {
    padding-left: 6rem;
  }
}

@media print {
  .u-pt-pc-60 {
    padding-top: 6rem;
  }

  .u-pb-pc-60 {
    padding-bottom: 6rem;
  }

  .u-pr-pc-60 {
    padding-right: 6rem;
  }

  .u-pl-pc-60 {
    padding-left: 6rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-65 {
    padding-top: 6.5rem;
  }

  .u-pb-pc-65 {
    padding-bottom: 6.5rem;
  }

  .u-pr-pc-65 {
    padding-right: 6.5rem;
  }

  .u-pl-pc-65 {
    padding-left: 6.5rem;
  }
}

@media print {
  .u-pt-pc-65 {
    padding-top: 6.5rem;
  }

  .u-pb-pc-65 {
    padding-bottom: 6.5rem;
  }

  .u-pr-pc-65 {
    padding-right: 6.5rem;
  }

  .u-pl-pc-65 {
    padding-left: 6.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-70 {
    padding-top: 7rem;
  }

  .u-pb-pc-70 {
    padding-bottom: 7rem;
  }

  .u-pr-pc-70 {
    padding-right: 7rem;
  }

  .u-pl-pc-70 {
    padding-left: 7rem;
  }
}

@media print {
  .u-pt-pc-70 {
    padding-top: 7rem;
  }

  .u-pb-pc-70 {
    padding-bottom: 7rem;
  }

  .u-pr-pc-70 {
    padding-right: 7rem;
  }

  .u-pl-pc-70 {
    padding-left: 7rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-75 {
    padding-top: 7.5rem;
  }

  .u-pb-pc-75 {
    padding-bottom: 7.5rem;
  }

  .u-pr-pc-75 {
    padding-right: 7.5rem;
  }

  .u-pl-pc-75 {
    padding-left: 7.5rem;
  }
}

@media print {
  .u-pt-pc-75 {
    padding-top: 7.5rem;
  }

  .u-pb-pc-75 {
    padding-bottom: 7.5rem;
  }

  .u-pr-pc-75 {
    padding-right: 7.5rem;
  }

  .u-pl-pc-75 {
    padding-left: 7.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-80 {
    padding-top: 8rem;
  }

  .u-pb-pc-80 {
    padding-bottom: 8rem;
  }

  .u-pr-pc-80 {
    padding-right: 8rem;
  }

  .u-pl-pc-80 {
    padding-left: 8rem;
  }
}

@media print {
  .u-pt-pc-80 {
    padding-top: 8rem;
  }

  .u-pb-pc-80 {
    padding-bottom: 8rem;
  }

  .u-pr-pc-80 {
    padding-right: 8rem;
  }

  .u-pl-pc-80 {
    padding-left: 8rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-85 {
    padding-top: 8.5rem;
  }

  .u-pb-pc-85 {
    padding-bottom: 8.5rem;
  }

  .u-pr-pc-85 {
    padding-right: 8.5rem;
  }

  .u-pl-pc-85 {
    padding-left: 8.5rem;
  }
}

@media print {
  .u-pt-pc-85 {
    padding-top: 8.5rem;
  }

  .u-pb-pc-85 {
    padding-bottom: 8.5rem;
  }

  .u-pr-pc-85 {
    padding-right: 8.5rem;
  }

  .u-pl-pc-85 {
    padding-left: 8.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-90 {
    padding-top: 9rem;
  }

  .u-pb-pc-90 {
    padding-bottom: 9rem;
  }

  .u-pr-pc-90 {
    padding-right: 9rem;
  }

  .u-pl-pc-90 {
    padding-left: 9rem;
  }
}

@media print {
  .u-pt-pc-90 {
    padding-top: 9rem;
  }

  .u-pb-pc-90 {
    padding-bottom: 9rem;
  }

  .u-pr-pc-90 {
    padding-right: 9rem;
  }

  .u-pl-pc-90 {
    padding-left: 9rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-95 {
    padding-top: 9.5rem;
  }

  .u-pb-pc-95 {
    padding-bottom: 9.5rem;
  }

  .u-pr-pc-95 {
    padding-right: 9.5rem;
  }

  .u-pl-pc-95 {
    padding-left: 9.5rem;
  }
}

@media print {
  .u-pt-pc-95 {
    padding-top: 9.5rem;
  }

  .u-pb-pc-95 {
    padding-bottom: 9.5rem;
  }

  .u-pr-pc-95 {
    padding-right: 9.5rem;
  }

  .u-pl-pc-95 {
    padding-left: 9.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-100 {
    padding-top: 10rem;
  }

  .u-pb-pc-100 {
    padding-bottom: 10rem;
  }

  .u-pr-pc-100 {
    padding-right: 10rem;
  }

  .u-pl-pc-100 {
    padding-left: 10rem;
  }
}

@media print {
  .u-pt-pc-100 {
    padding-top: 10rem;
  }

  .u-pb-pc-100 {
    padding-bottom: 10rem;
  }

  .u-pr-pc-100 {
    padding-right: 10rem;
  }

  .u-pl-pc-100 {
    padding-left: 10rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-105 {
    padding-top: 10.5rem;
  }

  .u-pb-pc-105 {
    padding-bottom: 10.5rem;
  }

  .u-pr-pc-105 {
    padding-right: 10.5rem;
  }

  .u-pl-pc-105 {
    padding-left: 10.5rem;
  }
}

@media print {
  .u-pt-pc-105 {
    padding-top: 10.5rem;
  }

  .u-pb-pc-105 {
    padding-bottom: 10.5rem;
  }

  .u-pr-pc-105 {
    padding-right: 10.5rem;
  }

  .u-pl-pc-105 {
    padding-left: 10.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-110 {
    padding-top: 11rem;
  }

  .u-pb-pc-110 {
    padding-bottom: 11rem;
  }

  .u-pr-pc-110 {
    padding-right: 11rem;
  }

  .u-pl-pc-110 {
    padding-left: 11rem;
  }
}

@media print {
  .u-pt-pc-110 {
    padding-top: 11rem;
  }

  .u-pb-pc-110 {
    padding-bottom: 11rem;
  }

  .u-pr-pc-110 {
    padding-right: 11rem;
  }

  .u-pl-pc-110 {
    padding-left: 11rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-115 {
    padding-top: 11.5rem;
  }

  .u-pb-pc-115 {
    padding-bottom: 11.5rem;
  }

  .u-pr-pc-115 {
    padding-right: 11.5rem;
  }

  .u-pl-pc-115 {
    padding-left: 11.5rem;
  }
}

@media print {
  .u-pt-pc-115 {
    padding-top: 11.5rem;
  }

  .u-pb-pc-115 {
    padding-bottom: 11.5rem;
  }

  .u-pr-pc-115 {
    padding-right: 11.5rem;
  }

  .u-pl-pc-115 {
    padding-left: 11.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-120 {
    padding-top: 12rem;
  }

  .u-pb-pc-120 {
    padding-bottom: 12rem;
  }

  .u-pr-pc-120 {
    padding-right: 12rem;
  }

  .u-pl-pc-120 {
    padding-left: 12rem;
  }
}

@media print {
  .u-pt-pc-120 {
    padding-top: 12rem;
  }

  .u-pb-pc-120 {
    padding-bottom: 12rem;
  }

  .u-pr-pc-120 {
    padding-right: 12rem;
  }

  .u-pl-pc-120 {
    padding-left: 12rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-125 {
    padding-top: 12.5rem;
  }

  .u-pb-pc-125 {
    padding-bottom: 12.5rem;
  }

  .u-pr-pc-125 {
    padding-right: 12.5rem;
  }

  .u-pl-pc-125 {
    padding-left: 12.5rem;
  }
}

@media print {
  .u-pt-pc-125 {
    padding-top: 12.5rem;
  }

  .u-pb-pc-125 {
    padding-bottom: 12.5rem;
  }

  .u-pr-pc-125 {
    padding-right: 12.5rem;
  }

  .u-pl-pc-125 {
    padding-left: 12.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-130 {
    padding-top: 13rem;
  }

  .u-pb-pc-130 {
    padding-bottom: 13rem;
  }

  .u-pr-pc-130 {
    padding-right: 13rem;
  }

  .u-pl-pc-130 {
    padding-left: 13rem;
  }
}

@media print {
  .u-pt-pc-130 {
    padding-top: 13rem;
  }

  .u-pb-pc-130 {
    padding-bottom: 13rem;
  }

  .u-pr-pc-130 {
    padding-right: 13rem;
  }

  .u-pl-pc-130 {
    padding-left: 13rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-135 {
    padding-top: 13.5rem;
  }

  .u-pb-pc-135 {
    padding-bottom: 13.5rem;
  }

  .u-pr-pc-135 {
    padding-right: 13.5rem;
  }

  .u-pl-pc-135 {
    padding-left: 13.5rem;
  }
}

@media print {
  .u-pt-pc-135 {
    padding-top: 13.5rem;
  }

  .u-pb-pc-135 {
    padding-bottom: 13.5rem;
  }

  .u-pr-pc-135 {
    padding-right: 13.5rem;
  }

  .u-pl-pc-135 {
    padding-left: 13.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-140 {
    padding-top: 14rem;
  }

  .u-pb-pc-140 {
    padding-bottom: 14rem;
  }

  .u-pr-pc-140 {
    padding-right: 14rem;
  }

  .u-pl-pc-140 {
    padding-left: 14rem;
  }
}

@media print {
  .u-pt-pc-140 {
    padding-top: 14rem;
  }

  .u-pb-pc-140 {
    padding-bottom: 14rem;
  }

  .u-pr-pc-140 {
    padding-right: 14rem;
  }

  .u-pl-pc-140 {
    padding-left: 14rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-145 {
    padding-top: 14.5rem;
  }

  .u-pb-pc-145 {
    padding-bottom: 14.5rem;
  }

  .u-pr-pc-145 {
    padding-right: 14.5rem;
  }

  .u-pl-pc-145 {
    padding-left: 14.5rem;
  }
}

@media print {
  .u-pt-pc-145 {
    padding-top: 14.5rem;
  }

  .u-pb-pc-145 {
    padding-bottom: 14.5rem;
  }

  .u-pr-pc-145 {
    padding-right: 14.5rem;
  }

  .u-pl-pc-145 {
    padding-left: 14.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-150 {
    padding-top: 15rem;
  }

  .u-pb-pc-150 {
    padding-bottom: 15rem;
  }

  .u-pr-pc-150 {
    padding-right: 15rem;
  }

  .u-pl-pc-150 {
    padding-left: 15rem;
  }
}

@media print {
  .u-pt-pc-150 {
    padding-top: 15rem;
  }

  .u-pb-pc-150 {
    padding-bottom: 15rem;
  }

  .u-pr-pc-150 {
    padding-right: 15rem;
  }

  .u-pl-pc-150 {
    padding-left: 15rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-155 {
    padding-top: 15.5rem;
  }

  .u-pb-pc-155 {
    padding-bottom: 15.5rem;
  }

  .u-pr-pc-155 {
    padding-right: 15.5rem;
  }

  .u-pl-pc-155 {
    padding-left: 15.5rem;
  }
}

@media print {
  .u-pt-pc-155 {
    padding-top: 15.5rem;
  }

  .u-pb-pc-155 {
    padding-bottom: 15.5rem;
  }

  .u-pr-pc-155 {
    padding-right: 15.5rem;
  }

  .u-pl-pc-155 {
    padding-left: 15.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-160 {
    padding-top: 16rem;
  }

  .u-pb-pc-160 {
    padding-bottom: 16rem;
  }

  .u-pr-pc-160 {
    padding-right: 16rem;
  }

  .u-pl-pc-160 {
    padding-left: 16rem;
  }
}

@media print {
  .u-pt-pc-160 {
    padding-top: 16rem;
  }

  .u-pb-pc-160 {
    padding-bottom: 16rem;
  }

  .u-pr-pc-160 {
    padding-right: 16rem;
  }

  .u-pl-pc-160 {
    padding-left: 16rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-165 {
    padding-top: 16.5rem;
  }

  .u-pb-pc-165 {
    padding-bottom: 16.5rem;
  }

  .u-pr-pc-165 {
    padding-right: 16.5rem;
  }

  .u-pl-pc-165 {
    padding-left: 16.5rem;
  }
}

@media print {
  .u-pt-pc-165 {
    padding-top: 16.5rem;
  }

  .u-pb-pc-165 {
    padding-bottom: 16.5rem;
  }

  .u-pr-pc-165 {
    padding-right: 16.5rem;
  }

  .u-pl-pc-165 {
    padding-left: 16.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-170 {
    padding-top: 17rem;
  }

  .u-pb-pc-170 {
    padding-bottom: 17rem;
  }

  .u-pr-pc-170 {
    padding-right: 17rem;
  }

  .u-pl-pc-170 {
    padding-left: 17rem;
  }
}

@media print {
  .u-pt-pc-170 {
    padding-top: 17rem;
  }

  .u-pb-pc-170 {
    padding-bottom: 17rem;
  }

  .u-pr-pc-170 {
    padding-right: 17rem;
  }

  .u-pl-pc-170 {
    padding-left: 17rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-175 {
    padding-top: 17.5rem;
  }

  .u-pb-pc-175 {
    padding-bottom: 17.5rem;
  }

  .u-pr-pc-175 {
    padding-right: 17.5rem;
  }

  .u-pl-pc-175 {
    padding-left: 17.5rem;
  }
}

@media print {
  .u-pt-pc-175 {
    padding-top: 17.5rem;
  }

  .u-pb-pc-175 {
    padding-bottom: 17.5rem;
  }

  .u-pr-pc-175 {
    padding-right: 17.5rem;
  }

  .u-pl-pc-175 {
    padding-left: 17.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-180 {
    padding-top: 18rem;
  }

  .u-pb-pc-180 {
    padding-bottom: 18rem;
  }

  .u-pr-pc-180 {
    padding-right: 18rem;
  }

  .u-pl-pc-180 {
    padding-left: 18rem;
  }
}

@media print {
  .u-pt-pc-180 {
    padding-top: 18rem;
  }

  .u-pb-pc-180 {
    padding-bottom: 18rem;
  }

  .u-pr-pc-180 {
    padding-right: 18rem;
  }

  .u-pl-pc-180 {
    padding-left: 18rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-185 {
    padding-top: 18.5rem;
  }

  .u-pb-pc-185 {
    padding-bottom: 18.5rem;
  }

  .u-pr-pc-185 {
    padding-right: 18.5rem;
  }

  .u-pl-pc-185 {
    padding-left: 18.5rem;
  }
}

@media print {
  .u-pt-pc-185 {
    padding-top: 18.5rem;
  }

  .u-pb-pc-185 {
    padding-bottom: 18.5rem;
  }

  .u-pr-pc-185 {
    padding-right: 18.5rem;
  }

  .u-pl-pc-185 {
    padding-left: 18.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-190 {
    padding-top: 19rem;
  }

  .u-pb-pc-190 {
    padding-bottom: 19rem;
  }

  .u-pr-pc-190 {
    padding-right: 19rem;
  }

  .u-pl-pc-190 {
    padding-left: 19rem;
  }
}

@media print {
  .u-pt-pc-190 {
    padding-top: 19rem;
  }

  .u-pb-pc-190 {
    padding-bottom: 19rem;
  }

  .u-pr-pc-190 {
    padding-right: 19rem;
  }

  .u-pl-pc-190 {
    padding-left: 19rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-195 {
    padding-top: 19.5rem;
  }

  .u-pb-pc-195 {
    padding-bottom: 19.5rem;
  }

  .u-pr-pc-195 {
    padding-right: 19.5rem;
  }

  .u-pl-pc-195 {
    padding-left: 19.5rem;
  }
}

@media print {
  .u-pt-pc-195 {
    padding-top: 19.5rem;
  }

  .u-pb-pc-195 {
    padding-bottom: 19.5rem;
  }

  .u-pr-pc-195 {
    padding-right: 19.5rem;
  }

  .u-pl-pc-195 {
    padding-left: 19.5rem;
  }
}

@media all and (min-width: 64.0625em) {
  .u-pt-pc-200 {
    padding-top: 20rem;
  }

  .u-pb-pc-200 {
    padding-bottom: 20rem;
  }

  .u-pr-pc-200 {
    padding-right: 20rem;
  }

  .u-pl-pc-200 {
    padding-left: 20rem;
  }
}

@media print {
  .u-pt-pc-200 {
    padding-top: 20rem;
  }

  .u-pb-pc-200 {
    padding-bottom: 20rem;
  }

  .u-pr-pc-200 {
    padding-right: 20rem;
  }

  .u-pl-pc-200 {
    padding-left: 20rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-0 {
    padding-top: 0rem;
  }

  .u-pb-tb-0 {
    padding-bottom: 0rem;
  }

  .u-pr-tb-0 {
    padding-right: 0rem;
  }

  .u-pl-tb-0 {
    padding-left: 0rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-5 {
    padding-top: 0.5rem;
  }

  .u-pb-tb-5 {
    padding-bottom: 0.5rem;
  }

  .u-pr-tb-5 {
    padding-right: 0.5rem;
  }

  .u-pl-tb-5 {
    padding-left: 0.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-10 {
    padding-top: 1rem;
  }

  .u-pb-tb-10 {
    padding-bottom: 1rem;
  }

  .u-pr-tb-10 {
    padding-right: 1rem;
  }

  .u-pl-tb-10 {
    padding-left: 1rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-15 {
    padding-top: 1.5rem;
  }

  .u-pb-tb-15 {
    padding-bottom: 1.5rem;
  }

  .u-pr-tb-15 {
    padding-right: 1.5rem;
  }

  .u-pl-tb-15 {
    padding-left: 1.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-20 {
    padding-top: 2rem;
  }

  .u-pb-tb-20 {
    padding-bottom: 2rem;
  }

  .u-pr-tb-20 {
    padding-right: 2rem;
  }

  .u-pl-tb-20 {
    padding-left: 2rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-25 {
    padding-top: 2.5rem;
  }

  .u-pb-tb-25 {
    padding-bottom: 2.5rem;
  }

  .u-pr-tb-25 {
    padding-right: 2.5rem;
  }

  .u-pl-tb-25 {
    padding-left: 2.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-30 {
    padding-top: 3rem;
  }

  .u-pb-tb-30 {
    padding-bottom: 3rem;
  }

  .u-pr-tb-30 {
    padding-right: 3rem;
  }

  .u-pl-tb-30 {
    padding-left: 3rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-35 {
    padding-top: 3.5rem;
  }

  .u-pb-tb-35 {
    padding-bottom: 3.5rem;
  }

  .u-pr-tb-35 {
    padding-right: 3.5rem;
  }

  .u-pl-tb-35 {
    padding-left: 3.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-40 {
    padding-top: 4rem;
  }

  .u-pb-tb-40 {
    padding-bottom: 4rem;
  }

  .u-pr-tb-40 {
    padding-right: 4rem;
  }

  .u-pl-tb-40 {
    padding-left: 4rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-45 {
    padding-top: 4.5rem;
  }

  .u-pb-tb-45 {
    padding-bottom: 4.5rem;
  }

  .u-pr-tb-45 {
    padding-right: 4.5rem;
  }

  .u-pl-tb-45 {
    padding-left: 4.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-50 {
    padding-top: 5rem;
  }

  .u-pb-tb-50 {
    padding-bottom: 5rem;
  }

  .u-pr-tb-50 {
    padding-right: 5rem;
  }

  .u-pl-tb-50 {
    padding-left: 5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-55 {
    padding-top: 5.5rem;
  }

  .u-pb-tb-55 {
    padding-bottom: 5.5rem;
  }

  .u-pr-tb-55 {
    padding-right: 5.5rem;
  }

  .u-pl-tb-55 {
    padding-left: 5.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-60 {
    padding-top: 6rem;
  }

  .u-pb-tb-60 {
    padding-bottom: 6rem;
  }

  .u-pr-tb-60 {
    padding-right: 6rem;
  }

  .u-pl-tb-60 {
    padding-left: 6rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-65 {
    padding-top: 6.5rem;
  }

  .u-pb-tb-65 {
    padding-bottom: 6.5rem;
  }

  .u-pr-tb-65 {
    padding-right: 6.5rem;
  }

  .u-pl-tb-65 {
    padding-left: 6.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-70 {
    padding-top: 7rem;
  }

  .u-pb-tb-70 {
    padding-bottom: 7rem;
  }

  .u-pr-tb-70 {
    padding-right: 7rem;
  }

  .u-pl-tb-70 {
    padding-left: 7rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-75 {
    padding-top: 7.5rem;
  }

  .u-pb-tb-75 {
    padding-bottom: 7.5rem;
  }

  .u-pr-tb-75 {
    padding-right: 7.5rem;
  }

  .u-pl-tb-75 {
    padding-left: 7.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-80 {
    padding-top: 8rem;
  }

  .u-pb-tb-80 {
    padding-bottom: 8rem;
  }

  .u-pr-tb-80 {
    padding-right: 8rem;
  }

  .u-pl-tb-80 {
    padding-left: 8rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-85 {
    padding-top: 8.5rem;
  }

  .u-pb-tb-85 {
    padding-bottom: 8.5rem;
  }

  .u-pr-tb-85 {
    padding-right: 8.5rem;
  }

  .u-pl-tb-85 {
    padding-left: 8.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-90 {
    padding-top: 9rem;
  }

  .u-pb-tb-90 {
    padding-bottom: 9rem;
  }

  .u-pr-tb-90 {
    padding-right: 9rem;
  }

  .u-pl-tb-90 {
    padding-left: 9rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-95 {
    padding-top: 9.5rem;
  }

  .u-pb-tb-95 {
    padding-bottom: 9.5rem;
  }

  .u-pr-tb-95 {
    padding-right: 9.5rem;
  }

  .u-pl-tb-95 {
    padding-left: 9.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-100 {
    padding-top: 10rem;
  }

  .u-pb-tb-100 {
    padding-bottom: 10rem;
  }

  .u-pr-tb-100 {
    padding-right: 10rem;
  }

  .u-pl-tb-100 {
    padding-left: 10rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-105 {
    padding-top: 10.5rem;
  }

  .u-pb-tb-105 {
    padding-bottom: 10.5rem;
  }

  .u-pr-tb-105 {
    padding-right: 10.5rem;
  }

  .u-pl-tb-105 {
    padding-left: 10.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-110 {
    padding-top: 11rem;
  }

  .u-pb-tb-110 {
    padding-bottom: 11rem;
  }

  .u-pr-tb-110 {
    padding-right: 11rem;
  }

  .u-pl-tb-110 {
    padding-left: 11rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-115 {
    padding-top: 11.5rem;
  }

  .u-pb-tb-115 {
    padding-bottom: 11.5rem;
  }

  .u-pr-tb-115 {
    padding-right: 11.5rem;
  }

  .u-pl-tb-115 {
    padding-left: 11.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-120 {
    padding-top: 12rem;
  }

  .u-pb-tb-120 {
    padding-bottom: 12rem;
  }

  .u-pr-tb-120 {
    padding-right: 12rem;
  }

  .u-pl-tb-120 {
    padding-left: 12rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-125 {
    padding-top: 12.5rem;
  }

  .u-pb-tb-125 {
    padding-bottom: 12.5rem;
  }

  .u-pr-tb-125 {
    padding-right: 12.5rem;
  }

  .u-pl-tb-125 {
    padding-left: 12.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-130 {
    padding-top: 13rem;
  }

  .u-pb-tb-130 {
    padding-bottom: 13rem;
  }

  .u-pr-tb-130 {
    padding-right: 13rem;
  }

  .u-pl-tb-130 {
    padding-left: 13rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-135 {
    padding-top: 13.5rem;
  }

  .u-pb-tb-135 {
    padding-bottom: 13.5rem;
  }

  .u-pr-tb-135 {
    padding-right: 13.5rem;
  }

  .u-pl-tb-135 {
    padding-left: 13.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-140 {
    padding-top: 14rem;
  }

  .u-pb-tb-140 {
    padding-bottom: 14rem;
  }

  .u-pr-tb-140 {
    padding-right: 14rem;
  }

  .u-pl-tb-140 {
    padding-left: 14rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-145 {
    padding-top: 14.5rem;
  }

  .u-pb-tb-145 {
    padding-bottom: 14.5rem;
  }

  .u-pr-tb-145 {
    padding-right: 14.5rem;
  }

  .u-pl-tb-145 {
    padding-left: 14.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-150 {
    padding-top: 15rem;
  }

  .u-pb-tb-150 {
    padding-bottom: 15rem;
  }

  .u-pr-tb-150 {
    padding-right: 15rem;
  }

  .u-pl-tb-150 {
    padding-left: 15rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-155 {
    padding-top: 15.5rem;
  }

  .u-pb-tb-155 {
    padding-bottom: 15.5rem;
  }

  .u-pr-tb-155 {
    padding-right: 15.5rem;
  }

  .u-pl-tb-155 {
    padding-left: 15.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-160 {
    padding-top: 16rem;
  }

  .u-pb-tb-160 {
    padding-bottom: 16rem;
  }

  .u-pr-tb-160 {
    padding-right: 16rem;
  }

  .u-pl-tb-160 {
    padding-left: 16rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-165 {
    padding-top: 16.5rem;
  }

  .u-pb-tb-165 {
    padding-bottom: 16.5rem;
  }

  .u-pr-tb-165 {
    padding-right: 16.5rem;
  }

  .u-pl-tb-165 {
    padding-left: 16.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-170 {
    padding-top: 17rem;
  }

  .u-pb-tb-170 {
    padding-bottom: 17rem;
  }

  .u-pr-tb-170 {
    padding-right: 17rem;
  }

  .u-pl-tb-170 {
    padding-left: 17rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-175 {
    padding-top: 17.5rem;
  }

  .u-pb-tb-175 {
    padding-bottom: 17.5rem;
  }

  .u-pr-tb-175 {
    padding-right: 17.5rem;
  }

  .u-pl-tb-175 {
    padding-left: 17.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-180 {
    padding-top: 18rem;
  }

  .u-pb-tb-180 {
    padding-bottom: 18rem;
  }

  .u-pr-tb-180 {
    padding-right: 18rem;
  }

  .u-pl-tb-180 {
    padding-left: 18rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-185 {
    padding-top: 18.5rem;
  }

  .u-pb-tb-185 {
    padding-bottom: 18.5rem;
  }

  .u-pr-tb-185 {
    padding-right: 18.5rem;
  }

  .u-pl-tb-185 {
    padding-left: 18.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-190 {
    padding-top: 19rem;
  }

  .u-pb-tb-190 {
    padding-bottom: 19rem;
  }

  .u-pr-tb-190 {
    padding-right: 19rem;
  }

  .u-pl-tb-190 {
    padding-left: 19rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-195 {
    padding-top: 19.5rem;
  }

  .u-pb-tb-195 {
    padding-bottom: 19.5rem;
  }

  .u-pr-tb-195 {
    padding-right: 19.5rem;
  }

  .u-pl-tb-195 {
    padding-left: 19.5rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-pt-tb-200 {
    padding-top: 20rem;
  }

  .u-pb-tb-200 {
    padding-bottom: 20rem;
  }

  .u-pr-tb-200 {
    padding-right: 20rem;
  }

  .u-pl-tb-200 {
    padding-left: 20rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-0 {
    padding-top: 0vw;
  }

  .u-pb-sp-0 {
    padding-bottom: 0vw;
  }

  .u-pr-sp-0 {
    padding-right: 0vw;
  }

  .u-pl-sp-0 {
    padding-left: 0vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-5 {
    padding-top: 1.3333333333vw;
  }

  .u-pb-sp-5 {
    padding-bottom: 1.3333333333vw;
  }

  .u-pr-sp-5 {
    padding-right: 1.3333333333vw;
  }

  .u-pl-sp-5 {
    padding-left: 1.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-10 {
    padding-top: 2.6666666667vw;
  }

  .u-pb-sp-10 {
    padding-bottom: 2.6666666667vw;
  }

  .u-pr-sp-10 {
    padding-right: 2.6666666667vw;
  }

  .u-pl-sp-10 {
    padding-left: 2.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-15 {
    padding-top: 4vw;
  }

  .u-pb-sp-15 {
    padding-bottom: 4vw;
  }

  .u-pr-sp-15 {
    padding-right: 4vw;
  }

  .u-pl-sp-15 {
    padding-left: 4vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-20 {
    padding-top: 5.3333333333vw;
  }

  .u-pb-sp-20 {
    padding-bottom: 5.3333333333vw;
  }

  .u-pr-sp-20 {
    padding-right: 5.3333333333vw;
  }

  .u-pl-sp-20 {
    padding-left: 5.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-25 {
    padding-top: 6.6666666667vw;
  }

  .u-pb-sp-25 {
    padding-bottom: 6.6666666667vw;
  }

  .u-pr-sp-25 {
    padding-right: 6.6666666667vw;
  }

  .u-pl-sp-25 {
    padding-left: 6.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-30 {
    padding-top: 8vw;
  }

  .u-pb-sp-30 {
    padding-bottom: 8vw;
  }

  .u-pr-sp-30 {
    padding-right: 8vw;
  }

  .u-pl-sp-30 {
    padding-left: 8vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-35 {
    padding-top: 9.3333333333vw;
  }

  .u-pb-sp-35 {
    padding-bottom: 9.3333333333vw;
  }

  .u-pr-sp-35 {
    padding-right: 9.3333333333vw;
  }

  .u-pl-sp-35 {
    padding-left: 9.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-40 {
    padding-top: 10.6666666667vw;
  }

  .u-pb-sp-40 {
    padding-bottom: 10.6666666667vw;
  }

  .u-pr-sp-40 {
    padding-right: 10.6666666667vw;
  }

  .u-pl-sp-40 {
    padding-left: 10.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-45 {
    padding-top: 12vw;
  }

  .u-pb-sp-45 {
    padding-bottom: 12vw;
  }

  .u-pr-sp-45 {
    padding-right: 12vw;
  }

  .u-pl-sp-45 {
    padding-left: 12vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-50 {
    padding-top: 13.3333333333vw;
  }

  .u-pb-sp-50 {
    padding-bottom: 13.3333333333vw;
  }

  .u-pr-sp-50 {
    padding-right: 13.3333333333vw;
  }

  .u-pl-sp-50 {
    padding-left: 13.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-55 {
    padding-top: 14.6666666667vw;
  }

  .u-pb-sp-55 {
    padding-bottom: 14.6666666667vw;
  }

  .u-pr-sp-55 {
    padding-right: 14.6666666667vw;
  }

  .u-pl-sp-55 {
    padding-left: 14.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-60 {
    padding-top: 16vw;
  }

  .u-pb-sp-60 {
    padding-bottom: 16vw;
  }

  .u-pr-sp-60 {
    padding-right: 16vw;
  }

  .u-pl-sp-60 {
    padding-left: 16vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-65 {
    padding-top: 17.3333333333vw;
  }

  .u-pb-sp-65 {
    padding-bottom: 17.3333333333vw;
  }

  .u-pr-sp-65 {
    padding-right: 17.3333333333vw;
  }

  .u-pl-sp-65 {
    padding-left: 17.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-70 {
    padding-top: 18.6666666667vw;
  }

  .u-pb-sp-70 {
    padding-bottom: 18.6666666667vw;
  }

  .u-pr-sp-70 {
    padding-right: 18.6666666667vw;
  }

  .u-pl-sp-70 {
    padding-left: 18.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-75 {
    padding-top: 20vw;
  }

  .u-pb-sp-75 {
    padding-bottom: 20vw;
  }

  .u-pr-sp-75 {
    padding-right: 20vw;
  }

  .u-pl-sp-75 {
    padding-left: 20vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-80 {
    padding-top: 21.3333333333vw;
  }

  .u-pb-sp-80 {
    padding-bottom: 21.3333333333vw;
  }

  .u-pr-sp-80 {
    padding-right: 21.3333333333vw;
  }

  .u-pl-sp-80 {
    padding-left: 21.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-85 {
    padding-top: 22.6666666667vw;
  }

  .u-pb-sp-85 {
    padding-bottom: 22.6666666667vw;
  }

  .u-pr-sp-85 {
    padding-right: 22.6666666667vw;
  }

  .u-pl-sp-85 {
    padding-left: 22.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-90 {
    padding-top: 24vw;
  }

  .u-pb-sp-90 {
    padding-bottom: 24vw;
  }

  .u-pr-sp-90 {
    padding-right: 24vw;
  }

  .u-pl-sp-90 {
    padding-left: 24vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-95 {
    padding-top: 25.3333333333vw;
  }

  .u-pb-sp-95 {
    padding-bottom: 25.3333333333vw;
  }

  .u-pr-sp-95 {
    padding-right: 25.3333333333vw;
  }

  .u-pl-sp-95 {
    padding-left: 25.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-100 {
    padding-top: 26.6666666667vw;
  }

  .u-pb-sp-100 {
    padding-bottom: 26.6666666667vw;
  }

  .u-pr-sp-100 {
    padding-right: 26.6666666667vw;
  }

  .u-pl-sp-100 {
    padding-left: 26.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-105 {
    padding-top: 28vw;
  }

  .u-pb-sp-105 {
    padding-bottom: 28vw;
  }

  .u-pr-sp-105 {
    padding-right: 28vw;
  }

  .u-pl-sp-105 {
    padding-left: 28vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-110 {
    padding-top: 29.3333333333vw;
  }

  .u-pb-sp-110 {
    padding-bottom: 29.3333333333vw;
  }

  .u-pr-sp-110 {
    padding-right: 29.3333333333vw;
  }

  .u-pl-sp-110 {
    padding-left: 29.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-115 {
    padding-top: 30.6666666667vw;
  }

  .u-pb-sp-115 {
    padding-bottom: 30.6666666667vw;
  }

  .u-pr-sp-115 {
    padding-right: 30.6666666667vw;
  }

  .u-pl-sp-115 {
    padding-left: 30.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-120 {
    padding-top: 32vw;
  }

  .u-pb-sp-120 {
    padding-bottom: 32vw;
  }

  .u-pr-sp-120 {
    padding-right: 32vw;
  }

  .u-pl-sp-120 {
    padding-left: 32vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-125 {
    padding-top: 33.3333333333vw;
  }

  .u-pb-sp-125 {
    padding-bottom: 33.3333333333vw;
  }

  .u-pr-sp-125 {
    padding-right: 33.3333333333vw;
  }

  .u-pl-sp-125 {
    padding-left: 33.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-130 {
    padding-top: 34.6666666667vw;
  }

  .u-pb-sp-130 {
    padding-bottom: 34.6666666667vw;
  }

  .u-pr-sp-130 {
    padding-right: 34.6666666667vw;
  }

  .u-pl-sp-130 {
    padding-left: 34.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-135 {
    padding-top: 36vw;
  }

  .u-pb-sp-135 {
    padding-bottom: 36vw;
  }

  .u-pr-sp-135 {
    padding-right: 36vw;
  }

  .u-pl-sp-135 {
    padding-left: 36vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-140 {
    padding-top: 37.3333333333vw;
  }

  .u-pb-sp-140 {
    padding-bottom: 37.3333333333vw;
  }

  .u-pr-sp-140 {
    padding-right: 37.3333333333vw;
  }

  .u-pl-sp-140 {
    padding-left: 37.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-145 {
    padding-top: 38.6666666667vw;
  }

  .u-pb-sp-145 {
    padding-bottom: 38.6666666667vw;
  }

  .u-pr-sp-145 {
    padding-right: 38.6666666667vw;
  }

  .u-pl-sp-145 {
    padding-left: 38.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-150 {
    padding-top: 40vw;
  }

  .u-pb-sp-150 {
    padding-bottom: 40vw;
  }

  .u-pr-sp-150 {
    padding-right: 40vw;
  }

  .u-pl-sp-150 {
    padding-left: 40vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-155 {
    padding-top: 41.3333333333vw;
  }

  .u-pb-sp-155 {
    padding-bottom: 41.3333333333vw;
  }

  .u-pr-sp-155 {
    padding-right: 41.3333333333vw;
  }

  .u-pl-sp-155 {
    padding-left: 41.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-160 {
    padding-top: 42.6666666667vw;
  }

  .u-pb-sp-160 {
    padding-bottom: 42.6666666667vw;
  }

  .u-pr-sp-160 {
    padding-right: 42.6666666667vw;
  }

  .u-pl-sp-160 {
    padding-left: 42.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-165 {
    padding-top: 44vw;
  }

  .u-pb-sp-165 {
    padding-bottom: 44vw;
  }

  .u-pr-sp-165 {
    padding-right: 44vw;
  }

  .u-pl-sp-165 {
    padding-left: 44vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-170 {
    padding-top: 45.3333333333vw;
  }

  .u-pb-sp-170 {
    padding-bottom: 45.3333333333vw;
  }

  .u-pr-sp-170 {
    padding-right: 45.3333333333vw;
  }

  .u-pl-sp-170 {
    padding-left: 45.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-175 {
    padding-top: 46.6666666667vw;
  }

  .u-pb-sp-175 {
    padding-bottom: 46.6666666667vw;
  }

  .u-pr-sp-175 {
    padding-right: 46.6666666667vw;
  }

  .u-pl-sp-175 {
    padding-left: 46.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-180 {
    padding-top: 48vw;
  }

  .u-pb-sp-180 {
    padding-bottom: 48vw;
  }

  .u-pr-sp-180 {
    padding-right: 48vw;
  }

  .u-pl-sp-180 {
    padding-left: 48vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-185 {
    padding-top: 49.3333333333vw;
  }

  .u-pb-sp-185 {
    padding-bottom: 49.3333333333vw;
  }

  .u-pr-sp-185 {
    padding-right: 49.3333333333vw;
  }

  .u-pl-sp-185 {
    padding-left: 49.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-190 {
    padding-top: 50.6666666667vw;
  }

  .u-pb-sp-190 {
    padding-bottom: 50.6666666667vw;
  }

  .u-pr-sp-190 {
    padding-right: 50.6666666667vw;
  }

  .u-pl-sp-190 {
    padding-left: 50.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-195 {
    padding-top: 52vw;
  }

  .u-pb-sp-195 {
    padding-bottom: 52vw;
  }

  .u-pr-sp-195 {
    padding-right: 52vw;
  }

  .u-pl-sp-195 {
    padding-left: 52vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-pt-sp-200 {
    padding-top: 53.3333333333vw;
  }

  .u-pb-sp-200 {
    padding-bottom: 53.3333333333vw;
  }

  .u-pr-sp-200 {
    padding-right: 53.3333333333vw;
  }

  .u-pl-sp-200 {
    padding-left: 53.3333333333vw;
  }
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify;
}

@media all and (min-width: 64.0625em) {
  .u-ta-l-pc {
    text-align: left;
  }

  .u-ta-c-pc {
    text-align: center;
  }

  .u-ta-r-pc {
    text-align: right;
  }

  .u-ta-j-pc {
    text-align: justify;
  }
}

@media print {
  .u-ta-l-pc {
    text-align: left;
  }

  .u-ta-c-pc {
    text-align: center;
  }

  .u-ta-r-pc {
    text-align: right;
  }

  .u-ta-j-pc {
    text-align: justify;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-ta-l-tb {
    text-align: left;
  }

  .u-ta-c-tb {
    text-align: center;
  }

  .u-ta-r-tb {
    text-align: right;
  }

  .u-ta-j-tb {
    text-align: justify;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-ta-l-sp {
    text-align: left;
  }

  .u-ta-c-sp {
    text-align: center;
  }

  .u-ta-r-sp {
    text-align: right;
  }

  .u-ta-j-sp {
    text-align: justify;
  }
}

.u-flex {
  display: flex;
}

.u-flex-inline {
  display: inline-flex;
}

.u-flex--wrap {
  flex-wrap: wrap;
}

.u-flex--col-reverse {
  flex-direction: column-reverse;
}

.u-flex--col {
  flex-direction: column;
}

.u-flex--row-reverse {
  flex-direction: row-reverse;
}

.u-flex--hr-end {
  justify-content: flex-end;
}

.u-flex--hr-center {
  justify-content: center;
}

.u-flex--hr-between {
  justify-content: space-between;
}

.u-flex--hr-around {
  justify-content: space-around;
}

.u-flex--vt-baseline {
  align-items: baseline;
}

.u-flex--vt-start {
  align-items: flex-start;
}

.u-flex--vt-end {
  align-items: flex-end;
}

.u-flex--vt-center {
  align-items: center;
}

.u-flex--order--1 {
  order: -1;
}

.u-flex--order-0 {
  order: 0;
}

.u-flex--order-1 {
  order: 1;
}

.u-flex--order-2 {
  order: 2;
}

.u-flex--order-3 {
  order: 3;
}

.u-flex--order-4 {
  order: 4;
}

.u-flex--order-5 {
  order: 5;
}

.u-flex--order-6 {
  order: 6;
}

.u-flex--order-7 {
  order: 7;
}

.u-flex--order-8 {
  order: 8;
}

.u-flex--order-9 {
  order: 9;
}

.u-flex--order-10 {
  order: 10;
}

@media all and (min-width: 64.0625em) {
  .u-flex-pc {
    display: flex;
  }

  .u-flex-inline-pc {
    display: inline-flex;
  }

  .u-flex--wrap-pc {
    flex-wrap: wrap;
  }

  .u-flex--row-reverse-pc {
    flex-direction: row-reverse;
  }

  .u-flex--col-reverse-pc {
    flex-direction: column-reverse;
  }

  .u-flex--col-pc {
    flex-direction: column;
  }

  .u-flex--hr-end-pc {
    justify-content: flex-end;
  }

  .u-flex--hr-center-pc {
    justify-content: center;
  }

  .u-flex--hr-between-pc {
    justify-content: space-between;
  }

  .u-flex--hr-around-pc {
    justify-content: space-around;
  }

  .u-flex--vt-baseline {
    align-items: baseline;
  }

  .u-flex--vt-start-pc {
    align-items: flex-start;
  }

  .u-flex--vt-end-pc {
    align-items: flex-end;
  }

  .u-flex--vt-center-pc {
    align-items: center;
  }

  .u-flex--order--1-pc {
    order: -1;
  }

  .u-flex--order-0-pc {
    order: 0;
  }

  .u-flex--order-1-pc {
    order: 1;
  }

  .u-flex--order-2-pc {
    order: 2;
  }

  .u-flex--order-3-pc {
    order: 3;
  }

  .u-flex--order-4-pc {
    order: 4;
  }

  .u-flex--order-5-pc {
    order: 5;
  }

  .u-flex--order-6-pc {
    order: 6;
  }

  .u-flex--order-7-pc {
    order: 7;
  }

  .u-flex--order-8-pc {
    order: 8;
  }

  .u-flex--order-9-pc {
    order: 9;
  }

  .u-flex--order-10-pc {
    order: 10;
  }
}

@media print {
  .u-flex-pc {
    display: flex;
  }

  .u-flex-inline-pc {
    display: inline-flex;
  }

  .u-flex--wrap-pc {
    flex-wrap: wrap;
  }

  .u-flex--row-reverse-pc {
    flex-direction: row-reverse;
  }

  .u-flex--col-reverse-pc {
    flex-direction: column-reverse;
  }

  .u-flex--col-pc {
    flex-direction: column;
  }

  .u-flex--hr-end-pc {
    justify-content: flex-end;
  }

  .u-flex--hr-center-pc {
    justify-content: center;
  }

  .u-flex--hr-between-pc {
    justify-content: space-between;
  }

  .u-flex--hr-around-pc {
    justify-content: space-around;
  }

  .u-flex--vt-baseline {
    align-items: baseline;
  }

  .u-flex--vt-start-pc {
    align-items: flex-start;
  }

  .u-flex--vt-end-pc {
    align-items: flex-end;
  }

  .u-flex--vt-center-pc {
    align-items: center;
  }

  .u-flex--order--1-pc {
    order: -1;
  }

  .u-flex--order-0-pc {
    order: 0;
  }

  .u-flex--order-1-pc {
    order: 1;
  }

  .u-flex--order-2-pc {
    order: 2;
  }

  .u-flex--order-3-pc {
    order: 3;
  }

  .u-flex--order-4-pc {
    order: 4;
  }

  .u-flex--order-5-pc {
    order: 5;
  }

  .u-flex--order-6-pc {
    order: 6;
  }

  .u-flex--order-7-pc {
    order: 7;
  }

  .u-flex--order-8-pc {
    order: 8;
  }

  .u-flex--order-9-pc {
    order: 9;
  }

  .u-flex--order-10-pc {
    order: 10;
  }
}

@media all and (min-width: 48em) {
  .u-flex-ct {
    display: flex;
  }

  .u-flex-inline-ct {
    display: inline-flex;
  }

  .u-flex--wrap-ct {
    flex-wrap: wrap;
  }

  .u-flex--row-reverse-ct {
    flex-direction: row-reverse;
  }

  .u-flex--col-reverse-ct {
    flex-direction: column-reverse;
  }

  .u-flex--col-ct {
    flex-direction: column;
  }

  .u-flex--hr-end-ct {
    justify-content: flex-end;
  }

  .u-flex--hr-center-ct {
    justify-content: center;
  }

  .u-flex--hr-between-ct {
    justify-content: space-between;
  }

  .u-flex--hr-around-ct {
    justify-content: space-around;
  }

  .u-flex--vt-start-ct {
    align-items: flex-start;
  }

  .u-flex--vt-baseline-ct {
    align-items: baseline;
  }

  .u-flex--vt-end-ct {
    align-items: flex-end;
  }

  .u-flex--vt-center-ct {
    align-items: center;
  }

  .u-flex--order--1-ct {
    order: -1;
  }

  .u-flex--order-0-ct {
    order: 0;
  }

  .u-flex--order-1-ct {
    order: 1;
  }

  .u-flex--order-2-ct {
    order: 2;
  }

  .u-flex--order-3-ct {
    order: 3;
  }

  .u-flex--order-4-ct {
    order: 4;
  }

  .u-flex--order-5-ct {
    order: 5;
  }

  .u-flex--order-6-ct {
    order: 6;
  }

  .u-flex--order-7-ct {
    order: 7;
  }

  .u-flex--order-8-ct {
    order: 8;
  }

  .u-flex--order-9-ct {
    order: 9;
  }

  .u-flex--order-10-ct {
    order: 10;
  }
}

@media print {
  .u-flex-ct {
    display: flex;
  }

  .u-flex-inline-ct {
    display: inline-flex;
  }

  .u-flex--wrap-ct {
    flex-wrap: wrap;
  }

  .u-flex--row-reverse-ct {
    flex-direction: row-reverse;
  }

  .u-flex--col-reverse-ct {
    flex-direction: column-reverse;
  }

  .u-flex--col-ct {
    flex-direction: column;
  }

  .u-flex--hr-end-ct {
    justify-content: flex-end;
  }

  .u-flex--hr-center-ct {
    justify-content: center;
  }

  .u-flex--hr-between-ct {
    justify-content: space-between;
  }

  .u-flex--hr-around-ct {
    justify-content: space-around;
  }

  .u-flex--vt-start-ct {
    align-items: flex-start;
  }

  .u-flex--vt-baseline-ct {
    align-items: baseline;
  }

  .u-flex--vt-end-ct {
    align-items: flex-end;
  }

  .u-flex--vt-center-ct {
    align-items: center;
  }

  .u-flex--order--1-ct {
    order: -1;
  }

  .u-flex--order-0-ct {
    order: 0;
  }

  .u-flex--order-1-ct {
    order: 1;
  }

  .u-flex--order-2-ct {
    order: 2;
  }

  .u-flex--order-3-ct {
    order: 3;
  }

  .u-flex--order-4-ct {
    order: 4;
  }

  .u-flex--order-5-ct {
    order: 5;
  }

  .u-flex--order-6-ct {
    order: 6;
  }

  .u-flex--order-7-ct {
    order: 7;
  }

  .u-flex--order-8-ct {
    order: 8;
  }

  .u-flex--order-9-ct {
    order: 9;
  }

  .u-flex--order-10-ct {
    order: 10;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-flex-tb {
    display: flex;
  }

  .u-flex-inline-tb {
    display: inline-flex;
  }

  .u-flex--wrap-tb {
    flex-wrap: wrap;
  }

  .u-flex--col-reverse-tb {
    flex-direction: column-reverse;
  }

  .u-flex--col-tb {
    flex-direction: column;
  }

  .u-flex--hr-end-tb {
    justify-content: flex-end;
  }

  .u-flex--hr-center-tb {
    justify-content: center;
  }

  .u-flex--hr-between-tb {
    justify-content: space-between;
  }

  .u-flex--hr-around-tb {
    justify-content: space-around;
  }

  .u-flex--vt-start-tb {
    align-items: flex-start;
  }

  .u-flex--vt-end-tb {
    align-items: flex-end;
  }

  .u-flex--vt-center-tb {
    align-items: center;
  }

  .u-flex--order--1-tb {
    order: -1;
  }

  .u-flex--order-0-tb {
    order: 0;
  }

  .u-flex--order-1-tb {
    order: 1;
  }

  .u-flex--order-2-tb {
    order: 2;
  }

  .u-flex--order-3-tb {
    order: 3;
  }

  .u-flex--order-4-tb {
    order: 4;
  }

  .u-flex--order-5-tb {
    order: 5;
  }

  .u-flex--order-6-tb {
    order: 6;
  }

  .u-flex--order-7-tb {
    order: 7;
  }

  .u-flex--order-8-tb {
    order: 8;
  }

  .u-flex--order-9-tb {
    order: 9;
  }

  .u-flex--order-10-tb {
    order: 10;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-flex-sp {
    display: flex;
  }

  .u-flex--wrap-sp {
    flex-wrap: wrap;
  }

  .u-flex--col-reverse-sp {
    flex-direction: column-reverse !important;
  }

  .u-flex--col-sp {
    flex-direction: column;
  }

  .u-flex--hr-end-sp {
    justify-content: flex-end;
  }

  .u-flex--hr-center-sp {
    justify-content: center;
  }

  .u-flex--hr-between-sp {
    justify-content: space-between;
  }

  .u-flex--hr-around-sp {
    justify-content: space-around;
  }

  .u-flex--vt-start-sp {
    align-items: flex-start;
  }

  .u-flex--vt-end-sp {
    align-items: flex-end;
  }

  .u-flex--vt-center-sp {
    align-items: center;
  }

  .u-flex--order--1-sp {
    order: -1;
  }

  .u-flex--order-0-sp {
    order: 0;
  }

  .u-flex--order-1-sp {
    order: 1;
  }

  .u-flex--order-2-sp {
    order: 2;
  }

  .u-flex--order-3-sp {
    order: 3;
  }

  .u-flex--order-4-sp {
    order: 4;
  }

  .u-flex--order-5-sp {
    order: 5;
  }

  .u-flex--order-6-sp {
    order: 6;
  }

  .u-flex--order-7-sp {
    order: 7;
  }

  .u-flex--order-8-sp {
    order: 8;
  }

  .u-flex--order-9-sp {
    order: 9;
  }

  .u-flex--order-10-sp {
    order: 10;
  }
}

.l-contents__block {
  padding-top: 22rem;
  padding-bottom: 4rem;
  background-color: #fff;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__block {
    padding-top: 10rem;
  }
}

.l-contents__inner {
  max-width: 104rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0 auto;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__inner {
    max-width: 100%;
  }
}

.l-contents__wrapper {
  margin-bottom: 10rem;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__wrapper {
    margin-bottom: 40px;
  }
}

.l-contents__wrapper:last-child {
  margin-bottom: 0;
}

.l-contents__wrapper>* {
  margin-bottom: 40px;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__wrapper>* {
    margin-bottom: 40px;
  }
}

.l-contents__wrapper>*:last-child {
  margin-bottom: 0px;
}

.l-contents__mv {
  width: 100%;
  height: 100%;
  padding-top: 8.8rem;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__mv {
    padding-top: 6.3rem;
  }
}

.l-contents__mv img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1366/580;
}

@media only screen and (max-width: 47.9375em) {
  .l-contents__mv img {
    aspect-ratio: auto;
  }
}

.l-footer {
  background: #191C1F;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.l-footer__inner {
  max-width: 104rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0 auto;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__inner {
    max-width: 100%;
  }
}

.l-footer__left {
  color: #ffffff;
  min-width: 250px;
  margin-right: 6rem;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__left {
    margin-right: 0rem;
  }
}

.l-footer__right {
  display: flex;
  gap: 40px;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__right {
    margin-top: 2rem;
    flex-direction: column;
  }
}

.l-footer__right .main-list li {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__right .main-list li {
    margin-bottom: 2rem;
  }
}

.l-footer__right .main-list li:last-child {
  margin-bottom: 0;
}

.l-footer__right .main-list li a {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  position: relative;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__right .main-list li a {
    font-size: 4.8vw;
  }
}

.l-footer__right .main-list li a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}

.l-footer__right .main-list li a:hover::after {
  width: 100%;
}

.l-footer__right .main-list li a:hover {
  opacity: 0.8;
}

.l-footer__right .sub-list {
  margin-left: 20px;
  margin-top: 20px;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__right .sub-list {
    margin-left: 10px;
    margin-top: 10px;
  }
}

.l-footer__right .sub-list li {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__right .sub-list li {
    margin-bottom: 1rem;
  }
}

.l-footer__right .sub-list li:last-child {
  margin-bottom: 0;
}

.l-footer__right .sub-list li strong {
  font-size: 1.2rem;
  color: #B1B9C5;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__right .sub-list li strong {
    font-size: 3.2vw;
  }
}

.l-footer__right .sub-list li a {
  display: inline-block;
  font-size: 1.2rem;
  color: #B1B9C5;
  letter-spacing: 0.05em;
  font-weight: 400;
  position: relative;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__right .sub-list li a {
    font-size: 3.7333333333vw;
  }
}

.l-footer__right .sub-list li a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #B1B9C5;
  transition: 0.3s;
}

.l-footer__right .sub-list li a:hover::after {
  width: 100%;
}

.l-footer__right .sub-list li a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__info {
    margin-top: 4rem;
    text-align: center;
  }
}

.l-footer__info a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.l-footer__info strong {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.44;
  margin-left: 10px;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__info strong {
    font-size: 4.8vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__info strong {
    margin-left: 0;
  }
}

.l-footer__text {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__text {
    font-size: 3.2vw;
  }
}

.l-footer__copy {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 20px;
  color: #B1B9C5;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__copy {
    font-size: 2.9333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__copy {
    margin-top: 10px;
  }
}

.l-footer__search {
  margin-top: 40px;
}

.l-footer__search .search-box {
  display: flex;
  align-items: center;
  background: #28292D;
  color: #A8ABAF;
  border-radius: 100px;
  padding: 10px 15px;
  width: -moz-fit-content;
  width: fit-content;
}

.l-footer__search .search-box input {
  border: none;
  background: transparent;
  color: #A8ABAF;
  font-size: 12px;
  font-weight: 500;
  outline: none;
  width: 240px;
}

.l-footer__search .search-box input::placeholder {
  color: #A8ABAF;
}

.l-footer__search .search-box button {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0;
}

.l-footer__link {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 4rem;
  font-size: 1.4rem;
  line-height: 1.86;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__link {
    font-size: 3.7333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__link {
    margin-top: 2rem;
    text-align: center;
  }
}

.l-footer__link a {
  display: inline-block;
  margin-top: 10px;
  position: relative;
}

.l-footer__link a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s;
}

.l-footer__link a:hover::after {
  width: 100%;
}

.l-footer__link a:hover {
  opacity: 0.8;
}

.sub-lists li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 47.9375em) {
  .sub-lists li {
    margin-bottom: 0.5rem;
  }
}

.sub-lists li:last-child {
  margin-bottom: 0;
}

.sub-lists li a {
  font-size: 1.1rem;
  color: #B1B9C5;
  letter-spacing: 0.05em;
  font-weight: 400;
}

@media only screen and (max-width: 47.9375em) {
  .sub-lists li a {
    font-size: 2.9333333333vw;
  }
}

.sub-lists li a::after {
  content: none;
}

.sub-lists li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.page-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #333333;
  border-radius: 100%;
  opacity: 0.8;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 1000;
}

.icon-blank {
  display: flex;
  align-items: center;
  gap: 5px;
}

.l-header {
  position: fixed;
  background-color: #000;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

@media only screen and (max-width: 47.9375em) {
  .l-header {
    position: fixed;
  }
}

.l-header.change-color {
  background-color: rgba(0, 0, 0, 0.7);
}

.l-header.hidden {
  opacity: 0;
  pointer-events: none;
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__inner {
    padding: 20px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-header__logo a {
    width: 120px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-header__nav {
    margin-left: auto;
    margin-right: 30px;
  }
}

.l-header__nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.l-header__nav-item {
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFFFFF;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__nav-item {
    font-size: 3.7333333333vw;
  }
}

.l-header__nav-item:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-left: 30px;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__nav-item:last-child {
    margin-left: 0;
    margin-right: 20px;
  }
}

.l-header__nav-item .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.l-header__wrap {
  position: absolute;
  top: 34px;
  right: 40px;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__wrap {
    top: 22px;
    right: 20px;
  }
}

.l-header__box {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.l-header__box--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 50px;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__box--grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.l-header__box--maru-item {
  border-top: 1px solid #D9D9D9;
}

.l-header__box--maru-item .gap60 {
  gap: 60px !important;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__box--maru-item .gap60 {
    gap: 0px !important;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-header__box--maru-item .gap60 a {
    padding-bottom: 0;
  }
}

.l-header__box--maru-item a {
  gap: 10px;
  padding: 30px 0;
}

.l-header__box--maru-item a .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 100%;
  min-width: 22px;
}

.l-header__box--maru-item a .txt {
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #B1B9C5;
}

.l-header__box--maru-item a .txt strong {
  font-size: 2.4rem;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__box--maru-item a .txt strong {
    font-size: 6.4vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-header__box--maru-item a .txt {
    font-size: 4.8vw;
  }
}

.l-header__box--item {
  color: #FFFFFF;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.l-header__box--item:last-child {
  margin-bottom: 0;
  border: none;
}

.l-header__box--item-hd {
  font-family: "Inter", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__box--item-hd {
    font-size: 5.3333333333vw;
  }
}

.l-header__box--item-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__box--item-link {
    justify-content: center;
  }
}

.l-header__box--item-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
  width: 140px;
  height: 40px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: 0.6s;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__box--item-link a {
    font-size: 3.4666666667vw;
  }
}

.l-header__box--item-link a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  transition: transform 0.6s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
  border-radius: inherit;
  /* 元要素に合わせる */
}

.l-header__box--item-link a:hover {
  background-color: inherit;
  color: #232323;
  border: 2px solid #232323;
}

.l-header__box--item-link a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.l-header__box--item-name {
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__box--item-name {
    font-size: 4.2666666667vw;
  }
}

.l-header__box--item-flex {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.l-header__box--item-flex .image {
  min-width: 100px;
}

.l-header__box--item-flex .image img {
  margin: 0 auto;
}

.l-header__box--item-flex a {
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: #B1B9C5;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__box--item-flex a {
    font-size: 4.2666666667vw;
  }
}

.l-header__box--item-flex a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

/* ヘッダーのナビ部分 */
.menu {
  width: 2rem;
  height: 2rem;
}

.header__nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  width: auto;
  height: 100%;
  transition: ease 0.4s;
  transform: translateX(100%);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.header__nav::-webkit-scrollbar {
  display: none;
}

.nav-items {
  position: absolute;
  top: 8.8rem;
  top: 0rem;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 12rem 6rem 8rem;
  background-color: #000;
  color: #ffffff;
  overflow-y: scroll;
  z-index: 10;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .nav-items {
    top: 9rem;
    top: 0rem;
    display: block;
    max-width: 100%;
    padding: 8rem 2rem 3rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .nav-items {
    top: 6.5rem;
    top: 11.5rem;
    display: block;
    max-width: 100%;
    padding: 8rem 2rem 15.5rem;
  }
}

.nav-items-2 {
  padding: 12rem 0rem 8rem;
}

@media only screen and (max-width: 47.9375em) {
  .nav-items-2 {
    padding: 0rem 0rem 11.5rem;
  }
}

/* ナビのリンク */
.nav-items__item {
  width: 100%;
  height: auto;
  background: transparent !important;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .nav-items__item {
    display: block;
    max-width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .nav-items__item {
    display: block;
    max-width: 100%;
  }
}

.nav-items__item .btn {
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  justify-content: center;
  margin: 10px 0;
  padding: 5px 0;
  font-size: 18px;
  font-weight: 500;
}

.nav-items__item .btn::before {
  content: none;
}

.menu .u-flex {
  gap: 10px;
}

.menu .u-flex a {
  font-size: 1.1rem !important;
  border: none;
  white-space: nowrap;
}

.menu .u-flex a::before {
  content: none;
}

.menu .u-flex .icon {
  min-width: 1px;
}

.nav-items__item a {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 2.4rem 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.nav-items__item a::before {
  display: inline-block;
  content: url(../common/images/arrow_r_w.svg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .nav-items__item a {
    font-size: 1.4rem;
    padding: 1.5rem 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .nav-items__item a {
    font-size: 1.4rem;
    padding: 1.5rem 0;
  }
}

.nav-items__item a img {
  margin: 0;
}

.nav-items__item a img:last-child {
  margin: 0;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

/* ハンバーガーメニュー */
.is-navopen-body,
.is-navopen-body html {
  overflow: hidden;
}

.header__hamburger {
  width: 2rem;
  height: auto;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Android Chromeでのタップ時のハイライトを消す */
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .header__hamburger {
    width: 2rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .header__hamburger {
    width: 2rem;
  }
}

.hamburger {
  position: relative;
  z-index: 9;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}

/* ハンバーガーメニューの線 */
.hamburger span {
  position: relative;
  display: block;
  width: 2.4rem;
  height: 0.2rem;
  background-color: #ffffff;
  transition: ease 0.4s;
}

.hamburger span:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.hamburger span:nth-child(2) {
  left: 50%;
  margin: 0.5rem 0;
  transform: translateX(-50%);
}

.hamburger span:nth-child(3) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 0.9rem;
  left: -0.1rem;
  transform: rotate(45deg);
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .hamburger.active span:nth-child(1) {
    top: 0.3rem;
    left: 1.5rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .hamburger.active span:nth-child(1) {
    top: 0.9rem;
    left: -0.1rem;
  }
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -0.5rem;
  left: -0.2rem;
  transform: rotate(-45deg);
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .hamburger.active span:nth-child(3) {
    top: -0.4rem;
    left: 1.4rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .hamburger.active span:nth-child(3) {
    top: -0.5rem;
    left: -0.2rem;
  }
}

.child-list li a {
  padding-left: 20px;
}

.scroll__inner {
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.simplebar-scrollbar::before {
  background: #666666;
  border-radius: 100px;
  width: 8px;
  margin-left: -2px;
  margin-top: 2px;
}

@media only screen and (max-width: 47.9375em) {
  .simplebar-scrollbar::before {
    width: 4px;
  }
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track {
  background-color: #323232 !important;
  width: 8px !important;
  height: 85%;
  right: 50px;
  bottom: auto;
  top: 50% !important;
  transform: translateY(-50%);
}

@media only screen and (max-width: 47.9375em) {
  .simplebar-track {
    width: 4px !important;
    right: 10px;
  }
}

.simplebar-track.simplebar-vertical {
  background-color: #323232 !important;
}

.tab-buttons {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 66px;
  background: #000;
}

.tab-btn {
  background: rgba(255, 255, 255, 0.2);
  background: #333;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff !important;
  padding: 11px 23px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}

.tab-btn.active {
  background: #000;
  color: #fff;
  border: none;
  border: 1px solid #fff;
  border-bottom: none !important;
}

.br0 {
  border-right: none !important;
}

.bl0 {
  border-left: none !important;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.add-area {
  position: relative;
  /* 擬似要素の基準 */
  z-index: 0;
  /* 他と干渉しないように */
}

.add-area::before {
  content: "";
  position: absolute;
  top: -10px;
  /* 上に広げる */
  right: -10px;
  /* 右に広げる */
  bottom: -10px;
  /* 下に広げる */
  left: -10px;
  /* 左に広げる */
  cursor: pointer;
  background: transparent;
  /* 見えないけど当たり判定あり */
  pointer-events: auto;
  /* クリックを拾う */
  z-index: 0;
}