@charset "UTF-8";

/*!
* Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html {
  font-size: 62.5%;
}

:root,
html,
body {
  background: #fff;
  color: #1e1e1e;
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.025em;
}

body.is-bg-black {
  color: #fff;
  background: #000;
}

body.is-bg-blue {
  color: #fff;
  background: #0066ff;
}

body.is-bg-yellow {
  color: #06f;
  background: #ff0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p {
  margin-bottom: 1.4rem;
}

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

li {
  list-style-type: none;
}

a {
  color: #915656;
}

.skip {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
}

.voice-navi {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
}

.is-bg-black a {
  color: #fff;
}

.is-bg-blue a {
  color: #fff;
}

.is-bg-yellow a {
  color: #06f;
}

a:hover {
  text-decoration: underline;
  text-underline-position: under;
  color: #915656;
}

.is-bg-black a:hover {
  color: #fff;
}

.is-bg-blue a:hover {
  color: #fff;
}

.is-bg-yellow a:hover {
  color: #06f;
}

input[type="text"],
input[type="password"],
input[type="submit"],
textarea,
select,
button {
  outline: none;
}

input[type="text"],
input[type="password"],
input[type="submit"],
textarea,
select,
button {
  outline: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

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

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.inner {
  width: 100%;
  max-width: 1040px;
  margin: auto;
  padding: 0 20px;
}

.sp-only {
  display: none !important;
}

.pc-only {
  display: none !important;
}

.l-wrapper {
  position: relative;
  width: 100%;
}

.l-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-half {
  width: 50%;
}

.l-half--pt1 {
  width: 48%;
}

.header__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 8rem;
  max-height: 8rem;
  background: #fff;
  padding: 10px 4.167vw;
}

.is-bg-black .header__head {
  background: #000;
  border-bottom: 1px solid #fff;
}

.is-bg-blue .header__head {
  background: #06f;
  border-bottom: 1px solid #fff;
}

.is-bg-yellow .header__head {
  background: #ff0;
  border-bottom: 1px solid #06f;
}

.header__logo {
  width: 11.6rem;
  margin-right: 60px;
  margin-bottom: 0;
}

.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo svg {
  width: 11.6rem;
  height: 4rem;
  fill: #df0128;
}

.is-bg-black .header__logo svg {
  fill: #fff;
}

.is-bg-blue .header__logo svg {
  fill: #fff;
}

.is-bg-yellow .header__logo svg {
  fill: #06f;
}

.header__logo img {
  width: 100%;
  height: auto;
}

.header__form {
  width: 340px;
  position: relative;
}

.header__form input {
  width: 100%;
  height: 3.2rem;
  line-height: 3.2rem;
  font-size: 1.3rem;
  background: #c7b6b6;
  border-radius: 1.6rem;
  border: 0;
  padding: 2px 70px 2px 12px;
}

.header__form input:placeholder-shown {
  background: url(https://www.google.com/cse/static/images/1x/ja/branding.png) left 14px top 50% no-repeat #c7b6b6;
}

.header__form input::placeholder {
  color: #fff;
}

.header__form svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.8rem;
  height: 1.8rem;
  fill: #fff;
}

.is-bg-yellow .header__form svg {
  fill: #06f;
}

.header__form-btn {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 3.2rem;
  background: #1e1e1e;
  text-indent: 100%;
  white-space: nowrap;
  border-radius: 0 1.6rem 1.6rem 0;
}

.is-bg-black .header__form-btn {
  background: #000;
}

.is-bg-blue .header__form-btn {
  background: #00a;
}

.is-bg-yellow .header__form-btn {
  background: #fc0;
}

.is-bg-black .header__body {
  border-bottom: 1px solid #fff;
}

.is-bg-blue .header__body {
  border-bottom: 1px solid #fff;
}

.is-bg-yellow .header__body {
  border-bottom: 1px solid #06f;
}

.header__form-btn:hover {
  opacity: 0.8;
}

.header__right {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header__line-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1em;
  font-size: 1.3rem;
  border-radius: 100vw;
  margin-right: 20px;
  color: #fff;
  background: #04c855;
  padding: 0.5em 0.7em 0.5em 2.4em;
}

.header__line-btn:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.header__line-btn img {
  position: absolute;
  left: 0.7em;
  width: 1.4em;
  height: auto;
}

.sp-header-btn {
  display: none;
}

.sp-header-btn__item a,
.sp-header-btn__item button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 16vw;
  height: 16vw;
  padding: 1.333vw;
}

.sp-header-btn__item--search a,
.sp-header-btn__item--lang a {
  color: #fff;
  background: #df0128;
}

.sp-header-btn__item--search {
  border-right: 1px solid #fff;
}

.sp-header-btn__item--search svg {
  width: 8vw;
  fill: #fff;
}

.sp-header-btn__item--menu button {
  color: #fff;
  background: #1e1e1e;
}

.sp-header-btn__item img {
  width: auto;
  height: 8vw;
}

.sp-header-btn__txt {
  display: block;
  font-size: 10px;
  font-size: 2.66667vw;
  letter-spacing: -0.025em;
  text-align: center;
  margin-top: auto;
}

.sp-header-btn__bar {
  position: relative;
  width: 7.467vw;
  height: 4.8vw;
  margin-top: auto;
  margin-bottom: 4px;
}

.sp-header-btn__bar span {
  display: block;
  position: absolute;
  right: 0;
  width: 100%;
  height: 0.267vw;
  min-height: 1px;
  background: #fff;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}

.sp-header-btn__bar span:nth-child(1) {
  top: 0%;
}

.is-open .sp-header-btn__bar span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-header-btn__bar span:nth-child(2) {
  top: 50%;
}

.is-open .sp-header-btn__bar span:nth-child(2) {
  opacity: 0;
}

.sp-header-btn__bar span:nth-child(3) {
  top: 100%;
}

.is-open .sp-header-btn__bar span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.accessibility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.accessibility__box {
  position: relative;
  margin-right: 20px;
  z-index: 1000;
}

.accessibility__btn {
  position: relative;
  display: inline-block;
  line-height: 1em;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  background: #df0128;
  border-radius: 1.2rem;
  padding: 0.5em 0.7em;
  transition: border-radius 0.15s ease;
  z-index: 101;
}

.accessibility__btn:hover {
  opacity: 0.8;
}

.is-bg-black .accessibility__btn {
  background: #000;
  border: 1px solid #fff;
}

.is-bg-blue .accessibility__btn {
  background: #06f;
  border: 1px solid #fff;
}

.is-bg-yellow .accessibility__btn {
  color: #06f;
  background: #fc0;
}

.accessibility__btn:hover {
  text-decoration: none;
}

.is-drop-open .accessibility__btn {
  border-radius: 1.2rem 1.2rem 0 0;
}

.accessibility__ttl {
  width: 7.2rem;
  font-size: 1.4rem;
  white-space: nowrap;
  margin-right: 15px;
  margin-bottom: 0;
}

.accessibility__dropdown {
  display: none;
  position: absolute;
  top: 2.6rem;
  right: 0;
  background: #fff;
  border: 1px solid #df0128;
  padding: 20px 30px;
}

.is-bg-black .accessibility__dropdown {
  color: #fff;
  background: #000;
  border-color: #fff;
}

.is-bg-blue .accessibility__dropdown {
  color: #06f;
  background: #fff;
  border-color: #06f;
}

.is-bg-yellow .accessibility__dropdown {
  color: #06f;
  background: #ff0;
  border-color: #fc0;
}

.accessibility__bgcolor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.accessibility__bgcolor > button {
  position: relative;
  display: inline-block;
  width: 2.4rem;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0;
  background: #e5e5e5;
  border-radius: 50%;
  margin-right: 5px;
  border: 1px solid #dcdcdc;
}

.accessibility__bgcolor > button::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.accessibility__bgcolor > button:last-child {
  margin-right: 0;
}

.accessibility__bgcolor > button.is-active {
  color: #000;
  background: #fff;
}

.is-bg-black .accessibility__bgcolor > button.is-active {
  color: #fff;
  background: #000;
  border: 1px solid #fff;
}

.is-bg-blue .accessibility__bgcolor > button.is-active {
  color: #fff;
  background: #06f;
  border: 1px solid #fff;
}

.is-bg-yellow .accessibility__bgcolor > button.is-active {
  color: #000;
  background: #fc0;
  border: 1px solid #fc0;
}

.accessibility__bgcolor > button.normal {
  color: #1e1e1e;
  background: #fff;
  border: 1px solid #dcdcdc;
}

.accessibility__bgcolor > button.black {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}

.accessibility__bgcolor > button.blue {
  color: #fff;
  background: #06f;
  border: 1px solid #06f;
}

.accessibility__bgcolor > button.yellow {
  background: #fc0;
  border: 1px solid #fc0;
}

.accessibility__bgcolor span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.accessibility__fontsize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.accessibility__fontsize > button {
  overflow: hidden;
  position: relative;
  width: 2.4rem;
  display: inline-block;
  font-size: 0;
  background: #df0128;
  border-radius: 50%;
  margin-right: 5px;
}

.accessibility__fontsize > button::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.accessibility__fontsize > button::after {
  content: "Ａ";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1em;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  z-index: 10;
}

.is-bg-yellow .accessibility__fontsize > button::after {
  color: #06f;
}

.accessibility__fontsize > button:last-child {
  margin-right: 0;
}

.accessibility__fontsize > button.normal::after {
  font-size: 1.4rem;
  padding-bottom: 2px;
}

.accessibility__fontsize > button.large::after {
  font-size: 1.7rem;
  padding-bottom: 4px;
}

.is-bg-black .accessibility__fontsize > button {
  color: #fff;
  background: #000;
  border: 1px solid #fff;
}

.is-bg-blue .accessibility__fontsize > button {
  color: #fff;
  background: #06f;
  border: 1px solid #fff;
}

.is-bg-yellow .accessibility__fontsize > button {
  color: #000;
  background: #fc0;
  border: 1px solid #fc0;
}

.accessibility__fontsize > button span {
  position: absolute;
}

.accessibility__ruby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accessibility__ruby > a {
  position: relative;
  display: inline-block;
  line-height: 1em;
  font-size: 1.3rem;
  text-align: center;
  color: #df0128;
  background: #fff;
  border-radius: 1.2rem;
  border: 1px solid #df0128;
  margin-right: 5px;
  padding: 0.35em 0.5em;
}

.is-bg-black .accessibility__ruby > a {
  color: #fff;
  background: #000;
  border: 1px solid #fff;
}

.is-bg-blue .accessibility__ruby > a {
  color: #fff;
  background: #06f;
  border: 1px solid #fff;
}

.is-bg-yellow .accessibility__ruby > a {
  color: #06f;
  background: #ff0;
  border: 1px solid #06f;
}

.accessibility__ruby > a.is-active {
  color: #fff;
  background: #df0128;
}

.is-bg-black .accessibility__ruby > a.is-active {
  color: #000;
  background: #fff;
}

.is-bg-blue .accessibility__ruby > a.is-active {
  color: #06f;
  background: #fff;
}

.is-bg-yellow .accessibility__ruby > a.is-active {
  color: #06f;
  background: #fc0;
  border-color: #fc0;
}

.accessibility__ruby > a:hover {
  text-decoration: none;
}

.accessibility__lang > a {
  display: inline-block;
  line-height: 1em;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  background: #df0128;
  border-radius: 1.2rem;
  padding: 0.5em 0.7em;
}

.is-bg-black .accessibility__lang > a {
  background: #000;
  border: 1px solid #fff;
}

.is-bg-blue .accessibility__lang > a {
  background: #06f;
  border: 1px solid #fff;
}

.is-bg-yellow .accessibility__lang > a {
  color: #06f;
  background: #fc0;
}

.accessibility__lang > a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.accessibility__arrow {
  position: relative;
  padding-right: 20px;
}

.accessibility__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.is-bg-yellow .accessibility__arrow::before {
  border-color: #06f;
}

.accessibility__arrow--bottom::before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  transition: transform 0.35s ease;
}

.is-drop-open .accessibility__arrow--bottom::before {
  -webkit-transform: translateY(-20%) rotate(45deg);
  transform: translateY(-20%) rotate(45deg);
}

.menu {
  position: relative;
  background: #df0128;
}

.is-bg-black .menu {
  background: #000;
}

.is-bg-blue .menu {
  background: #06f;
}

.is-bg-yellow .menu {
  background: #ff0;
}

.menu.is-adjust .menu__inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu.is-adjust .menu__item--section,
.menu.is-adjust .menu__item--access {
  position: static;
}

.menu__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.menu__item {
  width: 14rem;
}

.menu__item:nth-child(1) {
  margin-left: auto;
}

.menu__item--section {
  background: #1e1e1e;
  margin-left: auto;
}

.menu__item--access {
  background: #505050;
}

.menu__item > a,
.menu__item > p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  padding-top: 6rem;
  cursor: pointer;
  z-index: 101;
}

.is-bg-black .menu__item > a,
.is-bg-black .menu__item > p {
  background: #000;
}

.is-bg-blue .menu__item > a,
.is-bg-blue .menu__item > p {
  background: #06f;
}

.is-bg-yellow .menu__item > a,
.is-bg-yellow .menu__item > p {
  color: #06f;
  background: #ff0;
}

.menu__item > a::before,
.menu__item > p::before {
  content: "";
  position: absolute;
  top: 4rem;
  left: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.menu__item > a:hover,
.menu__item > p:hover {
  opacity: 0.8;
  text-decoration: none;
}

.menu__item > p::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #df0128 transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.is-bg-black .menu__item > p::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #000 transparent transparent transparent;
}

.is-bg-blue .menu__item > p::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #06f transparent transparent transparent;
}

.is-bg-yellow .menu__item > p::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #ff0 transparent transparent transparent;
}

.menu__item.is-menu-active > p::after {
  opacity: 1;
}

.menu__item--about > p::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2074%2074%22%20style%3D%22enable-background%3Anew%200%200%2074%2074%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M65.3%2C17.3c-4.8%2C0-8.7-3.9-8.7-8.7S60.5%2C0%2C65.3%2C0S74%2C3.9%2C74%2C8.7S70.1%2C17.3%2C65.3%2C17.3z%20M65.3%2C2.9%20c-3.2%2C0-5.8%2C2.6-5.8%2C5.8s2.6%2C5.8%2C5.8%2C5.8s5.8-2.6%2C5.8-5.8S68.5%2C2.9%2C65.3%2C2.9z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M38.7%2C16H1.4C0.6%2C16%2C0%2C15.3%2C0%2C14.5c0-5%2C4.1-9.1%2C9.2-8.9C11.3%2C2.1%2C15%2C0%2C19.2%2C0c3.4%2C0%2C6.6%2C1.5%2C8.8%2C4%20c0.8-0.2%2C1.6-0.3%2C2.4-0.3c5.4%2C0%2C9.8%2C4.4%2C9.8%2C9.8c0%2C0.4%2C0%2C0.7-0.1%2C1.1C40.1%2C15.4%2C39.4%2C16%2C38.7%2C16z%20M3.1%2C13.1h34.2%20C37%2C9.5%2C34%2C6.6%2C30.4%2C6.6c-0.8%2C0-1.6%2C0.1-2.4%2C0.4c-0.6%2C0.2-1.3%2C0-1.7-0.5c-1.7-2.3-4.3-3.6-7.1-3.6c-3.4%2C0-6.4%2C1.9-7.9%2C4.9%20C11%2C8.3%2C10.4%2C8.7%2C9.8%2C8.6c-0.3%2C0-0.6-0.1-0.9-0.1C6.1%2C8.5%2C3.7%2C10.4%2C3.1%2C13.1z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M64.7%2C67.7c-0.1%2C0-0.2%2C0-0.3%2C0c-0.1%2C0-0.2%2C0-0.3-0.1c-0.1%2C0-0.2-0.1-0.2-0.1c-0.1-0.1-0.2-0.1-0.2-0.2%20c-0.1-0.1-0.1-0.1-0.2-0.2c-0.1-0.1-0.1-0.2-0.1-0.2c0-0.1-0.1-0.2-0.1-0.3c0-0.1%2C0-0.2%2C0-0.3c0-0.1%2C0-0.2%2C0-0.3%20c0-0.1%2C0-0.2%2C0.1-0.3c0-0.1%2C0.1-0.2%2C0.1-0.3c0.1-0.1%2C0.1-0.2%2C0.2-0.2c0.1-0.1%2C0.1-0.1%2C0.2-0.2C64%2C65%2C64%2C65%2C64.1%2C64.9%20c0.1%2C0%2C0.2-0.1%2C0.3-0.1c0.2%2C0%2C0.4%2C0%2C0.6%2C0c0.1%2C0%2C0.2%2C0%2C0.3%2C0.1s0.2%2C0.1%2C0.3%2C0.1c0.1%2C0.1%2C0.2%2C0.1%2C0.2%2C0.2s0.1%2C0.1%2C0.2%2C0.2%20c0.1%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3c0%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0%2C0.1%2C0%2C0.2-0.1%2C0.3c0%2C0.1-0.1%2C0.2-0.1%2C0.2%20c-0.1%2C0.1-0.1%2C0.2-0.2%2C0.2c-0.1%2C0.1-0.1%2C0.1-0.2%2C0.2c-0.1%2C0.1-0.2%2C0.1-0.3%2C0.1s-0.2%2C0.1-0.3%2C0.1C64.9%2C67.7%2C64.8%2C67.7%2C64.7%2C67.7z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M72.6%2C58.6h-2.7V42.5l0.4%2C0.3c0.3%2C0.2%2C0.6%2C0.3%2C0.9%2C0.3c0.2%2C0%2C0.4-0.1%2C0.7-0.2c0.5-0.2%2C0.8-0.7%2C0.8-1.3v-7.9%20c0-0.5-0.2-0.9-0.6-1.2L52.3%2C18c-0.5-0.4-1.2-0.4-1.7%2C0l-8.7%2C6.4l-4-2.9c-0.5-0.4-1.2-0.4-1.7%2C0l-4%2C2.9L23.5%2C18%20c-0.5-0.4-1.2-0.4-1.7%2C0L2%2C32.5c-0.4%2C0.3-0.6%2C0.7-0.6%2C1.2v7.9c0%2C0.5%2C0.3%2C1%2C0.8%2C1.3c0.2%2C0.1%2C0.4%2C0.2%2C0.7%2C0.2c0.3%2C0%2C0.6-0.1%2C0.9-0.3%20l0.4-0.3v16.1H1.4C0.6%2C58.6%2C0%2C59.2%2C0%2C60v12.5C0%2C73.4%2C0.6%2C74%2C1.4%2C74h71.1c0.8%2C0%2C1.4-0.6%2C1.4-1.4V60C74%2C59.2%2C73.4%2C58.6%2C72.6%2C58.6z%20M67%2C40.3l0%2C18.2H55.5l0-12.7l0.4%2C0.3c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0%20c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0%20c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0.3%2C0.1%2C0.7%2C0.2%2C1.1%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0.1%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0%20c0%2C0%2C0%2C0%2C0%2C0s0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0.5-0.2%2C0.8-0.7%2C0.8-1.3v-7.9c0-0.5-0.2-0.9-0.6-1.2%20l-7.9-5.8l1.7-1.3L67%2C40.3z%20M40.3%2C64.8h-6.6v-8.6h6.6V64.8z%20M41.7%2C53.3h-9.4c-0.8%2C0-1.4%2C0.6-1.4%2C1.4v10.1h-9.4V43.8L37%2C32.3%20l15.6%2C11.4l0%2C21.1h-9.4V54.8C43.2%2C54%2C42.5%2C53.3%2C41.7%2C53.3z%20M51.4%2C21l18.3%2C13.5v4.3L52.3%2C25.9c-0.5-0.3-1.1-0.4-1.6-0.1%20c0%2C0-0.1%2C0.1-0.1%2C0.1l-3.3%2C2.4l-2.9-2.2L51.4%2C21z%20M37%2C24.4l18.3%2C13.5v4.3l-0.4-0.3l-17-12.5c0%2C0-0.1-0.1-0.1-0.1%20c-0.5-0.3-1-0.3-1.5%2C0c0%2C0-0.1%2C0.1-0.1%2C0.1l-17%2C12.5l-0.4%2C0.3v-4.3L37%2C24.4z%20M4.3%2C34.4L22.6%2C21l7.1%2C5.2l-2.9%2C2.2l-3.3-2.4%20c-0.5-0.4-1.2-0.4-1.7%2C0L4.3%2C38.8V34.4z%20M7%2C40.3l15.6-11.5l1.7%2C1.3L16.4%2C36c0%2C0%2C0%2C0%2C0%2C0c-0.3%2C0.2-0.5%2C0.6-0.6%2C0.9c0%2C0%2C0%2C0%2C0%2C0%20s0%2C0%2C0%2C0c0%2C0%2C0%2C0.1%2C0%2C0.1v7.9c0%2C0.5%2C0.3%2C1%2C0.8%2C1.3c0%2C0%2C0%2C0%2C0%2C0c0.2%2C0.1%2C0.3%2C0.1%2C0.5%2C0.1c0.3%2C0%2C0.7-0.1%2C1-0.3l0.4-0.3v12.7H7L7%2C40.3z%20M18.5%2C61.5v3.4H2.9v-3.4H18.5z%20M71.1%2C71.1H2.9v-3.4h55.9c0.8%2C0%2C1.4-0.6%2C1.4-1.4c0-0.8-0.6-1.4-1.4-1.4h-3.3v-3.4h15.6V71.1z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M37%2C50.3c-3.4%2C0-6.3-2.8-6.3-6.3c0-3.4%2C2.8-6.3%2C6.3-6.3s6.3%2C2.8%2C6.3%2C6.3C43.3%2C47.5%2C40.4%2C50.3%2C37%2C50.3z%20M37%2C40.7%20c-1.9%2C0-3.4%2C1.5-3.4%2C3.4s1.5%2C3.4%2C3.4%2C3.4s3.4-1.5%2C3.4-3.4S38.9%2C40.7%2C37%2C40.7z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.is-bg-yellow .menu__item--about > p::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2074%2074%22%20style%3D%22enable-background%3Anew%200%200%2074%2074%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%230066FF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M65.3%2C17.3c-4.8%2C0-8.7-3.9-8.7-8.7S60.5%2C0%2C65.3%2C0S74%2C3.9%2C74%2C8.7S70.1%2C17.3%2C65.3%2C17.3z%20M65.3%2C2.9%20c-3.2%2C0-5.8%2C2.6-5.8%2C5.8s2.6%2C5.8%2C5.8%2C5.8s5.8-2.6%2C5.8-5.8S68.5%2C2.9%2C65.3%2C2.9z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M38.7%2C16H1.4C0.6%2C16%2C0%2C15.3%2C0%2C14.5c0-5%2C4.1-9.1%2C9.2-8.9C11.3%2C2.1%2C15%2C0%2C19.2%2C0c3.4%2C0%2C6.6%2C1.5%2C8.8%2C4%20c0.8-0.2%2C1.6-0.3%2C2.4-0.3c5.4%2C0%2C9.8%2C4.4%2C9.8%2C9.8c0%2C0.4%2C0%2C0.7-0.1%2C1.1C40.1%2C15.4%2C39.4%2C16%2C38.7%2C16z%20M3.1%2C13.1h34.2%20C37%2C9.5%2C34%2C6.6%2C30.4%2C6.6c-0.8%2C0-1.6%2C0.1-2.4%2C0.4c-0.6%2C0.2-1.3%2C0-1.7-0.5c-1.7-2.3-4.3-3.6-7.1-3.6c-3.4%2C0-6.4%2C1.9-7.9%2C4.9%20C11%2C8.3%2C10.4%2C8.7%2C9.8%2C8.6c-0.3%2C0-0.6-0.1-0.9-0.1C6.1%2C8.5%2C3.7%2C10.4%2C3.1%2C13.1z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M64.7%2C67.7c-0.1%2C0-0.2%2C0-0.3%2C0c-0.1%2C0-0.2%2C0-0.3-0.1c-0.1%2C0-0.2-0.1-0.2-0.1c-0.1-0.1-0.2-0.1-0.2-0.2%20c-0.1-0.1-0.1-0.1-0.2-0.2c-0.1-0.1-0.1-0.2-0.1-0.2c0-0.1-0.1-0.2-0.1-0.3c0-0.1%2C0-0.2%2C0-0.3c0-0.1%2C0-0.2%2C0-0.3%20c0-0.1%2C0-0.2%2C0.1-0.3c0-0.1%2C0.1-0.2%2C0.1-0.3c0.1-0.1%2C0.1-0.2%2C0.2-0.2c0.1-0.1%2C0.1-0.1%2C0.2-0.2C64%2C65%2C64%2C65%2C64.1%2C64.9%20c0.1%2C0%2C0.2-0.1%2C0.3-0.1c0.2%2C0%2C0.4%2C0%2C0.6%2C0c0.1%2C0%2C0.2%2C0%2C0.3%2C0.1s0.2%2C0.1%2C0.3%2C0.1c0.1%2C0.1%2C0.2%2C0.1%2C0.2%2C0.2s0.1%2C0.1%2C0.2%2C0.2%20c0.1%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3c0%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0%2C0.1%2C0%2C0.2-0.1%2C0.3c0%2C0.1-0.1%2C0.2-0.1%2C0.2%20c-0.1%2C0.1-0.1%2C0.2-0.2%2C0.2c-0.1%2C0.1-0.1%2C0.1-0.2%2C0.2c-0.1%2C0.1-0.2%2C0.1-0.3%2C0.1s-0.2%2C0.1-0.3%2C0.1C64.9%2C67.7%2C64.8%2C67.7%2C64.7%2C67.7z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M72.6%2C58.6h-2.7V42.5l0.4%2C0.3c0.3%2C0.2%2C0.6%2C0.3%2C0.9%2C0.3c0.2%2C0%2C0.4-0.1%2C0.7-0.2c0.5-0.2%2C0.8-0.7%2C0.8-1.3v-7.9%20c0-0.5-0.2-0.9-0.6-1.2L52.3%2C18c-0.5-0.4-1.2-0.4-1.7%2C0l-8.7%2C6.4l-4-2.9c-0.5-0.4-1.2-0.4-1.7%2C0l-4%2C2.9L23.5%2C18%20c-0.5-0.4-1.2-0.4-1.7%2C0L2%2C32.5c-0.4%2C0.3-0.6%2C0.7-0.6%2C1.2v7.9c0%2C0.5%2C0.3%2C1%2C0.8%2C1.3c0.2%2C0.1%2C0.4%2C0.2%2C0.7%2C0.2c0.3%2C0%2C0.6-0.1%2C0.9-0.3%20l0.4-0.3v16.1H1.4C0.6%2C58.6%2C0%2C59.2%2C0%2C60v12.5C0%2C73.4%2C0.6%2C74%2C1.4%2C74h71.1c0.8%2C0%2C1.4-0.6%2C1.4-1.4V60C74%2C59.2%2C73.4%2C58.6%2C72.6%2C58.6z%20M67%2C40.3l0%2C18.2H55.5l0-12.7l0.4%2C0.3c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0%20c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0%20c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0.3%2C0.1%2C0.7%2C0.2%2C1.1%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0.1%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0%20c0%2C0%2C0%2C0%2C0%2C0s0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0.5-0.2%2C0.8-0.7%2C0.8-1.3v-7.9c0-0.5-0.2-0.9-0.6-1.2%20l-7.9-5.8l1.7-1.3L67%2C40.3z%20M40.3%2C64.8h-6.6v-8.6h6.6V64.8z%20M41.7%2C53.3h-9.4c-0.8%2C0-1.4%2C0.6-1.4%2C1.4v10.1h-9.4V43.8L37%2C32.3%20l15.6%2C11.4l0%2C21.1h-9.4V54.8C43.2%2C54%2C42.5%2C53.3%2C41.7%2C53.3z%20M51.4%2C21l18.3%2C13.5v4.3L52.3%2C25.9c-0.5-0.3-1.1-0.4-1.6-0.1%20c0%2C0-0.1%2C0.1-0.1%2C0.1l-3.3%2C2.4l-2.9-2.2L51.4%2C21z%20M37%2C24.4l18.3%2C13.5v4.3l-0.4-0.3l-17-12.5c0%2C0-0.1-0.1-0.1-0.1%20c-0.5-0.3-1-0.3-1.5%2C0c0%2C0-0.1%2C0.1-0.1%2C0.1l-17%2C12.5l-0.4%2C0.3v-4.3L37%2C24.4z%20M4.3%2C34.4L22.6%2C21l7.1%2C5.2l-2.9%2C2.2l-3.3-2.4%20c-0.5-0.4-1.2-0.4-1.7%2C0L4.3%2C38.8V34.4z%20M7%2C40.3l15.6-11.5l1.7%2C1.3L16.4%2C36c0%2C0%2C0%2C0%2C0%2C0c-0.3%2C0.2-0.5%2C0.6-0.6%2C0.9c0%2C0%2C0%2C0%2C0%2C0%20s0%2C0%2C0%2C0c0%2C0%2C0%2C0.1%2C0%2C0.1v7.9c0%2C0.5%2C0.3%2C1%2C0.8%2C1.3c0%2C0%2C0%2C0%2C0%2C0c0.2%2C0.1%2C0.3%2C0.1%2C0.5%2C0.1c0.3%2C0%2C0.7-0.1%2C1-0.3l0.4-0.3v12.7H7L7%2C40.3z%20M18.5%2C61.5v3.4H2.9v-3.4H18.5z%20M71.1%2C71.1H2.9v-3.4h55.9c0.8%2C0%2C1.4-0.6%2C1.4-1.4c0-0.8-0.6-1.4-1.4-1.4h-3.3v-3.4h15.6V71.1z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M37%2C50.3c-3.4%2C0-6.3-2.8-6.3-6.3c0-3.4%2C2.8-6.3%2C6.3-6.3s6.3%2C2.8%2C6.3%2C6.3C43.3%2C47.5%2C40.4%2C50.3%2C37%2C50.3z%20M37%2C40.7%20c-1.9%2C0-3.4%2C1.5-3.4%2C3.4s1.5%2C3.4%2C3.4%2C3.4s3.4-1.5%2C3.4-3.4S38.9%2C40.7%2C37%2C40.7z%22%2F%3E%3C%2Fsvg%3E");
}

.menu__item--event > a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2059%2059%22%20style%3D%22enable-background%3Anew%200%200%2059%2059%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M59%2C44.1c-0.1-0.4-0.4-0.6-0.8-0.7l-7.8-1.1l-3.5-6.8c-0.3-0.7-1.4-0.7-1.8%2C0l-3.5%2C6.8l-7.8%2C1.1%20c-0.4%2C0.1-0.7%2C0.3-0.8%2C0.7s0%2C0.8%2C0.3%2C1l5.6%2C5.3l-1.3%2C7.4c-0.1%2C0.4%2C0.1%2C0.8%2C0.4%2C1c0.3%2C0.2%2C0.7%2C0.3%2C1%2C0.1l7-3.5l7%2C3.5%20c0.1%2C0.1%2C0.3%2C0.1%2C0.5%2C0.1c0.2%2C0%2C0.4-0.1%2C0.6-0.2c0.3-0.2%2C0.5-0.6%2C0.4-1l-1.3-7.4l5.6-5.3C59%2C44.9%2C59.1%2C44.5%2C59%2C44.1z%20M51.3%2C49.3%20c-0.2%2C0.2-0.4%2C0.6-0.3%2C0.9l1.1%2C6l-5.6-2.9c-0.1-0.1-0.3-0.1-0.5-0.1s-0.3%2C0-0.5%2C0.1l-5.6%2C2.9l1.1-6c0.1-0.3-0.1-0.7-0.3-0.9%20l-4.5-4.2l6.2-0.9c0.3%2C0%2C0.6-0.2%2C0.8-0.5l2.8-5.5l2.8%2C5.5c0.1%2C0.3%2C0.4%2C0.5%2C0.8%2C0.5l6.2%2C0.9L51.3%2C49.3z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M36%2C32h9V21h-9h-2h-7h-2h-7h-2H7v9v2v7v2v9h9h2h9v-9h9V32z%20M36%2C23h7v7h-7V23z%20M27%2C23h7v7h-7C27%2C30%2C27%2C23%2C27%2C23%20z%20M18%2C23h7v7h-7V23z%20M25%2C39h-7v-7h7V39z%20M9%2C23h7v7H9V23z%20M9%2C32h7v7H9V32z%20M16%2C48H9v-7h7V48z%20M25%2C48h-7v-7h7V48z%20M34%2C39h-7v-7h7V39z%20%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M26%2C55H2V16h48v17c0%2C0.6%2C0.4%2C1%2C1%2C1s1-0.4%2C1-1V15V5c0-0.6-0.4-1-1-1h-5V1c0-0.6-0.4-1-1-1h-7c-0.6%2C0-1%2C0.4-1%2C1%20v3H15V1c0-0.6-0.4-1-1-1H7C6.5%2C0%2C6%2C0.4%2C6%2C1v3H1C0.5%2C4%2C0%2C4.4%2C0%2C5v10v41c0%2C0.6%2C0.4%2C1%2C1%2C1h25c0.6%2C0%2C1-0.4%2C1-1S26.6%2C55%2C26%2C55z%20M39%2C2h5%20v3v3h-5V5V2z%20M8%2C2h5v3v3H8V5V2z%20M2%2C6h4v3c0%2C0.6%2C0.4%2C1%2C1%2C1h7c0.6%2C0%2C1-0.4%2C1-1V6h22v3c0%2C0.6%2C0.4%2C1%2C1%2C1h7c0.6%2C0%2C1-0.4%2C1-1V6h4v8H2%20C2%2C14%2C2%2C6%2C2%2C6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.is-bg-yellow .menu__item--event > a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2059%2059%22%20style%3D%22enable-background%3Anew%200%200%2059%2059%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%230066FF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M59%2C44.1c-0.1-0.4-0.4-0.6-0.8-0.7l-7.8-1.1l-3.5-6.8c-0.3-0.7-1.4-0.7-1.8%2C0l-3.5%2C6.8l-7.8%2C1.1%20c-0.4%2C0.1-0.7%2C0.3-0.8%2C0.7s0%2C0.8%2C0.3%2C1l5.6%2C5.3l-1.3%2C7.4c-0.1%2C0.4%2C0.1%2C0.8%2C0.4%2C1c0.3%2C0.2%2C0.7%2C0.3%2C1%2C0.1l7-3.5l7%2C3.5%20c0.1%2C0.1%2C0.3%2C0.1%2C0.5%2C0.1c0.2%2C0%2C0.4-0.1%2C0.6-0.2c0.3-0.2%2C0.5-0.6%2C0.4-1l-1.3-7.4l5.6-5.3C59%2C44.9%2C59.1%2C44.5%2C59%2C44.1z%20M51.3%2C49.3%20c-0.2%2C0.2-0.4%2C0.6-0.3%2C0.9l1.1%2C6l-5.6-2.9c-0.1-0.1-0.3-0.1-0.5-0.1s-0.3%2C0-0.5%2C0.1l-5.6%2C2.9l1.1-6c0.1-0.3-0.1-0.7-0.3-0.9%20l-4.5-4.2l6.2-0.9c0.3%2C0%2C0.6-0.2%2C0.8-0.5l2.8-5.5l2.8%2C5.5c0.1%2C0.3%2C0.4%2C0.5%2C0.8%2C0.5l6.2%2C0.9L51.3%2C49.3z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M36%2C32h9V21h-9h-2h-7h-2h-7h-2H7v9v2v7v2v9h9h2h9v-9h9V32z%20M36%2C23h7v7h-7V23z%20M27%2C23h7v7h-7C27%2C30%2C27%2C23%2C27%2C23%20z%20M18%2C23h7v7h-7V23z%20M25%2C39h-7v-7h7V39z%20M9%2C23h7v7H9V23z%20M9%2C32h7v7H9V32z%20M16%2C48H9v-7h7V48z%20M25%2C48h-7v-7h7V48z%20M34%2C39h-7v-7h7V39z%20%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M26%2C55H2V16h48v17c0%2C0.6%2C0.4%2C1%2C1%2C1s1-0.4%2C1-1V15V5c0-0.6-0.4-1-1-1h-5V1c0-0.6-0.4-1-1-1h-7c-0.6%2C0-1%2C0.4-1%2C1%20v3H15V1c0-0.6-0.4-1-1-1H7C6.5%2C0%2C6%2C0.4%2C6%2C1v3H1C0.5%2C4%2C0%2C4.4%2C0%2C5v10v41c0%2C0.6%2C0.4%2C1%2C1%2C1h25c0.6%2C0%2C1-0.4%2C1-1S26.6%2C55%2C26%2C55z%20M39%2C2h5%20v3v3h-5V5V2z%20M8%2C2h5v3v3H8V5V2z%20M2%2C6h4v3c0%2C0.6%2C0.4%2C1%2C1%2C1h7c0.6%2C0%2C1-0.4%2C1-1V6h22v3c0%2C0.6%2C0.4%2C1%2C1%2C1h7c0.6%2C0%2C1-0.4%2C1-1V6h4v8H2%20C2%2C14%2C2%2C6%2C2%2C6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.menu__item--hanabi > a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2070.8%2070.8%22%20style%3D%22enable-background%3Anew%200%200%2070.8%2070.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M35.4%2C0C34.6%2C0%2C34%2C0.6%2C34%2C1.4v26c0%2C0.8%2C0.6%2C1.4%2C1.4%2C1.4c0.8%2C0%2C1.4-0.6%2C1.4-1.4v-26C36.8%2C0.6%2C36.2%2C0%2C35.4%2C0z%22%20%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M30.7%2C28.8L12.3%2C10.4c-0.5-0.5-1.4-0.5-2%2C0c-0.5%2C0.5-0.5%2C1.4%2C0%2C2l18.4%2C18.4c0.3%2C0.3%2C0.6%2C0.4%2C1%2C0.4%20c0.4%2C0%2C0.7-0.1%2C1-0.4C31.3%2C30.2%2C31.3%2C29.3%2C30.7%2C28.8z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M23.2%2C34H1.4C0.6%2C34%2C0%2C34.6%2C0%2C35.4s0.6%2C1.4%2C1.4%2C1.4h21.8c0.8%2C0%2C1.4-0.6%2C1.4-1.4S24%2C34%2C23.2%2C34z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M30.7%2C40c-0.5-0.5-1.4-0.5-2%2C0L10.4%2C58.4c-0.5%2C0.5-0.5%2C1.4%2C0%2C2c0.3%2C0.3%2C0.6%2C0.4%2C1%2C0.4c0.4%2C0%2C0.7-0.1%2C1-0.4%20L30.7%2C42C31.3%2C41.5%2C31.3%2C40.6%2C30.7%2C40z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M35.4%2C41.9c-0.8%2C0-1.4%2C0.6-1.4%2C1.4v26c0%2C0.8%2C0.6%2C1.4%2C1.4%2C1.4s1.4-0.6%2C1.4-1.4v-26%20C36.8%2C42.6%2C36.2%2C41.9%2C35.4%2C41.9z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M60.4%2C58.4L42%2C40c-0.5-0.5-1.4-0.5-2%2C0c-0.5%2C0.5-0.5%2C1.4%2C0%2C2l18.4%2C18.4c0.3%2C0.3%2C0.6%2C0.4%2C1%2C0.4%20c0.4%2C0%2C0.7-0.1%2C1-0.4C60.9%2C59.9%2C60.9%2C59%2C60.4%2C58.4z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M69.4%2C34H47.5c-0.8%2C0-1.4%2C0.6-1.4%2C1.4c0%2C0.8%2C0.6%2C1.4%2C1.4%2C1.4h21.8c0.8%2C0%2C1.4-0.6%2C1.4-1.4%20C70.8%2C34.6%2C70.1%2C34%2C69.4%2C34z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M60.4%2C10.4c-0.5-0.5-1.4-0.5-2%2C0L40%2C28.8c-0.5%2C0.5-0.5%2C1.4%2C0%2C2c0.3%2C0.3%2C0.6%2C0.4%2C1%2C0.4s0.7-0.1%2C1-0.4%20l18.4-18.4C60.9%2C11.8%2C60.9%2C10.9%2C60.4%2C10.4z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M29.3%2C50.6c-0.7-0.3-1.5%2C0.1-1.8%2C0.8l-3%2C7.5c-0.3%2C0.7%2C0.1%2C1.5%2C0.8%2C1.8c0.2%2C0.1%2C0.3%2C0.1%2C0.5%2C0.1%20c0.6%2C0%2C1.1-0.3%2C1.3-0.9l3-7.5C30.4%2C51.7%2C30%2C50.9%2C29.3%2C50.6z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M46.9%2C58.6l-3.2-7.4c-0.3-0.7-1.1-1-1.8-0.7c-0.7%2C0.3-1%2C1.1-0.7%2C1.8l3.2%2C7.4c0.2%2C0.5%2C0.7%2C0.8%2C1.3%2C0.8%20c0.2%2C0%2C0.4%2C0%2C0.6-0.1C46.9%2C60.1%2C47.2%2C59.3%2C46.9%2C58.6z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M67.5%2C46.7l-15-6c-0.7-0.3-1.5%2C0.1-1.8%2C0.8c-0.3%2C0.7%2C0.1%2C1.5%2C0.8%2C1.8l15%2C6c0.2%2C0.1%2C0.3%2C0.1%2C0.5%2C0.1%20c0.6%2C0%2C1.1-0.3%2C1.3-0.9C68.5%2C47.8%2C68.2%2C46.9%2C67.5%2C46.7z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M67.9%2C21.4c-0.3-0.7-1.1-1-1.8-0.7l-14.9%2C6.4c-0.7%2C0.3-1%2C1.1-0.7%2C1.8c0.2%2C0.5%2C0.7%2C0.8%2C1.3%2C0.8%20c0.2%2C0%2C0.4%2C0%2C0.6-0.1l14.9-6.4C67.9%2C22.9%2C68.2%2C22.1%2C67.9%2C21.4z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M45.4%2C10.3c-0.7-0.3-1.5%2C0.1-1.8%2C0.8l-2.9%2C7.2c-0.3%2C0.7%2C0.1%2C1.5%2C0.8%2C1.8c0.2%2C0.1%2C0.3%2C0.1%2C0.5%2C0.1%20c0.6%2C0%2C1.1-0.3%2C1.3-0.9l2.9-7.2C46.4%2C11.4%2C46.1%2C10.6%2C45.4%2C10.3z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M29.6%2C18.5l-3.2-7.2c-0.3-0.7-1.1-1-1.8-0.7c-0.7%2C0.3-1%2C1.1-0.7%2C1.8l3.2%2C7.2c0.2%2C0.5%2C0.7%2C0.8%2C1.3%2C0.8%20c0.2%2C0%2C0.4%2C0%2C0.6-0.1C29.6%2C20%2C29.9%2C19.2%2C29.6%2C18.5z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M19.4%2C27.5l-15-6c-0.7-0.3-1.5%2C0.1-1.8%2C0.8c-0.3%2C0.7%2C0.1%2C1.5%2C0.8%2C1.8l15%2C6c0.2%2C0.1%2C0.3%2C0.1%2C0.5%2C0.1%20c0.6%2C0%2C1.1-0.3%2C1.3-0.9C20.4%2C28.6%2C20.1%2C27.8%2C19.4%2C27.5z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M20.3%2C41.9c-0.3-0.7-1.1-1-1.8-0.7L3.6%2C47.5c-0.7%2C0.3-1%2C1.1-0.7%2C1.8c0.2%2C0.5%2C0.7%2C0.8%2C1.3%2C0.8%20c0.2%2C0%2C0.4%2C0%2C0.6-0.1l14.9-6.4C20.3%2C43.4%2C20.6%2C42.6%2C20.3%2C41.9z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M38.9%2C34c-0.8%2C0-1.4%2C0.6-1.4%2C1.4c0%2C1.2-0.9%2C2.1-2.1%2C2.1s-2.1-0.9-2.1-2.1s0.9-2.1%2C2.1-2.1%20c0.8%2C0%2C1.4-0.6%2C1.4-1.4c0-0.8-0.6-1.4-1.4-1.4c-2.7%2C0-4.9%2C2.2-4.9%2C4.9c0%2C2.7%2C2.2%2C4.9%2C4.9%2C4.9s4.9-2.2%2C4.9-4.9%20C40.3%2C34.6%2C39.6%2C34%2C38.9%2C34z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M30.2%2C46.6c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C32%2C49.4%2C32%2C46.6%2C30.2%2C46.6z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M61.1%2C50.9c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C62.9%2C53.7%2C62.9%2C50.9%2C61.1%2C50.9z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M68.1%2C26.9c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C69.9%2C29.7%2C69.9%2C26.9%2C68.1%2C26.9z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M51.7%2C61.4c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C53.5%2C64.2%2C53.5%2C61.4%2C51.7%2C61.4z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M59.8%2C17.4c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C61.6%2C20.2%2C61.6%2C17.4%2C59.8%2C17.4z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M40.3%2C5.9c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C42.1%2C8.7%2C42.1%2C5.9%2C40.3%2C5.9z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M24.6%2C5.3c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C26.4%2C8.1%2C26.4%2C5.3%2C24.6%2C5.3z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M50.9%2C5.9c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C52.7%2C8.7%2C52.7%2C5.9%2C50.9%2C5.9z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M11.1%2C18.2c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C12.9%2C21%2C12.9%2C18.2%2C11.1%2C18.2z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M4.5%2C28.5c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C6.3%2C31.3%2C6.3%2C28.5%2C4.5%2C28.5z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M15.8%2C62.8c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C17.6%2C65.6%2C17.6%2C62.8%2C15.8%2C62.8z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M28.1%2C65.9c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C29.9%2C68.7%2C29.9%2C65.9%2C28.1%2C65.9z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M12.2%2C50.5c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C14%2C53.3%2C14%2C50.5%2C12.2%2C50.5z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.is-bg-yellow .menu__item--hanabi > a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2070.8%2070.8%22%20style%3D%22enable-background%3Anew%200%200%2070.8%2070.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%230066FF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M35.4%2C0C34.6%2C0%2C34%2C0.6%2C34%2C1.4v26c0%2C0.8%2C0.6%2C1.4%2C1.4%2C1.4c0.8%2C0%2C1.4-0.6%2C1.4-1.4v-26C36.8%2C0.6%2C36.2%2C0%2C35.4%2C0z%22%20%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M30.7%2C28.8L12.3%2C10.4c-0.5-0.5-1.4-0.5-2%2C0c-0.5%2C0.5-0.5%2C1.4%2C0%2C2l18.4%2C18.4c0.3%2C0.3%2C0.6%2C0.4%2C1%2C0.4%20c0.4%2C0%2C0.7-0.1%2C1-0.4C31.3%2C30.2%2C31.3%2C29.3%2C30.7%2C28.8z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M23.2%2C34H1.4C0.6%2C34%2C0%2C34.6%2C0%2C35.4s0.6%2C1.4%2C1.4%2C1.4h21.8c0.8%2C0%2C1.4-0.6%2C1.4-1.4S24%2C34%2C23.2%2C34z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M30.7%2C40c-0.5-0.5-1.4-0.5-2%2C0L10.4%2C58.4c-0.5%2C0.5-0.5%2C1.4%2C0%2C2c0.3%2C0.3%2C0.6%2C0.4%2C1%2C0.4c0.4%2C0%2C0.7-0.1%2C1-0.4%20L30.7%2C42C31.3%2C41.5%2C31.3%2C40.6%2C30.7%2C40z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M35.4%2C41.9c-0.8%2C0-1.4%2C0.6-1.4%2C1.4v26c0%2C0.8%2C0.6%2C1.4%2C1.4%2C1.4s1.4-0.6%2C1.4-1.4v-26%20C36.8%2C42.6%2C36.2%2C41.9%2C35.4%2C41.9z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M60.4%2C58.4L42%2C40c-0.5-0.5-1.4-0.5-2%2C0c-0.5%2C0.5-0.5%2C1.4%2C0%2C2l18.4%2C18.4c0.3%2C0.3%2C0.6%2C0.4%2C1%2C0.4%20c0.4%2C0%2C0.7-0.1%2C1-0.4C60.9%2C59.9%2C60.9%2C59%2C60.4%2C58.4z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M69.4%2C34H47.5c-0.8%2C0-1.4%2C0.6-1.4%2C1.4c0%2C0.8%2C0.6%2C1.4%2C1.4%2C1.4h21.8c0.8%2C0%2C1.4-0.6%2C1.4-1.4%20C70.8%2C34.6%2C70.1%2C34%2C69.4%2C34z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M60.4%2C10.4c-0.5-0.5-1.4-0.5-2%2C0L40%2C28.8c-0.5%2C0.5-0.5%2C1.4%2C0%2C2c0.3%2C0.3%2C0.6%2C0.4%2C1%2C0.4s0.7-0.1%2C1-0.4%20l18.4-18.4C60.9%2C11.8%2C60.9%2C10.9%2C60.4%2C10.4z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M29.3%2C50.6c-0.7-0.3-1.5%2C0.1-1.8%2C0.8l-3%2C7.5c-0.3%2C0.7%2C0.1%2C1.5%2C0.8%2C1.8c0.2%2C0.1%2C0.3%2C0.1%2C0.5%2C0.1%20c0.6%2C0%2C1.1-0.3%2C1.3-0.9l3-7.5C30.4%2C51.7%2C30%2C50.9%2C29.3%2C50.6z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M46.9%2C58.6l-3.2-7.4c-0.3-0.7-1.1-1-1.8-0.7c-0.7%2C0.3-1%2C1.1-0.7%2C1.8l3.2%2C7.4c0.2%2C0.5%2C0.7%2C0.8%2C1.3%2C0.8%20c0.2%2C0%2C0.4%2C0%2C0.6-0.1C46.9%2C60.1%2C47.2%2C59.3%2C46.9%2C58.6z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M67.5%2C46.7l-15-6c-0.7-0.3-1.5%2C0.1-1.8%2C0.8c-0.3%2C0.7%2C0.1%2C1.5%2C0.8%2C1.8l15%2C6c0.2%2C0.1%2C0.3%2C0.1%2C0.5%2C0.1%20c0.6%2C0%2C1.1-0.3%2C1.3-0.9C68.5%2C47.8%2C68.2%2C46.9%2C67.5%2C46.7z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M67.9%2C21.4c-0.3-0.7-1.1-1-1.8-0.7l-14.9%2C6.4c-0.7%2C0.3-1%2C1.1-0.7%2C1.8c0.2%2C0.5%2C0.7%2C0.8%2C1.3%2C0.8%20c0.2%2C0%2C0.4%2C0%2C0.6-0.1l14.9-6.4C67.9%2C22.9%2C68.2%2C22.1%2C67.9%2C21.4z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M45.4%2C10.3c-0.7-0.3-1.5%2C0.1-1.8%2C0.8l-2.9%2C7.2c-0.3%2C0.7%2C0.1%2C1.5%2C0.8%2C1.8c0.2%2C0.1%2C0.3%2C0.1%2C0.5%2C0.1%20c0.6%2C0%2C1.1-0.3%2C1.3-0.9l2.9-7.2C46.4%2C11.4%2C46.1%2C10.6%2C45.4%2C10.3z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M29.6%2C18.5l-3.2-7.2c-0.3-0.7-1.1-1-1.8-0.7c-0.7%2C0.3-1%2C1.1-0.7%2C1.8l3.2%2C7.2c0.2%2C0.5%2C0.7%2C0.8%2C1.3%2C0.8%20c0.2%2C0%2C0.4%2C0%2C0.6-0.1C29.6%2C20%2C29.9%2C19.2%2C29.6%2C18.5z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M19.4%2C27.5l-15-6c-0.7-0.3-1.5%2C0.1-1.8%2C0.8c-0.3%2C0.7%2C0.1%2C1.5%2C0.8%2C1.8l15%2C6c0.2%2C0.1%2C0.3%2C0.1%2C0.5%2C0.1%20c0.6%2C0%2C1.1-0.3%2C1.3-0.9C20.4%2C28.6%2C20.1%2C27.8%2C19.4%2C27.5z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M20.3%2C41.9c-0.3-0.7-1.1-1-1.8-0.7L3.6%2C47.5c-0.7%2C0.3-1%2C1.1-0.7%2C1.8c0.2%2C0.5%2C0.7%2C0.8%2C1.3%2C0.8%20c0.2%2C0%2C0.4%2C0%2C0.6-0.1l14.9-6.4C20.3%2C43.4%2C20.6%2C42.6%2C20.3%2C41.9z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M38.9%2C34c-0.8%2C0-1.4%2C0.6-1.4%2C1.4c0%2C1.2-0.9%2C2.1-2.1%2C2.1s-2.1-0.9-2.1-2.1s0.9-2.1%2C2.1-2.1%20c0.8%2C0%2C1.4-0.6%2C1.4-1.4c0-0.8-0.6-1.4-1.4-1.4c-2.7%2C0-4.9%2C2.2-4.9%2C4.9c0%2C2.7%2C2.2%2C4.9%2C4.9%2C4.9s4.9-2.2%2C4.9-4.9%20C40.3%2C34.6%2C39.6%2C34%2C38.9%2C34z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M30.2%2C46.6c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C32%2C49.4%2C32%2C46.6%2C30.2%2C46.6z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M61.1%2C50.9c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C62.9%2C53.7%2C62.9%2C50.9%2C61.1%2C50.9z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M68.1%2C26.9c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C69.9%2C29.7%2C69.9%2C26.9%2C68.1%2C26.9z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M51.7%2C61.4c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C53.5%2C64.2%2C53.5%2C61.4%2C51.7%2C61.4z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M59.8%2C17.4c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C61.6%2C20.2%2C61.6%2C17.4%2C59.8%2C17.4z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M40.3%2C5.9c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C42.1%2C8.7%2C42.1%2C5.9%2C40.3%2C5.9z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M24.6%2C5.3c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C26.4%2C8.1%2C26.4%2C5.3%2C24.6%2C5.3z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M50.9%2C5.9c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C52.7%2C8.7%2C52.7%2C5.9%2C50.9%2C5.9z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M11.1%2C18.2c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C12.9%2C21%2C12.9%2C18.2%2C11.1%2C18.2z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M4.5%2C28.5c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C6.3%2C31.3%2C6.3%2C28.5%2C4.5%2C28.5z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M15.8%2C62.8c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C17.6%2C65.6%2C17.6%2C62.8%2C15.8%2C62.8z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M28.1%2C65.9c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C29.9%2C68.7%2C29.9%2C65.9%2C28.1%2C65.9z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M12.2%2C50.5c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C14%2C53.3%2C14%2C50.5%2C12.2%2C50.5z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.menu__item--kurashi > p::before {
  width: 44px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2087.5%2078%22%20style%3D%22enable-background%3Anew%200%200%2087.5%2078%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M86.6%2C30.8L45.1%2C0.4c-0.8-0.6-1.9-0.6-2.7%2C0L0.9%2C30.8c-1%2C0.7-1.2%2C2.2-0.5%2C3.2s2.2%2C1.2%2C3.2%2C0.5L43.8%2C5.1%20l40.1%2C29.4c0.4%2C0.3%2C0.9%2C0.4%2C1.3%2C0.4c0.7%2C0%2C1.4-0.3%2C1.8-0.9C87.8%2C33%2C87.6%2C31.5%2C86.6%2C30.8z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M75.6%2C35c-1.3%2C0-2.3%2C1-2.3%2C2.3v36.2H55.1V53.7c0-6.3-5.1-11.4-11.4-11.4s-11.4%2C5.1-11.4%2C11.4v19.8H14.2V37.3%20c0-1.3-1-2.3-2.3-2.3s-2.3%2C1-2.3%2C2.3v38.5c0%2C1.3%2C1%2C2.3%2C2.3%2C2.3h22.7c1.2%2C0%2C2.2-0.9%2C2.3-2.1c0-0.1%2C0-0.1%2C0-0.2v-22%20c0-3.8%2C3.1-6.8%2C6.8-6.8c3.8%2C0%2C6.8%2C3.1%2C6.8%2C6.8v22c0%2C0.1%2C0%2C0.1%2C0%2C0.2c0.1%2C1.2%2C1.1%2C2.1%2C2.3%2C2.1h22.7c1.3%2C0%2C2.3-1%2C2.3-2.3V37.3%20C77.9%2C36%2C76.8%2C35%2C75.6%2C35z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.is-bg-yellow .menu__item--kurashi > p::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2087.5%2078%22%20style%3D%22enable-background%3Anew%200%200%2087.5%2078%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%230066FF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M86.6%2C30.8L45.1%2C0.4c-0.8-0.6-1.9-0.6-2.7%2C0L0.9%2C30.8c-1%2C0.7-1.2%2C2.2-0.5%2C3.2s2.2%2C1.2%2C3.2%2C0.5L43.8%2C5.1%20l40.1%2C29.4c0.4%2C0.3%2C0.9%2C0.4%2C1.3%2C0.4c0.7%2C0%2C1.4-0.3%2C1.8-0.9C87.8%2C33%2C87.6%2C31.5%2C86.6%2C30.8z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M75.6%2C35c-1.3%2C0-2.3%2C1-2.3%2C2.3v36.2H55.1V53.7c0-6.3-5.1-11.4-11.4-11.4s-11.4%2C5.1-11.4%2C11.4v19.8H14.2V37.3%20c0-1.3-1-2.3-2.3-2.3s-2.3%2C1-2.3%2C2.3v38.5c0%2C1.3%2C1%2C2.3%2C2.3%2C2.3h22.7c1.2%2C0%2C2.2-0.9%2C2.3-2.1c0-0.1%2C0-0.1%2C0-0.2v-22%20c0-3.8%2C3.1-6.8%2C6.8-6.8c3.8%2C0%2C6.8%2C3.1%2C6.8%2C6.8v22c0%2C0.1%2C0%2C0.1%2C0%2C0.2c0.1%2C1.2%2C1.1%2C2.1%2C2.3%2C2.1h22.7c1.3%2C0%2C2.3-1%2C2.3-2.3V37.3%20C77.9%2C36%2C76.8%2C35%2C75.6%2C35z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.menu__item--toubani > a::before {
  width: 44px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20494.5%20512%22%20style%3D%22enable-background%3Anew%200%200%20494.5%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M247.3%2C0l-9%2C5L0%2C138.3V512h206.7h14.8h51.7h14.8h206.7V138.3L247.3%2C0z%20M457.6%2C475.1H310V340.8H184.5v134.3%20H36.9V159.9L247.3%2C42.3l210.4%2C117.6V475.1z%22%2F%3E%20%3Crect%20x%3D%2295.4%22%20y%3D%22359.2%22%20class%3D%22st0%22%20width%3D%2237%22%20height%3D%2244.1%22%2F%3E%20%3Crect%20x%3D%2295.4%22%20y%3D%22261.4%22%20class%3D%22st0%22%20width%3D%2237%22%20height%3D%2244.1%22%2F%3E%20%3Crect%20x%3D%22228.8%22%20y%3D%22261.4%22%20class%3D%22st0%22%20width%3D%2237%22%20height%3D%2244.1%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%22226.6%2C104%20226.6%2C141.1%20189.5%2C141.1%20189.5%2C182.4%20226.6%2C182.4%20226.6%2C219.6%20267.9%2C219.6%20267.9%2C182.4%20305.1%2C182.4%20305.1%2C141.1%20267.9%2C141.1%20267.9%2C104%20%22%2F%3E%20%3Crect%20x%3D%22362.1%22%20y%3D%22261.4%22%20class%3D%22st0%22%20width%3D%2234.7%22%20height%3D%2244.1%22%2F%3E%20%3Crect%20x%3D%22362.2%22%20y%3D%22359.2%22%20class%3D%22st0%22%20width%3D%2237%22%20height%3D%2244.1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.is-bg-yellow .menu__item--toubani > a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20494.5%20512%22%20style%3D%22enable-background%3Anew%200%200%20494.5%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%230066FF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M247.3%2C0l-9%2C5L0%2C138.3V512h206.7h14.8h51.7h14.8h206.7V138.3L247.3%2C0z%20M457.6%2C475.1H310V340.8H184.5v134.3%20H36.9V159.9L247.3%2C42.3l210.4%2C117.6V475.1z%22%2F%3E%20%3Crect%20x%3D%2295.4%22%20y%3D%22359.2%22%20class%3D%22st0%22%20width%3D%2237%22%20height%3D%2244.1%22%2F%3E%20%3Crect%20x%3D%2295.4%22%20y%3D%22261.4%22%20class%3D%22st0%22%20width%3D%2237%22%20height%3D%2244.1%22%2F%3E%20%3Crect%20x%3D%22228.8%22%20y%3D%22261.4%22%20class%3D%22st0%22%20width%3D%2237%22%20height%3D%2244.1%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%22226.6%2C104%20226.6%2C141.1%20189.5%2C141.1%20189.5%2C182.4%20226.6%2C182.4%20226.6%2C219.6%20267.9%2C219.6%20267.9%2C182.4%20305.1%2C182.4%20305.1%2C141.1%20267.9%2C141.1%20267.9%2C104%20%22%2F%3E%20%3Crect%20x%3D%22362.1%22%20y%3D%22261.4%22%20class%3D%22st0%22%20width%3D%2234.7%22%20height%3D%2244.1%22%2F%3E%20%3Crect%20x%3D%22362.2%22%20y%3D%22359.2%22%20class%3D%22st0%22%20width%3D%2237%22%20height%3D%2244.1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.menu__item--kouhou > a::before {
  width: 55px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22contents%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20569.8%20424.4%22%20style%3D%22enable-background%3Anew%200%200%20569.8%20424.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M451.8%2C247.5v150.9c-31.3-13-71.1-19.8-104.9-19.8c-17.7%2C0-45.5%2C1.9-62.8%2C5.5c41.2-15.8%2C95.1-24.4%2C134.2-12.5%20c3.8%2C1.1%2C7.9%2C0.4%2C11-1.9c3.2-2.3%2C5-6%2C5-10V259l-10%2C12c-3.4%2C3.4-4.4%2C7-8.8%2C8.7v70c-13.8-2.9-34.1-4.4-48.6-4.4%20c-13.4%2C0-26.9%2C1.3-40.4%2C3.8c-27%2C5-56.7%2C15.2-81.5%2C29.7V126.1c26.5-12.2%2C58.3-18.1%2C87-17.6l23.3-17.3c-40.5-4.9-82.1%2C1.5-119.7%2C19.3%20c-0.2%2C0.1-0.3%2C0.1-0.5%2C0c-60.7-28.7-132-27.8-192%2C2.8c-4.2%2C2.1-6.8%2C6.4-6.8%2C11.1v34.7c-10.1%2C3.6-20%2C7.9-29.5%2C12.8%20C2.6%2C174%2C0%2C178.3%2C0%2C183v228.9c0%2C4.3%2C2.2%2C8.3%2C5.9%2C10.6s8.3%2C2.4%2C12.1%2C0.5c66.2-33.7%2C145.2-33.7%2C211.4%2C0c1.8%2C0.9%2C3.7%2C1.4%2C5.6%2C1.4h0.5%20c1.9%2C0%2C3.9-0.4%2C5.6-1.4c66.2-33.7%2C145.2-33.7%2C211.4%2C0c3.9%2C2%2C8.4%2C1.8%2C12.1-0.5c3.7-2.3%2C5.9-6.3%2C5.9-10.6V222.7L451.8%2C247.5z%20M123.7%2C378.6c-33.8%2C0-73.7%2C6.8-104.9%2C19.8V184.6c3.8-1.8%2C13.6-3.4%2C17.5-5v180.2c0%2C3.9%2C1.9%2C7.6%2C5%2C10c3.2%2C2.3%2C7.3%2C3%2C11%2C1.9%20c39.2-12%2C93-3.3%2C134.2%2C12.5C169.1%2C380.5%2C141.4%2C378.6%2C123.7%2C378.6z%20M225.6%2C378.8c-24.7-14.5-54.5-24.6-81.5-29.7%20c-13.5-2.5-27.1-3.8-40.4-3.8c-14.5%2C0-34.8%2C1.5-48.6%2C4.4V126.1c51.1-23.6%2C119.4-23.6%2C170.5%2C0V378.8z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M295.4%2C286.4c-3.1%2C0-6.1-1.2-8.3-3.5c-3-3-4.1-7.3-3.1-11.4l27.2-101.4c0.5-2%2C1.6-3.8%2C3.1-5.3L475.6%2C3.5%20c2.2-2.2%2C5.2-3.5%2C8.3-3.5s6.1%2C1.2%2C8.3%2C3.5l74.2%2C74.2c4.6%2C4.6%2C4.6%2C12.1%2C0%2C16.7L405.1%2C255.7c-1.5%2C1.5-3.3%2C2.5-5.3%2C3.1L298.4%2C286%20C297.4%2C286.2%2C296.4%2C286.4%2C295.4%2C286.4L295.4%2C286.4z%20M347.1%2C249.9l32.9-8.8l-5.3-14l-25.9-6.5l-6.5-25.9l-13.3-5.1l-8.9%2C33.2%20L347.1%2C249.9z%20M399.5%2C229.8L543.3%2C86l-7.9-7.9L395.1%2C218.3L399.5%2C229.8z%20M383.2%2C206.3L523.4%2C66.1l-19.6-19.6L363.3%2C187.1l3.8%2C15.2%20L383.2%2C206.3z%20M351.9%2C174.5l140-140l-7.9-7.9L340.4%2C170.1L351.9%2C174.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
}

.is-bg-yellow .menu__item--kouhou > a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22contents%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20569.8%20424.4%22%20style%3D%22enable-background%3Anew%200%200%20569.8%20424.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%230066FF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M451.8%2C247.5v150.9c-31.3-13-71.1-19.8-104.9-19.8c-17.7%2C0-45.5%2C1.9-62.8%2C5.5c41.2-15.8%2C95.1-24.4%2C134.2-12.5%20c3.8%2C1.1%2C7.9%2C0.4%2C11-1.9c3.2-2.3%2C5-6%2C5-10V259l-10%2C12c-3.4%2C3.4-4.4%2C7-8.8%2C8.7v70c-13.8-2.9-34.1-4.4-48.6-4.4%20c-13.4%2C0-26.9%2C1.3-40.4%2C3.8c-27%2C5-56.7%2C15.2-81.5%2C29.7V126.1c26.5-12.2%2C58.3-18.1%2C87-17.6l23.3-17.3c-40.5-4.9-82.1%2C1.5-119.7%2C19.3%20c-0.2%2C0.1-0.3%2C0.1-0.5%2C0c-60.7-28.7-132-27.8-192%2C2.8c-4.2%2C2.1-6.8%2C6.4-6.8%2C11.1v34.7c-10.1%2C3.6-20%2C7.9-29.5%2C12.8%20C2.6%2C174%2C0%2C178.3%2C0%2C183v228.9c0%2C4.3%2C2.2%2C8.3%2C5.9%2C10.6s8.3%2C2.4%2C12.1%2C0.5c66.2-33.7%2C145.2-33.7%2C211.4%2C0c1.8%2C0.9%2C3.7%2C1.4%2C5.6%2C1.4h0.5%20c1.9%2C0%2C3.9-0.4%2C5.6-1.4c66.2-33.7%2C145.2-33.7%2C211.4%2C0c3.9%2C2%2C8.4%2C1.8%2C12.1-0.5c3.7-2.3%2C5.9-6.3%2C5.9-10.6V222.7L451.8%2C247.5z%20M123.7%2C378.6c-33.8%2C0-73.7%2C6.8-104.9%2C19.8V184.6c3.8-1.8%2C13.6-3.4%2C17.5-5v180.2c0%2C3.9%2C1.9%2C7.6%2C5%2C10c3.2%2C2.3%2C7.3%2C3%2C11%2C1.9%20c39.2-12%2C93-3.3%2C134.2%2C12.5C169.1%2C380.5%2C141.4%2C378.6%2C123.7%2C378.6z%20M225.6%2C378.8c-24.7-14.5-54.5-24.6-81.5-29.7%20c-13.5-2.5-27.1-3.8-40.4-3.8c-14.5%2C0-34.8%2C1.5-48.6%2C4.4V126.1c51.1-23.6%2C119.4-23.6%2C170.5%2C0V378.8z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M295.4%2C286.4c-3.1%2C0-6.1-1.2-8.3-3.5c-3-3-4.1-7.3-3.1-11.4l27.2-101.4c0.5-2%2C1.6-3.8%2C3.1-5.3L475.6%2C3.5%20c2.2-2.2%2C5.2-3.5%2C8.3-3.5s6.1%2C1.2%2C8.3%2C3.5l74.2%2C74.2c4.6%2C4.6%2C4.6%2C12.1%2C0%2C16.7L405.1%2C255.7c-1.5%2C1.5-3.3%2C2.5-5.3%2C3.1L298.4%2C286%20C297.4%2C286.2%2C296.4%2C286.4%2C295.4%2C286.4L295.4%2C286.4z%20M347.1%2C249.9l32.9-8.8l-5.3-14l-25.9-6.5l-6.5-25.9l-13.3-5.1l-8.9%2C33.2%20L347.1%2C249.9z%20M399.5%2C229.8L543.3%2C86l-7.9-7.9L395.1%2C218.3L399.5%2C229.8z%20M383.2%2C206.3L523.4%2C66.1l-19.6-19.6L363.3%2C187.1l3.8%2C15.2%20L383.2%2C206.3z%20M351.9%2C174.5l140-140l-7.9-7.9L340.4%2C170.1L351.9%2C174.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.menu__item--section > a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2076%2076%22%20style%3D%22enable-background%3Anew%200%200%2076%2076%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M68.4%2C39.9c0.7-1%2C1.1-2.2%2C1.1-3.5v-1.2c0-3.4-2.8-6.2-6.2-6.2c-1.7%2C0-3.3%2C0.7-4.4%2C1.8%20c-2.9-8.7-11.2-15-20.8-15s-17.9%2C6.3-20.8%2C15c-1.1-1.1-2.7-1.8-4.4-1.8c-3.4%2C0-6.2%2C2.8-6.2%2C6.2v1.2c0%2C1.3%2C0.4%2C2.5%2C1.1%2C3.5%20C3.3%2C40.8%2C0%2C44.6%2C0%2C49.2v3c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5h7.7c0.8%2C0%2C1.5-0.7%2C1.5-1.5s-0.7-1.5-1.5-1.5H3v-1.5c0-3.6%2C3-6.6%2C6.6-6.6h7%20c0.6%2C2.5%2C1.6%2C4.9%2C2.9%2C7L2.6%2C66.5c-2.2%2C2.2-2.2%2C5.7%2C0%2C7.9C3.6%2C75.5%2C5.1%2C76%2C6.5%2C76s2.8-0.5%2C3.9-1.6l9.3-9.3c0.6-0.6%2C0.6-1.5%2C0-2.1%20c-0.6-0.6-1.5-0.6-2.1%2C0l-9.3%2C9.3c-1%2C1-2.7%2C1-3.7%2C0c-1-1-1-2.7%2C0-3.7L21.3%2C52c4%2C4.7%2C10%2C7.7%2C16.7%2C7.7c10.4%2C0%2C19.2-7.3%2C21.4-17.1h7%20c3.6%2C0%2C6.6%2C3%2C6.6%2C6.6v1.5h-14c-0.8%2C0-1.5%2C0.7-1.5%2C1.5c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5h15.4c0.8%2C0%2C1.5-0.7%2C1.5-1.5v-3%20C76%2C44.6%2C72.7%2C40.8%2C68.4%2C39.9z%20M16%2C36.4c0%2C1.8-1.5%2C3.3-3.3%2C3.3s-3.3-1.5-3.3-3.3v-1.2c0-1.8%2C1.5-3.3%2C3.3-3.3s3.3%2C1.5%2C3.3%2C3.3V36.4%20z%20M38%2C56.7c-10.5%2C0-19-8.5-19-19s8.5-19%2C19-19s19%2C8.5%2C19%2C19S48.5%2C56.7%2C38%2C56.7z%20M66.5%2C36.4c0%2C1.8-1.5%2C3.3-3.3%2C3.3%20c-1.8%2C0-3.3-1.5-3.3-3.3v-1.2c0-1.8%2C1.5-3.3%2C3.3-3.3c1.8%2C0%2C3.3%2C1.5%2C3.3%2C3.3V36.4z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M38%2C21.7c-8.8%2C0-16%2C7.2-16%2C16c0%2C4.6%2C1.9%2C8.7%2C5%2C11.7c0.1%2C0.1%2C0.1%2C0.1%2C0.2%2C0.2c2.9%2C2.6%2C6.7%2C4.2%2C10.8%2C4.2%20s8-1.6%2C10.8-4.2c0.1%2C0%2C0.1-0.1%2C0.2-0.2c3.1-2.9%2C5-7.1%2C5-11.7C54%2C28.9%2C46.8%2C21.7%2C38%2C21.7z%20M38%2C50.8c-3.1%2C0-5.9-1.1-8.1-2.8%20c1.6-3%2C4.7-4.9%2C8.1-4.9s6.5%2C1.9%2C8.1%2C4.9C43.9%2C49.8%2C41.1%2C50.8%2C38%2C50.8z%20M34.9%2C37v-1.2c0-1.7%2C1.4-3.1%2C3.1-3.1s3.1%2C1.4%2C3.1%2C3.1V37%20c0%2C1.7-1.4%2C3.1-3.1%2C3.1S34.9%2C38.8%2C34.9%2C37z%20M48.3%2C45.8c-1.4-2.2-3.4-3.8-5.7-4.8c0.9-1.1%2C1.5-2.5%2C1.5-4v-1.2%20c0-3.4-2.7-6.1-6.1-6.1s-6.1%2C2.7-6.1%2C6.1V37c0%2C1.5%2C0.6%2C2.9%2C1.5%2C4c-2.3%2C0.9-4.3%2C2.6-5.7%2C4.8c-1.8-2.2-2.8-5-2.8-8.1%20c0-7.2%2C5.9-13.1%2C13.1-13.1s13.1%2C5.9%2C13.1%2C13.1C51.1%2C40.8%2C50%2C43.6%2C48.3%2C45.8z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M23.7%2C59c-0.3-0.3-0.7-0.4-1-0.4c-0.4%2C0-0.8%2C0.2-1%2C0.4c-0.3%2C0.3-0.4%2C0.7-0.4%2C1c0%2C0.4%2C0.2%2C0.8%2C0.4%2C1%20c0.3%2C0.3%2C0.7%2C0.4%2C1%2C0.4c0.4%2C0%2C0.8-0.2%2C1-0.4c0.3-0.3%2C0.4-0.7%2C0.4-1C24.2%2C59.6%2C24%2C59.2%2C23.7%2C59z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M38%2C0c-0.8%2C0-1.5%2C0.7-1.5%2C1.5v5.1C36.5%2C7.4%2C37.2%2C8%2C38%2C8s1.5-0.7%2C1.5-1.5V1.5C39.5%2C0.7%2C38.8%2C0%2C38%2C0z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M39.1%2C10.4c-0.3-0.3-0.7-0.4-1-0.4c-0.4%2C0-0.8%2C0.2-1%2C0.4c-0.3%2C0.3-0.4%2C0.7-0.4%2C1c0%2C0.4%2C0.2%2C0.8%2C0.4%2C1%20c0.3%2C0.3%2C0.7%2C0.4%2C1%2C0.4c0.4%2C0%2C0.8-0.2%2C1-0.4c0.3-0.3%2C0.4-0.7%2C0.4-1C39.5%2C11%2C39.4%2C10.7%2C39.1%2C10.4z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M50.6%2C5.8c-0.6-0.6-1.5-0.6-2.1%2C0l-2.6%2C2.6c-0.6%2C0.6-0.6%2C1.5%2C0%2C2.1c0.3%2C0.3%2C0.7%2C0.4%2C1%2C0.4%20c0.4%2C0%2C0.8-0.1%2C1-0.4l2.6-2.6C51.2%2C7.3%2C51.2%2C6.4%2C50.6%2C5.8z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M30.1%2C8.4l-2.6-2.6c-0.6-0.6-1.5-0.6-2.1%2C0c-0.6%2C0.6-0.6%2C1.5%2C0%2C2.1l2.6%2C2.6c0.3%2C0.3%2C0.7%2C0.4%2C1%2C0.4%20s0.8-0.1%2C1-0.4C30.7%2C10%2C30.7%2C9%2C30.1%2C8.4z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.is-bg-yellow .menu__item--section > a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2076%2076%22%20style%3D%22enable-background%3Anew%200%200%2076%2076%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%230066FF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M68.4%2C39.9c0.7-1%2C1.1-2.2%2C1.1-3.5v-1.2c0-3.4-2.8-6.2-6.2-6.2c-1.7%2C0-3.3%2C0.7-4.4%2C1.8%20c-2.9-8.7-11.2-15-20.8-15s-17.9%2C6.3-20.8%2C15c-1.1-1.1-2.7-1.8-4.4-1.8c-3.4%2C0-6.2%2C2.8-6.2%2C6.2v1.2c0%2C1.3%2C0.4%2C2.5%2C1.1%2C3.5%20C3.3%2C40.8%2C0%2C44.6%2C0%2C49.2v3c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5h7.7c0.8%2C0%2C1.5-0.7%2C1.5-1.5s-0.7-1.5-1.5-1.5H3v-1.5c0-3.6%2C3-6.6%2C6.6-6.6h7%20c0.6%2C2.5%2C1.6%2C4.9%2C2.9%2C7L2.6%2C66.5c-2.2%2C2.2-2.2%2C5.7%2C0%2C7.9C3.6%2C75.5%2C5.1%2C76%2C6.5%2C76s2.8-0.5%2C3.9-1.6l9.3-9.3c0.6-0.6%2C0.6-1.5%2C0-2.1%20c-0.6-0.6-1.5-0.6-2.1%2C0l-9.3%2C9.3c-1%2C1-2.7%2C1-3.7%2C0c-1-1-1-2.7%2C0-3.7L21.3%2C52c4%2C4.7%2C10%2C7.7%2C16.7%2C7.7c10.4%2C0%2C19.2-7.3%2C21.4-17.1h7%20c3.6%2C0%2C6.6%2C3%2C6.6%2C6.6v1.5h-14c-0.8%2C0-1.5%2C0.7-1.5%2C1.5c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5h15.4c0.8%2C0%2C1.5-0.7%2C1.5-1.5v-3%20C76%2C44.6%2C72.7%2C40.8%2C68.4%2C39.9z%20M16%2C36.4c0%2C1.8-1.5%2C3.3-3.3%2C3.3s-3.3-1.5-3.3-3.3v-1.2c0-1.8%2C1.5-3.3%2C3.3-3.3s3.3%2C1.5%2C3.3%2C3.3V36.4%20z%20M38%2C56.7c-10.5%2C0-19-8.5-19-19s8.5-19%2C19-19s19%2C8.5%2C19%2C19S48.5%2C56.7%2C38%2C56.7z%20M66.5%2C36.4c0%2C1.8-1.5%2C3.3-3.3%2C3.3%20c-1.8%2C0-3.3-1.5-3.3-3.3v-1.2c0-1.8%2C1.5-3.3%2C3.3-3.3c1.8%2C0%2C3.3%2C1.5%2C3.3%2C3.3V36.4z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M38%2C21.7c-8.8%2C0-16%2C7.2-16%2C16c0%2C4.6%2C1.9%2C8.7%2C5%2C11.7c0.1%2C0.1%2C0.1%2C0.1%2C0.2%2C0.2c2.9%2C2.6%2C6.7%2C4.2%2C10.8%2C4.2%20s8-1.6%2C10.8-4.2c0.1%2C0%2C0.1-0.1%2C0.2-0.2c3.1-2.9%2C5-7.1%2C5-11.7C54%2C28.9%2C46.8%2C21.7%2C38%2C21.7z%20M38%2C50.8c-3.1%2C0-5.9-1.1-8.1-2.8%20c1.6-3%2C4.7-4.9%2C8.1-4.9s6.5%2C1.9%2C8.1%2C4.9C43.9%2C49.8%2C41.1%2C50.8%2C38%2C50.8z%20M34.9%2C37v-1.2c0-1.7%2C1.4-3.1%2C3.1-3.1s3.1%2C1.4%2C3.1%2C3.1V37%20c0%2C1.7-1.4%2C3.1-3.1%2C3.1S34.9%2C38.8%2C34.9%2C37z%20M48.3%2C45.8c-1.4-2.2-3.4-3.8-5.7-4.8c0.9-1.1%2C1.5-2.5%2C1.5-4v-1.2%20c0-3.4-2.7-6.1-6.1-6.1s-6.1%2C2.7-6.1%2C6.1V37c0%2C1.5%2C0.6%2C2.9%2C1.5%2C4c-2.3%2C0.9-4.3%2C2.6-5.7%2C4.8c-1.8-2.2-2.8-5-2.8-8.1%20c0-7.2%2C5.9-13.1%2C13.1-13.1s13.1%2C5.9%2C13.1%2C13.1C51.1%2C40.8%2C50%2C43.6%2C48.3%2C45.8z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M23.7%2C59c-0.3-0.3-0.7-0.4-1-0.4c-0.4%2C0-0.8%2C0.2-1%2C0.4c-0.3%2C0.3-0.4%2C0.7-0.4%2C1c0%2C0.4%2C0.2%2C0.8%2C0.4%2C1%20c0.3%2C0.3%2C0.7%2C0.4%2C1%2C0.4c0.4%2C0%2C0.8-0.2%2C1-0.4c0.3-0.3%2C0.4-0.7%2C0.4-1C24.2%2C59.6%2C24%2C59.2%2C23.7%2C59z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M38%2C0c-0.8%2C0-1.5%2C0.7-1.5%2C1.5v5.1C36.5%2C7.4%2C37.2%2C8%2C38%2C8s1.5-0.7%2C1.5-1.5V1.5C39.5%2C0.7%2C38.8%2C0%2C38%2C0z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M39.1%2C10.4c-0.3-0.3-0.7-0.4-1-0.4c-0.4%2C0-0.8%2C0.2-1%2C0.4c-0.3%2C0.3-0.4%2C0.7-0.4%2C1c0%2C0.4%2C0.2%2C0.8%2C0.4%2C1%20c0.3%2C0.3%2C0.7%2C0.4%2C1%2C0.4c0.4%2C0%2C0.8-0.2%2C1-0.4c0.3-0.3%2C0.4-0.7%2C0.4-1C39.5%2C11%2C39.4%2C10.7%2C39.1%2C10.4z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M50.6%2C5.8c-0.6-0.6-1.5-0.6-2.1%2C0l-2.6%2C2.6c-0.6%2C0.6-0.6%2C1.5%2C0%2C2.1c0.3%2C0.3%2C0.7%2C0.4%2C1%2C0.4%20c0.4%2C0%2C0.8-0.1%2C1-0.4l2.6-2.6C51.2%2C7.3%2C51.2%2C6.4%2C50.6%2C5.8z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M30.1%2C8.4l-2.6-2.6c-0.6-0.6-1.5-0.6-2.1%2C0c-0.6%2C0.6-0.6%2C1.5%2C0%2C2.1l2.6%2C2.6c0.3%2C0.3%2C0.7%2C0.4%2C1%2C0.4%20s0.8-0.1%2C1-0.4C30.7%2C10%2C30.7%2C9%2C30.1%2C8.4z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.menu__item--access > a::before {
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2076%2034.8%22%20style%3D%22enable-background%3Anew%200%200%2076%2034.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M59.5%2C22.1c-3.5%2C0-6.3%2C2.8-6.3%2C6.3c0%2C3.5%2C2.8%2C6.3%2C6.3%2C6.3c3.5%2C0%2C6.3-2.8%2C6.3-6.3C65.9%2C25%2C63%2C22.1%2C59.5%2C22.1z%20M59.5%2C32.3c-2.1%2C0-3.8-1.7-3.8-3.8s1.7-3.8%2C3.8-3.8c2.1%2C0%2C3.8%2C1.7%2C3.8%2C3.8S61.6%2C32.3%2C59.5%2C32.3z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M16.5%2C22.1c-3.5%2C0-6.3%2C2.8-6.3%2C6.3c0%2C3.5%2C2.8%2C6.3%2C6.3%2C6.3c3.5%2C0%2C6.3-2.8%2C6.3-6.3C22.8%2C25%2C20%2C22.1%2C16.5%2C22.1z%20M16.5%2C32.3c-2.1%2C0-3.8-1.7-3.8-3.8s1.7-3.8%2C3.8-3.8s3.8%2C1.7%2C3.8%2C3.8S18.6%2C32.3%2C16.5%2C32.3z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M74.7%2C22.1v-7.6c0-0.5-0.3-1-0.9-1.2l-7.1-2.4C64%2C6.4%2C60.3%2C2%2C52.2%2C0.6c0%2C0%2C0%2C0%2C0%2C0C37-1.5%2C25.7%2C1.9%2C18.4%2C10.7%20C10%2C10.8%2C1.3%2C13.5%2C1.3%2C18.3v3.8c-0.7%2C0-1.3%2C0.6-1.3%2C1.3v5.1c0%2C0.7%2C0.6%2C1.3%2C1.3%2C1.3h5.1c0.7%2C0%2C1.3-0.6%2C1.3-1.3c0-4.9%2C4-8.9%2C8.9-8.9%20s8.9%2C4%2C8.9%2C8.9c0%2C0.7%2C0.6%2C1.3%2C1.3%2C1.3h22.8c0.7%2C0%2C1.3-0.6%2C1.3-1.3c0-4.9%2C4-8.9%2C8.9-8.9c4.9%2C0%2C8.9%2C4%2C8.9%2C8.9c0%2C0.7%2C0.6%2C1.3%2C1.3%2C1.3%20h5.1c0.7%2C0%2C1.3-0.6%2C1.3-1.3v-5.1C76%2C22.7%2C75.4%2C22.1%2C74.7%2C22.1z%20M58.3%2C5.5c2.2%2C1.3%2C3.8%2C3.1%2C5.3%2C5.2h-5.3L58.3%2C5.5z%20M43.1%2C2.5%20c2.7%2C0%2C5.6%2C0.1%2C8.7%2C0.6c1.5%2C0.3%2C2.9%2C0.6%2C4.1%2C1.1l-0.1%2C6.5H43.1V2.5z%20M40.5%2C2.6v8.1H21.8C26.5%2C5.9%2C32.7%2C3.2%2C40.5%2C2.6z%20M73.5%2C27.2%20h-2.6c-0.6-5.7-5.5-10.1-11.3-10.1s-10.7%2C4.4-11.3%2C10.1H27.8c-0.6-5.7-5.5-10.1-11.3-10.1S5.8%2C21.5%2C5.1%2C27.2H2.5v-2.5%20c0.7%2C0%2C1.3-0.6%2C1.3-1.3v-3.8h1.3c0.7%2C0%2C1.3-0.6%2C1.3-1.3c0-0.7-0.6-1.3-1.3-1.3H4.4c1.7-1.9%2C7-3.8%2C14.6-3.8h46.7l6.5%2C2.2v1.6h-1.3%20c-0.7%2C0-1.3%2C0.6-1.3%2C1.3c0%2C0.7%2C0.6%2C1.3%2C1.3%2C1.3h1.3v3.8c0%2C0.7%2C0.6%2C1.3%2C1.3%2C1.3V27.2z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.is-bg-yellow .menu__item--access > a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2076%2034.8%22%20style%3D%22enable-background%3Anew%200%200%2076%2034.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%230066FF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M59.5%2C22.1c-3.5%2C0-6.3%2C2.8-6.3%2C6.3c0%2C3.5%2C2.8%2C6.3%2C6.3%2C6.3c3.5%2C0%2C6.3-2.8%2C6.3-6.3C65.9%2C25%2C63%2C22.1%2C59.5%2C22.1z%20M59.5%2C32.3c-2.1%2C0-3.8-1.7-3.8-3.8s1.7-3.8%2C3.8-3.8c2.1%2C0%2C3.8%2C1.7%2C3.8%2C3.8S61.6%2C32.3%2C59.5%2C32.3z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M16.5%2C22.1c-3.5%2C0-6.3%2C2.8-6.3%2C6.3c0%2C3.5%2C2.8%2C6.3%2C6.3%2C6.3c3.5%2C0%2C6.3-2.8%2C6.3-6.3C22.8%2C25%2C20%2C22.1%2C16.5%2C22.1z%20M16.5%2C32.3c-2.1%2C0-3.8-1.7-3.8-3.8s1.7-3.8%2C3.8-3.8s3.8%2C1.7%2C3.8%2C3.8S18.6%2C32.3%2C16.5%2C32.3z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M74.7%2C22.1v-7.6c0-0.5-0.3-1-0.9-1.2l-7.1-2.4C64%2C6.4%2C60.3%2C2%2C52.2%2C0.6c0%2C0%2C0%2C0%2C0%2C0C37-1.5%2C25.7%2C1.9%2C18.4%2C10.7%20C10%2C10.8%2C1.3%2C13.5%2C1.3%2C18.3v3.8c-0.7%2C0-1.3%2C0.6-1.3%2C1.3v5.1c0%2C0.7%2C0.6%2C1.3%2C1.3%2C1.3h5.1c0.7%2C0%2C1.3-0.6%2C1.3-1.3c0-4.9%2C4-8.9%2C8.9-8.9%20s8.9%2C4%2C8.9%2C8.9c0%2C0.7%2C0.6%2C1.3%2C1.3%2C1.3h22.8c0.7%2C0%2C1.3-0.6%2C1.3-1.3c0-4.9%2C4-8.9%2C8.9-8.9c4.9%2C0%2C8.9%2C4%2C8.9%2C8.9c0%2C0.7%2C0.6%2C1.3%2C1.3%2C1.3%20h5.1c0.7%2C0%2C1.3-0.6%2C1.3-1.3v-5.1C76%2C22.7%2C75.4%2C22.1%2C74.7%2C22.1z%20M58.3%2C5.5c2.2%2C1.3%2C3.8%2C3.1%2C5.3%2C5.2h-5.3L58.3%2C5.5z%20M43.1%2C2.5%20c2.7%2C0%2C5.6%2C0.1%2C8.7%2C0.6c1.5%2C0.3%2C2.9%2C0.6%2C4.1%2C1.1l-0.1%2C6.5H43.1V2.5z%20M40.5%2C2.6v8.1H21.8C26.5%2C5.9%2C32.7%2C3.2%2C40.5%2C2.6z%20M73.5%2C27.2%20h-2.6c-0.6-5.7-5.5-10.1-11.3-10.1s-10.7%2C4.4-11.3%2C10.1H27.8c-0.6-5.7-5.5-10.1-11.3-10.1S5.8%2C21.5%2C5.1%2C27.2H2.5v-2.5%20c0.7%2C0%2C1.3-0.6%2C1.3-1.3v-3.8h1.3c0.7%2C0%2C1.3-0.6%2C1.3-1.3c0-0.7-0.6-1.3-1.3-1.3H4.4c1.7-1.9%2C7-3.8%2C14.6-3.8h46.7l6.5%2C2.2v1.6h-1.3%20c-0.7%2C0-1.3%2C0.6-1.3%2C1.3c0%2C0.7%2C0.6%2C1.3%2C1.3%2C1.3h1.3v3.8c0%2C0.7%2C0.6%2C1.3%2C1.3%2C1.3V27.2z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.in-menu {
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(30, 30, 30, 0.9);
  z-index: 100;
  padding: 0 20px;
  -webkit-transition:
    height 0.45s ease-in-out,
    padding 0.45s ease-in-out;
  transition:
    height 0.45s ease-in-out,
    padding 0.45s ease-in-out;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.is-bg-black .in-menu {
  background: #333;
}

.is-bg-blue .in-menu {
  background: #00a;
}

.is-bg-yellow .in-menu {
  background: #fc0;
}

.in-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 640px;
  height: 10rem;
  margin: auto;
}

.in-menu ul::after {
  content: "";
  display: block;
  height: 33.3%;
}

.in-menu__item {
  height: 25%;
  font-weight: 700;
}

.in-menu a {
  position: relative;
  color: #fff;
  text-decoration: underline;
  text-underline-position: under;
  padding-left: 1em;
}

.in-menu a:hover {
  opacity: 0.8;
}

.is-bg-yellow .in-menu a {
  color: #06f;
}

.in-menu a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 1px;
  background: #fff;
}

.is-menu-active .in-menu {
  height: 18rem;
  padding: 4rem 20px;
}

.sp-menu {
  display: none;
}

.sp-menu__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.sp-menu__inner--head {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

.sp-menu__item {
  width: 20%;
  line-height: 1.2;
  font-size: 12px;
  font-size: 3.2vw;
  text-align: center;
}

.sp-menu__item > a,
.sp-menu__item > p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 25.933vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0;
  color: #df0128;
  background: #f0f0f0;
  margin-bottom: 0;
  z-index: 100;
}

.sp-menu__item > a::before,
.sp-menu__item > p::before {
  content: "";
  display: block;
  width: 10.667vw;
  height: 10.667vw;
  margin-bottom: 6px;
}

.sp-menu__item > a:hover,
.sp-menu__item > p:hover {
  text-decoration: none;
}

.sp-menu__item:nth-child(1) > p::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2074%2074%22%20style%3D%22enable-background%3Anew%200%200%2074%2074%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23df0128%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M65.3%2C17.3c-4.8%2C0-8.7-3.9-8.7-8.7S60.5%2C0%2C65.3%2C0S74%2C3.9%2C74%2C8.7S70.1%2C17.3%2C65.3%2C17.3z%20M65.3%2C2.9%20c-3.2%2C0-5.8%2C2.6-5.8%2C5.8s2.6%2C5.8%2C5.8%2C5.8s5.8-2.6%2C5.8-5.8S68.5%2C2.9%2C65.3%2C2.9z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M38.7%2C16H1.4C0.6%2C16%2C0%2C15.3%2C0%2C14.5c0-5%2C4.1-9.1%2C9.2-8.9C11.3%2C2.1%2C15%2C0%2C19.2%2C0c3.4%2C0%2C6.6%2C1.5%2C8.8%2C4%20c0.8-0.2%2C1.6-0.3%2C2.4-0.3c5.4%2C0%2C9.8%2C4.4%2C9.8%2C9.8c0%2C0.4%2C0%2C0.7-0.1%2C1.1C40.1%2C15.4%2C39.4%2C16%2C38.7%2C16z%20M3.1%2C13.1h34.2%20C37%2C9.5%2C34%2C6.6%2C30.4%2C6.6c-0.8%2C0-1.6%2C0.1-2.4%2C0.4c-0.6%2C0.2-1.3%2C0-1.7-0.5c-1.7-2.3-4.3-3.6-7.1-3.6c-3.4%2C0-6.4%2C1.9-7.9%2C4.9%20C11%2C8.3%2C10.4%2C8.7%2C9.8%2C8.6c-0.3%2C0-0.6-0.1-0.9-0.1C6.1%2C8.5%2C3.7%2C10.4%2C3.1%2C13.1z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M64.7%2C67.7c-0.1%2C0-0.2%2C0-0.3%2C0c-0.1%2C0-0.2%2C0-0.3-0.1c-0.1%2C0-0.2-0.1-0.2-0.1c-0.1-0.1-0.2-0.1-0.2-0.2%20c-0.1-0.1-0.1-0.1-0.2-0.2c-0.1-0.1-0.1-0.2-0.1-0.2c0-0.1-0.1-0.2-0.1-0.3c0-0.1%2C0-0.2%2C0-0.3c0-0.1%2C0-0.2%2C0-0.3%20c0-0.1%2C0-0.2%2C0.1-0.3c0-0.1%2C0.1-0.2%2C0.1-0.3c0.1-0.1%2C0.1-0.2%2C0.2-0.2c0.1-0.1%2C0.1-0.1%2C0.2-0.2C64%2C65%2C64%2C65%2C64.1%2C64.9%20c0.1%2C0%2C0.2-0.1%2C0.3-0.1c0.2%2C0%2C0.4%2C0%2C0.6%2C0c0.1%2C0%2C0.2%2C0%2C0.3%2C0.1s0.2%2C0.1%2C0.3%2C0.1c0.1%2C0.1%2C0.2%2C0.1%2C0.2%2C0.2s0.1%2C0.1%2C0.2%2C0.2%20c0.1%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3c0%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0%2C0.1%2C0%2C0.2-0.1%2C0.3c0%2C0.1-0.1%2C0.2-0.1%2C0.2%20c-0.1%2C0.1-0.1%2C0.2-0.2%2C0.2c-0.1%2C0.1-0.1%2C0.1-0.2%2C0.2c-0.1%2C0.1-0.2%2C0.1-0.3%2C0.1s-0.2%2C0.1-0.3%2C0.1C64.9%2C67.7%2C64.8%2C67.7%2C64.7%2C67.7z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M72.6%2C58.6h-2.7V42.5l0.4%2C0.3c0.3%2C0.2%2C0.6%2C0.3%2C0.9%2C0.3c0.2%2C0%2C0.4-0.1%2C0.7-0.2c0.5-0.2%2C0.8-0.7%2C0.8-1.3v-7.9%20c0-0.5-0.2-0.9-0.6-1.2L52.3%2C18c-0.5-0.4-1.2-0.4-1.7%2C0l-8.7%2C6.4l-4-2.9c-0.5-0.4-1.2-0.4-1.7%2C0l-4%2C2.9L23.5%2C18%20c-0.5-0.4-1.2-0.4-1.7%2C0L2%2C32.5c-0.4%2C0.3-0.6%2C0.7-0.6%2C1.2v7.9c0%2C0.5%2C0.3%2C1%2C0.8%2C1.3c0.2%2C0.1%2C0.4%2C0.2%2C0.7%2C0.2c0.3%2C0%2C0.6-0.1%2C0.9-0.3%20l0.4-0.3v16.1H1.4C0.6%2C58.6%2C0%2C59.2%2C0%2C60v12.5C0%2C73.4%2C0.6%2C74%2C1.4%2C74h71.1c0.8%2C0%2C1.4-0.6%2C1.4-1.4V60C74%2C59.2%2C73.4%2C58.6%2C72.6%2C58.6z%20M67%2C40.3l0%2C18.2H55.5l0-12.7l0.4%2C0.3c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0%20c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0%20c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0.3%2C0.1%2C0.7%2C0.2%2C1.1%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0.1%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0%20c0%2C0%2C0%2C0%2C0%2C0s0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0.5-0.2%2C0.8-0.7%2C0.8-1.3v-7.9c0-0.5-0.2-0.9-0.6-1.2%20l-7.9-5.8l1.7-1.3L67%2C40.3z%20M40.3%2C64.8h-6.6v-8.6h6.6V64.8z%20M41.7%2C53.3h-9.4c-0.8%2C0-1.4%2C0.6-1.4%2C1.4v10.1h-9.4V43.8L37%2C32.3%20l15.6%2C11.4l0%2C21.1h-9.4V54.8C43.2%2C54%2C42.5%2C53.3%2C41.7%2C53.3z%20M51.4%2C21l18.3%2C13.5v4.3L52.3%2C25.9c-0.5-0.3-1.1-0.4-1.6-0.1%20c0%2C0-0.1%2C0.1-0.1%2C0.1l-3.3%2C2.4l-2.9-2.2L51.4%2C21z%20M37%2C24.4l18.3%2C13.5v4.3l-0.4-0.3l-17-12.5c0%2C0-0.1-0.1-0.1-0.1%20c-0.5-0.3-1-0.3-1.5%2C0c0%2C0-0.1%2C0.1-0.1%2C0.1l-17%2C12.5l-0.4%2C0.3v-4.3L37%2C24.4z%20M4.3%2C34.4L22.6%2C21l7.1%2C5.2l-2.9%2C2.2l-3.3-2.4%20c-0.5-0.4-1.2-0.4-1.7%2C0L4.3%2C38.8V34.4z%20M7%2C40.3l15.6-11.5l1.7%2C1.3L16.4%2C36c0%2C0%2C0%2C0%2C0%2C0c-0.3%2C0.2-0.5%2C0.6-0.6%2C0.9c0%2C0%2C0%2C0%2C0%2C0%20s0%2C0%2C0%2C0c0%2C0%2C0%2C0.1%2C0%2C0.1v7.9c0%2C0.5%2C0.3%2C1%2C0.8%2C1.3c0%2C0%2C0%2C0%2C0%2C0c0.2%2C0.1%2C0.3%2C0.1%2C0.5%2C0.1c0.3%2C0%2C0.7-0.1%2C1-0.3l0.4-0.3v12.7H7L7%2C40.3z%20M18.5%2C61.5v3.4H2.9v-3.4H18.5z%20M71.1%2C71.1H2.9v-3.4h55.9c0.8%2C0%2C1.4-0.6%2C1.4-1.4c0-0.8-0.6-1.4-1.4-1.4h-3.3v-3.4h15.6V71.1z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M37%2C50.3c-3.4%2C0-6.3-2.8-6.3-6.3c0-3.4%2C2.8-6.3%2C6.3-6.3s6.3%2C2.8%2C6.3%2C6.3C43.3%2C47.5%2C40.4%2C50.3%2C37%2C50.3z%20M37%2C40.7%20c-1.9%2C0-3.4%2C1.5-3.4%2C3.4s1.5%2C3.4%2C3.4%2C3.4s3.4-1.5%2C3.4-3.4S38.9%2C40.7%2C37%2C40.7z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.sp-menu__item:nth-child(2) > a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2059%2059%22%20style%3D%22enable-background%3Anew%200%200%2059%2059%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23df0128%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M59%2C44.1c-0.1-0.4-0.4-0.6-0.8-0.7l-7.8-1.1l-3.5-6.8c-0.3-0.7-1.4-0.7-1.8%2C0l-3.5%2C6.8l-7.8%2C1.1%20c-0.4%2C0.1-0.7%2C0.3-0.8%2C0.7s0%2C0.8%2C0.3%2C1l5.6%2C5.3l-1.3%2C7.4c-0.1%2C0.4%2C0.1%2C0.8%2C0.4%2C1c0.3%2C0.2%2C0.7%2C0.3%2C1%2C0.1l7-3.5l7%2C3.5%20c0.1%2C0.1%2C0.3%2C0.1%2C0.5%2C0.1c0.2%2C0%2C0.4-0.1%2C0.6-0.2c0.3-0.2%2C0.5-0.6%2C0.4-1l-1.3-7.4l5.6-5.3C59%2C44.9%2C59.1%2C44.5%2C59%2C44.1z%20M51.3%2C49.3%20c-0.2%2C0.2-0.4%2C0.6-0.3%2C0.9l1.1%2C6l-5.6-2.9c-0.1-0.1-0.3-0.1-0.5-0.1s-0.3%2C0-0.5%2C0.1l-5.6%2C2.9l1.1-6c0.1-0.3-0.1-0.7-0.3-0.9%20l-4.5-4.2l6.2-0.9c0.3%2C0%2C0.6-0.2%2C0.8-0.5l2.8-5.5l2.8%2C5.5c0.1%2C0.3%2C0.4%2C0.5%2C0.8%2C0.5l6.2%2C0.9L51.3%2C49.3z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M36%2C32h9V21h-9h-2h-7h-2h-7h-2H7v9v2v7v2v9h9h2h9v-9h9V32z%20M36%2C23h7v7h-7V23z%20M27%2C23h7v7h-7C27%2C30%2C27%2C23%2C27%2C23%20z%20M18%2C23h7v7h-7V23z%20M25%2C39h-7v-7h7V39z%20M9%2C23h7v7H9V23z%20M9%2C32h7v7H9V32z%20M16%2C48H9v-7h7V48z%20M25%2C48h-7v-7h7V48z%20M34%2C39h-7v-7h7V39z%20%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M26%2C55H2V16h48v17c0%2C0.6%2C0.4%2C1%2C1%2C1s1-0.4%2C1-1V15V5c0-0.6-0.4-1-1-1h-5V1c0-0.6-0.4-1-1-1h-7c-0.6%2C0-1%2C0.4-1%2C1%20v3H15V1c0-0.6-0.4-1-1-1H7C6.5%2C0%2C6%2C0.4%2C6%2C1v3H1C0.5%2C4%2C0%2C4.4%2C0%2C5v10v41c0%2C0.6%2C0.4%2C1%2C1%2C1h25c0.6%2C0%2C1-0.4%2C1-1S26.6%2C55%2C26%2C55z%20M39%2C2h5%20v3v3h-5V5V2z%20M8%2C2h5v3v3H8V5V2z%20M2%2C6h4v3c0%2C0.6%2C0.4%2C1%2C1%2C1h7c0.6%2C0%2C1-0.4%2C1-1V6h22v3c0%2C0.6%2C0.4%2C1%2C1%2C1h7c0.6%2C0%2C1-0.4%2C1-1V6h4v8H2%20C2%2C14%2C2%2C6%2C2%2C6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.sp-menu__item:nth-child(3) > a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2070.8%2070.8%22%20style%3D%22enable-background%3Anew%200%200%2070.8%2070.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23df0128%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M35.4%2C0C34.6%2C0%2C34%2C0.6%2C34%2C1.4v26c0%2C0.8%2C0.6%2C1.4%2C1.4%2C1.4c0.8%2C0%2C1.4-0.6%2C1.4-1.4v-26C36.8%2C0.6%2C36.2%2C0%2C35.4%2C0z%22%20%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M30.7%2C28.8L12.3%2C10.4c-0.5-0.5-1.4-0.5-2%2C0c-0.5%2C0.5-0.5%2C1.4%2C0%2C2l18.4%2C18.4c0.3%2C0.3%2C0.6%2C0.4%2C1%2C0.4%20c0.4%2C0%2C0.7-0.1%2C1-0.4C31.3%2C30.2%2C31.3%2C29.3%2C30.7%2C28.8z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M23.2%2C34H1.4C0.6%2C34%2C0%2C34.6%2C0%2C35.4s0.6%2C1.4%2C1.4%2C1.4h21.8c0.8%2C0%2C1.4-0.6%2C1.4-1.4S24%2C34%2C23.2%2C34z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M30.7%2C40c-0.5-0.5-1.4-0.5-2%2C0L10.4%2C58.4c-0.5%2C0.5-0.5%2C1.4%2C0%2C2c0.3%2C0.3%2C0.6%2C0.4%2C1%2C0.4c0.4%2C0%2C0.7-0.1%2C1-0.4%20L30.7%2C42C31.3%2C41.5%2C31.3%2C40.6%2C30.7%2C40z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M35.4%2C41.9c-0.8%2C0-1.4%2C0.6-1.4%2C1.4v26c0%2C0.8%2C0.6%2C1.4%2C1.4%2C1.4s1.4-0.6%2C1.4-1.4v-26%20C36.8%2C42.6%2C36.2%2C41.9%2C35.4%2C41.9z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M60.4%2C58.4L42%2C40c-0.5-0.5-1.4-0.5-2%2C0c-0.5%2C0.5-0.5%2C1.4%2C0%2C2l18.4%2C18.4c0.3%2C0.3%2C0.6%2C0.4%2C1%2C0.4%20c0.4%2C0%2C0.7-0.1%2C1-0.4C60.9%2C59.9%2C60.9%2C59%2C60.4%2C58.4z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M69.4%2C34H47.5c-0.8%2C0-1.4%2C0.6-1.4%2C1.4c0%2C0.8%2C0.6%2C1.4%2C1.4%2C1.4h21.8c0.8%2C0%2C1.4-0.6%2C1.4-1.4%20C70.8%2C34.6%2C70.1%2C34%2C69.4%2C34z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M60.4%2C10.4c-0.5-0.5-1.4-0.5-2%2C0L40%2C28.8c-0.5%2C0.5-0.5%2C1.4%2C0%2C2c0.3%2C0.3%2C0.6%2C0.4%2C1%2C0.4s0.7-0.1%2C1-0.4%20l18.4-18.4C60.9%2C11.8%2C60.9%2C10.9%2C60.4%2C10.4z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M29.3%2C50.6c-0.7-0.3-1.5%2C0.1-1.8%2C0.8l-3%2C7.5c-0.3%2C0.7%2C0.1%2C1.5%2C0.8%2C1.8c0.2%2C0.1%2C0.3%2C0.1%2C0.5%2C0.1%20c0.6%2C0%2C1.1-0.3%2C1.3-0.9l3-7.5C30.4%2C51.7%2C30%2C50.9%2C29.3%2C50.6z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M46.9%2C58.6l-3.2-7.4c-0.3-0.7-1.1-1-1.8-0.7c-0.7%2C0.3-1%2C1.1-0.7%2C1.8l3.2%2C7.4c0.2%2C0.5%2C0.7%2C0.8%2C1.3%2C0.8%20c0.2%2C0%2C0.4%2C0%2C0.6-0.1C46.9%2C60.1%2C47.2%2C59.3%2C46.9%2C58.6z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M67.5%2C46.7l-15-6c-0.7-0.3-1.5%2C0.1-1.8%2C0.8c-0.3%2C0.7%2C0.1%2C1.5%2C0.8%2C1.8l15%2C6c0.2%2C0.1%2C0.3%2C0.1%2C0.5%2C0.1%20c0.6%2C0%2C1.1-0.3%2C1.3-0.9C68.5%2C47.8%2C68.2%2C46.9%2C67.5%2C46.7z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M67.9%2C21.4c-0.3-0.7-1.1-1-1.8-0.7l-14.9%2C6.4c-0.7%2C0.3-1%2C1.1-0.7%2C1.8c0.2%2C0.5%2C0.7%2C0.8%2C1.3%2C0.8%20c0.2%2C0%2C0.4%2C0%2C0.6-0.1l14.9-6.4C67.9%2C22.9%2C68.2%2C22.1%2C67.9%2C21.4z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M45.4%2C10.3c-0.7-0.3-1.5%2C0.1-1.8%2C0.8l-2.9%2C7.2c-0.3%2C0.7%2C0.1%2C1.5%2C0.8%2C1.8c0.2%2C0.1%2C0.3%2C0.1%2C0.5%2C0.1%20c0.6%2C0%2C1.1-0.3%2C1.3-0.9l2.9-7.2C46.4%2C11.4%2C46.1%2C10.6%2C45.4%2C10.3z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M29.6%2C18.5l-3.2-7.2c-0.3-0.7-1.1-1-1.8-0.7c-0.7%2C0.3-1%2C1.1-0.7%2C1.8l3.2%2C7.2c0.2%2C0.5%2C0.7%2C0.8%2C1.3%2C0.8%20c0.2%2C0%2C0.4%2C0%2C0.6-0.1C29.6%2C20%2C29.9%2C19.2%2C29.6%2C18.5z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M19.4%2C27.5l-15-6c-0.7-0.3-1.5%2C0.1-1.8%2C0.8c-0.3%2C0.7%2C0.1%2C1.5%2C0.8%2C1.8l15%2C6c0.2%2C0.1%2C0.3%2C0.1%2C0.5%2C0.1%20c0.6%2C0%2C1.1-0.3%2C1.3-0.9C20.4%2C28.6%2C20.1%2C27.8%2C19.4%2C27.5z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M20.3%2C41.9c-0.3-0.7-1.1-1-1.8-0.7L3.6%2C47.5c-0.7%2C0.3-1%2C1.1-0.7%2C1.8c0.2%2C0.5%2C0.7%2C0.8%2C1.3%2C0.8%20c0.2%2C0%2C0.4%2C0%2C0.6-0.1l14.9-6.4C20.3%2C43.4%2C20.6%2C42.6%2C20.3%2C41.9z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M38.9%2C34c-0.8%2C0-1.4%2C0.6-1.4%2C1.4c0%2C1.2-0.9%2C2.1-2.1%2C2.1s-2.1-0.9-2.1-2.1s0.9-2.1%2C2.1-2.1%20c0.8%2C0%2C1.4-0.6%2C1.4-1.4c0-0.8-0.6-1.4-1.4-1.4c-2.7%2C0-4.9%2C2.2-4.9%2C4.9c0%2C2.7%2C2.2%2C4.9%2C4.9%2C4.9s4.9-2.2%2C4.9-4.9%20C40.3%2C34.6%2C39.6%2C34%2C38.9%2C34z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M30.2%2C46.6c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C32%2C49.4%2C32%2C46.6%2C30.2%2C46.6z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M61.1%2C50.9c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C62.9%2C53.7%2C62.9%2C50.9%2C61.1%2C50.9z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M68.1%2C26.9c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C69.9%2C29.7%2C69.9%2C26.9%2C68.1%2C26.9z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M51.7%2C61.4c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C53.5%2C64.2%2C53.5%2C61.4%2C51.7%2C61.4z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M59.8%2C17.4c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C61.6%2C20.2%2C61.6%2C17.4%2C59.8%2C17.4z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M40.3%2C5.9c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C42.1%2C8.7%2C42.1%2C5.9%2C40.3%2C5.9z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M24.6%2C5.3c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C26.4%2C8.1%2C26.4%2C5.3%2C24.6%2C5.3z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M50.9%2C5.9c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C52.7%2C8.7%2C52.7%2C5.9%2C50.9%2C5.9z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M11.1%2C18.2c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C12.9%2C21%2C12.9%2C18.2%2C11.1%2C18.2z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M4.5%2C28.5c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C6.3%2C31.3%2C6.3%2C28.5%2C4.5%2C28.5z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M15.8%2C62.8c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C17.6%2C65.6%2C17.6%2C62.8%2C15.8%2C62.8z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M28.1%2C65.9c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C29.9%2C68.7%2C29.9%2C65.9%2C28.1%2C65.9z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M12.2%2C50.5c-1.8%2C0-1.8%2C2.8%2C0%2C2.8C14%2C53.3%2C14%2C50.5%2C12.2%2C50.5z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.sp-menu__item:nth-child(4) > p::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2087.5%2078%22%20style%3D%22enable-background%3Anew%200%200%2087.5%2078%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23df0128%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M86.6%2C30.8L45.1%2C0.4c-0.8-0.6-1.9-0.6-2.7%2C0L0.9%2C30.8c-1%2C0.7-1.2%2C2.2-0.5%2C3.2s2.2%2C1.2%2C3.2%2C0.5L43.8%2C5.1%20l40.1%2C29.4c0.4%2C0.3%2C0.9%2C0.4%2C1.3%2C0.4c0.7%2C0%2C1.4-0.3%2C1.8-0.9C87.8%2C33%2C87.6%2C31.5%2C86.6%2C30.8z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M75.6%2C35c-1.3%2C0-2.3%2C1-2.3%2C2.3v36.2H55.1V53.7c0-6.3-5.1-11.4-11.4-11.4s-11.4%2C5.1-11.4%2C11.4v19.8H14.2V37.3%20c0-1.3-1-2.3-2.3-2.3s-2.3%2C1-2.3%2C2.3v38.5c0%2C1.3%2C1%2C2.3%2C2.3%2C2.3h22.7c1.2%2C0%2C2.2-0.9%2C2.3-2.1c0-0.1%2C0-0.1%2C0-0.2v-22%20c0-3.8%2C3.1-6.8%2C6.8-6.8c3.8%2C0%2C6.8%2C3.1%2C6.8%2C6.8v22c0%2C0.1%2C0%2C0.1%2C0%2C0.2c0.1%2C1.2%2C1.1%2C2.1%2C2.3%2C2.1h22.7c1.3%2C0%2C2.3-1%2C2.3-2.3V37.3%20C77.9%2C36%2C76.8%2C35%2C75.6%2C35z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.sp-menu__item:nth-child(5) > a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20494.5%20512%22%20style%3D%22enable-background%3Anew%200%200%20494.5%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23df0128%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M247.3%2C0l-9%2C5L0%2C138.3V512h206.7h14.8h51.7h14.8h206.7V138.3L247.3%2C0z%20M457.6%2C475.1H310V340.8H184.5v134.3%20H36.9V159.9L247.3%2C42.3l210.4%2C117.6V475.1z%22%2F%3E%20%3Crect%20x%3D%2295.4%22%20y%3D%22359.2%22%20class%3D%22st0%22%20width%3D%2237%22%20height%3D%2244.1%22%2F%3E%20%3Crect%20x%3D%2295.4%22%20y%3D%22261.4%22%20class%3D%22st0%22%20width%3D%2237%22%20height%3D%2244.1%22%2F%3E%20%3Crect%20x%3D%22228.8%22%20y%3D%22261.4%22%20class%3D%22st0%22%20width%3D%2237%22%20height%3D%2244.1%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%22226.6%2C104%20226.6%2C141.1%20189.5%2C141.1%20189.5%2C182.4%20226.6%2C182.4%20226.6%2C219.6%20267.9%2C219.6%20267.9%2C182.4%20305.1%2C182.4%20305.1%2C141.1%20267.9%2C141.1%20267.9%2C104%20%22%2F%3E%20%3Crect%20x%3D%22362.1%22%20y%3D%22261.4%22%20class%3D%22st0%22%20width%3D%2234.7%22%20height%3D%2244.1%22%2F%3E%20%3Crect%20x%3D%22362.2%22%20y%3D%22359.2%22%20class%3D%22st0%22%20width%3D%2237%22%20height%3D%2244.1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.sp-menu__item--section {
  width: 50%;
}

.sp-menu__item--section > a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  height: 60px;
  color: #fff;
  background: #1e1e1e;
}

.sp-menu__item--section > a::before {
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2076%2076%22%20style%3D%22enable-background%3Anew%200%200%2076%2076%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M68.4%2C39.9c0.7-1%2C1.1-2.2%2C1.1-3.5v-1.2c0-3.4-2.8-6.2-6.2-6.2c-1.7%2C0-3.3%2C0.7-4.4%2C1.8%20c-2.9-8.7-11.2-15-20.8-15s-17.9%2C6.3-20.8%2C15c-1.1-1.1-2.7-1.8-4.4-1.8c-3.4%2C0-6.2%2C2.8-6.2%2C6.2v1.2c0%2C1.3%2C0.4%2C2.5%2C1.1%2C3.5%20C3.3%2C40.8%2C0%2C44.6%2C0%2C49.2v3c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5h7.7c0.8%2C0%2C1.5-0.7%2C1.5-1.5s-0.7-1.5-1.5-1.5H3v-1.5c0-3.6%2C3-6.6%2C6.6-6.6h7%20c0.6%2C2.5%2C1.6%2C4.9%2C2.9%2C7L2.6%2C66.5c-2.2%2C2.2-2.2%2C5.7%2C0%2C7.9C3.6%2C75.5%2C5.1%2C76%2C6.5%2C76s2.8-0.5%2C3.9-1.6l9.3-9.3c0.6-0.6%2C0.6-1.5%2C0-2.1%20c-0.6-0.6-1.5-0.6-2.1%2C0l-9.3%2C9.3c-1%2C1-2.7%2C1-3.7%2C0c-1-1-1-2.7%2C0-3.7L21.3%2C52c4%2C4.7%2C10%2C7.7%2C16.7%2C7.7c10.4%2C0%2C19.2-7.3%2C21.4-17.1h7%20c3.6%2C0%2C6.6%2C3%2C6.6%2C6.6v1.5h-14c-0.8%2C0-1.5%2C0.7-1.5%2C1.5c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5h15.4c0.8%2C0%2C1.5-0.7%2C1.5-1.5v-3%20C76%2C44.6%2C72.7%2C40.8%2C68.4%2C39.9z%20M16%2C36.4c0%2C1.8-1.5%2C3.3-3.3%2C3.3s-3.3-1.5-3.3-3.3v-1.2c0-1.8%2C1.5-3.3%2C3.3-3.3s3.3%2C1.5%2C3.3%2C3.3V36.4%20z%20M38%2C56.7c-10.5%2C0-19-8.5-19-19s8.5-19%2C19-19s19%2C8.5%2C19%2C19S48.5%2C56.7%2C38%2C56.7z%20M66.5%2C36.4c0%2C1.8-1.5%2C3.3-3.3%2C3.3%20c-1.8%2C0-3.3-1.5-3.3-3.3v-1.2c0-1.8%2C1.5-3.3%2C3.3-3.3c1.8%2C0%2C3.3%2C1.5%2C3.3%2C3.3V36.4z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M38%2C21.7c-8.8%2C0-16%2C7.2-16%2C16c0%2C4.6%2C1.9%2C8.7%2C5%2C11.7c0.1%2C0.1%2C0.1%2C0.1%2C0.2%2C0.2c2.9%2C2.6%2C6.7%2C4.2%2C10.8%2C4.2%20s8-1.6%2C10.8-4.2c0.1%2C0%2C0.1-0.1%2C0.2-0.2c3.1-2.9%2C5-7.1%2C5-11.7C54%2C28.9%2C46.8%2C21.7%2C38%2C21.7z%20M38%2C50.8c-3.1%2C0-5.9-1.1-8.1-2.8%20c1.6-3%2C4.7-4.9%2C8.1-4.9s6.5%2C1.9%2C8.1%2C4.9C43.9%2C49.8%2C41.1%2C50.8%2C38%2C50.8z%20M34.9%2C37v-1.2c0-1.7%2C1.4-3.1%2C3.1-3.1s3.1%2C1.4%2C3.1%2C3.1V37%20c0%2C1.7-1.4%2C3.1-3.1%2C3.1S34.9%2C38.8%2C34.9%2C37z%20M48.3%2C45.8c-1.4-2.2-3.4-3.8-5.7-4.8c0.9-1.1%2C1.5-2.5%2C1.5-4v-1.2%20c0-3.4-2.7-6.1-6.1-6.1s-6.1%2C2.7-6.1%2C6.1V37c0%2C1.5%2C0.6%2C2.9%2C1.5%2C4c-2.3%2C0.9-4.3%2C2.6-5.7%2C4.8c-1.8-2.2-2.8-5-2.8-8.1%20c0-7.2%2C5.9-13.1%2C13.1-13.1s13.1%2C5.9%2C13.1%2C13.1C51.1%2C40.8%2C50%2C43.6%2C48.3%2C45.8z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M23.7%2C59c-0.3-0.3-0.7-0.4-1-0.4c-0.4%2C0-0.8%2C0.2-1%2C0.4c-0.3%2C0.3-0.4%2C0.7-0.4%2C1c0%2C0.4%2C0.2%2C0.8%2C0.4%2C1%20c0.3%2C0.3%2C0.7%2C0.4%2C1%2C0.4c0.4%2C0%2C0.8-0.2%2C1-0.4c0.3-0.3%2C0.4-0.7%2C0.4-1C24.2%2C59.6%2C24%2C59.2%2C23.7%2C59z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M38%2C0c-0.8%2C0-1.5%2C0.7-1.5%2C1.5v5.1C36.5%2C7.4%2C37.2%2C8%2C38%2C8s1.5-0.7%2C1.5-1.5V1.5C39.5%2C0.7%2C38.8%2C0%2C38%2C0z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M39.1%2C10.4c-0.3-0.3-0.7-0.4-1-0.4c-0.4%2C0-0.8%2C0.2-1%2C0.4c-0.3%2C0.3-0.4%2C0.7-0.4%2C1c0%2C0.4%2C0.2%2C0.8%2C0.4%2C1%20c0.3%2C0.3%2C0.7%2C0.4%2C1%2C0.4c0.4%2C0%2C0.8-0.2%2C1-0.4c0.3-0.3%2C0.4-0.7%2C0.4-1C39.5%2C11%2C39.4%2C10.7%2C39.1%2C10.4z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M50.6%2C5.8c-0.6-0.6-1.5-0.6-2.1%2C0l-2.6%2C2.6c-0.6%2C0.6-0.6%2C1.5%2C0%2C2.1c0.3%2C0.3%2C0.7%2C0.4%2C1%2C0.4%20c0.4%2C0%2C0.8-0.1%2C1-0.4l2.6-2.6C51.2%2C7.3%2C51.2%2C6.4%2C50.6%2C5.8z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M30.1%2C8.4l-2.6-2.6c-0.6-0.6-1.5-0.6-2.1%2C0c-0.6%2C0.6-0.6%2C1.5%2C0%2C2.1l2.6%2C2.6c0.3%2C0.3%2C0.7%2C0.4%2C1%2C0.4%20s0.8-0.1%2C1-0.4C30.7%2C10%2C30.7%2C9%2C30.1%2C8.4z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  margin-bottom: 0;
}

.sp-menu__item--access {
  width: 50%;
}

.sp-menu__item--access > a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  height: 60px;
  color: #fff;
  background: #505050;
}

.sp-menu__item--access > a::before {
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2076%2034.8%22%20style%3D%22enable-background%3Anew%200%200%2076%2034.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M59.5%2C22.1c-3.5%2C0-6.3%2C2.8-6.3%2C6.3c0%2C3.5%2C2.8%2C6.3%2C6.3%2C6.3c3.5%2C0%2C6.3-2.8%2C6.3-6.3C65.9%2C25%2C63%2C22.1%2C59.5%2C22.1z%20M59.5%2C32.3c-2.1%2C0-3.8-1.7-3.8-3.8s1.7-3.8%2C3.8-3.8c2.1%2C0%2C3.8%2C1.7%2C3.8%2C3.8S61.6%2C32.3%2C59.5%2C32.3z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M16.5%2C22.1c-3.5%2C0-6.3%2C2.8-6.3%2C6.3c0%2C3.5%2C2.8%2C6.3%2C6.3%2C6.3c3.5%2C0%2C6.3-2.8%2C6.3-6.3C22.8%2C25%2C20%2C22.1%2C16.5%2C22.1z%20M16.5%2C32.3c-2.1%2C0-3.8-1.7-3.8-3.8s1.7-3.8%2C3.8-3.8s3.8%2C1.7%2C3.8%2C3.8S18.6%2C32.3%2C16.5%2C32.3z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M74.7%2C22.1v-7.6c0-0.5-0.3-1-0.9-1.2l-7.1-2.4C64%2C6.4%2C60.3%2C2%2C52.2%2C0.6c0%2C0%2C0%2C0%2C0%2C0C37-1.5%2C25.7%2C1.9%2C18.4%2C10.7%20C10%2C10.8%2C1.3%2C13.5%2C1.3%2C18.3v3.8c-0.7%2C0-1.3%2C0.6-1.3%2C1.3v5.1c0%2C0.7%2C0.6%2C1.3%2C1.3%2C1.3h5.1c0.7%2C0%2C1.3-0.6%2C1.3-1.3c0-4.9%2C4-8.9%2C8.9-8.9%20s8.9%2C4%2C8.9%2C8.9c0%2C0.7%2C0.6%2C1.3%2C1.3%2C1.3h22.8c0.7%2C0%2C1.3-0.6%2C1.3-1.3c0-4.9%2C4-8.9%2C8.9-8.9c4.9%2C0%2C8.9%2C4%2C8.9%2C8.9c0%2C0.7%2C0.6%2C1.3%2C1.3%2C1.3%20h5.1c0.7%2C0%2C1.3-0.6%2C1.3-1.3v-5.1C76%2C22.7%2C75.4%2C22.1%2C74.7%2C22.1z%20M58.3%2C5.5c2.2%2C1.3%2C3.8%2C3.1%2C5.3%2C5.2h-5.3L58.3%2C5.5z%20M43.1%2C2.5%20c2.7%2C0%2C5.6%2C0.1%2C8.7%2C0.6c1.5%2C0.3%2C2.9%2C0.6%2C4.1%2C1.1l-0.1%2C6.5H43.1V2.5z%20M40.5%2C2.6v8.1H21.8C26.5%2C5.9%2C32.7%2C3.2%2C40.5%2C2.6z%20M73.5%2C27.2%20h-2.6c-0.6-5.7-5.5-10.1-11.3-10.1s-10.7%2C4.4-11.3%2C10.1H27.8c-0.6-5.7-5.5-10.1-11.3-10.1S5.8%2C21.5%2C5.1%2C27.2H2.5v-2.5%20c0.7%2C0%2C1.3-0.6%2C1.3-1.3v-3.8h1.3c0.7%2C0%2C1.3-0.6%2C1.3-1.3c0-0.7-0.6-1.3-1.3-1.3H4.4c1.7-1.9%2C7-3.8%2C14.6-3.8h46.7l6.5%2C2.2v1.6h-1.3%20c-0.7%2C0-1.3%2C0.6-1.3%2C1.3c0%2C0.7%2C0.6%2C1.3%2C1.3%2C1.3h1.3v3.8c0%2C0.7%2C0.6%2C1.3%2C1.3%2C1.3V27.2z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  margin-bottom: 0;
}

.sp-menu__item > p::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #f0f0f0 transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  z-index: 10;
}

.sp-menu__item.is-active > p::after {
  opacity: 1;
}

.sp-in-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 25px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition:
    transform 0.5s cubic-bezier(0.77, 0, 0.175, 1),
    -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.sp-in-menu__wrap {
  overflow: hidden;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
}

.sp-in-menu.is-active {
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 10;
}

.sp-in-menu ul {
  width: 100%;
}

.sp-in-menu__item {
  position: relative;
  width: 100%;
  font-size: 13px;
  font-size: 3.46667vw;
  border-bottom: 1px solid #fff;
  padding-left: 10px;
}

.sp-in-menu__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 2px;
  background: #fff;
}

.sp-in-menu__item a {
  display: block;
  color: #fff;
  padding: 8px 6px;
}

.sp-in-menu__item a:hover {
  text-decoration: none;
}

.title {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.title--white {
  color: #fff;
}

.title--top {
  margin-bottom: 30px;
}

.breadcrumbs {
  font-size: 1.4rem;
}

.breadcrumbs li {
  display: inline-block;
  height: 3.4rem;
  line-height: 3.4rem;
  white-space: nowrap;
}

.breadcrumbs li::after {
  display: inline-block;
  content: ">";
  margin: 0 0.2rem 0 0.4rem;
}

.breadcrumbs li:last-child::after {
  display: none;
}

.btn {
  display: block;
  width: 100%;
  max-width: 320px;
  height: 4.8rem;
  line-height: 4.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  background: #505050;
  border-radius: 2.4rem;
  margin: auto;
}

.is-bg-black .btn {
  background: #333;
}

.is-bg-blue .btn {
  background: #00a;
}

.is-bg-yellow .btn {
  color: #06f;
  background: #fc0;
}

.btn:hover {
  color: #fff;
}

.btn--twitter {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1da0f1;
}

.btn--twitter::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 20px;
  background: url(../images/common/icon_twitter.svg) center center / contain no-repeat;
  margin-left: 16px;
}

.cmn-content {
  background: #915656;
  text-align: center;
  padding: 34px 0 0;
  -webkit-transition: padding 0.35s ease-in;
  transition: padding 0.35s ease-in;
}

.is-bg-black .cmn-content {
  background: #000;
  border-top: 1px solid #fff;
}

.is-bg-blue .cmn-content {
  background: #06f;
  border-top: 1px solid #fff;
}

.is-bg-yellow .cmn-content {
  color: #06f;
  background: #ff0;
  border-top: 1px solid #06f;
}

.cmn-content.is-open .cmn-content__btn-icon::after {
  display: none;
}

.cmn-content.is-open .cmn-content__list {
  opacity: 1;
}

.cmn-content__btn {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
  color: #fff;
  margin-bottom: 34px;
  padding-right: 3rem;
  cursor: pointer;
  -webkit-transition: margin 0.35s ease-in;
  transition: margin 0.35s ease-in;
}

.is-bg-yellow .cmn-content__btn {
  color: #06f;
}

.cmn-content__btn-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  border-radius: 50%;
}

.is-bg-yellow .cmn-content__btn-icon {
  background: #06f;
}

.cmn-content__btn-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.4rem;
  height: 0.2rem;
  background: #915656;
}

.is-bg-black .cmn-content__btn-icon::before {
  background: #000;
}

.is-bg-blue .cmn-content__btn-icon::before {
  background: #06f;
}

.is-bg-yellow .cmn-content__btn-icon::before {
  background: #ff0;
}

.cmn-content__btn-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.4rem;
  height: 0.2rem;
  background: #915656;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.is-bg-black .cmn-content__btn-icon::after {
  background: #000;
}

.is-bg-blue .cmn-content__btn-icon::after {
  background: #06f;
}

.is-bg-yellow .cmn-content__btn-icon::after {
  background: #ff0;
}

.cmn-content__box {
  display: none;
}

.cmn-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0;
  margin-top: -30px;
  padding-bottom: 40px;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

.cmn-content__list::after {
  content: "";
  display: block;
  width: 22%;
}

.cmn-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
  width: 22%;
  background: #c7b6b6;
  text-align: center;
  border-radius: 4px;
  margin-right: 4%;
  margin-top: 30px;
  padding-bottom: 6px;
}

.cmn-content__item:hover {
  opacity: 0.7;
}

.cmn-content__item:nth-child(4n) {
  margin-right: 0;
}

.cmn-content__image {
  overflow: hidden;
  position: relative;
  background: #f0f0f0;
  border-radius: 4px 4px 0 0;
}

.cmn-content__image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 63.61%;
}

.cmn-content__image > img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: inherit;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cmn-content__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 8rem;
  line-height: 1.4;
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: #f2f2f2;
  margin-bottom: 0;
  padding: 10px;
}

.is-bg-black .cmn-content__ttl {
  background: #333;
}

.is-bg-blue .cmn-content__ttl {
  background: #00a;
}

.is-bg-yellow .cmn-content__ttl {
  background: #fc0;
}

.cmn-content__ttl--s {
  display: block;
  font-size: 1.4rem;
  margin-top: 4px;
}

.cmn-content__ttl a {
  color: #1e1e1e;
}

.is-bg-black .cmn-content__ttl a {
  color: #fff;
}

.is-bg-blue .cmn-content__ttl a {
  color: #fff;
}

.is-bg-yellow .cmn-content__ttl a {
  color: #06f;
}

.cmn-content__ttl a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cmn-content__ttl a:hover {
  text-decoration: none;
}

.footer {
  background:
    url(../images/common/footer_bg.png) right bottom,
    #c79797;
  background-repeat: no-repeat;
  padding: 80px 0 30px;
}

.is-bg-black .footer {
  background: #000;
  border-top: 1px solid #fff;
}

.is-bg-blue .footer {
  background: #06f;
  border-top: 1px solid #fff;
}

.is-bg-yellow .footer {
  background: #ff0;
  border-top: 1px solid #06f;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

.footer__logo {
  width: 11.6rem;
  margin-right: 100px;
}

.footer__logo svg {
  width: 11.6rem;
  height: 4rem;
  fill: #df0128;
}

.is-bg-black .footer__logo svg {
  fill: #fff;
}

.is-bg-blue .footer__logo svg {
  fill: #fff;
}

.is-bg-yellow .footer__logo svg {
  fill: #06f;
}

.footer__logo > img {
  width: 100%;
  height: auto;
}

.footer__access {
  font-size: 1.3rem;
  font-weight: 700;
  margin-right: 70px;
}

.footer__access-ttl {
  margin-bottom: 6px;
}

.footer__access-txt {
  line-height: 1.4;
  margin-bottom: 6px;
}

.footer__tel {
  font-size: 1.8rem;
  margin-bottom: 0;
}

.footer__nav {
  position: relative;
  font-size: 1.3rem;
  font-weight: 700;
  padding-left: 60px;
}

.footer__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 40px;
  background: #1e1e1e;
}

.is-bg-black .footer__nav::before {
  background: #fff;
}

.is-bg-blue .footer__nav::before {
  background: #fff;
}

.is-bg-yellow .footer__nav::before {
  background: #06f;
}

.footer__nav-item {
  position: relative;
  padding-left: 0.6em;
}

.footer__nav-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 1px;
  background: #1e1e1e;
}

.is-bg-black .footer__nav-item::before {
  background: #fff;
}

.is-bg-blue .footer__nav-item::before {
  background: #fff;
}

.footer__nav-item a {
  color: #1e1e1e;
}

.is-bg-black .footer__nav-item a {
  color: #fff;
}

.is-bg-blue .footer__nav-item a {
  color: #fff;
}

.is-bg-yellow .footer__nav-item a {
  color: #06f;
}

.footer__artificial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 30px;
}

.footer__artificial-txt {
  margin-right: 15px;
}

.footer__artificial-date {
  margin-bottom: 0;
}

.footer__artificial-date::before {
  content: "：";
  margin-right: 2px;
}

.footer__copy {
  font-size: 1.2rem;
  text-align: center;
}

.artificial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 500;
  margin-bottom: 0;
}

.artificial__dt {
  font-weight: 500;
  margin-right: 4px;
}

.artificial__dd {
  margin-bottom: 0;
}

.artificial__dd:nth-of-type(1)::after {
  content: "／";
}

.artificial__dd:nth-of-type(2) {
  margin-right: 10px;
}

.page-title {
  position: relative;
  width: 100%;
  height: 20rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-title__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  white-space: nowrap;
  color: #fff;
  margin-bottom: 0;
}

.content {
  padding: 70px 0 100px;
}

.content__ttl {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 32px;
}

.content__ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 32px;
  height: 6px;
  border-radius: 3px;
  background: #df0128;
}

.is-bg-black .content__ttl::after {
  background: #333;
}

.is-bg-blue .content__ttl::after {
  background: #00a;
}

.is-bg-yellow .content__ttl::after {
  background: #fc0;
}

.content__section {
  margin-bottom: 40px;
}

.content__section:last-child {
  margin-bottom: 0;
}

.content__entry-body h3 {
  display: block;
  position: relative;
  width: 100%;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
  background: #f6f6f6;
  border-radius: 2.4rem;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 1rem 0 1rem 5rem;
}

.is-bg-black .content__entry-body h3 {
  color: #fff;
  background: #333;
}

.is-bg-blue .content__entry-body h3 {
  color: #fff;
  background: #00a;
}

.is-bg-yellow .content__entry-body h3 {
  background: #fc0;
}

.content__entry-body h3:nth-child(1) {
  margin-top: 0;
}

.content__entry-body h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 2.6rem;
  width: 2rem;
  height: 2rem;
  background: #f6f6f6;
  border-radius: 50%;
  border: 0.6rem solid #df0128;
}

.is-bg-black .content__entry-body h3::before {
  color: #fff;
  background: #333;
  border-color: #fff;
}

.is-bg-blue .content__entry-body h3::before {
  color: #fff;
  background: #00a;
  border-color: #fff;
}

.is-bg-yellow .content__entry-body h3::before {
  background: #fc0;
  border-color: #06f;
}

.content__entry-body h4 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  color: #df0128;
  border-bottom: 2px solid #dcdcdc;
  margin-bottom: 20px;
}

.is-bg-black .content__entry-body h4 {
  color: #fff;
}

.is-bg-blue .content__entry-body h4 {
  color: #fff;
}

.is-bg-yellow .content__entry-body h4 {
  color: #06f;
}

.content__entry-body h4::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 1em;
  height: 2px;
  background: #df0128;
  z-index: 1;
}

.is-bg-black .content__entry-body h4::before {
  background: #fff;
}

.is-bg-blue .content__entry-body h4::before {
  background: #fff;
}

.is-bg-yellow .content__entry-body h4::before {
  background: #06f;
}

.content__entry-body h5 {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 1em;
}

.content__entry-body h5::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 4px;
  background: #1e1e1e;
}

.is-bg-black .content__entry-body h5::before {
  background: #fff;
}

.is-bg-blue .content__entry-body h5::before {
  background: #fff;
}

.is-bg-yellow .content__entry-body h5::before {
  background: #06f;
}

.content__entry-body table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 30px;
}

.content__entry-body table tr:nth-child(1) td {
  border-top: 1px solid #f0f0f0;
}

.content__entry-body table th {
  background: #c7b6b6;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 20px;
}

.content__entry-body table th:last-child {
  border-color: #ddd;
}

.is-bg-black .content__entry-body table th {
  background: #333;
}

.is-bg-blue .content__entry-body table th {
  background: #00a;
}

.is-bg-yellow .content__entry-body table th {
  color: #06f;
  background: #fc0;
  border-color: #06f;
}

.content__entry-body table td {
  background: #fff;
  padding: 15px 20px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.is-bg-black .content__entry-body table td {
  background: #000;
}

.is-bg-blue .content__entry-body table td {
  background: #06f;
}

.is-bg-yellow .content__entry-body table td {
  background: #ff0;
  border-color: #06f;
}

.content__entry-body table td .left {
  text-align: left;
}

.content__entry-body table td .center {
  text-align: center;
}

.content__entry-body table td .right {
  text-align: right;
}

.content__entry-body table p {
  margin-bottom: 0;
}

.content__entry-body a {
  text-decoration: underline;
}

.content__entry-body a:hover {
  opacity: 0.8;
}

.content__entry-body img {
  display: inline;
  vertical-align: middle;
}

.content__entry-body .bold {
  font-weight: 700;
}

.content__entry-body .underline {
  text-decoration: underline;
}

.content__entry-body .center {
  text-align: center;
}

.content__entry-body .right {
  text-align: right;
}

.content__entry-body .box01 {
  background: #eee;
  padding: 10px;
  border: 1px solid #999;
}

.content__entry-body .box01 p {
  margin-bottom: 0;
}

.content__entry-body .box02 {
  background: #fde1ae;
  padding: 10px;
  border: 1px dotted #f60;
  color: #900;
}

.content__entry-body .box02 p {
  margin-bottom: 0;
}

.content__entry-body .box03 {
  background: #dff;
  padding: 10px;
  border: 1px dotted #39f;
  color: #06c;
}

.content__entry-body .box03 p {
  margin-bottom: 0;
}

.content__entry-body .box04 {
  background: #dfffe2;
  padding: 10px;
  border: 1px dotted #396;
  color: #093;
}

.content__entry-body .box04 p {
  margin-bottom: 0;
}

.content__entry-body td.bg-gray {
  background: #f0f0f0;
}

.content__entry-body td.bg-green {
  background: #e6ff9b;
}

.content__entry-body td.bg-mizu {
  background: #c3fffe;
}

.content__entry-body td.bg-pincy {
  background: #ffecec;
}

.content__entry-body .flex-justify-center {
  display: flex;
  justify-content: center;
}

.content__entry-body .flex-justify-center > div {
  display: inline-block;
  text-align: left;
}

.content__entry-body .flex-justify-center p:last-child {
  margin-bottom: 0;
}

.content__entry-body ol {
  counter-reset: item;
  padding-left: 0;
}

.content__entry-body ol ol {
  padding-left: 1em;
}

.content__entry-body ol li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.content__entry-body ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
}

.content__entry-body .indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.cmn-title-type1 {
  display: block;
  position: relative;
  width: 100%;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
  background: #f6f6f6;
  border-radius: 2.4rem;
  margin-bottom: 25px;
  padding: 1rem 0 1rem 5rem;
}

.is-bg-black .cmn-title-type1 {
  color: #fff;
  background: #333;
}

.is-bg-blue .cmn-title-type1 {
  color: #fff;
  background: #00a;
}

.is-bg-yellow .cmn-title-type1 {
  background: #fc0;
}

.cmn-title-type1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 2.6rem;
  width: 2rem;
  height: 2rem;
  background: #f6f6f6;
  border-radius: 50%;
  border: 0.6rem solid #df0128;
}

.is-bg-black .cmn-title-type1::before {
  color: #fff;
  background: #333;
  border-color: #fff;
}

.is-bg-blue .cmn-title-type1::before {
  color: #fff;
  background: #00a;
  border-color: #fff;
}

.is-bg-yellow .cmn-title-type1::before {
  background: #fc0;
  border-color: #06f;
}

.cmn-title-type2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.cmn-title-type3 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  color: #df0128;
  border-bottom: 2px solid #dcdcdc;
  margin-bottom: 20px;
}

.is-bg-black .cmn-title-type3 {
  color: #fff;
}

.is-bg-blue .cmn-title-type3 {
  color: #fff;
}

.is-bg-yellow .cmn-title-type3 {
  color: #06f;
}

.cmn-title-type3::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 1em;
  height: 2px;
  background: #df0128;
  z-index: 1;
}

.is-bg-black .cmn-title-type3::before {
  background: #fff;
}

.is-bg-blue .cmn-title-type3::before {
  background: #fff;
}

.is-bg-yellow .cmn-title-type3::before {
  background: #06f;
}

.cmn-title-type4 {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 1em;
}

.cmn-title-type4::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 4px;
  background: #1e1e1e;
}

.is-bg-black .cmn-title-type4::before {
  background: #fff;
}

.is-bg-blue .cmn-title-type4::before {
  background: #fff;
}

.is-bg-yellow .cmn-title-type4::before {
  background: #06f;
}

.cmn-txt {
  margin-bottom: 20px;
}

.cmn-txt__bold {
  font-weight: 700;
}

.cmn-txt__red {
  color: #df0128;
}

.is-bg-black .cmn-txt__red {
  color: #fff;
}

.is-bg-blue .cmn-txt__red {
  color: #fff;
}

.is-bg-yellow .cmn-txt__red {
  color: #06f;
}

.cmn-list__item {
  position: relative;
  text-indent: 0;
  padding-left: 1em;
}

.cmn-list__item::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 4px;
  height: 4px;
  background: #1e1e1e;
  border-radius: 50%;
}

.is-bg-black .cmn-list__item::after {
  background: #fff;
}

.is-bg-blue .cmn-list__item::after {
  background: #fff;
}

.is-bg-yellow .cmn-list__item::after {
  background: #06f;
}

.cmn-list__item--pdf a {
  display: inline-block;
  position: relative;
}

.cmn-list__item--pdf a::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  width: 1.9rem;
  height: 1.8rem;
  background: url(../images/common/icon_pdf.gif) center center/contain no-repeat;
  margin-left: 4px;
}

.cmn-list__item a {
  padding: 0.2rem 0;
}

.cmn-list--ol {
  counter-reset: number;
}

.cmn-list--ol .cmn-list__item {
  padding-left: 0;
}

.cmn-list--ol .cmn-list__item::after {
  display: none;
}

.cmn-list--ol .cmn-list__item::before {
  display: inline-block;
  counter-increment: number;
  content: counter(number);
  margin-right: 4px;
}

.cmn-list-type1__item {
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.cmn-list-type2__item {
  text-indent: -3em;
  padding-left: 3em;
}

.cmn-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cmn-dl__dt {
  width: 10rem;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #1e1e1e;
  padding: 10px 20px;
}

.is-bg-black .cmn-dl__dt {
  border-bottom: 1px solid #fff;
}

.is-bg-blue .cmn-dl__dt {
  border-bottom: 1px solid #fff;
}

.is-bg-yellow .cmn-dl__dt {
  border-bottom: 1px solid #06f;
}

.cmn-dl__dd {
  width: calc(100% - 10rem);
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 0;
  padding: 10px 20px;
}

.cmn-table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.cmn-table--center {
  text-align: center;
}

.cmn-table--fixed {
  table-layout: fixed;
}

.cmn-table tr:nth-child(1) td {
  border-top: 1px solid #f0f0f0;
}

.cmn-table th {
  background: #c7b6b6;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 20px;
}

.cmn-table th:last-child {
  border-color: #ddd;
}

.is-bg-black .cmn-table th {
  background: #333;
}

.is-bg-blue .cmn-table th {
  background: #00a;
}

.is-bg-yellow .cmn-table th {
  color: #06f;
  background: #fc0;
  border-color: #06f;
}

.cmn-table td {
  background: #fff;
  padding: 15px 20px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.is-bg-black .cmn-table td {
  background: #000;
}

.is-bg-blue .cmn-table td {
  background: #06f;
}

.is-bg-yellow .cmn-table td {
  background: #ff0;
  border-color: #06f;
}

.cmn-table--pt1 th {
  vertical-align: top;
}

.cmn-table--pt1 td {
  text-align: left;
  padding: 15px 20px;
}

.is-bg-black .cmn-table {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.is-bg-blue .cmn-table {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.is-bg-yellow .cmn-table {
  border-top: 1px solid #06f;
  border-right: 1px solid #06f;
  border-left: 1px solid #06f;
}

.cmn-table__center {
  text-align: center;
}

.cmn-table__center img {
  margin: auto;
}

.article-list-none {
  text-align: center;
}

.article-list__item {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 1.2rem;
}

.is-bg-black .article-list__item {
  border-color: #fff;
}

.is-bg-blue .article-list__item {
  border-color: #fff;
}

.is-bg-yellow .article-list__item {
  border-color: #06f;
}

.article-list__item a {
  display: inline-block;
  position: relative;
  padding: 6px 10px 6px 2.4rem;
}

.article-list__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #915656;
}

.is-bg-black .article-list__item a::before {
  background: #333;
}

.is-bg-blue .article-list__item a::before {
  background: #00a;
}

.is-bg-yellow .article-list__item a::before {
  background: #fc0;
}

.article-list__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  margin-top: -0.1rem;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.is-bg-yellow .article-list__item a::after {
  border-color: #06f;
}

.article-list__item a:hover {
  opacity: 0.8;
}

.article-list__item .date {
  float: left;
  width: 12rem;
  margin-right: 20px;
}

.article-list__item svg {
  width: 1rem;
  fill: #915656;
}

.is-bg-black .article-list__item svg {
  fill: #fff;
}

.is-bg-blue .article-list__item svg {
  fill: #fff;
}

.is-bg-yellow .article-list__item svg {
  fill: #06f;
}

.article-list__item--pdf a {
  position: relative;
}

.article-list__item--pdf a .icon-pdf {
  display: inline-block;
  vertical-align: sub;
  width: 1.9rem;
  height: 1.8rem;
  background: url(../images/common/icon_pdf.gif) center center/contain no-repeat;
  margin-left: 4px;
}

.category-list-type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.category-list-type1::after {
  content: "";
  display: block;
  width: 31.8%;
}

.category-list-type1__item {
  width: 31.8%;
  background: #f8f8f8;
  border-radius: 0.8rem;
  border-bottom: 4px solid #c7b6b6;
  margin-bottom: 2rem;
}

.is-bg-black .category-list-type1__item {
  background: #333;
}

.is-bg-blue .category-list-type1__item {
  background: #00a;
}

.is-bg-yellow .category-list-type1__item {
  background: #fc0;
}

.category-list-type1__item--half {
  width: 47.5%;
}

.category-list-type1__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 9.6rem;
  font-size: 2rem;
  font-weight: 700;
  color: #1e1e1e;
  padding: 0 4rem 0 2rem;
}

.category-list-type1__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #915656;
}

.is-bg-black .category-list-type1__item a::before {
  background: #fff;
}

.is-bg-blue .category-list-type1__item a::before {
  background: #fff;
}

.is-bg-yellow .category-list-type1__item a::before {
  background: #06f;
}

.category-list-type1__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  margin-top: -0.1rem;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.is-bg-black .category-list-type1__item a::after {
  border-color: #000;
}

.is-bg-blue .category-list-type1__item a::after {
  border-color: #06f;
}

.is-bg-yellow .category-list-type1__item a::after {
  border-color: #ff0;
}

.category-list-type1__item a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.is-bg-black .category-list-type1__item a {
  color: #fff;
}

.is-bg-blue .category-list-type1__item a {
  color: #fff;
}

.is-bg-yellow .category-list-type1__item a {
  color: #06f;
}

.category-list-type2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.category-list-type2__item {
  width: 48.8%;
  background: #f8f8f8;
  border-radius: 3rem;
  border-bottom: 4px solid #c7b6b6;
  margin-bottom: 2rem;
}

.is-bg-black .category-list-type2__item {
  background: #333;
}

.is-bg-blue .category-list-type2__item {
  background: #00a;
}

.is-bg-yellow .category-list-type2__item {
  background: #fc0;
}

.category-list-type2__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 6rem;
  font-size: 2rem;
  font-weight: 700;
  color: #915656;
  padding: 1rem 2rem;
}

.is-bg-black .category-list-type2__item a {
  color: #fff;
}

.is-bg-blue .category-list-type2__item a {
  color: #fff;
}

.is-bg-yellow .category-list-type2__item a {
  color: #06f;
}

.category-list-type2__item a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.pulldown-btn {
  display: block;
  position: relative;
  width: 100%;
  height: 4.8rem;
  line-height: 4.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  border: 1px solid #915656;
  border-left-width: 6px;
  margin-bottom: 20px;
  padding: 0 20px;
  cursor: pointer;
}

.is-bg-black .pulldown-btn {
  border-color: #fff;
}

.is-bg-blue .pulldown-btn {
  border-color: #fff;
}

.is-bg-yellow .pulldown-btn {
  border-color: #06f;
}

.pulldown-btn.is-open::before {
  -webkit-transform: translateY(-55%) rotate(-45deg);
  transform: translateY(-55%) rotate(-45deg);
}

.pulldown-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0.7rem;
  height: 0.7rem;
  border-top: solid 0.2rem #915656;
  border-right: solid 0.2rem #915656;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition:
    transform 0.35s,
    -webkit-transform 0.35s;
}

.is-bg-black .pulldown-btn::before {
  border-color: #fff;
}

.is-bg-blue .pulldown-btn::before {
  border-color: #fff;
}

.is-bg-yellow .pulldown-btn::before {
  border-color: #06f;
}

.page-contact {
  background: #f0f0f0;
  padding: 50px 0;
}

.is-bg-black .page-contact {
  background: #000;
}

.is-bg-blue .page-contact {
  background: #06f;
}

.is-bg-yellow .page-contact {
  background: #ff0;
}

.page-contact__ttl {
  height: 4.8rem;
  line-height: 4.8rem;
  font-size: 1.6rem;
  color: #fff;
  background: #1e1e1e;
  border-radius: 2.4rem;
  margin-bottom: 20px;
  padding: 0 30px;
}

.is-bg-black .page-contact__ttl {
  background: #333;
}

.is-bg-blue .page-contact__ttl {
  background: #00a;
}

.is-bg-yellow .page-contact__ttl {
  color: #06f;
  background: #fc0;
}

.page-contact__body {
  width: calc(100% - 28rem);
  padding-right: 40px;
}

.page-contact__body .l-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-contact__body .l-row::after {
  content: "";
  display: block;
}

.page-contact__cat {
  font-size: 1.6rem;
  font-weight: 700;
}

.page-contact__access {
  margin-bottom: 0;
}

.page-contact__tel {
  margin-right: 10px;
  margin-bottom: 0;
}

.page-contact__tel span {
  display: block;
  font-weight: 700;
  margin-top: 8px;
}

.page-contact__tel a {
  font-size: 2rem;
  font-weight: 700;
  color: #1e1e1e;
  cursor: default;
}

.page-contact__tel a:hover {
  text-decoration: none;
}

.is-bg-black .page-contact__tel a {
  color: #fff;
}

.is-bg-blue .page-contact__tel a {
  color: #fff;
}

.is-bg-yellow .page-contact__tel a {
  color: #06f;
}

.page-contact__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 28rem;
  width: 100%;
  padding-top: 2rem;
}

.page-contact__btn {
  display: block;
  max-width: 28rem;
  width: 100%;
  height: 4.8rem;
  line-height: 4.6rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #df0128;
  border: 0.1rem solid #df0128;
}

.is-bg-black .page-contact__btn {
  background: #000;
  border-color: #fff;
}

.is-bg-blue .page-contact__btn {
  background: #06f;
  border-color: #fff;
}

.is-bg-yellow .page-contact__btn {
  background: #ff0;
  border-color: #06f;
}

.page-contact__btn:hover {
  color: #fff;
  text-decoration: none;
}

.page-contact__btn svg {
  width: 2.4rem;
  height: 1.7rem;
  fill: #fff;
  margin-right: 6px;
  margin-bottom: 2px;
}

.is-bg-yellow .page-contact__btn svg {
  fill: #06f;
}

@media only screen and (min-width: 960px) {
  .pc-only {
    display: block !important;
  }
}

@media only screen and (max-width: 1300px) {
  .menu__inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 959px) {
  .sp-only {
    display: block !important;
  }
}

@media only screen and (max-width: 559px) {
  body {
    font-size: 13px;
    font-size: 3.467vw;
  }

  .inner {
    width: 100%;
    padding: 0 15px;
  }

  .l-wrapper {
    padding-top: 16vw;
  }

  .l-half {
    width: 100%;
  }

  .l-half--pt1 {
    width: 100%;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
  }

  .header__head {
    position: relative;
    height: auto;
    max-height: inherit;
    padding: 0;
    z-index: 1001;
  }

  .header__logo {
    width: auto;
    margin-right: auto;
    padding-left: 10px;
  }

  .header__logo svg {
    width: 29.333vw;
    height: 10.133vw;
  }

  .header__logo img {
    width: auto;
    height: 10.133vw;
  }

  .header__form {
    display: none;
  }

  .header__line-btn {
    display: grid;
    place-content: center;
    width: 36px;
    aspect-ratio: 1;
    font-size: 0;
    margin-right: 12px;
  }

  .header__line-btn img {
    position: static;
    width: 24px;
  }

  .header__body {
    overflow-y: scroll;
    position: fixed;
    top: 16vw;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    pointer-events: none;
  }

  .is-open .header__body {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition:
      transform 0.5s cubic-bezier(0.77, 0, 0.175, 1),
      -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  }

  .is-close .header__body {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition:
      transform 0.5s cubic-bezier(0.77, 0, 0.175, 1),
      -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  }

  .sp-header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .accessibility {
    display: none;
  }

  .menu {
    display: none;
  }

  .sp-menu {
    display: block;
  }

  .title {
    font-size: 20px;
    font-size: 5.33333vw;
  }

  .title--top {
    margin-bottom: 20px;
  }

  .breadcrumbs {
    font-size: 12px;
    font-size: 3.2vw;
  }

  .breadcrumbs ul {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }

  .cmn-content {
    padding: 30px 0 0;
  }

  .cmn-content__btn {
    font-size: 18px;
    font-size: 4.8vw;
    margin-bottom: 30px;
  }

  .cmn-content__btn-icon {
    width: 5.333vw;
    height: 5.333vw;
  }

  .cmn-content__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -20px;
  }

  .cmn-content__list::after {
    display: none;
  }

  .cmn-content__item {
    width: 48%;
    margin-right: 0;
    margin-top: 20px;
  }

  .cmn-content__image::before {
    padding-top: 59.016%;
  }

  .cmn-content__image > img {
    width: 100%;
    height: auto;
  }

  .cmn-content__ttl {
    height: auto;
    font-size: 14px;
    font-size: 3.73333vw;
    padding: 20px 10px;
  }

  .cmn-content__ttl--s {
    font-size: 12px;
    font-size: 3.2vw;
  }

  .footer {
    background-size: 100%;
    padding: 40px 0 20px;
  }

  .footer__row {
    display: block;
    margin-bottom: 30px;
  }

  .footer__logo {
    margin: 0 auto 20px;
  }

  .footer__access {
    font-size: 13px;
    font-size: 3.46667vw;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .footer__tel {
    font-size: 18px;
    font-size: 4.8vw;
  }

  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    padding-left: 0;
  }

  .footer__nav::before {
    display: none;
  }

  .footer__nav-item {
    width: 50%;
    font-size: 12px;
    font-size: 3.2vw;
  }

  .footer__artificial {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
  }

  .footer__artificial-txt {
    width: 100%;
    font-size: 15px;
    font-size: 4vw;
    font-weight: 700;
    margin-right: 0;
    margin-bottom: 0;
  }

  .footer__artificial-date {
    font-size: 13px;
    font-size: 3.46667vw;
    font-weight: 700;
    margin-left: auto;
  }

  .footer__artificial-date::before {
    display: none;
  }

  .footer__copy {
    font-size: 11px;
    font-size: 2.93333vw;
  }

  .artificial {
    font-size: 13px;
    font-size: 3.46667vw;
    font-weight: 700;
    margin-bottom: 4px;
  }

  .page-title {
    height: 140px;
  }

  .page-title__ttl {
    font-size: 24px;
    font-size: 6.4vw;
    letter-spacing: 0.1em;
  }

  .content {
    padding: 40px 0 60px;
  }

  .content__ttl {
    font-size: 20px;
    font-size: 5.33333vw;
    padding-bottom: 16px;
    margin-bottom: 30px;
  }

  .content__ttl::after {
    width: 28px;
    height: 4px;
  }

  .content__section {
    margin-bottom: 20px;
  }

  .content__entry-body h3 {
    height: auto;
    line-height: 1.2;
    font-size: 16px;
    font-size: 4.26667vw;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 6px 6px 6px 5rem;
  }

  .content__entry-body h4 {
    font-size: 16px;
    font-size: 4.26667vw;
  }

  .content__entry-body h5 {
    font-size: 14px;
    font-size: 3.73333vw;
  }

  .content__entry-body table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
  }

  .content__entry-body table th {
    padding: 10px 15px;
  }

  .content__entry-body table td {
    padding: 10px 15px;
  }

  .cmn-title-type1 {
    height: auto;
    line-height: 1.2;
    font-size: 16px;
    font-size: 4.26667vw;
    margin-bottom: 20px;
    padding: 6px 6px 6px 5rem;
  }

  .cmn-title-type2 {
    font-size: 16px;
    font-size: 4.26667vw;
  }

  .cmn-title-type3 {
    font-size: 16px;
    font-size: 4.26667vw;
  }

  .cmn-title-type4 {
    font-size: 14px;
    font-size: 3.73333vw;
  }

  .cmn-dl__dt {
    width: 100%;
    font-weight: 700;
    text-align: left;
    border-bottom: none;
    padding: 10px 0 5px;
  }

  .cmn-dl__dd {
    width: 100%;
    padding: 10px 0;
  }

  .cmn-table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
  }

  .cmn-table th {
    padding: 10px 15px;
  }

  .cmn-table td {
    padding: 10px 15px;
  }

  .cmn-table--sp-type1 .cmn-table__head {
    display: none;
  }

  .cmn-table--sp-type1 td {
    display: block;
    text-align: right;
    width: 100%;
  }

  .cmn-table--sp-type1 tr:not(.rowline) td:first-child {
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: #c7b6b6;
  }

  .cmn-table--sp-type1 td::before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
    margin-right: 10px;
  }

  .cmn-table--sp-type1__block {
    text-align: left !important;
  }

  .cmn-table--sp-type1__block::before {
    display: block !important;
    float: none !important;
    margin-bottom: 10px;
  }

  .article-list__item .date {
    display: block;
    float: none;
    width: auto;
    margin-right: 0;
  }

  .category-list-type1__item {
    width: 100%;
    margin-bottom: 1.4rem;
  }

  .category-list-type1__item--half {
    width: 100%;
  }

  .category-list-type1__item:last-child {
    margin-bottom: 0;
  }

  .category-list-type1__item a {
    height: 6.8rem;
    font-size: 16px;
    font-size: 4.26667vw;
  }

  .category-list-type2__item {
    width: 100%;
    margin-bottom: 1.4rem;
  }

  .category-list-type2__item:last-child {
    margin-bottom: 0;
  }

  .category-list-type2__item a {
    height: 5rem;
    font-size: 16px;
    font-size: 4.26667vw;
  }

  .pulldown-btn {
    height: 4rem;
    line-height: 3.8rem;
    font-size: 14px;
    font-size: 3.73333vw;
    margin-bottom: 10px;
  }

  .page-contact__ttl {
    font-size: 16px;
    font-size: 4.26667vw;
  }

  .page-contact__body {
    width: 100%;
  }

  .page-contact__cat {
    font-size: 16px;
    font-size: 4.26667vw;
  }

  .page-contact__tel {
    width: 100%;
    margin-right: 0;
  }

  .page-contact__mail {
    width: 100%;
    max-width: inherit;
  }

  .page-contact__btn {
    margin: auto;
  }

  .sp-scroll-image {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin: 0 -15px;
    padding: 0 15px;
  }

  .sp-scroll-image div {
    width: 1000px;
  }
}

@media only screen and (max-width: 959px) and (min-width: 560px) {
  .accessibility__ttl {
    margin-right: 10px;
  }

  .accessibility__bgcolor {
    margin-right: 20px;
  }

  .accessibility__ruby {
    margin-right: 20px;
  }

  .cmn-content__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cmn-content__list::after {
    width: 32%;
  }

  .cmn-content__item {
    width: 32%;
    margin-right: 0;
  }
}
