@charset "UTF-8";
/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP:wght@200..900&display=swap");
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@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;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

strong,
b {
  font-weight: 500;
}

/*! purgecss end ignore */
/*! purgecss start ignore */
html {
  height: 100%;
  font-size: 62.5%;
}
html.is-chrome img {
  image-rendering: -webkit-optimize-contrast;
}

body {
  width: 100%;
  min-height: 100%;
  font-family: ryo-gothic-plusn, "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  color: #000000;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 53.125em) {
  body {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (min-width: 53.125em) and (max-width: 73.75em) {
  body {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 53.125em) {
  body {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 53.125em) and (max-width: 53.125em) {
  body {
    font-size: 1.8666666667vw;
  }
}
@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;
  margin: 0;
}

input:focus {
  outline: none;
}

input,
textarea,
button,
select {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button {
  padding: 0;
  margin: 0;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 50%;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

option {
  min-height: inherit;
  padding: 0;
  margin: 0;
}

select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

/*! purgecss end ignore */
/* IE */
*:focus {
  outline: none;
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
main {
  overflow-x: hidden;
}

.p-0 {
  padding: 0 !important;
  line-height: 0;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.mt-16 {
  margin-top: 16px !important;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .mt-sp10 {
    margin-top: 10px !important;
  }
  .mb-sp30 {
    margin-bottom: 4vw;
  }
  .mt-sp40 {
    margin-top: 5.333vw;
  }
  .mt-sp80 {
    margin-top: 10.667vw;
  }
}
.sp-none {
  display: inherit;
}

@media (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
.pc-none {
  display: none;
}

@media (max-width: 1020px) {
  .pc-none {
    display: inherit;
  }
}
@media (max-width: 768px) {
  .pc-none {
    display: inherit;
  }
}
ul.inline {
  display: inline-block;
}

ul.inline li {
  display: inline-block;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
}

body {
  font-family: ryo-gothic-plusn, "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

body.home {
  background: #fff;
}

figure {
  margin: 0 auto;
}

button {
  background: 0 0;
  border: none;
  outline: 0;
}

a {
  text-decoration: underline;
}

li {
  list-style: none;
}

.button {
  display: block;
  cursor: pointer;
}

.button.color-normal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50.6rem;
  max-width: 100%;
  height: 70px;
  margin: 0 auto;
  overflow: hidden;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #D40F11;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 2.5rem;
}
@media only screen and (max-width: 53.125em) {
  .button.color-normal {
    font-size: 5.3333333333vw;
  }
}
.button.color-normal:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 53.125em) {
  .button.color-normal {
    width: 100%;
    height: 16vw;
    line-height: 1.2;
  }
}

.button.color-normal.common.anchor span:after {
  top: 45%;
  right: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button.color-normal span:after {
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  translate: 0 -50%;
}

.button.color3 span:after {
  border-right: 1px solid #e60c12;
  border-bottom: 1px solid #e60c12;
}

@media (max-width: 768px) {
  .button.color-normal span:after {
    width: 2.267vw;
    height: 2.267vw;
  }
}
.st-HeaderRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.st-FooterRow {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.st-Content .st-ContentFooter,
.st-Content .st-ContentHeader {
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  .st-Content .st-ContentFooter,
  .st-Content .st-ContentHeader {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.st-Content .st-ContentFooter {
  padding: 60px 30px;
}

@media (max-width: 768px) {
  .st-Content .st-ContentFooter {
    padding: 40px 20px;
  }
}
.st-Content .st-ContentBox {
  margin: 0 30px;
}

@media (max-width: 768px) {
  .st-Content .st-ContentBox {
    margin: 0 4vw;
  }
}
.st-Content .st-ContentBox.prize {
  margin: 0;
}

.st-Content .st-ContentBoxInner {
  /* padding: 60px 0; */
  max-width: 980px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .st-Content .st-ContentBoxInner {
    /* padding: 40px 0 30px; */
  }
}
.st-Content .st-ContentBoxHeader {
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 768px) {
  .st-Content .st-ContentBoxHeader {
    margin-bottom: 30px;
  }
}
.st-Content .st-ContentBoxHeader h3 + p {
  margin-top: 30px;
  margin-bottom: 40px;
}

.st-Content .st-ContentBoxHeader h3 + p small {
  font-size: 12px;
  color: #666;
}

@media (max-width: 768px) {
  .st-Content .st-ContentBoxHeader h3 + p small {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .st-Content .st-ContentBoxHeader h3 + p {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.st-Content .st-ContentBoxHeader h3 {
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
  font-size: 24px;
  font-style: normal;
  color: #D40F11;
  vertical-align: top;
}

.st-Content#girlsGrandprix h3.color2,
.st-Content#grandprix h3.color2,
.st-Content#youngGrandprix h3.color2 {
  color: #fff;
}

.st-Content#girlsGrandprix h3.color2:after,
.st-Content#grandprix h3.color2:after,
.st-Content#youngGrandprix h3.color2:after {
  background: #fff;
}

.st-Content#girlsGrandprix .st-ContentHeader,
.st-Content#grandprix .st-ContentHeader,
.st-Content#youngGrandprix .st-ContentHeader {
  background-position: center;
  /* background: #fff url(../images/bg_whitewall.webp) no-repeat; */
  background-size: cover;
}

.st-Content#girlsGrandprix .st-ContentHeader p,
.st-Content#grandprix .st-ContentHeader p,
.st-Content#youngGrandprix .st-ContentHeader p {
  max-width: 980px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .st-Content#girlsGrandprix .st-ContentHeader p,
  .st-Content#grandprix .st-ContentHeader p,
  .st-Content#youngGrandprix .st-ContentHeader p {
    text-align: left;
  }
  .st-Content#girlsGrandprix .st-ContentHeader p br.sp-none,
  .st-Content#grandprix .st-ContentHeader p br.sp-none,
  .st-Content#youngGrandprix .st-ContentHeader p br.sp-none {
    display: none;
  }
}
.st-Content#girlsGrandprix .st-ContentHeader h2,
.st-Content#grandprix .st-ContentHeader h2,
.st-Content#youngGrandprix .st-ContentHeader h2 {
  letter-spacing: 0.2rem;
}

.st-Content#girlsGrandprix .prize,
.st-Content#grandprix .prize,
.st-Content#youngGrandprix .prize {
  margin-top: 2px !important;
  background: #fff;
}

#campaign {
  padding: 80px 0 110px 0;
  background: url(../images/bg_main.webp) repeat-y;
  background-position: center;
  background-size: cover;
}

@media (max-width: 768px) {
  #campaign {
    padding: 8vw 0 17.333vw 0;
    background: url(../images/bg_main_sp.webp) repeat-y;
    background-size: cover;
  }
}
#campaign .st-ContentHeader {
  background: 0 0;
}

.st-ContentHeader h2 {
  color: #fff;
}

.st-Content#grandprix .st-ContentHeader h1,
.st-Content#grandprix .st-ContentHeader h2 {
  color: #D40F11;
}

.st-Content#grandprix .st-ContentHeader .tab-content__blk > div:first-child:after {
  border-top-color: #D40F11;
}

.st-Content#grandprix .prize img {
  width: auto;
  height: 300px;
}

@media (max-width: 768px) {
  .st-Content#grandprix .prize img {
    height: 205px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.st-Content#grandprix .prize {
  margin: 0;
}

.st-Content#grandprix .prize .st-ContentBoxBody > div {
  position: relative;
  margin-top: -60px;
  margin-bottom: -40px;
}

@media (max-width: 768px) {
  .st-Content#grandprix .prize .st-ContentBoxBody > div {
    margin-bottom: -40px;
  }
}
#popup.grandprix .playerInfo h6 {
  color: #D40F11 !important;
}

#popup.grandprix .playerInfo .comment {
  border-top-color: #D40F11 !important;
}

.st-ContentBox.bottom {
  height: 120px;
  margin: 0;
  background: #f2f2f2;
}

@media (max-width: 768px) {
  .st-ContentBox.bottom {
    height: 60px;
  }
}
#header {
  position: fixed;
  /* padding-top: 4px; */
  z-index: 10001;
  width: 100%;
  padding: 0 30px;
  background: rgba(227, 3, 18, 0.8);
}
@media only screen and (max-width: 53.125em) {
  #header {
    height: 16vw;
    padding: 0 4vw;
  }
}

#header .st-HeaderRow--Cell {
  padding: 10px 0;
}

@media (max-width: 768px) {
  #header .st-HeaderRow--Cell {
    padding: 8px 0;
  }
}
#header .st-HeaderRow--Cell:nth-child(2) {
  padding-top: 0;
  padding-bottom: 0;
}

#header .st-HeaderRow--Cell .sp-navigation .button {
  /* -webkit-box-shadow: 0 6px 0 c(keirin);
  box-shadow: 0 6px 0 c(keirin); */
  /* margin-bottom: 6px */
  color: #e60c12;
  background: rgb(230, 12, 18);
  background: -webkit-gradient(linear, left top, right top, from(rgba(230, 12, 18, 0.46)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(230, 12, 18, 0.46) 0%, rgba(0, 0, 0, 0) 100%);
  border: 1px solid #e60c12;
  border-radius: 0;
}

@media (max-width: 768px) {
  #header .st-HeaderRow--Cell .sp-navigation .button {
    /* -webkit-box-shadow: 0 3px 0 c(keirin);
    box-shadow: 0 3px 0 c(keirin); */
    /* margin-bottom: 3px */
  }
}
#header .st-HeaderRow--Cell .navigation,
#header .st-HeaderRow--Cell .sp-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

#header .st-HeaderRow--Cell .navigation {
  display: none;
}

#header .st-HeaderRow--Cell .navigation > div:nth-child(3) .sub:before {
  margin-left: 72px;
}

@media (max-width: 1020px) {
  #header .st-HeaderRow--Cell .navigation > div:nth-child(3) .sub:before {
    margin-left: 48px;
  }
}
#header .st-HeaderRow--Cell .navigation > div .sub {
  position: absolute;
  top: 86px;
  min-width: 250px;
  pointer-events: none;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

#header .st-HeaderRow--Cell .navigation > div .sub:before {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: -6px;
  margin-left: 110px;
  content: "";
  background: #D40F11;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1020px) {
  #header .st-HeaderRow--Cell .navigation > div .sub:before {
    margin-left: 72px;
  }
}
#header .st-HeaderRow--Cell .navigation > div .sub .button {
  padding-right: 40px;
  padding-left: 15px;
  font-size: 1.4rem;
  border-radius: 0;
}

#header .st-HeaderRow--Cell .navigation > div .sub .button:first-child {
  border-radius: 5px 5px 0 0;
}

#header .st-HeaderRow--Cell .navigation > div .sub .button:last-child {
  border-radius: 0 0 5px 5px;
}

@media (max-width: 1020px) {
  #header .st-HeaderRow--Cell .navigation > div .sub .button {
    font-size: 1.3rem;
  }
}
#header .st-HeaderRow--Cell .navigation > div .sub .button span:after {
  right: 20px;
  -webkit-transform: scale(0.5) rotate(-45deg);
  transform: scale(0.5) rotate(-45deg);
}

#header .st-HeaderRow--Cell .navigation > div a:not(.button) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 96px;
  padding: 0 20px;
  overflow: hidden;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (max-width: 1020px) {
  #header .st-HeaderRow--Cell .navigation > div a:not(.button) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    font-size: 2rem;
  }
}
#header .st-HeaderRow--Cell .navigation > div a:not(.button) span {
  line-height: 25px;
}

#header .st-HeaderRow--Cell .sp-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* #header .st-HeaderRow--Cell .sp-navigation>div:nth-child(1) {
  padding-right: 15px
} */
#header .st-HeaderRow--Cell .sp-navigation #menuOpen {
  width: 45px;
  height: 45px;
  padding: 10px;
  cursor: pointer;
}

#header .st-HeaderRow--Cell .sp-navigation #menuOpen div:nth-child(1),
#header .st-HeaderRow--Cell .sp-navigation #menuOpen div:nth-child(2),
#header .st-HeaderRow--Cell .sp-navigation #menuOpen div:nth-child(3) {
  width: 25px;
  height: 2px;
  background: #000;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

#header .st-HeaderRow--Cell .sp-navigation #menuOpen div:nth-child(2) {
  margin: 5px 0;
}

#header .st-HeaderRow--Cell .sp-navigation a.button {
  width: 135px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header .st-HeaderRow--Cell .sp-navigation a.button:hover {
  opacity: 0.7;
}

@media (max-width: 1020px) {
  #header .st-HeaderRow--Cell .sp-navigation a.button {
    width: 30vw;
    height: 10.133vw;
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 10.133vw;
  }
}
#header .st-HeaderRow--Cell .sp-navigation a.button span:after {
  display: none;
}

#header .st-HeaderRow--Cell .navigation {
  position: fixed;
  top: 100px;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: block !important;
  width: 320px;
  height: auto;
  padding-bottom: 60px;
  overflow: hidden;
  overflow-y: auto;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
  -webkit-transition: background-color 0.2s ease, opacity 0.2s ease, -webkit-transform 0.4s ease;
  transition: background-color 0.2s ease, opacity 0.2s ease, -webkit-transform 0.4s ease;
  transition: background-color 0.2s ease, transform 0.4s ease, opacity 0.2s ease;
  transition: background-color 0.2s ease, transform 0.4s ease, opacity 0.2s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (max-width: 768px) {
  #header .st-HeaderRow--Cell .navigation {
    top: 60px;
    left: 0;
    width: 100%;
  }
}
#header .st-HeaderRow--Cell .navigation > div {
  background: #fff;
  opacity: 1;
  -webkit-transition: opacity 0s ease, -webkit-transform 0s ease;
  transition: opacity 0s ease, -webkit-transform 0s ease;
  transition: opacity 0s ease, transform 0s ease;
  transition: opacity 0s ease, transform 0s ease, -webkit-transform 0s ease;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#header .st-HeaderRow--Cell .navigation > div > a.disabled {
  color: #bbb;
  pointer-events: none;
}

#header .st-HeaderRow--Cell .navigation > div > a.disabled span:after {
  display: none;
}

#header .st-HeaderRow--Cell .navigation > div:nth-child(1) {
  border-top: 2px solid #D40F11;
}

#header .st-HeaderRow--Cell .navigation > div:nth-child(1) > a {
  color: #D40F11;
}

#header .st-HeaderRow--Cell .navigation > div:nth-child(1) > a span:after {
  border-color: #D40F11;
}

#header .st-HeaderRow--Cell .navigation > div:nth-child(2) {
  border-top: 2px solid;
}

#header .st-HeaderRow--Cell .navigation > div:nth-child(3) {
  border-top: 2px solid;
}

#header .st-HeaderRow--Cell .navigation > div > a {
  position: relative;
  height: 60px !important;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.8rem;
  line-height: 60px !important;
  color: #D40F11;
}

@media (max-width: 768px) {
  #header .st-HeaderRow--Cell .navigation > div > a {
    height: 60px !important;
    margin-top: 12px;
    font-size: 2rem;
    line-height: 60px !important;
  }
}
#header .st-HeaderRow--Cell .navigation > div > a span:after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  content: "";
  border-right: 3px solid #D40F11;
  border-bottom: 3px solid #D40F11;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  #header .st-HeaderRow--Cell .navigation > div > a span:after {
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-right: 2px solid #D40F11;
    border-bottom: 2px solid #D40F11;
  }
}
#header .st-HeaderRow--Cell .navigation > div .sub {
  position: static;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 10px 0;
  background: #f2f2f2;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
  transform: none;
}

@media (max-width: 768px) {
  #header .st-HeaderRow--Cell .navigation > div .sub {
    padding: 10px 0 20px;
  }
}
#header .st-HeaderRow--Cell .navigation > div .sub a.button {
  height: 30px;
  font-weight: 700;
  line-height: 30px;
  color: #222;
  pointer-events: auto;
  background: #f2f2f2;
  border-radius: 0 !important;
}

@media (max-width: 768px) {
  #header .st-HeaderRow--Cell .navigation > div .sub a.button {
    height: 34px;
    line-height: 34px;
  }
}
#header .st-HeaderRow--Cell .navigation > div .sub a.button.disabled {
  color: #bbb;
  pointer-events: none;
}

#header .st-HeaderRow--Cell .navigation > div .sub a.button span:after {
  display: none;
}

#header .st-HeaderRow--Cell .navigation > div .sub:before {
  display: none;
}

#header .st-HeaderRow--Cell .navigation > div .sub .button {
  max-width: 100%;
  height: 50px;
  padding-left: 20px;
  font-size: 1.2rem;
  line-height: 50px;
  border-radius: 0;
}

#header .st-HeaderRow--Cell .navigation > div .sub .button span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  #header .st-HeaderRow--Cell .navigation > div .sub .button {
    font-size: 1.4rem;
  }
}
#header.isMenuOpen .st-HeaderRow--Cell .navigation {
  pointer-events: auto;
  background-color: transparent;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#header.isMenuOpen .st-HeaderRow--Cell .navigation > div {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.2s ease, transform 0.6s ease;
  transition: opacity 0.2s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#header.isMenuOpen .st-HeaderRow--Cell .navigation > div:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

#header.isMenuOpen .st-HeaderRow--Cell .navigation > div:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#header.isMenuOpen .st-HeaderRow--Cell .navigation > div:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#header.isMenuOpen .st-HeaderRow--Cell .navigation > div:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

#header.isMenuOpen .st-HeaderRow--Cell .navigation > div:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#header.isMenuOpen .st-HeaderRow--Cell .navigation > div .sub {
  display: block;
  -webkit-transform: none;
  transform: none;
}

#header .chariloto-logo {
  display: inline-block;
}

#header .chariloto-logo img {
  width: 87px;
  height: 49px;
  vertical-align: top;
}
@media only screen and (max-width: 53.125em) {
  #header .chariloto-logo img {
    width: 20vw;
    height: 11.3333333333vw;
  }
}

#header .sp-navigation .st-headermenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#header .sp-navigation .st-headermenu li {
  position: relative;
}

#header .sp-navigation .st-headermenu li::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 10px;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#header .sp-navigation .st-headermenu li:first-child:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 10px;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#header .sp-navigation .st-headermenu li:hover::after {
  content: none;
}

#header .sp-navigation .st-headermenu li.ext-link span {
  margin-right: 5px;
}

#header .sp-navigation .st-headermenu a {
  display: block;
  height: 100px;
  padding: 0 32px;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 100px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#header .sp-navigation .st-headermenu a.disabled {
  color: #a4a4a4;
  pointer-events: none;
}

#header .sp-navigation .st-headermenu a.disabled path {
  fill: #a4a4a4;
}

#header .sp-navigation .st-headermenu a:hover {
  color: #fff;
  background: #D40F11;
}

@media only screen and (min-width: 1021px) and (max-width: 1180px) {
  /* #header .sp-navigation .st-headermenu li:last-child {
    margin-right: 15px;
  } */
  #header .sp-navigation .st-headermenu a {
    padding: 0 3vw;
    font-size: 1.4vw;
  }
}
#header .st-HeaderRow--Cell .sp-navigation .spmenu {
  display: none;
}

@media (max-width: 1020px) {
  #header .st-HeaderRow--Cell .sp-navigation .spmenu {
    display: block;
  }
  #header .st-HeaderRow--Cell .sp-navigation .sp-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 4vw;
  }
  #header .st-HeaderRow--Cell .sp-navigation .menu-btn {
    position: relative;
    z-index: 2;
    width: 8vw;
    height: 4.2666666667vw;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
  }
  #header .st-HeaderRow--Cell .sp-navigation .menu-btn span {
    position: absolute;
    right: 0;
    left: 0;
    width: 8vw;
    height: 0.5333333333vw;
    margin: 0 auto;
    background: #fff;
  }
  #header .st-HeaderRow--Cell .sp-navigation .menu-btn span:nth-of-type(1) {
    top: 0;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
  }
  #header .st-HeaderRow--Cell .sp-navigation .menu-btn span:nth-of-type(2) {
    top: 50%;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
  }
  #header .st-HeaderRow--Cell .sp-navigation .menu-btn span:nth-of-type(3) {
    bottom: -0.5333333333vw;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
  }
  #header .st-HeaderRow--Cell .sp-navigation .menu-btn.active span {
    width: 8vw;
    height: 0.5333333333vw;
    background: #fff;
  }
  #header .st-HeaderRow--Cell .sp-navigation .menu-btn.active span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  #header .st-HeaderRow--Cell .sp-navigation .menu-btn.active span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  #header .st-HeaderRow--Cell .sp-navigation .menu-btn.active span:nth-of-type(3) {
    opacity: 0;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
  }
  #header .st-HeaderRow--Cell .sp-navigation .menu-content {
    position: fixed;
    top: 16vw;
    right: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #header .st-HeaderRow--Cell .sp-navigation .menu-content::-webkit-scrollbar {
    display: none;
  }
  #header .st-HeaderRow--Cell .sp-navigation .menu-content .blk {
    position: absolute;
    right: -100%;
    width: 100%;
    height: 100vh;
    min-height: 87%;
    padding: 11.333vw 13.333vw;
    overflow-y: scroll;
    background: rgba(227, 3, 18, 0.85);
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
  }
  #header .st-HeaderRow--Cell .sp-navigation .menu-content .blk::-webkit-scrollbar {
    display: none;
  }
  #header .st-HeaderRow--Cell .sp-navigation .menu-content.active {
    visibility: visible;
    /* background: rgba(0, 0, 0, 0.8); */
    opacity: 1;
  }
  #header .st-HeaderRow--Cell .sp-navigation .menu-content.active .blk {
    right: 0;
  }
  #header .st-HeaderRow--Cell .sp-navigation .menu-content .title {
    margin-bottom: 8.4vw;
    font-size: 6vw;
    font-weight: bold;
    text-align: center;
  }
  #header .st-HeaderRow--Cell .sp-navigation .menu-content .page-menu {
    text-align: left;
  }
  #header .st-HeaderRow--Cell .sp-navigation .menu-content .page-menu li {
    position: relative;
    padding: 4.667vw 4.667vw 4.667vw 7.2vw;
    font-size: 4vw;
    border-top: 0.2666666667vw solid rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #header .st-HeaderRow--Cell .sp-navigation .menu-content .page-menu li:last-child {
    border-bottom: 0.2666666667vw solid rgba(255, 255, 255, 0.7);
  }
  #header .st-HeaderRow--Cell .sp-navigation .menu-content .page-menu li.child-nav {
    border-top: 1px dashed #fff;
  }
  #header .st-HeaderRow--Cell .sp-navigation .menu-content .page-menu li:hover {
    opacity: 0.5;
  }
  #header .st-HeaderRow--Cell .sp-navigation .menu-content .page-menu li:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 1.6vw;
    height: 1.6vw;
    content: "";
    border-right: 0.2666666667vw solid #fff;
    border-bottom: 0.2666666667vw solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    translate: 0 -50%;
  }
  #header .st-HeaderRow--Cell .sp-navigation .menu-content .page-menu li.child-nav:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 1.733vw;
    height: 0.2666666667vw;
    content: "";
    background: #fff;
    border: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #header .st-HeaderRow--Cell .sp-navigation .menu-content .page-menu a {
    display: block;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
  }
  #header .st-HeaderRow--Cell .sp-navigation .menu-content .page-menu li.disabled:after {
    border-right: 2px solid #a4a4a4;
    border-bottom: 2px solid #a4a4a4;
  }
  #header .st-HeaderRow--Cell .sp-navigation .menu-content .page-menu li.disabled {
    pointer-events: none;
  }
  #header .st-HeaderRow--Cell .sp-navigation .menu-content .page-menu li a.disabled {
    color: #a4a4a4;
    pointer-events: none;
  }
  #header .st-HeaderRow--Cell .sp-navigation .menu-content .copyright {
    padding: 14.667vw 0;
    font-size: 2.933vw;
    font-weight: 100;
    line-height: 1;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    letter-spacing: -0.2px;
  }
  #header .st-HeaderRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .st-HeaderRow--Cell {
    padding: 0;
  }
  #header .st-HeaderRow--Cell .chariloto-logo {
    padding: 2.4vw 0;
  }
  #header .st-HeaderRow--Cell .sp-navigation {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    /* margin-right: 4vw; */
  }
  #header .st-HeaderRow--Cell .sp-navigation a.button {
    margin: 2.667vw 4.533vw 2.667vw 0;
  }
  #header .sp-navigation .st-headermenu {
    position: fixed;
    top: 95px;
    z-index: 9;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: #e60012;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  #header .sp-navigation .st-headermenu.active {
    display: block;
  }
  #header .sp-navigation .st-headermenu li {
    width: 100%;
    border-left: 1px solid #fff;
  }
  #header .sp-navigation .st-headermenu li:first-child {
    border-left: 0;
  }
  #header .sp-navigation .st-headermenu li:last-child {
    margin-right: 0;
  }
  #header .sp-navigation .st-headermenu.fixed {
    position: fixed;
    top: 0;
    width: 100%;
  }
  #header .sp-navigation .st-headermenu a {
    height: 60px;
    padding: 16px 5px;
    font-size: 12px;
    line-height: 2.2;
    color: #fff;
    text-align: center;
    background: #e60012;
  }
  #header .sp-navigation .st-headermenu a path {
    fill: #ffffff;
  }
  #header .sp-navigation .st-headermenu a.disabled {
    color: #fff;
    pointer-events: none;
    background: #a4a4a4;
  }
  #header .sp-navigation .st-headermenu a.disabled path {
    fill: #fff;
  }
  #header .sp-navigation .st-headermenu li:nth-child(2) a {
    line-height: 1.4;
  }
  #header .sp-navigation .st-headermenu li.yoso a.disabled {
    position: relative;
    padding-top: 10px;
    margin-top: 0;
  }
  #header .sp-navigation .st-headermenu li.yoso a.disabled .soon {
    bottom: 10px;
  }
}
#footer .copyright {
  font-size: 1.2rem;
  padding-top: 60px;
  font-weight: 100;
  line-height: 1;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  letter-spacing: -0.2px;
}
@media only screen and (max-width: 53.125em) {
  #footer .copyright {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  #footer .copyright {
    padding-top: 22.6666666667vw;
    letter-spacing: 0;
  }
}

#footer .st-FooterRow .copyright small {
  font-size: 100%;
}

#kv {
  padding: 10rem 0 5rem 0;
  background: url(../images/bg_kv.webp) no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 53.125em) {
  #kv {
    padding: 13.3333333333vw 0 6.6666666667vw 0;
  }
}

#kv img {
  display: block;
  width: 550px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: top;
}
@media only screen and (max-width: 53.125em) {
  #kv img {
    width: 94vw;
    margin-right: 1.3333333333vw;
  }
}
#kv img.ttl01 {
  margin-top: -30px;
}
@media only screen and (max-width: 53.125em) {
  #kv img.ttl01 {
    margin-top: -4vw;
    margin-right: 1.3333333333vw;
  }
}

.st-Content#grandprix .st-ContentHeader > div:first-child,
.st-Content#grandprix .st-ContentHeader .tab-content__blk > div:first-child {
  position: relative;
}

.st-ContentHeader > div:first-child,
.st-ContentHeader .tab-content__blk > div:first-child {
  position: relative;
}

.st-ContentHeader,
.st-ContentHeader .tab-content__blk {
  padding-bottom: 60px;
  /* background: #fff */
}

@media (max-width: 768px) {
  .st-ContentHeader,
  .st-ContentHeader .tab-content__blk {
    padding-bottom: 30px;
  }
}
.st-ContentHeader h1,
.st-ContentHeader h2 {
  font-style: normal;
  letter-spacing: 0;
}

.st-ContentHeader h1 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 768px) {
  .st-ContentHeader h1 {
    font-size: 16px;
  }
}
.st-ContentHeader h2 {
  margin-top: 14px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 768px) {
  .st-ContentHeader h2 {
    margin-top: 1.867vw;
    font-size: 3.333vw;
  }
}
.st-ContentHeader p {
  font-weight: 400;
  line-height: 2em;
}

.st-ContentBoxHeader h3 {
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 768px) {
  .st-ContentBoxHeader h3 {
    font-size: 24px;
  }
}
.st-Content#girlsGrandprix .chari_ranger .rangers .ranger,
.st-Content#grandprix .chari_ranger .rangers .ranger,
.st-Content#youngGrandprix .chari_ranger .rangers .ranger {
  position: relative;
  /* background: #fff; */
  /* border-radius: 5px; */
  /* margin-top: 30px; */
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.st-Content#girlsGrandprix .chari_ranger .rangers .ranger:nth-child(1),
.st-Content#grandprix .chari_ranger .rangers .ranger:nth-child(1),
.st-Content#youngGrandprix .chari_ranger .rangers .ranger:nth-child(1) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}

.st-Content#girlsGrandprix .chari_ranger .rangers .ranger:nth-child(2),
.st-Content#grandprix .chari_ranger .rangers .ranger:nth-child(2),
.st-Content#youngGrandprix .chari_ranger .rangers .ranger:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.st-Content#girlsGrandprix .chari_ranger .rangers .ranger:nth-child(3),
.st-Content#grandprix .chari_ranger .rangers .ranger:nth-child(3),
.st-Content#youngGrandprix .chari_ranger .rangers .ranger:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.st-Content#girlsGrandprix .chari_ranger .rangers .ranger:nth-child(4),
.st-Content#grandprix .chari_ranger .rangers .ranger:nth-child(4),
.st-Content#youngGrandprix .chari_ranger .rangers .ranger:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.st-Content#girlsGrandprix .chari_ranger .rangers .ranger:nth-child(5),
.st-Content#grandprix .chari_ranger .rangers .ranger:nth-child(5),
.st-Content#youngGrandprix .chari_ranger .rangers .ranger:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.st-Content#girlsGrandprix .chari_ranger .rangers .ranger:nth-child(6),
.st-Content#grandprix .chari_ranger .rangers .ranger:nth-child(6),
.st-Content#youngGrandprix .chari_ranger .rangers .ranger:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.st-Content#girlsGrandprix .chari_ranger .rangers .ranger:nth-child(7),
.st-Content#grandprix .chari_ranger .rangers .ranger:nth-child(7),
.st-Content#youngGrandprix .chari_ranger .rangers .ranger:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.st-Content#girlsGrandprix .chari_ranger .rangers .ranger:nth-child(8),
.st-Content#grandprix .chari_ranger .rangers .ranger:nth-child(8),
.st-Content#youngGrandprix .chari_ranger .rangers .ranger:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.st-Content#girlsGrandprix .chari_ranger .rangers .ranger:nth-child(9),
.st-Content#grandprix .chari_ranger .rangers .ranger:nth-child(9),
.st-Content#youngGrandprix .chari_ranger .rangers .ranger:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.st-Content#girlsGrandprix .chari_ranger .rangers .ranger:nth-child(10),
.st-Content#grandprix .chari_ranger .rangers .ranger:nth-child(10),
.st-Content#youngGrandprix .chari_ranger .rangers .ranger:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.st-Content#girlsGrandprix .chari_ranger .rangers .ranger.show,
.st-Content#grandprix .chari_ranger .rangers .ranger.show,
.st-Content#youngGrandprix .chari_ranger .rangers .ranger.show {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.st-ContentBox.order,
.st-ContentBox.racelist {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
  /* background: #fff */
}

.st-ContentBox.order .orderContent,
.st-ContentBox.racelist .orderContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 630px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

@media (max-width: 768px) {
  .st-ContentBox.order .orderContent,
  .st-ContentBox.racelist .orderContent {
    max-width: 84vw;
  }
}
.st-ContentBox.order .orderContent > div span,
.st-ContentBox.racelist .orderContent > div span {
  display: inline-block;
  width: 50px;
  height: 70px;
  font-family: "Bebas Neue", cursive;
  font-size: 40px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  background: #000;
  /* border: 2px solid #373737; */
}

@media (max-width: 768px) {
  .st-ContentBox.order .orderContent > div span,
  .st-ContentBox.racelist .orderContent > div span {
    width: 6.667vw;
    height: 9.333vw;
    font-size: 5.333vw;
    line-height: 9.333vw;
  }
}
.st-ContentBox.order .orderContent > div span.color-1,
.st-ContentBox.racelist .orderContent > div span.color-1,
.yoso-content .table-scroll .c-01 th:first-child {
  color: #000;
  background: #f0f0f0;
}

.st-ContentBox.order .orderContent > div span.color-2,
.st-ContentBox.racelist .orderContent > div span.color-2,
.yoso-content .table-scroll .c-02 th:first-child {
  color: #fff;
  background: #373737;
}

.st-ContentBox.order .orderContent > div span.color-3,
.st-ContentBox.racelist .orderContent > div span.color-3,
.yoso-content .table-scroll .c-03 th:first-child {
  color: #fff;
  background: #d71718;
}

.st-ContentBox.order .orderContent > div span.color-4,
.st-ContentBox.racelist .orderContent > div span.color-4,
.yoso-content .table-scroll .c-04 th:first-child {
  color: #fff;
  background: #0b5ca9;
}

.st-ContentBox.order .orderContent > div span.color-5,
.st-ContentBox.racelist .orderContent > div span.color-5,
.yoso-content .table-scroll .c-05 th:first-child {
  background: #f4da26;
}

.st-ContentBox.order .orderContent > div span.color-6,
.st-ContentBox.racelist .orderContent > div span.color-6,
.yoso-content .table-scroll .c-06 th:first-child {
  color: #fff;
  background: #056836;
}

.st-ContentBox.order .orderContent > div span.color-7,
.st-ContentBox.racelist .orderContent > div span.color-7,
.yoso-content .table-scroll .c-07 th:first-child {
  color: #fff;
  background: #ef7c1a;
}

.st-ContentBox.order .orderContent > div span.color-8,
.st-ContentBox.racelist .orderContent > div span.color-8,
.yoso-content .table-scroll .c-08 th:first-child {
  color: #fff;
  background: #d63e7c;
}

.st-ContentBox.order .orderContent > div span.color-9,
.st-ContentBox.racelist .orderContent > div span.color-9,
.yoso-content .table-scroll .c-09 th:first-child {
  color: #fff;
  background: #784799;
}

.st-ContentBox.buttons {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
  background: #f2f2f2;
}

.st-ContentBox.buttons .button {
  text-align: center;
  -webkit-box-shadow: 0 6px 0 #000;
  box-shadow: 0 6px 0 #000;
}

@media (max-width: 768px) {
  .st-ContentBox.buttons .button {
    -webkit-box-shadow: 0 3px 0 #000;
    box-shadow: 0 3px 0 #000;
  }
}
.st-ContentBox.contents {
  max-width: 100%;
  padding: 0 30px;
  padding-bottom: 60px;
  margin: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#D40F11), to(#ee7c00));
  background: linear-gradient(0deg, #D40F11, #ee7c00);
}

@media (max-width: 768px) {
  .st-ContentBox.contents {
    padding: 0 15px;
    padding-bottom: 60px;
  }
}
.st-ContentBox.contents .st-ContentBoxInner + .st-ContentBoxInner {
  padding-top: 120px;
  border-top: 1px solid #fff;
}

@media (max-width: 768px) {
  .st-ContentBox.contents .st-ContentBoxInner + .st-ContentBoxInner {
    padding-top: 60px;
  }
}
.st-ContentBox.contents .st-ContentBoxHeader h3 {
  line-height: 1.5;
}

.st-ContentBox.contents .st-ContentBoxBody {
  color: #fff;
  text-align: center;
}

.st-ContentBox.contents .st-ContentBoxBody > div img {
  max-width: 630px;
  height: auto;
}

@media (max-width: 768px) {
  .st-ContentBox.contents .st-ContentBoxBody > div img {
    max-width: 315px;
  }
}
.st-ContentBox.contents .st-ContentBoxBody a {
  color: #fff;
}

.st-ContentBox.contents .st-ContentBoxBody h5 {
  margin: 2em 2em 0;
  font-size: 18px;
}

@media (max-width: 768px) {
  .st-ContentBox.contents .st-ContentBoxBody h5 {
    font-size: 15px;
  }
}
.st-ContentBox.contents .st-ContentBoxBody h5 + p {
  margin: 2em;
}

.st-ContentBox.contents .st-ContentBoxBody p + div {
  margin-top: 2em;
}

.st-ContentBox.contents .st-ContentBoxBody p > img {
  width: auto;
  height: 22px;
}

@media (max-width: 768px) {
  .st-ContentBox.contents .st-ContentBoxBody p > img {
    height: 17px;
  }
}
.st-ContentBox.contents .st-ContentBoxBody .guest {
  margin-top: 2em;
}

.st-ContentBox.contents .st-ContentBoxBody .guest .guestHeader {
  margin-bottom: 1em;
}

.st-ContentBox.contents .st-ContentBoxBody .guest .guestBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 540px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .st-ContentBox.contents .st-ContentBoxBody .guest .guestBody {
    max-width: 375px;
  }
}
.st-ContentBox.contents .st-ContentBoxBody .guest .guestBody figure img {
  width: 180px;
  height: auto;
}

@media (max-width: 768px) {
  .st-ContentBox.contents .st-ContentBoxBody .guest .guestBody figure img {
    width: 120px;
  }
}
.prize .st-ContentBoxBody > div {
  text-align: center;
}

.prize .st-ContentBoxBody > div img {
  max-width: 100%;
}

.prize .st-ContentBoxBody p {
  position: relative;
  font-family: "Bebas Neue", cursive;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  color: #ee7c00;
  text-align: center;
}

@media (max-width: 768px) {
  .prize .st-ContentBoxBody p {
    font-size: 24px;
  }
}
.prize .st-ContentBoxBody p small {
  font-size: 14px;
  color: #666;
}

@media (max-width: 768px) {
  .prize .st-ContentBoxBody p small {
    font-size: 11px;
  }
}
.prize .st-ContentBoxBody p + p {
  margin-top: 0 !important;
  line-height: 1;
}

#campaign .st-ContentHeader {
  padding-bottom: 45px;
}

#campaign .st-ContentHeader.raceandracer {
  margin-top: 95px;
}

.st-ContentHeader .ttl_campaign {
  width: 350px;
  margin: 0 auto;
}

.st-ContentHeader .ttl_racer {
  width: 468px;
  margin: 0 auto;
}

.st-ContentHeader .ttl_movie {
  width: 514px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #campaign .st-ContentHeader {
    padding-bottom: 10.667vw;
  }
  #campaign .st-ContentHeader.raceandracer {
    padding-bottom: 6vw;
    margin-top: 17.067vw;
  }
  .st-ContentHeader .ttl_campaign {
    width: 46.667vw;
  }
  .st-ContentHeader .ttl_racer {
    width: 62.4vw;
  }
  .st-ContentHeader .ttl_movie {
    width: 68.53333vw;
  }
}
#campaign #cp-banners {
  margin-bottom: 70px;
}
@media only screen and (max-width: 53.125em) {
  #campaign #cp-banners {
    margin-bottom: 13.3333333333vw;
  }
}

#campaign .st-ContentBoxInner {
  /* padding: 0 30px 60px; */
}

@media (max-width: 768px) {
  #campaign .st-ContentBoxInner {
    /* padding: 0 20px 40px; */
  }
}
@media (min-width: 767px) {
  #campaign #cp-banners .flexbox2 {
    row-gap: 30px;
  }
}
/* #campaign .st-ContentBoxInner .banner:first-child:last-child {
  margin: 0 auto;
} */
/* #campaign .st-ContentBoxInner .banner:nth-child(1),
#campaign .st-ContentBoxInner .banner:nth-child(2) {
  margin-top: 0;
} */
/* #campaign .st-ContentBoxInner .banner.one {
  text-align: center;
} */
@media (max-width: 768px) {
  #campaign .st-ContentBoxInner .banner:first-child {
    margin-top: 0;
  }
  #campaign .st-ContentBoxInner .banner {
    margin-top: 9.333vw;
  }
  /* #campaign .st-ContentBoxInner .banner.one {
    text-align: left;
  } */
}
#campaign .st-ContentBoxInner .banner h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
}

@media (max-width: 1020px) {
  #campaign .st-ContentBoxInner .banner h4 {
    font-size: 3.733vw;
  }
}
#campaign .st-ContentBoxInner .banner a {
  position: relative;
  display: block;
  overflow: hidden;
}

#campaign .st-ContentBoxInner .banner a.soon {
  pointer-events: none;
}

#campaign .st-ContentBoxInner .banner a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#campaign .st-ContentBoxInner .banner a:hover:after {
  border: 6px solid #ad8c48;
  opacity: 1;
}

#campaign .st-ContentBoxInner .banner a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  pointer-events: none;
  content: "";
  border: 6px solid #ddd;
  opacity: 0;
}

#campaign .st-ContentBoxInner .banner a.button:hover:after {
  border: none;
}

#campaign .st-ContentBoxInner .banner img {
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

#campaign .st-ContentBoxInner .banner p {
  font-size: 12px;
  text-align: left;
}

.flexbox2-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexbox2-2 > * {
  flex-basis: calc(50% - 10px);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
  -ms-flex-preferred-size: calc(50% - 10px);
}

@media (max-width: 768px) {
  .flexbox2-2 > * {
    margin: 0 auto;
  }
}
.flexbox2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1020px) {
  .flexbox2 {
    display: block;
  }
}
.flexbox2 > * {
  flex-basis: calc(50% - 15px);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
  -ms-flex-preferred-size: calc(50% - 15px);
}

@media (max-width: 768px) {
  .flexbox2 > * {
    margin: 0 auto;
  }
}
.flexbox3 {
  position: relative;
  right: -10px;
  left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 20px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (max-width: 768px) {
  .flexbox3 {
    right: -5px;
    left: -5px;
    width: calc(100% + 10px);
  }
}
.flexbox3 > * {
  flex-basis: calc(33.33% - 20px);
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
  -ms-flex-preferred-size: calc(33.33% - 20px);
}

@media (max-width: 1020px) {
  .flexbox3 > * {
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .flexbox3 > * {
    flex-basis: calc(50% - 10px);
    margin: 0 auto;
    margin-right: 5px;
    margin-left: 5px;
    -ms-flex-preferred-size: calc(50% - 10px);
  }
}
.ranking .st-ContentBoxHeader {
  border-bottom: 1px solid #ddd;
}

.ranking .st-ContentBoxBody {
  height: 450px;
  overflow: auto;
}

@media (max-width: 768px) {
  .ranking .st-ContentBoxBody {
    height: 225px;
  }
}
.ranking .rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 768px) {
  .ranking .rank {
    padding: 5px 0;
  }
}
.ranking .rank > div:nth-child(1) {
  -webkit-box-flex: 90px;
  -ms-flex: 90px 0 0px;
  flex: 90px 0 0;
  text-align: center;
}

@media (max-width: 768px) {
  .ranking .rank > div:nth-child(1) {
    -webkit-box-flex: 40px;
    -ms-flex: 40px 0 0px;
    flex: 40px 0 0;
  }
}
.ranking .rank > div:nth-child(1) span {
  padding-left: 0;
  font-family: "Bebas Neue", cursive;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 768px) {
  .ranking .rank > div:nth-child(1) span {
    padding-left: 2px;
    font-size: 20px;
  }
}
.ranking .rank.rank1 > div:nth-child(1) span,
.ranking .rank.rank2 > div:nth-child(1) span,
.ranking .rank.rank3 > div:nth-child(1) span {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #fff;
}

.ranking .rank.rank1 > div:nth-child(1) span:before,
.ranking .rank.rank2 > div:nth-child(1) span:before,
.ranking .rank.rank3 > div:nth-child(1) span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  width: 60px;
  height: 60px;
  margin-top: -32px;
  margin-left: -30px;
  content: "";
  border-radius: 30px;
}

@media (max-width: 768px) {
  .ranking .rank.rank1 > div:nth-child(1) span:before,
  .ranking .rank.rank2 > div:nth-child(1) span:before,
  .ranking .rank.rank3 > div:nth-child(1) span:before {
    width: 30px;
    height: 30px;
    margin-top: -16px;
    margin-left: -15px;
    border-radius: 15px;
  }
}
.ranking .rank.rank1 > div:nth-child(1) span:before {
  background: #c9b474;
}

.ranking .rank.rank2 > div:nth-child(1) span:before {
  background: #c4c4c4;
}

.ranking .rank.rank3 > div:nth-child(1) span:before {
  background: #c49a6f;
}

.ranking .rank > div:nth-child(2) {
  -webkit-box-flex: 90px;
  -ms-flex: 90px 0 0px;
  flex: 90px 0 0;
}

.ranking .rank > div:nth-child(2) img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
}

@media (max-width: 768px) {
  .ranking .rank > div:nth-child(2) {
    -webkit-box-flex: 40px;
    -ms-flex: 40px 0 0px;
    flex: 40px 0 0;
  }
  .ranking .rank > div:nth-child(2) img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top;
  }
}
.ranking .rank > div:nth-child(3) {
  -webkit-box-flex: calc(100% - 433px);
  -ms-flex: calc(100% - 433px) 0 0px;
  flex: calc(100% - 433px) 0 0;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .ranking .rank > div:nth-child(3) {
    -webkit-box-flex: calc(100% - 220px);
    -ms-flex: calc(100% - 220px) 0 0px;
    flex: calc(100% - 220px) 0 0;
  }
}
.ranking .rank > div:nth-child(3) h5 {
  font-size: 24px;
}

@media (max-width: 768px) {
  .ranking .rank > div:nth-child(3) h5 {
    font-size: 15px;
  }
}
.ranking .rank > div:nth-child(3) p {
  font-size: 14px;
  color: #666;
}

@media (max-width: 768px) {
  .ranking .rank > div:nth-child(3) p {
    font-size: 11px;
  }
}
.ranking .rank > div:nth-child(4) {
  -webkit-box-flex: 48px;
  -ms-flex: 48px 0 0px;
  flex: 48px 0 0;
}

@media (max-width: 768px) {
  .ranking .rank > div:nth-child(4) {
    -webkit-box-flex: 30px;
    -ms-flex: 30px 0 0px;
    flex: 30px 0 0;
  }
}
.ranking .rank > div:nth-child(4) span {
  display: inline-block;
  width: 48px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background: #D40F11;
  border-radius: 2px;
}

@media (max-width: 768px) {
  .ranking .rank > div:nth-child(4) span {
    width: 30px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
  }
}
.ranking .rank > div:nth-child(5) {
  -ms-flex: 205px 0 0px;
  flex: 205px 0 0;
  padding-right: 30px;
  text-align: right;
  -webkit-box-flex: 205px;
}

@media (max-width: 768px) {
  .ranking .rank > div:nth-child(5) {
    padding-right: 15px;
  }
}
.ranking .rank > div:nth-child(5) span:first-child {
  font-family: "Bebas Neue", cursive;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .ranking .rank > div:nth-child(5) span:first-child {
    font-size: 17px;
  }
}
.ranking .rank > div:nth-child(5) span:last-child {
  display: inline-block;
  margin-left: 5px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

@media (max-width: 768px) {
  .ranking .rank > div:nth-child(5) span:last-child {
    font-size: 12px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 768px) {
  .ranking .rank > div:nth-child(5) {
    -webkit-box-flex: 110px;
    -ms-flex: 110px 0 0px;
    flex: 110px 0 0;
  }
}
#share {
  position: sticky;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: 0;
  padding: 0 !important;
  padding: 10px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

#share #scrollTop {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

#share #scrollTop img {
  width: 100%;
  height: auto;
}

#share #scrollTop {
  position: absolute;
  top: -160px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #1da1f2;
  border-radius: 30px;
  outline: 0;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

#share #scrollTop svg {
  margin-top: 7px;
}

@media (max-width: 768px) {
  #share #scrollTop svg {
    width: 20px;
  }
}
@media (max-width: 768px) {
  #share #scrollTop {
    top: -50px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
}
#share a.button {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#share.show {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#register {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  padding: 0 0 20px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 125%, 0);
}
@media only screen and (max-width: 53.125em) {
  #register {
    padding: 0.6666666667vw 0;
    -webkit-transform: translate3d(0, 180%, 0);
    transform: translate3d(0, 180%, 0);
  }
}

#register #scrollTop {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  translate: 0 -50%;
}
@media only screen and (max-width: 53.125em) {
  #register #scrollTop {
    top: auto;
    right: 4vw;
    bottom: 24vw;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    translate: none;
  }
}

#register #scrollTop img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 53.125em) {
  #register #scrollTop img {
    border-radius: 100%;
  }
}

#register a.button {
  width: 55rem;
  max-width: 100%;
  margin: -20px auto 0 auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 53.125em) {
  #register a.button {
    width: 92vw;
    margin: 0 auto;
  }
}
#register a.button:hover {
  opacity: 0.7;
}

#register.show {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.st-Content .profile {
  position: relative;
  z-index: 10;
  align-items: center;
  align-self: center;
  -ms-flex-item-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.st-Content .profile div:nth-child(1),
.st-Content .profile div:nth-child(2) {
  -o-object-fit: cover;
  object-fit: cover;
}

.st-Content .profile h5 {
  margin-top: 0.5em;
  font-size: 2.6rem;
}

@media (max-width: 768px) {
  .st-Content .profile h5 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .st-Content .profile .race {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.st-Content .profile .race.dream {
  background: #55be37;
}

.st-Content .profile .race.orion {
  background: #00b3e6;
}

.st-Content .profile .race.qualifying {
  background: #D40F11;
}

.st-Content .profile .race.artemis {
  background: #b9af64;
}

.st-Content .profile .link {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
}

.st-Content .profile .link:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .st-Content .profile .link {
    top: 3px;
  }
}
.st-Content .profile .link img {
  width: 42px;
  height: 30px;
  vertical-align: top;
}
@media only screen and (max-width: 53.125em) {
  .st-Content .profile .link img {
    width: 8.2666666667vw;
    height: 5.8666666667vw;
  }
}

.st-Content .profile .link2 {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
}

.st-Content .profile .link2:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .st-Content .profile .link2 {
    top: 3px;
  }
}
.st-Content .profile .link2 img {
  width: 31px;
  height: auto;
  vertical-align: top;
}

@media (max-width: 768px) {
  .st-Content .profile .link2 img {
    width: 20px;
  }
}
.st-Content .profile + .expectation {
  margin-top: 30px;
}
@media only screen and (max-width: 53.125em) {
  .st-Content .profile + .expectation {
    margin-top: 6.6666666667vw;
  }
}

.st-Content .member .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.st-Content .member .profile div:nth-child(1) {
  -webkit-box-flex: 164px;
  -ms-flex: 164px 0 0px;
  flex: 164px 0 0;
}
@media only screen and (max-width: 53.125em) {
  .st-Content .member .profile div:nth-child(1) {
    -webkit-box-flex: 32vw;
    -ms-flex: 32vw 0 0;
    flex: 32vw 0 0;
  }
}

.st-Content .member .profile div:nth-child(1) img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.st-Content .member .profile div:nth-child(2) {
  -webkit-box-flex: calc(100% - 164px);
  -ms-flex: calc(100% - 164px) 0 0px;
  flex: calc(100% - 164px) 0 0;
  padding-left: 30px;
}
@media only screen and (max-width: 53.125em) {
  .st-Content .member .profile div:nth-child(2) {
    -webkit-box-flex: calc(100% - 32vw);
    -ms-flex: calc(100% - 32vw) 0 0;
    flex: calc(100% - 32vw) 0 0;
    padding-left: 5.3333333333vw;
  }
}

.st-Content .member .profile div:nth-child(3) {
  -ms-flex: 100% 0 0px;
  flex: 100% 0 0;
  margin-top: 30px;
  -webkit-box-flex: 100%;
}
@media only screen and (max-width: 53.125em) {
  .st-Content .member .profile div:nth-child(3) {
    margin-top: 5.3333333333vw;
  }
}
.st-Content .member .profile div:nth-child(3) p {
  font-size: 1.8rem;
  line-height: 1.9;
}
@media only screen and (max-width: 53.125em) {
  .st-Content .member .profile div:nth-child(3) p {
    font-size: 3.2vw;
    line-height: 1.75;
  }
}

.sec-order {
  position: relative;
  padding: 0;
  margin-top: -4rem;
}
@media only screen and (max-width: 53.125em) {
  .sec-order {
    margin-top: 0;
  }
}

.sec-order .order {
  position: relative;
  z-index: 1;
  margin-top: -6rem;
}
@media only screen and (max-width: 53.125em) {
  .sec-order .order {
    margin-top: 0;
  }
}

.sec-racer {
  -webkit-clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%, 0 3%);
  clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%, 0 3%);
  background: url(../images/bg_racer.webp) no-repeat top center #D40F11;
  background-size: cover;
}
@media only screen and (max-width: 53.125em) {
  .sec-racer {
    -webkit-clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%, 0 0);
    background: url(../images/bg_racer_sp.webp) no-repeat top left #D40F11;
    background-size: 100%;
  }
}

.sec-racer .st-ContentBoxInner {
  padding: 100px 0;
}
@media only screen and (max-width: 53.125em) {
  .sec-racer .st-ContentBoxInner {
    padding: 20vw 0 20vw 0;
  }
}

.sec-racer .subttl img {
  margin: 0 auto;
}

.sec-racer .ttl {
  position: relative;
  width: 39.7rem;
  margin: 0 auto;
}
@media only screen and (max-width: 53.125em) {
  .sec-racer .ttl {
    width: 75.6vw;
  }
}

.sec-racer .racers-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 55px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin: 6rem 0 0 0;
}
@media only screen and (max-width: 53.125em) {
  .sec-racer .racers-list {
    grid-template-columns: auto;
    row-gap: 7.2vw;
    width: 81.3333333333vw;
    margin: 16vw auto 8vw auto;
  }
}

.sec-racer .racers-list .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  color: #fff;
}
@media only screen and (max-width: 53.125em) {
  .sec-racer .racers-list .profile {
    -webkit-column-gap: 5.3333333333vw;
    -moz-column-gap: 5.3333333333vw;
    column-gap: 5.3333333333vw;
  }
}

.sec-racer .racers-list .profile .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
}
@media only screen and (max-width: 53.125em) {
  .sec-racer .racers-list .profile .info {
    padding-bottom: 0.4vw;
  }
}

.sec-racer .racers-list .profile .info p {
  line-height: 1.5;
  font-size: 1.6rem;
}
@media only screen and (max-width: 53.125em) {
  .kanaga {
    font-size: 3.3333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .sec-racer .racers-list .profile .info p {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .sec-racer .racers-list .profile .info p {
    line-height: 1.4;
    white-space: nowrap;
  }
}

.sec-racer .racers-list .profile .info .name {
  max-width: 19.6rem;
  margin-bottom: 12px;
}
@media only screen and (max-width: 53.125em) {
  .sec-racer .racers-list .profile .info .name {
    max-width: 37.3333333333vw;
  }
}

.sec-racer .racers-list .profile .gazou {
  width: 146px;
  height: 178px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 53.125em) {
  .sec-racer .racers-list .profile .gazou {
    width: 26vw;
    height: 31.6vw;
  }
}

.sec-campaign {
  padding-bottom: 100px;
  background: url(../images/bg_campaign.webp) no-repeat top center #fff;
  background-size: cover;
}
@media only screen and (max-width: 53.125em) {
  .sec-campaign {
    padding-bottom: 14.6666666667vw;
    background: url(../images/bg_campaign_sp.webp) no-repeat top center #fff;
    background-size: 100%;
  }
}
.sec-campaign .st-ContentBox {
  width: 65rem;
  max-width: 100%;
  margin: 0 auto;
  background: none;
}
@media only screen and (max-width: 53.125em) {
  .sec-campaign .st-ContentBox {
    width: 100%;
  }
}
.sec-campaign .st-ContentBox .noteslist {
  padding: 2.5rem 2rem 4rem 7rem;
  margin-top: 0;
  color: #000;
  text-align: left;
}
.sec-campaign .st-ContentBox .noteslist li {
  font-size: 1.5rem;
}
@media only screen and (max-width: 53.125em) {
  .sec-campaign .st-ContentBox .noteslist li {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .sec-campaign .st-ContentBox .noteslist {
    padding: 6vw 4vw 6vw 7.3333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .sec-campaign .st-ContentBoxInner {
    padding: 0;
  }
}
.sec-campaign .presentinfo {
  position: relative;
}
.sec-campaign .presentinfo .present {
  position: absolute;
  right: 0;
  bottom: 15rem;
  left: 0;
  width: 45rem;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 53.125em) {
  .sec-campaign .presentinfo .present {
    bottom: 22.2666666667vw;
    width: 70vw;
  }
}
.sec-campaign .animatebtn {
  width: 60rem;
  max-width: 100%;
  margin: 0rem auto;
}
@media only screen and (max-width: 53.125em) {
  .sec-campaign .animatebtn {
    width: 100%;
  }
}
.sec-campaign .content01 {
  width: 73rem;
  margin: 0 auto;
}
@media only screen and (max-width: 53.125em) {
  .sec-campaign .content01 {
    width: 100%;
  }
}
.sec-campaign .content02 {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 53.125em) {
  .sec-campaign .content02 {
    width: 100%;
  }
}
.sec-campaign .content03 {
  width: 48.3rem;
  margin: 0rem auto;
}
@media only screen and (max-width: 53.125em) {
  .sec-campaign .content03 {
    width: 100%;
  }
}

.sec-apply {
  padding: 7rem 0 15rem 0;
  background: url(../images/bg_apply.webp) no-repeat top center #fff;
  background-size: cover;
}
@media only screen and (max-width: 53.125em) {
  .sec-apply {
    padding: 17.3333333333vw 0 26.6666666667vw 0;
    background: url(../images/bg_apply_sp.webp) no-repeat top center #fff;
    background-size: 100%;
  }
}
.sec-apply .secttl {
  width: 19rem;
  margin: 0 auto;
}
@media only screen and (max-width: 53.125em) {
  .sec-apply .secttl {
    width: 46.1333333333vw;
  }
}
.sec-apply .howtoapply {
  width: 51rem;
  max-width: 100%;
  margin: 5rem auto;
}
@media only screen and (max-width: 53.125em) {
  .sec-apply .howtoapply {
    width: 100%;
    margin: 9.3333333333vw auto 0 auto;
  }
}
.sec-apply .howtoapply .step {
  gap: 1rem;
  padding: 0 3rem;
}
@media only screen and (max-width: 53.125em) {
  .sec-apply .howtoapply .step {
    gap: 4.4vw;
    padding: 0;
  }
}
.sec-apply .howtoapply .step .ico {
  width: 8.2rem;
}
@media only screen and (max-width: 53.125em) {
  .sec-apply .howtoapply .step .ico {
    width: 13.6vw;
  }
}
.sec-apply .howtoapply .step .ttl {
  font-weight: 700;
  color: #000;
  text-align: left;
  font-size: 2.5rem;
}
@media only screen and (max-width: 53.125em) {
  .sec-apply .howtoapply .step .ttl {
    font-size: 4.8vw;
  }
}
.sec-apply .howtoapply .step .ttl span {
  font-size: 1.4rem;
  display: block;
  margin-top: 1rem;
  font-weight: 400;
}
@media only screen and (max-width: 53.125em) {
  .sec-apply .howtoapply .step .ttl span {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .sec-apply .howtoapply .step .ttl span {
    margin-top: 1.3333333333vw;
  }
}
.sec-apply .howtoapply .btnlist {
  margin: 2.5rem auto 7rem auto;
}
@media only screen and (max-width: 53.125em) {
  .sec-apply .howtoapply .btnlist {
    margin: 7.3333333333vw auto 13.3333333333vw auto;
  }
}
.sec-apply .howtoapply .btnlist a {
  -webkit-box-shadow: 0.1rem 1rem 1rem #000;
  box-shadow: 0.1rem 1rem 1rem #000;
}
.sec-apply .howtoapply .btnlist .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 53.125em) {
  .sec-apply .howtoapply .btnlist .flex {
    gap: 4vw;
    margin-top: 4.6666666667vw;
  }
}
.sec-apply .howtoapply .btnlist .flex a {
  font-size: 1.8rem;
  line-height: 1.35;
}
@media only screen and (max-width: 53.125em) {
  .sec-apply .howtoapply .btnlist .flex a {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .sec-apply .howtoapply .btnlist .flex a {
    line-height: 1.15;
  }
}
.sec-apply .howtoapply .btnlist .flex a small {
  font-size: 1.6rem;
}
@media only screen and (max-width: 53.125em) {
  .sec-apply .howtoapply .btnlist .flex a small {
    font-size: 3.3333333333vw;
  }
}
.sec-apply .howtoapply .btnlist .flex a span:after {
  right: 10px;
}
@media only screen and (max-width: 53.125em) {
  .sec-apply .howtoapply .btnlist .flex a span:after {
    right: 1.6vw;
    width: 1.7333333333vw;
    height: 1.7333333333vw;
  }
}
.sec-apply .howtoapply .btnlist .remarks {
  margin-top: 2rem;
  text-align: right;
}
@media only screen and (max-width: 53.125em) {
  .sec-apply .howtoapply .btnlist .remarks {
    margin-top: 4vw;
  }
}
.sec-apply .howtoapply .btnlist .remarks span {
  font-size: 1.2rem;
  display: inline-block;
  font-weight: 400;
  text-align: left;
}
@media only screen and (max-width: 53.125em) {
  .sec-apply .howtoapply .btnlist .remarks span {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .sec-apply .howtoapply .btnlist .remarks span {
    text-indent: -3.0666666667vw;
  }
}
.sec-apply .form {
  padding: 6rem 0 0 0;
  background: #fff;
  border-radius: 20px;
}
@media only screen and (max-width: 53.125em) {
  .sec-apply .form {
    padding: 8vw 0 0 0;
  }
}
.sec-apply .form .subttl {
  padding: 6rem 0;
  font-weight: bold;
  color: #000;
  text-align: center;
  font-size: 4rem;
}
@media only screen and (max-width: 53.125em) {
  .sec-apply .form .subttl {
    font-size: 5.3333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .sec-apply .form .subttl {
    display: none;
  }
}
.sec-apply .notes {
  padding-top: 6rem;
}
@media only screen and (max-width: 53.125em) {
  .sec-apply .notes {
    padding-top: 10.6666666667vw;
    margin-top: 0vw;
    border-top: 0.1333333333vw solid #707070;
  }
}
@media only screen and (max-width: 53.125em) {
  .sec-apply .notes .inner {
    padding: 0;
  }
}
.sec-apply .notes .subttl {
  font-weight: 700;
  color: #D40F11;
  text-align: left;
  font-size: 1.6rem;
}
@media only screen and (max-width: 53.125em) {
  .sec-apply .notes .subttl {
    font-size: 4vw;
  }
}

.sec-apply iframe {
  display: block;
  width: 570px;
  width: 57rem;
  height: 130rem;
  margin: 0 auto;
  border: 0;
}
@media only screen and (max-width: 53.125em) {
  .sec-apply iframe {
    width: 95%;
    max-width: 550px;
    height: 186.6666666667vw;
    height: 1400px;
  }
}

@media only screen and (max-width: 530px) {
  .sec-apply iframe {
    height: 1570px;
  }
}
.table-content {
  max-width: 69rem;
  margin: 0 auto 0 auto;
}
@media only screen and (max-width: 53.125em) {
  .table-content {
    padding: 0 4vw;
    margin-top: 4vw;
  }
}

.sec-specialcontent {
  position: relative;
  padding: 150px 0;
  -webkit-clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%, 0 3%);
  clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%, 0 3%);
  color: #fff;
  background: url(../images/bg_specialcontent.webp) no-repeat top center #000;
  background-size: cover;
}
@media only screen and (max-width: 53.125em) {
  .sec-specialcontent {
    padding: 18.6666666667vw 0 22.6666666667vw 0;
    -webkit-clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%, 0 0);
    background: url(../images/bg_specialcontent_sp.webp) no-repeat top center #000;
    background-size: 100%;
  }
}
.sec-specialcontent .secttl {
  width: 39rem;
  max-width: 100%;
  margin: 0 auto 6rem auto;
}
@media only screen and (max-width: 53.125em) {
  .sec-specialcontent .secttl {
    width: 92vw;
    margin: 0 auto 16vw auto;
  }
}
.sec-specialcontent .st-ContentBox {
  margin: 0;
}
.sec-specialcontent .st-ContentBoxInner {
  width: 69rem;
  max-width: 100%;
}
@media only screen and (max-width: 53.125em) {
  .sec-specialcontent .st-ContentBoxInner {
    width: 100%;
  }
}
.sec-specialcontent .ttl {
  font-size: 3rem;
  margin-bottom: 2.5rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 53.125em) {
  .sec-specialcontent .ttl {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .sec-specialcontent .ttl {
    margin-bottom: 2.6666666667vw;
  }
}
.sec-specialcontent .caption {
  font-size: 1.8rem;
  margin: 2.2rem 0 3.5rem 0;
  line-height: 1.9;
}
@media only screen and (max-width: 53.125em) {
  .sec-specialcontent .caption {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .sec-specialcontent .caption {
    margin: 2.9333333333vw 0 6vw 0;
    line-height: 1.8;
    letter-spacing: 0.2666666667vw;
  }
}
.sec-specialcontent .button {
  margin: 30px auto 0 auto;
}
@media only screen and (max-width: 53.125em) {
  .sec-specialcontent .button {
    margin: 4vw auto 0 auto;
  }
}
.sec-specialcontent .button.channel {
  color: #D40F11;
  background: #fff;
}
.sec-specialcontent .button.channel .flex {
  gap: 1.4rem;
}
@media only screen and (max-width: 53.125em) {
  .sec-specialcontent .button.channel .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.8666666667vw;
  }
}
.sec-specialcontent .button.channel span:after {
  border-color: #D40F11;
}
.sec-specialcontent .button.channel .logo_channel {
  width: 18.2rem;
}
@media only screen and (max-width: 53.125em) {
  .sec-specialcontent .button.channel .logo_channel {
    width: 33.3333333333vw;
  }
}
.sec-specialcontent .button.channel .ico {
  width: 12rem;
}
@media only screen and (max-width: 53.125em) {
  .sec-specialcontent .button.channel .ico {
    width: 21.7333333333vw;
  }
}

/*.table-bangumi：想定番組表
---------------------------------------------------------------------------- */
.table-bangumi {
  width: 100%;
  margin-top: -3rem;
  text-align: center;
  table-layout: fixed;
  border-spacing: 2px;
  /* border: 1px solid #D1D5DB; */
  background: #000;
}

/* Bootstrap Reset */
.table.table-bangumi > tbody > tr > th,
.table.table-bangumi > tbody > tr > td {
  padding: 8px 0;
  font-size: 11px;
  vertical-align: middle;
  border-top-color: #d1d5db;
}

.table.table-bangumi > tbody > tr > td.small {
  font-size: 10px;
}

.table-bangumi th,
.table-bangumi td {
  /* border: 1px solid #D1D5DB; */
}

.table-bangumi th {
  color: #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}

.table-bangumi td {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.table-bangumi tr.row td:nth-child(even) {
  color: #fff;
  background-color: rgba(135, 135, 135, 0.2);
}

.table-bangumi tr.row td:nth-child(odd) {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.table.table-bangumi > tbody > tr.wakuban,
.table.table-bangumi > tbody > tr.syaban {
  height: 26px;
}
@media only screen and (max-width: 53.125em) {
  .table.table-bangumi > tbody > tr.wakuban,
  .table.table-bangumi > tbody > tr.syaban {
    height: 3.4666666667vw;
  }
}

.table.table-bangumi > tbody > tr.wakuban td,
.table.table-bangumi > tbody > tr.wakuban th,
.table.table-bangumi > tbody > tr.syaban td,
.table.table-bangumi > tbody > tr.syaban th {
  height: 26px;
  padding: 0;
  line-height: 1;
}
@media only screen and (max-width: 53.125em) {
  .table.table-bangumi > tbody > tr.wakuban td,
  .table.table-bangumi > tbody > tr.wakuban th,
  .table.table-bangumi > tbody > tr.syaban td,
  .table.table-bangumi > tbody > tr.syaban th {
    height: 3.4666666667vw;
  }
}

/* .table-bangumi a {
  display: block;
  color: #fff
} */
.table-bangumi a:focus,
.table-seat a:hover {
  color: #fff;
}

.table-bangumi img {
  max-width: 100%;
  height: auto;
}

/* グランプリ名 */
.table > tbody > tr > th.gp-name {
  padding: 8px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0;
}

.table.table-bangumi > tbody > tr.wakuban th.num {
  width: 75px;
}

.gp-name .small {
  font-size: 8px;
}

/* 選手名 */
.table.table-bangumi > tbody > tr > td.player-name {
  vertical-align: top;
}

.player-name span {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  white-space: pre; /* 20231211追加 */
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/*車番*/
.table-bangumi tr.wakuban td,
.table-bangumi tr.syaban td {
  font-weight: bold;
}

.table-bangumi td.bg-num-1 {
  color: #000;
  background-color: #fff;
}

.table-bangumi td.bg-num-2 {
  color: #fff;
  background-color: #27272a;
}

.table-bangumi td.bg-num-3 {
  color: #fff;
  background-color: #e61717;
}

.table-bangumi td.bg-num-4 {
  color: #fff;
  background-color: #0066cc;
}

.table-bangumi td.bg-num-5 {
  color: #fff;
  background-color: #f0c518;
}

.table-bangumi td.bg-num-6 {
  color: #fff;
  background-color: #228900;
}

.table-bangumi td.bg-num-7 {
  color: #fff;
  background-color: #ff9500;
}

.table-bangumi td.bg-num-8 {
  color: #fff;
  background-color: #f28abd;
}

.table-bangumi td.bg-num-9 {
  color: #fff;
  background-color: #822bd9;
}

.table-bangumi td.bg-gray {
  background-color: #b2b2b2;
}

.table-bangumi td.bg-gray01 {
  background-color: rgba(255, 255, 255, 0.5);
}

.table-bangumi td.bg-odd {
  background: rgba(51, 51, 51, 0.2);
}

/* @media (min-width:768px) { */
.table.table-bangumi > tbody > tr > th,
.table.table-bangumi > tbody > tr > td {
  font-size: 18px;
  font-weight: 400;
}

.table.table-bangumi > tbody > tr > th {
  color: #000000;
}

.table.table-bangumi > tbody > tr > td.small {
  font-size: 14px;
}

.table.table-bangumi > tbody > tr > th.p-name {
  min-width: 7.5rem;
}
@media only screen and (max-width: 53.125em) {
  .table.table-bangumi > tbody > tr > th.p-name {
    min-width: 10vw;
    height: 10vw;
  }
}

@media only screen and (max-width: 53.125em) {
  .table.table-bangumi > tbody > tr > th.p-time {
    height: 10vw;
  }
}

/* 選手名 */
.table.table-bangumi .player-name span {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
}

/* } */
@media (max-width: 767px) {
  .table.table-bangumi > tbody > tr > th,
  .table.table-bangumi > tbody > tr > td {
    font-size: 2.4vw;
    letter-spacing: 0;
  }
  .table > tbody > tr > th.gp-name {
    padding: 0.6666666667vw;
  }
  .table.table-bangumi .player-name span {
    font-size: 3.0666666667vw;
  }
  .table.table-bangumi > tbody > tr.wakuban th.num {
    width: 10.1333333333vw;
  }
}
/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
* {
  -webkit-tap-highlight-color: transparent;
}

::-moz-selection {
  color: #000000;
  background: #e2e3dd;
}

::selection {
  color: #000000;
  background: #e2e3dd;
}

@media all and (min-width: 73.8125em) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media print {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.txtlink {
  color: #D40F11;
  text-decoration: underline;
}

.animatebtn {
  padding: 10px 0;
  position: relative;
  z-index: 1;
  border-radius: 100px;
}
.animatebtn:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  top: 0;
  bottom: 0;
  border-radius: 100px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.noteslist {
  margin-top: 1.2rem;
  padding-left: 2.5rem;
}
@media only screen and (max-width: 53.125em) {
  .noteslist {
    padding-left: 4.8vw;
  }
}
.noteslist > li {
  position: relative;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media only screen and (max-width: 53.125em) {
  .noteslist > li {
    font-size: 3.2vw;
  }
}
.noteslist > li:before {
  position: absolute;
  left: -2.5rem;
  content: "※";
}
@media only screen and (max-width: 53.125em) {
  .noteslist > li:before {
    left: -2.9333333333vw;
  }
}

.hp-text-red {
  color: #DE353C;
  text-align: center;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media only screen and (max-width: 53.125em) {
  .hp-text-red {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .hp-text-red {
    margin-bottom: 4vw;
  }
}

.bold {
  font-weight: 700;
}

.l-page {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.bg {
  background: rgba(255, 255, 255, 0.3);
}

.shadow {
  padding: 0 4rem 4rem 0;
  -webkit-box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.16);
  box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 53.125em) and (max-width: 73.75em) {
  .shadow {
    -webkit-box-shadow: 0.9765625vw 0.9765625vw 0.9765625vw rgba(0, 0, 0, 0.16);
    box-shadow: 0.9765625vw 0.9765625vw 0.9765625vw rgba(0, 0, 0, 0.16);
  }
}
@media only screen and (max-width: 53.125em) {
  .shadow {
    padding: 1.3333333333vw 1.3333333333vw 5.3333333333vw 1.3333333333vw;
    -webkit-box-shadow: 0.6666666667vw 0.6666666667vw 0.6666666667vw rgba(0, 0, 0, 0.16);
    box-shadow: 0.6666666667vw 0.6666666667vw 0.6666666667vw rgba(0, 0, 0, 0.16);
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 4rem;
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
}
@media only screen and (min-width: 53.125em) and (max-width: 73.75em) {
  .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3.90625vw;
    -webkit-column-gap: 5.859375vw;
    -moz-column-gap: 5.859375vw;
    column-gap: 5.859375vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .grid {
    display: grid;
    grid-template-columns: auto;
    row-gap: 4vw;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.grid-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 3.2rem;
  -webkit-column-gap: 3.2rem;
  -moz-column-gap: 3.2rem;
  column-gap: 3.2rem;
}
@media only screen and (min-width: 53.125em) and (max-width: 73.75em) {
  .grid-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 3.125vw;
    -webkit-column-gap: 3.125vw;
    -moz-column-gap: 3.125vw;
    column-gap: 3.125vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .grid-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
.grid-items__item {
  overflow: hidden;
  background: #fff;
  border-radius: 0.8rem 0.8rem 1rem 1rem;
}
@media only screen and (max-width: 53.125em) {
  .grid-items__item {
    border-radius: 0.5333333333vw;
  }
}
.grid-items__item .gazou {
  max-height: 19.8rem;
  overflow: hidden;
}
.grid-items__item .gazou img {
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
}
@media only screen and (max-width: 53.125em) {
  .grid-items__item .gazou img {
    height: 11.7333333333vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.grid-items__item .btn {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.4rem;
}
@media only screen and (min-width: 53.125em) and (max-width: 73.75em) {
  .grid-items__item .btn {
    padding: 1.953125vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .grid-items__item .btn {
    padding: 1.0666666667vw;
  }
}
.grid-items__item .btn .ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
}
@media only screen and (min-width: 53.125em) and (max-width: 73.75em) {
  .grid-items__item .btn .ttl {
    font-size: 1.953125vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .grid-items__item .btn .ttl {
    font-size: 1.6vw;
  }
}
.grid-items__item .btn .small {
  margin-bottom: 0;
  color: #000000;
}
@media only screen and (max-width: 53.125em) {
  .grid-items__item .btn .small {
    font-size: 0.8vw;
  }
}
.grid-items__item .btn .icon {
  width: 4.8rem;
  min-width: 4.8rem;
  height: 4.8rem;
  background-size: 0.6rem;
}
@media only screen and (min-width: 53.125em) and (max-width: 73.75em) {
  .grid-items__item .btn .icon {
    width: 3.7109375vw;
    min-width: 3.7109375vw;
    height: 3.7109375vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .grid-items__item .btn .icon {
    width: 2.9333333333vw;
    min-width: 2.9333333333vw;
    height: 2.9333333333vw;
    background-size: 0.5333333333vw;
  }
}
.grid-items__item .btn:hover .icon {
  background: url(../images/common/ico_btn_hover.svg) no-repeat center left 53%;
  background-size: 0.6rem;
}
.grid-items__item:hover img {
  scale: 1.2;
}
.grid-items__item:hover .icon {
  background: url(../images/common/ico_btn_hover.svg) no-repeat center left 53%;
  background-size: 0.6rem;
}

.grid-items-2 {
  display: grid;
  grid-template-columns: 41% 55.4%;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}
@media only screen and (min-width: 53.125em) and (max-width: 73.75em) {
  .grid-items-2 {
    display: grid;
    -webkit-column-gap: 3.90625vw;
    -moz-column-gap: 3.90625vw;
    column-gap: 3.90625vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .grid-items-2 {
    display: grid;
    grid-template-columns: auto;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.grid-items-2__blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 53.125em) {
  .grid-items-2__blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.grid-items-2__mini {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 34%);
  -webkit-column-gap: 2.4rem;
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
}
@media only screen and (min-width: 53.125em) and (max-width: 73.75em) {
  .grid-items-2__mini {
    display: grid;
    grid-template-columns: repeat(2, 34%);
    -webkit-column-gap: 2.34375vw;
    -moz-column-gap: 2.34375vw;
    column-gap: 2.34375vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .grid-items-2__mini {
    margin: 2vw 0 4vw 0;
    display: grid;
    grid-template-columns: repeat(2, 21.3333333333vw);
    -webkit-column-gap: 2vw;
    -moz-column-gap: 2vw;
    column-gap: 2vw;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 53.125em) {
  .flex {
    display: block;
  }
}

.flexcol {
  width: 46%;
}
@media only screen and (max-width: 53.125em) {
  .flexcol {
    width: 100%;
  }
}

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
.inner {
  width: 69rem;
  max-width: 69rem;
  margin: 0 auto;
}
@media only screen and (min-width: 53.125em) and (max-width: 73.75em) {
  .inner {
    width: 100%;
    padding: 0 1.953125vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .inner {
    width: 100%;
    padding: 0 2.6666666667vw;
  }
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
.c-scroll-in {
  opacity: 0;
}
@media print {
  .c-scroll-in {
    opacity: 1;
  }
}
.c-scroll-in.is-active {
  opacity: 1;
  -webkit-transition: opacity 2s, -webkit-transform 1.2s;
  transition: opacity 2s, -webkit-transform 1.2s;
  transition: opacity 2s, transform 1.2s;
  transition: opacity 2s, transform 1.2s, -webkit-transform 1.2s;
}

.c-scroll-up {
  opacity: 0;
  -webkit-transform: translateY(5rem);
  transform: translateY(5rem);
}
@media print {
  .c-scroll-up {
    opacity: 1;
  }
}
.c-scroll-up.is-active {
  opacity: 1;
  -webkit-transition: opacity 2s, -webkit-transform 1.2s;
  transition: opacity 2s, -webkit-transform 1.2s;
  transition: opacity 2s, transform 1.2s;
  transition: opacity 2s, transform 1.2s, -webkit-transform 1.2s;
}
@media print {
  .c-scroll-up {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.c-scroll-up.is-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.c-scroll-left {
  opacity: 0;
  -webkit-transform: translateX(5rem);
  transform: translateX(5rem);
}
@media print {
  .c-scroll-left {
    opacity: 1;
  }
}
.c-scroll-left.is-active {
  opacity: 1;
  -webkit-transition: opacity 2s, -webkit-transform 1.2s;
  transition: opacity 2s, -webkit-transform 1.2s;
  transition: opacity 2s, transform 1.2s;
  transition: opacity 2s, transform 1.2s, -webkit-transform 1.2s;
}
@media print {
  .c-scroll-left {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.c-scroll-left.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-scroll-right {
  opacity: 0;
  -webkit-transform: translateX(-5rem);
  transform: translateX(-5rem);
}
@media print {
  .c-scroll-right {
    opacity: 1;
  }
}
.c-scroll-right.is-active {
  opacity: 1;
  -webkit-transition: opacity 2s, -webkit-transform 1.2s;
  transition: opacity 2s, -webkit-transform 1.2s;
  transition: opacity 2s, transform 1.2s;
  transition: opacity 2s, transform 1.2s, -webkit-transform 1.2s;
}
@media print {
  .c-scroll-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.c-scroll-right.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-scroll-white {
  position: relative;
  overflow: hidden;
}
.c-scroll-white:before {
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
  bottom: -0.1rem;
  left: -0.1rem;
  z-index: 2;
  content: "";
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s;
  transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s;
  transition: transform 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s;
  transition: transform 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s, -webkit-transform 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s;
}
@media print {
  .c-scroll-white:before {
    display: none;
  }
}
.c-scroll-white.is-active:before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
/* hide content for loading */
body {
  -webkit-animation: fadeInAnimation ease 1.5s;
  animation: fadeInAnimation ease 1.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.st-ContentBox.order .orderContent > div span {
  color: #000000 !important;
}
.st-ContentBox.order .orderContent > div span.color-6, .st-ContentBox.order .orderContent > div span.color-9, .st-ContentBox.order .orderContent > div span.color-2 {
  color: #fff !important;
}

.onhover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.onhover:hover {
  opacity: 0.5;
}

.hoverframe {
  position: relative;
  display: block;
  overflow: hidden;
}
.hoverframe a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  pointer-events: none;
  content: "";
  border: 0px solid #D40F11;
  -webkit-transition: border 0.1s;
  transition: border 0.1s;
}
.hoverframe a img {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media all and (min-width: 73.8125em) {
  .hoverframe a:hover::after {
    border: 6px solid #D40F11;
  }
  .hoverframe a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media print {
  .hoverframe a:hover::after {
    border: 6px solid #D40F11;
  }
  .hoverframe a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@media only screen and (max-width: 53.125em) {
  .st-ContentBoxInner {
    padding: 0 4vw;
  }
}

.scroll-hint-icon-white {
  z-index: 9;
}

#kv .ttl {
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(2);
  transform: scale(2);
}
#kv .ttl.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#kv .ttl01 {
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(2);
  transform: scale(2);
}
#kv .ttl01.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.zoomin {
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(2);
  transform: scale(2);
}
.zoomin.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sec-animate {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.sec-animate .secobi {
  position: absolute;
  bottom: -15rem;
  left: 45%;
  z-index: 99;
  width: 2210px;
  margin: 0 auto;
  background: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 53.125em) {
  .sec-animate .secobi {
    bottom: -8vw;
    left: 0%;
    width: 294.6666666667vw;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}
.sec-animate .secobi .obi .track {
  position: relative;
  z-index: 2;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  rotate: 3deg;
  -webkit-animation: scroll-left 15s linear infinite;
  animation: scroll-left 15s linear infinite;
}
@media only screen and (max-width: 53.125em) {
  .sec-animate .secobi .obi .track {
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.sec-animate .secobi .obi .lasttrack {
  position: relative;
  z-index: 1;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  rotate: -5deg;
  -webkit-animation: scroll-right 15s linear infinite;
  animation: scroll-right 15s linear infinite;
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes scroll-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@keyframes scroll-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.sec-animate .secobi .gazou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2210px;
}
@media only screen and (max-width: 53.125em) {
  .sec-animate .secobi .gazou {
    width: 294.6666666667vw;
  }
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
.u-dn-all {
  display: none;
}
@media all and (min-width: 73.8125em) {
  .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: 73.8125em) 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: 53.125em) and (max-width: 73.75em) {
  .u-dn-tb {
    display: none;
  }
}
@media only screen and (min-width: 53.125em) and (max-width: 73.75em) and (orientation: landscape) {
  .u-dn-tb-l {
    display: none;
  }
}
@media only screen and (min-width: 53.125em) and (max-width: 73.75em) and (orientation: portrait) {
  .u-dn-tb-p {
    display: none;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-dn-sp {
    display: none;
  }
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
.u-fw-blk {
  font-weight: 900;
}
.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;
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
.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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) {
  .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: 53.125em) {
  .u-mt-sp-5 {
    margin-top: 0.6666666667vw;
  }
  .u-mb-sp-5 {
    margin-bottom: 0.6666666667vw;
  }
  .u-mr-sp-5 {
    margin-right: 0.6666666667vw;
  }
  .u-ml-sp-5 {
    margin-left: 0.6666666667vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-10 {
    margin-top: 1.3333333333vw;
  }
  .u-mb-sp-10 {
    margin-bottom: 1.3333333333vw;
  }
  .u-mr-sp-10 {
    margin-right: 1.3333333333vw;
  }
  .u-ml-sp-10 {
    margin-left: 1.3333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-15 {
    margin-top: 2vw;
  }
  .u-mb-sp-15 {
    margin-bottom: 2vw;
  }
  .u-mr-sp-15 {
    margin-right: 2vw;
  }
  .u-ml-sp-15 {
    margin-left: 2vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-20 {
    margin-top: 2.6666666667vw;
  }
  .u-mb-sp-20 {
    margin-bottom: 2.6666666667vw;
  }
  .u-mr-sp-20 {
    margin-right: 2.6666666667vw;
  }
  .u-ml-sp-20 {
    margin-left: 2.6666666667vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-25 {
    margin-top: 3.3333333333vw;
  }
  .u-mb-sp-25 {
    margin-bottom: 3.3333333333vw;
  }
  .u-mr-sp-25 {
    margin-right: 3.3333333333vw;
  }
  .u-ml-sp-25 {
    margin-left: 3.3333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-30 {
    margin-top: 4vw;
  }
  .u-mb-sp-30 {
    margin-bottom: 4vw;
  }
  .u-mr-sp-30 {
    margin-right: 4vw;
  }
  .u-ml-sp-30 {
    margin-left: 4vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-35 {
    margin-top: 4.6666666667vw;
  }
  .u-mb-sp-35 {
    margin-bottom: 4.6666666667vw;
  }
  .u-mr-sp-35 {
    margin-right: 4.6666666667vw;
  }
  .u-ml-sp-35 {
    margin-left: 4.6666666667vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-40 {
    margin-top: 5.3333333333vw;
  }
  .u-mb-sp-40 {
    margin-bottom: 5.3333333333vw;
  }
  .u-mr-sp-40 {
    margin-right: 5.3333333333vw;
  }
  .u-ml-sp-40 {
    margin-left: 5.3333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-45 {
    margin-top: 6vw;
  }
  .u-mb-sp-45 {
    margin-bottom: 6vw;
  }
  .u-mr-sp-45 {
    margin-right: 6vw;
  }
  .u-ml-sp-45 {
    margin-left: 6vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-50 {
    margin-top: 6.6666666667vw;
  }
  .u-mb-sp-50 {
    margin-bottom: 6.6666666667vw;
  }
  .u-mr-sp-50 {
    margin-right: 6.6666666667vw;
  }
  .u-ml-sp-50 {
    margin-left: 6.6666666667vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-55 {
    margin-top: 7.3333333333vw;
  }
  .u-mb-sp-55 {
    margin-bottom: 7.3333333333vw;
  }
  .u-mr-sp-55 {
    margin-right: 7.3333333333vw;
  }
  .u-ml-sp-55 {
    margin-left: 7.3333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-60 {
    margin-top: 8vw;
  }
  .u-mb-sp-60 {
    margin-bottom: 8vw;
  }
  .u-mr-sp-60 {
    margin-right: 8vw;
  }
  .u-ml-sp-60 {
    margin-left: 8vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-65 {
    margin-top: 8.6666666667vw;
  }
  .u-mb-sp-65 {
    margin-bottom: 8.6666666667vw;
  }
  .u-mr-sp-65 {
    margin-right: 8.6666666667vw;
  }
  .u-ml-sp-65 {
    margin-left: 8.6666666667vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-70 {
    margin-top: 9.3333333333vw;
  }
  .u-mb-sp-70 {
    margin-bottom: 9.3333333333vw;
  }
  .u-mr-sp-70 {
    margin-right: 9.3333333333vw;
  }
  .u-ml-sp-70 {
    margin-left: 9.3333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-75 {
    margin-top: 10vw;
  }
  .u-mb-sp-75 {
    margin-bottom: 10vw;
  }
  .u-mr-sp-75 {
    margin-right: 10vw;
  }
  .u-ml-sp-75 {
    margin-left: 10vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-80 {
    margin-top: 10.6666666667vw;
  }
  .u-mb-sp-80 {
    margin-bottom: 10.6666666667vw;
  }
  .u-mr-sp-80 {
    margin-right: 10.6666666667vw;
  }
  .u-ml-sp-80 {
    margin-left: 10.6666666667vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-85 {
    margin-top: 11.3333333333vw;
  }
  .u-mb-sp-85 {
    margin-bottom: 11.3333333333vw;
  }
  .u-mr-sp-85 {
    margin-right: 11.3333333333vw;
  }
  .u-ml-sp-85 {
    margin-left: 11.3333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-90 {
    margin-top: 12vw;
  }
  .u-mb-sp-90 {
    margin-bottom: 12vw;
  }
  .u-mr-sp-90 {
    margin-right: 12vw;
  }
  .u-ml-sp-90 {
    margin-left: 12vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-95 {
    margin-top: 12.6666666667vw;
  }
  .u-mb-sp-95 {
    margin-bottom: 12.6666666667vw;
  }
  .u-mr-sp-95 {
    margin-right: 12.6666666667vw;
  }
  .u-ml-sp-95 {
    margin-left: 12.6666666667vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-100 {
    margin-top: 13.3333333333vw;
  }
  .u-mb-sp-100 {
    margin-bottom: 13.3333333333vw;
  }
  .u-mr-sp-100 {
    margin-right: 13.3333333333vw;
  }
  .u-ml-sp-100 {
    margin-left: 13.3333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-105 {
    margin-top: 14vw;
  }
  .u-mb-sp-105 {
    margin-bottom: 14vw;
  }
  .u-mr-sp-105 {
    margin-right: 14vw;
  }
  .u-ml-sp-105 {
    margin-left: 14vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-110 {
    margin-top: 14.6666666667vw;
  }
  .u-mb-sp-110 {
    margin-bottom: 14.6666666667vw;
  }
  .u-mr-sp-110 {
    margin-right: 14.6666666667vw;
  }
  .u-ml-sp-110 {
    margin-left: 14.6666666667vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-115 {
    margin-top: 15.3333333333vw;
  }
  .u-mb-sp-115 {
    margin-bottom: 15.3333333333vw;
  }
  .u-mr-sp-115 {
    margin-right: 15.3333333333vw;
  }
  .u-ml-sp-115 {
    margin-left: 15.3333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-120 {
    margin-top: 16vw;
  }
  .u-mb-sp-120 {
    margin-bottom: 16vw;
  }
  .u-mr-sp-120 {
    margin-right: 16vw;
  }
  .u-ml-sp-120 {
    margin-left: 16vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-125 {
    margin-top: 16.6666666667vw;
  }
  .u-mb-sp-125 {
    margin-bottom: 16.6666666667vw;
  }
  .u-mr-sp-125 {
    margin-right: 16.6666666667vw;
  }
  .u-ml-sp-125 {
    margin-left: 16.6666666667vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-130 {
    margin-top: 17.3333333333vw;
  }
  .u-mb-sp-130 {
    margin-bottom: 17.3333333333vw;
  }
  .u-mr-sp-130 {
    margin-right: 17.3333333333vw;
  }
  .u-ml-sp-130 {
    margin-left: 17.3333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-135 {
    margin-top: 18vw;
  }
  .u-mb-sp-135 {
    margin-bottom: 18vw;
  }
  .u-mr-sp-135 {
    margin-right: 18vw;
  }
  .u-ml-sp-135 {
    margin-left: 18vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-140 {
    margin-top: 18.6666666667vw;
  }
  .u-mb-sp-140 {
    margin-bottom: 18.6666666667vw;
  }
  .u-mr-sp-140 {
    margin-right: 18.6666666667vw;
  }
  .u-ml-sp-140 {
    margin-left: 18.6666666667vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-145 {
    margin-top: 19.3333333333vw;
  }
  .u-mb-sp-145 {
    margin-bottom: 19.3333333333vw;
  }
  .u-mr-sp-145 {
    margin-right: 19.3333333333vw;
  }
  .u-ml-sp-145 {
    margin-left: 19.3333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-150 {
    margin-top: 20vw;
  }
  .u-mb-sp-150 {
    margin-bottom: 20vw;
  }
  .u-mr-sp-150 {
    margin-right: 20vw;
  }
  .u-ml-sp-150 {
    margin-left: 20vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-155 {
    margin-top: 20.6666666667vw;
  }
  .u-mb-sp-155 {
    margin-bottom: 20.6666666667vw;
  }
  .u-mr-sp-155 {
    margin-right: 20.6666666667vw;
  }
  .u-ml-sp-155 {
    margin-left: 20.6666666667vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-160 {
    margin-top: 21.3333333333vw;
  }
  .u-mb-sp-160 {
    margin-bottom: 21.3333333333vw;
  }
  .u-mr-sp-160 {
    margin-right: 21.3333333333vw;
  }
  .u-ml-sp-160 {
    margin-left: 21.3333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-165 {
    margin-top: 22vw;
  }
  .u-mb-sp-165 {
    margin-bottom: 22vw;
  }
  .u-mr-sp-165 {
    margin-right: 22vw;
  }
  .u-ml-sp-165 {
    margin-left: 22vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-170 {
    margin-top: 22.6666666667vw;
  }
  .u-mb-sp-170 {
    margin-bottom: 22.6666666667vw;
  }
  .u-mr-sp-170 {
    margin-right: 22.6666666667vw;
  }
  .u-ml-sp-170 {
    margin-left: 22.6666666667vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-175 {
    margin-top: 23.3333333333vw;
  }
  .u-mb-sp-175 {
    margin-bottom: 23.3333333333vw;
  }
  .u-mr-sp-175 {
    margin-right: 23.3333333333vw;
  }
  .u-ml-sp-175 {
    margin-left: 23.3333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-180 {
    margin-top: 24vw;
  }
  .u-mb-sp-180 {
    margin-bottom: 24vw;
  }
  .u-mr-sp-180 {
    margin-right: 24vw;
  }
  .u-ml-sp-180 {
    margin-left: 24vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-185 {
    margin-top: 24.6666666667vw;
  }
  .u-mb-sp-185 {
    margin-bottom: 24.6666666667vw;
  }
  .u-mr-sp-185 {
    margin-right: 24.6666666667vw;
  }
  .u-ml-sp-185 {
    margin-left: 24.6666666667vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-190 {
    margin-top: 25.3333333333vw;
  }
  .u-mb-sp-190 {
    margin-bottom: 25.3333333333vw;
  }
  .u-mr-sp-190 {
    margin-right: 25.3333333333vw;
  }
  .u-ml-sp-190 {
    margin-left: 25.3333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-195 {
    margin-top: 26vw;
  }
  .u-mb-sp-195 {
    margin-bottom: 26vw;
  }
  .u-mr-sp-195 {
    margin-right: 26vw;
  }
  .u-ml-sp-195 {
    margin-left: 26vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mt-sp-200 {
    margin-top: 26.6666666667vw;
  }
  .u-mb-sp-200 {
    margin-bottom: 26.6666666667vw;
  }
  .u-mr-sp-200 {
    margin-right: 26.6666666667vw;
  }
  .u-ml-sp-200 {
    margin-left: 26.6666666667vw;
  }
}
.u-m-center {
  margin-right: auto;
  margin-left: auto;
}
@media all and (min-width: 73.8125em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .u-m-center-tb {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-m-center-sp {
    margin-right: auto;
    margin-left: auto;
  }
}
.u-mr-auto {
  margin-right: auto;
}
@media all and (min-width: 73.8125em) {
  .u-mr-auto-pc {
    margin-right: auto;
  }
}
@media print {
  .u-mr-auto-pc {
    margin-right: auto;
  }
}
@media only screen and (min-width: 53.125em) and (max-width: 73.75em) {
  .u-mr-auto-tb {
    margin-right: auto;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-mr-auto-sp {
    margin-right: auto;
  }
}
.u-ml-auto {
  margin-left: auto;
}
@media all and (min-width: 73.8125em) {
  .u-ml-auto-pc {
    margin-left: auto;
  }
}
@media print {
  .u-ml-auto-pc {
    margin-left: auto;
  }
}
@media only screen and (min-width: 53.125em) and (max-width: 73.75em) {
  .u-ml-auto-tb {
    margin-left: auto;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-ml-auto-sp {
    margin-left: auto;
  }
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
.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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) {
  .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: 53.125em) {
  .u-pt-sp-5 {
    padding-top: 0.6666666667vw;
  }
  .u-pb-sp-5 {
    padding-bottom: 0.6666666667vw;
  }
  .u-pr-sp-5 {
    padding-right: 0.6666666667vw;
  }
  .u-pl-sp-5 {
    padding-left: 0.6666666667vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-10 {
    padding-top: 1.3333333333vw;
  }
  .u-pb-sp-10 {
    padding-bottom: 1.3333333333vw;
  }
  .u-pr-sp-10 {
    padding-right: 1.3333333333vw;
  }
  .u-pl-sp-10 {
    padding-left: 1.3333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-15 {
    padding-top: 2vw;
  }
  .u-pb-sp-15 {
    padding-bottom: 2vw;
  }
  .u-pr-sp-15 {
    padding-right: 2vw;
  }
  .u-pl-sp-15 {
    padding-left: 2vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-20 {
    padding-top: 2.6666666667vw;
  }
  .u-pb-sp-20 {
    padding-bottom: 2.6666666667vw;
  }
  .u-pr-sp-20 {
    padding-right: 2.6666666667vw;
  }
  .u-pl-sp-20 {
    padding-left: 2.6666666667vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-25 {
    padding-top: 3.3333333333vw;
  }
  .u-pb-sp-25 {
    padding-bottom: 3.3333333333vw;
  }
  .u-pr-sp-25 {
    padding-right: 3.3333333333vw;
  }
  .u-pl-sp-25 {
    padding-left: 3.3333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-30 {
    padding-top: 4vw;
  }
  .u-pb-sp-30 {
    padding-bottom: 4vw;
  }
  .u-pr-sp-30 {
    padding-right: 4vw;
  }
  .u-pl-sp-30 {
    padding-left: 4vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-35 {
    padding-top: 4.6666666667vw;
  }
  .u-pb-sp-35 {
    padding-bottom: 4.6666666667vw;
  }
  .u-pr-sp-35 {
    padding-right: 4.6666666667vw;
  }
  .u-pl-sp-35 {
    padding-left: 4.6666666667vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-40 {
    padding-top: 5.3333333333vw;
  }
  .u-pb-sp-40 {
    padding-bottom: 5.3333333333vw;
  }
  .u-pr-sp-40 {
    padding-right: 5.3333333333vw;
  }
  .u-pl-sp-40 {
    padding-left: 5.3333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-45 {
    padding-top: 6vw;
  }
  .u-pb-sp-45 {
    padding-bottom: 6vw;
  }
  .u-pr-sp-45 {
    padding-right: 6vw;
  }
  .u-pl-sp-45 {
    padding-left: 6vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-50 {
    padding-top: 6.6666666667vw;
  }
  .u-pb-sp-50 {
    padding-bottom: 6.6666666667vw;
  }
  .u-pr-sp-50 {
    padding-right: 6.6666666667vw;
  }
  .u-pl-sp-50 {
    padding-left: 6.6666666667vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-55 {
    padding-top: 7.3333333333vw;
  }
  .u-pb-sp-55 {
    padding-bottom: 7.3333333333vw;
  }
  .u-pr-sp-55 {
    padding-right: 7.3333333333vw;
  }
  .u-pl-sp-55 {
    padding-left: 7.3333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-60 {
    padding-top: 8vw;
  }
  .u-pb-sp-60 {
    padding-bottom: 8vw;
  }
  .u-pr-sp-60 {
    padding-right: 8vw;
  }
  .u-pl-sp-60 {
    padding-left: 8vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-65 {
    padding-top: 8.6666666667vw;
  }
  .u-pb-sp-65 {
    padding-bottom: 8.6666666667vw;
  }
  .u-pr-sp-65 {
    padding-right: 8.6666666667vw;
  }
  .u-pl-sp-65 {
    padding-left: 8.6666666667vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-70 {
    padding-top: 9.3333333333vw;
  }
  .u-pb-sp-70 {
    padding-bottom: 9.3333333333vw;
  }
  .u-pr-sp-70 {
    padding-right: 9.3333333333vw;
  }
  .u-pl-sp-70 {
    padding-left: 9.3333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-75 {
    padding-top: 10vw;
  }
  .u-pb-sp-75 {
    padding-bottom: 10vw;
  }
  .u-pr-sp-75 {
    padding-right: 10vw;
  }
  .u-pl-sp-75 {
    padding-left: 10vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-80 {
    padding-top: 10.6666666667vw;
  }
  .u-pb-sp-80 {
    padding-bottom: 10.6666666667vw;
  }
  .u-pr-sp-80 {
    padding-right: 10.6666666667vw;
  }
  .u-pl-sp-80 {
    padding-left: 10.6666666667vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-85 {
    padding-top: 11.3333333333vw;
  }
  .u-pb-sp-85 {
    padding-bottom: 11.3333333333vw;
  }
  .u-pr-sp-85 {
    padding-right: 11.3333333333vw;
  }
  .u-pl-sp-85 {
    padding-left: 11.3333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-90 {
    padding-top: 12vw;
  }
  .u-pb-sp-90 {
    padding-bottom: 12vw;
  }
  .u-pr-sp-90 {
    padding-right: 12vw;
  }
  .u-pl-sp-90 {
    padding-left: 12vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-95 {
    padding-top: 12.6666666667vw;
  }
  .u-pb-sp-95 {
    padding-bottom: 12.6666666667vw;
  }
  .u-pr-sp-95 {
    padding-right: 12.6666666667vw;
  }
  .u-pl-sp-95 {
    padding-left: 12.6666666667vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-100 {
    padding-top: 13.3333333333vw;
  }
  .u-pb-sp-100 {
    padding-bottom: 13.3333333333vw;
  }
  .u-pr-sp-100 {
    padding-right: 13.3333333333vw;
  }
  .u-pl-sp-100 {
    padding-left: 13.3333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-105 {
    padding-top: 14vw;
  }
  .u-pb-sp-105 {
    padding-bottom: 14vw;
  }
  .u-pr-sp-105 {
    padding-right: 14vw;
  }
  .u-pl-sp-105 {
    padding-left: 14vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-110 {
    padding-top: 14.6666666667vw;
  }
  .u-pb-sp-110 {
    padding-bottom: 14.6666666667vw;
  }
  .u-pr-sp-110 {
    padding-right: 14.6666666667vw;
  }
  .u-pl-sp-110 {
    padding-left: 14.6666666667vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-115 {
    padding-top: 15.3333333333vw;
  }
  .u-pb-sp-115 {
    padding-bottom: 15.3333333333vw;
  }
  .u-pr-sp-115 {
    padding-right: 15.3333333333vw;
  }
  .u-pl-sp-115 {
    padding-left: 15.3333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-120 {
    padding-top: 16vw;
  }
  .u-pb-sp-120 {
    padding-bottom: 16vw;
  }
  .u-pr-sp-120 {
    padding-right: 16vw;
  }
  .u-pl-sp-120 {
    padding-left: 16vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-125 {
    padding-top: 16.6666666667vw;
  }
  .u-pb-sp-125 {
    padding-bottom: 16.6666666667vw;
  }
  .u-pr-sp-125 {
    padding-right: 16.6666666667vw;
  }
  .u-pl-sp-125 {
    padding-left: 16.6666666667vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-130 {
    padding-top: 17.3333333333vw;
  }
  .u-pb-sp-130 {
    padding-bottom: 17.3333333333vw;
  }
  .u-pr-sp-130 {
    padding-right: 17.3333333333vw;
  }
  .u-pl-sp-130 {
    padding-left: 17.3333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-135 {
    padding-top: 18vw;
  }
  .u-pb-sp-135 {
    padding-bottom: 18vw;
  }
  .u-pr-sp-135 {
    padding-right: 18vw;
  }
  .u-pl-sp-135 {
    padding-left: 18vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-140 {
    padding-top: 18.6666666667vw;
  }
  .u-pb-sp-140 {
    padding-bottom: 18.6666666667vw;
  }
  .u-pr-sp-140 {
    padding-right: 18.6666666667vw;
  }
  .u-pl-sp-140 {
    padding-left: 18.6666666667vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-145 {
    padding-top: 19.3333333333vw;
  }
  .u-pb-sp-145 {
    padding-bottom: 19.3333333333vw;
  }
  .u-pr-sp-145 {
    padding-right: 19.3333333333vw;
  }
  .u-pl-sp-145 {
    padding-left: 19.3333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-150 {
    padding-top: 20vw;
  }
  .u-pb-sp-150 {
    padding-bottom: 20vw;
  }
  .u-pr-sp-150 {
    padding-right: 20vw;
  }
  .u-pl-sp-150 {
    padding-left: 20vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-155 {
    padding-top: 20.6666666667vw;
  }
  .u-pb-sp-155 {
    padding-bottom: 20.6666666667vw;
  }
  .u-pr-sp-155 {
    padding-right: 20.6666666667vw;
  }
  .u-pl-sp-155 {
    padding-left: 20.6666666667vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-160 {
    padding-top: 21.3333333333vw;
  }
  .u-pb-sp-160 {
    padding-bottom: 21.3333333333vw;
  }
  .u-pr-sp-160 {
    padding-right: 21.3333333333vw;
  }
  .u-pl-sp-160 {
    padding-left: 21.3333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-165 {
    padding-top: 22vw;
  }
  .u-pb-sp-165 {
    padding-bottom: 22vw;
  }
  .u-pr-sp-165 {
    padding-right: 22vw;
  }
  .u-pl-sp-165 {
    padding-left: 22vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-170 {
    padding-top: 22.6666666667vw;
  }
  .u-pb-sp-170 {
    padding-bottom: 22.6666666667vw;
  }
  .u-pr-sp-170 {
    padding-right: 22.6666666667vw;
  }
  .u-pl-sp-170 {
    padding-left: 22.6666666667vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-175 {
    padding-top: 23.3333333333vw;
  }
  .u-pb-sp-175 {
    padding-bottom: 23.3333333333vw;
  }
  .u-pr-sp-175 {
    padding-right: 23.3333333333vw;
  }
  .u-pl-sp-175 {
    padding-left: 23.3333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-180 {
    padding-top: 24vw;
  }
  .u-pb-sp-180 {
    padding-bottom: 24vw;
  }
  .u-pr-sp-180 {
    padding-right: 24vw;
  }
  .u-pl-sp-180 {
    padding-left: 24vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-185 {
    padding-top: 24.6666666667vw;
  }
  .u-pb-sp-185 {
    padding-bottom: 24.6666666667vw;
  }
  .u-pr-sp-185 {
    padding-right: 24.6666666667vw;
  }
  .u-pl-sp-185 {
    padding-left: 24.6666666667vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-190 {
    padding-top: 25.3333333333vw;
  }
  .u-pb-sp-190 {
    padding-bottom: 25.3333333333vw;
  }
  .u-pr-sp-190 {
    padding-right: 25.3333333333vw;
  }
  .u-pl-sp-190 {
    padding-left: 25.3333333333vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-195 {
    padding-top: 26vw;
  }
  .u-pb-sp-195 {
    padding-bottom: 26vw;
  }
  .u-pr-sp-195 {
    padding-right: 26vw;
  }
  .u-pl-sp-195 {
    padding-left: 26vw;
  }
}
@media only screen and (max-width: 53.125em) {
  .u-pt-sp-200 {
    padding-top: 26.6666666667vw;
  }
  .u-pb-sp-200 {
    padding-bottom: 26.6666666667vw;
  }
  .u-pr-sp-200 {
    padding-right: 26.6666666667vw;
  }
  .u-pl-sp-200 {
    padding-left: 26.6666666667vw;
  }
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
.u-ta-l {
  text-align: left;
}
.u-ta-c {
  text-align: center;
}
.u-ta-r {
  text-align: right;
}
.u-ta-j {
  text-align: justify;
}

@media all and (min-width: 73.8125em) {
  .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: 53.125em) and (max-width: 73.75em) {
  .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: 53.125em) {
  .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;
  }
}

.meter-banner {
    position: fixed;
    margin: 15px 20px;
    z-index: 99998;
	bottom: 50px;
	right: 0px;
}
.meter-banner-close {
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99999;
    padding: 4px 8px;
    border: none;
    background-color: #f8f8f8;
    border-radius: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
	}