@charset "UTF-8";
/*
Theme Name: KOMONO_GEO_WELLNESS_RALLY
Theme URI: https://www.kanko-komono.com/geo-wellness/
Description: 菰野町ジオウェルネスラリー公式サイト.
Author: ECCOM Creation Co.,Ltd.
Author URI: 
Version: 1.0.0
.
菰野町ジオウェルネスラリー公式サイト
.
*/
/* 変数
------------------------------------*/
:root {
  --color-main: #F56E00;
  --color-font: #000;
  --contents-width: none;
  --gothic: "Noto Sans JP", sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

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

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

/* 共通パーツ
------------------------------------*/
::selection {
  background-color: var(--color-main);
  color: #fff;
}

html {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
@media screen and (max-width: 960px) {
  html {
    scroll-padding-top: 50px;
  }
}

body {
  background: #fff;
  color: var(--color-font);
  font-family: var(--gothic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  letter-spacing: 0;
  margin: 0 0 0 50%;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 960px) {
  body {
    margin: 0;
  }
}
body.is-noscroll {
  overflow-y: hidden;
  position: fixed;
}

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

p {
  line-height: 190%;
  margin: 0;
  padding: 0;
}

input {
  border-radius: 0;
}

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

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

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

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

.c-header-default {
  position: sticky;
  inset: 0 0 auto;
  width: 100%;
  z-index: 50;
}
.c-header-default .c-header-default__inner {
  align-items: flex-start;
  background-color: #fff;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 1.25vw 1.6666666667vw 1.4583333333vw 1.5625vw;
  position: relative;
  transition: transform 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .c-header-default .c-header-default__inner {
    align-items: center;
    gap: 16px;
  }
}
.c-header-default .c-header-default__logo {
  line-height: 0;
}
@media screen and (max-width: 960px) {
  .c-header-default .c-header-default__logo {
    height: auto;
    max-width: 560px;
  }
}
.c-header-default .c-header-default__menu {
  display: block;
  line-height: 0;
  min-width: 40px;
  width: 52px;
}
@media screen and (max-width: 960px) {
  .c-header-default .c-header-default__menu {
    width: 44px;
  }
}
.c-header-default .c-header-default__menu:hover {
  opacity: 0.7;
}

.c-footer-default .c-footer-default__back a {
  background: var(--color-main);
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
  padding: 16px 24px;
  text-align: center;
  transition: opacity 0.6s ease;
}
.c-footer-default .c-footer-default__back a:hover {
  opacity: 0.85;
}
.c-footer-default .c-footer-default__photo {
  aspect-ratio: 960/477;
  display: block;
  max-height: 477px;
  line-height: 0;
  margin: 0 auto;
  width: 100%;
}
.c-footer-default .c-footer-default__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.c-footer-default .c-footer-default__inner {
  background: #140700;
  color: #fff;
  padding: 40px 16px;
  text-align: center;
}
.c-footer-default .c-footer-default__organization {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.6px;
}
.c-footer-default .c-footer-default__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: 150%;
  margin: 56px 0 0;
}
.c-footer-default .c-footer-default__title.is-ch {
  align-items: center;
  display: flex;
  gap: 5px;
  font-size: 2.604vw;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .c-footer-default .c-footer-default__title.is-ch {
    font-size: 6.4vw;
  }
}
.c-footer-default .c-footer-default__title.is-ch img {
  flex: 1;
  margin-top: 0;
  width: 50%;
}
.c-footer-default .c-footer-default__title img {
  height: auto;
  filter: brightness(0) invert(1);
  margin-top: 16px;
  max-width: 584px;
  width: 100%;
}
.c-footer-default .c-footer-default__copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.4px;
  margin: 12px 0 0;
}

.c-drawer-default {
  background: #FFFFF5;
  border: 3px solid #F56E00;
  border-radius: 20px;
  max-height: calc(100vh - 50px);
  max-width: 368px;
  opacity: 0;
  overflow-y: scroll;
  pointer-events: none;
  position: fixed;
  inset: 25px 25px auto auto;
  transition: opacity 0.4s ease;
  width: calc(100% - 50px);
  z-index: 10;
}
.c-drawer-default.is-active {
  opacity: 1;
  pointer-events: auto;
}
.c-drawer-default .c-drawer-default__close {
  position: absolute;
  top: 19px;
  right: 22px;
  z-index: 20;
}
@media screen and (max-width: 960px) {
  .c-drawer-default .c-drawer-default__close {
    width: 36px;
  }
}
.c-drawer-default .c-drawer-default__close:hover {
  opacity: 0.7;
}
.c-drawer-default .c-drawer-default__inner {
  margin: 0 auto;
  padding: 36px 24px 16px;
}
.c-drawer-default .c-drawer-default__languages {
  display: flex;
  list-style: none;
  padding: 0 8px;
}
.c-drawer-default .c-drawer-default__languages li:hover a {
  color: #777;
}
.c-drawer-default .c-drawer-default__languages li.is-current a {
  color: #140700;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 4px;
  text-underline-offset: 2px;
  text-underline-position: from-font;
  text-decoration-color: var(--color-main);
}
.c-drawer-default .c-drawer-default__languages li::after {
  content: "/";
  margin: 0 8px;
}
.c-drawer-default .c-drawer-default__languages li:last-child::after {
  content: none;
}
.c-drawer-default .c-drawer-default__languages a {
  color: #B8B8B7;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.8px;
  line-height: 150%;
  text-decoration: none;
}
.c-drawer-default .c-drawer-default__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-drawer-default .c-drawer-default__install-button {
  container-type: inline-size;
}
.c-drawer-default .c-drawer-default__install-button.is-green a {
  background: #3CD2C8;
}
.c-drawer-default .c-drawer-default__install-button.is-orange a {
  background: #F56E00;
}
.c-drawer-default .c-drawer-default__install-button a {
  border: 2px solid #B8B8B7;
  border-radius: 10px;
  color: #231815;
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.4px;
  line-height: 100%;
  padding: 6px 20px 16px;
  position: relative;
  text-align: left;
  transition: opacity 0.3s ease;
}
@container (max-width: 290px) {
  .c-drawer-default .c-drawer-default__install-button a {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
@container (max-width: 240px) {
  .c-drawer-default .c-drawer-default__install-button a {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}
.c-drawer-default .c-drawer-default__install-button a:hover {
  opacity: 0.8;
}
.c-drawer-default .c-drawer-default__install-button a::after {
  background: url("images/icon-download.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 27px;
  margin: auto;
  position: absolute;
  inset: 0 40px 0 auto;
  width: 32px;
}
@container (max-width: 290px) {
  .c-drawer-default .c-drawer-default__install-button a::after {
    height: 22px;
    inset: 0 30px 0 auto;
    width: 26px;
  }
}
@container (max-width: 240px) {
  .c-drawer-default .c-drawer-default__install-button a::after {
    height: 20px;
    inset: 0 24px 0 auto;
    width: 24px;
  }
}
.c-drawer-default .c-drawer-default__install-button a em {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 150%;
}
@container (max-width: 290px) {
  .c-drawer-default .c-drawer-default__install-button a em {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
@container (max-width: 240px) {
  .c-drawer-default .c-drawer-default__install-button a em {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}
.c-drawer-default .c-drawer-default__menu {
  display: grid;
  gap: 16px;
  list-style: none;
  padding: 0;
  width: 100%;
}
.c-drawer-default .c-drawer-default__menu a {
  background: #FFF;
  border: 2px solid #B8B8B7;
  border-radius: 10px;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  padding: 12px 16px;
  text-transform: uppercase;
  transition: border-color 0.3s ease;
}
.c-drawer-default .c-drawer-default__menu a:hover {
  border-color: #333;
}
.c-drawer-default .c-drawer-default__menu a[target=_blank]:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><rect x="3.5" y="1.5" width="11" height="10" rx="0.5" stroke="black" /><path d="M1 3V13C1 13.5523 1.44772 14 2 14H13" stroke="black" stroke-linecap="round" /></svg>') no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin-left: 4px;
  width: 15px;
}
.c-drawer-default .c-drawer-default__back {
  color: #4CBEBD;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.c-drawer-default .c-drawer-default__back:hover {
  text-decoration: none;
}
.c-drawer-default .c-drawer-default__organization {
  color: #140700;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.8px;
  line-height: 150%;
  margin: 0 -24px 0 0;
}

.c-headline-section {
  border-bottom: solid 16px #140700;
  color: #140700;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 3.4px;
}
.c-headline-section.is-orange {
  border-color: var(--color-main);
  color: var(--color-main);
}

.c-headline-simple {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
.c-headline-simple.is-orange {
  color: var(--color-main);
}
.c-headline-simple.is-red {
  color: #FF0B0B;
}
.c-headline-simple.is-small {
  font-size: 24px;
}

.c-wrap {
  padding: 0 30px;
  position: relative;
}

.c-contents {
  container-type: inline-size;
  margin: 0 auto;
}
.c-contents > * {
  max-width: var(--contents-width);
  margin: 0 auto;
}

.c-banner-fixed {
  align-content: center;
  aspect-ratio: 1;
  background-color: #4CBEBD;
  border-radius: 300px;
  border: solid 3px #fff;
  display: grid;
  gap: 2px;
  justify-content: center;
  position: fixed;
  inset: auto 30px 30px auto;
  rotate: -10deg;
  text-align: center;
  transition: scale 0.1s ease;
  width: 206px;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .c-banner-fixed {
    height: 144px;
    inset: auto 15px 15px auto;
    width: 144px;
  }
}
.c-banner-fixed:hover {
  scale: 1.05;
}
.c-banner-fixed em {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .c-banner-fixed em {
    font-size: 10px;
  }
}
.c-banner-fixed strong {
  color: #FEFA05;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 960px) {
  .c-banner-fixed strong {
    font-size: 17px;
  }
}

.c-attention-default {
  background: #FF0B0B;
  display: grid;
  gap: 16px;
  margin: 0 auto;
  max-width: 800px;
  padding: 24px 24px 32px;
}
.c-attention-default p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}

.c-hr-dashed {
  border: none;
  border-top: dashed 1px #000;
}

.c-hr-photo {
  display: block;
  line-height: 0;
  margin: 0 -30px;
  width: calc(100% + 60px);
}
.c-hr-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.c-hr-photos {
  display: flex;
  flex: 1 0 0;
  margin: 0 -30px;
  width: calc(100% + 60px);
}
.c-hr-photos figure {
  height: auto;
  line-height: 0;
  margin: 0;
  width: 100%;
}
.c-hr-photos img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.c-background-beige {
  background: #FAF7F7;
  margin: 0 -30px;
  padding: 1px 0;
  width: calc(100% + 60px);
}

.c-side-default {
  position: fixed;
  inset: 0 auto 0 0;
  width: 50%;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .c-side-default {
    display: none;
  }
}
.c-side-default .c-side-default__images {
  height: 100%;
  position: relative;
  width: 100%;
}
.c-side-default .c-side-default__images figure {
  height: 100%;
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity var(--fade-duration, 1s) ease;
  width: 100%;
}
.c-side-default .c-side-default__images figure:first-child:not(.is-active), .c-side-default .c-side-default__images figure.is-active {
  opacity: 1;
}
.c-side-default .c-side-default__images figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.c-side-default .c-side-default__logo {
  display: block;
  height: min-content;
  line-height: 0;
  margin: auto;
  inset: 0;
  position: absolute;
  width: 36.4583333333%;
}

.c-button-install.is-green a {
  background: #3CD2C8;
}
.c-button-install.is-orange a {
  background: #F56E00;
}
.c-button-install a {
  border-radius: 30px;
  color: #231815;
  display: block;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3.4px;
  line-height: 100%;
  min-width: 340px;
  padding: 10px 40px 20px;
  position: relative;
  text-align: left;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 960px) {
  .c-button-install a {
    font-size: 26px;
    min-width: 0;
    padding: 10px 24px 20px;
  }
}
.c-button-install a:hover {
  opacity: 0.8;
}
.c-button-install a::after {
  background: url("images/icon-download.svg") no-repeat center center;
  content: "";
  display: block;
  height: 30px;
  background-size: contain;
  position: absolute;
  bottom: 16px;
  right: 36px;
  width: 35px;
}
@media screen and (max-width: 960px) {
  .c-button-install a::after {
    height: 21px;
    right: 24px;
    width: 25px;
  }
}
.c-button-install a em {
  display: inline-block;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 150%;
  text-indent: -4px;
}
@media screen and (max-width: 960px) {
  .c-button-install a em {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}

.c-list-default {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-list-default.is-small li {
  font-size: 14px;
  font-weight: 300;
  line-height: 180%;
}
.c-list-default li {
  color: var(--TEXT-Black, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 0 0 28px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .c-list-default li {
    line-height: 32px;
  }
}
.c-list-default li::before {
  background: var(--business-gradient-1, linear-gradient(90deg, #00B961 0%, #A8DC43 100%));
  border-radius: 50%;
  content: "";
  display: block;
  height: 7px;
  margin: auto;
  position: absolute;
  inset: 9px auto auto 8px;
  width: 7px;
}
@media screen and (max-width: 960px) {
  .c-list-default li::before {
    inset: 13px auto auto 10px;
  }
}

.c-badge-level {
  border-radius: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
  padding: 7px 0 3px;
  text-align: center;
  width: 92px;
}
.c-badge-level.is-large {
  font-size: 32px;
  width: 140px;
}
.c-badge-level.is-large em {
  font-size: 16px;
}
.c-badge-level.is-green {
  background-color: #94EF86;
}
.c-badge-level.is-blue {
  background-color: #46D9E3;
}
.c-badge-level.is-orange {
  background-color: #F56E00;
}
.c-badge-level em {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.6px;
  line-height: 100%;
  margin: 0 0 -5px;
}

.a-fadein {
  opacity: 0;
}
.a-fadein.is-animated {
  animation: fadeIn 1s ease-in forwards;
}
.a-fadein.is-delay-1 {
  animation-delay: 0.5s;
}
.a-fadein.is-delay-2 {
  animation-delay: 1s;
}
.a-fadein.is-delay-3 {
  animation-delay: 1.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes flow {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
/* ユーティリティー
------------------------------------*/
.u-mt--20 {
  margin-top: -160px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 960px) {
  .u-tab-mt--20 {
    margin-top: -160px !important;
  }
  .u-tab-mt--19 {
    margin-top: -152px !important;
  }
  .u-tab-mt--18 {
    margin-top: -144px !important;
  }
  .u-tab-mt--17 {
    margin-top: -136px !important;
  }
  .u-tab-mt--16 {
    margin-top: -128px !important;
  }
  .u-tab-mt--15 {
    margin-top: -120px !important;
  }
  .u-tab-mt--14 {
    margin-top: -112px !important;
  }
  .u-tab-mt--13 {
    margin-top: -104px !important;
  }
  .u-tab-mt--12 {
    margin-top: -96px !important;
  }
  .u-tab-mt--11 {
    margin-top: -88px !important;
  }
  .u-tab-mt--10 {
    margin-top: -80px !important;
  }
  .u-tab-mt--9 {
    margin-top: -72px !important;
  }
  .u-tab-mt--8 {
    margin-top: -64px !important;
  }
  .u-tab-mt--7 {
    margin-top: -56px !important;
  }
  .u-tab-mt--6 {
    margin-top: -48px !important;
  }
  .u-tab-mt--5 {
    margin-top: -40px !important;
  }
  .u-tab-mt--4 {
    margin-top: -32px !important;
  }
  .u-tab-mt--3 {
    margin-top: -24px !important;
  }
  .u-tab-mt--2 {
    margin-top: -16px !important;
  }
  .u-tab-mt--1 {
    margin-top: -8px !important;
  }
  .u-tab-mt-0 {
    margin-top: 0px !important;
  }
  .u-tab-mt-1 {
    margin-top: 8px !important;
  }
  .u-tab-mt-2 {
    margin-top: 16px !important;
  }
  .u-tab-mt-3 {
    margin-top: 24px !important;
  }
  .u-tab-mt-4 {
    margin-top: 32px !important;
  }
  .u-tab-mt-5 {
    margin-top: 40px !important;
  }
  .u-tab-mt-6 {
    margin-top: 48px !important;
  }
  .u-tab-mt-7 {
    margin-top: 56px !important;
  }
  .u-tab-mt-8 {
    margin-top: 64px !important;
  }
  .u-tab-mt-9 {
    margin-top: 72px !important;
  }
  .u-tab-mt-10 {
    margin-top: 80px !important;
  }
  .u-tab-mt-11 {
    margin-top: 88px !important;
  }
  .u-tab-mt-12 {
    margin-top: 96px !important;
  }
  .u-tab-mt-13 {
    margin-top: 104px !important;
  }
  .u-tab-mt-14 {
    margin-top: 112px !important;
  }
  .u-tab-mt-15 {
    margin-top: 120px !important;
  }
  .u-tab-mt-16 {
    margin-top: 128px !important;
  }
  .u-tab-mt-17 {
    margin-top: 136px !important;
  }
  .u-tab-mt-18 {
    margin-top: 144px !important;
  }
  .u-tab-mt-19 {
    margin-top: 152px !important;
  }
  .u-tab-mt-20 {
    margin-top: 160px !important;
  }
  .u-tab-mt-21 {
    margin-top: 168px !important;
  }
  .u-tab-mt-22 {
    margin-top: 176px !important;
  }
  .u-tab-mt-23 {
    margin-top: 184px !important;
  }
  .u-tab-mt-24 {
    margin-top: 192px !important;
  }
  .u-tab-mt-25 {
    margin-top: 200px !important;
  }
  .u-tab-mt-26 {
    margin-top: 208px !important;
  }
  .u-tab-mt-27 {
    margin-top: 216px !important;
  }
  .u-tab-mt-28 {
    margin-top: 224px !important;
  }
  .u-tab-mt-29 {
    margin-top: 232px !important;
  }
  .u-tab-mt-30 {
    margin-top: 240px !important;
  }
  .u-tab-mt-31 {
    margin-top: 248px !important;
  }
  .u-tab-mt-32 {
    margin-top: 256px !important;
  }
  .u-tab-mt-33 {
    margin-top: 264px !important;
  }
  .u-tab-mt-34 {
    margin-top: 272px !important;
  }
  .u-tab-mt-35 {
    margin-top: 280px !important;
  }
  .u-tab-mt-36 {
    margin-top: 288px !important;
  }
  .u-tab-mt-37 {
    margin-top: 296px !important;
  }
  .u-tab-mt-38 {
    margin-top: 304px !important;
  }
  .u-tab-mt-39 {
    margin-top: 312px !important;
  }
  .u-tab-mt-40 {
    margin-top: 320px !important;
  }
  .u-tab-mt-41 {
    margin-top: 328px !important;
  }
  .u-tab-mt-42 {
    margin-top: 336px !important;
  }
  .u-tab-mt-43 {
    margin-top: 344px !important;
  }
  .u-tab-mt-44 {
    margin-top: 352px !important;
  }
  .u-tab-mt-45 {
    margin-top: 360px !important;
  }
  .u-tab-mt-46 {
    margin-top: 368px !important;
  }
  .u-tab-mt-47 {
    margin-top: 376px !important;
  }
  .u-tab-mt-48 {
    margin-top: 384px !important;
  }
  .u-tab-mt-49 {
    margin-top: 392px !important;
  }
  .u-tab-mt-50 {
    margin-top: 400px !important;
  }
}
@media screen and (max-width: 960px) {
  .u-sp-mt--20 {
    margin-top: -160px !important;
  }
  .u-sp-mt--19 {
    margin-top: -152px !important;
  }
  .u-sp-mt--18 {
    margin-top: -144px !important;
  }
  .u-sp-mt--17 {
    margin-top: -136px !important;
  }
  .u-sp-mt--16 {
    margin-top: -128px !important;
  }
  .u-sp-mt--15 {
    margin-top: -120px !important;
  }
  .u-sp-mt--14 {
    margin-top: -112px !important;
  }
  .u-sp-mt--13 {
    margin-top: -104px !important;
  }
  .u-sp-mt--12 {
    margin-top: -96px !important;
  }
  .u-sp-mt--11 {
    margin-top: -88px !important;
  }
  .u-sp-mt--10 {
    margin-top: -80px !important;
  }
  .u-sp-mt--9 {
    margin-top: -72px !important;
  }
  .u-sp-mt--8 {
    margin-top: -64px !important;
  }
  .u-sp-mt--7 {
    margin-top: -56px !important;
  }
  .u-sp-mt--6 {
    margin-top: -48px !important;
  }
  .u-sp-mt--5 {
    margin-top: -40px !important;
  }
  .u-sp-mt--4 {
    margin-top: -32px !important;
  }
  .u-sp-mt--3 {
    margin-top: -24px !important;
  }
  .u-sp-mt--2 {
    margin-top: -16px !important;
  }
  .u-sp-mt--1 {
    margin-top: -8px !important;
  }
  .u-sp-mt-0 {
    margin-top: 0px !important;
  }
  .u-sp-mt-1 {
    margin-top: 8px !important;
  }
  .u-sp-mt-2 {
    margin-top: 16px !important;
  }
  .u-sp-mt-3 {
    margin-top: 24px !important;
  }
  .u-sp-mt-4 {
    margin-top: 32px !important;
  }
  .u-sp-mt-5 {
    margin-top: 40px !important;
  }
  .u-sp-mt-6 {
    margin-top: 48px !important;
  }
  .u-sp-mt-7 {
    margin-top: 56px !important;
  }
  .u-sp-mt-8 {
    margin-top: 64px !important;
  }
  .u-sp-mt-9 {
    margin-top: 72px !important;
  }
  .u-sp-mt-10 {
    margin-top: 80px !important;
  }
  .u-sp-mt-11 {
    margin-top: 88px !important;
  }
  .u-sp-mt-12 {
    margin-top: 96px !important;
  }
  .u-sp-mt-13 {
    margin-top: 104px !important;
  }
  .u-sp-mt-14 {
    margin-top: 112px !important;
  }
  .u-sp-mt-15 {
    margin-top: 120px !important;
  }
  .u-sp-mt-16 {
    margin-top: 128px !important;
  }
  .u-sp-mt-17 {
    margin-top: 136px !important;
  }
  .u-sp-mt-18 {
    margin-top: 144px !important;
  }
  .u-sp-mt-19 {
    margin-top: 152px !important;
  }
  .u-sp-mt-20 {
    margin-top: 160px !important;
  }
  .u-sp-mt-21 {
    margin-top: 168px !important;
  }
  .u-sp-mt-22 {
    margin-top: 176px !important;
  }
  .u-sp-mt-23 {
    margin-top: 184px !important;
  }
  .u-sp-mt-24 {
    margin-top: 192px !important;
  }
  .u-sp-mt-25 {
    margin-top: 200px !important;
  }
  .u-sp-mt-26 {
    margin-top: 208px !important;
  }
  .u-sp-mt-27 {
    margin-top: 216px !important;
  }
  .u-sp-mt-28 {
    margin-top: 224px !important;
  }
  .u-sp-mt-29 {
    margin-top: 232px !important;
  }
  .u-sp-mt-30 {
    margin-top: 240px !important;
  }
  .u-sp-mt-31 {
    margin-top: 248px !important;
  }
  .u-sp-mt-32 {
    margin-top: 256px !important;
  }
  .u-sp-mt-33 {
    margin-top: 264px !important;
  }
  .u-sp-mt-34 {
    margin-top: 272px !important;
  }
  .u-sp-mt-35 {
    margin-top: 280px !important;
  }
  .u-sp-mt-36 {
    margin-top: 288px !important;
  }
  .u-sp-mt-37 {
    margin-top: 296px !important;
  }
  .u-sp-mt-38 {
    margin-top: 304px !important;
  }
  .u-sp-mt-39 {
    margin-top: 312px !important;
  }
  .u-sp-mt-40 {
    margin-top: 320px !important;
  }
  .u-sp-mt-41 {
    margin-top: 328px !important;
  }
  .u-sp-mt-42 {
    margin-top: 336px !important;
  }
  .u-sp-mt-43 {
    margin-top: 344px !important;
  }
  .u-sp-mt-44 {
    margin-top: 352px !important;
  }
  .u-sp-mt-45 {
    margin-top: 360px !important;
  }
  .u-sp-mt-46 {
    margin-top: 368px !important;
  }
  .u-sp-mt-47 {
    margin-top: 376px !important;
  }
  .u-sp-mt-48 {
    margin-top: 384px !important;
  }
  .u-sp-mt-49 {
    margin-top: 392px !important;
  }
  .u-sp-mt-50 {
    margin-top: 400px !important;
  }
}
.u-mr--20 {
  margin-right: -160px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 960px) {
  .u-tab-mr--20 {
    margin-right: -160px !important;
  }
  .u-tab-mr--19 {
    margin-right: -152px !important;
  }
  .u-tab-mr--18 {
    margin-right: -144px !important;
  }
  .u-tab-mr--17 {
    margin-right: -136px !important;
  }
  .u-tab-mr--16 {
    margin-right: -128px !important;
  }
  .u-tab-mr--15 {
    margin-right: -120px !important;
  }
  .u-tab-mr--14 {
    margin-right: -112px !important;
  }
  .u-tab-mr--13 {
    margin-right: -104px !important;
  }
  .u-tab-mr--12 {
    margin-right: -96px !important;
  }
  .u-tab-mr--11 {
    margin-right: -88px !important;
  }
  .u-tab-mr--10 {
    margin-right: -80px !important;
  }
  .u-tab-mr--9 {
    margin-right: -72px !important;
  }
  .u-tab-mr--8 {
    margin-right: -64px !important;
  }
  .u-tab-mr--7 {
    margin-right: -56px !important;
  }
  .u-tab-mr--6 {
    margin-right: -48px !important;
  }
  .u-tab-mr--5 {
    margin-right: -40px !important;
  }
  .u-tab-mr--4 {
    margin-right: -32px !important;
  }
  .u-tab-mr--3 {
    margin-right: -24px !important;
  }
  .u-tab-mr--2 {
    margin-right: -16px !important;
  }
  .u-tab-mr--1 {
    margin-right: -8px !important;
  }
  .u-tab-mr-0 {
    margin-right: 0px !important;
  }
  .u-tab-mr-1 {
    margin-right: 8px !important;
  }
  .u-tab-mr-2 {
    margin-right: 16px !important;
  }
  .u-tab-mr-3 {
    margin-right: 24px !important;
  }
  .u-tab-mr-4 {
    margin-right: 32px !important;
  }
  .u-tab-mr-5 {
    margin-right: 40px !important;
  }
  .u-tab-mr-6 {
    margin-right: 48px !important;
  }
  .u-tab-mr-7 {
    margin-right: 56px !important;
  }
  .u-tab-mr-8 {
    margin-right: 64px !important;
  }
  .u-tab-mr-9 {
    margin-right: 72px !important;
  }
  .u-tab-mr-10 {
    margin-right: 80px !important;
  }
  .u-tab-mr-11 {
    margin-right: 88px !important;
  }
  .u-tab-mr-12 {
    margin-right: 96px !important;
  }
  .u-tab-mr-13 {
    margin-right: 104px !important;
  }
  .u-tab-mr-14 {
    margin-right: 112px !important;
  }
  .u-tab-mr-15 {
    margin-right: 120px !important;
  }
  .u-tab-mr-16 {
    margin-right: 128px !important;
  }
  .u-tab-mr-17 {
    margin-right: 136px !important;
  }
  .u-tab-mr-18 {
    margin-right: 144px !important;
  }
  .u-tab-mr-19 {
    margin-right: 152px !important;
  }
  .u-tab-mr-20 {
    margin-right: 160px !important;
  }
  .u-tab-mr-21 {
    margin-right: 168px !important;
  }
  .u-tab-mr-22 {
    margin-right: 176px !important;
  }
  .u-tab-mr-23 {
    margin-right: 184px !important;
  }
  .u-tab-mr-24 {
    margin-right: 192px !important;
  }
  .u-tab-mr-25 {
    margin-right: 200px !important;
  }
  .u-tab-mr-26 {
    margin-right: 208px !important;
  }
  .u-tab-mr-27 {
    margin-right: 216px !important;
  }
  .u-tab-mr-28 {
    margin-right: 224px !important;
  }
  .u-tab-mr-29 {
    margin-right: 232px !important;
  }
  .u-tab-mr-30 {
    margin-right: 240px !important;
  }
  .u-tab-mr-31 {
    margin-right: 248px !important;
  }
  .u-tab-mr-32 {
    margin-right: 256px !important;
  }
  .u-tab-mr-33 {
    margin-right: 264px !important;
  }
  .u-tab-mr-34 {
    margin-right: 272px !important;
  }
  .u-tab-mr-35 {
    margin-right: 280px !important;
  }
  .u-tab-mr-36 {
    margin-right: 288px !important;
  }
  .u-tab-mr-37 {
    margin-right: 296px !important;
  }
  .u-tab-mr-38 {
    margin-right: 304px !important;
  }
  .u-tab-mr-39 {
    margin-right: 312px !important;
  }
  .u-tab-mr-40 {
    margin-right: 320px !important;
  }
  .u-tab-mr-41 {
    margin-right: 328px !important;
  }
  .u-tab-mr-42 {
    margin-right: 336px !important;
  }
  .u-tab-mr-43 {
    margin-right: 344px !important;
  }
  .u-tab-mr-44 {
    margin-right: 352px !important;
  }
  .u-tab-mr-45 {
    margin-right: 360px !important;
  }
  .u-tab-mr-46 {
    margin-right: 368px !important;
  }
  .u-tab-mr-47 {
    margin-right: 376px !important;
  }
  .u-tab-mr-48 {
    margin-right: 384px !important;
  }
  .u-tab-mr-49 {
    margin-right: 392px !important;
  }
  .u-tab-mr-50 {
    margin-right: 400px !important;
  }
}
@media screen and (max-width: 960px) {
  .u-sp-mr--20 {
    margin-right: -160px !important;
  }
  .u-sp-mr--19 {
    margin-right: -152px !important;
  }
  .u-sp-mr--18 {
    margin-right: -144px !important;
  }
  .u-sp-mr--17 {
    margin-right: -136px !important;
  }
  .u-sp-mr--16 {
    margin-right: -128px !important;
  }
  .u-sp-mr--15 {
    margin-right: -120px !important;
  }
  .u-sp-mr--14 {
    margin-right: -112px !important;
  }
  .u-sp-mr--13 {
    margin-right: -104px !important;
  }
  .u-sp-mr--12 {
    margin-right: -96px !important;
  }
  .u-sp-mr--11 {
    margin-right: -88px !important;
  }
  .u-sp-mr--10 {
    margin-right: -80px !important;
  }
  .u-sp-mr--9 {
    margin-right: -72px !important;
  }
  .u-sp-mr--8 {
    margin-right: -64px !important;
  }
  .u-sp-mr--7 {
    margin-right: -56px !important;
  }
  .u-sp-mr--6 {
    margin-right: -48px !important;
  }
  .u-sp-mr--5 {
    margin-right: -40px !important;
  }
  .u-sp-mr--4 {
    margin-right: -32px !important;
  }
  .u-sp-mr--3 {
    margin-right: -24px !important;
  }
  .u-sp-mr--2 {
    margin-right: -16px !important;
  }
  .u-sp-mr--1 {
    margin-right: -8px !important;
  }
  .u-sp-mr-0 {
    margin-right: 0px !important;
  }
  .u-sp-mr-1 {
    margin-right: 8px !important;
  }
  .u-sp-mr-2 {
    margin-right: 16px !important;
  }
  .u-sp-mr-3 {
    margin-right: 24px !important;
  }
  .u-sp-mr-4 {
    margin-right: 32px !important;
  }
  .u-sp-mr-5 {
    margin-right: 40px !important;
  }
  .u-sp-mr-6 {
    margin-right: 48px !important;
  }
  .u-sp-mr-7 {
    margin-right: 56px !important;
  }
  .u-sp-mr-8 {
    margin-right: 64px !important;
  }
  .u-sp-mr-9 {
    margin-right: 72px !important;
  }
  .u-sp-mr-10 {
    margin-right: 80px !important;
  }
  .u-sp-mr-11 {
    margin-right: 88px !important;
  }
  .u-sp-mr-12 {
    margin-right: 96px !important;
  }
  .u-sp-mr-13 {
    margin-right: 104px !important;
  }
  .u-sp-mr-14 {
    margin-right: 112px !important;
  }
  .u-sp-mr-15 {
    margin-right: 120px !important;
  }
  .u-sp-mr-16 {
    margin-right: 128px !important;
  }
  .u-sp-mr-17 {
    margin-right: 136px !important;
  }
  .u-sp-mr-18 {
    margin-right: 144px !important;
  }
  .u-sp-mr-19 {
    margin-right: 152px !important;
  }
  .u-sp-mr-20 {
    margin-right: 160px !important;
  }
  .u-sp-mr-21 {
    margin-right: 168px !important;
  }
  .u-sp-mr-22 {
    margin-right: 176px !important;
  }
  .u-sp-mr-23 {
    margin-right: 184px !important;
  }
  .u-sp-mr-24 {
    margin-right: 192px !important;
  }
  .u-sp-mr-25 {
    margin-right: 200px !important;
  }
  .u-sp-mr-26 {
    margin-right: 208px !important;
  }
  .u-sp-mr-27 {
    margin-right: 216px !important;
  }
  .u-sp-mr-28 {
    margin-right: 224px !important;
  }
  .u-sp-mr-29 {
    margin-right: 232px !important;
  }
  .u-sp-mr-30 {
    margin-right: 240px !important;
  }
  .u-sp-mr-31 {
    margin-right: 248px !important;
  }
  .u-sp-mr-32 {
    margin-right: 256px !important;
  }
  .u-sp-mr-33 {
    margin-right: 264px !important;
  }
  .u-sp-mr-34 {
    margin-right: 272px !important;
  }
  .u-sp-mr-35 {
    margin-right: 280px !important;
  }
  .u-sp-mr-36 {
    margin-right: 288px !important;
  }
  .u-sp-mr-37 {
    margin-right: 296px !important;
  }
  .u-sp-mr-38 {
    margin-right: 304px !important;
  }
  .u-sp-mr-39 {
    margin-right: 312px !important;
  }
  .u-sp-mr-40 {
    margin-right: 320px !important;
  }
  .u-sp-mr-41 {
    margin-right: 328px !important;
  }
  .u-sp-mr-42 {
    margin-right: 336px !important;
  }
  .u-sp-mr-43 {
    margin-right: 344px !important;
  }
  .u-sp-mr-44 {
    margin-right: 352px !important;
  }
  .u-sp-mr-45 {
    margin-right: 360px !important;
  }
  .u-sp-mr-46 {
    margin-right: 368px !important;
  }
  .u-sp-mr-47 {
    margin-right: 376px !important;
  }
  .u-sp-mr-48 {
    margin-right: 384px !important;
  }
  .u-sp-mr-49 {
    margin-right: 392px !important;
  }
  .u-sp-mr-50 {
    margin-right: 400px !important;
  }
}
.u-mb--20 {
  margin-bottom: -160px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 960px) {
  .u-tab-mb--20 {
    margin-bottom: -160px !important;
  }
  .u-tab-mb--19 {
    margin-bottom: -152px !important;
  }
  .u-tab-mb--18 {
    margin-bottom: -144px !important;
  }
  .u-tab-mb--17 {
    margin-bottom: -136px !important;
  }
  .u-tab-mb--16 {
    margin-bottom: -128px !important;
  }
  .u-tab-mb--15 {
    margin-bottom: -120px !important;
  }
  .u-tab-mb--14 {
    margin-bottom: -112px !important;
  }
  .u-tab-mb--13 {
    margin-bottom: -104px !important;
  }
  .u-tab-mb--12 {
    margin-bottom: -96px !important;
  }
  .u-tab-mb--11 {
    margin-bottom: -88px !important;
  }
  .u-tab-mb--10 {
    margin-bottom: -80px !important;
  }
  .u-tab-mb--9 {
    margin-bottom: -72px !important;
  }
  .u-tab-mb--8 {
    margin-bottom: -64px !important;
  }
  .u-tab-mb--7 {
    margin-bottom: -56px !important;
  }
  .u-tab-mb--6 {
    margin-bottom: -48px !important;
  }
  .u-tab-mb--5 {
    margin-bottom: -40px !important;
  }
  .u-tab-mb--4 {
    margin-bottom: -32px !important;
  }
  .u-tab-mb--3 {
    margin-bottom: -24px !important;
  }
  .u-tab-mb--2 {
    margin-bottom: -16px !important;
  }
  .u-tab-mb--1 {
    margin-bottom: -8px !important;
  }
  .u-tab-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-tab-mb-1 {
    margin-bottom: 8px !important;
  }
  .u-tab-mb-2 {
    margin-bottom: 16px !important;
  }
  .u-tab-mb-3 {
    margin-bottom: 24px !important;
  }
  .u-tab-mb-4 {
    margin-bottom: 32px !important;
  }
  .u-tab-mb-5 {
    margin-bottom: 40px !important;
  }
  .u-tab-mb-6 {
    margin-bottom: 48px !important;
  }
  .u-tab-mb-7 {
    margin-bottom: 56px !important;
  }
  .u-tab-mb-8 {
    margin-bottom: 64px !important;
  }
  .u-tab-mb-9 {
    margin-bottom: 72px !important;
  }
  .u-tab-mb-10 {
    margin-bottom: 80px !important;
  }
  .u-tab-mb-11 {
    margin-bottom: 88px !important;
  }
  .u-tab-mb-12 {
    margin-bottom: 96px !important;
  }
  .u-tab-mb-13 {
    margin-bottom: 104px !important;
  }
  .u-tab-mb-14 {
    margin-bottom: 112px !important;
  }
  .u-tab-mb-15 {
    margin-bottom: 120px !important;
  }
  .u-tab-mb-16 {
    margin-bottom: 128px !important;
  }
  .u-tab-mb-17 {
    margin-bottom: 136px !important;
  }
  .u-tab-mb-18 {
    margin-bottom: 144px !important;
  }
  .u-tab-mb-19 {
    margin-bottom: 152px !important;
  }
  .u-tab-mb-20 {
    margin-bottom: 160px !important;
  }
  .u-tab-mb-21 {
    margin-bottom: 168px !important;
  }
  .u-tab-mb-22 {
    margin-bottom: 176px !important;
  }
  .u-tab-mb-23 {
    margin-bottom: 184px !important;
  }
  .u-tab-mb-24 {
    margin-bottom: 192px !important;
  }
  .u-tab-mb-25 {
    margin-bottom: 200px !important;
  }
  .u-tab-mb-26 {
    margin-bottom: 208px !important;
  }
  .u-tab-mb-27 {
    margin-bottom: 216px !important;
  }
  .u-tab-mb-28 {
    margin-bottom: 224px !important;
  }
  .u-tab-mb-29 {
    margin-bottom: 232px !important;
  }
  .u-tab-mb-30 {
    margin-bottom: 240px !important;
  }
  .u-tab-mb-31 {
    margin-bottom: 248px !important;
  }
  .u-tab-mb-32 {
    margin-bottom: 256px !important;
  }
  .u-tab-mb-33 {
    margin-bottom: 264px !important;
  }
  .u-tab-mb-34 {
    margin-bottom: 272px !important;
  }
  .u-tab-mb-35 {
    margin-bottom: 280px !important;
  }
  .u-tab-mb-36 {
    margin-bottom: 288px !important;
  }
  .u-tab-mb-37 {
    margin-bottom: 296px !important;
  }
  .u-tab-mb-38 {
    margin-bottom: 304px !important;
  }
  .u-tab-mb-39 {
    margin-bottom: 312px !important;
  }
  .u-tab-mb-40 {
    margin-bottom: 320px !important;
  }
  .u-tab-mb-41 {
    margin-bottom: 328px !important;
  }
  .u-tab-mb-42 {
    margin-bottom: 336px !important;
  }
  .u-tab-mb-43 {
    margin-bottom: 344px !important;
  }
  .u-tab-mb-44 {
    margin-bottom: 352px !important;
  }
  .u-tab-mb-45 {
    margin-bottom: 360px !important;
  }
  .u-tab-mb-46 {
    margin-bottom: 368px !important;
  }
  .u-tab-mb-47 {
    margin-bottom: 376px !important;
  }
  .u-tab-mb-48 {
    margin-bottom: 384px !important;
  }
  .u-tab-mb-49 {
    margin-bottom: 392px !important;
  }
  .u-tab-mb-50 {
    margin-bottom: 400px !important;
  }
}
@media screen and (max-width: 960px) {
  .u-sp-mb--20 {
    margin-bottom: -160px !important;
  }
  .u-sp-mb--19 {
    margin-bottom: -152px !important;
  }
  .u-sp-mb--18 {
    margin-bottom: -144px !important;
  }
  .u-sp-mb--17 {
    margin-bottom: -136px !important;
  }
  .u-sp-mb--16 {
    margin-bottom: -128px !important;
  }
  .u-sp-mb--15 {
    margin-bottom: -120px !important;
  }
  .u-sp-mb--14 {
    margin-bottom: -112px !important;
  }
  .u-sp-mb--13 {
    margin-bottom: -104px !important;
  }
  .u-sp-mb--12 {
    margin-bottom: -96px !important;
  }
  .u-sp-mb--11 {
    margin-bottom: -88px !important;
  }
  .u-sp-mb--10 {
    margin-bottom: -80px !important;
  }
  .u-sp-mb--9 {
    margin-bottom: -72px !important;
  }
  .u-sp-mb--8 {
    margin-bottom: -64px !important;
  }
  .u-sp-mb--7 {
    margin-bottom: -56px !important;
  }
  .u-sp-mb--6 {
    margin-bottom: -48px !important;
  }
  .u-sp-mb--5 {
    margin-bottom: -40px !important;
  }
  .u-sp-mb--4 {
    margin-bottom: -32px !important;
  }
  .u-sp-mb--3 {
    margin-bottom: -24px !important;
  }
  .u-sp-mb--2 {
    margin-bottom: -16px !important;
  }
  .u-sp-mb--1 {
    margin-bottom: -8px !important;
  }
  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-sp-mb-1 {
    margin-bottom: 8px !important;
  }
  .u-sp-mb-2 {
    margin-bottom: 16px !important;
  }
  .u-sp-mb-3 {
    margin-bottom: 24px !important;
  }
  .u-sp-mb-4 {
    margin-bottom: 32px !important;
  }
  .u-sp-mb-5 {
    margin-bottom: 40px !important;
  }
  .u-sp-mb-6 {
    margin-bottom: 48px !important;
  }
  .u-sp-mb-7 {
    margin-bottom: 56px !important;
  }
  .u-sp-mb-8 {
    margin-bottom: 64px !important;
  }
  .u-sp-mb-9 {
    margin-bottom: 72px !important;
  }
  .u-sp-mb-10 {
    margin-bottom: 80px !important;
  }
  .u-sp-mb-11 {
    margin-bottom: 88px !important;
  }
  .u-sp-mb-12 {
    margin-bottom: 96px !important;
  }
  .u-sp-mb-13 {
    margin-bottom: 104px !important;
  }
  .u-sp-mb-14 {
    margin-bottom: 112px !important;
  }
  .u-sp-mb-15 {
    margin-bottom: 120px !important;
  }
  .u-sp-mb-16 {
    margin-bottom: 128px !important;
  }
  .u-sp-mb-17 {
    margin-bottom: 136px !important;
  }
  .u-sp-mb-18 {
    margin-bottom: 144px !important;
  }
  .u-sp-mb-19 {
    margin-bottom: 152px !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 160px !important;
  }
  .u-sp-mb-21 {
    margin-bottom: 168px !important;
  }
  .u-sp-mb-22 {
    margin-bottom: 176px !important;
  }
  .u-sp-mb-23 {
    margin-bottom: 184px !important;
  }
  .u-sp-mb-24 {
    margin-bottom: 192px !important;
  }
  .u-sp-mb-25 {
    margin-bottom: 200px !important;
  }
  .u-sp-mb-26 {
    margin-bottom: 208px !important;
  }
  .u-sp-mb-27 {
    margin-bottom: 216px !important;
  }
  .u-sp-mb-28 {
    margin-bottom: 224px !important;
  }
  .u-sp-mb-29 {
    margin-bottom: 232px !important;
  }
  .u-sp-mb-30 {
    margin-bottom: 240px !important;
  }
  .u-sp-mb-31 {
    margin-bottom: 248px !important;
  }
  .u-sp-mb-32 {
    margin-bottom: 256px !important;
  }
  .u-sp-mb-33 {
    margin-bottom: 264px !important;
  }
  .u-sp-mb-34 {
    margin-bottom: 272px !important;
  }
  .u-sp-mb-35 {
    margin-bottom: 280px !important;
  }
  .u-sp-mb-36 {
    margin-bottom: 288px !important;
  }
  .u-sp-mb-37 {
    margin-bottom: 296px !important;
  }
  .u-sp-mb-38 {
    margin-bottom: 304px !important;
  }
  .u-sp-mb-39 {
    margin-bottom: 312px !important;
  }
  .u-sp-mb-40 {
    margin-bottom: 320px !important;
  }
  .u-sp-mb-41 {
    margin-bottom: 328px !important;
  }
  .u-sp-mb-42 {
    margin-bottom: 336px !important;
  }
  .u-sp-mb-43 {
    margin-bottom: 344px !important;
  }
  .u-sp-mb-44 {
    margin-bottom: 352px !important;
  }
  .u-sp-mb-45 {
    margin-bottom: 360px !important;
  }
  .u-sp-mb-46 {
    margin-bottom: 368px !important;
  }
  .u-sp-mb-47 {
    margin-bottom: 376px !important;
  }
  .u-sp-mb-48 {
    margin-bottom: 384px !important;
  }
  .u-sp-mb-49 {
    margin-bottom: 392px !important;
  }
  .u-sp-mb-50 {
    margin-bottom: 400px !important;
  }
}
.u-ml--20 {
  margin-left: -160px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 960px) {
  .u-tab-ml--20 {
    margin-left: -160px !important;
  }
  .u-tab-ml--19 {
    margin-left: -152px !important;
  }
  .u-tab-ml--18 {
    margin-left: -144px !important;
  }
  .u-tab-ml--17 {
    margin-left: -136px !important;
  }
  .u-tab-ml--16 {
    margin-left: -128px !important;
  }
  .u-tab-ml--15 {
    margin-left: -120px !important;
  }
  .u-tab-ml--14 {
    margin-left: -112px !important;
  }
  .u-tab-ml--13 {
    margin-left: -104px !important;
  }
  .u-tab-ml--12 {
    margin-left: -96px !important;
  }
  .u-tab-ml--11 {
    margin-left: -88px !important;
  }
  .u-tab-ml--10 {
    margin-left: -80px !important;
  }
  .u-tab-ml--9 {
    margin-left: -72px !important;
  }
  .u-tab-ml--8 {
    margin-left: -64px !important;
  }
  .u-tab-ml--7 {
    margin-left: -56px !important;
  }
  .u-tab-ml--6 {
    margin-left: -48px !important;
  }
  .u-tab-ml--5 {
    margin-left: -40px !important;
  }
  .u-tab-ml--4 {
    margin-left: -32px !important;
  }
  .u-tab-ml--3 {
    margin-left: -24px !important;
  }
  .u-tab-ml--2 {
    margin-left: -16px !important;
  }
  .u-tab-ml--1 {
    margin-left: -8px !important;
  }
  .u-tab-ml-0 {
    margin-left: 0px !important;
  }
  .u-tab-ml-1 {
    margin-left: 8px !important;
  }
  .u-tab-ml-2 {
    margin-left: 16px !important;
  }
  .u-tab-ml-3 {
    margin-left: 24px !important;
  }
  .u-tab-ml-4 {
    margin-left: 32px !important;
  }
  .u-tab-ml-5 {
    margin-left: 40px !important;
  }
  .u-tab-ml-6 {
    margin-left: 48px !important;
  }
  .u-tab-ml-7 {
    margin-left: 56px !important;
  }
  .u-tab-ml-8 {
    margin-left: 64px !important;
  }
  .u-tab-ml-9 {
    margin-left: 72px !important;
  }
  .u-tab-ml-10 {
    margin-left: 80px !important;
  }
  .u-tab-ml-11 {
    margin-left: 88px !important;
  }
  .u-tab-ml-12 {
    margin-left: 96px !important;
  }
  .u-tab-ml-13 {
    margin-left: 104px !important;
  }
  .u-tab-ml-14 {
    margin-left: 112px !important;
  }
  .u-tab-ml-15 {
    margin-left: 120px !important;
  }
  .u-tab-ml-16 {
    margin-left: 128px !important;
  }
  .u-tab-ml-17 {
    margin-left: 136px !important;
  }
  .u-tab-ml-18 {
    margin-left: 144px !important;
  }
  .u-tab-ml-19 {
    margin-left: 152px !important;
  }
  .u-tab-ml-20 {
    margin-left: 160px !important;
  }
  .u-tab-ml-21 {
    margin-left: 168px !important;
  }
  .u-tab-ml-22 {
    margin-left: 176px !important;
  }
  .u-tab-ml-23 {
    margin-left: 184px !important;
  }
  .u-tab-ml-24 {
    margin-left: 192px !important;
  }
  .u-tab-ml-25 {
    margin-left: 200px !important;
  }
  .u-tab-ml-26 {
    margin-left: 208px !important;
  }
  .u-tab-ml-27 {
    margin-left: 216px !important;
  }
  .u-tab-ml-28 {
    margin-left: 224px !important;
  }
  .u-tab-ml-29 {
    margin-left: 232px !important;
  }
  .u-tab-ml-30 {
    margin-left: 240px !important;
  }
  .u-tab-ml-31 {
    margin-left: 248px !important;
  }
  .u-tab-ml-32 {
    margin-left: 256px !important;
  }
  .u-tab-ml-33 {
    margin-left: 264px !important;
  }
  .u-tab-ml-34 {
    margin-left: 272px !important;
  }
  .u-tab-ml-35 {
    margin-left: 280px !important;
  }
  .u-tab-ml-36 {
    margin-left: 288px !important;
  }
  .u-tab-ml-37 {
    margin-left: 296px !important;
  }
  .u-tab-ml-38 {
    margin-left: 304px !important;
  }
  .u-tab-ml-39 {
    margin-left: 312px !important;
  }
  .u-tab-ml-40 {
    margin-left: 320px !important;
  }
  .u-tab-ml-41 {
    margin-left: 328px !important;
  }
  .u-tab-ml-42 {
    margin-left: 336px !important;
  }
  .u-tab-ml-43 {
    margin-left: 344px !important;
  }
  .u-tab-ml-44 {
    margin-left: 352px !important;
  }
  .u-tab-ml-45 {
    margin-left: 360px !important;
  }
  .u-tab-ml-46 {
    margin-left: 368px !important;
  }
  .u-tab-ml-47 {
    margin-left: 376px !important;
  }
  .u-tab-ml-48 {
    margin-left: 384px !important;
  }
  .u-tab-ml-49 {
    margin-left: 392px !important;
  }
  .u-tab-ml-50 {
    margin-left: 400px !important;
  }
}
@media screen and (max-width: 960px) {
  .u-sp-ml--20 {
    margin-left: -160px !important;
  }
  .u-sp-ml--19 {
    margin-left: -152px !important;
  }
  .u-sp-ml--18 {
    margin-left: -144px !important;
  }
  .u-sp-ml--17 {
    margin-left: -136px !important;
  }
  .u-sp-ml--16 {
    margin-left: -128px !important;
  }
  .u-sp-ml--15 {
    margin-left: -120px !important;
  }
  .u-sp-ml--14 {
    margin-left: -112px !important;
  }
  .u-sp-ml--13 {
    margin-left: -104px !important;
  }
  .u-sp-ml--12 {
    margin-left: -96px !important;
  }
  .u-sp-ml--11 {
    margin-left: -88px !important;
  }
  .u-sp-ml--10 {
    margin-left: -80px !important;
  }
  .u-sp-ml--9 {
    margin-left: -72px !important;
  }
  .u-sp-ml--8 {
    margin-left: -64px !important;
  }
  .u-sp-ml--7 {
    margin-left: -56px !important;
  }
  .u-sp-ml--6 {
    margin-left: -48px !important;
  }
  .u-sp-ml--5 {
    margin-left: -40px !important;
  }
  .u-sp-ml--4 {
    margin-left: -32px !important;
  }
  .u-sp-ml--3 {
    margin-left: -24px !important;
  }
  .u-sp-ml--2 {
    margin-left: -16px !important;
  }
  .u-sp-ml--1 {
    margin-left: -8px !important;
  }
  .u-sp-ml-0 {
    margin-left: 0px !important;
  }
  .u-sp-ml-1 {
    margin-left: 8px !important;
  }
  .u-sp-ml-2 {
    margin-left: 16px !important;
  }
  .u-sp-ml-3 {
    margin-left: 24px !important;
  }
  .u-sp-ml-4 {
    margin-left: 32px !important;
  }
  .u-sp-ml-5 {
    margin-left: 40px !important;
  }
  .u-sp-ml-6 {
    margin-left: 48px !important;
  }
  .u-sp-ml-7 {
    margin-left: 56px !important;
  }
  .u-sp-ml-8 {
    margin-left: 64px !important;
  }
  .u-sp-ml-9 {
    margin-left: 72px !important;
  }
  .u-sp-ml-10 {
    margin-left: 80px !important;
  }
  .u-sp-ml-11 {
    margin-left: 88px !important;
  }
  .u-sp-ml-12 {
    margin-left: 96px !important;
  }
  .u-sp-ml-13 {
    margin-left: 104px !important;
  }
  .u-sp-ml-14 {
    margin-left: 112px !important;
  }
  .u-sp-ml-15 {
    margin-left: 120px !important;
  }
  .u-sp-ml-16 {
    margin-left: 128px !important;
  }
  .u-sp-ml-17 {
    margin-left: 136px !important;
  }
  .u-sp-ml-18 {
    margin-left: 144px !important;
  }
  .u-sp-ml-19 {
    margin-left: 152px !important;
  }
  .u-sp-ml-20 {
    margin-left: 160px !important;
  }
  .u-sp-ml-21 {
    margin-left: 168px !important;
  }
  .u-sp-ml-22 {
    margin-left: 176px !important;
  }
  .u-sp-ml-23 {
    margin-left: 184px !important;
  }
  .u-sp-ml-24 {
    margin-left: 192px !important;
  }
  .u-sp-ml-25 {
    margin-left: 200px !important;
  }
  .u-sp-ml-26 {
    margin-left: 208px !important;
  }
  .u-sp-ml-27 {
    margin-left: 216px !important;
  }
  .u-sp-ml-28 {
    margin-left: 224px !important;
  }
  .u-sp-ml-29 {
    margin-left: 232px !important;
  }
  .u-sp-ml-30 {
    margin-left: 240px !important;
  }
  .u-sp-ml-31 {
    margin-left: 248px !important;
  }
  .u-sp-ml-32 {
    margin-left: 256px !important;
  }
  .u-sp-ml-33 {
    margin-left: 264px !important;
  }
  .u-sp-ml-34 {
    margin-left: 272px !important;
  }
  .u-sp-ml-35 {
    margin-left: 280px !important;
  }
  .u-sp-ml-36 {
    margin-left: 288px !important;
  }
  .u-sp-ml-37 {
    margin-left: 296px !important;
  }
  .u-sp-ml-38 {
    margin-left: 304px !important;
  }
  .u-sp-ml-39 {
    margin-left: 312px !important;
  }
  .u-sp-ml-40 {
    margin-left: 320px !important;
  }
  .u-sp-ml-41 {
    margin-left: 328px !important;
  }
  .u-sp-ml-42 {
    margin-left: 336px !important;
  }
  .u-sp-ml-43 {
    margin-left: 344px !important;
  }
  .u-sp-ml-44 {
    margin-left: 352px !important;
  }
  .u-sp-ml-45 {
    margin-left: 360px !important;
  }
  .u-sp-ml-46 {
    margin-left: 368px !important;
  }
  .u-sp-ml-47 {
    margin-left: 376px !important;
  }
  .u-sp-ml-48 {
    margin-left: 384px !important;
  }
  .u-sp-ml-49 {
    margin-left: 392px !important;
  }
  .u-sp-ml-50 {
    margin-left: 400px !important;
  }
}
/* 文字を操作する系ユーティリティ */
.u-gothic {
  font-family: var(--gothic);
}

.u-font-ss {
  font-size: 12px !important;
}

.u-font-s {
  font-size: 14px !important;
}

.u-font-m {
  font-size: 16px !important;
}

.u-font-l {
  font-size: 18px !important;
}

.u-font-ll {
  font-size: 20px !important;
}

.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 (max-width: 960px) {
  .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: 960px) {
  .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-color-main {
  color: var(--color-main) !important;
}

.u-color-red {
  color: #FF0B0B !important;
}

.u-normal {
  font-weight: 400 !important;
}

.u-medium {
  font-weight: 500 !important;
}

.u-semibold {
  font-weight: 600 !important;
}

.u-bold {
  font-weight: 700 !important;
}

.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 (max-width: 960px) {
  .u-tab-textcenter,
  .u-textcenter-tab {
    text-align: center !important;
  }
}

@media screen and (max-width: 960px) {
  .u-tab-textright,
  .u-textright-tab {
    text-align: right !important;
  }
}

@media screen and (max-width: 960px) {
  .u-tab-textleft,
  .u-textleft-tab {
    text-align: left !important;
  }
}

@media screen and (max-width: 960px) {
  .u-sp-textcenter,
  .u-textcenter-sp {
    text-align: center !important;
  }
}

@media screen and (max-width: 960px) {
  .u-sp-textleft,
  .u-textleft-sp {
    text-align: left !important;
  }
}

@media screen and (max-width: 960px) {
  .u-sp-textright,
  .u-textright-sp {
    text-align: right !important;
  }
}

/* 表示&非表示を操作する系ユーティリティ */
.u-hide {
  display: none;
}

@media screen and (max-width: 960px) {
  .u-pc {
    display: none !important;
  }
}

.u-tab {
  display: none;
}
@media screen and (max-width: 960px) {
  .u-tab {
    display: inline-block;
  }
}

@media screen and (max-width: 960px) {
  .u-tab-none {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 960px) {
  .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;
}

/* サブページ
------------------------------------*/
.p-top-language {
  display: grid;
  gap: 8px;
  list-style: none;
  padding: 0;
  position: absolute;
  inset: 28px 32px auto auto;
  z-index: 2;
}
@container (max-width: 600px) {
  .p-top-language {
    right: 9px;
  }
}
.p-top-language li.is-current span,
.p-top-language li.is-current a {
  background: #F56E00;
  color: #fff;
}
.p-top-language span,
.p-top-language a {
  background: #C8C8C8;
  border-radius: 30px;
  color: #140700;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 90px;
  line-height: 100%;
  letter-spacing: 1.4px;
  padding: 3px;
  text-align: center;
  writing-mode: vertical-rl;
  width: 20px;
}
.p-top-language span:hover,
.p-top-language a:hover {
  opacity: 0.7;
}
.p-top-language span:hover {
  opacity: 1;
}

.p-top-kv .p-top-kv__inner {
  position: relative;
}
.p-top-kv .p-top-kv__photo {
  display: block;
  line-height: 0;
  margin: 0 -30px;
  max-width: none !important;
  width: calc(100% + 60px);
}
.p-top-kv .p-top-kv__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-top-kv .p-top-kv__notice {
  margin: auto;
  position: absolute;
  inset: auto 50px 25px 80px;
}
@container (max-width: 600px) {
  .p-top-kv .p-top-kv__notice {
    inset: auto -30px 0 -30px;
  }
}
.p-top-kv .p-top-kv__title {
  background-color: var(--color-main);
  display: block;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 150%;
  margin: 0 -30px;
  max-width: none !important;
  padding: 10px 30px 18px;
  text-align: center;
  width: calc(100% + 60px);
}
.p-top-kv .p-top-kv__title em {
  display: inline-block;
  font-style: normal;
}
.p-top-kv .p-top-kv__title img {
  margin: 10px 0 0;
  width: fit-content;
}

.p-top-notice {
  background: #D9D9D9;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: grid;
  gap: 0 6px;
  grid-template-areas: "title date" "text text";
  grid-template-columns: auto 1fr;
  opacity: 0.7;
  padding: 8px 24px 11px;
}
@container (max-width: 600px) {
  .p-top-notice {
    padding: 8px 15px 11px;
  }
}
.p-top-notice .p-top-notice__title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  grid-area: title;
  letter-spacing: 2.4px;
  line-height: 150%;
}
.p-top-notice .p-top-notice__date {
  align-self: center;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  grid-area: date;
  letter-spacing: 1.2px;
  line-height: 150%;
}
.p-top-notice .p-top-notice__text {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  grid-area: text;
  line-height: 150%;
}

.p-top-slide {
  aspect-ratio: 960/260;
  display: none;
  margin: 0 -30px;
  position: relative;
  width: calc(100% + 60px);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-top-slide {
    display: block;
  }
}
.p-top-slide .p-top-slide__images {
  height: 100%;
  position: relative;
  width: 100%;
}
.p-top-slide .p-top-slide__images figure {
  height: 100%;
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity var(--fade-duration, 1s) ease;
  width: 100%;
}
.p-top-slide .p-top-slide__images figure:first-child:not(.is-active), .p-top-slide .p-top-slide__images figure.is-active {
  opacity: 1;
}
.p-top-slide .p-top-slide__images figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-top-slide .p-top-slide__logo {
  display: block;
  height: min-content;
  line-height: 0;
  margin: auto;
  inset: 0;
  position: absolute;
  width: 20.1041666667%;
}

.p-top-period {
  border: 3px solid #000;
  border-radius: 30px;
  container-type: inline-size;
  margin: 0 auto;
  max-width: 800px;
  padding: 18px 18px 8px;
  text-align: center;
}
.p-top-period .p-top-period__title {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 15px;
  line-height: 130%;
  text-align: center;
}
@container (max-width: 700px) {
  .p-top-period .p-top-period__title {
    font-size: 24px;
    letter-spacing: 12px;
  }
}
.p-top-period .p-top-period__date {
  color: #F56E00;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 5.4px;
  line-height: 130%;
  white-space: nowrap;
}
@container (max-width: 700px) {
  .p-top-period .p-top-period__date {
    font-size: 34px;
    line-height: 100%;
    margin: 10px 0 4px;
    white-space: initial;
  }
}
.p-top-period .p-top-period__date em {
  display: inline-block;
  font-size: 30px;
  font-style: normal;
  letter-spacing: 3px;
}
@container (max-width: 700px) {
  .p-top-period .p-top-period__date em {
    font-size: 18px;
  }
}
.p-top-period .p-top-period__annotation {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.4px;
  margin: -2px 0 0;
  text-align: center;
}
@container (max-width: 700px) {
  .p-top-period .p-top-period__annotation {
    font-size: 10px;
    letter-spacing: 1px;
  }
}

.p-top-prize {
  container-type: inline-size;
}
.p-top-prize .p-top-prize__title {
  color: #F56E00;
  font-size: 34px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}
.p-top-prize .p-top-prize__annotation {
  color: var(--color-main);
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  line-height: 120%;
  text-align: center;
  text-align: center;
}
.p-top-prize .p-top-prize__image {
  display: block;
  line-height: 0;
  text-align: center;
}
.p-top-prize .p-top-prize__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 44px;
  margin: 0 auto;
  max-width: 620px;
  padding: 0 0 0 46px;
  width: 100%;
}
@container (max-width: 600px) {
  .p-top-prize .p-top-prize__list {
    gap: 66px;
  }
}
.p-top-prize .p-top-prize__list .p-top-prize__items {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}
.p-top-prize .p-top-prize__list .p-top-prize__items::before {
  background: url("images/badge-prize@2x.png") no-repeat left center/cover;
  content: "";
  display: block;
  height: 88px;
  position: absolute;
  place-items: center;
  left: -46px;
  width: 88px;
}
.p-top-prize .p-top-prize__list .p-top-prize__items-title {
  align-items: center;
  background: #F56E00;
  border-radius: 10px;
  color: #FFF;
  display: flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  max-width: 544px;
  min-height: 67px;
  padding: 8px 58px;
  width: 100%;
}
@container (max-width: 600px) {
  .p-top-prize .p-top-prize__list .p-top-prize__items-title {
    font-size: 16px;
    padding: 8px 8px 8px 58px;
  }
}
.p-top-prize .p-top-prize__list .p-top-prize__items-image {
  aspect-ratio: 8/5;
  border-radius: 10px;
  display: block;
  margin: 0;
  max-width: 160px;
  overflow: hidden;
  position: absolute;
  place-items: center;
  right: 0;
  width: 100%;
  z-index: 2;
}
@container (max-width: 600px) {
  .p-top-prize .p-top-prize__list .p-top-prize__items-image {
    right: -15px;
    bottom: -50px;
    width: 120px;
  }
}
@container (max-width: 375px) {
  .p-top-prize .p-top-prize__list .p-top-prize__items-image {
    bottom: -40px;
    width: 26.6vw;
  }
}
@container (max-width: 280px) {
  .p-top-prize .p-top-prize__list .p-top-prize__items-image {
    bottom: -40px;
    width: 90px;
  }
}

.p-top-about {
  margin: 0 auto;
  max-width: 800px;
}
.p-top-about .p-top-about__title {
  color: #F56E00;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3.4px;
  line-height: 150%;
  margin: 0 auto;
  padding: 12px 55px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: fit-content;
}
@media screen and (max-width: 960px) {
  .p-top-about .p-top-about__title {
    font-size: 28px;
    padding: 12px 40px;
  }
}
.p-top-about .p-top-about__title::before {
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="48" height="46" viewBox="0 0 48 46" fill="none"><path d="M47.3874 9.86572L8.89343 9.86572V45.6489" stroke="%23F56E00" stroke-width="2" /><path d="M16.4838 19.0827L0.760864 0.648926" stroke="%23F56E00" stroke-width="2" /></svg>') no-repeat center/contain;
  content: "";
  display: block;
  height: 45px;
  position: absolute;
  left: 0;
  top: 0;
  width: 47px;
}
@media screen and (max-width: 960px) {
  .p-top-about .p-top-about__title::before {
    height: 36px;
    width: 39px;
  }
}
.p-top-about .p-top-about__title::after {
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="48" height="46" viewBox="0 0 48 46" fill="none"><path d="M4.21852e-05 35.7833L38.494 35.7833L38.494 0.000124925" stroke="%23F56E00" stroke-width="2" /><path d="M30.9037 26.5663L46.6266 45.0001" stroke="%23F56E00" stroke-width="2" /></svg>') no-repeat center/contain;
  content: "";
  display: block;
  height: 45px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 47px;
}
@media screen and (max-width: 960px) {
  .p-top-about .p-top-about__title::after {
    height: 36px;
    width: 39px;
  }
}
.p-top-about .p-top-about__summary {
  color: var(--color-main);
  font-size: 18px;
  font-weight: 700;
  line-height: 220%;
  letter-spacing: 1.8px;
}
.p-top-about .p-top-about__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 250%;
  letter-spacing: 1.6px;
}
.p-top-about .p-top-about__image {
  display: block;
  line-height: 0;
  text-align: center;
}

.p-top-install .p-top-install__headline {
  font-size: 34px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 3.4px;
}
.p-top-install .p-top-install__image {
  display: block;
  line-height: 0;
}
.p-top-install .p-top-install__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin: 40px 0 0;
}
@container (max-width: 700px) {
  .p-top-install .p-top-install__buttons {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-top-flow {
  position: relative;
}
.p-top-flow.is-blue .p-top-flow__items::before {
  color: #140700;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="46" height="46" viewBox="0 0 46 46" fill="none"><circle cx="23" cy="23" r="23" fill="%234CBEBD" /></svg>');
}
.p-top-flow.is-blue .p-top-flow__items:last-child::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="46" height="46" viewBox="0 0 46 46" fill="none"><circle cx="23" cy="23" r="23" fill="%234CBEBD" /></svg>');
}
.p-top-flow .p-top-flow__list {
  counter-reset: list-item;
  counter-set: list-item 0;
  display: grid;
  gap: 64px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-top-flow .p-top-flow__items {
  padding: 0 0 18px 75px;
  position: relative;
}
.p-top-flow .p-top-flow__items::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="46" height="46" viewBox="0 0 46 46" fill="none"><circle cx="23" cy="23" r="23" fill="black" /></svg>') no-repeat top left/contain;
  color: #fff;
  content: counter(list-item);
  display: block;
  font-size: 30px;
  font-weight: 700;
  height: 97px;
  line-height: 135%;
  position: absolute;
  top: -8px;
  left: 6px;
  text-align: center;
  width: 46px;
}
.p-top-flow .p-top-flow__items:last-child::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="46" height="46" viewBox="0 0 46 46" fill="none"><circle cx="23" cy="23" r="23" fill="black" /></svg>');
}
.p-top-flow .p-top-flow__items::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="801" height="1" viewBox="0 0 801 1" fill="none"><path d="M0.5 0.5H800.5" stroke="black" stroke-linecap="square" stroke-dasharray="8 8" /></svg>') no-repeat left center/cover;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.p-top-flow .p-top-flow__items p {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.6px;
  max-width: 440px;
}
.p-top-flow .p-top-flow__image {
  display: block;
  line-height: 0;
  position: absolute;
  top: -18px;
  right: 25px;
}
@container (max-width: 680px) {
  .p-top-flow .p-top-flow__image {
    position: static;
    margin: 32px 0 0 auto;
    width: fit-content;
  }
}
.p-top-flow .p-top-flow__image img {
  width: 100%;
}

.p-top-level {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0 auto;
  width: 100%;
}
@container (max-width: 540px) {
  .p-top-level {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top-level .p-top-level__items {
  align-content: start;
  display: grid;
  gap: 24px;
  width: 100%;
}
.p-top-level .p-top-level__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.6px;
}

.p-top-geospots {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 48px 30px;
  margin: 0 auto;
  width: 100%;
}
@container (max-width: 700px) {
  .p-top-geospots {
    grid-template-columns: repeat(3, 1fr);
  }
}
@container (max-width: 540px) {
  .p-top-geospots {
    grid-template-columns: repeat(2, 1fr);
  }
}
@container (max-width: 300px) {
  .p-top-geospots {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top-geospots .p-top-geospots__items {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: space-between;
  width: 100%;
}
.p-top-geospots .p-top-geospots__image {
  aspect-ratio: 280/260;
  border-radius: 10px;
  display: block;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.p-top-geospots .p-top-geospots__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-top-geospots .p-top-geospots__title {
  border-bottom: solid 1px #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  margin: auto 0 0;
  padding: 0 0 3px;
}

.p-top-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 80px 30px;
  margin: 0 auto;
  width: 100%;
}
@container (max-width: 700px) {
  .p-top-benefits {
    grid-template-columns: repeat(3, 1fr);
  }
}
@container (max-width: 540px) {
  .p-top-benefits {
    grid-template-columns: repeat(2, 1fr);
  }
}
@container (max-width: 300px) {
  .p-top-benefits {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top-benefits .p-top-benefits__items {
  align-content: start;
  display: grid;
  gap: 8px;
  width: 100%;
}
.p-top-benefits .p-top-benefits__image {
  aspect-ratio: 280/260;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  width: 100%;
}
.p-top-benefits .p-top-benefits__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-top-benefits .p-top-benefits__title {
  border-bottom: solid 1px #000;
  color: #140700;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  margin: 7px 0 0;
  padding: 0 0 3px;
}
.p-top-benefits .p-top-benefits__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.p-top-benefits .p-top-benefits__description strong,
.p-top-benefits .p-top-benefits__description b {
  font-weight: 700;
}

.p-top-course {
  display: grid;
  gap: 32px;
  margin: 0 auto;
  max-width: 800px;
  padding: 0 30px;
  width: 100%;
}
.p-top-course .p-top-course__items {
  background: #fff;
  border: 3px solid #000;
  border-radius: 30px;
  display: grid;
  gap: 8px;
  padding: 16px 80px 16px 40px;
  position: relative;
  width: 100%;
}
.p-top-course .p-top-course__items:hover {
  opacity: 0.7;
}
.p-top-course .p-top-course__items:hover .p-top-course__items-title {
  text-decoration: none;
}
.p-top-course .p-top-course__items::after {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'><g clip-path='url(%23clip0_79_705)'><path d='M4.125 0V17.875H22V0H4.125ZM20.2812 16.1562H5.84375V1.71875H20.2812V16.1562Z' fill='black'/><path d='M1.71875 20.2812V12.7188V5.84375V4.125H0V22H17.875V20.2812H16.1562H1.71875Z' fill='black'/><path d='M10.0031 13.4424L15.0683 8.37727V12.021H16.787V5.44336H10.2094V7.16211H13.8531L8.78796 12.2273L10.0031 13.4424Z' fill='black'/></g><defs><clipPath id='clip0_79_705'><rect width='22' height='22' fill='white'/></clipPath></defs></svg>") no-repeat center/contain;
  content: "";
  display: block;
  height: 22px;
  margin: auto;
  position: absolute;
  inset: 0 36px 0 auto;
  width: 22px;
}
.p-top-course .p-top-course__title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.4px;
  line-height: 150%;
  text-decoration-line: underline;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
}
.p-top-course .p-top-course__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.6px;
}

.p-top-modal {
  align-items: flex-start;
  display: flex;
  height: 100dvh;
  justify-content: center;
  padding: 50px 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .p-top-modal {
    top: 40px;
  }
}
.p-top-modal.is-hidden {
  display: none;
}
.p-top-modal .p-top-modal-wrap {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  width: 100%;
}
.p-top-modal .p-top-modal-content {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  color: #F56E00;
  display: flex;
  gap: 30px;
  flex-direction: column;
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  line-height: 220%;
  letter-spacing: 1.8px;
  padding: 20px;
  z-index: 1;
}
.p-top-modal .p-top-modal-close-btn {
  display: inline-flex;
  border-radius: 40px;
  background-color: #F56E00;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.8px;
  padding: 2px 20px;
}