@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap");
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

table,
thead,
tbody,
tr,
th,
td {
  width: initial;
  background-color: initial;
  border: initial;
}

th,
b {
  font-weight: initial;
}

img {
  width: initial;
}

font {
  font-size: initial;
  color: initial;
}

center {
  text-align: inherit;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "M PLUS Rounded 1c", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.7;
}

a {
  color: #003cff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.l-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 2em;
}

.l-header {
  width: 100%;
  margin: 1em 0em 0em 0em;
  display: flex;
  flex-direction: column;
  row-gap: 2em;
  align-items: center;
}
.l-header__noscript {
  margin: 0em 1em 0em 1em;
  padding: 1em 1em 1em 1em;
  background: yellow;
  border: medium dashed red;
  font-size: 1.5em;
  font-weight: bold;
  color: red;
}
.l-header__title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-header__title-event-name {
  font-size: 3rem;
  padding: 0em 1em 0em 1em;
}
.l-header__title-event-name-img {
  max-width: 100%;
  padding: 0em 0em 0em 0em;
}
.l-header__title-end {
  padding: 0em 1em 0em 1em;
  font-size: 3.5rem;
  font-weight: bold;
  color: #115;
}

.l-main {
  width: 100%;
  display: flex;
  justify-content: center;
}
.l-main__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .l-main__inner {
    max-width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  .l-main__inner {
    max-width: 1000px;
  }
}

.l-footer {
  width: 100%;
  background: #115;
  color: white;
}
.l-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em 1em 1em 1em;
}
.l-footer a {
  color: #9ff;
}
.l-footer__copy {
  font-size: 1.2rem;
}

.c-h2 {
  padding: 0.3em 1em 0.3em 1em;
  text-align: center;
  font-size: 2.4rem;
  color: white;
  background: #115;
  position: relative;
}
.c-h2:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #115;
}

.c-h3 {
  padding: 0.3em 1em 0.3em 1em;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.1333333333);
  position: relative;
}
.c-h3:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 20%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid rgba(0, 0, 0, 0.1333333333);
}

.c-name {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1em 0.5em 1em;
  font-weight: bold;
  position: relative;
  background: rgba(0, 0, 0, 0.0666666667);
  min-height: 2.7em;
}
.c-name:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid rgba(0, 0, 0, 0.0666666667);
}
.c-name:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid rgba(0, 0, 0, 0.0666666667);
}

.c-memo {
  padding: 1em 1em 1em 1em;
  background: #f4f4f4;
  border-left: solid 6px #115;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}

.c-button input, .c-button button, .c-button a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1em 1em 1em 1em;
  font-weight: bold;
  color: #115;
  background-color: #efefef;
  box-shadow: -4px -4px 8px #fff, 4px 4px 8px rgba(0, 0, 0, 0.24);
}
@media (any-hover: hover) {
  .c-button input, .c-button button, .c-button a {
    transition: box-shadow 0.2s;
  }
  .c-button input:hover, .c-button button:hover, .c-button a:hover {
    box-shadow: -2px -2px 4px #fff, 2px 2px 4px rgba(0, 0, 0, 0.24);
  }
  .c-button input:active, .c-button button:active, .c-button a:active {
    background-color: #ebebeb;
    box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.16);
  }
}
.c-button a {
  color: initial;
}
.c-button a:hover {
  text-decoration: none;
}

.c-text-field input {
  height: 2.4em;
  width: 100%;
  padding: 0 16px;
  border-radius: 4px;
  border: none;
  background-color: #white;
  box-shadow: inset 1px 1px rgba(0, 0, 0, 0.4666666667), inset -1px -1px rgba(0, 0, 0, 0.1333333333);
}

.c-textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px 12px;
  border-radius: 4px;
  border: none;
  resize: vertical;
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: inset 1px 1px rgba(100, 100, 100, 0.5), inset -1px -1px rgba(255, 255, 255, 0.3);
}

.c-select {
  position: relative;
}
.c-select:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(135deg);
  pointer-events: none;
}
.c-select select {
  height: 2.4em;
  width: 100%;
  padding: 0 8px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #666 inset;
  cursor: pointer;
}
.c-select select::-ms-expand {
  display: none;
}
.c-select select:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.c-radio {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-radio input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.c-radio__name {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #666;
}
.c-radio__name:before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #666;
  border-radius: 50%;
  margin-right: 6px;
  flex-shrink: 0;
}
.c-radio input:checked + .c-radio__name {
  color: #115;
}
.c-radio input:checked + .c-radio__name:before {
  border: 0.35em solid #115;
}
.c-radio input:focus-visible + .c-radio__name .c-radio__text {
  background: linear-gradient(transparent 90%, rgba(33, 150, 243, 0.3) 90%);
}

.c-checkbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-checkbox input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.c-checkbox__name {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}
.c-checkbox__name:before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #666;
  border-radius: 3px;
  margin-right: 6px;
  flex-shrink: 0;
}
.c-checkbox input:checked + .c-checkbox__name {
  color: #115;
}
.c-checkbox input:checked + .c-checkbox__name:before {
  border: 1px solid #115;
  background-color: #115;
}
.c-checkbox input:checked + .c-checkbox__name:after {
  content: "";
  position: absolute;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  left: 0.4em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.4em;
  height: 0.65em;
  transform: translateY(-1px) rotate(45deg);
}
.c-checkbox input:focus-visible + .c-checkbox__name .c-checkbox__text {
  background: linear-gradient(transparent 90%, rgba(33, 150, 243, 0.3) 90%);
}

.p-section {
  width: 100%;
  margin: 0 0 2em 0;
  word-break: break-all;
}
.p-section code {
  width: 100%;
  overflow-x: auto;
  display: block;
  background: black;
  color: white;
}
.p-section code > pre {
  padding: 1em;
}
.p-section .accordion {
  cursor: pointer;
  text-align: center;
}
.p-section .accordion-title {
  position: relative;
  cursor: pointer;
  padding: 0 0 0 1.5em;
  transition: all 0.5s ease;
  color: #aaaaaa;
}
.p-section .accordion-title::before, .p-section .accordion-title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 4px;
  background-color: #aaaaaa;
}
.p-section .accordion-title::before {
  top: 48%;
  left: 0px;
  transform: rotate(0deg);
}
.p-section .accordion-title::after {
  top: 48%;
  left: 0px;
  transform: rotate(90deg);
}
.p-section .accordion-title.is-close::before {
  transform: rotate(45deg);
}
.p-section .accordion-title.is-close::after {
  transform: rotate(-45deg);
}
.p-section .accordion-box {
  display: none;
}
.p-section > h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1em 0.5em 1em;
  font-weight: bold;
  position: relative;
  background: rgba(0, 0, 0, 0.0666666667);
  min-height: 2.7em;
  margin: 0 0 1.5em 0;
}
.p-section > h3:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid rgba(0, 0, 0, 0.0666666667);
}
.p-section > h3:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid rgba(0, 0, 0, 0.0666666667);
}
.p-section > h3:after {
  display: none;
}
.p-section > h4 {
  margin: 0 1em 0.3em 1em;
}
.p-section > p, .p-section > ul, .p-section > ol, .p-section > dl, .p-section > div {
  margin: 0 1em 1em 1em;
}
.p-section h4 {
  font-weight: bold;
}
.p-section h4.center {
  text-align: center;
}
.p-section h4.end {
  text-align: end;
}
.p-section p.center {
  text-align: center;
}
.p-section p.end {
  text-align: end;
}
.p-section ul {
  list-style-type: disc;
  padding: 0 0em 0 1.5em;
}
.p-section ul li {
  margin: 0 1em 0 1em;
}
.p-section ol {
  list-style-type: decimal;
  padding: 0 0em 0 1.5em;
}
.p-section ol li {
  margin: 0 1em 0 1em;
}
.p-section dl dd {
  margin: 0 1em 0 1em;
}
.p-section div {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.p-section div.center {
  justify-content: center;
}
.p-section div.end {
  justify-content: flex-end;
}
.p-section div.flex-grow > * {
  flex-grow: 1;
}
.p-section > .tablebox {
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0em 1em 0em 1em;
  overflow-x: auto;
  white-space: nowrap;
  align-self: stretch;
}
.p-section > .tablebox table {
  display: table;
  border-collapse: separate;
  border-spacing: 1px;
}
.p-section > .tablebox thead {
  display: table-header-group;
}
.p-section > .tablebox tbody {
  display: table-row-group;
}
.p-section > .tablebox tr {
  display: table-row;
}
.p-section > .tablebox tr:nth-child(even) {
  background: rgba(255, 255, 0, 0.0666666667);
}
.p-section > .tablebox tr:nth-child(odd) {
  background: rgba(17, 153, 255, 0.0666666667);
}
.p-section > .tablebox th, .p-section > .tablebox td {
  padding: 0.2em 1em 0.2em 1em;
}
.p-section > .tablebox th.start, .p-section > .tablebox td.start {
  text-align: start;
}
.p-section > .tablebox th.center, .p-section > .tablebox td.center {
  text-align: center;
}
.p-section > .tablebox th.end, .p-section > .tablebox td.end {
  text-align: end;
}
.p-section > .tablebox th.top, .p-section > .tablebox td.top {
  vertical-align: top;
}
.p-section > .tablebox th.middle, .p-section > .tablebox td.middle {
  vertical-align: middle;
}
.p-section > .tablebox th.bottom, .p-section > .tablebox td.bottom {
  vertical-align: bottom;
}
.p-section > .tablebox th {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.p-section > .tablebox td {
  vertical-align: middle;
}
.p-section .label {
  padding: 0.2em 0.2em 0.2em 0.2em;
  background: #f4f4f4;
  border-radius: 4px;
}
.p-section .box {
  padding: 1em 1em 1em 1em;
  background: #f4f4f4;
}
.p-section .memo {
  padding: 1em 1em 1em 1em;
  background: #f4f4f4;
  border-left: solid 6px #115;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.p-section .bold {
  font-weight: bold;
}
.p-section .large {
  font-size: large;
}
.p-section .small {
  font-size: small;
}
.p-section .red {
  color: red;
}
.p-section .blue {
  color: blue;
}
.p-section .yellow {
  color: yellow;
}
.p-section .white {
  color: white;
}
.p-section .line-marker-pink {
  background: linear-gradient(transparent 60%, rgba(255, 102, 204, 0.6) 60%);
}
.p-section .line-marker-yellow {
  background: linear-gradient(transparent 60%, rgba(255, 223, 102, 0.6) 60%);
}
.p-section .bgc-red {
  background: red;
}
.p-section .bgc-blue {
  background: blue;
}
.p-section .bgc-yellow {
  background: yellow;
}

.p-form {
  margin: 0 1em 3em 1em;
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .p-form {
    margin: 0 0 3em 0;
  }
}
.p-form__item {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media screen and (min-width: 600px) {
  .p-form__item {
    flex-direction: row;
  }
}
.p-form__item-name {
  white-space: nowrap;
}
@media screen and (min-width: 600px) {
  .p-form__item-name {
    width: 40%;
  }
}
@media screen and (min-width: 600px) {
  .p-form__item-name:before {
    display: none;
  }
}
.p-form__item-name:after {
  display: none;
}
@media screen and (min-width: 600px) {
  .p-form__item-name:after {
    display: block;
  }
}
.p-form__item-submit {
  width: 100%;
  max-width: 600px;
  display: flex;
  justify-content: center;
}
.p-form__button {
  width: 100%;
}

.u-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.u-overflow-x {
  overflow-x: auto;
}

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

.u-check {
  padding: 0 0 0 1.2em;
  position: relative;
}
.u-check::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0em;
  width: 0.8em;
  height: 0.4em;
  border-left: 3px solid #25AF01;
  border-bottom: 3px solid #25AF01;
  transform: rotate(-45deg);
}

.u-warning {
  padding: 0 0 0 1.5em;
  position: relative;
}
.u-warning::before {
  content: "●";
  position: absolute;
  top: -0.35em;
  left: -0.15em;
  font-size: 1.5em;
  color: red;
}
.u-warning::after {
  content: "！";
  position: absolute;
  top: -0.05em;
  left: 0em;
  font-weight: bold;
  color: yellow;
}

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

.u-large {
  font-size: large;
}

.u-small {
  font-size: small;
}

.u-red {
  color: red;
}

.u-blue {
  color: blue;
}

.u-yellow {
  color: yellow;
}

.u-white {
  color: white;
}

.u-line-marker-pink {
  background: linear-gradient(transparent 60%, rgba(255, 102, 204, 0.6) 60%);
}

.u-line-marker-yellow {
  background: linear-gradient(transparent 60%, rgba(255, 223, 102, 0.6) 60%);
}

.u-bgc-red {
  background: red;
}

.u-bgc-blue {
  background: blue;
}

.u-bgc-yellow {
  background: yellow;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}
