@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a img {
  border: none;
}

a:focus, *:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.4;
  color: inherit;
}

ul, ol {
  padding-left: 1em;
}

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

dd {
  margin-left: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

[src$=".svg"],
[data$=".svg"] {
  width: 100%;
}

i,
cite,
em,
address,
dfn {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-top: 0;
  margin-bottom: 0;
}

html, body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  word-break: break-all;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  word-break: break-all;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  color: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  scroll-behavior: smooth;
  word-break: normal;
}

p {
  line-height: 2;
}

a {
  color: #1571DA;
}

::-moz-selection {
  background: #00c4e0;
  color: white;
}

::selection {
  background: #00c4e0;
  color: white;
}

@-webkit-keyframes fade-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 520px) {
  .c-btn__area {
    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;
  }
}
.c-btn__area > *:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 520px) {
  .c-btn__area > *:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.c-btn__area--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn__area--right > *:not(:last-child) {
  margin-right: 10px;
}
.c-btn__area--set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn__area--set > *:not(:last-child) {
  margin-right: 10px;
}

.c-btn__main {
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 10px 16px;
  min-width: 100px;
  color: #fff;
  border-color: #9B6F00;
  background-color: #9B6F00;
}
.c-btn__main:hover {
  text-decoration: none;
}
@media screen and (min-width: 520px) {
  .c-btn__main {
    min-width: 200px;
  }
}
.c-btn__main:hover {
  border-color: #684a00;
  background-color: #684a00;
  color: #fff;
}
.c-btn__main.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__main.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}
.c-btn__main--sm {
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 6px;
  min-width: 100px;
  color: #fff;
  border-color: #9B6F00;
  background-color: #9B6F00;
}
.c-btn__main--sm:hover {
  text-decoration: none;
}
@media screen and (min-width: 520px) {
  .c-btn__main--sm {
    padding: 8px;
  }
}
.c-btn__main--sm:hover {
  border-color: #684a00;
  background-color: #684a00;
  color: #fff;
}
.c-btn__main--sm.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__main--sm.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}
.c-btn__main--lg {
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 18px 30px;
  min-width: 100px;
  font-size: 2rem;
  color: #fff;
  border-color: #9B6F00;
  background-color: #9B6F00;
}
.c-btn__main--lg:hover {
  text-decoration: none;
}
@media screen and (min-width: 520px) {
  .c-btn__main--lg {
    min-width: 350px;
    font-size: 2.2rem;
  }
}
.c-btn__main--lg:hover {
  border-color: #684a00;
  background-color: #684a00;
  color: #fff;
}
.c-btn__main--lg.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__main--lg.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}

.c-btn__primary {
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 10px 16px;
  min-width: 100px;
  color: #fff;
  border-color: #10141F;
  background-color: #10141F;
}
.c-btn__primary:hover {
  text-decoration: none;
}
@media screen and (min-width: 520px) {
  .c-btn__primary {
    min-width: 200px;
  }
}
.c-btn__primary:hover {
  border-color: #60B0CE;
  background-color: #60B0CE;
  color: #fff;
}
.c-btn__primary.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__primary.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}
.c-btn__primary--sm {
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 6px;
  min-width: 100px;
  color: #fff;
  border-color: #10141F;
  background-color: #10141F;
}
.c-btn__primary--sm:hover {
  text-decoration: none;
}
@media screen and (min-width: 520px) {
  .c-btn__primary--sm {
    padding: 8px;
  }
}
.c-btn__primary--sm:hover {
  border-color: #60B0CE;
  background-color: #60B0CE;
  color: #fff;
}
.c-btn__primary--sm.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__primary--sm.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}

.c-btn__secondary {
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 10px 16px;
  min-width: 100px;
  color: #10141F;
  border-color: #ccc;
  background-color: #fff;
}
.c-btn__secondary:hover {
  text-decoration: none;
}
@media screen and (min-width: 520px) {
  .c-btn__secondary {
    min-width: 200px;
  }
}
.c-btn__secondary:hover {
  border-color: #ccc;
  background-color: #97a5ca;
}
.c-btn__secondary.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__secondary.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}
.c-btn__secondary--sm {
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 6px;
  min-width: 100px;
  color: #10141F;
  border-color: #ccc;
  background-color: #fff;
}
.c-btn__secondary--sm:hover {
  text-decoration: none;
}
@media screen and (min-width: 520px) {
  .c-btn__secondary--sm {
    padding: 8px;
  }
}
.c-btn__secondary--sm:hover {
  border-color: #ccc;
  background-color: #97a5ca;
}
.c-btn__secondary--sm.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__secondary--sm.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}

.c-btn__cancel {
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 10px 16px;
  min-width: 100px;
  color: #1571DA;
  border-color: #fff;
  background-color: #fff;
}
.c-btn__cancel:hover {
  text-decoration: none;
}
@media screen and (min-width: 520px) {
  .c-btn__cancel {
    min-width: 200px;
  }
}
.c-btn__cancel:hover {
  border-color: #4B5561;
  background-color: #4B5561;
}
.c-btn__cancel.is-disabled {
  color: #ccc;
}
.c-btn__cancel--sm {
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 6px;
  min-width: 100px;
  color: #1571DA;
  border-color: #fff;
  background-color: #fff;
}
.c-btn__cancel--sm:hover {
  text-decoration: none;
}
@media screen and (min-width: 520px) {
  .c-btn__cancel--sm {
    padding: 8px;
  }
}
.c-btn__cancel--sm:hover {
  border-color: #4B5561;
  background-color: #4B5561;
}
.c-btn__cancel--sm.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__cancel--sm.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}

.c-btn__text {
  color: #10141F;
  background-color: transparent;
  border-style: none;
  cursor: pointer;
}
.c-btn__text:hover {
  text-decoration: underline;
}
.c-btn__text.is-disabled {
  color: #ccc;
}

.c-btn--all {
  width: 100%;
}

.c-btn__pagetop {
  position: fixed;
  width: 48px;
  height: 40px;
  bottom: 20px;
  right: 20px;
  z-index: 50;
}

.is-1 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 520px) {
  .is-1 {
    font-size: 7.6rem;
  }
}
.is-1.c-title {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 520px) {
  .is-1.c-title {
    margin-bottom: 2rem;
  }
}

.is-2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 520px) {
  .is-2 {
    font-size: 3.8rem;
  }
}
.is-2.c-title {
  margin-bottom: 3rem;
}
@media screen and (min-width: 520px) {
  .is-2.c-title {
    margin-bottom: 4rem;
  }
}

.is-3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 520px) {
  .is-3 {
    font-size: 3.2rem;
  }
}
.is-3.c-title {
  margin-bottom: 1rem;
}
@media screen and (min-width: 520px) {
  .is-3.c-title {
    margin-bottom: 1rem;
  }
}

.is-4 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 520px) {
  .is-4 {
    font-size: 2.6rem;
  }
}
.is-4.c-title {
  margin-bottom: 2rem;
}
@media screen and (min-width: 520px) {
  .is-4.c-title {
    margin-bottom: 2rem;
  }
}

.is-5 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 520px) {
  .is-5 {
    font-size: 1.6rem;
  }
}
.is-5.c-title {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 520px) {
  .is-5.c-title {
    margin-bottom: 2rem;
  }
}

.c-title--bd {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 520px) {
  .c-title--bd {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.c-title--bd::before {
  content: "";
  display: block;
  width: 6px;
  height: 30px;
  background-color: #10141F;
  position: absolute;
  left: 0;
  top: 1px;
}
@media screen and (min-width: 520px) {
  .c-title--bd::before {
    width: 10px;
    height: 45px;
    top: 1px;
  }
}

.c-list__top {
  margin-top: 5px;
}

.c-list__bottom {
  margin-bottom: 5px;
}

.c-list {
  list-style: none;
  padding-left: 1rem;
}
.c-list li {
  text-indent: -0.85rem;
  margin-left: 0.5rem;
  line-height: 1.4;
}
.c-list li:not(:last-child) {
  margin-bottom: 4px;
}
.c-list li::before {
  content: "";
  display: inline-block;
  background-color: #000000;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
  top: 50%;
  margin-top: -4px;
}

.c-list--none {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-list--none li:not(:last-child) {
  margin-bottom: 8px;
}

.c-list--kome {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-list--kome li {
  font-size: 1.3rem;
  text-indent: -19px;
  margin-left: 19px;
}
.c-list--kome li:not(:last-child) {
  margin-bottom: 5px;
}
.c-list--kome li::before {
  content: "※";
  padding-right: 5px;
}

.c-list--ranking {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-list--ranking li:not(:last-child) {
  margin-bottom: 8px;
}
.c-list--ranking__1 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid;
  background-color: #E4C500;
  border-color: #E4C500;
  color: #fff;
}
.c-list--ranking__2 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid;
  background-color: #ABABAB;
  border-color: #ABABAB;
  color: #fff;
}
.c-list--ranking__3 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid;
  background-color: #C28428;
  border-color: #C28428;
  color: #fff;
}
.c-list--ranking__other {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid;
  background-color: #fff;
  border-color: #888;
  color: #888;
}
.c-list--ranking li {
  position: relative;
  padding-left: 28px;
}

.c-link__arrow {
  display: inline-block;
  margin-left: 13px;
  position: relative;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.c-link__arrow::before {
  top: 8px;
  left: -11px;
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
}
.c-link__arrow:hover {
  text-decoration: underline;
}

.c-link__arrow--w {
  display: inline-block;
  margin-left: 13px;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.c-link__arrow--w::before {
  top: 8px;
  left: -11px;
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.c-link__arrow--w:hover {
  text-decoration: underline;
  color: #10141F;
}

.c-link__arrow--bk {
  display: inline-block;
  margin-left: 13px;
  position: relative;
  color: #000000;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.c-link__arrow--bk::before {
  top: 8px;
  left: -11px;
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.c-link__arrow--bk:hover {
  text-decoration: underline;
  color: #10141F;
}

@media all and (-ms-high-contrast: none) {
  .c-link__arrow::before, .c-link__arrow--w::before, .c-link__arrow--bk::before {
    top: 6px;
  }
}
@supports (-ms-ime-align: auto) {
  .c-link__arrow::before, .c-link__arrow--w::before, .c-link__arrow--bk::before {
    top: 6px;
  }
}
.c-link {
  color: #1571DA;
  text-decoration: underline;
  cursor: pointer;
}
.c-link:hover {
  color: #1571DA;
  text-decoration: none;
}

.c-link--bk {
  color: #000000;
  text-decoration: underline;
}
.c-link--bk:hover {
  color: #1571DA;
  text-decoration: none;
}

.c-link--w {
  color: #fff;
  text-decoration: underline;
}
.c-link--w:hover {
  color: #fff;
  text-decoration: none;
}

.c-link--gray {
  color: #ccc;
}
.c-link--gray:hover {
  color: #1571DA;
  text-decoration: underline;
}

.c-icon--sm {
  color: #999;
  font-size: 12px;
}

[class*=c-tag--] {
  font-size: 11px;
  display: inline-block;
  text-align: center;
  border: 1px solid;
  border-radius: 3px;
  padding: 1px 6px 0;
}

.c-tag--red {
  background-color: #D14328;
  border: 1px solid #D14328;
  color: #fff;
}
.c-tag--gray {
  background-color: #E0E6EB;
  border: 1px solid #ccc;
}
.c-tag--dgray {
  background-color: #4B4B4B;
  border: 1px solid #4B4B4B;
  color: #fff;
}
.c-tag--white {
  border: 1px solid #000000;
}

.c-tag__title {
  margin-bottom: 3px;
}

.c-figure {
  margin: 0;
  display: block;
}
.c-figure + * {
  margin-top: 10px;
}

.c-img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

.c-embed__gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.c-embed__gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.c-embed__youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-embed__youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.p-input:disabled, .p-textarea:disabled,
.p-checkbox:disabled + .p-checkbox--single::after {
  background-color: #ccc;
  border-color: #ccc;
}

.p-checkbox:disabled + .p-checkbox--single,
.p-radio:disabled + .p-radio__label {
  opacity: 0.5;
}

.p-input {
  font: inherit;
  border-style: none;
  color: inherit;
  border: 1px solid #4B5561;
  border-radius: 3px;
  padding: 4px 10px;
  width: 100%;
  height: 30px;
}
.p-input:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
          box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}
.p-input__title {
  margin-bottom: 5px;
}
.p-input__item:not(:last-child) {
  margin-bottom: 15px;
}
.p-input__error__title {
  color: #D14328;
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
  margin-left: 23px;
}
.p-input__error__title::before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #D14328;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 2px;
  left: -23px;
}
.p-input--sm {
  font: inherit;
  border-style: none;
  color: inherit;
  border: 1px solid #4B5561;
  border-radius: 3px;
  padding: 4px 10px;
  width: 180px;
  height: 30px;
  display: inline-block;
}
.p-input--sm:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
          box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}
.p-input--md {
  font: inherit;
  border-style: none;
  color: inherit;
  border: 1px solid #4B5561;
  border-radius: 3px;
  padding: 4px 10px;
  width: 100%;
  height: 30px;
}
.p-input--md:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
          box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}
@media screen and (min-width: 520px) {
  .p-input--md {
    width: 50%;
  }
}
.p-input--num {
  font: inherit;
  border-style: none;
  color: inherit;
  border: 1px solid #4B5561;
  border-radius: 3px;
  padding: 4px 10px;
  width: 46px;
  height: 30px;
  display: inline-block;
}
.p-input--num:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
          box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}

.p-checkbox__item:not(:last-child) {
  margin-bottom: 5px;
}

.p-checkbox {
  display: none;
}
.p-checkbox__link {
  color: #000000;
}
.p-checkbox__link:hover {
  color: #10141F;
  text-decoration: underline;
}

.p-checkbox--single {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 21px;
}
.p-checkbox--single::after, .p-checkbox--single::before {
  position: absolute;
  content: "";
  display: block;
  top: 11px;
}
.p-checkbox--single::after {
  left: 0;
  margin-top: -8px;
  width: 15px;
  height: 15px;
  border: 2px solid #393737;
  background-color: #fff;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.p-checkbox--single::before {
  left: 5px;
  margin-top: -5px;
  width: 5px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 9;
  opacity: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.p-checkbox:checked + .p-checkbox--single::after {
  background-color: #10141F;
  border-color: #10141F;
}

.p-checkbox:checked + .p-checkbox--single::before {
  opacity: 1;
}

.p-radio {
  display: none;
}
.p-radio__item {
  display: inline-block;
  margin-right: 30px;
}
.p-radio__label {
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.p-radio__label::before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #999;
  border-radius: 50%;
  background-color: #fff;
}

.p-radio:checked + .p-radio__label::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #10141F;
  border-radius: 50%;
}

.p-radio-input:checked + .p-radio::before {
  background-color: #fff;
}

.p-radio:disabled + .p-radio__label::before {
  border-color: #ccc;
  background-color: #ccc;
}

.p-search {
  font: inherit;
  border-style: none;
  color: inherit;
  position: relative;
  border-radius: 3px;
  border: 1px solid;
  font-size: 1.3rem;
  width: 100%;
  background-color: #F3F3F3;
  border-color: #F3F3F3;
  padding: 8px 30px 8px 15px;
}
.p-search:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
          box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}
.p-search__wrap {
  position: relative;
}
.p-search__inner::after {
  position: absolute;
  right: 14px;
  top: 12px;
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  font-weight: 900;
}
.p-search--border {
  font: inherit;
  border-style: none;
  color: inherit;
  position: relative;
  border-radius: 3px;
  border: 1px solid;
  font-size: 1.3rem;
  width: 100%;
  background-color: #fff;
  border-color: #4B5561;
  padding: 6px 30px 6px 15px;
}
.p-search--border:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
          box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}
.p-search--border__wrap {
  position: relative;
}
.p-search--border__inner::after {
  position: absolute;
  right: 10px;
  top: 6px;
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  font-weight: 900;
}

.p-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-transform: none;
  padding: 5px 10px 4px;
  width: 100%;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #4B5561;
  background-color: #fff;
  font-size: 1.3rem;
}
.p-select:focus {
  outline: none;
}
.p-select:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
          box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}
.p-select__wrap {
  position: relative;
}
.p-select__wrap::before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
}
.p-select__option {
  color: #000000;
  font-size: 1.6rem;
  background-color: #fff;
}

.p-category {
  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;
  margin-left: -4.75px;
  margin-right: -4.75px;
}
@media screen and (min-width: 520px) {
  .p-category {
    margin-left: -4.75px;
    margin-right: -4.75px;
  }
}
@media screen and (min-width: 960px) {
  .p-category {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.p-category:not(:last-child) {
  margin-bottom: 9.5px;
}
@media screen and (min-width: 520px) {
  .p-category:not(:last-child) {
    margin-bottom: 9.5px;
  }
}
@media screen and (min-width: 960px) {
  .p-category:not(:last-child) {
    margin-bottom: 16px;
  }
}
.p-category__choice {
  padding-left: 4.75px;
  padding-right: 4.75px;
  -ms-flex-preferred-size: 155.5px;
      flex-basis: 155.5px;
}
.p-category__choice:nth-child(-n+2) {
  margin-top: 0;
}
.p-category__choice:nth-of-type(n + 3) {
  margin-top: 19px;
}
.p-category__choice .p-select {
  padding: 9px 10px 7px;
  font-weight: 700;
  height: 38px;
}
.p-category__search {
  padding-left: 9.5px;
  padding-right: 9.5px;
  -ms-flex-preferred-size: 19px;
      flex-basis: 19px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: block;
  padding-left: 4.75px;
  padding-right: 4.75px;
}
.p-category__search:nth-child(-n+2) {
  margin-top: 0;
}
.p-category__search:nth-of-type(n + 3) {
  margin-top: 19px;
}
.p-category__search:nth-child(-n+2) {
  margin-top: 0;
}
.p-category__search:nth-of-type(n + 3) {
  margin-top: 9.5px;
}
@media screen and (min-width: 520px) {
  .p-category__search:nth-of-type(n + 3) {
    margin-top: 9.5px;
  }
}
@media screen and (min-width: 960px) {
  .p-category__search:nth-of-type(n + 3) {
    margin-top: 16px;
  }
}
@media screen and (min-width: 520px) {
  .p-category__search {
    padding-left: 4.75px;
    padding-right: 4.75px;
  }
}
@media screen and (min-width: 960px) {
  .p-category__search {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.p-textarea {
  padding: 8px 10px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #4B5561;
  line-height: 1.4;
}
.p-textarea:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
          box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}

.p-media {
  display: grid;
  display: -ms-grid;
  grid-template-rows: auto;
  grid-template-columns: 70px 1fr;
  color: #000000;
}
.p-media:not(:last-child) {
  margin-bottom: 19px;
}
.p-media__img {
  grid-row: 1;
  grid-column: 1/2;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.p-media:hover .p-media__img, .p-media--lg:hover .p-media__img {
  opacity: 0.65;
}
.p-media__img--border {
  border: 1px solid #4B5561;
}
.p-media__text {
  grid-row: 1;
  grid-column: 2/3;
  padding-left: 10px;
}
.p-media:hover {
  text-decoration: none;
  color: #000000;
}
.p-media:hover .p-media__link {
  text-decoration: underline;
  color: #1571DA;
}
.p-media--lg:hover .p-media__link {
  text-decoration: underline;
  color: #1571DA;
}
.p-media--lg {
  display: grid;
  display: -ms-grid;
  grid-template-rows: auto;
  grid-template-columns: 124px 1fr;
  color: #000000;
}
.p-media--lg:not(:last-child) {
  margin-bottom: 19px;
}
.p-media--lg:hover {
  text-decoration: none;
  color: #000000;
}

.p-media-block {
  display: block;
  height: 100%;
  cursor: pointer;
  background-color: #fff;
  color: #000000;
}
.p-media-block:hover {
  text-decoration: none;
  color: #10141F;
}
.p-media-block:hover .p-media-block__img__inner {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  text-decoration: none;
}
.p-media-block__img {
  width: 100%;
  height: 110px;
  position: relative;
  overflow: hidden;
}
.p-media-block__img__inner {
  position: absolute;
  background-position: center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 110px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-media-block__text {
  padding-top: 10px;
}

.p-table {
  border: 1px solid #ccc;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.p-table th {
  padding: 10px;
  background-color: #F1F1F1;
  border: 1px solid #ccc;
}
.p-table td {
  padding: 10px;
  background-color: #fff;
  vertical-align: top;
  border: 1px solid #ccc;
}

@media screen and (min-width: 520px) {
  .p-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 520px) {
  .p-table__row > * {
    width: 100%;
  }
}

.p-table__item {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 520px) {
  .p-table__item {
    border-top: 1px solid #ccc;
    border-left: none;
  }
}
.p-table__item--th {
  padding: 10px;
  background-color: #F1F1F1;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
}
.p-table__item--td {
  padding: 10px;
  background-color: #fff;
  vertical-align: top;
}

.p-hero {
  color: #fff;
  padding: 15px 20px;
}
@media screen and (min-width: 960px) {
  .p-hero {
    padding: 30px 0;
  }
}

.p-breadcrub {
  position: relative;
  z-index: 9;
  background-color: #393737;
  padding: 2px 20px 0;
}
@media screen and (min-width: 1200px) {
  .p-breadcrub {
    padding-left: 175px;
  }
}

.p-breadcrub__ul {
  list-style: none;
  padding-left: 0;
  letter-spacing: -0.4em;
  font-size: 75%;
}

.p-breadcrub__item {
  display: inline-block;
  letter-spacing: normal;
  position: relative;
  color: #999;
}
.p-breadcrub__item:not(:last-child) {
  padding-right: 18px;
}
.p-breadcrub__item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 6px;
  right: 8px;
  border-top: solid #4B5561 1px;
  border-right: solid #4B5561 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 500px) {
  .p-breadcrub__item:not(:last-child)::after {
    right: 7px;
    top: 7px;
  }
}

.p-breadcrub__link {
  color: #999;
}

.p-accordion__trigger {
  position: relative;
  cursor: pointer;
  background-color: #F3F3F3;
  padding: 10px 28px 10px 18px;
  font-weight: 700;
}
.p-accordion__trigger.is-open {
  background-color: #10141F;
}
.p-accordion__trigger.is-open::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 20px;
}
.p-accordion__trigger::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 17px;
  right: 15px;
}

.p-accordion__content {
  padding: 18px;
}

.p-accordion__body {
  display: none;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.p-pagetop__link {
  background-color: rgba(255, 255, 255, 0.85);
  display: block;
  width: 45px;
  height: 45px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  position: relative;
}
.p-pagetop__link::before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 20px;
  left: 16px;
}

.js-pagetop {
  position: fixed;
  bottom: 20px;
  right: 18px;
  display: block;
  z-index: 9999999;
}
@media screen and (min-width: 960px) {
  .js-pagetop {
    right: 30px;
  }
}

.l-wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100vh;
  position: relative;
}

.l-container {
  padding: 80px 0;
}
@media screen and (min-width: 520px) {
  .l-container {
    padding: 120px 0;
  }
}
.l-container--top {
  padding-top: 80px;
}
@media screen and (min-width: 520px) {
  .l-container--top {
    padding-top: 120px;
  }
}
.l-container--bottom {
  padding-bottom: 80px;
}
@media screen and (min-width: 520px) {
  .l-container--bottom {
    padding-bottom: 120px;
  }
}

.l-content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
}
@media screen and (min-width: 520px) {
  .l-content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: calc(520px - 1px)) {
  .l-content {
    width: 100%;
  }
}
.l-content--sm {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 520px) {
  .l-content--sm {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 960px) {
  .l-content--sm {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: calc(520px - 1px)) {
  .l-content--sm {
    width: 100%;
  }
}

.l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 70px;
}
@media screen and (min-width: 520px) {
  .l-main {
    padding-top: 65px;
  }
}

.l-unit:not(:last-child) {
  margin-bottom: 32px;
}

.l-unit--sm:not(:last-child) {
  margin-bottom: 16px;
}

.l-unit--lg:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 520px) {
  .l-unit--lg:not(:last-child) {
    margin-bottom: 120px;
  }
}

.l-row {
  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;
  margin-left: -9.5px;
  margin-right: -9.5px;
}
@media screen and (min-width: 520px) {
  .l-row {
    margin-left: -9.5px;
    margin-right: -9.5px;
  }
}
@media screen and (min-width: 960px) {
  .l-row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.l-row:not(:last-child) {
  margin-bottom: 19px;
}
@media screen and (min-width: 520px) {
  .l-row:not(:last-child) {
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 960px) {
  .l-row:not(:last-child) {
    margin-bottom: 32px;
  }
}

.l-row--sm {
  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;
  margin-left: -4.75px;
  margin-right: -4.75px;
}
@media screen and (min-width: 520px) {
  .l-row--sm {
    margin-left: -4.75px;
    margin-right: -4.75px;
  }
}
@media screen and (min-width: 960px) {
  .l-row--sm {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.l-row--sm:not(:last-child) {
  margin-bottom: 9.5px;
}
@media screen and (min-width: 520px) {
  .l-row--sm:not(:last-child) {
    margin-bottom: 9.5px;
  }
}
@media screen and (min-width: 960px) {
  .l-row--sm:not(:last-child) {
    margin-bottom: 16px;
  }
}

.l-row--lg {
  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;
  margin-left: -16px;
  margin-right: -16px;
}
.l-row--lg:not(:last-child) {
  margin-bottom: 16px;
}

.empty {
  padding: 0 !important;
  margin: 0 !important;
}

.is-black:before {
  opacity: 1 !important;
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  height: 70px;
  z-index: 9999;
  padding: 10px 20px;
  z-index: 99;
}
@media screen and (min-width: 960px) {
  .l-header {
    height: 65px;
  }
}
@media screen and (max-width: calc(500px - 1px)) {
  .l-header {
    padding: 10px;
  }
}
.l-header:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(16, 20, 31, 0)), color-stop(20%), to(#10141f));
  background: linear-gradient(0deg, rgba(16, 20, 31, 0), 20%, #10141f);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: -1;
}
.l-header__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 20px;
}
@media screen and (max-width: calc(500px - 1px)) {
  .l-header__unit {
    gap: 10px;
  }
}
.l-header__logo {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.l-header__logo img {
  height: 32px;
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width: 520px) {
  .l-header__nav {
    gap: 30px;
  }
}
@media screen and (max-width: calc(500px - 1px)) {
  .l-header__nav {
    gap: 10px;
  }
}
.l-header__lang {
  color: white;
  letter-spacing: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  min-width: 65px;
  font-family: YakuHanJP, "Outfit", sans-serif;
}
@media screen and (max-width: 320px) {
  .l-header__lang * {
    font-size: 14px;
  }
}
.l-header__lang a {
  opacity: 0.5;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: white;
}
.l-header__lang a:hover {
  opacity: 1;
}
.l-header__lang__ja {
  position: relative;
}
.l-header__lang__ja:before {
  content: "/";
  display: block;
  position: absolute;
  right: -14px;
  top: 50%;
  translate: 0 -50%;
}
.l-header__ham {
  min-height: 40px;
  min-width: 47px;
  cursor: pointer;
}
.l-header__ham__inner {
  position: relative;
}
.l-header__ham__line {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -40%;
  width: 20px;
}
.l-header__ham__line span {
  background: white;
  height: 2px;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
}
.l-header__ham__line span:nth-of-type(1) {
  width: 20px;
  translate: 0 -6px;
}
.l-header__ham__line span:nth-of-type(2) {
  width: 15px;
}
.l-header__ham__line span:nth-of-type(3) {
  width: 10px;
  translate: 0 6px;
}
.l-header__menu {
  background: white;
  width: 250px;
  height: calc(100vh - 70px);
  color: #10141F;
  border-radius: 5px 0 0 0;
  position: absolute;
  right: -250px;
  top: 70px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header__menu__bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(16, 20, 31, 0.8);
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}

.is-open .l-header__menu {
  right: 0;
}
.is-open .l-header__menu__bg {
  opacity: 1;
  pointer-events: initial;
}

.is-active .l-header__ham__line span:nth-of-type(1) {
  -webkit-animation: ham1 0.3s forwards;
          animation: ham1 0.3s forwards;
}
.is-active .l-header__ham__line span:nth-of-type(2) {
  -webkit-animation: ham2 0.3s forwards;
          animation: ham2 0.3s forwards;
}
.is-active .l-header__ham__line span:nth-of-type(3) {
  opacity: 0;
  -webkit-animation: ham3 0.3s forwards;
          animation: ham3 0.3s forwards;
}

@-webkit-keyframes ham1 {
  0% {
    width: 20px;
    translate: 0 -6px;
  }
  50% {
    translate: 0;
  }
  100% {
    rotate: 30deg;
    translate: 0;
  }
}

@keyframes ham1 {
  0% {
    width: 20px;
    translate: 0 -6px;
  }
  50% {
    translate: 0;
  }
  100% {
    rotate: 30deg;
    translate: 0;
  }
}
@-webkit-keyframes ham2 {
  0% {
    width: 15px;
  }
  50% {
    width: 20px;
  }
  100% {
    rotate: -30deg;
    width: 20px;
  }
}
@keyframes ham2 {
  0% {
    width: 15px;
  }
  50% {
    width: 20px;
  }
  100% {
    rotate: -30deg;
    width: 20px;
  }
}
@-webkit-keyframes ham3 {
  0% {
    translate: 0 6px;
    opacity: 1;
  }
  50% {
    translate: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ham3 {
  0% {
    translate: 0 6px;
    opacity: 1;
  }
  50% {
    translate: 0;
  }
  100% {
    opacity: 0;
  }
}
.l-nav__group {
  list-style: none;
  padding-left: 0;
}
.l-nav__item {
  border-bottom: 1px solid #9DA8B5;
}
.l-nav__item a {
  padding: 20px 40px 20px 20px;
  color: #10141F;
  display: block;
  font-family: YakuHanJP, "Outfit", sans-serif;
  text-decoration: none;
  position: relative;
}
.l-nav__item a:before {
  content: "";
  position: absolute;
  display: block;
  background: url("/sitewide/img/common/icon-arrow.svg") no-repeat center center/contain;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  width: 10px;
  height: 20px;
}

.l-footer {
  background: #000000;
  padding: 20px;
  margin-top: auto;
}
@media screen and (min-width: 520px) {
  .l-footer {
    padding: 20px 30px;
  }
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: calc(500px - 1px)) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.l-footer__img {
  width: auto;
  height: 32px;
  text-align: left;
}
.l-footer__copy {
  font-size: 12px;
  letter-spacing: 0.05rem;
  text-align: right;
  font-family: YakuHanJP, "Outfit", sans-serif;
}

.u-align-left {
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.u-align-center {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.u-align-right {
  display: block !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

.u-text-font-main {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

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

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

.u-text-sm {
  font-size: 1.4rem;
}

.u-text-indent {
  text-indent: 1em !important;
}

.u-text-note {
  margin-left: 1em !important;
  text-indent: -1em !important;
}

.u-text-nowrap {
  white-space: nowrap !important;
}

.u-text-breakword {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

.u-text-justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

.u-text-none {
  text-transform: none !important;
}

.u-text-lowercase {
  text-transform: lowercase !important;
}

.u-text-uppercase {
  text-transform: uppercase !important;
}

.u-text-capitalize {
  text-transform: capitalize !important;
}

.u-text-smallcaps {
  font-variant: small-caps !important;
}

.u-text-vertical {
  -webkit-writing-mode: vertical-rl !important;
      -ms-writing-mode: tb-rl !important;
          writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
}

.u-text-vertical--upright {
  text-orientation: upright !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-top {
  vertical-align: top !important;
}

.u-text-middle {
  vertical-align: middle !important;
}

.u-text-bottom {
  vertical-align: bottom !important;
}

.u-text-caution {
  color: #D14328;
}

@media screen and (min-width: 520px) {
  .u-text-center-pc {
    text-align: center;
  }
}

.u-text-center-sp {
  text-align: center;
}
@media screen and (min-width: 520px) {
  .u-text-center-sp {
    text-align: left;
  }
}

@media screen and (min-width: 520px) {
  .u-br-sp {
    display: none;
  }
}

.u-br-pc {
  display: none;
}
@media screen and (min-width: 520px) {
  .u-br-pc {
    display: block;
  }
}

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

@media screen and (max-width: calc(520px - 1px)) {
  .u-left-sp {
    text-align: left;
  }
}

.u-red {
  color: #10141F;
}

body {
  background: #10141F;
}

.tp-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.tp-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-bk {
  background: #000000;
  position: relative;
}
.bg-bk:before, .bg-bk:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(rgba(0, 0, 0, 0), black);
}
.bg-bk:before {
  top: 0;
  translate: 0 -100%;
}
.bg-bk:after {
  bottom: 0;
  translate: 0 100%;
  scale: -100%;
}

.bg-gr {
  background: rgba(16, 20, 31, 0.8);
}

.tp-main {
  text-align: center;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(16, 20, 31, 0.8);
  position: relative;
}
.tp-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp-main__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 520px) {
  .tp-main__unit {
    gap: 40px;
  }
}
.tp-main__logo {
  width: 60%;
  height: auto;
}
@media screen and (min-width: 520px) {
  .tp-main__logo {
    width: 200px;
  }
}
@media screen and (min-width: 960px) {
  .tp-main__logo {
    width: 260px;
  }
}
.tp-main__logo:nth-of-type(1) {
  -webkit-animation: main-logo 5s ease-in-out infinite;
          animation: main-logo 5s ease-in-out infinite;
}
.tp-main__logo:nth-of-type(2) {
  -webkit-animation: main-logo 5s ease-in-out -1s infinite;
          animation: main-logo 5s ease-in-out -1s infinite;
}
.tp-main .l-content {
  margin: 0;
  z-index: 9;
}
.tp-main .is-2 {
  margin-bottom: 20px;
}
.tp-main .u-left-sp {
  margin: 0 10px;
}
@media screen and (max-width: calc(520px - 1px)) {
  .tp-main .u-left-sp {
    line-height: 1.7;
  }
}

@-webkit-keyframes main-logo {
  0% {
    translate: 0;
  }
  50% {
    translate: 0 20px;
  }
  100% {
    translate: 0;
  }
}

@keyframes main-logo {
  0% {
    translate: 0;
  }
  50% {
    translate: 0 20px;
  }
  100% {
    translate: 0;
  }
}
.tp-scrolldown {
  position: absolute;
  top: calc(100vh - 110px);
  left: 2px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 9;
  font-size: 12px;
  font-family: YakuHanJP, "Outfit", sans-serif;
}
@media screen and (min-width: 520px) {
  .tp-scrolldown {
    bottom: 20px;
    left: 20px;
  }
}
.tp-scrolldown__line {
  position: absolute;
  height: 80px;
  display: block;
  bottom: 90px;
  left: 14px;
}
.tp-scrolldown__line:before, .tp-scrolldown__line:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
}
.tp-scrolldown__line:before {
  background: #4B5561;
  height: 100%;
}
.tp-scrolldown__line:after {
  background: white;
  -webkit-animation: scroll 2s ease infinite;
          animation: scroll 2s ease infinite;
}
.tp-scrolldown p {
  letter-spacing: 0.3rem;
}

@-webkit-keyframes scroll {
  0% {
    height: 0;
    top: 0;
  }
  10% {
    height: 100%;
    top: 0;
  }
  20% {
    height: 0%;
    top: 80px;
  }
  100% {
    height: 0%;
    top: 80px;
  }
}

@keyframes scroll {
  0% {
    height: 0;
    top: 0;
  }
  10% {
    height: 100%;
    top: 0;
  }
  20% {
    height: 0%;
    top: 80px;
  }
  100% {
    height: 0%;
    top: 80px;
  }
}
.tp-web3 .l-content {
  max-width: initial;
}
.tp-web3__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 960px) {
  .tp-web3__unit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.tp-web3__img {
  width: calc(100% + 60px);
  margin-left: -20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .tp-web3__img {
    width: 120%;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .tp-web3__text {
    margin-left: -40px;
  }
}

.tp-dwusdgate {
  text-align: center;
  padding-bottom: 20px;
}
.tp-dwusdgate__img {
  margin-bottom: 30px;
}
@media screen and (min-width: 520px) {
  .tp-dwusdgate__img {
    margin-bottom: 40px;
  }
}
.tp-dwusdgate__scroll {
  margin-top: 80px;
}
.tp-dwusdgate__scroll__inner {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tp-dwusdgate__scroll__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: scroll-text 30s infinite linear 0.5s both;
          animation: scroll-text 30s infinite linear 0.5s both;
}
.tp-dwusdgate__scroll__item {
  width: 200vw;
}
@media screen and (min-width: 520px) {
  .tp-dwusdgate__scroll__item {
    width: 50vw;
  }
}
.tp-dwusdgate__scroll__item img {
  width: 100%;
  display: block;
  height: auto;
  opacity: 0.1;
}

@-webkit-keyframes scroll-text {
  0% {
    translate: 0;
  }
  100% {
    translate: -100% 0;
  }
}

@keyframes scroll-text {
  0% {
    translate: 0;
  }
  100% {
    translate: -100% 0;
  }
}
.ab-main {
  height: 540px;
  width: 100%;
  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;
  position: fixed;
  top: 0;
  left: 0;
  background: radial-gradient(#262e43 0%, #262e43 42.67%, #07080f 100%);
  padding-top: 70px;
}
@media screen and (min-width: 960px) {
  .ab-main {
    padding-top: 65px;
  }
}
.ab-main .l-content {
  max-width: initial;
  margin: 0;
}
.ab-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (min-width: 960px) {
  .ab-main__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.ab-main .is-1 {
  font-family: YakuHanJP, "Outfit", sans-serif;
  letter-spacing: 0.2rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .ab-main .is-1 {
    text-align: left;
    letter-spacing: 0.5rem;
  }
}
@media screen and (max-width: calc(960px - 1px)) {
  .ab-main .is-1 {
    font-size: 36px;
  }
}
.ab-main video {
  mix-blend-mode: lighten;
  width: 100%;
  max-width: 486px;
}
@media screen and (min-width: 960px) {
  .ab-main video {
    width: 416px;
    height: auto;
  }
}

.ab-content {
  margin-top: 540px;
  -webkit-backdrop-filter: blur(10px) brightness(40%);
          backdrop-filter: blur(10px) brightness(40%);
  z-index: 5;
}
.ab-content__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ab-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 0;
}
.ab-content__item:first-of-type {
  padding-top: 0;
}
.ab-content__item:last-of-type {
  padding-bottom: 0;
}
.ab-content__item:not(:last-of-type) {
  border-bottom: 1px solid #4B5561;
}
.ab-content__item p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #9DA8B5;
}/*# sourceMappingURL=common.css.map */