@charset "UTF-8";

/* foundation
------------------------------------*/
:root {
  --color-text: #000;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  width: 100%;
}

/* safari css hack */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1px) {
  html {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

body {
  background: transparent;
  color: var(--color-text);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.48px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  body {
    min-width: 320px;
    overflow-x: hidden;
  }
}

body.is-fixed {
  overflow-y: hidden;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
}

input {
  border-radius: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

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

button,
input[type=submit],
a {
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
button,
input[type=button] {
  border-radius: 0;
  appearance: none;
  border: none;
  box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
button::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
button:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

summary::-webkit-details-marker {
  display: none;
}

.c-preload * {
  transition: none !important;
}

/* commons
------------------------------------*/
.c-header-default {
  width: 100vw;
}

.c-header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 2.2222222222vw 18.3333333333vw 0 2.7777777778vw;
  position: relative;
}

.c-header-logo img {
  width: 11.1111111111vw;
}

@media screen and (max-width: 650px) {
  .c-header-logo img {
    width: 30.7692307692vw;
  }
}

@media screen and (max-width: 650px) {
  .c-header-menu {
    display: none;
  }
}

.c-header-menu .c-header-menu__list {
  display: flex;
  gap: 4.1666666667vw;
  list-style: none;
}

.c-header-menu .c-header-menu__list li {
  line-height: 0;
}

.c-header-menu .c-header-menu__list li a {
  color: #FFF;
  font-size: max(1.1111111111vw, 10px);
  font-weight: 700;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.0333333333vw;
}

.c-header-menu .c-header-menu__list li a:hover {
  opacity: 0.6;
}

.c-header-cta {
  align-items: center;
  background: #111;
  color: #D3F350;
  display: flex;
  justify-content: center;
  font-size: max(1.1111111111vw, 10px);
  font-weight: 700;
  height: 10.0694444444vw;
  line-height: 1.0416666667vw;
  position: fixed;
  right: 0;
  top: 0;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 14.8611111111vw;
  z-index: 10;
}

@media screen and (max-width: 650px) {
  .c-header-cta {
    font-size: max(3.0769230769vw, 10px);
    line-height: 125%;
    height: 17.4358974359vw;
    width: 25.1282051282vw;
  }
}

.c-header-cta:hover {
  background: #D3F350;
  color: #111;
}

.c-footer-default {
  background: #fff;
  width: 100vw;
}

.c-footer-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 3.6805555556vw 6.25vw 2.9861111111vw;
}

@media screen and (max-width: 650px) {
  .c-footer-inner {
    flex-direction: column;
    gap: 5.1282051282vw;
    padding: 8.2051282051vw 4.1025641026vw 13.0769230769vw;
  }
}

.c-footer-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (max-width: 650px) {
  .c-footer-info {
    align-items: center;
    gap: 5.1282051282vw;
    order: 3;
  }
}

.c-footer-menu {
  display: flex;
  gap: 1.3888888889vw;
  list-style: none;
}

@media screen and (max-width: 650px) {
  .c-footer-menu {
    gap: 5.1282051282vw;
  }
}

.c-footer-menu li a {
  display: inline-block;
  font-size: 1.1111111111vw;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.0333333333vw;
}

@media screen and (max-width: 650px) {
  .c-footer-menu li a {
    font-size: max(3.5897435897vw, 12px);
    letter-spacing: 0.1076923077vw;
  }
}

.c-footer-menu li a:hover {
  opacity: 0.6;
}

.c-footer-contact {
  font-family: inherit;
  font-size: 1.1111111111vw;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.0333333333vw;
  margin-top: 0.6944444444vw;
}

@media screen and (max-width: 650px) {
  .c-footer-contact {
    font-size: max(3.5897435897vw, 12px);
    letter-spacing: 0.1076923077vw;
    margin-top: 0;
  }
}

@media screen and (max-width: 650px) {
  .c-footer-logo {
    order: 1;
    text-align: center;
  }
}

.c-footer-logo img {
  width: 19.5833333333vw;
}

@media screen and (max-width: 650px) {
  .c-footer-logo img {
    width: 52.3076923077vw;
  }
}

.c-footer-logo small {
  display: block;
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 1.0416666667vw;
  text-align: center;
}

@media screen and (max-width: 650px) {
  .c-footer-logo small {
    font-size: max(3.0769230769vw, 10px);
    line-height: 3.8461538462vw;
  }
}

.c-footer-sns {
  align-items: center;
  display: flex;
  list-style: none;
}

@media screen and (max-width: 650px) {
  .c-footer-sns {
    order: 2;
  }
}

.c-footer-sns li {
  line-height: 0;
}

.c-footer-sns li a {
  display: inline-block;
}

.c-footer-sns li a:hover {
  opacity: 0.6;
}

.c-footer-sns li a img {
  width: 5vw;
}

@media screen and (max-width: 650px) {
  .c-footer-sns li a img {
    width: 18.4615384615vw;
  }
}

.c-headline-primary {
  color: var(--Text-green-200, #8C957F);
  font-family: "Zen Old Mincho";
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
  /* 18px */
  letter-spacing: 0.45px;
}

.c-headline-primary::before {
  background: var(--Text-green-200, #8C957F);
  content: "";
  display: inline-block;
  height: 1px;
  margin: 0 8px 4px 0;
  width: 8px;
}

.c-wrap {
  margin: 0;
  position: relative;
  width: 100vw;
}

.c-contents {
  padding: 0 1.1111111111vw;
}

@media screen and (max-width: 650px) {
  .c-contents {
    padding: 0 4.1025641026vw;
  }
}

.c-background {
  padding: 1px 0;
  position: relative;
}

.c-background::before {
  background: #eee;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -2;
}

.c-background.is-black::before {
  background: #222;
}

.c-background.is-yellow::before {
  background: #D3F350;
}

.c-background.is-white::before {
  background: #fff;
}

.c-background.is-next {
  margin: -6.9444444444vw 0 0;
  padding: 4.1666666667vw 0 4.1666666667vw;
}

.c-box-game {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 77.7777777778vw;
  padding: 5.8333333333vw 0 5.2083333333vw;
}

@media screen and (max-width: 650px) {
  .c-box-game {
    flex-direction: column;
    gap: 7.6923076923vw;
    max-width: none;
    padding: 12.5641025641vw 0 18.9743589744vw;
  }
}

.c-box-game .c-box-game__heading {
  width: 16.25vw;
}

@media screen and (max-width: 650px) {
  .c-box-game .c-box-game__heading {
    width: 44.6153846154vw;
  }
}

.c-box-game.is-single {
  display: block;
  padding: 0;
}

.c-box-game .c-box-game__button {
  background: #D3F350;
  color: #111;
  display: block;
  font-family: "Noto Sans JP";
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 1.0416666667vw;
  padding: 2.9166666667vw 0;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 650px) {
  .c-box-game .c-box-game__button {
    font-size: 13px;
    font-weight: 700;
    line-height: 3.8461538462vw;
    padding: 13.8461538462vw 5.1282051282vw 13.3333333333vw;
    text-align: left;
  }
}

.c-box-game .c-box-game__button::before {
  content: attr(data-english);
  color: #222;
  display: block;
  font-family: Oswald;
  font-size: 4.4444444444vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 0.7638888889vw;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 650px) {
  .c-box-game .c-box-game__button::before {
    font-size: 10.2564102564vw;
    margin: 0 0 3.3333333333vw;
    text-align: left;
  }
}

.c-box-game .c-box-game__button:hover {
  background: #222;
  color: #fff;
}

.c-box-game .c-box-game__button:hover::before {
  color: #fff;
}

.c-box-game .c-box-game__button:hover svg rect {
  fill: #D3F350;
}

.c-box-game .c-box-game__button:hover svg path {
  fill: #222;
}

.c-box-game .c-box-game__button svg {
  position: absolute;
  right: 3.3333333333vw;
  top: 50%;
  transform: translateY(-50%);
  width: 6.0416666667vw;
}

@media screen and (max-width: 650px) {
  .c-box-game .c-box-game__button svg {
    right: 5.3846153846vw;
    width: 22.3076923077vw;
  }
}

.c-list-game {
  display: grid;
  gap: 1.1805555556vw 6.4583333333vw;
  grid-template-columns: repeat(2, 22.4305555556vw);
  list-style: none;
}

@media screen and (max-width: 650px) {
  .c-list-game {
    gap: 5.3846153846vw;
    grid-template-columns: auto;
  }
}

.c-list-game.is-white .c-list-game__heading {
  color: #FFF;
}

.c-list-game.is-white .c-list-game__date {
  color: #FFF;
}

.c-list-game .c-list-game__link {
  display: block;
  position: relative;
  width: 22.4305555556vw;
}

@media screen and (max-width: 650px) {
  .c-list-game .c-list-game__link {
    width: 82.8205128205vw;
  }
}

.c-list-game .c-list-game__link:hover .c-list-game__arrow {
  transform: translate3d(2px, -2px, 0);
}

.c-list-game .c-list-game__heading {
  font-family: Oswald;
  font-size: 1.7361111111vw;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 650px) {
  .c-list-game .c-list-game__heading {
    font-size: 6.4102564103vw;
  }
}

.c-list-game .c-list-game__date {
  font-family: Oswald;
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  margin: -0.6944444444vw 0 0;
}

@media screen and (max-width: 650px) {
  .c-list-game .c-list-game__date {
    font-size: 4.1025641026vw;
    margin: -2.5641025641vw 0 0;
  }
}

.c-list-game .c-list-game__arrow {
  position: absolute;
  right: 2.5vw;
  top: 0.4166666667vw;
  width: 2.5694444444vw;
}

@media screen and (max-width: 650px) {
  .c-list-game .c-list-game__arrow {
    width: 9.4871794872vw;
  }
}

@keyframes flow {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

.a-appear {
  position: relative;
}

.a-appear::before {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.5s linear;
  width: 100%;
}

.a-appear.is-animated::before {
  transform: translate3d(101%, 0, 0);
}

/* utility
------------------------------------*/
.u-mt--20 {
  margin-top: -200px !important;
}

.u-mt--19 {
  margin-top: -190px !important;
}

.u-mt--18 {
  margin-top: -180px !important;
}

.u-mt--17 {
  margin-top: -170px !important;
}

.u-mt--16 {
  margin-top: -160px !important;
}

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

.u-mt--14 {
  margin-top: -140px !important;
}

.u-mt--13 {
  margin-top: -130px !important;
}

.u-mt--12 {
  margin-top: -120px !important;
}

.u-mt--11 {
  margin-top: -110px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mt-11 {
  margin-top: 110px !important;
}

.u-mt-12 {
  margin-top: 120px !important;
}

.u-mt-13 {
  margin-top: 130px !important;
}

.u-mt-14 {
  margin-top: 140px !important;
}

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

.u-mt-16 {
  margin-top: 160px !important;
}

.u-mt-17 {
  margin-top: 170px !important;
}

.u-mt-18 {
  margin-top: 180px !important;
}

.u-mt-19 {
  margin-top: 190px !important;
}

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

.u-mt-21 {
  margin-top: 210px !important;
}

.u-mt-22 {
  margin-top: 220px !important;
}

.u-mt-23 {
  margin-top: 230px !important;
}

.u-mt-24 {
  margin-top: 240px !important;
}

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

.u-mt-26 {
  margin-top: 260px !important;
}

.u-mt-27 {
  margin-top: 270px !important;
}

.u-mt-28 {
  margin-top: 280px !important;
}

.u-mt-29 {
  margin-top: 290px !important;
}

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

.u-mt-31 {
  margin-top: 310px !important;
}

.u-mt-32 {
  margin-top: 320px !important;
}

.u-mt-33 {
  margin-top: 330px !important;
}

.u-mt-34 {
  margin-top: 340px !important;
}

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

.u-mt-36 {
  margin-top: 360px !important;
}

.u-mt-37 {
  margin-top: 370px !important;
}

.u-mt-38 {
  margin-top: 380px !important;
}

.u-mt-39 {
  margin-top: 390px !important;
}

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

.u-mt-41 {
  margin-top: 410px !important;
}

.u-mt-42 {
  margin-top: 420px !important;
}

.u-mt-43 {
  margin-top: 430px !important;
}

.u-mt-44 {
  margin-top: 440px !important;
}

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

.u-mt-46 {
  margin-top: 460px !important;
}

.u-mt-47 {
  margin-top: 470px !important;
}

.u-mt-48 {
  margin-top: 480px !important;
}

.u-mt-49 {
  margin-top: 490px !important;
}

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

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-mt--20 {
    margin-top: -200px !important;
  }

  .u-tab-mt--19 {
    margin-top: -190px !important;
  }

  .u-tab-mt--18 {
    margin-top: -180px !important;
  }

  .u-tab-mt--17 {
    margin-top: -170px !important;
  }

  .u-tab-mt--16 {
    margin-top: -160px !important;
  }

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

  .u-tab-mt--14 {
    margin-top: -140px !important;
  }

  .u-tab-mt--13 {
    margin-top: -130px !important;
  }

  .u-tab-mt--12 {
    margin-top: -120px !important;
  }

  .u-tab-mt--11 {
    margin-top: -110px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-tab-mt-11 {
    margin-top: 110px !important;
  }

  .u-tab-mt-12 {
    margin-top: 120px !important;
  }

  .u-tab-mt-13 {
    margin-top: 130px !important;
  }

  .u-tab-mt-14 {
    margin-top: 140px !important;
  }

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

  .u-tab-mt-16 {
    margin-top: 160px !important;
  }

  .u-tab-mt-17 {
    margin-top: 170px !important;
  }

  .u-tab-mt-18 {
    margin-top: 180px !important;
  }

  .u-tab-mt-19 {
    margin-top: 190px !important;
  }

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

  .u-tab-mt-21 {
    margin-top: 210px !important;
  }

  .u-tab-mt-22 {
    margin-top: 220px !important;
  }

  .u-tab-mt-23 {
    margin-top: 230px !important;
  }

  .u-tab-mt-24 {
    margin-top: 240px !important;
  }

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

  .u-tab-mt-26 {
    margin-top: 260px !important;
  }

  .u-tab-mt-27 {
    margin-top: 270px !important;
  }

  .u-tab-mt-28 {
    margin-top: 280px !important;
  }

  .u-tab-mt-29 {
    margin-top: 290px !important;
  }

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

  .u-tab-mt-31 {
    margin-top: 310px !important;
  }

  .u-tab-mt-32 {
    margin-top: 320px !important;
  }

  .u-tab-mt-33 {
    margin-top: 330px !important;
  }

  .u-tab-mt-34 {
    margin-top: 340px !important;
  }

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

  .u-tab-mt-36 {
    margin-top: 360px !important;
  }

  .u-tab-mt-37 {
    margin-top: 370px !important;
  }

  .u-tab-mt-38 {
    margin-top: 380px !important;
  }

  .u-tab-mt-39 {
    margin-top: 390px !important;
  }

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

  .u-tab-mt-41 {
    margin-top: 410px !important;
  }

  .u-tab-mt-42 {
    margin-top: 420px !important;
  }

  .u-tab-mt-43 {
    margin-top: 430px !important;
  }

  .u-tab-mt-44 {
    margin-top: 440px !important;
  }

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

  .u-tab-mt-46 {
    margin-top: 460px !important;
  }

  .u-tab-mt-47 {
    margin-top: 470px !important;
  }

  .u-tab-mt-48 {
    margin-top: 480px !important;
  }

  .u-tab-mt-49 {
    margin-top: 490px !important;
  }

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

@media screen and (max-width: 650px) {
  .u-sp-mt--20 {
    margin-top: -200px !important;
  }

  .u-sp-mt--19 {
    margin-top: -190px !important;
  }

  .u-sp-mt--18 {
    margin-top: -180px !important;
  }

  .u-sp-mt--17 {
    margin-top: -170px !important;
  }

  .u-sp-mt--16 {
    margin-top: -160px !important;
  }

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

  .u-sp-mt--14 {
    margin-top: -140px !important;
  }

  .u-sp-mt--13 {
    margin-top: -130px !important;
  }

  .u-sp-mt--12 {
    margin-top: -120px !important;
  }

  .u-sp-mt--11 {
    margin-top: -110px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-sp-mt-11 {
    margin-top: 110px !important;
  }

  .u-sp-mt-12 {
    margin-top: 120px !important;
  }

  .u-sp-mt-13 {
    margin-top: 130px !important;
  }

  .u-sp-mt-14 {
    margin-top: 140px !important;
  }

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

  .u-sp-mt-16 {
    margin-top: 160px !important;
  }

  .u-sp-mt-17 {
    margin-top: 170px !important;
  }

  .u-sp-mt-18 {
    margin-top: 180px !important;
  }

  .u-sp-mt-19 {
    margin-top: 190px !important;
  }

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

  .u-sp-mt-21 {
    margin-top: 210px !important;
  }

  .u-sp-mt-22 {
    margin-top: 220px !important;
  }

  .u-sp-mt-23 {
    margin-top: 230px !important;
  }

  .u-sp-mt-24 {
    margin-top: 240px !important;
  }

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

  .u-sp-mt-26 {
    margin-top: 260px !important;
  }

  .u-sp-mt-27 {
    margin-top: 270px !important;
  }

  .u-sp-mt-28 {
    margin-top: 280px !important;
  }

  .u-sp-mt-29 {
    margin-top: 290px !important;
  }

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

  .u-sp-mt-31 {
    margin-top: 310px !important;
  }

  .u-sp-mt-32 {
    margin-top: 320px !important;
  }

  .u-sp-mt-33 {
    margin-top: 330px !important;
  }

  .u-sp-mt-34 {
    margin-top: 340px !important;
  }

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

  .u-sp-mt-36 {
    margin-top: 360px !important;
  }

  .u-sp-mt-37 {
    margin-top: 370px !important;
  }

  .u-sp-mt-38 {
    margin-top: 380px !important;
  }

  .u-sp-mt-39 {
    margin-top: 390px !important;
  }

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

  .u-sp-mt-41 {
    margin-top: 410px !important;
  }

  .u-sp-mt-42 {
    margin-top: 420px !important;
  }

  .u-sp-mt-43 {
    margin-top: 430px !important;
  }

  .u-sp-mt-44 {
    margin-top: 440px !important;
  }

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

  .u-sp-mt-46 {
    margin-top: 460px !important;
  }

  .u-sp-mt-47 {
    margin-top: 470px !important;
  }

  .u-sp-mt-48 {
    margin-top: 480px !important;
  }

  .u-sp-mt-49 {
    margin-top: 490px !important;
  }

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

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

.u-mr--19 {
  margin-right: -190px !important;
}

.u-mr--18 {
  margin-right: -180px !important;
}

.u-mr--17 {
  margin-right: -170px !important;
}

.u-mr--16 {
  margin-right: -160px !important;
}

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

.u-mr--14 {
  margin-right: -140px !important;
}

.u-mr--13 {
  margin-right: -130px !important;
}

.u-mr--12 {
  margin-right: -120px !important;
}

.u-mr--11 {
  margin-right: -110px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mr-11 {
  margin-right: 110px !important;
}

.u-mr-12 {
  margin-right: 120px !important;
}

.u-mr-13 {
  margin-right: 130px !important;
}

.u-mr-14 {
  margin-right: 140px !important;
}

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

.u-mr-16 {
  margin-right: 160px !important;
}

.u-mr-17 {
  margin-right: 170px !important;
}

.u-mr-18 {
  margin-right: 180px !important;
}

.u-mr-19 {
  margin-right: 190px !important;
}

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

.u-mr-21 {
  margin-right: 210px !important;
}

.u-mr-22 {
  margin-right: 220px !important;
}

.u-mr-23 {
  margin-right: 230px !important;
}

.u-mr-24 {
  margin-right: 240px !important;
}

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

.u-mr-26 {
  margin-right: 260px !important;
}

.u-mr-27 {
  margin-right: 270px !important;
}

.u-mr-28 {
  margin-right: 280px !important;
}

.u-mr-29 {
  margin-right: 290px !important;
}

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

.u-mr-31 {
  margin-right: 310px !important;
}

.u-mr-32 {
  margin-right: 320px !important;
}

.u-mr-33 {
  margin-right: 330px !important;
}

.u-mr-34 {
  margin-right: 340px !important;
}

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

.u-mr-36 {
  margin-right: 360px !important;
}

.u-mr-37 {
  margin-right: 370px !important;
}

.u-mr-38 {
  margin-right: 380px !important;
}

.u-mr-39 {
  margin-right: 390px !important;
}

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

.u-mr-41 {
  margin-right: 410px !important;
}

.u-mr-42 {
  margin-right: 420px !important;
}

.u-mr-43 {
  margin-right: 430px !important;
}

.u-mr-44 {
  margin-right: 440px !important;
}

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

.u-mr-46 {
  margin-right: 460px !important;
}

.u-mr-47 {
  margin-right: 470px !important;
}

.u-mr-48 {
  margin-right: 480px !important;
}

.u-mr-49 {
  margin-right: 490px !important;
}

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

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-mr--20 {
    margin-right: -200px !important;
  }

  .u-tab-mr--19 {
    margin-right: -190px !important;
  }

  .u-tab-mr--18 {
    margin-right: -180px !important;
  }

  .u-tab-mr--17 {
    margin-right: -170px !important;
  }

  .u-tab-mr--16 {
    margin-right: -160px !important;
  }

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

  .u-tab-mr--14 {
    margin-right: -140px !important;
  }

  .u-tab-mr--13 {
    margin-right: -130px !important;
  }

  .u-tab-mr--12 {
    margin-right: -120px !important;
  }

  .u-tab-mr--11 {
    margin-right: -110px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-tab-mr-11 {
    margin-right: 110px !important;
  }

  .u-tab-mr-12 {
    margin-right: 120px !important;
  }

  .u-tab-mr-13 {
    margin-right: 130px !important;
  }

  .u-tab-mr-14 {
    margin-right: 140px !important;
  }

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

  .u-tab-mr-16 {
    margin-right: 160px !important;
  }

  .u-tab-mr-17 {
    margin-right: 170px !important;
  }

  .u-tab-mr-18 {
    margin-right: 180px !important;
  }

  .u-tab-mr-19 {
    margin-right: 190px !important;
  }

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

  .u-tab-mr-21 {
    margin-right: 210px !important;
  }

  .u-tab-mr-22 {
    margin-right: 220px !important;
  }

  .u-tab-mr-23 {
    margin-right: 230px !important;
  }

  .u-tab-mr-24 {
    margin-right: 240px !important;
  }

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

  .u-tab-mr-26 {
    margin-right: 260px !important;
  }

  .u-tab-mr-27 {
    margin-right: 270px !important;
  }

  .u-tab-mr-28 {
    margin-right: 280px !important;
  }

  .u-tab-mr-29 {
    margin-right: 290px !important;
  }

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

  .u-tab-mr-31 {
    margin-right: 310px !important;
  }

  .u-tab-mr-32 {
    margin-right: 320px !important;
  }

  .u-tab-mr-33 {
    margin-right: 330px !important;
  }

  .u-tab-mr-34 {
    margin-right: 340px !important;
  }

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

  .u-tab-mr-36 {
    margin-right: 360px !important;
  }

  .u-tab-mr-37 {
    margin-right: 370px !important;
  }

  .u-tab-mr-38 {
    margin-right: 380px !important;
  }

  .u-tab-mr-39 {
    margin-right: 390px !important;
  }

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

  .u-tab-mr-41 {
    margin-right: 410px !important;
  }

  .u-tab-mr-42 {
    margin-right: 420px !important;
  }

  .u-tab-mr-43 {
    margin-right: 430px !important;
  }

  .u-tab-mr-44 {
    margin-right: 440px !important;
  }

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

  .u-tab-mr-46 {
    margin-right: 460px !important;
  }

  .u-tab-mr-47 {
    margin-right: 470px !important;
  }

  .u-tab-mr-48 {
    margin-right: 480px !important;
  }

  .u-tab-mr-49 {
    margin-right: 490px !important;
  }

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

@media screen and (max-width: 650px) {
  .u-sp-mr--20 {
    margin-right: -200px !important;
  }

  .u-sp-mr--19 {
    margin-right: -190px !important;
  }

  .u-sp-mr--18 {
    margin-right: -180px !important;
  }

  .u-sp-mr--17 {
    margin-right: -170px !important;
  }

  .u-sp-mr--16 {
    margin-right: -160px !important;
  }

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

  .u-sp-mr--14 {
    margin-right: -140px !important;
  }

  .u-sp-mr--13 {
    margin-right: -130px !important;
  }

  .u-sp-mr--12 {
    margin-right: -120px !important;
  }

  .u-sp-mr--11 {
    margin-right: -110px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-sp-mr-11 {
    margin-right: 110px !important;
  }

  .u-sp-mr-12 {
    margin-right: 120px !important;
  }

  .u-sp-mr-13 {
    margin-right: 130px !important;
  }

  .u-sp-mr-14 {
    margin-right: 140px !important;
  }

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

  .u-sp-mr-16 {
    margin-right: 160px !important;
  }

  .u-sp-mr-17 {
    margin-right: 170px !important;
  }

  .u-sp-mr-18 {
    margin-right: 180px !important;
  }

  .u-sp-mr-19 {
    margin-right: 190px !important;
  }

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

  .u-sp-mr-21 {
    margin-right: 210px !important;
  }

  .u-sp-mr-22 {
    margin-right: 220px !important;
  }

  .u-sp-mr-23 {
    margin-right: 230px !important;
  }

  .u-sp-mr-24 {
    margin-right: 240px !important;
  }

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

  .u-sp-mr-26 {
    margin-right: 260px !important;
  }

  .u-sp-mr-27 {
    margin-right: 270px !important;
  }

  .u-sp-mr-28 {
    margin-right: 280px !important;
  }

  .u-sp-mr-29 {
    margin-right: 290px !important;
  }

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

  .u-sp-mr-31 {
    margin-right: 310px !important;
  }

  .u-sp-mr-32 {
    margin-right: 320px !important;
  }

  .u-sp-mr-33 {
    margin-right: 330px !important;
  }

  .u-sp-mr-34 {
    margin-right: 340px !important;
  }

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

  .u-sp-mr-36 {
    margin-right: 360px !important;
  }

  .u-sp-mr-37 {
    margin-right: 370px !important;
  }

  .u-sp-mr-38 {
    margin-right: 380px !important;
  }

  .u-sp-mr-39 {
    margin-right: 390px !important;
  }

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

  .u-sp-mr-41 {
    margin-right: 410px !important;
  }

  .u-sp-mr-42 {
    margin-right: 420px !important;
  }

  .u-sp-mr-43 {
    margin-right: 430px !important;
  }

  .u-sp-mr-44 {
    margin-right: 440px !important;
  }

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

  .u-sp-mr-46 {
    margin-right: 460px !important;
  }

  .u-sp-mr-47 {
    margin-right: 470px !important;
  }

  .u-sp-mr-48 {
    margin-right: 480px !important;
  }

  .u-sp-mr-49 {
    margin-right: 490px !important;
  }

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

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

.u-mb--19 {
  margin-bottom: -190px !important;
}

.u-mb--18 {
  margin-bottom: -180px !important;
}

.u-mb--17 {
  margin-bottom: -170px !important;
}

.u-mb--16 {
  margin-bottom: -160px !important;
}

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

.u-mb--14 {
  margin-bottom: -140px !important;
}

.u-mb--13 {
  margin-bottom: -130px !important;
}

.u-mb--12 {
  margin-bottom: -120px !important;
}

.u-mb--11 {
  margin-bottom: -110px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mb-11 {
  margin-bottom: 110px !important;
}

.u-mb-12 {
  margin-bottom: 120px !important;
}

.u-mb-13 {
  margin-bottom: 130px !important;
}

.u-mb-14 {
  margin-bottom: 140px !important;
}

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

.u-mb-16 {
  margin-bottom: 160px !important;
}

.u-mb-17 {
  margin-bottom: 170px !important;
}

.u-mb-18 {
  margin-bottom: 180px !important;
}

.u-mb-19 {
  margin-bottom: 190px !important;
}

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

.u-mb-21 {
  margin-bottom: 210px !important;
}

.u-mb-22 {
  margin-bottom: 220px !important;
}

.u-mb-23 {
  margin-bottom: 230px !important;
}

.u-mb-24 {
  margin-bottom: 240px !important;
}

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

.u-mb-26 {
  margin-bottom: 260px !important;
}

.u-mb-27 {
  margin-bottom: 270px !important;
}

.u-mb-28 {
  margin-bottom: 280px !important;
}

.u-mb-29 {
  margin-bottom: 290px !important;
}

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

.u-mb-31 {
  margin-bottom: 310px !important;
}

.u-mb-32 {
  margin-bottom: 320px !important;
}

.u-mb-33 {
  margin-bottom: 330px !important;
}

.u-mb-34 {
  margin-bottom: 340px !important;
}

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

.u-mb-36 {
  margin-bottom: 360px !important;
}

.u-mb-37 {
  margin-bottom: 370px !important;
}

.u-mb-38 {
  margin-bottom: 380px !important;
}

.u-mb-39 {
  margin-bottom: 390px !important;
}

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

.u-mb-41 {
  margin-bottom: 410px !important;
}

.u-mb-42 {
  margin-bottom: 420px !important;
}

.u-mb-43 {
  margin-bottom: 430px !important;
}

.u-mb-44 {
  margin-bottom: 440px !important;
}

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

.u-mb-46 {
  margin-bottom: 460px !important;
}

.u-mb-47 {
  margin-bottom: 470px !important;
}

.u-mb-48 {
  margin-bottom: 480px !important;
}

.u-mb-49 {
  margin-bottom: 490px !important;
}

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

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-mb--20 {
    margin-bottom: -200px !important;
  }

  .u-tab-mb--19 {
    margin-bottom: -190px !important;
  }

  .u-tab-mb--18 {
    margin-bottom: -180px !important;
  }

  .u-tab-mb--17 {
    margin-bottom: -170px !important;
  }

  .u-tab-mb--16 {
    margin-bottom: -160px !important;
  }

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

  .u-tab-mb--14 {
    margin-bottom: -140px !important;
  }

  .u-tab-mb--13 {
    margin-bottom: -130px !important;
  }

  .u-tab-mb--12 {
    margin-bottom: -120px !important;
  }

  .u-tab-mb--11 {
    margin-bottom: -110px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-tab-mb-11 {
    margin-bottom: 110px !important;
  }

  .u-tab-mb-12 {
    margin-bottom: 120px !important;
  }

  .u-tab-mb-13 {
    margin-bottom: 130px !important;
  }

  .u-tab-mb-14 {
    margin-bottom: 140px !important;
  }

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

  .u-tab-mb-16 {
    margin-bottom: 160px !important;
  }

  .u-tab-mb-17 {
    margin-bottom: 170px !important;
  }

  .u-tab-mb-18 {
    margin-bottom: 180px !important;
  }

  .u-tab-mb-19 {
    margin-bottom: 190px !important;
  }

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

  .u-tab-mb-21 {
    margin-bottom: 210px !important;
  }

  .u-tab-mb-22 {
    margin-bottom: 220px !important;
  }

  .u-tab-mb-23 {
    margin-bottom: 230px !important;
  }

  .u-tab-mb-24 {
    margin-bottom: 240px !important;
  }

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

  .u-tab-mb-26 {
    margin-bottom: 260px !important;
  }

  .u-tab-mb-27 {
    margin-bottom: 270px !important;
  }

  .u-tab-mb-28 {
    margin-bottom: 280px !important;
  }

  .u-tab-mb-29 {
    margin-bottom: 290px !important;
  }

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

  .u-tab-mb-31 {
    margin-bottom: 310px !important;
  }

  .u-tab-mb-32 {
    margin-bottom: 320px !important;
  }

  .u-tab-mb-33 {
    margin-bottom: 330px !important;
  }

  .u-tab-mb-34 {
    margin-bottom: 340px !important;
  }

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

  .u-tab-mb-36 {
    margin-bottom: 360px !important;
  }

  .u-tab-mb-37 {
    margin-bottom: 370px !important;
  }

  .u-tab-mb-38 {
    margin-bottom: 380px !important;
  }

  .u-tab-mb-39 {
    margin-bottom: 390px !important;
  }

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

  .u-tab-mb-41 {
    margin-bottom: 410px !important;
  }

  .u-tab-mb-42 {
    margin-bottom: 420px !important;
  }

  .u-tab-mb-43 {
    margin-bottom: 430px !important;
  }

  .u-tab-mb-44 {
    margin-bottom: 440px !important;
  }

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

  .u-tab-mb-46 {
    margin-bottom: 460px !important;
  }

  .u-tab-mb-47 {
    margin-bottom: 470px !important;
  }

  .u-tab-mb-48 {
    margin-bottom: 480px !important;
  }

  .u-tab-mb-49 {
    margin-bottom: 490px !important;
  }

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

@media screen and (max-width: 650px) {
  .u-sp-mb--20 {
    margin-bottom: -200px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-ml--19 {
  margin-left: -190px !important;
}

.u-ml--18 {
  margin-left: -180px !important;
}

.u-ml--17 {
  margin-left: -170px !important;
}

.u-ml--16 {
  margin-left: -160px !important;
}

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

.u-ml--14 {
  margin-left: -140px !important;
}

.u-ml--13 {
  margin-left: -130px !important;
}

.u-ml--12 {
  margin-left: -120px !important;
}

.u-ml--11 {
  margin-left: -110px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-ml-11 {
  margin-left: 110px !important;
}

.u-ml-12 {
  margin-left: 120px !important;
}

.u-ml-13 {
  margin-left: 130px !important;
}

.u-ml-14 {
  margin-left: 140px !important;
}

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

.u-ml-16 {
  margin-left: 160px !important;
}

.u-ml-17 {
  margin-left: 170px !important;
}

.u-ml-18 {
  margin-left: 180px !important;
}

.u-ml-19 {
  margin-left: 190px !important;
}

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

.u-ml-21 {
  margin-left: 210px !important;
}

.u-ml-22 {
  margin-left: 220px !important;
}

.u-ml-23 {
  margin-left: 230px !important;
}

.u-ml-24 {
  margin-left: 240px !important;
}

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

.u-ml-26 {
  margin-left: 260px !important;
}

.u-ml-27 {
  margin-left: 270px !important;
}

.u-ml-28 {
  margin-left: 280px !important;
}

.u-ml-29 {
  margin-left: 290px !important;
}

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

.u-ml-31 {
  margin-left: 310px !important;
}

.u-ml-32 {
  margin-left: 320px !important;
}

.u-ml-33 {
  margin-left: 330px !important;
}

.u-ml-34 {
  margin-left: 340px !important;
}

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

.u-ml-36 {
  margin-left: 360px !important;
}

.u-ml-37 {
  margin-left: 370px !important;
}

.u-ml-38 {
  margin-left: 380px !important;
}

.u-ml-39 {
  margin-left: 390px !important;
}

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

.u-ml-41 {
  margin-left: 410px !important;
}

.u-ml-42 {
  margin-left: 420px !important;
}

.u-ml-43 {
  margin-left: 430px !important;
}

.u-ml-44 {
  margin-left: 440px !important;
}

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

.u-ml-46 {
  margin-left: 460px !important;
}

.u-ml-47 {
  margin-left: 470px !important;
}

.u-ml-48 {
  margin-left: 480px !important;
}

.u-ml-49 {
  margin-left: 490px !important;
}

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

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-ml--20 {
    margin-left: -200px !important;
  }

  .u-tab-ml--19 {
    margin-left: -190px !important;
  }

  .u-tab-ml--18 {
    margin-left: -180px !important;
  }

  .u-tab-ml--17 {
    margin-left: -170px !important;
  }

  .u-tab-ml--16 {
    margin-left: -160px !important;
  }

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

  .u-tab-ml--14 {
    margin-left: -140px !important;
  }

  .u-tab-ml--13 {
    margin-left: -130px !important;
  }

  .u-tab-ml--12 {
    margin-left: -120px !important;
  }

  .u-tab-ml--11 {
    margin-left: -110px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-tab-ml-11 {
    margin-left: 110px !important;
  }

  .u-tab-ml-12 {
    margin-left: 120px !important;
  }

  .u-tab-ml-13 {
    margin-left: 130px !important;
  }

  .u-tab-ml-14 {
    margin-left: 140px !important;
  }

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

  .u-tab-ml-16 {
    margin-left: 160px !important;
  }

  .u-tab-ml-17 {
    margin-left: 170px !important;
  }

  .u-tab-ml-18 {
    margin-left: 180px !important;
  }

  .u-tab-ml-19 {
    margin-left: 190px !important;
  }

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

  .u-tab-ml-21 {
    margin-left: 210px !important;
  }

  .u-tab-ml-22 {
    margin-left: 220px !important;
  }

  .u-tab-ml-23 {
    margin-left: 230px !important;
  }

  .u-tab-ml-24 {
    margin-left: 240px !important;
  }

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

  .u-tab-ml-26 {
    margin-left: 260px !important;
  }

  .u-tab-ml-27 {
    margin-left: 270px !important;
  }

  .u-tab-ml-28 {
    margin-left: 280px !important;
  }

  .u-tab-ml-29 {
    margin-left: 290px !important;
  }

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

  .u-tab-ml-31 {
    margin-left: 310px !important;
  }

  .u-tab-ml-32 {
    margin-left: 320px !important;
  }

  .u-tab-ml-33 {
    margin-left: 330px !important;
  }

  .u-tab-ml-34 {
    margin-left: 340px !important;
  }

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

  .u-tab-ml-36 {
    margin-left: 360px !important;
  }

  .u-tab-ml-37 {
    margin-left: 370px !important;
  }

  .u-tab-ml-38 {
    margin-left: 380px !important;
  }

  .u-tab-ml-39 {
    margin-left: 390px !important;
  }

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

  .u-tab-ml-41 {
    margin-left: 410px !important;
  }

  .u-tab-ml-42 {
    margin-left: 420px !important;
  }

  .u-tab-ml-43 {
    margin-left: 430px !important;
  }

  .u-tab-ml-44 {
    margin-left: 440px !important;
  }

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

  .u-tab-ml-46 {
    margin-left: 460px !important;
  }

  .u-tab-ml-47 {
    margin-left: 470px !important;
  }

  .u-tab-ml-48 {
    margin-left: 480px !important;
  }

  .u-tab-ml-49 {
    margin-left: 490px !important;
  }

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

@media screen and (max-width: 650px) {
  .u-sp-ml--20 {
    margin-left: -200px !important;
  }

  .u-sp-ml--19 {
    margin-left: -190px !important;
  }

  .u-sp-ml--18 {
    margin-left: -180px !important;
  }

  .u-sp-ml--17 {
    margin-left: -170px !important;
  }

  .u-sp-ml--16 {
    margin-left: -160px !important;
  }

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

  .u-sp-ml--14 {
    margin-left: -140px !important;
  }

  .u-sp-ml--13 {
    margin-left: -130px !important;
  }

  .u-sp-ml--12 {
    margin-left: -120px !important;
  }

  .u-sp-ml--11 {
    margin-left: -110px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-sp-ml-11 {
    margin-left: 110px !important;
  }

  .u-sp-ml-12 {
    margin-left: 120px !important;
  }

  .u-sp-ml-13 {
    margin-left: 130px !important;
  }

  .u-sp-ml-14 {
    margin-left: 140px !important;
  }

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

  .u-sp-ml-16 {
    margin-left: 160px !important;
  }

  .u-sp-ml-17 {
    margin-left: 170px !important;
  }

  .u-sp-ml-18 {
    margin-left: 180px !important;
  }

  .u-sp-ml-19 {
    margin-left: 190px !important;
  }

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

  .u-sp-ml-21 {
    margin-left: 210px !important;
  }

  .u-sp-ml-22 {
    margin-left: 220px !important;
  }

  .u-sp-ml-23 {
    margin-left: 230px !important;
  }

  .u-sp-ml-24 {
    margin-left: 240px !important;
  }

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

  .u-sp-ml-26 {
    margin-left: 260px !important;
  }

  .u-sp-ml-27 {
    margin-left: 270px !important;
  }

  .u-sp-ml-28 {
    margin-left: 280px !important;
  }

  .u-sp-ml-29 {
    margin-left: 290px !important;
  }

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

  .u-sp-ml-31 {
    margin-left: 310px !important;
  }

  .u-sp-ml-32 {
    margin-left: 320px !important;
  }

  .u-sp-ml-33 {
    margin-left: 330px !important;
  }

  .u-sp-ml-34 {
    margin-left: 340px !important;
  }

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

  .u-sp-ml-36 {
    margin-left: 360px !important;
  }

  .u-sp-ml-37 {
    margin-left: 370px !important;
  }

  .u-sp-ml-38 {
    margin-left: 380px !important;
  }

  .u-sp-ml-39 {
    margin-left: 390px !important;
  }

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

  .u-sp-ml-41 {
    margin-left: 410px !important;
  }

  .u-sp-ml-42 {
    margin-left: 420px !important;
  }

  .u-sp-ml-43 {
    margin-left: 430px !important;
  }

  .u-sp-ml-44 {
    margin-left: 440px !important;
  }

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

  .u-sp-ml-46 {
    margin-left: 460px !important;
  }

  .u-sp-ml-47 {
    margin-left: 470px !important;
  }

  .u-sp-ml-48 {
    margin-left: 480px !important;
  }

  .u-sp-ml-49 {
    margin-left: 490px !important;
  }

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

/* 文字を操作する系ユーティリティ */
.u-minchou {
  font-family: serif;
}

.u-gothic {
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.u-fontS {
  font-size: 11px;
}

.u-fontM {
  font-size: 22px;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-fontM {
    font-size: 15px;
  }
}

.u-fontL {
  font-size: 30px;
}

@media screen and (max-width: 365px) {
  .u-fontL {
    font-size: 26px;
  }
}

.u-fontN {
  font-size: 16px;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-fontN {
    font-size: 14px;
  }
}

.u-font10 {
  font-size: 10px !important;
}

.u-font11 {
  font-size: 11px !important;
}

.u-font12 {
  font-size: 12px !important;
}

.u-font13 {
  font-size: 13px !important;
}

.u-font14 {
  font-size: 14px !important;
}

.u-font15 {
  font-size: 15px !important;
}

.u-font16 {
  font-size: 16px !important;
}

.u-font17 {
  font-size: 17px !important;
}

.u-font18 {
  font-size: 18px !important;
}

.u-font19 {
  font-size: 19px !important;
}

.u-font20 {
  font-size: 20px !important;
}

.u-font21 {
  font-size: 21px !important;
}

.u-font22 {
  font-size: 22px !important;
}

.u-font23 {
  font-size: 23px !important;
}

.u-font24 {
  font-size: 24px !important;
}

.u-font25 {
  font-size: 25px !important;
}

.u-font26 {
  font-size: 26px !important;
}

.u-font27 {
  font-size: 27px !important;
}

.u-font28 {
  font-size: 28px !important;
}

.u-font29 {
  font-size: 29px !important;
}

.u-font30 {
  font-size: 30px !important;
}

.u-font31 {
  font-size: 31px !important;
}

.u-font32 {
  font-size: 32px !important;
}

.u-font33 {
  font-size: 33px !important;
}

.u-font34 {
  font-size: 34px !important;
}

.u-font35 {
  font-size: 35px !important;
}

.u-font36 {
  font-size: 36px !important;
}

.u-font37 {
  font-size: 37px !important;
}

.u-font38 {
  font-size: 38px !important;
}

.u-font39 {
  font-size: 39px !important;
}

.u-font40 {
  font-size: 40px !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-font0 {
    font-size: 0px !important;
  }

  .u-tab-font1 {
    font-size: 1px !important;
  }

  .u-tab-font2 {
    font-size: 2px !important;
  }

  .u-tab-font3 {
    font-size: 3px !important;
  }

  .u-tab-font4 {
    font-size: 4px !important;
  }

  .u-tab-font5 {
    font-size: 5px !important;
  }

  .u-tab-font6 {
    font-size: 6px !important;
  }

  .u-tab-font7 {
    font-size: 7px !important;
  }

  .u-tab-font8 {
    font-size: 8px !important;
  }

  .u-tab-font9 {
    font-size: 9px !important;
  }

  .u-tab-font10 {
    font-size: 10px !important;
  }

  .u-tab-font11 {
    font-size: 11px !important;
  }

  .u-tab-font12 {
    font-size: 12px !important;
  }

  .u-tab-font13 {
    font-size: 13px !important;
  }

  .u-tab-font14 {
    font-size: 14px !important;
  }

  .u-tab-font15 {
    font-size: 15px !important;
  }

  .u-tab-font16 {
    font-size: 16px !important;
  }

  .u-tab-font17 {
    font-size: 17px !important;
  }

  .u-tab-font18 {
    font-size: 18px !important;
  }

  .u-tab-font19 {
    font-size: 19px !important;
  }

  .u-tab-font20 {
    font-size: 20px !important;
  }

  .u-tab-font21 {
    font-size: 21px !important;
  }

  .u-tab-font22 {
    font-size: 22px !important;
  }

  .u-tab-font23 {
    font-size: 23px !important;
  }

  .u-tab-font24 {
    font-size: 24px !important;
  }

  .u-tab-font25 {
    font-size: 25px !important;
  }

  .u-tab-font26 {
    font-size: 26px !important;
  }

  .u-tab-font27 {
    font-size: 27px !important;
  }

  .u-tab-font28 {
    font-size: 28px !important;
  }

  .u-tab-font29 {
    font-size: 29px !important;
  }

  .u-tab-font30 {
    font-size: 30px !important;
  }

  .u-tab-font31 {
    font-size: 31px !important;
  }

  .u-tab-font32 {
    font-size: 32px !important;
  }

  .u-tab-font33 {
    font-size: 33px !important;
  }

  .u-tab-font34 {
    font-size: 34px !important;
  }

  .u-tab-font35 {
    font-size: 35px !important;
  }

  .u-tab-font36 {
    font-size: 36px !important;
  }

  .u-tab-font37 {
    font-size: 37px !important;
  }

  .u-tab-font38 {
    font-size: 38px !important;
  }

  .u-tab-font39 {
    font-size: 39px !important;
  }

  .u-tab-font40 {
    font-size: 40px !important;
  }
}

@media screen and (max-width: 650px) {
  .u-sp-font0 {
    font-size: 0px !important;
  }

  .u-sp-font1 {
    font-size: 1px !important;
  }

  .u-sp-font2 {
    font-size: 2px !important;
  }

  .u-sp-font3 {
    font-size: 3px !important;
  }

  .u-sp-font4 {
    font-size: 4px !important;
  }

  .u-sp-font5 {
    font-size: 5px !important;
  }

  .u-sp-font6 {
    font-size: 6px !important;
  }

  .u-sp-font7 {
    font-size: 7px !important;
  }

  .u-sp-font8 {
    font-size: 8px !important;
  }

  .u-sp-font9 {
    font-size: 9px !important;
  }

  .u-sp-font10 {
    font-size: 10px !important;
  }

  .u-sp-font11 {
    font-size: 11px !important;
  }

  .u-sp-font12 {
    font-size: 12px !important;
  }

  .u-sp-font13 {
    font-size: 13px !important;
  }

  .u-sp-font14 {
    font-size: 14px !important;
  }

  .u-sp-font15 {
    font-size: 15px !important;
  }

  .u-sp-font16 {
    font-size: 16px !important;
  }

  .u-sp-font17 {
    font-size: 17px !important;
  }

  .u-sp-font18 {
    font-size: 18px !important;
  }

  .u-sp-font19 {
    font-size: 19px !important;
  }

  .u-sp-font20 {
    font-size: 20px !important;
  }

  .u-sp-font21 {
    font-size: 21px !important;
  }

  .u-sp-font22 {
    font-size: 22px !important;
  }

  .u-sp-font23 {
    font-size: 23px !important;
  }

  .u-sp-font24 {
    font-size: 24px !important;
  }

  .u-sp-font25 {
    font-size: 25px !important;
  }

  .u-sp-font26 {
    font-size: 26px !important;
  }

  .u-sp-font27 {
    font-size: 27px !important;
  }

  .u-sp-font28 {
    font-size: 28px !important;
  }

  .u-sp-font29 {
    font-size: 29px !important;
  }

  .u-sp-font30 {
    font-size: 30px !important;
  }

  .u-sp-font31 {
    font-size: 31px !important;
  }

  .u-sp-font32 {
    font-size: 32px !important;
  }

  .u-sp-font33 {
    font-size: 33px !important;
  }

  .u-sp-font34 {
    font-size: 34px !important;
  }

  .u-sp-font35 {
    font-size: 35px !important;
  }

  .u-sp-font36 {
    font-size: 36px !important;
  }

  .u-sp-font37 {
    font-size: 37px !important;
  }

  .u-sp-font38 {
    font-size: 38px !important;
  }

  .u-sp-font39 {
    font-size: 39px !important;
  }

  .u-sp-font40 {
    font-size: 40px !important;
  }
}

.u-fontGreen {
  color: var(--color-green);
}

.u-fontWhite {
  color: #fff;
}

.u-fontRed {
  color: #E36B38;
}

.u-kakko {
  text-indent: -0.5em;
}

.u-normal {
  font-weight: 400 !important;
}

.u-medium {
  font-weight: 500 !important;
}

.u-bold {
  font-weight: 700 !important;
}

.u-semibold {
  font-weight: 600 !important;
}

.u-ls__thin {
  letter-spacing: -0.05em;
}

.u-ls__wide {
  letter-spacing: 0.1em;
}

.u-lh1 {
  line-height: 1 !important;
}

.u-lh2 {
  line-height: 2 !important;
}

.u-lh3 {
  line-height: 3 !important;
}

.u-lh4 {
  line-height: 4 !important;
}

.u-textleft,
.textleft,
.alignleft {
  text-align: left !important;
}

.u-textcenter,
.textcenter,
.aligncenter {
  text-align: center !important;
}

.u-textright,
.textright,
.alignright {
  text-align: right !important;
}

.u-textjustify,
.textjustify,
.alignjustify {
  text-align: justify !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-textcenter-tab {
    text-align: center !important;
  }
}

@media screen and (max-width: 650px) {
  .u-textcenter-sp {
    text-align: center !important;
  }
}

@media screen and (max-width: 650px) {
  .u-textleft-sp {
    text-align: left !important;
  }
}

@media screen and (max-width: 650px) {
  .u-textright-sp {
    text-align: right !important;
  }
}

.u-marker-green {
  background: linear-gradient(transparent 45%, #CCEAE2 45%);
}

.u-text-external::after {
  background: url("images/zero-challenge/icon-target-blank.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 11px;
  margin: 0 0 0 6px;
  width: 11px;
}

/* 表示&非表示を操作する系ユーティリティ */
.u-hide {
  display: none;
}

@media screen and (max-width: 650px) {
  .u-pc {
    display: none !important;
  }
}

.u-tab {
  display: none;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab {
    display: inline-block;
  }
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-none {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}

@media screen and (max-width: 650px) {
  .u-sp {
    display: block !important;
  }
}

.u-small {
  display: none;
}

@media screen and (max-width: 365px) {
  .u-small {
    display: inline-block;
  }
}

@media screen and (max-width: 365px) {
  .u-small-none {
    display: none;
  }
}

/* 居場所がなかったのでここに */
.u-inlineblock {
  display: inline-block;
}

.u-padding0 {
  padding: 0 !important;
}

/* pages
------------------------------------*/
.p-top-kv {
  margin: 0 calc(50% - 50vw);
  position: relative;
}

.p-top-kv::before {
  background: url("../../images/zero-challenge/top-kv.jpg") no-repeat center center/cover;
  content: "";
  display: block;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -3;
}

@media screen and (max-width: 650px) {
  .p-top-kv::before {
    background-image: url("../../images/zero-challenge/top-kv-sp.png");
  }
}

@media screen and (max-width: 650px) {
  .p-top-kv .p-top-kv__wrapper {
    margin-top: 23.0769230769vw;
    padding: 0 4.1025641026vw;
  }
}

.p-top-kv .p-top-kv__copy {
  display: block;
  padding: 0 0 0 11.7361111111vw;
  width: 65.0694444444vw;
}

@media screen and (max-width: 650px) {
  .p-top-kv .p-top-kv__copy {
    padding: 0;
    width: 90.2564102564vw;
  }
}

.p-top-kv .p-top-kv__decoration {
  display: block;
  margin: 0 1.9444444444vw 0 auto;
  width: 77.7777777778vw;
}

@media screen and (max-width: 650px) {
  .p-top-kv .p-top-kv__decoration {
    margin: 7.9487179487vw calc(50% - 50vw) 0;
    width: 100vw;
  }
}

.p-top-vision {
  align-items: start;
  display: grid;
  gap: 5.8333333333vw;
  grid-template-columns: 20.8333333333vw 1fr;
  padding: 6.8055555556vw 6.3888888889vw 26.5277777778vw 12.0833333333vw;
  position: relative;
}

@media screen and (max-width: 650px) {
  .p-top-vision {
    grid-template-columns: auto;
    margin: 3.3333333333vw 0 0;
    padding: 0 0 26.1538461538vw;
  }
}

.p-top-vision .p-top-vision__heading {
  position: sticky;
  top: 0.6944444444vw;
  height: fit-content;
  line-height: 0;
}

@media screen and (max-width: 650px) {
  .p-top-vision .p-top-vision__heading {
    position: static;
  }
}

.p-top-vision .p-top-vision__heading img {
  display: block;
  height: auto;
  width: 100%;
}

.p-top-vision .p-top-vision__body {
  margin: 15.9722222222vw 0 0;
}

@media sp {
  .p-top-vision .p-top-vision__body {
    margin: 12.0512820513vw;
  }
}

.p-top-vision .p-top-vision__lead {
  color: #FFF;
  font-size: 3.8vw;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.0333333333vw;
  margin-bottom: 2.5vw;
}

@media screen and (max-width: 650px) {
  .p-top-vision .p-top-vision__lead {
    font-size: 5.8vw;
    margin-bottom: 5vw;
  }
}


.p-top-vision .p-top-vision__text {
  color: #FFF;
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 164%;
  letter-spacing: -0.0333333333vw;
}

@media screen and (max-width: 650px) {
  .p-top-vision .p-top-vision__text {
    color: #FFF;
    font-size: 5.1282051282vw;
    line-height: 200%;
    letter-spacing: -0.0512820513vw;
  }
}

.p-top-vision .p-top-vision__text:not(:first-child) {
  margin: 5.9722222222vw 0 0;
}

.p-top-vision .p-top-vision__text b {
  color: #D3F350;
}

.p-top-slider {
  margin: -13.4027777778vw calc(50% - 50vw) 0;
}

.p-top-slider .p-top-slider__list {
  display: flex;
  gap: 2.0138888889vw;
  list-style: none;
  transition-timing-function: linear;
}

@media screen and (max-width: 650px) {
  .p-top-slider .p-top-slider__list {
    gap: 2.8205128205vw;
  }
}

.p-top-slider .p-top-slider__list .swiper-slide {
  aspect-ratio: 786/446;
  width: 54.5833333333vw;
}

@media screen and (max-width: 650px) {
  .p-top-slider .p-top-slider__list .swiper-slide {
    aspect-ratio: 298/169;
    width: 76.4102564103vw;
  }
}

.p-top-slider .p-top-slider__list .swiper-slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.c-background.is-overview {
  margin: -13.8888888889vw 0 0;
  padding: 13.8888888889vw 0 6.9444444444vw;
}

@media screen and (max-width: 650px) {
  .c-background.is-overview {
    margin: -20.5128205128vw 0 0;
    padding: 20.5128205128vw 0 10.2564102564vw;
  }
}

.p-top-overview {
  padding: 6.9444444444vw 0 4.1666666667vw;
  max-width: 62.5vw;
  margin: 0 auto;
}

@media screen and (max-width: 650px) {
  .p-top-overview {
    padding: 15.3846153846vw 0 10.2564102564vw;
    max-width: none;
  }
}

.p-top-overview .p-top-overview__heading {
  color: #222;
  font-family: "Noto Sans JP";
  font-size: 2.5vw;
  font-weight: 700;
  letter-spacing: 0.25vw;
  text-align: center;
  position: relative;
  padding: 0 0 2.0833333333vw;
}

@media screen and (max-width: 650px) {
  .p-top-overview .p-top-overview__heading {
    font-size: 6.1538461538vw;
    letter-spacing: 0.6153846154vw;
    padding: 0 0 5.1282051282vw;
  }
}

.p-top-overview .p-top-overview__heading::after {
  background: #D3F350;
  content: "";
  display: block;
  height: 2px;
  margin: 2.0833333333vw auto 0;
  width: 4.1666666667vw;
}

@media screen and (max-width: 650px) {
  .p-top-overview .p-top-overview__heading::after {
    margin-top: 5.1282051282vw;
    width: 10.2564102564vw;
  }
}

.p-top-overview .p-top-overview__list {
  margin: 4.1666666667vw 0 0;
}

@media screen and (max-width: 650px) {
  .p-top-overview .p-top-overview__list {
    margin: 10.2564102564vw 0 0;
  }
}

.p-top-overview .p-top-overview__item {
  align-items: baseline;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: grid;
  gap: 2.7777777778vw;
  grid-template-columns: 13.8888888889vw 1fr;
  padding: 1.9444444444vw 0;
}

@media screen and (max-width: 650px) {
  .p-top-overview .p-top-overview__item {
    gap: 2.0512820513vw;
    grid-template-columns: 1fr;
    padding: 5.641025641vw 0;
  }
}

.p-top-overview .p-top-overview__item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.p-top-overview .p-top-overview__label {
  color: #222;
  font-family: "Noto Sans JP";
  font-size: 1.25vw;
  font-weight: 700;
  letter-spacing: 0.0333333333vw;
  line-height: 180%;
}

@media screen and (max-width: 650px) {
  .p-top-overview .p-top-overview__label {
    font-size: 3.8461538462vw;
    letter-spacing: 0.1076923077vw;
  }
}

.p-top-overview .p-top-overview__value {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.25vw;
  font-weight: 400;
  letter-spacing: 0.0375vw;
  line-height: 180%;
}

@media screen and (max-width: 650px) {
  .p-top-overview .p-top-overview__value {
    font-size: 3.8461538462vw;
    letter-spacing: 0.1153846154vw;
  }
}

.p-top-overview .p-top-overview__value-list {
  list-style: none;
}

.p-top-overview .p-top-overview__value-list li {
  position: relative;
  padding-left: 1.2em;
}

.p-top-overview .p-top-overview__value-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}


.p-top-overview .p-top-overview__note {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  font-size: 0.9722222222vw;
  margin: 0.2777777778vw 0 0;
}

@media screen and (max-width: 650px) {
  .p-top-overview .p-top-overview__note {
    font-size: 3.0769230769vw;
    margin: 1.0256410256vw 0 0;
  }
}

.p-top-prize {
  padding: 5.5555555556vw 0 7.9861111111vw;
}

@media screen and (max-width: 650px) {
  .p-top-prize {
    padding: 17.1794871795vw 0 23.8461538462vw;
  }
}

.p-top-prize .p-top-prize__heading {
  margin: 0 auto;
  width: 51.7361111111vw;
}

@media screen and (max-width: 650px) {
  .p-top-prize .p-top-prize__heading {
    margin: 0 auto;
    text-align: center;
    width: 91.0256410256vw;
  }
}


.p-top-prize .p-top-prize__list {
  display: grid;
  gap: 5vw;
  justify-content: center;
  list-style: none;
  margin: 7.0833333333vw auto 0;
  max-width: 50.5555555556vw;
}

@media screen and (max-width: 650px) {
  .p-top-prize .p-top-prize__list {
    gap: 7.6923076923vw;
    margin: 7.6923076923vw auto 0;
    max-width: none;
  }
}

.p-top-prize .p-top-prize__list .p-top-prize__item {
  align-items: center;
  display: flex;
  gap: 1.3194444444vw;
}

@media screen and (max-width: 650px) {
  .p-top-prize .p-top-prize__list .p-top-prize__item {
    gap: 2.5641025641vw;
  }
}

.p-top-prize .p-top-prize__list .p-top-prize__item-deco {
  width: 4.375vw;
}

@media screen and (max-width: 650px) {
  .p-top-prize .p-top-prize__list .p-top-prize__item-deco {
    width: 8.2051282051vw;
  }
}

.p-top-prize .p-top-prize__list .p-top-prize__item-body {
  margin: 0.9722222222vw 0 0;
}

.p-top-prize .p-top-prize__list .p-top-prize__item-heading {
  color: #FFF;
  font-size: 2.6388888889vw;
  line-height: 1.2;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 650px) {
  .p-top-prize .p-top-prize__list .p-top-prize__item-heading {
    font-size: 4.6153846154vw;
  }
}

.p-top-prize .p-top-prize__list .p-top-prize__item-heading img {
  height: 100%;
  width: auto;
}

.p-top-prize .p-top-prize__list .p-top-prize__item-text {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 1.1111111111vw;
  line-height: 170%;
  /* 27.2px */
  letter-spacing: 0.0333333333vw;
  margin: 1.1805555556vw 0 0;
}

@media screen and (max-width: 650px) {
  .p-top-prize .p-top-prize__list .p-top-prize__item-text {
    font-size: 3.3333333333vw;
    letter-spacing: 0.1230769231vw;
    margin: 2.0512820513vw 0 0;
  }
}

.p-top-support {
  padding: 4.5833333333vw 0 7.2222222222vw;
}

@media screen and (max-width: 650px) {
  .p-top-support {
    padding: 10vw 0 21.0256410256vw;
  }
}

.p-top-support .p-top-support__heading {
  color: #FFF;
  font-family: Oswald;
  font-size: 1.6666666667vw;
  font-weight: 500;
  line-height: 180%;
  /* 43.2px */
  letter-spacing: -0.0666666667vw;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 650px) {
  .p-top-support .p-top-support__heading {
    font-size: 4.1025641026vw;
    letter-spacing: -0.1641025641vw;
  }
}

.p-top-support .p-top-support__list {
  display: flex;
  gap: 0.2083333333vw;
  justify-content: center;
  list-style: none;
  margin: 0.4861111111vw 0 0;
}

@media screen and (max-width: 650px) {
  .p-top-support .p-top-support__list {
    align-items: center;
    flex-direction: column;
    gap: 4.358974359vw;
    margin: 10.2564102564vw 0 0;
  }
}

.p-top-support .p-top-support__list li {
  line-height: 0;
}

.p-top-support .p-top-support__list li:nth-child(1) {
  width: 20.2083333333vw;
}

@media screen and (max-width: 650px) {
  .p-top-support .p-top-support__list li:nth-child(1) {
    width: 74.6153846154vw;
  }
}

.p-top-support .p-top-support__list li:nth-child(2) {
  width: 18.8888888889vw;
}

@media screen and (max-width: 650px) {
  .p-top-support .p-top-support__list li:nth-child(2) {
    width: 69.7435897436vw;
  }
}

.p-top-support .p-top-support__list li img {
  width: 100%;
}

/* ------------------------------------------------
   artist
------------------------------------------------ */
.p-top-artist {
  background: #111;
  /* 背景を画面両端まで伸ばす */
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 5.5555555556vw calc(50vw - 50%) 7.2222222222vw;
}

@media screen and (max-width: 650px) {
  .p-top-artist {
    padding-top: 13.3333333333vw;
    padding-bottom: 17.9487179487vw;
  }
}

.p-top-artist .p-top-artist__heading {
  color: #FFF;
  font-family: Oswald;
  font-size: 1.6666666667vw;
  font-weight: 500;
  letter-spacing: -0.0666666667vw;
  line-height: 180%;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 650px) {
  .p-top-artist .p-top-artist__heading {
    font-size: 4.1025641026vw;
    letter-spacing: -0.1641025641vw;
  }
}

/* 上段: 写真(左) + テキスト(右) */
.p-top-artist .p-top-artist__inner {
  align-items: flex-start;
  display: grid;
  gap: 4.1666666667vw;
  grid-template-columns: 29.1666666667vw 1fr;
  margin: 3.4722222222vw auto 0;
  max-width: 77.7777777778vw;
}

@media screen and (max-width: 650px) {
  .p-top-artist .p-top-artist__inner {
    display: block;
    margin: 7.6923076923vw auto 0;
    max-width: none;
    padding: 0 6.4102564103vw;
  }
}

/* 写真: PC で position sticky で左に固定 */
.p-top-artist .p-top-artist__photo {
  line-height: 0;
  position: sticky;
  top: 6.9444444444vw;
}

@media screen and (max-width: 650px) {
  .p-top-artist .p-top-artist__photo {
    position: static;
    width: 70%;
    margin: 0 auto;
  }
}

.p-top-artist .p-top-artist__photo img {
  border-radius: 4px;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-top-artist .p-top-artist__body {
  padding-top: 0.6944444444vw;
}

.p-top-artist .p-top-artist__name {
  color: #D3F350;
  font-family: "Noto Sans JP";
  font-size: 2.2222222222vw;
  font-weight: 700;
  letter-spacing: 0.1111111111vw;
  line-height: 1.4;
}

@media screen and (max-width: 650px) {
  .p-top-artist .p-top-artist__name {
    font-size: 5.6410256410vw;
    letter-spacing: 0.2820512821vw;
    margin-top: 6.1538461538vw;
    text-align: center;
  }
}

.p-top-artist .p-top-artist__text {
  margin: 1.6666666667vw 0 0;
}

@media screen and (max-width: 650px) {
  .p-top-artist .p-top-artist__text {
    margin: 4.1025641026vw 0 0;
  }
}

.p-top-artist .p-top-artist__text p {
  color: rgba(255, 255, 255, 0.85);
  font-family: "Noto Sans JP";
  font-size: 1.25vw;
  font-weight: 400;
  letter-spacing: 0.0375vw;
  line-height: 200%;
}


@media screen and (max-width: 650px) {
  .p-top-artist .p-top-artist__text p {
    font-size: 3.5897435897vw;
    letter-spacing: 0.1025641026vw;
    line-height: 190%;
  }
}

.p-top-artist .p-top-artist__text p+p {
  margin: 1.1111111111vw 0 0;
}

@media screen and (max-width: 650px) {
  .p-top-artist .p-top-artist__text p+p {
    margin: 3.5897435897vw 0 0;
  }
}

/* 下段: YouTube動画 (やや大きく・中央寄せ) */
.p-top-artist .p-top-artist__video {
  margin: 4.1666666667vw auto 0;
  max-width: 66.6666666667vw;
  /* 約960px / 1440 */
}

@media screen and (max-width: 650px) {
  .p-top-artist .p-top-artist__video {
    margin: 7.6923076923vw auto 0;
    max-width: none;
    padding: 0 6.4102564103vw;
  }
}

.p-top-artist .p-top-artist__video-wrapper {
  aspect-ratio: 16/9;
  position: relative;
  width: 100%;
}

.p-top-artist .p-top-artist__video-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}



.p-top-winner {
  padding: 8.6805555556vw 0 15.2777777778vw;
}

@media screen and (max-width: 650px) {
  .p-top-winner {
    padding: 13.8461538462vw 0 21.7948717949vw;
  }
}

.p-top-winner .p-top-winner__heading {
  margin: 0 auto;
  width: 51.7361111111vw;
}

@media screen and (max-width: 650px) {
  .p-top-winner .p-top-winner__heading {
    margin: 0 0 0 -7.4358974359vw;
    width: 91.0256410256vw;
  }
}

.p-top-winner .p-top-winner__list {
  display: grid;
  gap: 9.0277777778vw;
  list-style: none;
  margin: 6.25vw auto 0;
  max-width: 73.6111111111vw;
}

@media screen and (max-width: 650px) {
  .p-top-winner .p-top-winner__list {
    gap: 17.9487179487vw;
    margin: 5.1282051282vw auto 0;
    max-width: none;
  }
}

.p-top-winner .p-top-winner__item {
  display: grid;
  gap: 6.1805555556vw;
  grid-template-columns: 22.9861111111vw 1fr;
}

@media screen and (max-width: 650px) {
  .p-top-winner .p-top-winner__item {
    gap: 5.1282051282vw 7.4358974359vw;
    grid-template-columns: 37.1794871795vw 1fr;
  }
}

.p-top-winner .p-top-winner__thumb {
  display: flex;
  gap: 1.3888888889vw;
  position: relative;
}

@media screen and (max-width: 650px) {
  .p-top-winner .p-top-winner__thumb {
    grid-area: 1/1/2/2;
  }
}

.p-top-winner .p-top-winner__thumb .p-top-winner__thumb-decoration {
  color: #FFF;
  font-family: Oswald;
  font-size: 2.2222222222vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.1111111111vw;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 650px) {
  .p-top-winner .p-top-winner__thumb .p-top-winner__thumb-decoration {
    font-size: 5.1282051282vw;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.p-top-winner .p-top-winner__thumb .p-top-winner__thumb-photo {
  border: 3px solid #000;
  display: block;
  line-height: 0;
  width: 19.7916666667vw;
}

@media screen and (max-width: 650px) {
  .p-top-winner .p-top-winner__thumb .p-top-winner__thumb-photo {
    width: 100%;
  }
}

.p-top-winner .p-top-winner__thumb .p-top-winner__thumb-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 650px) {
  .p-top-winner .p-top-winner__body {
    display: contents;
  }
}

@media screen and (max-width: 650px) {
  .p-top-winner .p-top-winner__detail {
    grid-area: 1/2/2/3;
  }
}

.p-top-winner .p-top-winner__detail .p-top-winner__detail-note {
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 650px) {
  .p-top-winner .p-top-winner__detail .p-top-winner__detail-note {
    font-size: 4.1025641026vw;
  }
}

.p-top-winner .p-top-winner__detail .p-top-winner__detail-name {
  font-size: 2.9166666667vw;
  font-weight: 700;
  line-height: normal;
  margin: 0.3472222222vw 0 0;
}

@media screen and (max-width: 650px) {
  .p-top-winner .p-top-winner__detail .p-top-winner__detail-name {
    font-size: 6.1538461538vw;
    margin: 5.1282051282vw 0 0;
  }
}

.p-top-winner .p-top-winner__detail .p-top-winner__detail-text {
  font-size: 0.8333333333vw;
  line-height: 150%;
  /* 18px */
  margin: 0.8333333333vw 0 0;
  max-width: 16.1805555556vw;
}

@media screen and (max-width: 650px) {
  .p-top-winner .p-top-winner__detail .p-top-winner__detail-text {
    font-size: 3.0769230769vw;
    margin: 4.6153846154vw 0 0;
    max-width: none;
  }
}

@media screen and (max-width: 650px) {
  .p-top-winner .p-top-winner__detail .p-top-winner__detail-text span {
    font-weight: 700;
  }
}

.p-top-winner .p-top-winner__faq {
  margin: 2.6388888889vw 0 0;
}

@media screen and (max-width: 650px) {
  .p-top-winner .p-top-winner__faq {
    grid-area: 2/1/3/3;
    margin: 0;
  }
}

@media screen and (max-width: 650px) {
  .p-top-winner .p-top-winner__faq dl:not(:first-child) {
    margin: 2.0512820513vw 0 0;
  }
}

.p-top-winner .p-top-winner__faq dl dt {
  align-items: start;
  display: grid;
  gap: 1.1111111111vw;
  grid-template-columns: 1.1111111111vw 1fr;
  font-size: 1.1111111111vw;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.0333333333vw;
}

@media screen and (max-width: 650px) {
  .p-top-winner .p-top-winner__faq dl dt {
    gap: 2.8205128205vw;
    grid-template-columns: 4.1025641026vw 1fr;
    font-size: 3.5897435897vw;
    letter-spacing: 0.1076923077vw;
  }
}

.p-top-winner .p-top-winner__faq dl dt::before {
  content: "Q";
  display: inline-block;
  font-family: "Archivo Narrow";
  font-size: 1.6666666667vw;
  font-weight: 700;
  line-height: 180%;
  /* 43.2px */
  letter-spacing: 0.05vw;
  margin: -0.4861111111vw 0 0;
}

@media screen and (max-width: 650px) {
  .p-top-winner .p-top-winner__faq dl dt::before {
    font-size: 6.1538461538vw;
    letter-spacing: 0.1846153846vw;
    margin: -1.7948717949vw 0 0;
  }
}

.p-top-winner .p-top-winner__faq dl dd {
  align-items: start;
  display: grid;
  gap: 1.1111111111vw;
  grid-template-columns: 1.1111111111vw 1fr;
  font-size: 1.1111111111vw;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.0333333333vw;
}

@media screen and (max-width: 650px) {
  .p-top-winner .p-top-winner__faq dl dd {
    gap: 2.8205128205vw;
    grid-template-columns: 4.1025641026vw 1fr;
    font-size: 3.5897435897vw;
    letter-spacing: 0.1076923077vw;
  }
}

.p-top-winner .p-top-winner__faq dl dd::before {
  content: "A";
  display: inline-block;
  font-family: "Archivo Narrow";
  font-size: 1.6666666667vw;
  font-weight: 700;
  line-height: 180%;
  /* 43.2px */
  letter-spacing: 0.05vw;
  margin: -0.4861111111vw 0 0;
}

@media screen and (max-width: 650px) {
  .p-top-winner .p-top-winner__faq dl dd::before {
    font-size: 6.1538461538vw;
    letter-spacing: 0.1846153846vw;
    margin: -1.7948717949vw 0 0;
  }
}

.p-top-gallery {
  padding: 7.5vw 0 0;
}

@media screen and (max-width: 650px) {
  .p-top-gallery {
    padding: 15.3846153846vw 0 0;
  }
}

.p-top-gallery .p-top-gallery__heading {
  margin: 0 auto;
  width: 51.7361111111vw;
}

@media screen and (max-width: 650px) {
  .p-top-gallery .p-top-gallery__heading {
    margin: 0 0 0 -7.4358974359vw;
    width: 91.0256410256vw;
  }
}

.p-top-gallery .p-top-gallery__slider {
  margin: 4.4444444444vw calc(50% - 50vw) 0;
}

@media screen and (max-width: 650px) {
  .p-top-gallery .p-top-gallery__slider {
    margin-top: 8.7179487179vw;
  }
}

.p-top-gallery .p-top-gallery__slider .p-top-gallery__slider-list {
  gap: 0.9027777778vw;
  list-style: none;
  transition-timing-function: linear;
}

@media screen and (max-width: 650px) {
  .p-top-gallery .p-top-gallery__slider .p-top-gallery__slider-list {
    gap: 2.8205128205vw;
  }
}

.p-top-gallery .p-top-gallery__slider .p-top-gallery__slider-list .swiper-slide {
  width: 24.4444444444vw;
}

@media screen and (max-width: 650px) {
  .p-top-gallery .p-top-gallery__slider .p-top-gallery__slider-list .swiper-slide {
    width: 82.8205128205vw;
  }
}

.p-top-gallery .p-top-gallery__slider .p-top-gallery__slider-list .swiper-slide picture {
  display: block;
  line-height: 0;
}

.p-top-gallery .p-top-gallery__slider .p-top-gallery__slider-list .swiper-slide picture img {
  width: 100%;
}

.p-top-entry {
  position: relative;
  padding: 0 0 7.2222222222vw;
}

@media screen and (max-width: 650px) {
  .p-top-entry {
    padding: 0 0 4.358974359vw;
  }
}

.p-top-entry .p-top-entry__heading {
  background: #fff;
  color: #111;
  font-family: "Noto Sans";
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: 2.5vw;
  letter-spacing: 0.125vw;
  position: absolute;
  left: 50%;
  top: 7.0138888889vw;
  transform: translate3d(-50%, 0, 0);
  width: fit-content;
}

@media screen and (max-width: 650px) {
  .p-top-entry .p-top-entry__heading {
    font-size: 6.1538461538vw;
    font-weight: 600;
    line-height: 9.2307692308vw;
    letter-spacing: 0.4615384615vw;
    top: 18.7179487179vw;
  }
}

.p-top-entry .p-top-entry__decoration {
  background: #fff;
  margin: -0.0694444444vw calc(50% - 50vw) 0;
  padding: 0 0 0.8333333333vw;
  overflow: hidden;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 650px) {
  .p-top-entry .p-top-entry__decoration {
    padding: 9.7435897436vw 0 11.7948717949vw;
  }
}

.p-top-entry .p-top-entry__decoration .p-top-entry__decoration-wrapper {
  animation: flow 50s linear infinite;
  display: flex;
  gap: 5.5555555556vw;
}

@media screen and (max-width: 650px) {
  .p-top-entry .p-top-entry__decoration .p-top-entry__decoration-wrapper {
    animation-duration: 20s;
  }
}

.p-top-entry .p-top-entry__decoration span {
  color: #000;
  display: block;
  font-family: Oswald;
  font-size: 16.6666666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: -0.5555555556vw 0 0;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 650px) {
  .p-top-entry .p-top-entry__decoration span {
    font-size: 28.2051282051vw;
  }
}

.p-top-entry .p-top-entry__list {
  counter-reset: item;
  display: grid;
  gap: 5.5555555556vw;
  grid-template-columns: repeat(3, 18.75vw);
  justify-content: center;
  list-style-type: none;
  margin: 6.25vw 0 0;
  position: relative;
}

@media screen and (max-width: 650px) {
  .p-top-entry .p-top-entry__list {
    gap: 17.4358974359vw;
    grid-template-columns: 1fr;
    margin: 14.358974359vw 0 0;
    padding: 0 0 15.8974358974vw;
  }
}

.p-top-entry .p-top-entry__list::after {
  background: #fff;
  content: "";
  display: none;
  height: 1px;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
}

@media screen and (max-width: 650px) {
  .p-top-entry .p-top-entry__list::after {
    display: block;
  }
}

.p-top-entry .p-top-entry__item {
  position: relative;
}

@media screen and (max-width: 650px) {
  .p-top-entry .p-top-entry__item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.p-top-entry .p-top-entry__item::before {
  align-items: center;
  background: #B7D53E;
  border-radius: 50%;
  color: #FFF;
  content: counter(item);
  counter-increment: item;
  display: flex;
  font-family: "Archivo Narrow";
  font-size: 1.3888888889vw;
  font-weight: 700;
  height: 2.9166666667vw;
  justify-content: center;
  line-height: 1;
  position: absolute;
  left: -1.4583333333vw;
  top: -1.4583333333vw;
  text-align: center;
  width: 2.9166666667vw;
  z-index: 1;
}

@media screen and (max-width: 650px) {
  .p-top-entry .p-top-entry__item::before {
    font-size: 5.1282051282vw;
    line-height: 144%;
    /* 28.8px */
    height: 10.7692307692vw;
    left: calc(50% - 29.1025641026vw - 5.3846153846vw);
    top: -5.3846153846vw;
    width: 10.7692307692vw;
  }
}

.p-top-entry .p-top-entry__item:not(:last-child)::after {
  background: url("../../images/zero-challenge/icon-arrow-entry.svg") no-repeat center center/contain;
  display: none;
  content: "";
  height: 3.3333333333vw;
  position: absolute;
  bottom: -9.2307692308vw;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(90deg);
  transform-origin: center center;
  width: 8.2051282051vw;
}

@media screen and (max-width: 650px) {
  .p-top-entry .p-top-entry__item:not(:last-child)::after {
    display: block;
  }
}

.p-top-entry .p-top-entry__item:not(:last-child) .p-top-entry__item-heading {
  position: relative;
}

.p-top-entry .p-top-entry__item:not(:last-child) .p-top-entry__item-heading::after {
  background: url("../../images/zero-challenge/icon-arrow-entry.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 0.9027777778vw;
  position: absolute;
  right: -3.8888888889vw;
  top: 50%;
  transform: translateY(-50%);
  width: 2.2222222222vw;
}

@media screen and (max-width: 650px) {
  .p-top-entry .p-top-entry__item:not(:last-child) .p-top-entry__item-heading::after {
    display: none;
  }
}

.p-top-entry .p-top-entry__item .p-top-entry__item-heading {
  display: block;
  line-height: 0;
  width: 18.75vw;
}

@media screen and (max-width: 650px) {
  .p-top-entry .p-top-entry__item .p-top-entry__item-heading {
    width: 58.2051282051vw;
  }
}

.p-top-entry .p-top-entry__item .p-top-entry__item-heading picture {
  display: block;
}

.p-top-entry .p-top-entry__item .p-top-entry__item-heading picture img {
  width: 100%;
}

.p-top-entry .p-top-entry__item .p-top-entry__item-text {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 1.3888888889vw;
  font-weight: 400;
  line-height: 144%;
  /* 28.8px */
  margin: 0.6944444444vw 0 0;
  text-align: center;
}

@media screen and (max-width: 650px) {
  .p-top-entry .p-top-entry__item .p-top-entry__item-text {
    font-size: 5.1282051282vw;
    line-height: 144%;
    /* 28.8px */
    margin: 2.5641025641vw 0 0;
    text-align: center;
  }
}

.p-top-entry .p-top-entry__button {
  background: #D3F350;
  color: #111;
  display: block;
  font-family: "Noto Sans JP";
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 1.0416666667vw;
  flex-direction: column;
  justify-content: center;
  margin: 5.2777777778vw auto 0;
  max-width: 83.8888888889vw;
  padding: 2.9166666667vw 0;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 650px) {
  .p-top-entry .p-top-entry__button {
    font-size: 13px;
    font-weight: 700;
    line-height: 3.8461538462vw;
    /* 115.385% */
    margin: 4.358974359vw auto 0;
    padding: 13.8461538462vw 5.1282051282vw 13.3333333333vw;
    text-align: left;
  }
}

.p-top-entry .p-top-entry__button::before {
  content: attr(data-english);
  color: #222;
  display: block;
  font-family: Oswald;
  font-size: 4.4444444444vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 0.7638888889vw;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 650px) {
  .p-top-entry .p-top-entry__button::before {
    font-size: 10.2564102564vw;
    margin: 0 0 3.3333333333vw;
    text-align: left;
  }
}

.p-top-entry .p-top-entry__button:hover {
  background: #fff;
}

.p-top-entry .p-top-entry__button:hover svg rect {
  fill: #D3F350;
}

.p-top-entry .p-top-entry__button:hover svg path {
  fill: #222;
}

.p-top-entry .p-top-entry__button svg {
  position: absolute;
  right: 3.3333333333vw;
  top: 50%;
  transform: translateY(-50%);
  width: 6.0416666667vw;
}

@media screen and (max-width: 650px) {
  .p-top-entry .p-top-entry__button svg {
    right: 5.3846153846vw;
    width: 22.3076923077vw;
  }
}

.p-top-links {
  margin: 0 calc(50% - 50vw);
}

.p-top-links .p-top-links__intro {
  background-color: #fff;
  padding: 5.5555555556vw 3.6805555556vw 4.1666666667vw;
  text-align: center;
}

@media screen and (max-width: 650px) {
  .p-top-links .p-top-links__intro {
    padding: 12.8205128205vw 5.1282051282vw 10.2564102564vw;
  }
}

.p-top-links .p-top-links__intro-heading {
  color: #222;
  font-family: "Noto Sans JP";
  font-size: 2.7777777778vw;
  font-weight: 900;
  letter-spacing: 0.1388888889vw;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  padding: 0 0 1.25vw;
}

.p-top-links .p-top-links__intro-heading::after {
  content: "";
  display: block;
  width: 4.1666666667vw;
  height: 3px;
  background: #D3F350;
  margin: 1.25vw auto 0;
}

@media screen and (max-width: 650px) {
  .p-top-links .p-top-links__intro-heading {
    font-size: 6.6666666667vw;
    letter-spacing: 0.3076923077vw;
    padding: 0 0 3.0769230769vw;
  }

  .p-top-links .p-top-links__intro-heading::after {
    width: 10.2564102564vw;
    margin-top: 3.0769230769vw;
  }
}

.p-top-links .p-top-links__intro-text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.3888888889vw;
  font-weight: 400;
  letter-spacing: 0.0416666667vw;
  line-height: 200%;
  margin: 2.2222222222vw auto 0;
  max-width: 50vw;
}

@media screen and (max-width: 650px) {
  .p-top-links .p-top-links__intro-text {
    font-size: 4.1025641026vw;
    letter-spacing: 0.1230769231vw;
    line-height: 200%;
    margin: 5.1282051282vw auto 0;
    max-width: none;
    text-align: left;
  }
}

.p-top-links .p-top-links__list {
  background-color: #fff;
  border-top: none;
  list-style: none;
  padding: 0 0 5.5555555556vw;
}

@media screen and (max-width: 650px) {
  .p-top-links .p-top-links__list {
    grid-template-columns: 1fr;
  }
}

.p-top-links .p-top-links__link {
  align-items: center;
  background-color: #222;
  color: #FFF;
  display: flex;
  gap: 10.9027777778vw;
  justify-content: center;
  font-family: "Noto Sans JP";
  font-size: 2.0833333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 43.2px */
  letter-spacing: -0.0166666667vw;
  margin: 0 auto;
  max-width: 83.8888888889vw;
  padding: 4.5138888889vw 3.6805555556vw;
  position: relative;
}

@media screen and (max-width: 650px) {
  .p-top-links .p-top-links__link {
    font-size: 5.1282051282vw;
    gap: 0;
    justify-content: space-between;
    line-height: 180%;
    /* 28.8px */
    letter-spacing: -0.041025641vw;
    max-width: none;
    padding: 13.8461538462vw 5.1282051282vw 13.3333333333vw;
  }
}

.p-top-links .p-top-links__link:hover {
  background: #D3F350;
  color: #222;
}

.p-top-links .p-top-links__link:hover svg rect {
  fill: #222;
}

.p-top-links .p-top-links__link:hover svg path {
  fill: #fff;
}

.p-top-links .p-top-links__link svg {
  position: absolute;
  right: 3.3333333333vw;
  top: 50%;
  transform: translateY(-50%);
  width: 6.0416666667vw;
}

@media screen and (max-width: 650px) {
  .p-top-links .p-top-links__link svg {
    right: 5.3846153846vw;
    width: 22.3076923077vw;
  }
}

/* FAQ */
.p-top-faq {
  background: #fff;
  margin: 0 calc(50% - 50vw);
  padding: 5.5555555556vw 0 7.2222222222vw;
}

@media screen and (max-width: 650px) {
  .p-top-faq {
    padding: 12.8205128205vw 0 17.9487179487vw;
  }
}

.p-top-faq .p-top-faq__inner {
  max-width: 55.5555555556vw;
  margin: 0 auto;
}

@media screen and (max-width: 650px) {
  .p-top-faq .p-top-faq__inner {
    max-width: none;
    padding: 0 5.1282051282vw;
  }
}

.p-top-faq .p-top-faq__heading {
  color: #222;
  font-family: Oswald;
  font-size: 3.3333333333vw;
  font-weight: 500;
  letter-spacing: 0.1666666667vw;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 650px) {
  .p-top-faq .p-top-faq__heading {
    font-size: 8.2051282051vw;
    letter-spacing: 0.4102564103vw;
  }
}

.p-top-faq .p-top-faq__category {
  margin: 3.4722222222vw 0 0;
}

@media screen and (max-width: 650px) {
  .p-top-faq .p-top-faq__category {
    margin: 8.7179487179vw 0 0;
  }
}

.p-top-faq .p-top-faq__category-heading {
  color: #222;
  font-family: "Noto Sans JP";
  font-size: 1.3888888889vw;
  font-weight: 700;
  letter-spacing: 0.0694444444vw;
  line-height: 1.4;
  padding: 0 0 1.0416666667vw;
  border-bottom: 2px solid #D3F350;
}

@media screen and (max-width: 650px) {
  .p-top-faq .p-top-faq__category-heading {
    font-size: 4.1025641026vw;
    letter-spacing: 0.2051282051vw;
    padding: 0 0 2.5641025641vw;
  }
}

.p-top-faq .p-top-faq__list {
  margin: 0;
}

.p-top-faq .p-top-faq__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.p-top-faq .p-top-faq__question {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 1.1111111111vw;
  padding: 1.6666666667vw 0;
  transition: opacity 0.2s;
  user-select: none;
}

@media screen and (max-width: 650px) {
  .p-top-faq .p-top-faq__question {
    gap: 2.5641025641vw;
    padding: 5.1282051282vw 0;
  }
}

.p-top-faq .p-top-faq__question:hover {
  opacity: 0.7;
}

.p-top-faq .p-top-faq__question-label {
  color: #D3F350;
  flex-shrink: 0;
  font-family: "Archivo Narrow";
  font-size: 1.5277777778vw;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 650px) {
  .p-top-faq .p-top-faq__question-label {
    font-size: 5.1282051282vw;
  }
}

.p-top-faq .p-top-faq__question-text {
  color: #222;
  flex: 1;
  font-family: "Noto Sans JP";
  font-size: 1.25vw;
  font-weight: 500;
  letter-spacing: 0.0333333333vw;
  line-height: 180%;
}

@media screen and (max-width: 650px) {
  .p-top-faq .p-top-faq__question-text {
    font-size: 3.8461538462vw;
    letter-spacing: 0.1076923077vw;
  }
}

.p-top-faq .p-top-faq__icon {
  flex-shrink: 0;
  height: 1.3888888889vw;
  position: relative;
  width: 1.3888888889vw;
}

@media screen and (max-width: 650px) {
  .p-top-faq .p-top-faq__icon {
    height: 4.1025641026vw;
    width: 4.1025641026vw;
  }
}

.p-top-faq .p-top-faq__icon::before,
.p-top-faq .p-top-faq__icon::after {
  background: #222;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: transform 0.3s;
}

.p-top-faq .p-top-faq__icon::before {
  height: 2px;
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-top-faq .p-top-faq__icon::after {
  height: 100%;
  transform: translate(-50%, -50%);
  width: 2px;
}

.p-top-faq .p-top-faq__item.is-open .p-top-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-top-faq .p-top-faq__answer {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

.p-top-faq .p-top-faq__answer-inner {
  display: flex;
  gap: 1.1111111111vw;
  padding: 0 0 1.6666666667vw;
}

@media screen and (max-width: 650px) {
  .p-top-faq .p-top-faq__answer-inner {
    gap: 2.5641025641vw;
    padding: 0 0 5.1282051282vw;
  }
}

.p-top-faq .p-top-faq__answer-label {
  color: #D3F350;
  flex-shrink: 0;
  font-family: "Archivo Narrow";
  font-size: 1.5277777778vw;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 650px) {
  .p-top-faq .p-top-faq__answer-label {
    font-size: 5.1282051282vw;
  }
}

.p-top-faq .p-top-faq__answer-text {
  color: #555;
  font-family: "Noto Sans JP";
  font-size: 1.25vw;
  font-weight: 400;
  letter-spacing: 0.0333333333vw;
  line-height: 180%;
}

@media screen and (max-width: 650px) {
  .p-top-faq .p-top-faq__answer-text {
    font-size: 3.8461538462vw;
    letter-spacing: 0.1076923077vw;
  }
}