@charset "UTF-8";
/* foundation
------------------------------------*/
:root {
  --color-text: #3C3C3C;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          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;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          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;
  -webkit-text-decoration: underline dotted;
          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: "Yu Gothic", "Yu Gothic Pr6N", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  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 {
  -webkit-transition: opacity 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
button,
input[type=button] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-box-sizing: border-box;
          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 * {
  -webkit-transition: none !important;
  transition: none !important;
}

/* commons
------------------------------------*/
.c-header-default {
  padding: 1.3888888889vw 1.3888888889vw 2.7777777778vw;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 10;
}
@media screen and (max-width: 650px) {
  .c-header-default {
    padding: 5.1282051282vw 5.1282051282vw 0;
  }
}
.c-header-default.js-up-move {
  -webkit-animation: upAnime 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation: upAnime 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.c-header-default.js-down-move {
  -webkit-animation: downAnime 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation: downAnime 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@-webkit-keyframes upAnime {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-9rem);
    transform: translateY(-9rem);
    opacity: 0;
  }
}
@keyframes upAnime {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-9rem);
    transform: translateY(-9rem);
    opacity: 0;
  }
}
@-webkit-keyframes downAnime {
  from {
    -webkit-transform: translateY(-9rem);
    transform: translateY(-9rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes downAnime {
  from {
    -webkit-transform: translateY(-9rem);
    transform: translateY(-9rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.c-header-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0.6944444444vw 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.6944444444vw 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.3888888889vw 2.0833333333vw 1.25vw;
  position: relative;
}
@media screen and (max-width: 650px) {
  .c-header-inner {
    border-radius: 5px;
    background: #FFF;
    -webkit-box-shadow: 0 0 2.5641025641vw 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 2.5641025641vw 0 rgba(0, 0, 0, 0.15);
    padding: 3.8461538462vw;
  }
}

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

.c-header-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.0833333333vw;
}

@media screen and (max-width: 650px) {
  .c-header-menu {
    display: none;
  }
}
.c-header-menu .c-header-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3888888889vw;
  list-style: none;
}
.c-header-menu .c-header-menu__list li {
  line-height: 0;
}
.c-header-menu .c-header-menu__list li a {
  font-size: max(0.9722222222vw, 10px);
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: 0.0388888889vw;
}
.c-header-menu .c-header-menu__list li a:hover {
  opacity: 0.6;
}

.c-header-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5555555556vw;
  list-style: none;
}
.c-header-cta li:last-child a {
  background: #FE5751;
}
.c-header-cta li a {
  background: #349FD5;
  border-radius: 40px;
  color: #FFF;
  display: inline-block;
  font-size: max(0.9722222222vw, 10px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  letter-spacing: 0.0388888889vw;
  padding: 0.6944444444vw 1.3888888889vw;
}
.c-header-cta li a:hover {
  opacity: 0.6;
}

.c-footer-default {
  background: #F3EDDC;
  margin: -16.875vw 0 0;
  padding: 23.6111111111vw 0 5.2083333333vw;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 650px) {
  .c-footer-default {
    margin: -53.0769230769vw 0 0;
    padding: 57.6923076923vw 0 30.7692307692vw;
  }
}

.c-footer-inner {
  padding: 0 6.9444444444vw;
  position: relative;
}
@media screen and (max-width: 650px) {
  .c-footer-inner {
    padding: 0;
  }
}

.c-footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
.c-footer-main li a {
  color: #3C3C3C;
  font-size: max(1.1111111111vw, 10px);
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0.0444444444vw;
}
.c-footer-main li a:hover {
  opacity: 0.6;
}

.c-footer-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 1.0416666667vw 0 0;
}
@media screen and (max-width: 650px) {
  .c-footer-sub {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-footer-sub li:not(:last-child) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-footer-sub li:not(:last-child)::after {
  content: "|";
  display: inline-block;
  font-size: max(0.9722222222vw, 10px);
  margin: 0 1.3888888889vw;
}
@media screen and (max-width: 650px) {
  .c-footer-sub li:not(:last-child)::after {
    font-size: max(3.5897435897vw, 10px);
    margin: 0 2.5641025641vw;
  }
}
.c-footer-sub li:last-child a {
  opacity: 0.6;
}
.c-footer-sub li:last-child a:hover {
  opacity: 0.3;
}
.c-footer-sub li a {
  display: inline-block;
  font-size: max(0.9722222222vw, 10px);
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: 0.0388888889vw;
  padding: 0.3472222222vw 0;
  white-space: nowrap;
}
@media screen and (max-width: 650px) {
  .c-footer-sub li a {
    font-size: max(3.5897435897vw, 10px);
    letter-spacing: 0.1435897436vw;
  }
}
.c-footer-sub li a:hover {
  opacity: 0.6;
}

.c-footer-copyright {
  font-size: max(0.7638888889vw, 10px);
  font-weight: 500;
  line-height: 150%; /* 16.5px */
  letter-spacing: 0.0152777778vw;
  margin: 0 -0.625vw 0 auto;
  position: absolute;
  bottom: 0.8333333333vw;
  right: 6.9444444444vw;
}
@media screen and (max-width: 650px) {
  .c-footer-copyright {
    font-size: max(2.8205128205vw, 10px);
    letter-spacing: 0.0564102564vw;
    margin: 3.5897435897vw 0 0;
    position: static;
    text-align: center;
  }
}

.c-drawer-default {
  background: #fff;
  display: none;
  height: 100vh;
  max-height: 100%;
  opacity: 0;
  overflow-y: scroll;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-drawer-default {
    display: block;
  }
}
.c-drawer-default.is-active {
  opacity: 1;
  pointer-events: auto;
}
.c-drawer-default .c-drawer-default__inner {
  padding: 34.8717948718vw 11.5384615385vw 18.7179487179vw;
}

.c-drawer-menu {
  border-bottom: 1px solid #E0E0E0;
  padding: 0 0 14.358974359vw;
}
.c-drawer-menu ul {
  display: -ms-grid;
  display: grid;
  gap: 3.8461538462vw;
  list-style: none;
}
.c-drawer-menu ul li a {
  font-size: max(6.1538461538vw, 10px);
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: 0.96px;
}
.c-drawer-menu ul li a:hover {
  opacity: 0.6;
}

.c-drawer-cta {
  display: -ms-grid;
  display: grid;
  gap: 7.6923076923vw;
  list-style: none;
  padding: 15.3846153846vw 0 0;
}
.c-drawer-cta li p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3C3C3C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.5961538462vw;
  font-style: normal;
  font-weight: 700;
  gap: 1.0256410256vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 5.7597435897vw;
  text-align: center;
}
.c-drawer-cta li p img {
  width: 4.6153846154vw;
}
.c-drawer-cta li a {
  background: #349FD5;
  border-radius: 9.6153846154vw;
  color: #FFF;
  display: inline-block;
  font-size: 3.4615384615vw;
  font-weight: 700;
  line-height: normal;
  margin: 4.6153846154vw 0 0;
  padding: 4.8717948718vw 0 5.3846153846vw;
  text-align: center;
  width: 100%;
}
.c-drawer-cta li a:hover {
  opacity: 0.8;
}
.c-drawer-cta li a.is-pink {
  background: #FE5751;
}

.c-heading-section {
  color: #FE5751;
  font-size: 1.1111111111vw;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  text-align: center;
}
@media screen and (max-width: 650px) {
  .c-heading-section {
    font-size: max(2.8205128205vw, 10px);
  }
}
.c-heading-section::before {
  color: #3C3C3C;
  content: attr(data-english);
  display: block;
  font-family: Syne;
  font-size: max(4.1666666667vw, 10px);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .c-heading-section::before {
    font-size: max(10.2564102564vw, 10px);
  }
}
.c-heading-section.is-left {
  text-align: left;
}
@media screen and (max-width: 650px) {
  .c-heading-section.is-left {
    text-align: center;
  }
}
.c-heading-section.is-left::before {
  text-align: left;
}
@media screen and (max-width: 650px) {
  .c-heading-section.is-left::before {
    text-align: center;
  }
}

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

.c-contents {
  margin: 0 auto;
  max-width: 86.1111111111vw;
}
@media screen and (max-width: 650px) {
  .c-contents {
    max-width: none;
    padding: 0 5.1282051282vw 15.3846153846vw;
  }
}

.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-baige::before {
  background: #FAF9F6;
}
.c-background.is-yellow::before {
  background: #F3EDDC;
}

.c-button-hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 8.4615384615vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
}
@media screen and (max-width: 650px) {
  .c-button-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-button-hamburger span {
  background: #E2258F;
  display: block;
  height: 0.7692307692vw;
  width: 8.9743589744vw;
}
.c-button-hamburger span:last-child {
  margin: 1.7948717949vw 0 0;
  width: 6.4102564103vw;
}

.c-button-close {
  cursor: pointer;
  outline: none;
  position: fixed;
  right: 7.6923076923vw;
  top: 8.9743589744vw;
}
.c-button-close svg {
  height: 6.9230769231vw;
  width: 6.9230769231vw;
}

.c-button-cta {
  background: #349FD5;
  border-radius: 50px;
  color: #FFF;
  display: block;
  font-family: "Yu Gothic";
  font-size: max(1.25vw, 10px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 1.7361111111vw 0 1.8055555556vw;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .c-button-cta {
    font-size: max(2.8205128205vw, 10px);
    padding: 4.6153846154vw 0 4.8717948718vw;
  }
}
.c-button-cta.is-pink {
  background: #FE5751;
}

.c-box-game {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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-list-game {
  display: -ms-grid;
  display: grid;
  gap: 1.1805555556vw 6.4583333333vw;
  -ms-grid-columns: 22.4305555556vw 6.4583333333vw 22.4305555556vw;
  grid-template-columns: repeat(2, 22.4305555556vw);
  list-style: none;
}
@media screen and (max-width: 650px) {
  .c-list-game {
    gap: 5.3846153846vw;
    -ms-grid-columns: auto;
    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 {
  -webkit-transform: translate3d(2px, -2px, 0);
          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;
  }
}

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

@keyframes flow {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            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;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  width: 100%;
}
.a-appear.is-animated::before {
  -webkit-transform: translate3d(101%, 0, 0);
          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: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), color-stop(45%, #CCEAE2));
  background: linear-gradient(transparent 45%, #CCEAE2 45%);
}

.u-text-external::after {
  background: url("images/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-fv {
  padding: 19.8611111111vw 0 40.2777777778vw;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-top-fv {
    padding: 13.8461538462vw 0 148.4615384615vw;
  }
}
@media screen and (max-width: 650px) {
  .p-top-fv .p-top-fv__inner {
    margin: 0 calc(50% - 50vw) 0 auto;
  }
}
.p-top-fv .p-top-fv__label {
  color: #F37874;
  font-family: "Syne", sans-serif;
  font-size: 1.3888888889vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 650px) {
  .p-top-fv .p-top-fv__label {
    font-size: max(3.0769230769vw, 10px);
  }
}
.p-top-fv .p-top-fv__heading {
  color: #F37874;
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 125%; /* 57.6px */
  margin: 0.5555555556vw 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-fv .p-top-fv__heading {
    font-size: max(6.6666666667vw, 10px);
    line-height: 140%; /* 36.4px */
    margin: 2.5641025641vw 0 0;
  }
}
.p-top-fv .p-top-fv__cta {
  display: -ms-grid;
  display: grid;
  gap: 1.3888888889vw;
  list-style: none;
  margin: 1.9444444444vw 0 0;
}
.p-top-fv .p-top-fv__cta li {
  width: 21.4583333333vw;
}
.p-top-fv .p-top-fv__cta li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #349FD5;
  border-radius: 50px;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(1.25vw, 10px);
  font-style: normal;
  font-weight: 700;
  gap: 0.3472222222vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: normal;
  padding: 1.25vw 0 1.3194444444vw;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-top-fv .p-top-fv__cta li a {
    font-size: max(2.8205128205vw, 10px);
    padding: 4.6153846154vw 0 4.8717948718vw;
  }
}
.p-top-fv .p-top-fv__cta li a.is-pink {
  background: #FE5751;
}
.p-top-fv .p-top-fv__cta li a:hover {
  opacity: 0.6;
}
.p-top-fv .p-top-fv__cta li a img {
  width: 1.3888888889vw;
}
.p-top-fv .p-top-fv__scroll {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #F37874;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3472222222vw;
  font-family: "Syne", sans-serif;
  font-size: max(0.8333333333vw, 10px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 10vw 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-fv .p-top-fv__scroll {
    gap: 2.0512820513vw;
    margin: 7.6923076923vw 0 0;
  }
}
.p-top-fv .p-top-fv__scroll:hover {
  opacity: 0.6;
}
.p-top-fv .p-top-fv__scroll img {
  width: 1.6666666667vw;
}
@media screen and (max-width: 650px) {
  .p-top-fv .p-top-fv__scroll img {
    width: 4.6153846154vw;
  }
}
.p-top-fv .p-top-fv__image {
  position: absolute;
  right: calc(50% - 50vw);
  top: 8.8194444444vw;
  width: 65.625vw;
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .p-top-fv .p-top-fv__image {
    display: block;
    position: static;
    margin: 0 calc(50% - 50vw) 0 auto;
    width: 86.4102564103vw;
  }
}
.p-top-fv .p-top-fv__image img {
  width: 100%;
}

.p-top-sticky {
  display: none;
  background: #fff;
  gap: 2.3076923077vw;
  list-style: none;
  opacity: 1;
  padding: 3.8461538462vw 5.1282051282vw;
  pointer-events: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 650px) {
  .p-top-sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-top-sticky.is-hide {
  opacity: 0;
  pointer-events: none;
}
.p-top-sticky li {
  width: 43.5897435897vw;
}
.p-top-sticky li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #349FD5;
  border-radius: 50px;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(1.25vw, 10px);
  font-style: normal;
  font-weight: 700;
  gap: 2.5641025641vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: normal;
  padding: 1.25vw 0 1.3194444444vw;
}
@media screen and (max-width: 650px) {
  .p-top-sticky li a {
    font-size: max(3.0769230769vw, 10px);
    padding: 3.8461538462vw 0 4.1025641026vw;
  }
}
.p-top-sticky li a.is-pink {
  background: #FE5751;
}
.p-top-sticky li a img {
  width: 3.8461538462vw;
}

.p-top-issues {
  background: #FFF;
  border-radius: 10px;
  margin: -34.7222222222vw 0 0;
  padding: 6.25vw 4.375vw 6.25vw;
}
@media screen and (max-width: 650px) {
  .p-top-issues {
    margin: -133.8461538462vw 0 0;
    padding: 10.2564102564vw 6.1538461538vw;
  }
}
.p-top-issues .p-top-issues__list {
  counter-reset: item 0;
  display: -ms-grid;
  display: grid;
  gap: 3.2638888889vw 1.3194444444vw;
  -ms-grid-columns: 1fr 1.3194444444vw 1fr 1.3194444444vw 1fr;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 3.4722222222vw 0 0;
  padding: 0 0 3.6111111111vw;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-top-issues .p-top-issues__list {
    gap: 6.1538461538vw 2.0512820513vw;
    -ms-grid-columns: 1fr 2.0512820513vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin: 7.9487179487vw 0 0;
    padding: 0 0 10.2564102564vw;
  }
}
.p-top-issues .p-top-issues__list::after {
  background: url("../images/lp-event-uniform/icon-arrow-issues.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 1.6666666667vw;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.8194444444vw;
}
@media screen and (max-width: 650px) {
  .p-top-issues .p-top-issues__list::after {
    height: 3.5897435897vw;
    width: 9.2307692308vw;
  }
}
.p-top-issues .p-top-issues__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F6F6F6;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 12.2222222222vw;
  padding: 0 2.2222222222vw;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-top-issues .p-top-issues__item {
    border-radius: 8px;
    height: 25.641025641vw;
    padding: 0 3.0769230769vw;
  }
}
.p-top-issues .p-top-issues__item::before {
  color: #F3EDDC;
  content: "“";
  font-family: "Yaldevi", sans-serif;
  font-size: 8.3333333333vw;
  font-weight: 700;
  line-height: 150%; /* 180px */
  position: absolute;
  left: 0.5555555556vw;
  top: -4.0277777778vw;
}
@media screen and (max-width: 650px) {
  .p-top-issues .p-top-issues__item::before {
    font-size: 17.9487179487vw;
    top: -8.2051282051vw;
    left: 2.5641025641vw;
  }
}
.p-top-issues .p-top-issues__item p {
  font-size: max(1.3888888889vw, 10px);
  font-weight: 700;
  line-height: 150%; /* 30px */
}
@media screen and (max-width: 650px) {
  .p-top-issues .p-top-issues__item p {
    font-size: max(2.8205128205vw, 10px);
  }
}
.p-top-issues .p-top-issues__copy {
  font-size: max(2.2222222222vw, 10px);
  font-weight: 700;
  line-height: 150%; /* 48px */
  letter-spacing: 0.0444444444vw;
  margin: 1.7361111111vw 0 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-top-issues .p-top-issues__copy {
    font-size: max(4.6153846154vw, 10px);
    margin: 6.1538461538vw 0 0;
  }
}
.p-top-issues .p-top-issues__copy strong {
  color: #FE5751;
  display: inline-block;
  font-size: max(1.9444444444vw, 10px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.0388888889vw;
  margin: 0.3472222222vw 0;
}
@media screen and (max-width: 650px) {
  .p-top-issues .p-top-issues__copy strong {
    font-size: max(4.6153846154vw, 10px);
    letter-spacing: 0.0923076923vw;
  }
}
.p-top-issues .p-top-issues__copy strong span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(243, 120, 116, 0.2)));
  background: linear-gradient(transparent 50%, rgba(243, 120, 116, 0.2) 50%);
}
@media screen and (max-width: 650px) {
  .p-top-issues .p-top-issues__copy strong span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, rgba(243, 120, 116, 0.2)));
    background: linear-gradient(transparent 40%, rgba(243, 120, 116, 0.2) 40%);
  }
}
.p-top-issues .p-top-issues__copy strong b {
  font-size: max(2.9166666667vw, 10px);
  letter-spacing: 0.0583333333vw;
}
@media screen and (max-width: 650px) {
  .p-top-issues .p-top-issues__copy strong b {
    font-size: max(6.1538461538vw, 10px);
    letter-spacing: 0.1333333333vw;
    line-height: 170%;
  }
}
.p-top-issues .p-top-issues__copy strong i {
  background-image: radial-gradient(circle at center, #FE5751 15%, transparent 15%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.2em; /* 点の間隔とサイズ調整 */
  padding-top: 0.4em; /* 縦方向の位置調整 */
  font-style: normal;
}

.p-top-products {
  margin: -38.8888888889vw 0 0;
  padding: 44.8611111111vw 0 24.0277777778vw;
}
@media screen and (max-width: 650px) {
  .p-top-products {
    margin: -142.3076923077vw 0 0;
    padding: 156.4102564103vw 0 90vw;
  }
}
.p-top-products .p-top-products__text {
  color: #3C3C3C;
  font-size: max(0.9722222222vw, 10px);
  font-weight: 500;
  line-height: 182.857%; /* 182.857% */
  margin: 1.25vw 0 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-top-products .p-top-products__text {
    font-size: max(3.5897435897vw, 10px);
    margin: 3.5897435897vw 0 0;
    line-height: 150%;
    text-align: left;
  }
}
.p-top-products .p-top-products__list {
  display: -ms-grid;
  display: grid;
  gap: 2.7777777778vw 1.0416666667vw;
  -ms-grid-columns: 1fr 1.0416666667vw 1fr 1.0416666667vw 1fr;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 2.9861111111vw 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-products .p-top-products__list {
    gap: 6.1538461538vw 2.0512820513vw;
    -ms-grid-columns: 1fr 2.0512820513vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin: 7.9487179487vw 0 0;
  }
}
.p-top-products .p-top-products__item {
  text-align: center;
}
.p-top-products .p-top-products__item .p-top-products__item-link {
  cursor: pointer;
  display: block;
}
.p-top-products .p-top-products__item .p-top-products__item-link:hover {
  opacity: 0.6;
}
.p-top-products .p-top-products__item .p-top-products__item-photo {
  display: block;
  line-height: 0;
}
.p-top-products .p-top-products__item .p-top-products__item-photo img {
  width: 100%;
}
.p-top-products .p-top-products__item .p-top-products__item-heading {
  border-bottom: 1px dashed #3C3C3C;
  color: #3C3C3C;
  display: inline-block;
  font-size: max(1.3194444444vw, 10px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 160.16%; /* 160.16% */
  margin: 0.6944444444vw 0 0;
  text-align: center;
  padding: 0 0 0.4166666667vw;
}
@media screen and (max-width: 650px) {
  .p-top-products .p-top-products__item .p-top-products__item-heading {
    font-size: max(3.0769230769vw, 10px);
    line-height: 130%;
    margin: 2.5641025641vw 0 0;
  }
}
@media screen and (max-width: 650px) {
  .p-top-products .p-top-products__item .p-top-products__item-heading span {
    font-size: 10px;
  }
}

.p-top-original {
  margin: -17.7083333333vw 0 0;
  padding: 27.2222222222vw 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-original {
    margin: -52.5641025641vw 0 0;
    padding: 66.9230769231vw 0 0;
  }
}
.p-top-original .p-top-original__main {
  margin: 2.7777777778vw 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-original .p-top-original__main {
    margin: 5.641025641vw 0 0;
  }
}
.p-top-original .p-top-original__heading {
  border-bottom: 1px dashed #3C3C3C;
  color: #3C3C3C;
  display: inline-block;
  font-size: max(1.3194444444vw, 10px);
  font-weight: 700;
  line-height: 1;
  padding: 0 0 0.4861111111vw;
}
@media screen and (max-width: 650px) {
  .p-top-original .p-top-original__heading {
    font-size: max(3.5897435897vw, 10px);
    padding: 0 0 0.7692307692vw;
  }
}
.p-top-original .p-top-original__list {
  display: -ms-grid;
  display: grid;
  gap: 1.4583333333vw 2.7777777778vw;
  -ms-grid-columns: 1fr 2.7777777778vw 1fr;
  grid-template-columns: repeat(2, 1fr);
  margin: 1.6666666667vw 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-original .p-top-original__list {
    gap: 2.0512820513vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 2.5641025641vw 0 0;
  }
}
.p-top-original .p-top-original__item {
  border-radius: 5px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 13.8888888889vw 1fr;
  grid-template-columns: 13.8888888889vw 1fr;
  max-height: 11.8055555556vw;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .p-top-original .p-top-original__item {
    -ms-grid-columns: 30vw 1fr;
    grid-template-columns: 30vw 1fr;
    max-height: unset;
  }
}
.p-top-original .p-top-original__item.is-small .p-top-original__item-body {
  padding: 1.0416666667vw 2.2222222222vw 1.6666666667vw;
}
@media screen and (max-width: 650px) {
  .p-top-original .p-top-original__item.is-small .p-top-original__item-heading {
    font-size: max(3.8461538462vw, 10px);
  }
}
.p-top-original .p-top-original__item .p-top-original__item-photo {
  display: block;
  line-height: 0;
}
.p-top-original .p-top-original__item .p-top-original__item-photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-top-original .p-top-original__item .p-top-original__item-body {
  background: #fff;
  padding: 1.6666666667vw 2.2222222222vw 1.6666666667vw;
}
@media screen and (max-width: 650px) {
  .p-top-original .p-top-original__item .p-top-original__item-body {
    padding: 2.0512820513vw 3.5897435897vw;
  }
}
.p-top-original .p-top-original__item .p-top-original__item-heading {
  color: #3C3C3C;
  font-size: 1.6666666667vw;
  font-weight: 700;
  line-height: 150%; /* 36px */
}
@media screen and (max-width: 650px) {
  .p-top-original .p-top-original__item .p-top-original__item-heading {
    font-size: max(4.1025641026vw, 10px);
  }
}
.p-top-original .p-top-original__item .p-top-original__item-text {
  color: #3C3C3C;
  font-size: max(1.1111111111vw, 10px);
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin: 0.5555555556vw 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-original .p-top-original__item .p-top-original__item-text {
    font-size: max(2.8205128205vw, 10px);
    margin: 1.2820512821vw 0 0;
    line-height: 120%;
  }
}
.p-top-original .p-top-original__sub {
  display: -ms-grid;
  display: grid;
  gap: 2.7777777778vw;
  -ms-grid-columns: 1fr 2.7777777778vw 1fr;
  grid-template-columns: repeat(2, 1fr);
  margin: 2.7777777778vw 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-original .p-top-original__sub {
    gap: 0;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    margin: 0;
  }
}
@media screen and (max-width: 650px) {
  .p-top-original .p-top-original__sub .p-top-original__sub-item {
    margin: 7.9487179487vw 0 0;
  }
}
.p-top-original .p-top-original__sub .p-top-original__sub-item .p-top-original__item {
  margin: 1.7361111111vw 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-original .p-top-original__sub .p-top-original__sub-item .p-top-original__item {
    margin: 3.8461538462vw 0 0;
  }
}

.p-top-flow {
  padding: 9.375vw 0 29.7222222222vw;
}
@media screen and (max-width: 650px) {
  .p-top-flow {
    padding: 13.8461538462vw 0 82.3076923077vw;
  }
}
.p-top-flow .p-top-flow__list {
  counter-reset: item 0;
  display: -ms-grid;
  display: grid;
  gap: 2.7777777778vw;
  list-style: none;
  margin: 3.4722222222vw 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-flow .p-top-flow__list {
    gap: 8.2051282051vw;
    margin: 5.1282051282vw 0 0;
  }
}
.p-top-flow .p-top-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-top-flow .p-top-flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0 15.3846153846vw;
  }
}
.p-top-flow .p-top-flow__item::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FE5751;
  border-radius: 50px;
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Syne", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  height: 5.5555555556vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  margin: 0 2.7777777778vw 0 0;
  text-align: center;
  width: 5.5555555556vw;
}
@media screen and (max-width: 650px) {
  .p-top-flow .p-top-flow__item::before {
    color: #FFF;
    font-family: "Syne", sans-serif;
    font-size: max(3.3333333333vw, 10px);
    height: 12.8205128205vw;
    position: absolute;
    left: 0;
    top: 0;
    width: 12.8205128205vw;
  }
}
.p-top-flow .p-top-flow__item::after {
  background: #C5C5C5;
  content: "";
  display: block;
  height: calc(100% + 2.7777777778vw);
  position: absolute;
  left: 2.7777777778vw;
  top: 0;
  width: 1px;
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .p-top-flow .p-top-flow__item::after {
    height: calc(100% + 8.2051282051vw);
    left: 6.4102564103vw;
  }
}
.p-top-flow .p-top-flow__item:last-child::after {
  display: none;
}
.p-top-flow .p-top-flow__body {
  margin: 0 5.4861111111vw 0 0;
  width: 46.1805555556vw;
}
@media screen and (max-width: 650px) {
  .p-top-flow .p-top-flow__body {
    width: 100%;
  }
}
.p-top-flow .p-top-flow__heading {
  color: #3C3C3C;
  font-size: max(1.6666666667vw, 10px);
  font-weight: 700;
  line-height: 124.792%; /* 124.792% */
}
@media screen and (max-width: 650px) {
  .p-top-flow .p-top-flow__heading {
    font-size: max(4.6153846154vw, 10px);
    line-height: 166.389%; /* 166.389% */
  }
}
.p-top-flow .p-top-flow__text {
  color: #3C3C3C;
  font-size: max(1.1111111111vw, 10px);
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  margin: 0.6944444444vw 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-flow .p-top-flow__text {
    font-size: max(3.0769230769vw, 10px);
    line-height: 150%; /* 18px */
    margin: 1.5384615385vw 0 0;
  }
}
.p-top-flow .p-top-flow__photo {
  display: block;
  line-height: 0;
  width: 26.1111111111vw;
}
@media screen and (max-width: 650px) {
  .p-top-flow .p-top-flow__photo {
    margin: 2.5641025641vw 0 0;
    width: 100%;
  }
}
.p-top-flow .p-top-flow__photo img {
  width: 100%;
}

.p-top-case {
  margin: -17.7083333333vw 0 0;
  padding: 25.5555555556vw 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-case {
    margin: -52.5641025641vw 0 0;
    padding: 72.0512820513vw 0 0;
  }
}
.p-top-case .p-top-case__slider {
  margin: 2.7777777778vw 0 0;
  overflow: visible;
}
@media screen and (max-width: 650px) {
  .p-top-case .p-top-case__slider {
    margin: 7.9487179487vw auto 0;
    padding: 0 0 5.8974358974vw;
  }
}
.p-top-case .p-top-case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.p-top-case .p-top-case__item {
  display: -ms-grid;
  display: grid;
  gap: 1.6666666667vw;
  width: 26.7361111111vw;
}
@media screen and (max-width: 650px) {
  .p-top-case .p-top-case__item {
    gap: 4.1025641026vw;
    width: 70.7692307692vw;
  }
}
.p-top-case .p-top-case__photo {
  position: relative;
}
.p-top-case .p-top-case__photo .p-top-case__photo-tag {
  background: #FE5751;
  border-radius: 30px;
  color: #FFF;
  font-size: max(0.9722222222vw, 10px);
  font-weight: 700;
  line-height: 150%; /* 21px */
  letter-spacing: 0.0388888889vw;
  padding: 0.6944444444vw 1.3888888889vw;
  position: absolute;
  left: 0.6944444444vw;
  top: 0.6944444444vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 650px) {
  .p-top-case .p-top-case__photo .p-top-case__photo-tag {
    font-size: max(3.0769230769vw, 10px);
    padding: 2.5641025641vw 5.1282051282vw;
    letter-spacing: 0.1230769231vw;
    left: 2.5641025641vw;
    top: 2.5641025641vw;
  }
}
.p-top-case .p-top-case__photo .p-top-case__photo-image {
  aspect-ratio: 385/260;
  border-radius: 10px;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.p-top-case .p-top-case__photo .p-top-case__photo-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-top-case .p-top-case__heading {
  color: #3C3C3C;
  font-size: max(1.5277777778vw, 10px);
  font-weight: 700;
  line-height: 150%; /* 33px */
  letter-spacing: 0.0611111111vw;
}
@media screen and (max-width: 650px) {
  .p-top-case .p-top-case__heading {
    font-size: max(4.6153846154vw, 10px);
    font-weight: 700;
    line-height: 150%; /* 27px */
    letter-spacing: 0.1846153846vw;
  }
}
.p-top-case .p-top-case__dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -ms-grid;
  display: grid;
  gap: 0.3472222222vw;
  -ms-grid-columns: max(3.8888888889vw, 46px) 0.3472222222vw 1fr;
  grid-template-columns: max(3.8888888889vw, 46px) 1fr;
  margin: 0.2777777778vw 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-case .p-top-case__dl {
    gap: 1.2820512821vw;
    -ms-grid-columns: 14.358974359vw 1.2820512821vw 1fr;
    grid-template-columns: 14.358974359vw 1fr;
    margin: 3.0769230769vw 0 0;
  }
}
.p-top-case .p-top-case__dl dt {
  background: #FE5751;
  color: #FFF;
  display: inline-block;
  font-size: max(0.7638888889vw, 10px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 16.5px */
  letter-spacing: 0.0305555556vw;
  margin: 0 0 -0.1388888889vw;
  padding: 0.1388888889vw 0 0.0694444444vw;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-top-case .p-top-case__dl dt {
    font-size: max(2.8205128205vw, 10px);
    letter-spacing: 0.1128205128vw;
  }
}
.p-top-case .p-top-case__dl dd {
  font-size: max(0.9722222222vw, 10px);
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.0388888889vw;
}
@media screen and (max-width: 650px) {
  .p-top-case .p-top-case__dl dd {
    font-size: max(3.0769230769vw, 10px);
    letter-spacing: 0.1230769231vw;
  }
}
.p-top-case .p-top-case__text {
  color: #3C3C3C;
  font-size: max(0.9722222222vw, 10px);
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.0388888889vw;
  margin: 0.9722222222vw 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-case .p-top-case__text {
    font-size: max(2.8205128205vw, 10px);
    letter-spacing: 0.1128205128vw;
    margin: 3.0769230769vw 0 0;
  }
}
.p-top-case .p-top-case__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: -6.1111111111vw;
  width: 15.2777777778vw;
}
@media screen and (max-width: 650px) {
  .p-top-case .p-top-case__controls {
    top: auto;
    left: 50%;
    right: auto;
    bottom: -5.1282051282vw;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    width: 46.1538461538vw;
  }
}
.p-top-case .p-top-case__controls .custom-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3C3C3C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(1.1111111111vw, 10px);
  font-weight: 700;
  line-height: 150%; /* 24px */
}
@media screen and (max-width: 650px) {
  .p-top-case .p-top-case__controls .custom-pagination {
    font-size: 3.5897435897vw;
  }
}
.p-top-case .p-top-case__controls .custom-pagination .separator {
  margin: -0.1388888889vw 0.2777777778vw 0;
}
@media screen and (max-width: 650px) {
  .p-top-case .p-top-case__controls .custom-pagination .separator {
    margin: -0.5128205128vw 1.5384615385vw 0;
  }
}
.p-top-case .p-top-case__controls .swiper-button-prev,
.p-top-case .p-top-case__controls .swiper-button-next {
  left: 0;
  top: 50%;
  rotate: 180deg;
  width: auto;
}
.p-top-case .p-top-case__controls .swiper-button-prev::after,
.p-top-case .p-top-case__controls .swiper-button-next::after {
  background: url("../images/lp-event-uniform/icon-arrow-case.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 3.8194444444vw;
  width: 5.0694444444vw;
}
@media screen and (max-width: 650px) {
  .p-top-case .p-top-case__controls .swiper-button-prev::after,
  .p-top-case .p-top-case__controls .swiper-button-next::after {
    height: 11.5384615385vw;
    width: 15.3846153846vw;
  }
}
.p-top-case .p-top-case__controls .swiper-button-prev:hover,
.p-top-case .p-top-case__controls .swiper-button-next:hover {
  opacity: 0.5;
}
.p-top-case .p-top-case__controls .swiper-button-next {
  left: auto;
  right: 0;
  rotate: 0deg;
}

.p-top-feature {
  padding: 10.4166666667vw 0;
}
@media screen and (max-width: 650px) {
  .p-top-feature {
    padding: 16.4102564103vw 0;
  }
}
.p-top-feature .p-top-feature__list {
  counter-reset: item 0;
  display: -ms-grid;
  display: grid;
  gap: 5.5555555556vw;
  list-style: none;
  margin: 4.1666666667vw 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-feature .p-top-feature__list {
    gap: 8.9743589744vw;
    margin: 6.1538461538vw 0 0;
  }
}
.p-top-feature .p-top-feature__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 650px) {
  .p-top-feature .p-top-feature__item {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    gap: 6.1538461538vw;
  }
}
.p-top-feature .p-top-feature__item:nth-child(even) .p-top-feature__body {
  margin: 0 0 0 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 650px) {
  .p-top-feature .p-top-feature__item:nth-child(even) .p-top-feature__body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-top-feature .p-top-feature__item:nth-child(even) .p-top-feature__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 650px) {
  .p-top-feature .p-top-feature__item:nth-child(even) .p-top-feature__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-top-feature .p-top-feature__body {
  position: relative;
}
.p-top-feature .p-top-feature__body::before {
  color: #FE5751;
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  display: inline-block;
  font-family: "Syne", sans-serif;
  font-size: 10.4166666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 0;
  opacity: 0.2;
  position: absolute;
  left: -3.8888888889vw;
  top: -1.3194444444vw;
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .p-top-feature .p-top-feature__body::before {
    font-size: 20.5128205128vw;
    left: -12.3076923077vw;
    top: 1.2820512821vw;
  }
}
.p-top-feature .p-top-feature__heading {
  color: #3C3C3C;
  font-size: max(1.6666666667vw, 10px);
  font-weight: 700;
  line-height: 124.792%;
}
@media screen and (max-width: 650px) {
  .p-top-feature .p-top-feature__heading {
    font-size: max(4.6153846154vw, 10px);
    font-weight: 700;
    line-height: 166.389%;
  }
}
.p-top-feature .p-top-feature__text {
  color: #3C3C3C;
  font-size: max(1.1111111111vw, 10px);
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  margin: 1.6666666667vw 0 0;
  width: 34.4444444444vw;
}
@media screen and (max-width: 650px) {
  .p-top-feature .p-top-feature__text {
    font-size: max(3.0769230769vw, 10px);
    line-height: 150%; /* 18px */
    margin: 3.0769230769vw 0 0;
    width: 100%;
  }
}
.p-top-feature .p-top-feature__image {
  width: 100%;
}
.p-top-feature .p-top-feature__image img {
  width: 100%;
}

.p-top-faq {
  padding: 6.9444444444vw 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-faq {
    padding: 13.8461538462vw 0 12.3076923077vw;
  }
}
.p-top-faq .p-top-faq__list {
  background: #F6F6F6;
  border-radius: 10px;
  margin: 3.4722222222vw auto 0;
  position: relative;
  width: 64.3055555556vw;
}
@media screen and (max-width: 650px) {
  .p-top-faq .p-top-faq__list {
    margin: 7.1794871795vw 0 0;
    min-height: 20.5128205128vw;
    width: 100%;
  }
}
.p-top-faq .p-top-faq__list:not(:nth-child(2)) {
  margin: 1.1111111111vw auto 0;
}
@media screen and (max-width: 650px) {
  .p-top-faq .p-top-faq__list:not(:nth-child(2)) {
    margin: 2.0512820513vw 0 0;
  }
}
.p-top-faq .p-top-faq__list .p-top-faq__list-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  line-height: 0;
  height: 3.4722222222vw;
  position: absolute;
  right: 2.0833333333vw;
  top: 1.7361111111vw;
  width: 3.4722222222vw;
}
@media screen and (max-width: 650px) {
  .p-top-faq .p-top-faq__list .p-top-faq__list-button {
    height: 10.2564102564vw;
    right: 5.1282051282vw;
    top: 5.1282051282vw;
    width: 10.2564102564vw;
  }
}
.p-top-faq .p-top-faq__list .p-top-faq__list-button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 650px) {
  .p-top-faq .p-top-faq__list .p-top-faq__list-button img {
    width: 3.8461538462vw;
  }
}
.p-top-faq .p-top-faq__list .p-top-faq__list-button img.is-hide {
  display: none;
}
.p-top-faq .p-top-faq__list dt {
  cursor: pointer;
  padding: 2.5vw 6.6666666667vw 2.4305555556vw;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-top-faq .p-top-faq__list dt {
    padding: 5.1282051282vw 19.4871794872vw 5.1282051282vw 5.1282051282vw;
  }
}
.p-top-faq .p-top-faq__list dt p {
  color: #3C3C3C;
  font-size: max(1.3194444444vw, 10px);
  font-weight: 700;
  line-height: 160.16%;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-top-faq .p-top-faq__list dt p {
    font-size: max(4.1025641026vw, 10px);
    line-height: 150%; /* 24px */
    padding: 0 0 0 10.2564102564vw;
  }
}
.p-top-faq .p-top-faq__list dt p::before {
  color: #FE5751;
  content: "Q";
  font-family: "Syne", sans-serif;
  font-size: max(2.7777777778vw, 10px);
  font-style: normal;
  font-weight: 700;
  line-height: 74.875%;
  position: absolute;
  left: -4.5833333333vw;
  top: -0.2777777778vw;
}
@media screen and (max-width: 650px) {
  .p-top-faq .p-top-faq__list dt p::before {
    color: #FE5751;
    font-family: "Syne", sans-serif;
    font-size: max(7.6923076923vw, 10px);
    font-style: normal;
    font-weight: 700;
    line-height: max(7.6794871795vw, 10px); /* 99.833% */
    left: 0;
    top: -1.2820512821vw;
  }
}
.p-top-faq .p-top-faq__list dd {
  display: block;
  padding: 0 6.6666666667vw 2.4305555556vw;
}
@media screen and (max-width: 650px) {
  .p-top-faq .p-top-faq__list dd {
    padding: 0 5.1282051282vw 5.1282051282vw;
  }
}
.p-top-faq .p-top-faq__list dd.is-hide {
  display: none;
}
.p-top-faq .p-top-faq__list dd p {
  color: #3C3C3C;
  font-size: max(1.1111111111vw, 10px);
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}
@media screen and (max-width: 650px) {
  .p-top-faq .p-top-faq__list dd p {
    font-size: max(3.5897435897vw, 10px);
    line-height: 150%;
    padding: 0 0 0 10.2564102564vw;
  }
}
.p-top-faq .p-top-faq__list dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0416666667vw;
  list-style: none;
  margin: 1.9444444444vw 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-faq .p-top-faq__list dd ul {
    gap: 1.0256410256vw;
    margin: 6.4102564103vw 0 0;
  }
}
.p-top-faq .p-top-faq__list dd ul li {
  width: 21.4583333333vw;
}
@media screen and (max-width: 650px) {
  .p-top-faq .p-top-faq__list dd ul li {
    width: 39.2307692308vw;
  }
}
.p-top-faq .p-top-faq__list dd ul li a {
  background: #349FD5;
  border-radius: 50px;
  color: #FFF;
  display: block;
  font-size: max(1.25vw, 10px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 1.7361111111vw 0 1.8055555556vw;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-top-faq .p-top-faq__list dd ul li a {
    font-size: max(2.8205128205vw, 10px);
    padding: 3.5897435897vw 0;
  }
}
.p-top-faq .p-top-faq__list dd ul li a.is-pink {
  background: #FE5751;
}

.p-top-contact {
  margin: 10.4861111111vw auto 0;
  padding: 5vw 0 6.1805555556vw;
  position: relative;
  width: 85.9027777778vw;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .p-top-contact {
    padding: 10.2564102564vw 6.4102564103vw;
    width: 100%;
  }
}
.p-top-contact::after {
  background: #FFF;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-top-contact.is-between {
  margin: -17.7083333333vw 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-contact.is-between {
    margin: -60.2564102564vw 0 0;
  }
}
.p-top-contact .p-top-contact__heading {
  color: #C3C3C3;
  font-family: "Syne", sans-serif;
  font-size: 1.3888888889vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-top-contact .p-top-contact__heading {
    font-size: max(3.0769230769vw, 10px);
  }
}
.p-top-contact .p-top-contact__copy {
  color: #FE5751;
  font-size: 2.9166666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 63px */
  margin: 1.6666666667vw auto 0;
  text-align: center;
  padding: 0 0 0.2083333333vw;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 650px) {
  .p-top-contact .p-top-contact__copy {
    font-size: max(6.6666666667vw, 10px);
    line-height: 150%;
    margin: 0vw auto 0;
  }
}
.p-top-contact .p-top-contact__copy span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, transparent), color-stop(53%, rgba(243, 120, 116, 0.2)));
  background: linear-gradient(transparent 53%, rgba(243, 120, 116, 0.2) 53%);
}
.p-top-contact .p-top-contact__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.7777777778vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 5.2083333333vw 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-contact .p-top-contact__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8.2051282051vw;
    margin: 7.6923076923vw 0 0;
  }
}
.p-top-contact .p-top-contact__cta li {
  width: 27.7777777778vw;
}
@media screen and (max-width: 650px) {
  .p-top-contact .p-top-contact__cta li {
    width: 100%;
  }
}
.p-top-contact .p-top-contact__cta li:last-child a {
  background: #FE5751;
}
.p-top-contact .p-top-contact__cta li p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3C3C3C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3194444444vw;
  font-style: normal;
  font-weight: 700;
  gap: 0.3472222222vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 2.0798611111vw;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-top-contact .p-top-contact__cta li p {
    font-size: max(3.5897435897vw, 10px);
    line-height: 5.7597435897vw;
  }
}
.p-top-contact .p-top-contact__cta li p img {
  width: 1.6666666667vw;
}
@media screen and (max-width: 650px) {
  .p-top-contact .p-top-contact__cta li p img {
    width: 4.6153846154vw;
  }
}
.p-top-contact .p-top-contact__cta li a {
  background: #349FD5;
  border-radius: 9.6153846154vw;
  color: #FFF;
  display: inline-block;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: normal;
  margin: 1.3888888889vw 0 0;
  padding: 1.8055555556vw 0 1.875vw;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-top-contact .p-top-contact__cta li a {
    font-size: max(3.5897435897vw, 10px);
    margin: 3.8461538462vw 0 0;
    padding: 4.6153846154vw 0 5.3846153846vw;
  }
}
.p-top-contact .p-top-contact__cta li a:hover {
  opacity: 0.6;
}
.p-top-contact .p-top-contact__deco {
  position: absolute;
}
.p-top-contact .p-top-contact__deco.is-01 {
  right: 1.5277777778vw;
  top: -3.125vw;
  width: 14.9305555556vw;
}
@media screen and (max-width: 650px) {
  .p-top-contact .p-top-contact__deco.is-01 {
    right: 4.1025641026vw;
    top: -13.8461538462vw;
    width: 24.8717948718vw;
  }
}
.p-top-contact .p-top-contact__deco.is-02 {
  left: 4.375vw;
  bottom: 2.0833333333vw;
  width: 7.5694444444vw;
}
@media screen and (max-width: 650px) {
  .p-top-contact .p-top-contact__deco.is-02 {
    left: 3.3333333333vw;
    bottom: -15.1282051282vw;
    width: 12.5641025641vw;
  }
}
/*# sourceMappingURL=lp-style.css.map */