:root {
  --TB: 1000px;
  --SP: 680px;
  --jp_go: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", "Meiryo", sans-serif;
  --en_go: "Heebo", sans-serif;
  --go: "Heebo", var(--jp_go);
  --ff: var(--go);
  --title: "Outfit", var(--jp_go);
  --fz_pc: 14px;
  --fz_tb: 13px;
  --fz_sp: 12px;
  --lh: 2;
  --ls: 0em;
  --fwh: 700;
  --fwb: 500;
  --fwn: 400;
  --pow0: 14px;
  --pow1: 17px;
  --pow2: 20px;
  --pow3: 24px;
  --pow4: 29px;
  --pow5: 35px;
  --pow6: 42px;
  --pow7: 50px;
  --pow8: 60px;
  --pow9: 72px;
  --pow10: 87px;
  --Title: hsla(245, 40%, 30%, 1);
  --Text: hsla(245, 25%, 40%, 1);
  --SubText: hsla(245, 10%, 50%, 1);
  --Border: hsla(245, 15%, 85%, 1);
  --Base1: hsla(245, 18%, 95%, 1);
  --Base2: hsla(245, 20%, 92%, 1);
  --Base3: hsla(245, 20%, 89%, 1);
  --White: hsla(0, 0%, 100%, 1);
  --Key1: #29a3cc;
  --Key2: #ad13cc;
  --Key3: #675fcc;
  --Key4: #d97c87;
  --Key5: #4c45a1;
  --grad: linear-gradient(140deg, var(--Key1), var(--Key2));
  --grad2: linear-gradient(140deg, var(--Key3), var(--Key4));
  --DarkTitle: hsla(245, 10%, 95%, 1);
  --DarkText: hsla(245, 15%, 80%, 1);
  --DarkSubText: hsla(245, 10%, 40%, 1);
  --DarkBorder: hsla(245, 10%, 25%, 1);
  --DarkBase1: hsla(245, 15%, 10%, 1);
  --DarkBase2: hsla(245, 15%, 13%, 1);
  --DarkBase3: hsla(245, 15%, 16%, 1);
  --DarkWhite: hsla(0, 0%, 0%, 1);
  --LightTitle: hsla(245, 40%, 30%, 1);
  --LightText: hsla(245, 25%, 40%, 1);
  --LightSubText: hsla(245, 10%, 50%, 1);
  --LightBorder: hsla(245, 15%, 85%, 1);
  --LightBase1: hsla(245, 18%, 95%, 1);
  --LightBase2: hsla(245, 20%, 92%, 1);
  --LightBase3: hsla(245, 20%, 89%, 1);
  --LightWhite: hsla(0, 0%, 100%, 1);
}
@media only screen and (max-width: 1000px) {
  :root {
    --pow0: 13px;
  }
}
@media only screen and (max-width: 680px) {
  :root {
    --pow0: 12px;
  }
}
@media only screen and (max-width: 1000px) {
  :root {
    --pow1: 16px;
  }
}
@media only screen and (max-width: 680px) {
  :root {
    --pow1: 14px;
  }
}
@media only screen and (max-width: 1000px) {
  :root {
    --pow2: 19px;
  }
}
@media only screen and (max-width: 680px) {
  :root {
    --pow2: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  :root {
    --pow3: 22px;
  }
}
@media only screen and (max-width: 680px) {
  :root {
    --pow3: 18px;
  }
}
@media only screen and (max-width: 1000px) {
  :root {
    --pow4: 27px;
  }
}
@media only screen and (max-width: 680px) {
  :root {
    --pow4: 21px;
  }
}
@media only screen and (max-width: 1000px) {
  :root {
    --pow5: 32px;
  }
}
@media only screen and (max-width: 680px) {
  :root {
    --pow5: 24px;
  }
}
@media only screen and (max-width: 1000px) {
  :root {
    --pow6: 39px;
  }
}
@media only screen and (max-width: 680px) {
  :root {
    --pow6: 28px;
  }
}
@media only screen and (max-width: 1000px) {
  :root {
    --pow7: 47px;
  }
}
@media only screen and (max-width: 680px) {
  :root {
    --pow7: 32px;
  }
}
@media only screen and (max-width: 1000px) {
  :root {
    --pow8: 56px;
  }
}
@media only screen and (max-width: 680px) {
  :root {
    --pow8: 37px;
  }
}
@media only screen and (max-width: 1000px) {
  :root {
    --pow9: 67px;
  }
}
@media only screen and (max-width: 680px) {
  :root {
    --pow9: 42px;
  }
}
@media only screen and (max-width: 1000px) {
  :root {
    --pow10: 80px;
  }
}
@media only screen and (max-width: 680px) {
  :root {
    --pow10: 49px;
  }
}
:root.is-invert {
  --Title: hsla(245, 10%, 95%, 1);
  --Text: hsla(245, 15%, 80%, 1);
  --SubText: hsla(245, 10%, 40%, 1);
  --Border: hsla(245, 10%, 25%, 1);
  --Base1: hsla(245, 15%, 10%, 1);
  --Base2: hsla(245, 15%, 13%, 1);
  --Base3: hsla(245, 15%, 16%, 1);
  --White: hsla(0, 0%, 0%, 1);
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: rgba(0, 0, 0, 0);
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0);
}
body,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
input,
textarea,
option,
div,
p,
dt,
dd,
li,
address {
  font-family: var(--ff);
  font-weight: var(--fwn);
  font-style: normal;
  color: var(--Title);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-family: var(--ff);
  font-size: var(--fz_pc);
  -ms-overflow-style: none;
}
@media only screen and (max-width: 1000px) {
  html {
    font-size: var(--fz_tb);
  }
}
@media only screen and (max-width: 680px) {
  html {
    font-size: var(--fz_sp);
  }
}
html::-webkit-scrollbar {
  display: none;
}
body {
  width: 100%;
  z-index: 0;
  height: auto;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: var(--Base1);
}
body.ready * {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  color: var(--Title);
  background: var(--Border);
}
::selection {
  color: var(--Title);
  background: var(--Border);
}
::-moz-selection {
  color: var(--Title);
  background: var(--Border);
}
img {
  display: block;
  width: 100%;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
span,
i {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
a {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  color: var(--Title);
}
select,
input,
textarea,
button {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
textarea {
  resize: vertical;
  overflow: auto;
}
input + label {
  cursor: pointer;
}
.show_pc {
  display: block;
}
@media only screen and (max-width: 1000px) {
  .show_pc {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .show_pc {
    display: none;
  }
}
.show_pctb {
  display: block;
}
@media only screen and (max-width: 1000px) {
  .show_pctb {
    display: block;
  }
}
@media only screen and (max-width: 680px) {
  .show_pctb {
    display: none;
  }
}
.show_tbsp {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .show_tbsp {
    display: block;
  }
}
@media only screen and (max-width: 680px) {
  .show_tbsp {
    display: block;
  }
}
.show_tb {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .show_tb {
    display: block;
  }
}
@media only screen and (max-width: 680px) {
  .show_tb {
    display: none;
  }
}
.show_sp {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .show_sp {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .show_sp {
    display: block;
  }
}
.sitemap a {
  display: block;
  margin-bottom: 1rem;
}
.sitemap a span {
  min-width: 100px;
  text-align: center;
  display: inline-block;
  border: 1px solid #eee;
  padding: 0.5rem 1rem;
}
.sitemap div {
  margin-left: 2rem;
}
body.is-testnet .p-logo:after,
body.is-testnet .p-logo__w:after,
body.is-testnet .p-logo__slash:after {
  content: "TestNet";
  position: absolute;
  top: 60%;
  left: 100%;
  display: block;
  -webkit-transform: translate(0.5em, -50%);
  transform: translate(0.5em, -50%);
  font-size: 11px;
  font-weight: var(--fwn);
  font-family: var(--title);
  letter-spacing: 0.02em;
  line-height: 1;
  background-color: var(--Key1);
  border: 1px solid rgba(136, 136, 136, 0.3);
  padding: 0.15em 0.4em 0.2em;
  color: #fff;
  border-radius: 1em;
}
@media only screen and (max-width: 680px) {
  body.is-testnet .p-logo:after,
  body.is-testnet .p-logo__w:after,
  body.is-testnet .p-logo__slash:after {
    font-size: 10px;
    -webkit-transform: translate(0.3em, -50%);
    transform: translate(0.3em, -50%);
    font-size: 9px;
  }
}
.p-logo,
.p-logo__w,
.p-logo__slash {
  position: relative;
  display: block;
  font-size: 0;
  line-height: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.p-logo:before,
.p-logo__w:before,
.p-logo__slash:before {
  content: "";
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 14.2857142857%;
}
.p-logo img,
.p-logo__w img,
.p-logo__slash img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  will-change: opacity;
}
.p-logo__grad {
  opacity: 1;
}
.p-logo__white {
  opacity: 0;
}
.p-logo svg,
.p-logo__w svg,
.p-logo__slash svg {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  top: 0;
  left: 0;
  fill: var(--Title);
}
.p-logo > span,
.p-logo__w > span,
.p-logo__slash > span {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
  top: 0;
  left: 0;
  display: block;
}
.p-logo__slash:before {
  padding-top: 28.5714285714%;
}
.p-logo__w svg {
  fill: var(--White);
}
.p-title,
.p-title__xs,
.b-mediakit__box .p-box__foot .p-title,
.p-title__s,
.b-mediakit__box__head .p-title,
.page_top__started .p-box .p-title,
.page_top__flow__chart .p-box .p-title,
.p-title__l,
.b-common__head .p-title,
.page_top__mv .p-title {
  font-size: var(--pow8);
  font-weight: var(--fwh);
  font-family: var(--title);
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin-bottom: 0.3em;
  text-transform: capitalize;
}
@media only screen and (max-width: 680px) {
  .p-title,
  .p-title__xs,
  .b-mediakit__box .p-box__foot .p-title,
  .p-title__s,
  .b-mediakit__box__head .p-title,
  .page_top__started .p-box .p-title,
  .page_top__flow__chart .p-box .p-title,
  .p-title__l,
  .b-common__head .p-title,
  .page_top__mv .p-title {
    letter-spacing: 0;
  }
}
.p-title > span,
.p-title__xs > span,
.b-mediakit__box .p-box__foot .p-title > span,
.p-title__s > span,
.b-mediakit__box__head .p-title > span,
.page_top__started .p-box .p-title > span,
.page_top__flow__chart .p-box .p-title > span,
.p-title__l > span,
.b-common__head .p-title > span,
.page_top__mv .p-title > span {
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.p-title__l,
.b-common__head .p-title,
.page_top__mv .p-title {
  font-size: var(--pow10);
}
@media only screen and (max-width: 680px) {
  .p-title__l,
  .b-common__head .p-title,
  .page_top__mv .p-title {
    font-size: 46px;
  }
}
.p-title__s,
.b-mediakit__box__head .p-title,
.page_top__started .p-box .p-title,
.page_top__flow__chart .p-box .p-title {
  font-size: var(--pow4);
  line-height: 1;
  position: relative;
  padding-left: 0.8em;
  margin-bottom: 0.5em;
}
.p-title__s:before,
.b-mediakit__box__head .p-title:before,
.page_top__started .p-box .p-title:before,
.page_top__flow__chart .p-box .p-title:before {
  content: "";
  width: 0.3em;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: var(--grad);
}
.p-title__xs,
.b-mediakit__box .p-box__foot .p-title {
  font-size: var(--pow1);
  font-weight: var(--fwb);
  line-height: 1;
  position: relative;
  color: var(--Title);
}
@media only screen and (max-width: 1000px) {
  .p-title__xs,
  .b-mediakit__box .p-box__foot .p-title {
    font-size: var(--pow1);
  }
}
.p-title__xs > span,
.b-mediakit__box .p-box__foot .p-title > span {
  background: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.p-lead,
.p-lead__s,
.page_top__flow__chart .p-box .p-lead,
.p-lead__l,
.b-common__head .p-lead {
  font-size: var(--pow3);
  font-weight: var(--fwh);
  font-family: var(--ff);
  letter-spacing: 0.01em;
  line-height: 1.6;
}
.p-lead.is-jp,
.is-jp.p-lead__s,
.page_top__flow__chart .p-box .is-jp.p-lead,
.is-jp.p-lead__l {
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media only screen and (max-width: 680px) {
  .p-lead.is-jp,
  .is-jp.p-lead__s,
  .page_top__flow__chart .p-box .is-jp.p-lead,
  .is-jp.p-lead__l {
    letter-spacing: 0.02em;
  }
}
.p-lead__l,
.b-common__head .p-lead {
  font-size: var(--pow4);
  font-weight: var(--fwh);
  font-family: var(--ff);
  letter-spacing: 0.01em;
  line-height: 1.4;
}
.p-lead__l.is-jp,
.b-common__head .is-jp.p-lead {
  line-height: 1.8;
}
.p-lead__s,
.page_top__flow__chart .p-box .p-lead {
  font-size: var(--pow2);
  font-weight: var(--fwh);
  font-family: var(--ff);
  letter-spacing: 0.01em;
  line-height: 1.5;
}
.p-lead__s.is-jp,
.page_top__flow__chart .p-box .is-jp.p-lead {
  font-size: calc(var(--pow2) - 2px);
  line-height: 1.5;
}
.p-lead + .p-text,
.p-table table th > .p-lead + span,
.p-table table td > .p-lead + span,
.p-lead + .p-text__s,
.b-mediakit__box__head .p-lead + .p-text,
.b-mediakit__misuse__box__body .p-lead + .p-text,
.page_top__started .p-box .p-lead + .p-text,
.page_top__flow__chart .p-box .p-lead + .p-text,
.p-lead + .p-text__l,
.b-common__head .p-lead + .p-text,
.page_top__mv .p-lead + .p-text,
.p-lead__l + .p-text,
.p-table table th > .p-lead__l + span,
.p-table table td > .p-lead__l + span,
.p-lead__l + .p-text__s,
.b-common__head .p-lead + .p-text__s,
.b-mediakit__box__head .p-lead__l + .p-text,
.b-mediakit__misuse__box__body .p-lead__l + .p-text,
.page_top__started .p-box .p-lead__l + .p-text,
.page_top__flow__chart .p-box .p-lead__l + .p-text,
.p-lead__l + .p-text__l,
.b-common__head .p-lead + .p-text__l,
.b-common__head .p-lead__l + .p-text,
.page_top__mv .p-lead__l + .p-text,
.p-lead__s + .p-text,
.p-table table th > .p-lead__s + span,
.p-table table .page_top__flow__chart .p-box th > .p-lead + span,
.page_top__flow__chart .p-box .p-table table th > .p-lead + span,
.p-table table td > .p-lead__s + span,
.p-table table .page_top__flow__chart .p-box td > .p-lead + span,
.page_top__flow__chart .p-box .p-table table td > .p-lead + span,
.p-lead__s + .p-text__s,
.page_top__flow__chart .p-box .p-lead + .p-text__s,
.b-mediakit__box__head .p-lead__s + .p-text,
.b-mediakit__misuse__box__body .p-lead__s + .p-text,
.page_top__started .p-box .p-lead__s + .p-text,
.page_top__flow__chart .p-box .p-lead__s + .p-text,
.p-lead__s + .p-text__l,
.page_top__flow__chart .p-box .p-lead + .p-text__l,
.b-common__head .p-lead__s + .p-text,
.page_top__mv .p-lead__s + .p-text {
  margin-top: 1em;
}
.p-text,
.p-table table th > span,
.p-table table td > span,
.p-text__s,
.b-mediakit__box__head .p-text,
.b-mediakit__misuse__box__body .p-text,
.page_top__started .p-box .p-text,
.page_top__flow__chart .p-box .p-text,
.p-text__l,
.b-common__head .p-text,
.page_top__mv .p-text {
  font-size: calc(var(--pow0) + 2px);
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0.01em;
  line-height: 1.9;
  color: var(--Text);
}
.p-text__l,
.b-common__head .p-text,
.page_top__mv .p-text {
  font-size: var(--pow1);
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0.01em;
  line-height: 1.8;
}
.p-text__s,
.b-mediakit__box__head .p-text,
.b-mediakit__misuse__box__body .p-text,
.page_top__started .p-box .p-text,
.page_top__flow__chart .p-box .p-text {
  font-size: var(--pow0);
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0.01em;
  line-height: 1.7;
}
.p-text a,
.p-table table th > span a,
.p-table table td > span a,
.p-text__l a,
.b-common__head .p-text a,
.page_top__mv .p-text a,
.p-text__s a,
.b-mediakit__box__head .p-text a,
.b-mediakit__misuse__box__body .p-text a,
.page_top__started .p-box .p-text a,
.page_top__flow__chart .p-box .p-text a {
  text-decoration: underline;
  color: inherit;
}
@media only screen and (min-width: 1000px) {
  .p-text a:hover,
  .p-table table th > span a:hover,
  .p-table table td > span a:hover,
  .p-text__l a:hover,
  .p-text__s a:hover,
  .page_top__started .p-box .p-text a:hover,
  .page_top__flow__chart .p-box .p-text a:hover {
    text-decoration: none;
  }
}
.p-cap,
.b-template__content__sethtml p,
.js-gallery__text,
.p-attention ul li {
  font-size: var(--pow0);
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0.06em;
  line-height: var(--lh);
  opacity: 0.7;
}
.p-cap a,
.b-template__content__sethtml p a,
.js-gallery__text a,
.p-attention ul li a {
  text-decoration: underline;
  color: inherit;
}
@media only screen and (min-width: 1000px) {
  .p-cap a:hover,
  .b-template__content__sethtml p a:hover,
  .js-gallery__text a:hover,
  .p-attention ul li a:hover {
    text-decoration: none;
  }
}
.p-min {
  font-size: calc(1rem - 2px);
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: var(--ls);
  line-height: var(--lh);
}
.p-min a {
  text-decoration: underline;
  color: inherit;
}
@media only screen and (min-width: 1000px) {
  .p-min a:hover {
    text-decoration: none;
  }
}
.p-image__r150 {
  position: relative;
  display: block;
}
.p-image__r150 > span {
  position: relative;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-image__r150 > span::before {
  content: "";
  padding-top: 150%;
  width: 100%;
  display: block;
}
.p-image__r150__link {
  position: relative;
  display: block;
}
.p-image__r150__link > span {
  position: relative;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-image__r150__link > span::before {
  content: "";
  padding-top: 150%;
  width: 100%;
  display: block;
}
.p-image__r150__link::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background-color: #111;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.p-image__r150__link:after {
  content: attr(data-text);
  font-size: 12px;
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0.16em;
  line-height: 20px;
  position: absolute;
  z-index: 2;
  margin-top: -10px;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  color: #fff;
  opacity: 0;
  will-change: opacity;
  letter-spacing: 0.3em;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, letter-spacing 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, letter-spacing 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .p-image__r150__link:hover:before {
    opacity: 0.8;
  }
  .p-image__r150__link:hover:after {
    opacity: 1;
    letter-spacing: 0.16em;
  }
}
.p-image__r150__videolink {
  position: relative;
  display: block;
}
.p-image__r150__videolink > span {
  position: relative;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-image__r150__videolink > span::before {
  content: "";
  padding-top: 150%;
  width: 100%;
  display: block;
}
.p-image__r150__videolink::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #111;
  z-index: 1;
  visibility: visible;
  opacity: 0.1;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  cursor: pointer;
}
.p-image__r150__videolink:after {
  content: "";
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../image/common/pray_youtube.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .p-image__r150__videolink:hover:before {
    opacity: 0.6;
  }
  .p-image__r150__videolink:hover:after {
    opacity: 1;
  }
}
.p-image__r125 {
  position: relative;
  display: block;
}
.p-image__r125 > span {
  position: relative;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-image__r125 > span::before {
  content: "";
  padding-top: 125%;
  width: 100%;
  display: block;
}
.p-image__r125__link {
  position: relative;
  display: block;
}
.p-image__r125__link > span {
  position: relative;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-image__r125__link > span::before {
  content: "";
  padding-top: 125%;
  width: 100%;
  display: block;
}
.p-image__r125__link::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background-color: #111;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.p-image__r125__link:after {
  content: attr(data-text);
  font-size: 12px;
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0.16em;
  line-height: 20px;
  position: absolute;
  z-index: 2;
  margin-top: -10px;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  color: #fff;
  opacity: 0;
  will-change: opacity;
  letter-spacing: 0.3em;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, letter-spacing 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, letter-spacing 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .p-image__r125__link:hover:before {
    opacity: 0.8;
  }
  .p-image__r125__link:hover:after {
    opacity: 1;
    letter-spacing: 0.16em;
  }
}
.p-image__r125__videolink {
  position: relative;
  display: block;
}
.p-image__r125__videolink > span {
  position: relative;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-image__r125__videolink > span::before {
  content: "";
  padding-top: 125%;
  width: 100%;
  display: block;
}
.p-image__r125__videolink::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #111;
  z-index: 1;
  visibility: visible;
  opacity: 0.1;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  cursor: pointer;
}
.p-image__r125__videolink:after {
  content: "";
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../image/common/pray_youtube.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .p-image__r125__videolink:hover:before {
    opacity: 0.6;
  }
  .p-image__r125__videolink:hover:after {
    opacity: 1;
  }
}
.p-image__r100,
.page_top__uiux__fig__flame,
.page_top__flow__chart .p-box__image,
.page_top__contact__content__main .p-box__image,
.js-floating__box__image {
  position: relative;
  display: block;
}
.p-image__r100 > span,
.page_top__uiux__fig__flame > span,
.page_top__flow__chart .p-box__image > span,
.page_top__contact__content__main .p-box__image > span,
.js-floating__box__image > span {
  position: relative;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-image__r100 > span::before,
.page_top__uiux__fig__flame > span::before,
.page_top__flow__chart .p-box__image > span::before,
.page_top__contact__content__main .p-box__image > span::before,
.js-floating__box__image > span::before {
  content: "";
  padding-top: 100%;
  width: 100%;
  display: block;
}
.p-image__r100__link {
  position: relative;
  display: block;
}
.p-image__r100__link > span {
  position: relative;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-image__r100__link > span::before {
  content: "";
  padding-top: 100%;
  width: 100%;
  display: block;
}
.p-image__r100__link::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background-color: #111;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.p-image__r100__link:after {
  content: attr(data-text);
  font-size: 12px;
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0.16em;
  line-height: 20px;
  position: absolute;
  z-index: 2;
  margin-top: -10px;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  color: #fff;
  opacity: 0;
  will-change: opacity;
  letter-spacing: 0.3em;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, letter-spacing 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, letter-spacing 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .p-image__r100__link:hover:before {
    opacity: 0.8;
  }
  .p-image__r100__link:hover:after {
    opacity: 1;
    letter-spacing: 0.16em;
  }
}
.p-image__r100__videolink {
  position: relative;
  display: block;
}
.p-image__r100__videolink > span {
  position: relative;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-image__r100__videolink > span::before {
  content: "";
  padding-top: 100%;
  width: 100%;
  display: block;
}
.p-image__r100__videolink::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #111;
  z-index: 1;
  visibility: visible;
  opacity: 0.1;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  cursor: pointer;
}
.p-image__r100__videolink:after {
  content: "";
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../image/common/pray_youtube.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .p-image__r100__videolink:hover:before {
    opacity: 0.6;
  }
  .p-image__r100__videolink:hover:after {
    opacity: 1;
  }
}
.p-image__r75 {
  position: relative;
  display: block;
}
.p-image__r75 > span {
  position: relative;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-image__r75 > span::before {
  content: "";
  padding-top: 75%;
  width: 100%;
  display: block;
}
.p-image__r75__link {
  position: relative;
  display: block;
}
.p-image__r75__link > span {
  position: relative;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-image__r75__link > span::before {
  content: "";
  padding-top: 75%;
  width: 100%;
  display: block;
}
.p-image__r75__link::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background-color: #111;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.p-image__r75__link:after {
  content: attr(data-text);
  font-size: 12px;
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0.16em;
  line-height: 20px;
  position: absolute;
  z-index: 2;
  margin-top: -10px;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  color: #fff;
  opacity: 0;
  will-change: opacity;
  letter-spacing: 0.3em;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, letter-spacing 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, letter-spacing 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .p-image__r75__link:hover:before {
    opacity: 0.8;
  }
  .p-image__r75__link:hover:after {
    opacity: 1;
    letter-spacing: 0.16em;
  }
}
.p-image__r75__videolink {
  position: relative;
  display: block;
}
.p-image__r75__videolink > span {
  position: relative;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-image__r75__videolink > span::before {
  content: "";
  padding-top: 75%;
  width: 100%;
  display: block;
}
.p-image__r75__videolink::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #111;
  z-index: 1;
  visibility: visible;
  opacity: 0.1;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  cursor: pointer;
}
.p-image__r75__videolink:after {
  content: "";
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../image/common/pray_youtube.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .p-image__r75__videolink:hover:before {
    opacity: 0.6;
  }
  .p-image__r75__videolink:hover:after {
    opacity: 1;
  }
}
.p-image__r66 {
  position: relative;
  display: block;
}
.p-image__r66 > span {
  position: relative;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-image__r66 > span::before {
  content: "";
  padding-top: 66.66%;
  width: 100%;
  display: block;
}
.p-image__r66__link {
  position: relative;
  display: block;
}
.p-image__r66__link > span {
  position: relative;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-image__r66__link > span::before {
  content: "";
  padding-top: 66.66%;
  width: 100%;
  display: block;
}
.p-image__r66__link::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background-color: #111;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.p-image__r66__link:after {
  content: attr(data-text);
  font-size: 12px;
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0.16em;
  line-height: 20px;
  position: absolute;
  z-index: 2;
  margin-top: -10px;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  color: #fff;
  opacity: 0;
  will-change: opacity;
  letter-spacing: 0.3em;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, letter-spacing 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, letter-spacing 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .p-image__r66__link:hover:before {
    opacity: 0.8;
  }
  .p-image__r66__link:hover:after {
    opacity: 1;
    letter-spacing: 0.16em;
  }
}
.p-image__r66__videolink {
  position: relative;
  display: block;
}
.p-image__r66__videolink > span {
  position: relative;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-image__r66__videolink > span::before {
  content: "";
  padding-top: 66.66%;
  width: 100%;
  display: block;
}
.p-image__r66__videolink::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #111;
  z-index: 1;
  visibility: visible;
  opacity: 0.1;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  cursor: pointer;
}
.p-image__r66__videolink:after {
  content: "";
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../image/common/pray_youtube.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .p-image__r66__videolink:hover:before {
    opacity: 0.6;
  }
  .p-image__r66__videolink:hover:after {
    opacity: 1;
  }
}
.p-image__r56 {
  position: relative;
  display: block;
}
.p-image__r56 > span {
  position: relative;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-image__r56 > span::before {
  content: "";
  padding-top: 56.25%;
  width: 100%;
  display: block;
}
.p-image__r56__link {
  position: relative;
  display: block;
}
.p-image__r56__link > span {
  position: relative;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-image__r56__link > span::before {
  content: "";
  padding-top: 56.25%;
  width: 100%;
  display: block;
}
.p-image__r56__link::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background-color: #111;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.p-image__r56__link:after {
  content: attr(data-text);
  font-size: 12px;
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0.16em;
  line-height: 20px;
  position: absolute;
  z-index: 2;
  margin-top: -10px;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  color: #fff;
  opacity: 0;
  will-change: opacity;
  letter-spacing: 0.3em;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, letter-spacing 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, letter-spacing 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .p-image__r56__link:hover:before {
    opacity: 0.8;
  }
  .p-image__r56__link:hover:after {
    opacity: 1;
    letter-spacing: 0.16em;
  }
}
.p-image__r56__videolink,
.page_top__about__youtube__thum {
  position: relative;
  display: block;
}
.p-image__r56__videolink > span,
.page_top__about__youtube__thum > span {
  position: relative;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-image__r56__videolink > span::before,
.page_top__about__youtube__thum > span::before {
  content: "";
  padding-top: 56.25%;
  width: 100%;
  display: block;
}
.p-image__r56__videolink::before,
.page_top__about__youtube__thum::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #111;
  z-index: 1;
  visibility: visible;
  opacity: 0.1;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  cursor: pointer;
}
.p-image__r56__videolink:after,
.page_top__about__youtube__thum:after {
  content: "";
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../image/common/pray_youtube.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .p-image__r56__videolink:hover:before,
  .page_top__about__youtube__thum:hover:before {
    opacity: 0.6;
  }
  .p-image__r56__videolink:hover:after,
  .page_top__about__youtube__thum:hover:after {
    opacity: 1;
  }
}
.p-image__r50 {
  position: relative;
  display: block;
}
.p-image__r50 > span {
  position: relative;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-image__r50 > span::before {
  content: "";
  padding-top: 50%;
  width: 100%;
  display: block;
}
.p-image__r50__link {
  position: relative;
  display: block;
}
.p-image__r50__link > span {
  position: relative;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-image__r50__link > span::before {
  content: "";
  padding-top: 50%;
  width: 100%;
  display: block;
}
.p-image__r50__link::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background-color: #111;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.p-image__r50__link:after {
  content: attr(data-text);
  font-size: 12px;
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0.16em;
  line-height: 20px;
  position: absolute;
  z-index: 2;
  margin-top: -10px;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  color: #fff;
  opacity: 0;
  will-change: opacity;
  letter-spacing: 0.3em;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, letter-spacing 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, letter-spacing 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .p-image__r50__link:hover:before {
    opacity: 0.8;
  }
  .p-image__r50__link:hover:after {
    opacity: 1;
    letter-spacing: 0.16em;
  }
}
.p-image__r50__videolink {
  position: relative;
  display: block;
}
.p-image__r50__videolink > span {
  position: relative;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-image__r50__videolink > span::before {
  content: "";
  padding-top: 50%;
  width: 100%;
  display: block;
}
.p-image__r50__videolink::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #111;
  z-index: 1;
  visibility: visible;
  opacity: 0.1;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  cursor: pointer;
}
.p-image__r50__videolink:after {
  content: "";
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../image/common/pray_youtube.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .p-image__r50__videolink:hover:before {
    opacity: 0.6;
  }
  .p-image__r50__videolink:hover:after {
    opacity: 1;
  }
}
.p-image__r33 {
  position: relative;
  display: block;
}
.p-image__r33 > span {
  position: relative;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-image__r33 > span::before {
  content: "";
  padding-top: 33.33%;
  width: 100%;
  display: block;
}
.p-image__r33__link {
  position: relative;
  display: block;
}
.p-image__r33__link > span {
  position: relative;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-image__r33__link > span::before {
  content: "";
  padding-top: 33.33%;
  width: 100%;
  display: block;
}
.p-image__r33__link::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background-color: #111;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.p-image__r33__link:after {
  content: attr(data-text);
  font-size: 12px;
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0.16em;
  line-height: 20px;
  position: absolute;
  z-index: 2;
  margin-top: -10px;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  color: #fff;
  opacity: 0;
  will-change: opacity;
  letter-spacing: 0.3em;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, letter-spacing 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, letter-spacing 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .p-image__r33__link:hover:before {
    opacity: 0.8;
  }
  .p-image__r33__link:hover:after {
    opacity: 1;
    letter-spacing: 0.16em;
  }
}
.p-image__r33__videolink {
  position: relative;
  display: block;
}
.p-image__r33__videolink > span {
  position: relative;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-image__r33__videolink > span::before {
  content: "";
  padding-top: 33.33%;
  width: 100%;
  display: block;
}
.p-image__r33__videolink::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #111;
  z-index: 1;
  visibility: visible;
  opacity: 0.1;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  cursor: pointer;
}
.p-image__r33__videolink:after {
  content: "";
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../image/common/pray_youtube.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .p-image__r33__videolink:hover:before {
    opacity: 0.6;
  }
  .p-image__r33__videolink:hover:after {
    opacity: 1;
  }
}
.p-button,
.p-button__s,
.p-button__s__r,
.p-button__s__sub,
.p-button__r,
.p-button__disable,
.p-button__w,
.p-button__w__s,
.l-footer__button,
.p-button__sub,
.p-button__grad2,
.p-button__grad2__s,
.p-button__grad2__r,
.p-button__grad,
.p-button__grad__s,
.l-header__ctrl__button,
.l-header__hbg__modal__ctrl__button,
.p-button__grad__r,
.p-button__key4,
.p-button__key4__s,
.p-button__key4__r,
.p-button__key3,
.p-button__key3__s,
.p-button__key3__r,
.p-button__key2,
.page_top__contact__form a,
.p-button__key2__s,
.p-button__key2__r,
.p-button__key1,
.p-button__key1__s,
.p-button__key1__r {
  display: block;
  font-size: 1rem;
  background-color: var(--Title);
  color: var(--White);
  fill: var(--White);
  -webkit-transition: background 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,
    fill 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: background 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,
    fill 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  border-radius: 30px;
  position: relative;
  margin-top: 2rem;
}
.p-button:before,
.p-button__s:before,
.p-button__s__r:before,
.p-button__s__sub:before,
.p-button__r:before,
.p-button__disable:before,
.p-button__w:before,
.p-button__w__s:before,
.l-footer__button:before,
.p-button__sub:before,
.p-button__grad2:before,
.p-button__grad2__s:before,
.p-button__grad2__r:before,
.p-button__grad:before,
.p-button__grad__s:before,
.l-header__ctrl__button:before,
.l-header__hbg__modal__ctrl__button:before,
.p-button__grad__r:before,
.p-button__key4:before,
.p-button__key4__s:before,
.p-button__key4__r:before,
.p-button__key3:before,
.p-button__key3__s:before,
.p-button__key3__r:before,
.p-button__key2:before,
.page_top__contact__form a:before,
.p-button__key2__s:before,
.p-button__key2__r:before,
.p-button__key1:before,
.p-button__key1__s:before,
.p-button__key1__r:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
  border-color: var(--Title);
  -webkit-transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .p-button:hover,
  .p-button__s:hover,
  .p-button__s__r:hover,
  .p-button__s__sub:hover,
  .p-button__r:hover,
  .p-button__disable:hover,
  .p-button__w:hover,
  .p-button__w__s:hover,
  .l-footer__button:hover,
  .p-button__sub:hover,
  .p-button__grad2:hover,
  .p-button__grad2__s:hover,
  .p-button__grad2__r:hover,
  .p-button__grad:hover,
  .p-button__grad__s:hover,
  .l-header__ctrl__button:hover,
  .l-header__hbg__modal__ctrl__button:hover,
  .p-button__grad__r:hover,
  .p-button__key4:hover,
  .p-button__key4__s:hover,
  .p-button__key4__r:hover,
  .p-button__key3:hover,
  .p-button__key3__s:hover,
  .p-button__key3__r:hover,
  .p-button__key2:hover,
  .page_top__contact__form a:hover,
  .p-button__key2__s:hover,
  .p-button__key2__r:hover,
  .p-button__key1:hover,
  .p-button__key1__s:hover,
  .p-button__key1__r:hover {
    background: rgba(0, 0, 0, 0);
    color: var(--Title);
    fill: var(--Title);
  }
  .p-button:hover:before,
  .p-button__s:hover:before,
  .p-button__s__r:hover:before,
  .p-button__s__sub:hover:before,
  .p-button__r:hover:before,
  .p-button__disable:hover:before,
  .p-button__w:hover:before,
  .p-button__w__s:hover:before,
  .l-footer__button:hover:before,
  .p-button__sub:hover:before,
  .p-button__grad2:hover:before,
  .p-button__grad2__s:hover:before,
  .p-button__grad2__r:hover:before,
  .p-button__grad:hover:before,
  .p-button__grad__s:hover:before,
  .l-header__ctrl__button:hover:before,
  .l-header__hbg__modal__ctrl__button:hover:before,
  .p-button__grad__r:hover:before,
  .p-button__key4:hover:before,
  .p-button__key4__s:hover:before,
  .p-button__key4__r:hover:before,
  .p-button__key3:hover:before,
  .p-button__key3__s:hover:before,
  .p-button__key3__r:hover:before,
  .p-button__key2:hover:before,
  .page_top__contact__form a:hover:before,
  .p-button__key2__s:hover:before,
  .p-button__key2__r:hover:before,
  .p-button__key1:hover:before,
  .p-button__key1__s:hover:before,
  .p-button__key1__r:hover:before {
    border-color: var(--Title);
  }
}
.p-button__wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
}
.p-button__wrap ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.p-button > span,
.p-button__s > span,
.p-button__s__r > span,
.p-button__s__sub > span,
.p-button__r > span,
.p-button__disable > span,
.p-button__w > span,
.p-button__w__s > span,
.l-footer__button > span,
.p-button__sub > span,
.p-button__grad2 > span,
.p-button__grad2__s > span,
.p-button__grad2__r > span,
.p-button__grad > span,
.p-button__grad__s > span,
.l-header__ctrl__button > span,
.l-header__hbg__modal__ctrl__button > span,
.p-button__grad__r > span,
.p-button__key4 > span,
.p-button__key4__s > span,
.p-button__key4__r > span,
.p-button__key3 > span,
.p-button__key3__s > span,
.p-button__key3__r > span,
.p-button__key2 > span,
.page_top__contact__form a > span,
.p-button__key2__s > span,
.p-button__key2__r > span,
.p-button__key1 > span,
.p-button__key1__s > span,
.p-button__key1__r > span {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  width: auto;
  font-size: 1em;
  font-weight: var(--fwn);
  font-family: var(--title);
  letter-spacing: 0.04em;
  line-height: 2;
  padding: 0.5em 1em;
  text-align: center;
  position: relative;
  z-index: 2;
}
.p-button > span svg,
.p-button__s > span svg,
.p-button__s__r > span svg,
.p-button__s__sub > span svg,
.p-button__r > span svg,
.p-button__disable > span svg,
.p-button__w > span svg,
.p-button__w__s > span svg,
.l-footer__button > span svg,
.p-button__sub > span svg,
.p-button__grad2 > span svg,
.p-button__grad2__s > span svg,
.p-button__grad2__r > span svg,
.p-button__grad > span svg,
.p-button__grad__s > span svg,
.l-header__ctrl__button > span svg,
.l-header__hbg__modal__ctrl__button > span svg,
.p-button__grad__r > span svg,
.p-button__key4 > span svg,
.p-button__key4__s > span svg,
.p-button__key4__r > span svg,
.p-button__key3 > span svg,
.p-button__key3__s > span svg,
.p-button__key3__r > span svg,
.p-button__key2 > span svg,
.page_top__contact__form a > span svg,
.p-button__key2__s > span svg,
.p-button__key2__r > span svg,
.p-button__key1 > span svg,
.p-button__key1__s > span svg,
.p-button__key1__r > span svg {
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  vertical-align: middle;
}
.p-button > span span,
.p-button__s > span span,
.p-button__s__r > span span,
.p-button__s__sub > span span,
.p-button__r > span span,
.p-button__disable > span span,
.p-button__w > span span,
.p-button__w__s > span span,
.l-footer__button > span span,
.p-button__sub > span span,
.p-button__grad2 > span span,
.p-button__grad2__s > span span,
.p-button__grad2__r > span span,
.p-button__grad > span span,
.p-button__grad__s > span span,
.l-header__ctrl__button > span span,
.l-header__hbg__modal__ctrl__button > span span,
.p-button__grad__r > span span,
.p-button__key4 > span span,
.p-button__key4__s > span span,
.p-button__key4__r > span span,
.p-button__key3 > span span,
.p-button__key3__s > span span,
.p-button__key3__r > span span,
.p-button__key2 > span span,
.page_top__contact__form a > span span,
.p-button__key2__s > span span,
.p-button__key2__r > span span,
.p-button__key1 > span span,
.p-button__key1__s > span span,
.p-button__key1__r > span span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 0.4em;
}
.p-button input,
.p-button__s input,
.p-button__s__r input,
.p-button__s__sub input,
.p-button__r input,
.p-button__disable input,
.p-button__w input,
.p-button__w__s input,
.l-footer__button input,
.p-button__sub input,
.p-button__grad2 input,
.p-button__grad2__s input,
.p-button__grad2__r input,
.p-button__grad input,
.p-button__grad__s input,
.l-header__ctrl__button input,
.l-header__hbg__modal__ctrl__button input,
.p-button__grad__r input,
.p-button__key4 input,
.p-button__key4__s input,
.p-button__key4__r input,
.p-button__key3 input,
.p-button__key3__s input,
.p-button__key3__r input,
.p-button__key2 input,
.page_top__contact__form a input,
.p-button__key2__s input,
.p-button__key2__r input,
.p-button__key1 input,
.p-button__key1__s input,
.p-button__key1__r input {
  font-size: 1em;
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0.04em;
  line-height: 2;
  padding: 0.5em 1em;
  color: inherit;
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.p-button__key1,
.p-button__key1__s,
.p-button__key1__r {
  background-color: var(--Key1);
  color: #fff;
  fill: #fff;
}
.p-button__key1:before,
.p-button__key1__s:before,
.p-button__key1__r:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
  border-color: var(--Key1);
  -webkit-transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .p-button__key1:hover,
  .p-button__key1__s:hover,
  .p-button__key1__r:hover {
    background: rgba(0, 0, 0, 0);
    color: var(--Key1);
    fill: var(--Key1);
  }
  .p-button__key1:hover:before,
  .p-button__key1__s:hover:before,
  .p-button__key1__r:hover:before {
    border-color: var(--Key1);
  }
}
.p-button__key1__r > span {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-button__key1__s {
  font-size: calc(1rem - 2px);
}
.p-button__key1__s > span {
  padding: 0em 1em;
}
.p-button__key2,
.page_top__contact__form a,
.p-button__key2__s,
.p-button__key2__r {
  background-color: var(--Key2);
  color: #fff;
  fill: #fff;
}
.p-button__key2:before,
.page_top__contact__form a:before,
.p-button__key2__s:before,
.p-button__key2__r:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
  border-color: var(--Key2);
  -webkit-transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .p-button__key2:hover,
  .page_top__contact__form a:hover,
  .p-button__key2__s:hover,
  .p-button__key2__r:hover {
    background: rgba(0, 0, 0, 0);
    color: var(--Key2);
    fill: var(--Key2);
  }
  .p-button__key2:hover:before,
  .page_top__contact__form a:hover:before,
  .p-button__key2__s:hover:before,
  .p-button__key2__r:hover:before {
    border-color: var(--Key2);
  }
}
.p-button__key2__r > span {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-button__key2__s {
  font-size: calc(1rem - 2px);
}
.p-button__key2__s > span {
  padding: 0em 1em;
}
.p-button__key3,
.p-button__key3__s,
.p-button__key3__r {
  background-color: var(--Key3);
  color: #fff;
  fill: #fff;
}
.p-button__key3:before,
.p-button__key3__s:before,
.p-button__key3__r:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
  border-color: var(--Key3);
  -webkit-transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .p-button__key3:hover,
  .p-button__key3__s:hover,
  .p-button__key3__r:hover {
    background: rgba(0, 0, 0, 0);
    color: var(--Key3);
    fill: var(--Key3);
  }
  .p-button__key3:hover:before,
  .p-button__key3__s:hover:before,
  .p-button__key3__r:hover:before {
    border-color: var(--Key3);
  }
}
.p-button__key3__r > span {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-button__key3__s {
  font-size: calc(1rem - 2px);
}
.p-button__key3__s > span {
  padding: 0em 1em;
}
.p-button__key4,
.p-button__key4__s,
.p-button__key4__r {
  background-color: var(--Key4);
  color: #fff;
  fill: #fff;
}
.p-button__key4:before,
.p-button__key4__s:before,
.p-button__key4__r:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
  border-color: var(--Key4);
  -webkit-transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .p-button__key4:hover,
  .p-button__key4__s:hover,
  .p-button__key4__r:hover {
    background: rgba(0, 0, 0, 0);
    color: var(--Key4);
    fill: var(--Key4);
  }
  .p-button__key4:hover:before,
  .p-button__key4__s:hover:before,
  .p-button__key4__r:hover:before {
    border-color: var(--Key4);
  }
}
.p-button__key4__r > span {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-button__key4__s {
  font-size: calc(1rem - 2px);
}
.p-button__key4__s > span {
  padding: 0em 1em;
}
.p-button__grad,
.p-button__grad__s,
.l-header__ctrl__button,
.l-header__hbg__modal__ctrl__button,
.p-button__grad__r {
  color: #fff;
  fill: #fff;
}
.p-button__grad:before,
.p-button__grad__s:before,
.l-header__ctrl__button:before,
.l-header__hbg__modal__ctrl__button:before,
.p-button__grad__r:before {
  background: var(--grad);
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  opacity: 1;
}
.p-button__grad:after,
.p-button__grad__s:after,
.l-header__ctrl__button:after,
.l-header__hbg__modal__ctrl__button:after,
.p-button__grad__r:after {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  display: block;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  background: var(--Base1);
  opacity: 0;
}
@media only screen and (min-width: 1000px) {
  .p-button__grad:hover,
  .p-button__grad__s:hover,
  .l-header__ctrl__button:hover,
  .l-header__hbg__modal__ctrl__button:hover,
  .p-button__grad__r:hover {
    color: var(--Key2);
    fill: var(--Key3);
  }
  .p-button__grad:hover:before,
  .p-button__grad__s:hover:before,
  .l-header__ctrl__button:hover:before,
  .l-header__hbg__modal__ctrl__button:hover:before,
  .p-button__grad__r:hover:before {
    opacity: 1;
  }
  .p-button__grad:hover:after,
  .p-button__grad__s:hover:after,
  .l-header__ctrl__button:hover:after,
  .l-header__hbg__modal__ctrl__button:hover:after,
  .p-button__grad__r:hover:after {
    opacity: 1;
  }
}
@media only screen and (min-width: 1000px) {
  .p-button__grad:hover > span,
  .p-button__grad__s:hover > span,
  .l-header__ctrl__button:hover > span,
  .l-header__hbg__modal__ctrl__button:hover > span,
  .p-button__grad__r:hover > span {
    background: var(--grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
  }
}
.p-button__grad__r > span {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-button__grad__s,
.l-header__ctrl__button,
.l-header__hbg__modal__ctrl__button {
  font-size: calc(1rem - 2px);
}
.p-button__grad__s > span,
.l-header__ctrl__button > span,
.l-header__hbg__modal__ctrl__button > span {
  padding: 0em 1em;
}
.p-button__grad2,
.p-button__grad2__s,
.p-button__grad2__r {
  color: #fff;
  fill: #fff;
}
.p-button__grad2:before,
.p-button__grad2__s:before,
.p-button__grad2__r:before {
  background: var(--grad2);
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  opacity: 1;
}
.p-button__grad2:after,
.p-button__grad2__s:after,
.p-button__grad2__r:after {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  display: block;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  background: var(--Base1);
  opacity: 0;
}
@media only screen and (min-width: 1000px) {
  .p-button__grad2:hover,
  .p-button__grad2__s:hover,
  .p-button__grad2__r:hover {
    color: var(--Key2);
    fill: var(--Key3);
  }
  .p-button__grad2:hover:before,
  .p-button__grad2__s:hover:before,
  .p-button__grad2__r:hover:before {
    opacity: 1;
  }
  .p-button__grad2:hover:after,
  .p-button__grad2__s:hover:after,
  .p-button__grad2__r:hover:after {
    opacity: 1;
  }
}
@media only screen and (min-width: 1000px) {
  .p-button__grad2:hover > span,
  .p-button__grad2__s:hover > span,
  .p-button__grad2__r:hover > span {
    background: var(--grad2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
  }
}
.p-button__grad2__r > span {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-button__grad2__s {
  font-size: calc(1rem - 2px);
}
.p-button__grad2__s > span {
  padding: 0em 1em;
}
.p-button__sub {
  background-color: var(--SubText);
  color: var(--Base1);
  fill: var(--Base1);
}
.p-button__sub:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
  border-color: var(--SubText);
  -webkit-transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .p-button__sub:hover {
    background: var(--Base1);
    color: var(--SubText);
    fill: var(--SubText);
  }
  .p-button__sub:hover:before {
    border-color: var(--SubText);
  }
}
.p-button__w,
.p-button__w__s,
.l-footer__button {
  background-color: var(--Base1);
  color: var(--SubText);
  fill: var(--SubText);
}
.p-button__w:before,
.p-button__w__s:before,
.l-footer__button:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
  border-color: var(--SubText);
  -webkit-transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .p-button__w:hover,
  .p-button__w__s:hover,
  .l-footer__button:hover {
    background: var(--SubText);
    color: var(--Base1);
    fill: var(--Base1);
  }
  .p-button__w:hover:before,
  .p-button__w__s:hover:before,
  .l-footer__button:hover:before {
    border-color: var(--SubText);
  }
}
.p-button__w__s,
.l-footer__button {
  font-size: calc(1rem - 2px);
}
.p-button__w__s > span,
.l-footer__button > span {
  padding: 0em 1em;
}
.p-button__disable {
  pointer-events: none;
  cursor: default;
  background-color: var(--Border);
  color: var(--Base1);
  fill: var(--Base1);
}
.p-button__disable:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
  border-color: var(--Border);
  -webkit-transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .p-button__disable:hover {
    background: var(--Border);
    color: var(--Base1);
    fill: var(--Base1);
  }
  .p-button__disable:hover:before {
    border-color: var(--Border);
  }
}
.p-button__r > span {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-button__s,
.p-button__s__r,
.p-button__s__sub {
  font-size: calc(1rem - 2px);
}
.p-button__s__r > span {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-button__s > span,
.p-button__s__sub > span,
.p-button__s__r > span {
  padding: 0em 1em;
}
.p-link,
.p-link__r {
  display: inline-block;
  color: var(--Title);
  fill: var(--Title);
  font-size: 1rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1000px) {
  .p-link:hover::after,
  .p-link__r:hover::after {
    width: 0%;
    left: 100%;
    -webkit-transition: width 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 200ms, left 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    transition: width 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 200ms, left 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
}
.p-link:after,
.p-link__r:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--Title);
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  will-change: width, left;
  -webkit-transition: width 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, left 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: width 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, left 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.p-link__wrap {
  padding-top: 3rem;
  text-align: center;
}
.p-link > span,
.p-link__r > span {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 1em;
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: center;
}
.p-link > span svg,
.p-link__r > span svg {
  width: 1.3em;
  height: 1.3em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.6em;
}
.p-link > span span,
.p-link__r > span span {
  display: inline-block;
  vertical-align: middle;
}
.p-link__r > span {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-link__r > span svg {
  margin-left: 0;
  margin-right: 0.6em;
}
.p-input input {
  font-size: 1rem;
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0.12em;
  line-height: 2.8rem;
  border: 1px solid var(--Border);
  padding: 0 0.9rem;
  width: 100%;
}
.p-textarea textarea {
  font-size: 1rem;
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0.12em;
  line-height: 1.8;
  border: 1px solid var(--Border);
  width: 100%;
  padding: 0.5rem 0.9rem;
  height: 14rem;
}
.p-checkbox label {
  position: relative;
  padding-left: 2.4rem;
  cursor: pointer;
  margin-right: 1.2rem;
}
.p-checkbox input {
  display: none;
}
.p-checkbox input + span {
  font-size: 1rem;
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0.12em;
  line-height: 2.8rem;
  display: inline-block;
}
.p-checkbox input + span::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  left: 0;
  margin-top: -0.9rem;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid var(--Border);
  opacity: 1;
}
.p-checkbox input + span::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  left: calc((1.8rem - 1.2rem) / 2);
  width: 1.2rem;
  height: 0.6rem;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  border-bottom: 3px solid var(--Key1);
  border-left: 2px solid var(--Key1);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(0%, -75%) rotate(-45deg);
  transform: translate(0%, -75%) rotate(-45deg);
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.p-checkbox input:checked + span::after {
  opacity: 1;
}
.p-radio label {
  position: relative;
  padding-left: 2.4rem;
  cursor: pointer;
  margin-right: 1.2rem;
}
.p-radio input {
  display: none;
}
.p-radio input + span {
  font-size: 1rem;
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0.12em;
  line-height: 2.8rem;
  display: inline-block;
}
.p-radio input + span::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  left: 0;
  margin-top: -0.9rem;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid var(--Border);
  opacity: 1;
  border-radius: 100%;
}
.p-radio input + span::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  left: calc((1.8rem - 0.9rem) / 2);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 100%;
  opacity: 0;
  background-color: var(--Key1);
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.p-radio input:checked + span::after {
  opacity: 1;
}
.p-select {
  position: relative;
}
.p-select::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 1px solid var(--SubText);
  border-right: 1px solid var(--SubText);
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
  position: absolute;
  right: 1rem;
  top: 50%;
}
.p-select select {
  font-size: 1rem;
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: var(--ls);
  line-height: 2.8rem;
  border: 1px solid var(--Border);
  padding: 0 1rem;
  padding-right: 2rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-select select [disabled] {
  color: var(--SubText);
}
.p-search {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  height: 3rem;
  border: 1px solid var(--Border);
  overflow: hidden;
}
.p-search input[type="text"] {
  font-size: 1rem;
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0.06em;
  line-height: 3rem;
  position: relative;
  padding: 0 3rem 0 1rem;
  width: 100%;
  color: var(--Text);
  background-color: var(--Border);
  margin: 0;
}
.p-search input[type="text"]::-webkit-input-placeholder {
  color: var(--SubText);
}
.p-search input[type="text"]::-moz-placeholder {
  color: var(--SubText);
}
.p-search input[type="text"]:-ms-input-placeholder {
  color: var(--SubText);
}
.p-search input[type="text"]::-ms-input-placeholder {
  color: var(--SubText);
}
.p-search input[type="text"]::placeholder {
  color: var(--SubText);
}
.p-search input[type="submit"] {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  text-indent: -9999px;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background-size: 2.5rem;
  background-image: url(../image/common/icon-search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  background-color: var(--Key1);
  right: 0rem;
  top: 50%;
  margin-top: -1.5rem;
  -webkit-transition: background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .p-search input[type="submit"]:hover {
    background-color: var(--Border);
  }
}
.p-table table {
  border-top: 1px solid var(--Border);
  width: 100%;
}
.p-table table tr {
  border-bottom: 1px solid var(--Border);
}
.p-table table th {
  white-space: nowrap;
  background-color: var(--Base2);
  width: 20%;
}
@media only screen and (max-width: 680px) {
  .p-table table th {
    width: 10px;
  }
}
.p-table table th,
.p-table table td {
  padding: 1rem;
  text-align: left;
  vertical-align: top;
}
.p-table table th > span,
.p-table table td > span {
  line-height: 1.8;
}
.p-table table th > span {
  font-weight: var(--fwb);
}
.p-attention ul li {
  color: var(--SubText);
  margin-bottom: 0.6em;
}
.p-attention ul li:last-child {
  margin-bottom: 0;
}
.p-attention ul li > span {
  position: relative;
  display: block;
  padding-left: 1.2em;
}
.p-attention ul li > span:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.p-pankuzu {
  list-style-type: none;
  display: inline-block;
  white-space: nowrap;
  mix-blend-mode: difference;
}
.p-pankuzu li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.p-pankuzu li + li {
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}
.p-pankuzu li + li::before,
.p-pankuzu li + li::after {
  content: "";
  width: 5px;
  background-color: rgba(153, 153, 153, 0.9);
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.p-pankuzu li + li::before {
  -webkit-transform: translate(-100%, -50%) rotate(45deg);
  transform: translate(-100%, -50%) rotate(45deg);
}
.p-pankuzu li + li::after {
  -webkit-transform: translate(-100%, -50%) rotate(-45deg);
  transform: translate(-100%, -50%) rotate(-45deg);
}
.p-pankuzu p,
.p-pankuzu div,
.p-pankuzu a {
  font-size: 10px;
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0.02em;
  line-height: 1;
  color: rgba(153, 153, 153, 0.9);
  display: block;
  -webkit-transition: color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (max-width: 680px) {
  .p-pankuzu p,
  .p-pankuzu div,
  .p-pankuzu a {
    font-size: 10px;
  }
}
.p-pankuzu p > span,
.p-pankuzu div > span,
.p-pankuzu a > span {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
  vertical-align: middle;
}
@media only screen and (max-width: 680px) {
  .p-pankuzu p > span,
  .p-pankuzu div > span,
  .p-pankuzu a > span {
    max-width: 160px;
  }
}
@media only screen and (min-width: 1000px) {
  .p-pankuzu a:hover {
    opacity: 0.5;
  }
}
.p-pankuzu__w * {
  color: #fff;
}
.p-pankuzu__w li + li::before,
.p-pankuzu__w li + li::after {
  background-color: rgba(255, 255, 255, 0.5);
}
.p-pager__num ul {
  text-align: center;
}
.p-pager__num ul li {
  display: inline-block;
}
.p-pager__num ul li a,
.p-pager__num ul li div {
  padding: 10px 20px;
}
.p-pager__num ul li a span,
.p-pager__num ul li div span {
  font-size: 13px;
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0em;
  line-height: 1;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .p-pager__num ul li a span,
  .p-pager__num ul li div span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 680px) {
  .p-pager__num ul li a span,
  .p-pager__num ul li div span {
    font-size: 12px;
  }
}
.p-pager__num ul li a span:after,
.p-pager__num ul li div span:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 0%;
  background-color: var(--Title);
}
.p-pager__num ul li a {
  color: var(--SubText);
}
@media only screen and (min-width: 1000px) {
  .p-pager__num ul li a:hover {
    color: var(--Title);
  }
  .p-pager__num ul li a:hover span:after {
    opacity: 1;
  }
}
.p-pager__num ul li a span:after {
  opacity: 0;
}
.p-pager__num ul li div {
  font-weight: var(--fwb);
}
.p-pager__arr ul {
  text-align: center;
}
.p-pager__arr ul li {
  display: inline-block;
}
.p-pager__arr ul li:nth-child(1) a span {
  padding-left: 1.2em;
}
.p-pager__arr ul li:nth-child(1) a span:before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid var(--Title);
  border-left: 1px solid var(--Title);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}
.p-pager__arr ul li:nth-child(3) a span {
  padding-right: 1.2em;
}
.p-pager__arr ul li:nth-child(3) a span:before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 50%;
  right: 0;
  border-top: 1px solid var(--Title);
  border-right: 1px solid var(--Title);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.p-pager__arr ul a {
  padding: 1rem 2rem;
}
@media only screen and (min-width: 1000px) {
  .p-pager__arr ul a:hover span:after {
    opacity: 1;
  }
}
.p-pager__arr ul a span {
  font-size: 13px;
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0.1em;
  line-height: 1;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .p-pager__arr ul a span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 680px) {
  .p-pager__arr ul a span {
    font-size: 12px;
  }
}
.p-pager__arr ul a span:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 0%;
  background-color: var(--Title);
  opacity: 0;
}
.p-sns ul,
.l-footer__sns ul,
.l-header__hbg__modal__sns ul {
  font-size: 0;
}
.p-sns ul li,
.l-footer__sns ul li,
.l-header__hbg__modal__sns ul li {
  display: inline-block;
}
.p-sns ul li a,
.l-footer__sns ul li a,
.l-header__hbg__modal__sns ul li a {
  padding: 6px;
  fill: var(--Title);
  -webkit-transition: fill 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .p-sns ul li a:hover,
  .l-footer__sns ul li a:hover,
  .l-header__hbg__modal__sns ul li a:hover {
    fill: var(--Key1);
  }
}
.p-sns ul li a svg,
.l-footer__sns ul li a svg,
.l-header__hbg__modal__sns ul li a svg {
  width: 24px;
  height: 24px;
}
.p-share {
  font-size: 0;
}
.p-share li {
  display: inline-block;
  padding: 0.5rem;
}
.p-share li a {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  display: block;
  border-radius: 100%;
  opacity: 1;
  position: relative;
  -webkit-transition: background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.p-share li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-share li a svg {
  position: absolute;
  fill: var(--White);
  top: 50%;
  left: 50%;
  width: 60%;
  height: 60%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: fill 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.p-share li.fb a {
  background-color: #3b5998;
  border: 1px solid #3b5998;
}
@media only screen and (min-width: 1000px) {
  .p-share li.fb a:hover {
    border-color: #3b5998;
    background-color: var(--Base);
  }
  .p-share li.fb a:hover svg {
    fill: #3b5998;
  }
}
.p-share li.tw a {
  background-color: #55acee;
  border: 1px solid #55acee;
}
@media only screen and (min-width: 1000px) {
  .p-share li.tw a:hover {
    border-color: #55acee;
    background-color: var(--Base);
  }
  .p-share li.tw a:hover svg {
    fill: #55acee;
  }
}
.p-share li.gplus a {
  background-color: #dd4b39;
  border: 1px solid #dd4b39;
}
@media only screen and (min-width: 1000px) {
  .p-share li.gplus a:hover {
    border-color: #dd4b39;
    background-color: var(--Base);
  }
  .p-share li.gplus a:hover svg {
    fill: #dd4b39;
  }
}
.p-share li.feedly a {
  background-color: #6cc655;
  border: 1px solid #6cc655;
}
@media only screen and (min-width: 1000px) {
  .p-share li.feedly a:hover {
    border-color: #6cc655;
    background-color: var(--Base);
  }
  .p-share li.feedly a:hover svg {
    fill: #6cc655;
  }
}
.p-share li.line a {
  background-color: #00c300;
  border: 1px solid #00c300;
}
@media only screen and (min-width: 1000px) {
  .p-share li.line a:hover {
    border-color: #00c300;
    background-color: var(--Base);
  }
  .p-share li.line a:hover svg {
    fill: #00c300;
  }
}
.p-share li.hatena a {
  background-color: #008fde;
  border: 1px solid #008fde;
}
@media only screen and (min-width: 1000px) {
  .p-share li.hatena a:hover {
    border-color: #008fde;
    background-color: var(--Base);
  }
  .p-share li.hatena a:hover svg {
    fill: #008fde;
  }
}
.p-share li.rss a {
  background-color: #ff8c00;
  border: 1px solid #ff8c00;
}
@media only screen and (min-width: 1000px) {
  .p-share li.rss a:hover {
    border-color: #ff8c00;
    background-color: var(--Base);
  }
  .p-share li.rss a:hover svg {
    fill: #ff8c00;
  }
}
.p-share li.pocket a {
  background-color: #ee4056;
  border: 1px solid #ee4056;
}
@media only screen and (min-width: 1000px) {
  .p-share li.pocket a:hover {
    border-color: #ee4056;
    background-color: var(--Base);
  }
  .p-share li.pocket a:hover svg {
    fill: #ee4056;
  }
}
.p-share li.youtube a {
  background-color: #cd201f;
  border: 1px solid #cd201f;
}
@media only screen and (min-width: 1000px) {
  .p-share li.youtube a:hover {
    border-color: #cd201f;
    background-color: var(--Base);
  }
  .p-share li.youtube a:hover svg {
    fill: #cd201f;
  }
}
.p-share li.wp a {
  background-color: #21759b;
  border: 1px solid #21759b;
}
@media only screen and (min-width: 1000px) {
  .p-share li.wp a:hover {
    border-color: #21759b;
    background-color: var(--Base);
  }
  .p-share li.wp a:hover svg {
    fill: #21759b;
  }
}
.p-share li.dropbox a {
  background-color: #007ee5;
  border: 1px solid #007ee5;
}
@media only screen and (min-width: 1000px) {
  .p-share li.dropbox a:hover {
    border-color: #007ee5;
    background-color: var(--Base);
  }
  .p-share li.dropbox a:hover svg {
    fill: #007ee5;
  }
}
.p-share li.pinterest a {
  background-color: #ce0f19;
  border: 1px solid #ce0f19;
}
@media only screen and (min-width: 1000px) {
  .p-share li.pinterest a:hover {
    border-color: #ce0f19;
    background-color: var(--Base);
  }
  .p-share li.pinterest a:hover svg {
    fill: #ce0f19;
  }
}
.p-share li.evernote a {
  background-color: #79bd28;
  border: 1px solid #79bd28;
}
@media only screen and (min-width: 1000px) {
  .p-share li.evernote a:hover {
    border-color: #79bd28;
    background-color: var(--Base);
  }
  .p-share li.evernote a:hover svg {
    fill: #79bd28;
  }
}
.p-cv {
  font-size: 1rem;
  display: inline-block;
  text-align: left;
}
.p-cv__wrap {
  display: block;
  position: relative;
  padding-left: 3em;
}
.p-cv__svg {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 2.5em;
  display: block;
}
.p-cv__svg:before {
  content: "";
  padding-top: 100%;
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
}
.p-cv__svg svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-cv__title {
  font-size: 1.5em;
  font-weight: var(--fwh);
  font-family: var(--ff);
  letter-spacing: 0.06em;
  line-height: 1;
  display: block;
}
.p-cv__title__jp {
  font-size: 1.1em;
  font-weight: var(--fwh);
  font-family: var(--ff);
  letter-spacing: 0.06em;
  line-height: 1;
}
.p-cv__subtitle {
  font-size: max(10px, 0.8em);
  font-weight: var(--fwb);
  font-family: var(--ff);
  letter-spacing: 0.02em;
  line-height: 1;
  display: block;
  margin-top: 0.4em;
}
.p-info {
  font-size: calc(1rem - 2px);
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: var(--ls);
  line-height: 1.9;
}
.p-info a {
  color: inherit;
}
.p-info a.map {
  text-decoration: underline;
}
@media only screen and (min-width: 1000px) {
  .p-info a.map:hover {
    text-decoration: none;
  }
}
.p-box,
.page_top__flow__chart .p-box {
  background-color: var(--Base2);
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  padding: 2rem;
  display: block;
  border: 1px solid rgba(136, 136, 136, 0.1);
}
@media only screen and (max-width: 1000px) {
  .p-box,
  .page_top__flow__chart .p-box {
    border-radius: 12px;
  }
}
@media only screen and (max-width: 680px) {
  .p-box,
  .page_top__flow__chart .p-box {
    border-radius: 8px;
  }
}
.p-box .p-button__grad,
.p-box .p-button__grad__r,
.p-box .p-button__grad__s,
.p-box .l-header__ctrl__button,
.p-box .l-header__hbg__modal__ctrl__button {
  color: #fff;
  fill: #fff;
}
.p-box .p-button__grad:before,
.p-box .p-button__grad__r:before,
.p-box .p-button__grad__s:before,
.p-box .l-header__ctrl__button:before,
.p-box .l-header__hbg__modal__ctrl__button:before {
  background: var(--grad);
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  opacity: 1;
}
.p-box .p-button__grad:after,
.p-box .p-button__grad__r:after,
.p-box .p-button__grad__s:after,
.p-box .l-header__ctrl__button:after,
.p-box .l-header__hbg__modal__ctrl__button:after {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  display: block;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  background: var(--Base3);
  opacity: 0;
}
@media only screen and (min-width: 1000px) {
  .p-box .p-button__grad:hover,
  .p-box .p-button__grad__r:hover,
  .p-box .p-button__grad__s:hover,
  .p-box .l-header__ctrl__button:hover,
  .p-box .l-header__hbg__modal__ctrl__button:hover {
    color: var(--Key2);
    fill: var(--Key3);
  }
  .p-box .p-button__grad:hover:before,
  .p-box .p-button__grad__r:hover:before,
  .p-box .p-button__grad__s:hover:before,
  .p-box .l-header__ctrl__button:hover:before,
  .p-box .l-header__hbg__modal__ctrl__button:hover:before {
    opacity: 1;
  }
  .p-box .p-button__grad:hover:after,
  .p-box .p-button__grad__r:hover:after,
  .p-box .p-button__grad__s:hover:after,
  .p-box .l-header__ctrl__button:hover:after,
  .p-box .l-header__hbg__modal__ctrl__button:hover:after {
    opacity: 1;
  }
}
.p-box .p-button__grad2,
.p-box .p-button__grad2__r,
.p-box .p-button__grad2__s {
  color: #fff;
  fill: #fff;
}
.p-box .p-button__grad2:before,
.p-box .p-button__grad2__r:before,
.p-box .p-button__grad2__s:before {
  background: var(--grad2);
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  opacity: 1;
}
.p-box .p-button__grad2:after,
.p-box .p-button__grad2__r:after,
.p-box .p-button__grad2__s:after {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  display: block;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  background: var(--Base3);
  opacity: 0;
}
@media only screen and (min-width: 1000px) {
  .p-box .p-button__grad2:hover,
  .p-box .p-button__grad2__r:hover,
  .p-box .p-button__grad2__s:hover {
    color: var(--Key2);
    fill: var(--Key3);
  }
  .p-box .p-button__grad2:hover:before,
  .p-box .p-button__grad2__r:hover:before,
  .p-box .p-button__grad2__s:hover:before {
    opacity: 1;
  }
  .p-box .p-button__grad2:hover:after,
  .p-box .p-button__grad2__r:hover:after,
  .p-box .p-button__grad2__s:hover:after {
    opacity: 1;
  }
}
.p-box.is-dark {
  background-color: var(--DarkBase2);
}
.p-box__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  width: calc(100% + 2rem);
  margin-left: -1rem;
}
@media only screen and (max-width: 1000px) {
  .p-box__ul {
    width: calc(100% + 1rem);
    margin-left: -0.5rem;
  }
}
.p-box__li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 1000px) {
  .p-box__li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
:root {
  --ml: 5vw;
  --mr: 5vw;
}
@media only screen and (min-width: 1333.3333333333px) {
  :root {
    --ml: calc((100vw - 1200px) * 0.5);
    --mr: calc((100vw - 1200px) * 0.5);
  }
}
@media only screen and (max-width: 1000px) {
  :root {
    --ml: 5vw;
    --mr: 5vw;
  }
}
@media only screen and (max-width: 680px) {
  :root {
    --ml: 5vw;
    --mr: 5vw;
  }
}
.e-common_width,
body.is-guide #Guide > span,
.e-section_wrap,
.p-test__wrap,
.b-common__head__wrap,
.b-mediakit__wrap,
.page_top__data__wrap,
.page_top__about__wrap,
.page_top__network__wrap,
.page_top__started__wrap,
.page_top__uiux__wrap,
.page_top__comparison__wrap,
.page_top__flow__wrap,
.page_top__product__wrap,
.page_top__partner__wrap,
.page_top__contact__wrap,
section .section__wrap {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1000px) {
  .e-common_width,
  body.is-guide #Guide > span,
  .e-section_wrap,
  .p-test__wrap,
  .b-common__head__wrap,
  .b-mediakit__wrap,
  .page_top__data__wrap,
  .page_top__about__wrap,
  .page_top__network__wrap,
  .page_top__started__wrap,
  .page_top__uiux__wrap,
  .page_top__comparison__wrap,
  .page_top__flow__wrap,
  .page_top__product__wrap,
  .page_top__partner__wrap,
  .page_top__contact__wrap,
  section .section__wrap {
    width: 90%;
  }
}
@media only screen and (max-width: 680px) {
  .e-common_width,
  body.is-guide #Guide > span,
  .e-section_wrap,
  .p-test__wrap,
  .b-common__head__wrap,
  .b-mediakit__wrap,
  .page_top__data__wrap,
  .page_top__about__wrap,
  .page_top__network__wrap,
  .page_top__started__wrap,
  .page_top__uiux__wrap,
  .page_top__comparison__wrap,
  .page_top__flow__wrap,
  .page_top__product__wrap,
  .page_top__partner__wrap,
  .page_top__contact__wrap,
  section .section__wrap {
    width: 90%;
  }
}
.e-section_wrap,
.p-test__wrap,
.b-common__head__wrap,
.b-mediakit__wrap,
.page_top__data__wrap,
.page_top__about__wrap,
.page_top__network__wrap,
.page_top__started__wrap,
.page_top__uiux__wrap,
.page_top__comparison__wrap,
.page_top__flow__wrap,
.page_top__product__wrap,
.page_top__partner__wrap,
.page_top__contact__wrap,
section .section__wrap {
  position: relative;
  z-index: 1;
  padding-top: 5.5rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 1000px) {
  .e-section_wrap,
  .p-test__wrap,
  .b-common__head__wrap,
  .b-mediakit__wrap,
  .page_top__data__wrap,
  .page_top__about__wrap,
  .page_top__network__wrap,
  .page_top__started__wrap,
  .page_top__uiux__wrap,
  .page_top__comparison__wrap,
  .page_top__flow__wrap,
  .page_top__product__wrap,
  .page_top__partner__wrap,
  .page_top__contact__wrap,
  section .section__wrap {
    padding-top: 4.5rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 680px) {
  .e-section_wrap,
  .p-test__wrap,
  .b-common__head__wrap,
  .b-mediakit__wrap,
  .page_top__data__wrap,
  .page_top__about__wrap,
  .page_top__network__wrap,
  .page_top__started__wrap,
  .page_top__uiux__wrap,
  .page_top__comparison__wrap,
  .page_top__flow__wrap,
  .page_top__product__wrap,
  .page_top__partner__wrap,
  .page_top__contact__wrap,
  section .section__wrap {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }
}
.js-sa__op {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.js-sa__op.sa-active {
  opacity: 1;
}
.js-sa__up {
  opacity: 0;
  -webkit-transform: translate(0px, 2rem);
  transform: translate(0px, 2rem);
  will-change: opacity, transform;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.js-sa__up.sa-active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.js-sa__scale {
  opacity: 0;
  will-change: opacity, transform;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(0px, 0px) scale(0.9, 0.9);
  transform: translate(0px, 0px) scale(0.9, 0.9);
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.js-sa__scale.sa-active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
}
.js-sa__list__op.sa-active li {
  opacity: 1;
}
.js-sa__list__op li {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.js-sa__list__op li:nth-child(1) {
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.js-sa__list__op li:nth-child(2) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}
.js-sa__list__op li:nth-child(3) {
  -webkit-transition-delay: 120ms;
  transition-delay: 120ms;
}
.js-sa__list__op li:nth-child(4) {
  -webkit-transition-delay: 180ms;
  transition-delay: 180ms;
}
.js-sa__list__op li:nth-child(5) {
  -webkit-transition-delay: 240ms;
  transition-delay: 240ms;
}
.js-sa__list__op li:nth-child(6) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.js-sa__list__op li:nth-child(7) {
  -webkit-transition-delay: 360ms;
  transition-delay: 360ms;
}
.js-sa__list__op li:nth-child(8) {
  -webkit-transition-delay: 420ms;
  transition-delay: 420ms;
}
.js-sa__list__op li:nth-child(9) {
  -webkit-transition-delay: 480ms;
  transition-delay: 480ms;
}
.js-sa__list__op li:nth-child(10) {
  -webkit-transition-delay: 540ms;
  transition-delay: 540ms;
}
.js-sa__list__op li:nth-child(11) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.js-sa__list__op li:nth-child(12) {
  -webkit-transition-delay: 660ms;
  transition-delay: 660ms;
}
.js-sa__list__op li:nth-child(13) {
  -webkit-transition-delay: 720ms;
  transition-delay: 720ms;
}
.js-sa__list__op li:nth-child(14) {
  -webkit-transition-delay: 780ms;
  transition-delay: 780ms;
}
.js-sa__list__op li:nth-child(15) {
  -webkit-transition-delay: 840ms;
  transition-delay: 840ms;
}
.js-sa__list__op li:nth-child(16) {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}
.js-sa__list__op li:nth-child(17) {
  -webkit-transition-delay: 960ms;
  transition-delay: 960ms;
}
.js-sa__list__op li:nth-child(18) {
  -webkit-transition-delay: 1020ms;
  transition-delay: 1020ms;
}
.js-sa__list__op li:nth-child(19) {
  -webkit-transition-delay: 1080ms;
  transition-delay: 1080ms;
}
.js-sa__list__op li:nth-child(20) {
  -webkit-transition-delay: 1140ms;
  transition-delay: 1140ms;
}
.js-sa__list__up.sa-active li {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.js-sa__list__up li {
  opacity: 0;
  -webkit-transform: translate(0px, 2rem);
  transform: translate(0px, 2rem);
  will-change: opacity, transform;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.js-sa__list__up li:nth-child(1) {
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.js-sa__list__up li:nth-child(2) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}
.js-sa__list__up li:nth-child(3) {
  -webkit-transition-delay: 120ms;
  transition-delay: 120ms;
}
.js-sa__list__up li:nth-child(4) {
  -webkit-transition-delay: 180ms;
  transition-delay: 180ms;
}
.js-sa__list__up li:nth-child(5) {
  -webkit-transition-delay: 240ms;
  transition-delay: 240ms;
}
.js-sa__list__up li:nth-child(6) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.js-sa__list__up li:nth-child(7) {
  -webkit-transition-delay: 360ms;
  transition-delay: 360ms;
}
.js-sa__list__up li:nth-child(8) {
  -webkit-transition-delay: 420ms;
  transition-delay: 420ms;
}
.js-sa__list__up li:nth-child(9) {
  -webkit-transition-delay: 480ms;
  transition-delay: 480ms;
}
.js-sa__list__up li:nth-child(10) {
  -webkit-transition-delay: 540ms;
  transition-delay: 540ms;
}
.js-sa__list__up li:nth-child(11) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.js-sa__list__up li:nth-child(12) {
  -webkit-transition-delay: 660ms;
  transition-delay: 660ms;
}
.js-sa__list__up li:nth-child(13) {
  -webkit-transition-delay: 720ms;
  transition-delay: 720ms;
}
.js-sa__list__up li:nth-child(14) {
  -webkit-transition-delay: 780ms;
  transition-delay: 780ms;
}
.js-sa__list__up li:nth-child(15) {
  -webkit-transition-delay: 840ms;
  transition-delay: 840ms;
}
.js-sa__list__up li:nth-child(16) {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}
.js-sa__list__up li:nth-child(17) {
  -webkit-transition-delay: 960ms;
  transition-delay: 960ms;
}
.js-sa__list__up li:nth-child(18) {
  -webkit-transition-delay: 1020ms;
  transition-delay: 1020ms;
}
.js-sa__list__up li:nth-child(19) {
  -webkit-transition-delay: 1080ms;
  transition-delay: 1080ms;
}
.js-sa__list__up li:nth-child(20) {
  -webkit-transition-delay: 1140ms;
  transition-delay: 1140ms;
}
.js-sa__float {
  will-change: transform;
}
.js-sa.delay,
.delay.js-sa__op,
.delay.js-sa__up,
.delay.js-sa__scale {
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.js-sa.delay.sa-active,
.delay.sa-active.js-sa__op,
.delay.sa-active.js-sa__up,
.delay.sa-active.js-sa__scale {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.js-slide {
  position: relative;
}
.js-slide__ul {
  position: relative;
}
.js-slide__ul:before {
  content: "";
  padding-top: 50%;
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
}
.js-slide__li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.js-slide__image {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.js-slide__ctrl {
  position: absolute;
  z-index: 100000;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
}
.js-slide__ctrl__wrap {
  display: inline-block;
}
.js-slide__arrow {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.js-slide__arrow:nth-child(1) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.js-slide__arrow:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 1px solid var(--Key1);
  border-right: 1px solid var(--Key1);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.js-slide__dots {
  display: inline-block;
  font-size: 0;
  margin: 0 5px;
}
.js-slide__dots li {
  padding: 0;
  display: inline-block;
}
.js-slide__dots .is-active button:before {
  opacity: 1;
}
.js-slide__dots .is-active button:after {
  width: 8px;
  height: 8px;
  background-color: var(--Key1);
}
.js-slide__dots button {
  display: block;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  text-indent: 9999px;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  border: none;
  outline: none;
  will-change: opacity;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .js-slide__dots button:hover:after {
    width: 8px;
    height: 8px;
  }
}
.js-slide__dots button:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid var(--Key1);
  background-color: var(--White);
  border-radius: 100%;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: border-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  transition: border-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
}
.js-slide__dots button:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--Border);
  border-radius: 100%;
  -webkit-transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, width 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms,
    height 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, width 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms,
    height 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
}
.js-slick {
  text-align: center;
}
.js-slick *:focus {
  outline: none;
}
.js-slick .slick-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.js-slick .slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.js-slick .slick-arrow:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 1px solid var(--Key1);
  border-right: 1px solid var(--Key1);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.js-slick .slick-dots {
  display: inline-block;
  font-size: 0;
  margin: 0 5px;
}
.js-slick .slick-dots li {
  padding: 0;
  display: inline-block;
}
.js-slick .slick-dots .slick-active button:before {
  opacity: 1;
}
.js-slick .slick-dots .slick-active button:after {
  width: 8px;
  height: 8px;
  background-color: var(--Key1);
}
.js-slick .slick-dots button {
  display: block;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  text-indent: 9999px;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  border: none;
  outline: none;
  will-change: opacity;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .js-slick .slick-dots button:hover:after {
    width: 8px;
    height: 8px;
  }
}
.js-slick .slick-dots button:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid var(--Key1);
  background-color: var(--White);
  border-radius: 100%;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: border-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  transition: border-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
}
.js-slick .slick-dots button:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--Border);
  border-radius: 100%;
  -webkit-transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, width 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms,
    height 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, width 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms,
    height 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
}
.js-map {
  width: 100%;
  position: relative;
}
.js-map:before {
  content: "";
  padding-top: 40%;
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
}
.js-map__wrap {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.p-map {
  width: 100%;
  position: relative;
}
.p-map:before {
  content: "";
  padding-top: 40%;
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
}
.p-map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.js-video {
  width: 100%;
  display: block;
  position: relative;
}
.js-video.is-cover .js-video__wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #111;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  cursor: pointer;
}
.js-video.is-cover .js-video__wrap:after {
  content: "";
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../image/common/icon-play.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .js-video.is-cover.is-pause:hover .js-video__wrap::before {
    opacity: 0.8;
  }
}
.js-video.is-cover.is-pause .js-video__wrap::before {
  z-index: 1;
  visibility: visible;
  opacity: 0.5;
}
.js-video.is-cover.is-pause .js-video__wrap:after {
  z-index: 2;
  visibility: visible;
  opacity: 0.8;
}
.js-video.bg:before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
.js-video.bg .js-video__wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.js-video.bg .js-video__player {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.js-video__wrap {
  position: relative;
}
.js-video__player {
  width: 100%;
  position: relative;
  z-index: 0;
  display: block;
}
.js-youtube {
  width: 100%;
  display: block;
  position: relative;
}
.js-youtube.is-play .js-youtube__cover {
  z-index: 0;
  visibility: hidden;
  opacity: 0;
}
.js-youtube__cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  visibility: visible;
  z-index: 2;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .js-youtube__cover:hover::before {
    opacity: 0.8;
  }
}
.js-youtube__cover::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #111;
  opacity: 0.5;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  cursor: pointer;
}
.js-youtube__cover:after {
  content: "";
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../image/common/icon-play.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.js-youtube__player {
  z-index: 1;
  position: relative;
  display: block;
}
.js-accordion__head {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.js-accordion__body {
  display: none;
}
.js-tab {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.js-tab__wrap {
  position: relative;
  z-index: 1;
}
.js-tab__head {
  margin-bottom: 1rem;
}
.js-tab__head * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.js-tab__head ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  border: 1px solid var(--SubText);
}
.js-tab__head ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid var(--SubText);
}
.js-tab__head ul li:last-child {
  border-right: none;
}
.js-tab__head ul li a {
  display: block;
}
.js-tab__body__wrap {
  position: relative;
  overflow: hidden;
}
.js-tab__nav {
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: var(--ls);
  line-height: 1;
  padding: 1rem;
  background-color: var(--Base1);
  -webkit-transition: color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .js-tab__nav:hover {
    background-color: var(--Border);
  }
}
.js-tab__nav.is-active {
  background-color: var(--SubText);
  color: var(--Base1);
}
.js-tab__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility, z-index;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.js-tab__content.is-active {
  position: relative;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
}
.js-tab__content__wrap {
  padding: 2rem;
  background-color: var(--SubText);
  color: var(--Base1);
  font-size: 1rem;
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: var(--ls);
  line-height: 1.8;
}
.js-modal,
.js-gallery {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  display: none;
}
.js-modal:before,
.js-gallery:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 0;
  opacity: 0.95;
}
.js-modal__loading,
.js-gallery__loading {
  position: fixed;
  width: 3rem;
  height: 3rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.js-modal__loading > span,
.js-gallery__loading > span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  -webkit-animation: ModalLoading 800ms infinite linear;
  animation: ModalLoading 800ms infinite linear;
}
.js-modal__wrap,
.js-gallery__wrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  max-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.js-modal__close,
.js-gallery__close {
  width: 3rem;
  height: 3rem;
  position: fixed;
  right: 5vw;
  top: 5vw;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition: background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .js-modal__close:hover:before,
  .js-modal__close:hover:after,
  .js-gallery__close:hover:before,
  .js-gallery__close:hover:after {
    background-color: #fff;
  }
}
.js-modal__close:before,
.js-modal__close:after,
.js-gallery__close:before,
.js-gallery__close:after {
  content: "";
  width: 140%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.js-modal__close:after,
.js-gallery__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (min-width: 1000px) {
  .js-modal__close__foot:hover > span::after,
  .js-gallery__close__foot:hover > span::after {
    width: 0%;
    left: 100%;
    -webkit-transition: width 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 200ms, left 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    transition: width 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 200ms, left 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
}
.js-modal__close__foot > span,
.js-gallery__close__foot > span {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  font-size: 1rem;
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0.1em;
  line-height: 2;
  overflow: hidden;
}
.js-modal__close__foot > span:after,
.js-gallery__close__foot > span:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  left: 0;
  -webkit-transition: width 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, left 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: width 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, left 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.js-modal__close__foot > span > span,
.js-gallery__close__foot > span > span {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  overflow: hidden;
  display: block;
  -webkit-transition: background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.js-modal__close__foot > span > span:before,
.js-modal__close__foot > span > span:after,
.js-gallery__close__foot > span > span:before,
.js-gallery__close__foot > span > span:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.js-modal__close__foot > span > span:after,
.js-gallery__close__foot > span > span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.js-modal__content {
  width: 90vw;
  max-width: 70rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.js-modal__content__wrap {
  background-color: var(--Base1);
  border: 1px solid var(--SubText);
  padding: 6rem 4rem;
}
@media only screen and (max-width: 1000px) {
  .js-modal__content__wrap {
    padding: 5rem 3rem;
  }
}
@media only screen and (max-width: 680px) {
  .js-modal__content__wrap {
    padding: 4rem 2rem;
  }
}
.js-modal__content__head {
  text-align: center;
}
.js-modal__content__main {
  padding-top: 3rem;
  text-align: left;
}
.js-modal__content__foot {
  text-align: center;
  padding-top: 4rem;
}
.js-gallery__content {
  width: 90vw;
  max-width: 70rem;
  position: relative;
  display: none;
  text-align: center;
}
@media only screen and (max-width: 680px) {
  .js-gallery__content {
    width: 100vw;
  }
}
.js-gallery__content__wrap {
  display: inline-block;
  text-align: left;
  position: relative;
}
.js-gallery__player {
  margin-left: auto;
  margin-right: auto;
}
.js-gallery__text {
  color: var(--White);
  padding-top: 6px;
}
.js-gallery__ctrl {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding-top: 1rem;
  display: none;
}
.js-gallery__ctrl__wrap {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.js-gallery__ctrl__nav {
  font-size: 0;
}
.js-gallery__ctrl__nav > * {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  will-change: opacity;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .js-gallery__ctrl__nav > *:hover {
    opacity: 0.5;
  }
}
.js-gallery__ctrl__nav > * span {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
}
.js-gallery__ctrl__nav > * span:before,
.js-gallery__ctrl__nav > * span:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--Border);
  position: absolute;
  top: 50%;
  left: 50%;
}
.js-gallery__ctrl__nav__arrow.is-prev {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.js-gallery__ctrl__nav__arrow span:before {
  width: 50%;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.js-gallery__ctrl__nav__arrow span:after {
  width: 50%;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.js-gallery__ctrl__nav__close span:before {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.js-gallery__ctrl__nav__close span:after {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.js-gallery__ctrl__num__wrap {
  font-size: 1rem;
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0.16em;
  line-height: 1;
  color: var(--Border);
}
@-webkit-keyframes ModalLoading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ModalLoading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.js-masonry {
  position: relative;
  width: calc(100% - 1px + 10px);
  margin-left: -5px;
}
.js-masonry > * {
  width: 25%;
  padding-left: 5px;
  padding-right: 5px;
}
.js-masonry__item {
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  padding-bottom: 10px;
}
.js-floating {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 400px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  z-index: 8000;
  -webkit-transform: translate(400px, 0%);
  transform: translate(400px, 0%);
  visibility: hidden;
  -webkit-transition: opacity 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms, visibility 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms,
    -webkit-transform 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 200ms;
  transition: opacity 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms, visibility 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms, -webkit-transform 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 200ms;
  transition: opacity 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms, visibility 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms, transform 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 200ms;
  transition: opacity 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms, visibility 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms, transform 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 200ms,
    -webkit-transform 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 200ms;
  will-change: transform, opacity, visibility;
}
@media only screen and (max-width: 680px) {
  .js-floating {
    width: 90vw;
    right: 5vw;
    -webkit-transform: translate(0%, 150%);
    transform: translate(0%, 150%);
  }
}
.js-floating.is-active {
  visibility: visible;
  -webkit-transition: visible 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 200ms, opacity 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 200ms,
    -webkit-transform 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  transition: visible 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 200ms, opacity 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 200ms, -webkit-transform 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  transition: visible 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 200ms, opacity 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 200ms, transform 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  transition: visible 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 200ms, opacity 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 200ms, transform 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms,
    -webkit-transform 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.js-floating:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 0 0 6px 6px rgba(100, 100, 100, 0.1);
  box-shadow: 0 0 6px 6px rgba(100, 100, 100, 0.1);
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 3px;
  overflow: hidden;
}
.js-floating__link {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  background-color: var(--Key1);
  border: 1px solid var(--White);
  -webkit-transition: background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .js-floating__link:hover {
    background-color: var(--SubText);
  }
}
.js-floating__box {
  display: block;
  padding: 4px 0 4px 4px;
}
.js-floating__box__wrap {
  display: table;
  width: 100%;
}
.js-floating__box__image {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
}
@media only screen and (max-width: 1000px) {
  .js-floating__box__image {
    width: 80px;
  }
}
.js-floating__box__detail {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1rem;
  padding-right: 1rem;
  color: var(--White);
}
.js-floating__box__title {
  font-size: 18px;
  font-weight: var(--fwh);
  font-family: var(--ff);
  letter-spacing: 0.12em;
  line-height: 1;
  display: block;
  white-space: nowrap;
}
@media only screen and (max-width: 1000px) {
  .js-floating__box__title {
    font-size: 17px;
    letter-spacing: var(--ls);
  }
}
@media only screen and (max-width: 680px) {
  .js-floating__box__title {
    font-size: 15px;
    letter-spacing: 0.02em;
  }
}
.js-floating__box__title .tag {
  background-color: var(--White);
  color: var(--Key1);
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  vertical-align: inherit;
  padding: 2px 2px 2px 2px;
  margin-right: 0.5em;
  letter-spacing: 0.12em;
  -webkit-transition: background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (max-width: 1000px) {
  .js-floating__box__title .tag {
    font-size: 15px;
  }
}
@media only screen and (max-width: 680px) {
  .js-floating__box__title .tag {
    font-size: 14px;
  }
}
.js-floating__box__text {
  font-size: 13px;
  font-weight: var(--fwh);
  font-family: var(--ff);
  letter-spacing: 0.12em;
  line-height: 1.6;
  margin-top: 1em;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .js-floating__box__text {
    font-size: 12px;
    letter-spacing: var(--ls);
  }
}
@media only screen and (max-width: 680px) {
  .js-floating__box__text {
    font-size: 12px;
    margin-top: 0.7em;
  }
}
.js-floating__close {
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: var(--White);
  padding: 4px;
  top: 0;
  right: 0;
  display: block;
  z-index: 10;
  border: 1px solid var(--White);
  -webkit-transition: border-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: border-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .js-floating__close:hover {
    background-color: var(--SubText);
  }
  .js-floating__close:hover span:before,
  .js-floating__close:hover span:after {
    background-color: var(--White);
  }
}
.js-floating__close span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.js-floating__close span:before,
.js-floating__close span:after {
  content: "";
  width: 100%;
  left: 0%;
  top: 50%;
  height: 1px;
  background-color: var(--Key1);
  position: absolute;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.js-floating__close span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.js-lazy_bgi {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.js-stream {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.js-stream__box {
  display: block;
  font-size: 10vw;
  font-weight: var(--fwh);
  font-family: var(--ff);
  letter-spacing: 0em;
  line-height: 15vw;
  color: var(--Base1);
  white-space: nowrap;
  position: relative;
  opacity: 0.5;
  left: 0;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
@media only screen and (max-width: 1000px) {
  .js-stream__box {
    font-size: 20vw;
    font-weight: 800;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 680px) {
  .js-stream__box {
    line-height: 1.2;
  }
}
.js-stream__box.reverse .b-top__mv__lead__text__wrap {
  -webkit-transform: translate(-33.33%, 0%);
  transform: translate(-33.33%, 0%);
}
.js-stream__box__wrap {
  display: block;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  -webkit-transform: translate(-33.33%, 0%);
  transform: translate(-33.33%, 0%);
}
.js-stream__box__wrap > span {
  padding: 0 5vw;
  display: inline-block;
}
body.is-load #wrapAll {
  opacity: 1;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
#SlashCanvas {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
#SlashCanvasDummy {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
#wrapAll {
  position: relative;
  z-index: 1;
  z-index: 0;
  opacity: 0;
  will-change: opacity;
}
#wrapAll:after {
  content: "";
  background-color: var(--Base1);
  width: 100%;
  height: 100px;
  top: 99%;
  left: 0;
  position: absolute;
}
.l-main {
  min-height: 100vh;
  position: relative;
  z-index: 1;
}
section {
  position: relative;
  background-color: var(--Base1);
}
section:before {
  content: "";
  position: absolute;
  width: 90vw;
  max-width: 1200px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-left: 1px dotted var(--SubText);
  border-right: 1px dotted var(--SubText);
  opacity: 0.2;
}
@media only screen and (max-width: 680px) {
  section:before {
    opacity: 0.1;
  }
}
section:after {
  content: "";
  position: absolute;
  width: 30vw;
  max-width: 400px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-left: 1px dotted var(--SubText);
  border-right: 1px dotted var(--SubText);
  opacity: 0.2;
}
@media only screen and (max-width: 680px) {
  section:after {
    opacity: 0.1;
  }
}
section.is-transparent {
  background-color: rgba(0, 0, 0, 0);
}
section.is-transparent:before,
section.is-transparent:after {
  display: none;
}
section.is-transparent .p-title,
section.is-transparent .p-title__l,
section.is-transparent .p-title__s {
  color: #fff;
}
section.is-transparent .p-title > span,
section.is-transparent .p-title__l > span,
section.is-transparent .p-title__s > span {
  background: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
section.is-transparent .p-lead,
section.is-transparent .p-lead__l,
section.is-transparent .p-lead__s {
  color: #fff;
}
section.is-transparent .p-text,
section.is-transparent .p-text__l,
section.is-transparent .p-text__s {
  color: #fff;
}
section.is-transparent .p-cap {
  color: #fff;
}
section.is-transparent .p-link {
  color: #fff;
  fill: #fff;
}
section.is-transparent .p-link:after {
  background-color: #fff;
}
section.is-transparent .p-box {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
section.is-transparent .p-box.is-dark {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
section.is-transparent .p-box .p-title,
section.is-transparent .p-box .p-title__l,
section.is-transparent .p-box .p-title__s {
  color: #fff;
}
section.is-transparent .p-box .p-title:before,
section.is-transparent .p-box .p-title__l:before,
section.is-transparent .p-box .p-title__s:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  background-image: none;
}
section.is-transparent .p-box .p-title > span,
section.is-transparent .p-box .p-title__l > span,
section.is-transparent .p-box .p-title__s > span {
  background: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
section.is-transparent .p-box .p-lead,
section.is-transparent .p-box .p-lead__l,
section.is-transparent .p-box .p-lead__s {
  color: #fff;
}
section.is-transparent .p-box .p-text,
section.is-transparent .p-box .p-text__l,
section.is-transparent .p-box .p-text__s {
  color: #fff;
}
section.is-transparent .p-button {
  background-color: #110f24;
  color: #fff;
  fill: #fff;
}
section.is-transparent .p-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
  border-color: #110f24;
  -webkit-transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  section.is-transparent .p-button:hover {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    fill: #fff;
  }
  section.is-transparent .p-button:hover:before {
    border-color: #fff;
  }
}
section.is-transparent .p-button__grad {
  color: #fff;
  fill: #fff;
}
section.is-transparent .p-button__grad:before {
  background: var(--grad);
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  opacity: 1;
}
section.is-transparent .p-button__grad:after {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  background: var(--grad2);
  opacity: 1;
}
@media only screen and (min-width: 1000px) {
  section.is-transparent .p-button__grad:hover {
    color: #fff;
    fill: #fff;
  }
  section.is-transparent .p-button__grad:hover:before {
    opacity: 0;
  }
  section.is-transparent .p-button__grad:hover:after {
    opacity: 1;
  }
}
section.is-transparent .p-button__grad > span {
  background: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
section.is-transparent .p-button__grad2 {
  color: #fff;
  fill: #fff;
}
section.is-transparent .p-button__grad2:before {
  background: var(--grad2);
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  opacity: 1;
}
section.is-transparent .p-button__grad2:after {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  background: var(--grad);
  opacity: 1;
}
@media only screen and (min-width: 1000px) {
  section.is-transparent .p-button__grad2:hover {
    color: #fff;
    fill: #fff;
  }
  section.is-transparent .p-button__grad2:hover:before {
    opacity: 0;
  }
  section.is-transparent .p-button__grad2:hover:after {
    opacity: 1;
  }
}
section.is-transparent .p-button__grad2 > span {
  background: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
section.is-transparent .p-button__key1 {
  background-color: var(--Key1);
  color: #fff;
  fill: #fff;
}
section.is-transparent .p-button__key1:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
  border-color: var(--Key1);
  -webkit-transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  section.is-transparent .p-button__key1:hover {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    fill: #fff;
  }
  section.is-transparent .p-button__key1:hover:before {
    border-color: #fff;
  }
}
section.is-transparent .p-button__key2 {
  background-color: var(--Key2);
  color: #fff;
  fill: #fff;
}
section.is-transparent .p-button__key2:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
  border-color: var(--Key2);
  -webkit-transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  section.is-transparent .p-button__key2:hover {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    fill: #fff;
  }
  section.is-transparent .p-button__key2:hover:before {
    border-color: #fff;
  }
}
section.is-transparent .p-button__key3 {
  background-color: var(--Key3);
  color: #fff;
  fill: #fff;
}
section.is-transparent .p-button__key3:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
  border-color: var(--Key3);
  -webkit-transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  section.is-transparent .p-button__key3:hover {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    fill: #fff;
  }
  section.is-transparent .p-button__key3:hover:before {
    border-color: #fff;
  }
}
section.is-transparent .p-button__key4 {
  background-color: var(--Key4);
  color: #fff;
  fill: #fff;
}
section.is-transparent .p-button__key4:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
  border-color: var(--Key4);
  -webkit-transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: border-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  section.is-transparent .p-button__key4:hover {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    fill: #fff;
  }
  section.is-transparent .p-button__key4:hover:before {
    border-color: #fff;
  }
}
section.is-bg {
  background-color: var(--Base2);
}
section.is-bg .p-button__grad {
  color: #fff;
  fill: #fff;
}
section.is-bg .p-button__grad:before {
  background: var(--grad);
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  opacity: 1;
}
section.is-bg .p-button__grad:after {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  display: block;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  background: var(--Base2);
  opacity: 0;
}
@media only screen and (min-width: 1000px) {
  section.is-bg .p-button__grad:hover {
    color: var(--Key2);
    fill: var(--Key3);
  }
  section.is-bg .p-button__grad:hover:before {
    opacity: 1;
  }
  section.is-bg .p-button__grad:hover:after {
    opacity: 1;
  }
}
section.is-bg .p-button__grad2 {
  color: #fff;
  fill: #fff;
}
section.is-bg .p-button__grad2:before {
  background: var(--grad2);
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  opacity: 1;
}
section.is-bg .p-button__grad2:after {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  display: block;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  background: var(--Base2);
  opacity: 0;
}
@media only screen and (min-width: 1000px) {
  section.is-bg .p-button__grad2:hover {
    color: var(--Key2);
    fill: var(--Key3);
  }
  section.is-bg .p-button__grad2:hover:before {
    opacity: 1;
  }
  section.is-bg .p-button__grad2:hover:after {
    opacity: 1;
  }
}
section.is-bg .p-box {
  background-color: var(--Base3);
}
section.is-bg .p-box.is-dark {
  background-color: var(--DarkBase2);
}
section.is-bg .p-box .p-button__grad {
  color: #fff;
  fill: #fff;
}
section.is-bg .p-box .p-button__grad:before {
  background: var(--grad);
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  opacity: 1;
}
section.is-bg .p-box .p-button__grad:after {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  display: block;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  background: var(--Base1);
  opacity: 0;
}
@media only screen and (min-width: 1000px) {
  section.is-bg .p-box .p-button__grad:hover {
    color: var(--Key2);
    fill: var(--Key3);
  }
  section.is-bg .p-box .p-button__grad:hover:before {
    opacity: 1;
  }
  section.is-bg .p-box .p-button__grad:hover:after {
    opacity: 1;
  }
}
section.is-bg .p-box .p-button__grad2 {
  color: #fff;
  fill: #fff;
}
section.is-bg .p-box .p-button__grad2:before {
  background: var(--grad2);
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  opacity: 1;
}
section.is-bg .p-box .p-button__grad2:after {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  display: block;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  background: var(--Base1);
  opacity: 0;
}
@media only screen and (min-width: 1000px) {
  section.is-bg .p-box .p-button__grad2:hover {
    color: var(--Key2);
    fill: var(--Key3);
  }
  section.is-bg .p-box .p-button__grad2:hover:before {
    opacity: 1;
  }
  section.is-bg .p-box .p-button__grad2:hover:after {
    opacity: 1;
  }
}
section.is-bg2 {
  background-color: var(--Base3);
}
section.is-bg2.is-dark {
  background-color: var(--DarkBase3);
}
section.is-bg2 .p-button__grad {
  color: #fff;
  fill: #fff;
}
section.is-bg2 .p-button__grad:before {
  background: var(--grad);
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  opacity: 1;
}
section.is-bg2 .p-button__grad:after {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  display: block;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  background: var(--Base3);
  opacity: 0;
}
@media only screen and (min-width: 1000px) {
  section.is-bg2 .p-button__grad:hover {
    color: var(--Key2);
    fill: var(--Key3);
  }
  section.is-bg2 .p-button__grad:hover:before {
    opacity: 1;
  }
  section.is-bg2 .p-button__grad:hover:after {
    opacity: 1;
  }
}
section.is-bg2 .p-button__grad2 {
  color: #fff;
  fill: #fff;
}
section.is-bg2 .p-button__grad2:before {
  background: var(--grad2);
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  opacity: 1;
}
section.is-bg2 .p-button__grad2:after {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  display: block;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  background: var(--Base3);
  opacity: 0;
}
@media only screen and (min-width: 1000px) {
  section.is-bg2 .p-button__grad2:hover {
    color: var(--Key2);
    fill: var(--Key3);
  }
  section.is-bg2 .p-button__grad2:hover:before {
    opacity: 1;
  }
  section.is-bg2 .p-button__grad2:hover:after {
    opacity: 1;
  }
}
section.is-bg2 .p-box {
  background-color: var(--Base2);
}
section.is-bg2 .p-box .p-button__grad {
  color: #fff;
  fill: #fff;
}
section.is-bg2 .p-box .p-button__grad:before {
  background: var(--grad);
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  opacity: 1;
}
section.is-bg2 .p-box .p-button__grad:after {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  display: block;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  background: var(--Base2);
  opacity: 0;
}
@media only screen and (min-width: 1000px) {
  section.is-bg2 .p-box .p-button__grad:hover {
    color: var(--Key2);
    fill: var(--Key3);
  }
  section.is-bg2 .p-box .p-button__grad:hover:before {
    opacity: 1;
  }
  section.is-bg2 .p-box .p-button__grad:hover:after {
    opacity: 1;
  }
}
section.is-bg2 .p-box .p-button__grad2 {
  color: #fff;
  fill: #fff;
}
section.is-bg2 .p-box .p-button__grad2:before {
  background: var(--grad2);
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  opacity: 1;
}
section.is-bg2 .p-box .p-button__grad2:after {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  display: block;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  background: var(--Base2);
  opacity: 0;
}
@media only screen and (min-width: 1000px) {
  section.is-bg2 .p-box .p-button__grad2:hover {
    color: var(--Key2);
    fill: var(--Key3);
  }
  section.is-bg2 .p-box .p-button__grad2:hover:before {
    opacity: 1;
  }
  section.is-bg2 .p-box .p-button__grad2:hover:after {
    opacity: 1;
  }
}
.youtube {
  position: relative;
}
.youtube::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 70px;
}
.l-header.is-white .p-logo__grad {
  opacity: 0;
}
.l-header.is-white .p-logo__white {
  opacity: 1;
}
.l-header.is-white .weglot-container .wg-drop.country-selector .wgcurrent:after {
  border-color: #fff;
}
.l-header.is-white .weglot-container .wg-drop.country-selector .wgcurrent a {
  color: #fff;
}
.l-header.is-white .p-ld__wrap > span svg {
  fill: #fff;
}
.l-header.is-white .l-header__nav__link {
  color: #fff;
}
.l-header.is-white .l-header__hbg__icon > a:before {
  background-color: #fff;
}
.l-header.is-white .l-header__hbg__icon > a ul li {
  background-color: #75738c;
}
@media only screen and (max-width: 1000px) {
  .l-header {
    height: 67px;
  }
}
@media only screen and (max-width: 680px) {
  .l-header {
    height: 64px;
  }
}
.l-header__wrap {
  height: 100%;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.l-header__inner {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.l-header__left {
  padding-left: 0;
}
.l-header__right {
  padding-right: 34px;
}
@media only screen and (max-width: 1000px) {
  .l-header__right {
    padding-right: 34px;
  }
}
@media only screen and (max-width: 680px) {
  .l-header__right {
    padding-right: 30px;
  }
}
.l-header__logo {
  width: 180px;
  display: block;
}
@media only screen and (max-width: 1000px) {
  .l-header__logo {
    width: 180px;
  }
}
@media only screen and (max-width: 680px) {
  .l-header__logo {
    width: 160px;
  }
}
@media only screen and (max-width: 374px) {
  .l-header__logo {
    width: 156px;
  }
}
.l-header__ctrl {
  height: 100%;
}
.l-header__ctrl__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.l-header__ctrl__li {
  padding-left: 1rem;
}
@media only screen and (max-width: 680px) {
  .l-header__ctrl__li {
    padding-left: 0;
  }
}
.l-header__ctrl__li .p-ld__wrap {
  width: 20px;
}
.l-header__ctrl__link {
  font-size: 1rem;
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: var(--ls);
  line-height: 1;
  color: var(--Text);
  display: block;
  padding: 10px;
  -webkit-transition: color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.l-header__ctrl__button {
  color: #fff;
  fill: #fff;
  margin-top: 0;
}
.l-header__ctrl__button:before {
  background: var(--grad);
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  opacity: 1;
}
.l-header__ctrl__button:after {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  background: var(--grad2);
  opacity: 1;
}
@media only screen and (min-width: 1000px) {
  .l-header__ctrl__button:hover {
    color: #fff;
    fill: #fff;
  }
  .l-header__ctrl__button:hover:before {
    opacity: 0;
  }
  .l-header__ctrl__button:hover:after {
    opacity: 1;
  }
}
@media only screen and (min-width: 1000px) {
  .l-header__ctrl__button:hover > span {
    background: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
  }
}
.l-header__ctrl__button > span {
  background: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.l-header__nav {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 100%;
}
@media only screen and (max-width: 1000px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.l-header__nav__link {
  font-size: 1rem;
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: var(--ls);
  line-height: 1;
  display: block;
  padding: 1em 1em;
}
.l-header__hbg__icon {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  width: 24px;
  height: 70px;
  position: relative;
  position: fixed;
  top: 0;
  right: 5vw;
  z-index: 9999;
}
@media only screen and (max-width: 1000px) {
  .l-header__hbg__icon {
    height: 67px;
  }
}
@media only screen and (max-width: 680px) {
  .l-header__hbg__icon {
    height: 64px;
  }
}
.l-header__hbg__icon > a {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  border-radius: 100%;
}
@media only screen and (min-width: 1000px) {
  .l-header__hbg__icon > a:hover:before {
    background-color: var(--Base3);
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1, 1.1);
    transform: translate3d(-50%, -50%, 0) scale(1.1, 1.1);
  }
}
.l-header__hbg__icon > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: var(--Title);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1, 1);
  transform: translate3d(-50%, -50%, 0) scale(1, 1);
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: transform 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: transform 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.l-header__hbg__icon > a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: var(--Base3);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  border-radius: 100%;
  z-index: 0;
  -webkit-transition: width 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, height 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: width 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, height 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.l-header__hbg__icon > a ul {
  width: 100%;
  height: 100%;
  display: block;
  width: 60%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 10px;
  font-weight: var(--fwh);
  font-family: var(--ff);
  letter-spacing: 0.16em;
  line-height: 10px;
  -webkit-transition: width 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, height 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: width 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, height 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.l-header__hbg__icon > a ul li {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: var(--White);
  display: block;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: width 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, height 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,
    background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, fill 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: width 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, height 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms,
    background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, fill 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.l-header__hbg__icon > a ul li:nth-child(1) {
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.l-header__hbg__icon > a ul li:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.l-header__hbg__icon > a ul li:nth-child(2):before,
.l-header__hbg__icon > a ul li:nth-child(2):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  background-color: inherit;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: background-color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.l-header__hbg__icon > a ul li:nth-child(2):after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header__hbg__icon > a ul li:nth-child(3) {
  left: 100%;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.l-header__hbg__modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, visibility 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.l-header__hbg__modal__wrap {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 680px) {
  .l-header__hbg__modal__wrap {
    display: block;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.l-header__hbg__modal__inner {
  width: 90%;
  max-width: 1200px;
}
@media only screen and (max-width: 1000px) {
  .l-header__hbg__modal__inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 680px) {
  .l-header__hbg__modal__inner {
    width: 100%;
  }
}
.l-header__hbg__modal__body {
  position: relative;
  padding-bottom: 4rem;
  padding-top: 4rem;
}
@media only screen and (max-width: 680px) {
  .l-header__hbg__modal__body {
    padding-bottom: 0;
    padding-top: 6rem;
  }
}
.l-header__hbg__modal__body__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1000px) {
  .l-header__hbg__modal__body__wrap {
    display: block;
  }
}
.l-header__hbg__modal__body__left {
  width: 40%;
}
@media only screen and (max-width: 1000px) {
  .l-header__hbg__modal__body__left {
    width: 100%;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 680px) {
  .l-header__hbg__modal__body__left {
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 1000px) {
  .l-header__hbg__modal__body__left__wrap {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  .l-header__hbg__modal__body__left__wrap {
    display: block;
  }
}
.l-header__hbg__modal__body__right {
  width: 60%;
}
@media only screen and (max-width: 1000px) {
  .l-header__hbg__modal__body__right {
    width: 100%;
  }
}
.l-header__hbg__modal__body__right__wrap {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.l-header__hbg__modal__foot {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.l-header__hbg__modal__foot__wrap {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 680px) {
  .l-header__hbg__modal__foot__wrap {
    display: block;
  }
}
@media only screen and (max-width: 680px) {
  .l-header__hbg__modal__foot__left {
    padding-bottom: 2rem;
  }
}
.l-header__hbg__modal__logo {
  width: 200px;
  display: block;
}
@media only screen and (max-width: 1000px) {
  .l-header__hbg__modal__logo {
    width: 180px;
  }
}
@media only screen and (max-width: 680px) {
  .l-header__hbg__modal__logo {
    width: 160px;
  }
}
@media only screen and (max-width: 374px) {
  .l-header__hbg__modal__logo {
    width: 156px;
  }
}
.l-header__hbg__modal__ctrl {
  width: 16rem;
  padding-top: 4rem;
}
@media only screen and (max-width: 1000px) {
  .l-header__hbg__modal__ctrl {
    width: auto;
    padding-top: 0;
  }
}
@media only screen and (max-width: 680px) {
  .l-header__hbg__modal__ctrl {
    width: 100%;
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 1000px) {
  .l-header__hbg__modal__ctrl__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}
.l-header__hbg__modal__ctrl__li + li {
  padding-top: 1.5rem;
}
@media only screen and (max-width: 1000px) {
  .l-header__hbg__modal__ctrl__li + li {
    padding-top: 0;
    margin-left: 1.5rem;
  }
}
.l-header__hbg__modal__ctrl__li dl {
  white-space: nowrap;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .l-header__hbg__modal__ctrl__li dl {
    display: block;
    white-space: nowrap;
  }
}
.l-header__hbg__modal__ctrl__li dl dt {
  width: 6rem;
  font-size: calc(1rem - 2px);
  font-weight: var(--fwn);
  font-family: var(--title);
  letter-spacing: var(--ls);
  line-height: 1;
  color: var(--Text);
}
@media only screen and (max-width: 1000px) {
  .l-header__hbg__modal__ctrl__li dl dt {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding-right: 0.5rem;
  }
}
@media only screen and (max-width: 680px) {
  .l-header__hbg__modal__ctrl__li dl dt {
    padding-right: 4px;
  }
}
.l-header__hbg__modal__ctrl__li dl dd {
  width: 10rem;
}
@media only screen and (max-width: 1000px) {
  .l-header__hbg__modal__ctrl__li dl dd {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
}
.l-header__hbg__modal__ctrl__button {
  color: #fff;
  fill: #fff;
  margin-top: 0;
}
.l-header__hbg__modal__ctrl__button:before {
  background: var(--grad);
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  opacity: 1;
}
.l-header__hbg__modal__ctrl__button:after {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  background: var(--grad2);
  opacity: 1;
}
@media only screen and (min-width: 1000px) {
  .l-header__hbg__modal__ctrl__button:hover {
    color: #fff;
    fill: #fff;
  }
  .l-header__hbg__modal__ctrl__button:hover:before {
    opacity: 0;
  }
  .l-header__hbg__modal__ctrl__button:hover:after {
    opacity: 1;
  }
}
@media only screen and (max-width: 1000px) {
  .l-header__hbg__modal__ctrl__button {
    min-width: 10rem;
  }
}
@media only screen and (min-width: 1000px) {
  .l-header__hbg__modal__ctrl__button:hover > span {
    background: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
  }
}
.l-header__hbg__modal__ctrl__button > span {
  background: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.l-header__hbg__modal__sns {
  margin-left: -6px;
}
@media only screen and (max-width: 1000px) {
  .l-header__hbg__modal__sns {
    text-align: center;
    margin-left: 0;
  }
}
@media only screen and (max-width: 680px) {
  .l-header__hbg__modal__nav {
    width: 50%;
  }
  .l-header__hbg__modal__nav:nth-child(1) {
    width: 100%;
  }
  .l-header__hbg__modal__nav:nth-child(1) [class$="__wrap"] {
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--Border);
  }
  .l-header__hbg__modal__nav:nth-child(1) ul {
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
  .l-header__hbg__modal__nav:nth-child(1) ul li {
    width: 50%;
  }
}
.l-header__hbg__modal__nav__wrap {
  padding-bottom: 2rem;
}
.l-header__hbg__modal__nav__title {
  font-size: var(--pow1);
  font-weight: var(--fwb);
  font-family: var(--title);
  letter-spacing: 0.02em;
  line-height: 2;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 680px) {
  .l-header__hbg__modal__nav__title {
    font-size: calc(var(--pow1) + 1px);
  }
}
.l-header__hbg__modal__nav ul li {
  margin-bottom: 2px;
}
.l-header__hbg__modal__nav ul li:last-child {
  margin-bottom: 0;
}
.l-header__hbg__modal__nav ul li a {
  font-size: 1rem;
  font-weight: var(--fwn);
  font-family: var(--title);
  letter-spacing: var(--ls);
  line-height: 1.7;
  padding: 0.2em 0;
  -webkit-transition: color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .l-header__hbg__modal__nav ul li a:hover {
    color: var(--Key1);
  }
}
@media only screen and (max-width: 680px) {
  .l-header__hbg__modal__nav ul li a {
    font-size: calc(1rem + 1px);
  }
}
.l-header__hbg__modal__copyright {
  font-size: 11px;
  font-weight: var(--fwn);
  font-family: var(--title);
  letter-spacing: var(--ls);
  line-height: 2;
}
@media only screen and (max-width: 680px) {
  .l-header__hbg__modal__copyright {
    text-align: center;
  }
}
.l-header__hbg__modal__copyright a {
  background: var(--grad);
  letter-spacing: 0.02em;
  color: #fff;
  fill: #fff;
  line-height: 1.1;
  margin: 0 0.2em;
  font-family: var(--title);
  display: inline-block;
  position: relative;
  white-space: nowrap;
  padding: 0.2em 1.8em 0.2em 0.5em;
  border-radius: 0.2em;
}
@media only screen and (min-width: 1000px) {
  .l-header__hbg__modal__copyright a:hover {
    background: var(--grad2);
  }
}
.l-header__hbg__modal__copyright a svg {
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
body.is-nav_open .l-header.is-white .l-header__hbg__icon > a:before {
  background-color: rgba(0, 0, 0, 0);
}
body.is-nav_open .l-header.is-white .l-header__hbg__icon > a ul li {
  background-color: rgba(0, 0, 0, 0);
}
body.is-nav_open .l-header__hbg__icon > a:before {
  background-color: rgba(0, 0, 0, 0);
}
body.is-nav_open .l-header__hbg__icon > a:after {
  width: 500vh;
  height: 500vh;
}
body.is-nav_open .l-header__hbg__icon > a ul {
  width: 100%;
  height: 100%;
}
body.is-nav_open .l-header__hbg__icon > a ul li {
  background-color: rgba(0, 0, 0, 0);
}
body.is-nav_open .l-header__hbg__icon > a ul li:nth-child(1) {
  opacity: 0;
}
body.is-nav_open .l-header__hbg__icon > a ul li:nth-child(2) {
  width: 200%;
  height: 200%;
}
body.is-nav_open .l-header__hbg__icon > a ul li:nth-child(2):before,
body.is-nav_open .l-header__hbg__icon > a ul li:nth-child(2):after {
  background: var(--grad);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
body.is-nav_open .l-header__hbg__icon > a ul li:nth-child(2):after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
body.is-nav_open .l-header__hbg__icon > a ul li:nth-child(3) {
  opacity: 0;
}
body.is-nav_open .l-header__hbg__modal {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 200ms, visibility 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 200ms, z-index 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 200ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 200ms, visibility 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 200ms, z-index 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 200ms;
}
.l-footer {
  background-color: var(--Base1);
  position: relative;
  z-index: 1;
}
.l-footer__body {
  padding-bottom: 4rem;
  padding-top: 4rem;
}
@media only screen and (max-width: 680px) {
  .l-footer__body {
    padding-bottom: 0;
  }
}
.l-footer__body__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .l-footer__body__wrap {
    display: block;
  }
}
.l-footer__body__left {
  width: 35%;
}
@media only screen and (max-width: 1000px) {
  .l-footer__body__left {
    width: 100%;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 680px) {
  .l-footer__body__left {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .l-footer__body__left__wrap {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}
.l-footer__body__right {
  width: 65%;
}
@media only screen and (max-width: 1000px) {
  .l-footer__body__right {
    width: 100%;
  }
}
.l-footer__body__right__wrap {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.l-footer__foot {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.l-footer__foot__wrap {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 680px) {
  .l-footer__foot__wrap {
    display: block;
  }
}
@media only screen and (max-width: 680px) {
  .l-footer__foot__left {
    padding-bottom: 2rem;
  }
}
.l-footer__logo {
  width: 180px;
  display: block;
}
@media only screen and (max-width: 1000px) {
  .l-footer__logo {
    width: 180px;
  }
}
@media only screen and (max-width: 680px) {
  .l-footer__logo {
    width: 160px;
  }
}
@media only screen and (max-width: 374px) {
  .l-footer__logo {
    width: 156px;
  }
}
.l-footer__button {
  display: inline-block;
  margin-top: 2rem;
}
@media only screen and (max-width: 1000px) {
  .l-footer__button {
    margin-top: 2px;
  }
}
.l-footer__sns {
  margin-left: -6px;
}
@media only screen and (max-width: 1000px) {
  .l-footer__sns {
    text-align: center;
    margin-left: 0;
  }
}
@media only screen and (max-width: 680px) {
  .l-footer__nav {
    width: 50%;
  }
  .l-footer__nav:nth-child(1) {
    width: 100%;
  }
  .l-footer__nav:nth-child(1) [class$="__wrap"] {
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--Base3);
  }
  .l-footer__nav:nth-child(1) ul {
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
  .l-footer__nav:nth-child(1) ul li {
    width: 50%;
  }
}
.l-footer__nav__wrap {
  padding-bottom: 2rem;
}
.l-footer__nav__title {
  font-size: var(--pow1);
  font-weight: var(--fwb);
  font-family: var(--title);
  letter-spacing: 0.02em;
  line-height: 2;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 680px) {
  .l-footer__nav__title {
    font-size: calc(var(--pow1) + 1px);
  }
}
.l-footer__nav ul li {
  margin-bottom: 2px;
}
.l-footer__nav ul li:last-child {
  margin-bottom: 0;
}
.l-footer__nav ul li a {
  font-size: 1rem;
  font-weight: var(--fwn);
  font-family: var(--title);
  letter-spacing: var(--ls);
  line-height: 1.7;
  padding: 0.2em 0;
  -webkit-transition: color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: color 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
@media only screen and (min-width: 1000px) {
  .l-footer__nav ul li a:hover {
    color: var(--Key1);
  }
}
@media only screen and (max-width: 680px) {
  .l-footer__nav ul li a {
    font-size: calc(1rem + 1px);
  }
}
.l-footer__copyright {
  font-size: 11px;
  font-weight: var(--fwn);
  font-family: var(--title);
  letter-spacing: var(--ls);
  line-height: 2;
}
@media only screen and (max-width: 680px) {
  .l-footer__copyright {
    text-align: center;
  }
}
.l-footer__copyright a {
  background: var(--grad);
  letter-spacing: 0.02em;
  color: #fff;
  fill: #fff;
  line-height: 1.1;
  margin: 0 0.2em;
  font-family: var(--title);
  display: inline-block;
  position: relative;
  white-space: nowrap;
  padding: 0.2em 1.8em 0.2em 0.5em;
  border-radius: 0.2em;
}
@media only screen and (min-width: 1000px) {
  .l-footer__copyright a:hover {
    background: var(--grad2);
  }
}
.l-footer__copyright a svg {
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.page_top__mv {
  width: 100%;
}
.page_top__mv__wrap {
  width: 100%;
  height: 100%;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.page_top__mv__inner {
  width: 90%;
  max-width: 50rem;
}
.page_top__mv .p-title {
  text-align: center;
  margin-bottom: 0.2em;
}
.page_top__mv .p-lead {
  font-size: var(--pow7);
  font-weight: var(--fwh);
  font-family: var(--title);
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.page_top__data__content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .page_top__data__content__wrap {
    display: block;
  }
}
.page_top__data__content__left {
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .page_top__data__content__left {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .page_top__data__content__left .p-title {
    text-align: center;
  }
}
.page_top__data__content__right {
  width: 50%;
  padding-left: min(5vw, 6rem);
}
@media only screen and (max-width: 1000px) {
  .page_top__data__content__right {
    width: 100%;
    padding-left: 0;
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 680px) {
  .page_top__data__content__right .p-box {
    padding: 2rem 1rem;
  }
}
.page_top__data__content__right .p-box + .p-box,
.page_top__data__content__right .page_top__flow__chart .p-box + .p-box {
  margin-top: 1rem;
}
@media only screen and (max-width: 1000px) {
  .page_top__data__content__right .p-box dl {
    text-align: center;
  }
}
.page_top__data__content__right .p-box dl dt > span {
  font-size: var(--pow1);
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0em;
  line-height: 1;
  padding-bottom: 1em;
  display: block;
}
@media only screen and (max-width: 680px) {
  .page_top__data__content__right .p-box dl dt > span {
    font-size: var(--pow0);
  }
}
.page_top__data__content__right .p-box dl dd > span span.num {
  font-size: var(--pow6);
  font-weight: var(--fwh);
  font-family: var(--title);
  letter-spacing: 0em;
  line-height: 1;
  display: inline-block;
  vertical-align: baseline;
  background: var(--grad);
  -webkit-background-clip: text;
  white-space: nowrap;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.page_top__data__content__right .p-box dl dd > span span.num.is-jp {
  font-size: var(--pow5);
}
.page_top__data__content__right .p-box dl dd > span span.sub {
  font-size: var(--pow0);
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0.02em;
  line-height: 1;
  display: inline-block;
  vertical-align: super;
  margin-left: 1em;
  color: var(--Text);
}
@media only screen and (max-width: 680px) {
  .page_top__data__content__right .p-box dl dd > span span.sub {
    letter-spacing: 0;
    margin-left: 0.5em;
    font-size: var(--pow0);
  }
}
.page_top__data__data ul {
  border-top: 1px dotted rgba(136, 136, 136, 0.5);
}
.page_top__data__data ul li {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px dotted rgba(136, 136, 136, 0.5);
}
@media only screen and (max-width: 680px) {
  .page_top__data__data ul li {
    padding-top: 1.8rem;
  }
}
@media only screen and (max-width: 1000px) {
  .page_top__data__data ul li dl {
    text-align: center;
  }
}
.page_top__data__data ul li dl dt > span {
  font-size: var(--pow1);
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0em;
  line-height: 1;
  padding-bottom: 1em;
  display: block;
}
.page_top__data__data ul li dl dd > span span.num {
  font-size: var(--pow6);
  font-weight: var(--fwh);
  font-family: var(--ff);
  letter-spacing: 0em;
  line-height: 1;
  display: inline-block;
  vertical-align: baseline;
  background: var(--grad);
  -webkit-background-clip: text;
  white-space: nowrap;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.page_top__data__data ul li dl dd > span span.sub {
  font-size: var(--pow1);
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0.06em;
  line-height: 1;
  display: inline-block;
  vertical-align: super;
  margin-left: 1em;
  color: var(--Text);
}
@media only screen and (max-width: 680px) {
  .page_top__data__data ul li dl dd > span span.sub {
    letter-spacing: 0;
    font-size: var(--pow0);
  }
}
@media only screen and (max-width: 680px) {
  .page_top__about__wrap {
    padding-top: 0;
    width: 100%;
  }
}
.page_top__about__content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .page_top__about__content__wrap {
    display: block;
  }
}
.page_top__about__content__left {
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .page_top__about__content__left {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .page_top__about__content__left .p-title {
    text-align: center;
  }
}
.page_top__about__content__right {
  width: 50%;
  padding-left: min(5vw, 6rem);
}
@media only screen and (max-width: 1000px) {
  .page_top__about__content__right {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-top: 3rem;
  }
}
.page_top__about__youtube {
  position: relative;
  width: 100%;
}
.page_top__about__youtube__thum {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .page_top__about__youtube__thum {
    border-radius: 12px;
  }
}
@media only screen and (max-width: 680px) {
  .page_top__about__youtube__thum {
    border-radius: 8px;
  }
}
@media only screen and (max-width: 680px) {
  .page_top__about__youtube__thum {
    border-radius: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .page_top__about__youtube__thum > span:before {
    padding-top: 56%;
  }
}
@media only screen and (max-width: 1000px) {
  .page_top__about .p-title {
    text-align: center;
  }
}
.page_top__network .p-title {
  text-align: center;
}
.page_top__network .p-lead {
  text-align: center;
}
.page_top__network .p-text {
  text-align: center;
}
.page_top__network__list {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.page_top__network__list__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  width: calc(100% - 1px + 1rem);
  margin-left: -0.5rem;
}
.page_top__network__list__ul > * {
  width: 25%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media only screen and (max-width: 680px) {
  .page_top__network__list__ul {
    width: calc(100% - 1px + 6px);
    margin-left: -3px;
  }
  .page_top__network__list__ul > * {
    width: 50%;
    padding-left: 3px;
    padding-right: 3px;
  }
}
.page_top__network__list__li {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 680px) {
  .page_top__network__list__li {
    margin-bottom: 6px;
  }
}
.page_top__network .p-box {
  padding: 1rem;
}
.page_top__network .p-box.is-disable {
  background-color: rgba(51, 51, 51, 0.3);
  border: 1px solid rgba(102, 102, 102, 0.5);
  position: relative;
}
.page_top__network .p-box.is-disable:before {
  content: "Coming Soon";
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.3em 0.6em;
  background-color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  z-index: 10;
}
@media only screen and (max-width: 1000px) {
  .page_top__network .p-box.is-disable:before {
    font-size: 11px;
  }
}
@media only screen and (max-width: 680px) {
  .page_top__network .p-box.is-disable:before {
    font-size: 10px;
    font-size: 9px;
  }
}
.page_top__network .p-box.is-disable .page_top__network__logo {
  opacity: 0.5;
}
@media only screen and (max-width: 680px) {
  .page_top__network .p-box {
    padding: 1rem 0;
  }
}
.page_top__network__logo > span {
  display: block;
  background-size: contain;
}
.page_top__network__logo > span:before {
  content: "";
  padding-top: 40%;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 680px) {
  .page_top__network__logo > span:before {
    padding-top: 33%;
  }
}
.page_top__started .p-title {
  text-align: center;
}
.page_top__started .p-lead {
  text-align: center;
}
.page_top__started .p-lead > span {
  display: inline-block;
  text-align: left;
}
.page_top__started .p-box__ul {
  padding-top: 3rem;
}
@media only screen and (max-width: 680px) {
  .page_top__started .p-box__ul {
    display: block;
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 680px) {
  .page_top__started .p-box__li {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-bottom: 1rem;
  }
  .page_top__started .p-box__li:last-child {
    margin-bottom: 0;
  }
}
.page_top__started .p-box .p-title {
  text-align: left;
}
.page_top__uiux__content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1000px) {
  .page_top__uiux__content__wrap {
    display: block;
  }
}
.page_top__uiux__content__left {
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .page_top__uiux__content__left {
    width: 100vw;
    margin-left: -5vw;
  }
}
.page_top__uiux__content__right {
  width: 50%;
  padding-right: min(5vw, 6rem);
}
@media only screen and (max-width: 1000px) {
  .page_top__uiux__content__right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 680px) {
  .page_top__uiux__content__right {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 1000px) {
  .page_top__uiux__content__right .p-title {
    text-align: center;
  }
}
.page_top__uiux__fig {
  position: relative;
}
.page_top__uiux__fig__flame {
  position: relative;
  z-index: 1;
  -webkit-filter: drop-shadow(1px 1px 6px rgba(136, 136, 136, 0.5));
  filter: drop-shadow(1px 1px 6px rgba(136, 136, 136, 0.5));
}
.page_top__uiux__fig__flame .js-lazy_bgi {
  position: relative;
  z-index: 10;
}
.page_top__uiux__fig__flame .js-video {
  width: 43%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 30px;
  overflow: hidden;
}
.page_top__uiux__fig__slide {
  position: absolute;
  top: 50.4%;
  left: 50.4%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #171422;
  width: 40.8%;
  z-index: 0;
  border-radius: 8%;
  overflow: hidden;
}
.page_top__uiux__fig__slide:before {
  content: "";
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 216.5333333333%;
}
.page_top__uiux__fig__slide__common {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
}
.page_top__uiux__fig__slide__ul {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}
.page_top__uiux__fig__slide__li {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  will-change: opacity, transform;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0%, 0px);
  transform: translate3d(0px, 0%, 0px);
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 60ms, -webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 60ms, -webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 60ms, transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 60ms, transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.page_top__uiux__fig__slide__li .js-lazy_bgi {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 0;
}
.page_top__uiux__fig__slide__li .js-lazy_bgi.is-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.page_top__uiux__fig__slide__li .js-lazy_bgi.is-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0px, 5%, 0px);
  transform: translate3d(0px, 5%, 0px);
}
.page_top__uiux__fig__slide__li .pointer {
  width: 10%;
  display: block;
  position: absolute;
  top: 80%;
  left: 120%;
  -webkit-transform: translate3d(-50%, -50%, 0px);
  transform: translate3d(-50%, -50%, 0px);
  will-change: transform;
}
.page_top__uiux__fig__slide__li .pointer:before {
  content: "";
  padding-top: 100%;
  width: 100%;
  display: block;
  position: relative;
}
.page_top__uiux__fig__slide__li .pointer:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  will-change: opacity, transform;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate3d(-50%, -50%, 0px) scale(1);
  transform: translate3d(-50%, -50%, 0px) scale(1);
  background-color: #ccc;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  opacity: 0.5;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, transform 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, transform 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.page_top__uiux__fig__slide__li .loading {
  display: block;
  width: 12%;
  position: absolute;
  top: 39.1%;
  left: 50.2%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate3d(-50%, -50%, 0px);
  transform: translate3d(-50%, -50%, 0px);
  will-change: transform;
}
.page_top__uiux__fig__slide__li .loading:before {
  content: "";
  padding-top: 100%;
  width: 100%;
  display: block;
  position: relative;
}
.page_top__uiux__fig__slide__li .loading .js-lazy_bgi {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.page_top__uiux__fig__slide__li .check {
  width: 12%;
  display: block;
  position: absolute;
  top: 39.1%;
  left: 50.2%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate3d(-50%, -50%, 0px) scale(0.8);
  transform: translate3d(-50%, -50%, 0px) scale(0.8);
  will-change: transform;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}
.page_top__uiux__fig__slide__li .check:before {
  content: "";
  padding-top: 100%;
  width: 100%;
  display: block;
  position: relative;
}
.page_top__uiux__fig__slide__li .check .js-lazy_bgi {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.page_top__uiux__fig__slide__li.is-active {
  opacity: 1;
  z-index: 10;
  -webkit-transform: translate3d(0px, 0%, 0px);
  transform: translate3d(0px, 0%, 0px);
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.page_top__uiux__fig__slide__li.is-active:nth-child(1) .pointer {
  top: 48%;
  left: 50%;
}
.page_top__uiux__fig__slide__li.is-active:nth-child(2) .pointer {
  top: 43%;
  left: 50%;
}
.page_top__uiux__fig__slide__li.is-active:nth-child(3) .pointer {
  top: 54.4%;
  left: 50%;
}
.page_top__uiux__fig__slide__li.is-active:nth-child(4) .pointer {
  top: 60.8%;
  left: 50%;
}
.page_top__uiux__fig__slide__li.is-active .pointer {
  -webkit-transition: top 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 1000ms, left 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 1000ms;
  transition: top 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 1000ms, left 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 1000ms;
}
.page_top__uiux__fig__slide__li.is-active .pointer:after {
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0px) scale(1.8);
  transform: translate3d(-50%, -50%, 0px) scale(1.8);
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 2500ms, -webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 2500ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 2500ms, -webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 2500ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 2500ms, transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 2500ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 2500ms, transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 2500ms, -webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 2500ms;
}
.page_top__uiux__fig__slide__li.is-active .loading {
  -webkit-animation: FigLoading 2000ms infinite linear;
  animation: FigLoading 2000ms infinite linear;
}
.page_top__uiux__fig__slide__li.is-active .check {
  -webkit-transform: translate3d(-50%, -50%, 0px) scale(1.2);
  transform: translate3d(-50%, -50%, 0px) scale(1.2);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
  -webkit-transition: opacity 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 400ms, -webkit-filter 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 400ms,
    -webkit-transform 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 400ms;
  transition: opacity 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 400ms, -webkit-filter 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 400ms, -webkit-transform 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 400ms;
  transition: filter 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 400ms, opacity 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 400ms, transform 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 400ms;
  transition: filter 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 400ms, opacity 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 400ms, transform 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 400ms,
    -webkit-filter 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 400ms, -webkit-transform 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 400ms;
}
.page_top__uiux__fig__slide__li.is-active .js-lazy_bgi.is-hover {
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 2500ms, -webkit-transform 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 2500ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 2500ms, -webkit-transform 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 2500ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 2500ms, transform 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 2500ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 2500ms, transform 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 2500ms, -webkit-transform 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 2500ms;
}
.page_top__uiux__fig__slide__li.is-active .js-lazy_bgi.is-popup {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0%, 0px);
  transform: translate3d(0px, 0%, 0px);
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 400ms, -webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 400ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 400ms, -webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 400ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 400ms, transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 400ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 400ms, transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 400ms, -webkit-transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 400ms;
}
.page_top__comparison .p-title {
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .page_top__comparison .p-text {
    margin-top: 1em;
  }
}
.page_top__comparison__content__body {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.page_top__comparison__content__foot__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .page_top__comparison__content__foot__wrap {
    display: block;
  }
}
.page_top__comparison__content__foot__left {
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .page_top__comparison__content__foot__left {
    width: 100%;
  }
}
.page_top__comparison__content__foot__right {
  width: 50%;
  padding-left: min(5vw, 6rem);
}
@media only screen and (max-width: 1000px) {
  .page_top__comparison__content__foot__right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
}
.page_top__comparison__table {
  background-color: var(--White);
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .page_top__comparison__table {
    border-radius: 12px;
  }
}
@media only screen and (max-width: 680px) {
  .page_top__comparison__table {
    border-radius: 8px;
  }
}
.page_top__comparison__table table {
  width: 100%;
}
.page_top__comparison__table table thead {
  background-color: var(--Base2);
}
.page_top__comparison__table table thead th {
  width: 20%;
}
.page_top__comparison__table table thead td {
  width: 20%;
  border-left: 1px solid var(--White);
}
.page_top__comparison__table table thead td.is-slash {
  background: var(--grad);
}
.page_top__comparison__table table thead td .p-logo__slash {
  font-size: inherit;
  width: 5em;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 680px) {
  .page_top__comparison__table table thead td .p-logo__slash {
    width: 4em;
  }
}
.page_top__comparison__table table tbody tr {
  border-top: 1px solid var(--Base2);
}
.page_top__comparison__table table tbody tr:last-child td.is-slash {
  border-bottom: 2px solid var(--Key3);
}
@media only screen and (max-width: 680px) {
  .page_top__comparison__table table tbody tr:last-child td.is-slash {
    border-width: 1px;
  }
}
.page_top__comparison__table table th,
.page_top__comparison__table table td {
  padding: 1.5rem 1rem;
  text-align: left;
  vertical-align: top;
  vertical-align: middle;
}
@media only screen and (max-width: 680px) {
  .page_top__comparison__table table th,
  .page_top__comparison__table table td {
    padding: 1rem 0rem;
  }
}
.page_top__comparison__table table th.is-slash,
.page_top__comparison__table table td.is-slash {
  background-color: var(--White);
  border-left: 2px solid var(--Key1);
  border-right: 2px solid var(--Key2);
}
@media only screen and (max-width: 680px) {
  .page_top__comparison__table table th.is-slash,
  .page_top__comparison__table table td.is-slash {
    border-width: 1px;
  }
}
.page_top__comparison__table table th {
  white-space: nowrap;
  text-transform: capitalize;
  font-size: var(--pow2);
  font-weight: var(--fwb);
  font-family: var(--title);
  letter-spacing: var(--ls);
  line-height: 1.4;
}
@media only screen and (max-width: 680px) {
  .page_top__comparison__table table th {
    text-align: center;
    font-size: var(--pow0);
    font-weight: var(--fwb);
    line-height: 1.2;
  }
}
.page_top__comparison__table table td {
  border-left: 1px solid var(--Base3);
  text-align: center;
  font-size: var(--pow2);
  font-weight: var(--fwh);
  font-family: var(--title);
  letter-spacing: var(--ls);
  line-height: 1.4;
}
@media only screen and (max-width: 680px) {
  .page_top__comparison__table table td {
    text-align: center;
    font-size: var(--pow0);
    font-weight: var(--fwb);
    line-height: 1.2;
  }
}
.page_top__comparison__table table td > span.is-num {
  font-size: 1.3em;
  line-height: 1;
  font-weight: var(--fwh);
  color: var(--Key3);
}
.page_top__comparison__table table td > span.is-num > span {
  font-size: 1.4em;
}
.page_top__comparison__table table td > span.is-check {
  display: block;
  width: 1em;
  height: 1em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.page_top__comparison__table table td > span.is-check:before {
  content: "";
  width: 35%;
  height: 60%;
  border-bottom: 4px solid;
  border-right: 3px solid;
  border-color: #fff;
  position: absolute;
  top: 45%;
  left: 20%;
  z-index: 1;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
@media only screen and (max-width: 680px) {
  .page_top__comparison__table table td > span.is-check:before {
    border-bottom: 2px solid;
    border-right: 1px solid;
    border-color: #fff;
  }
}
.page_top__comparison__table table td > span.is-check:after {
  content: "";
  position: absolute;
  height: 160%;
  width: 160%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: var(--Key3);
  z-index: 0;
}
.page_top__comparison__table table td > span.is-not {
  display: block;
  width: 1em;
  height: 1em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.page_top__comparison__table table td > span.is-not:before,
.page_top__comparison__table table td > span.is-not:after {
  content: "";
  width: 140%;
  height: 4px;
  background-color: var(--SubText);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
@media only screen and (max-width: 680px) {
  .page_top__comparison__table table td > span.is-not:before,
  .page_top__comparison__table table td > span.is-not:after {
    height: 3px;
  }
}
.page_top__comparison__table table td > span.is-not:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.page_top__flow:before,
.page_top__flow:after {
  display: none;
}
.page_top__flow__content__head__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .page_top__flow__content__head__wrap {
    display: block;
  }
}
.page_top__flow__content__head__left {
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .page_top__flow__content__head__left {
    width: 100%;
  }
}
.page_top__flow__content__head__right {
  width: 50%;
  padding-left: min(5vw, 6rem);
}
@media only screen and (max-width: 1000px) {
  .page_top__flow__content__head__right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
}
.page_top__flow__content__head .p-title {
  text-align: center;
}
.page_top__flow__content__head .p-lead {
  text-align: center;
}
.page_top__flow__content__head .p-lead > span {
  text-align: left;
  display: inline-block;
}
.page_top__flow__content__body {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.page_top__flow__chart .p-box {
  padding: 1.5rem;
}
@media only screen and (max-width: 680px) {
  .page_top__flow__chart .p-box {
    padding: 1rem;
  }
}
.page_top__flow__chart .p-box.is-head.is-key1 {
  background-color: var(--Key1);
}
.page_top__flow__chart .p-box.is-head.is-key2 {
  background-color: var(--Key2);
}
.page_top__flow__chart .p-box.is-head .p-title {
  color: #fff;
  padding-left: 0;
}
.page_top__flow__chart .p-box.is-head .p-title:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  background-image: none;
  display: none;
}
.page_top__flow__chart .p-box.is-head .p-title > span {
  background: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.page_top__flow__chart .p-box.is-head .p-text {
  color: #fff;
}
.page_top__flow__chart .p-box.is-large {
  padding-right: 3rem;
}
@media only screen and (max-width: 680px) {
  .page_top__flow__chart .p-box.is-large {
    padding-right: 0;
  }
}
@media only screen and (max-width: 680px) {
  .page_top__flow__chart .p-box.is-large .p-box__image {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media only screen and (max-width: 680px) {
  .page_top__flow__chart .p-box.is-large .p-box__image .js-lazy_bgi:before {
    padding-top: 75%;
  }
}
.page_top__flow__chart .p-box.is-large .p-lead .num {
  background: var(--grad);
}
.page_top__flow__chart .p-box.is-large .p-box__wrap {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 680px) {
  .page_top__flow__chart .p-box.is-large .p-box__wrap {
    display: block;
  }
}
.page_top__flow__chart .p-box.is-large .p-box__left {
  display: table-cell;
  width: 40%;
  vertical-align: middle;
  padding-right: 3rem;
}
@media only screen and (max-width: 680px) {
  .page_top__flow__chart .p-box.is-large .p-box__left {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-bottom: 1rem;
  }
}
.page_top__flow__chart .p-box.is-large .p-box__right {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 680px) {
  .page_top__flow__chart .p-box.is-large .p-box__right {
    display: block;
    padding-left: 0;
  }
}
.page_top__flow__chart .p-box__wrap {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 680px) {
  .page_top__flow__chart .p-box__wrap {
    display: block;
  }
}
.page_top__flow__chart .p-box__left {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding-right: 1.5rem;
}
@media only screen and (max-width: 680px) {
  .page_top__flow__chart .p-box__left {
    display: block;
    width: 100%;
    padding-bottom: 1rem;
    padding-right: 0;
  }
}
.page_top__flow__chart .p-box__right {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 680px) {
  .page_top__flow__chart .p-box__right {
    display: block;
  }
}
.page_top__flow__chart .p-box .p-title {
  text-align: left;
  letter-spacing: 0;
}
.page_top__flow__chart .p-box .p-lead {
  text-align: left;
}
.page_top__flow__chart .p-box .p-lead + .p-text {
  margin-top: 0.5em;
}
.page_top__flow__chart .p-box .p-lead > span {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
}
.page_top__flow__chart .p-box .p-lead .num {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  line-height: 1;
  vertical-align: sub;
  background-color: var(--Key1);
  border-radius: 100%;
  position: relative;
  position: absolute;
  top: 0.1em;
  left: 0;
}
.page_top__flow__chart .p-box .p-lead .num span {
  font-size: 0.8em;
  font-weight: var(--fwh);
  font-family: var(--title);
  letter-spacing: 0;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
}
.page_top__flow__chart .p-box .p-text {
  letter-spacing: 0;
}
.page_top__flow__chart__step {
  position: relative;
}
.page_top__flow__chart__step__wrap {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  width: calc(100% + 4rem);
  margin-left: -2rem;
}
@media only screen and (max-width: 1000px) {
  .page_top__flow__chart__step__wrap {
    width: calc(100% + 2rem);
    margin-left: -1rem;
  }
}
@media only screen and (max-width: 680px) {
  .page_top__flow__chart__step__wrap {
    width: calc(100% + 1rem);
    margin-left: -0.5rem;
  }
}
.page_top__flow__chart__step__inner {
  width: 50%;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (max-width: 1000px) {
  .page_top__flow__chart__step__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 680px) {
  .page_top__flow__chart__step__inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.page_top__flow__chart__step__inner:last-child .p-lead .num {
  background-color: var(--Key2);
}
.page_top__flow__chart__step__inner:last-child .page_top__flow__chart__step__line:before {
  border-color: var(--Key2);
}
@media only screen and (max-width: 680px) {
  .page_top__flow__chart__step__inner:only-child {
    width: 100%;
  }
}
.page_top__flow__chart__step__inner:only-child .p-lead .num {
  background: var(--grad);
}
@media only screen and (max-width: 680px) {
  .page_top__flow__chart__step__inner:only-child .p-box__wrap {
    display: table;
    width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  .page_top__flow__chart__step__inner:only-child .p-box__left {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding-right: 1.5rem;
  }
}
@media only screen and (max-width: 680px) {
  .page_top__flow__chart__step__inner:only-child .p-box__right {
    display: table-cell;
    vertical-align: middle;
  }
}
.page_top__flow__chart__step__line {
  height: 4rem;
  position: relative;
}
@media only screen and (max-width: 680px) {
  .page_top__flow__chart__step__line {
    height: 3rem;
  }
}
.page_top__flow__chart__step__line.is-dashed:before {
  border-left: 1px dashed;
}
.page_top__flow__chart__step__line:before {
  content: "";
  border-left: 1px solid var(--Key1);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.page_top__flow__chart__step__line__branch {
  height: 6rem;
  position: relative;
}
@media only screen and (max-width: 680px) {
  .page_top__flow__chart__step__line__branch {
    height: 4rem;
  }
}
.page_top__flow__chart__step__line__branch:before {
  content: "";
  width: calc(50% + 2rem);
  left: -2rem;
  height: 3rem;
  position: absolute;
  top: 0;
  border-left: 1px solid var(--Key1);
  border-bottom: 1px solid var(--Key1);
  border-radius: 0 0 0 30px;
}
@media only screen and (max-width: 1000px) {
  .page_top__flow__chart__step__line__branch:before {
    width: calc(100% + 2rem);
    left: -1rem;
    border-radius: 0 0 0 24px;
  }
}
@media only screen and (max-width: 680px) {
  .page_top__flow__chart__step__line__branch:before {
    width: calc(25% + 1rem);
    left: 50%;
    height: 2rem;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    border-radius: 0 0 0 16px;
  }
}
.page_top__flow__chart__step__line__branch:after {
  content: "";
  width: calc(50% + 2rem);
  right: -2rem;
  height: 3rem;
  position: absolute;
  top: 0;
  border-right: 1px solid var(--Key2);
  border-bottom: 1px solid var(--Key2);
  border-radius: 0 0 30px 0;
}
@media only screen and (max-width: 1000px) {
  .page_top__flow__chart__step__line__branch:after {
    width: calc(100% + 2rem);
    right: -1rem;
    border-radius: 0 0 24px 0;
  }
}
@media only screen and (max-width: 680px) {
  .page_top__flow__chart__step__line__branch:after {
    width: calc(25% + 1rem);
    right: 50%;
    height: 2rem;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    border-radius: 0 0 16px 0;
  }
}
.page_top__flow__chart__step__line__branch__wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page_top__flow__chart__step__line__branch__wrap:before {
  content: "";
  background-color: var(--Key1);
  width: 1px;
  height: 3rem;
  position: absolute;
  top: 3rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 680px) {
  .page_top__flow__chart__step__line__branch__wrap:before {
    height: 2rem;
    top: 2rem;
  }
}
.page_top__product .p-title {
  text-align: center;
}
@media only screen and (max-width: 680px) {
  .page_top__product .p-title {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 1000px) {
  .page_top__product .p-text {
    margin-top: 1em;
  }
}
.page_top__product__list__li + li {
  margin-top: 2rem;
}
@media only screen and (max-width: 680px) {
  .page_top__product__list__li + li {
    margin-top: 4rem;
  }
}
.page_top__product__list__li:nth-child(2n) .page_top__product__box__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.page_top__product__box__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 4rem;
}
@media only screen and (max-width: 680px) {
  .page_top__product__box__wrap {
    display: block;
  }
}
.page_top__product__box__imageBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.page_top__product__box__textBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.page_top__product__box__title__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 1rem;
  margin-bottom: 0.4em;
  font-size: var(--pow6);
  font-weight: var(--fwh);
  font-family: var(--title);
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-transform: capitalize;
}
@media only screen and (max-width: 680px) {
  .page_top__product__box__title__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}
.page_top__product__box__title .sub {
  font-size: 0.3em;
  line-height: 2;
  padding: 0em 1em;
  border-radius: 4rem;
  background-color: var(--Key1);
  color: var(--White);
}
.page_top__product__box .p-image {
  aspect-ratio: 1;
}
.page_top__product__box .p-button__grad,
.page_top__product__box .p-button__disable {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 3rem;
}
@media only screen and (max-width: 680px) {
  .page_top__product__box .p-button__grad,
  .page_top__product__box .p-button__disable {
    margin-left: auto;
    margin-right: auto;
  }
}
.page_top__partner .p-title {
  text-align: center;
  margin-bottom: 3rem;
}
.page_top__partner__clientlogo__ul {
  -ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, 1fr);
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}
@media only screen and (max-width: 680px) {
  .page_top__partner__clientlogo__ul {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.page_top__partner__list {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.page_top__partner__list__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  width: calc(100% - 1px + 1rem);
  margin-left: -0.5rem;
}
.page_top__partner__list__ul > * {
  width: 25%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media only screen and (max-width: 680px) {
  .page_top__partner__list__ul {
    width: calc(100% - 1px + 6px);
    margin-left: -3px;
  }
  .page_top__partner__list__ul > * {
    width: 50%;
    padding-left: 3px;
    padding-right: 3px;
  }
}
.page_top__partner__list__li {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 680px) {
  .page_top__partner__list__li {
    margin-bottom: 6px;
  }
}
.page_top__partner .p-box {
  padding: 1rem;
}
.page_top__partner .p-box.is-disable {
  background-color: rgba(51, 51, 51, 0.3);
  border: 1px solid rgba(102, 102, 102, 0.5);
  position: relative;
}
.page_top__partner .p-box.is-disable:before {
  content: "Coming Soon";
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.3em 0.6em;
  background-color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  z-index: 10;
}
@media only screen and (max-width: 1000px) {
  .page_top__partner .p-box.is-disable:before {
    font-size: 11px;
  }
}
@media only screen and (max-width: 680px) {
  .page_top__partner .p-box.is-disable:before {
    font-size: 10px;
    font-size: 9px;
  }
}
.page_top__partner .p-box.is-disable .page_top__network__logo {
  opacity: 0.5;
}
@media only screen and (max-width: 680px) {
  .page_top__partner .p-box {
    padding: 1rem 0;
  }
}
.page_top__partner__logo > span {
  display: block;
  background-size: contain;
}
.page_top__partner__logo > span:before {
  content: "";
  padding-top: 40%;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 680px) {
  .page_top__partner__logo > span:before {
    padding-top: 33%;
  }
}
.page_top__contact__content__main .p-box {
  padding: 3rem;
}
@media only screen and (max-width: 1000px) {
  .page_top__contact__content__main .p-box {
    padding: 2rem;
  }
}
.page_top__contact__content__main .p-box__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 680px) {
  .page_top__contact__content__main .p-box__wrap {
    display: block;
  }
}
.page_top__contact__content__main .p-box__image {
  width: 50%;
  padding-left: 2rem;
}
@media only screen and (max-width: 680px) {
  .page_top__contact__content__main .p-box__image {
    padding-left: 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page_top__contact__content__main .p-box__text {
  width: 50%;
}
@media only screen and (max-width: 680px) {
  .page_top__contact__content__main .p-box__text {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  .page_top__contact__content__main .p-box__text .p-title {
    text-align: center;
  }
}
@media only screen and (max-width: 680px) {
  .page_top__contact__content__main .p-box__text .p-lead {
    text-align: center;
  }
  .page_top__contact__content__main .p-box__text .p-lead > span {
    display: inline-block;
    text-align: left;
  }
}
.page_top__contact__content__foot {
  padding-top: 2rem;
}
@media only screen and (max-width: 680px) {
  .page_top__contact__content__foot {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .page_top__contact__content__foot .p-box:hover > span svg {
    fill: var(--Key1);
  }
}
@media only screen and (max-width: 1000px) {
  .page_top__contact__content__foot .p-box {
    padding: 1rem;
  }
}
@media only screen and (max-width: 680px) {
  .page_top__contact__content__foot .p-box__li {
    width: 33.3333333333%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-top: 1rem;
  }
}
.page_top__contact__content__foot .p-box > span,
.page_top__contact__content__foot .page_top__flow__chart .p-box > span {
  display: block;
  position: relative;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.page_top__contact__content__foot .p-box > span:before,
.page_top__contact__content__foot .page_top__flow__chart .p-box > span:before {
  content: "";
  padding-top: 100%;
  width: 100%;
  display: block;
}
.page_top__contact__content__foot .p-box > span svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: var(--Title);
  -webkit-transition: fill 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.page_top__contact__form {
  padding-top: 2rem;
}
.page_top__contact__form a {
  margin-top: 0rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2rem;
}
@media only screen and (max-width: 680px) {
  .page_top__contact__form a {
    width: 100%;
  }
}
.page_top__contact__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 2rem;
}
.page_top__contact__form label {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.page_top__contact__form label input {
  font-size: var(--pow1);
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: var(--ls);
  line-height: 2.4;
  border-bottom: 1px solid var(--SubText);
  display: block;
  width: 100%;
}
.page_top__contact__form label input::-webkit-input-placeholder {
  color: rgba(136, 136, 136, 0.5);
}
.page_top__contact__form label input::-moz-placeholder {
  color: rgba(136, 136, 136, 0.5);
}
.page_top__contact__form label input:-ms-input-placeholder {
  color: rgba(136, 136, 136, 0.5);
}
.page_top__contact__form label input::-ms-input-placeholder {
  color: rgba(136, 136, 136, 0.5);
}
.page_top__contact__form label input::placeholder {
  color: rgba(136, 136, 136, 0.5);
}
.page_top__contact__form button {
  margin-top: 0;
}
@-webkit-keyframes FigLoading {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0px) rotate(0deg);
    transform: translate3d(-50%, -50%, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0px) rotate(360deg);
    transform: translate3d(-50%, -50%, 0px) rotate(360deg);
  }
}
@keyframes FigLoading {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0px) rotate(0deg);
    transform: translate3d(-50%, -50%, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0px) rotate(360deg);
    transform: translate3d(-50%, -50%, 0px) rotate(360deg);
  }
}
.b-mediakit:before,
.b-mediakit:after {
  display: none;
}
.b-mediakit.is-bg2 .b-mediakit__box .p-box.is-dark__foot {
  background-color: var(--DarkBase2);
}
.b-mediakit.is-bg2 .b-mediakit__box .p-box__foot {
  background-color: var(--Base2);
}
.b-mediakit__head__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .b-mediakit__head__wrap {
    display: block;
  }
}
.b-mediakit__head__left {
  width: 50%;
  padding-right: 5vw;
}
@media only screen and (max-width: 1000px) {
  .b-mediakit__head__left {
    width: 100%;
    padding-right: 0;
  }
}
.b-mediakit__head__right {
  width: 50%;
  padding-top: 1rem;
}
@media only screen and (max-width: 1000px) {
  .b-mediakit__head__right {
    width: 100%;
  }
}
.b-mediakit__object {
  position: relative;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1000px) {
  .b-mediakit__object {
    width: 80%;
  }
}
.b-mediakit__object:before {
  content: "";
  padding-top: 66.66%;
  width: 100%;
  display: block;
  z-index: 0;
}
.b-mediakit__object:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
}
.b-mediakit__object__wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.b-mediakit__object__wrap img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.b-mediakit__clearspace {
  width: 100%;
  opacity: 0.8;
  position: relative;
}
.b-mediakit__clearspace:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
}
.b-mediakit__grid {
  position: relative;
  border: 1px solid rgba(136, 136, 136, 0.3);
  border-radius: 16px;
  overflow: hidden;
  margin-top: 6rem;
}
@media only screen and (max-width: 1000px) {
  .b-mediakit__grid {
    border-radius: 12px;
  }
}
@media only screen and (max-width: 680px) {
  .b-mediakit__grid {
    border-radius: 8px;
  }
}
.b-mediakit__grid:before,
.b-mediakit__grid:after {
  content: "";
  background-size: 1rem 1rem;
  background-repeat: repeat;
  background-position: left top;
  position: absolute;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  top: -1px;
  left: -1px;
  overflow: hidden;
}
.b-mediakit__grid:before {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(136, 136, 136, 0.3) calc(100% - 1px));
}
.b-mediakit__grid:after {
  background-image: linear-gradient(-90deg, transparent calc(100% - 1px), rgba(136, 136, 136, 0.3) calc(100% - 1px));
}
.b-mediakit__grid__wrap {
  padding: 3rem;
}
.b-mediakit__box {
  margin-top: 4rem;
  border-top: 1px solid var(--Border);
}
@media only screen and (max-width: 680px) {
  .b-mediakit__box:first-child {
    margin-top: 2rem;
  }
  .b-mediakit__box:nth-child(1) {
    margin-top: 2rem;
  }
}
.b-mediakit__box__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  position: relative;
  padding-top: 4rem;
}
@media only screen and (max-width: 680px) {
  .b-mediakit__box__wrap {
    display: block;
  }
}
.b-mediakit__box__head {
  width: 33.33%;
  padding-right: 4rem;
}
@media only screen and (max-width: 1000px) {
  .b-mediakit__box__head {
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 680px) {
  .b-mediakit__box__head {
    width: 100%;
    padding-right: 0;
    padding-bottom: 2rem;
  }
}
.b-mediakit__box__head.is-full .b-mediakit__box__head__body {
  width: 100%;
}
@media only screen and (max-width: 680px) {
  .b-mediakit__box__head.is-half .b-mediakit__box__head__wrap {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  .b-mediakit__box__head.is-half .b-mediakit__box__head__head {
    width: 50%;
  }
}
@media only screen and (max-width: 680px) {
  .b-mediakit__box__head.is-half .b-mediakit__box__head__head .p-text {
    margin-bottom: 0;
  }
}
.b-mediakit__box__head.is-half .b-mediakit__box__head__body {
  width: 50%;
}
@media only screen and (max-width: 680px) {
  .b-mediakit__box__head.is-half .b-mediakit__box__head__body {
    width: 37.5%;
  }
}
.b-mediakit__box__head__body {
  width: 80%;
}
@media only screen and (max-width: 680px) {
  .b-mediakit__box__head__body {
    width: 55%;
  }
}
.b-mediakit__box__head .p-title {
  line-height: 1;
  margin-bottom: 0.5em;
}
.b-mediakit__box__head .p-text {
  margin-bottom: 1.5em;
}
.b-mediakit__box__body {
  width: 66.66%;
}
@media only screen and (max-width: 680px) {
  .b-mediakit__box__body {
    width: 100%;
    padding-top: 1rem;
  }
}
.b-mediakit__box .p-box {
  padding: 0;
}
.b-mediakit__box .p-box.is-dark .p-box__head {
  background-color: var(--DarkBase1);
}
.b-mediakit__box .p-box.is-dark .p-box__foot {
  background-color: var(--DarkBase3);
}
.b-mediakit__box .p-box.is-dark .p-title {
  color: var(--DarkTitle);
}
.b-mediakit__box .p-box.is-dark .p-title:before {
  background: var(--DarkTitle);
}
.b-mediakit__box .p-box__ul.col2 {
  padding-top: 2rem;
}
.b-mediakit__box .p-box__ul.col2 .p-box__li {
  margin-top: 2rem;
}
@media only screen and (max-width: 680px) {
  .b-mediakit__box .p-box__ul.col2 .p-box__li {
    width: 100%;
  }
}
.b-mediakit__box .p-box__li {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: 50%;
}
.b-mediakit__box .p-box__head {
  background-color: var(--Base1);
  padding: 1rem 0;
  text-align: center;
}
.b-mediakit__box .p-box__head__wrap {
  padding: 1rem 2rem;
}
@media only screen and (max-width: 680px) {
  .b-mediakit__box .p-box__head__wrap {
    padding: 1rem;
  }
}
.b-mediakit__box .p-box__head ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  width: calc(100% + 2rem);
  margin-left: -1rem;
  position: relative;
}
.b-mediakit__box .p-box__head ul:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 1000px) {
  .b-mediakit__box .p-box__head ul {
    width: calc(100% + 1rem);
    margin-left: -0.5rem;
  }
}
@media only screen and (max-width: 680px) {
  .b-mediakit__box .p-box__head ul {
    width: calc(100% + 6px);
    margin-left: -3px;
  }
}
.b-mediakit__box .p-box__head ul li {
  width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 1000px) {
  .b-mediakit__box .p-box__head ul li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 1000px) {
  .b-mediakit__box .p-box__head ul li {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 3px;
    margin-top: 3px;
  }
}
.b-mediakit__box .p-box__foot {
  padding: 2rem;
  background-color: var(--Base3);
}
@media only screen and (max-width: 1000px) {
  .b-mediakit__box .p-box__foot {
    padding: 2rem 1rem;
  }
}
@media only screen and (max-width: 680px) {
  .b-mediakit__box .p-box__foot {
    padding: 1rem;
  }
}
.b-mediakit__box .p-box__foot .p-title {
  line-height: 1;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 680px) {
  .b-mediakit__box .p-box__foot .p-title {
    margin-bottom: 1rem;
  }
}
.b-mediakit__box .p-box__foot .p-cap {
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 1000px) {
  .b-mediakit__box .p-box__foot .p-button__wrap > ul {
    width: calc(100% + 6px);
    margin-left: -3px;
  }
}
@media only screen and (max-width: 1000px) {
  .b-mediakit__box .p-box__foot .p-button__wrap > ul > li {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.b-mediakit__box .p-box__foot .p-button__wrap > ul > li > a {
  margin-top: 0;
}
.b-mediakit__box .p-box__foot .p-button__wrap > ul > li > a > span {
  padding: 0em 1em;
}
@media only screen and (max-width: 1000px) {
  .b-mediakit__box .p-box__foot .p-button__wrap > ul > li > a > span {
    font-size: calc(1rem - 1px);
    padding: 0em 0.5em;
  }
}
.b-mediakit__misuse {
  margin-top: 3rem;
  position: relative;
}
.b-mediakit__misuse:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
}
.b-mediakit__misuse__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  width: calc(100% + 4rem);
  margin-left: -2rem;
}
@media only screen and (max-width: 1000px) {
  .b-mediakit__misuse__wrap {
    width: calc(100% + 2rem);
    margin-left: -1rem;
  }
}
@media only screen and (max-width: 680px) {
  .b-mediakit__misuse__wrap {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.b-mediakit__misuse__box {
  width: 50%;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 1000px) {
  .b-mediakit__misuse__box {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 680px) {
  .b-mediakit__misuse__box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.b-mediakit__misuse__box__head {
  font-size: var(--pow3);
  font-weight: var(--fwh);
  font-family: var(--title);
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin-bottom: 0.5em;
  padding-left: 0.1em;
}
.b-mediakit__misuse__box__head > span {
  display: block;
  position: relative;
  padding-left: 1.3em;
}
.b-mediakit__misuse__box__head > span > span {
  display: block;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.b-mediakit__misuse__box__head > span > span:before,
.b-mediakit__misuse__box__head > span > span:after {
  content: "";
  width: 140%;
  height: 5px;
  background-color: var(--Key4);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
@media only screen and (max-width: 680px) {
  .b-mediakit__misuse__box__head > span > span:before,
  .b-mediakit__misuse__box__head > span > span:after {
    height: 3px;
  }
}
.b-mediakit__misuse__box__head > span > span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.b-mediakit__misuse__box__body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
}
.b-mediakit__misuse__box__body ul li {
  width: 50%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.b-mediakit__misuse__box__body .p-text {
  margin-top: 1em;
}
.b-common__head {
  padding-top: calc(var(--HeaderHeight) * 2);
  padding-bottom: calc(var(--HeaderHeight) * 2);
}
.b-common__head__wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.b-common__head .p-title {
  margin-bottom: 0.2em;
}
.b-common__head .p-cap {
  margin-top: 1em;
}
body.is-invert .p-ld__light {
  opacity: 1;
}
body.is-invert .p-ld__dark {
  opacity: 0;
}
body.is-invert .p-ld__switch__button > span {
  left: calc(100% - 1.8rem);
}
.weglot-container {
  display: block;
}
.weglot-container .wg-drop.country-selector {
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
  position: relative;
  text-align: left;
  width: auto;
}
.weglot-container .wg-drop.country-selector.closed .wgcurrent:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.weglot-container .wg-drop.country-selector .wgcurrent {
  border: none;
  position: relative;
}
.weglot-container .wg-drop.country-selector .wgcurrent:after {
  content: "" !important;
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 11px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid var(--Title);
  border-right: 1px solid var(--Title);
  top: 50%;
  right: 0px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  line-height: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.weglot-container .wg-drop.country-selector .wgcurrent a {
  color: var(--Title);
}
.weglot-container .wg-drop.country-selector .wg-flags a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2rem;
  padding: 0 20px 0 6px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none !important;
  outline: none;
  text-decoration: none;
  font-size: 1rem;
  font-weight: var(--fwn);
  font-family: var(--title);
  letter-spacing: var(--ls);
  line-height: 1;
}
.weglot-container .wg-drop.country-selector .wg-flags a img {
  height: 18px;
  margin-right: 6px;
  display: block;
  width: auto;
  border: 1px solid #eee;
  display: none;
}
.weglot-container .wg-drop.country-selector ul {
  right: auto;
  left: 0;
  border-color: var(--Border);
  background-color: var(--Base1);
}
.weglot-container .wg-drop.country-selector ul * {
  color: var(--Title);
}
.p-language__hbg .weglot-container {
  width: 100%;
  border-bottom: 1px solid var(--Border);
  min-width: 8rem;
}
.p-language__hbg .weglot-container .wg-drop.country-selector {
  width: 100%;
}
.p-test {
  width: 100%;
}
.p-ld {
  display: block;
}
.p-ld__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  white-space: nowrap;
}
@media only screen and (min-width: 1000px) {
  .p-ld__switch:hover .p-ld__switch__button > span span {
    background-color: var(--SubText);
  }
}
.p-ld__switch > div:nth-child(2) {
  padding: 0 0.5rem;
}
@media only screen and (max-width: 680px) {
  .p-ld__switch > div:nth-child(2) {
    padding: 0 3px;
  }
}
.p-ld__switch__icon {
  cursor: default;
  -webkit-transition: opacity 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: opacity 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
.p-ld__switch__icon svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: var(--Title);
}
.p-ld__switch__button {
  width: 4rem;
  height: 1.8rem;
  display: block;
  position: relative;
}
.p-ld__switch__button:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid var(--Border);
  background-color: var(--Base2);
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, background-color 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: border-color 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms, background-color 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
.p-ld__switch__button > span {
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  padding: 3px;
  left: 0;
  top: 0;
  z-index: 10;
  -webkit-transition: left 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: left 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
.p-ld__switch__button > span span {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: var(--Title);
  display: block;
  -webkit-transition: background-color 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
  transition: background-color 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
}
.p-ld__wrap {
  position: relative;
  display: block;
}
.p-ld__wrap:before {
  content: "";
  padding-top: 100%;
  width: 100%;
  display: block;
}
.p-ld__wrap > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.p-ld__wrap > span svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: var(--Title);
}
.p-ld__light {
  opacity: 0;
}
.p-ld__dark {
  opacity: 1;
}
.b-template__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 680px) {
  .b-template__wrap {
    display: block;
  }
}
.b-template__head {
  min-width: 8rem;
  width: 20%;
}
@media only screen and (max-width: 680px) {
  .b-template__head {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.b-template__head span {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0.2em 0.6em;
  display: inline-block;
  color: var(--SubText);
  border: 1px solid var(--Border);
}
@media only screen and (max-width: 680px) {
  .b-template__head span {
    font-size: 10px;
  }
}
.b-template__body {
  width: 80%;
}
@media only screen and (max-width: 680px) {
  .b-template__body {
    display: block;
    width: 100%;
  }
}
.b-template__text,
.b-template__content__gallery .text,
.b-template__content__youtube .text,
.b-template__content__video .text,
.b-template__content__sa .text,
.b-template__content__icon .text,
.b-template__content__image .text,
.b-template__content__link .text,
.b-template__content__button .text,
.b-template__content__text .text,
.b-template__content__title .text,
.b-template__content__font .text,
.b-template__content__color .text {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 10px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  display: block;
  color: var(--SubText);
}
.b-template__content {
  width: 100%;
}
.b-template__content + .b-template__content {
  margin-top: 3rem;
}
.b-template__content__logo {
  width: 300px;
}
@media only screen and (max-width: 680px) {
  .b-template__content__logo {
    width: 200px;
  }
}
.b-template__content__color ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  width: calc(100% - 1px + 2vw);
  margin-left: -1vw;
}
.b-template__content__color ul > * {
  width: 20%;
  padding-left: 1vw;
  padding-right: 1vw;
}
@media only screen and (max-width: 1000px) {
  .b-template__content__color ul {
    width: calc(100% - 1px + 6px);
    margin-left: -3px;
  }
  .b-template__content__color ul > * {
    width: 20%;
    padding-left: 3px;
    padding-right: 3px;
  }
}
@media only screen and (max-width: 680px) {
  .b-template__content__color ul {
    width: calc(100% - 1px + 2px);
    margin-left: -1px;
  }
  .b-template__content__color ul > * {
    width: 20%;
    padding-left: 1px;
    padding-right: 1px;
  }
}
.b-template__content__color ul + ul {
  margin-top: 3rem;
}
@media only screen and (max-width: 680px) {
  .b-template__content__color ul + ul {
    margin-top: 2rem;
  }
}
.b-template__content__color .swatch {
  display: block;
}
.b-template__content__color .swatch:before {
  content: "";
  padding-top: 100%;
  width: 100%;
  display: block;
}
.b-template__content__color .text {
  margin-top: 6px;
}
@media only screen and (max-width: 680px) {
  .b-template__content__color .text > span {
    display: none;
  }
}
.b-template__content__font ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  width: calc(100% - 1px + 3rem);
  margin-left: -1.5rem;
}
.b-template__content__font ul > * {
  width: 50%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media only screen and (max-width: 1000px) {
  .b-template__content__font ul {
    width: calc(100% - 1px + 2rem);
    margin-left: -1rem;
  }
  .b-template__content__font ul > * {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.b-template__content__font ul li {
  margin-bottom: 3rem;
}
.b-template__content__font .typo {
  display: block;
  font-size: 3vw;
  line-height: 1;
  letter-spacing: var(--ls);
  font-weight: var(--fwn);
}
@media only screen and (max-width: 1000px) {
  .b-template__content__font .typo {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 680px) {
  .b-template__content__font .typo {
    font-size: 7vw;
  }
}
.b-template__content__font .typo__text {
  font-size: 1rem;
  margin-top: 1rem;
  display: block;
  line-height: var(--lh);
  font-weight: var(--fwn);
  letter-spacing: var(--ls);
}
.b-template__content__font .text {
  margin-top: 6px;
}
.b-template__content__title ul li + li {
  margin-top: 3rem;
}
.b-template__content__title .text {
  margin-top: 1rem;
}
.b-template__content__text ul li + li {
  margin-top: 2rem;
}
.b-template__content__text .pow0 {
  font-size: var(--pow0);
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: var(--ls);
  line-height: 2;
}
.b-template__content__text .pow1 {
  font-size: var(--pow1);
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: var(--ls);
  line-height: 2;
}
.b-template__content__text .pow2 {
  font-size: var(--pow2);
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: var(--ls);
  line-height: 2;
}
.b-template__content__text .pow3 {
  font-size: var(--pow3);
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: var(--ls);
  line-height: 2;
}
.b-template__content__text .pow4 {
  font-size: var(--pow4);
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: var(--ls);
  line-height: 2;
}
.b-template__content__text .pow5 {
  font-size: var(--pow5);
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: var(--ls);
  line-height: 2;
}
.b-template__content__text .pow6 {
  font-size: var(--pow6);
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: var(--ls);
  line-height: 2;
}
.b-template__content__text .pow7 {
  font-size: var(--pow7);
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: var(--ls);
  line-height: 2;
}
.b-template__content__text .pow8 {
  font-size: var(--pow8);
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: var(--ls);
  line-height: 2;
}
.b-template__content__text .pow9 {
  font-size: var(--pow9);
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: var(--ls);
  line-height: 2;
}
.b-template__content__text .pow10 {
  font-size: var(--pow10);
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: var(--ls);
  line-height: 2;
}
.b-template__content__text .text {
  margin-top: 6px;
}
.b-template__content__button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  width: calc(100% - 1px + 2rem);
  margin-left: -1rem;
}
.b-template__content__button ul > * {
  width: 33.3333333333%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 1000px) {
  .b-template__content__button ul {
    width: calc(100% - 1px + 2rem);
    margin-left: -1rem;
  }
  .b-template__content__button ul > * {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 680px) {
  .b-template__content__button ul {
    width: 100%;
    margin-left: 0;
    display: block;
  }
}
.b-template__content__button ul li {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 680px) {
  .b-template__content__button ul li {
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.b-template__content__button .text {
  margin-top: 6px;
}
.b-template__content__link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  width: calc(100% - 1px + 2rem);
  margin-left: -1rem;
}
.b-template__content__link ul > * {
  width: 33.3333333333%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 1000px) {
  .b-template__content__link ul {
    width: calc(100% - 1px + 2rem);
    margin-left: -1rem;
  }
  .b-template__content__link ul > * {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 680px) {
  .b-template__content__link ul {
    width: 100%;
    margin-left: 0;
    display: block;
  }
}
.b-template__content__link ul li {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 680px) {
  .b-template__content__link ul li {
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.b-template__content__link .text {
  margin-top: 6px;
}
.b-template__content__image ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  width: calc(100% - 1px + 1rem);
  margin-left: -0.5rem;
}
.b-template__content__image ul > * {
  width: 33.3333333333%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media only screen and (max-width: 680px) {
  .b-template__content__image ul {
    width: calc(100% - 1px + 1rem);
    margin-left: -0.5rem;
  }
  .b-template__content__image ul > * {
    width: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.b-template__content__image ul li {
  margin-bottom: 2rem;
}
.b-template__content__image svg {
  width: 2rem;
  height: 2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.b-template__content__image .text {
  margin-top: 6px;
  text-align: center;
}
@media only screen and (max-width: 680px) {
  .b-template__content__image .text > span {
    display: none;
  }
}
.b-template__content__form > ul > li {
  margin-bottom: 2rem;
}
.b-template__content__form > ul > li:last-child {
  margin-bottom: 0;
}
.b-template__content__pager > ul > li {
  margin-bottom: 4rem;
}
.b-template__content__pager > ul > li:last-child {
  margin-bottom: 0;
}
.b-template__content__map > ul > li {
  margin-bottom: 2rem;
}
.b-template__content__map > ul > li:last-child {
  margin-bottom: 0;
}
.b-template__content__icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  width: calc(100% - 1px + 1rem);
  margin-left: -0.5rem;
}
.b-template__content__icon ul > * {
  width: 12.5%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media only screen and (max-width: 1000px) {
  .b-template__content__icon ul {
    width: calc(100% - 1px + 1rem);
    margin-left: -0.5rem;
  }
  .b-template__content__icon ul > * {
    width: 14.2857142857%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media only screen and (max-width: 680px) {
  .b-template__content__icon ul {
    width: calc(100% - 1px + 1rem);
    margin-left: -0.5rem;
  }
  .b-template__content__icon ul > * {
    width: 16.6666666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.b-template__content__icon ul li {
  margin-bottom: 2rem;
}
.b-template__content__icon svg {
  width: 2rem;
  height: 2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.b-template__content__icon .text {
  margin-top: 6px;
  text-align: center;
}
@media only screen and (max-width: 680px) {
  .b-template__content__icon .text > span {
    display: none;
  }
}
.b-template__content__sa > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  width: calc(100% - 1px + 1rem);
  margin-left: -0.5rem;
}
.b-template__content__sa > ul > * {
  width: 33.3333333333%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media only screen and (max-width: 1000px) {
  .b-template__content__sa > ul {
    width: calc(100% - 1px + 1rem);
    margin-left: -0.5rem;
  }
  .b-template__content__sa > ul > * {
    width: 33.3333333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media only screen and (max-width: 680px) {
  .b-template__content__sa > ul {
    width: calc(100% - 1px + 10px);
    margin-left: -5px;
  }
  .b-template__content__sa > ul > * {
    width: 33.3333333333%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.b-template__content__sa > ul > li {
  margin-bottom: 2rem;
}
.b-template__content__sa > ul > li.full {
  width: 100%;
}
.b-template__content__sa > ul > li.full ul {
  font-size: 0;
}
.b-template__content__sa > ul > li.full ul li {
  display: inline-block;
  width: 100px;
  margin-right: 10px;
}
@media only screen and (max-width: 680px) {
  .b-template__content__sa > ul > li.full ul li {
    width: 60px;
  }
}
.b-template__content__sa .box {
  width: 100%;
  height: 100px;
  display: block;
  background-color: var(--SubText);
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 680px) {
  .b-template__content__sa .box {
    height: 60px;
  }
}
.b-template__content__sa .text {
  margin-top: 6px;
}
.b-template__content__video > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  width: calc(100% - 1px + 2rem);
  margin-left: -1rem;
}
.b-template__content__video > ul > * {
  width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 1000px) {
  .b-template__content__video > ul {
    width: calc(100% - 1px + 1rem);
    margin-left: -0.5rem;
  }
  .b-template__content__video > ul > * {
    width: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media only screen and (max-width: 680px) {
  .b-template__content__video > ul {
    width: 100%;
    margin-left: 0;
  }
}
.b-template__content__video > ul > li {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 680px) {
  .b-template__content__video > ul > li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.b-template__content__video .text {
  margin-top: 6px;
}
.b-template__content__youtube > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  width: calc(100% - 1px + 2rem);
  margin-left: -1rem;
}
.b-template__content__youtube > ul > * {
  width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 1000px) {
  .b-template__content__youtube > ul {
    width: calc(100% - 1px + 1rem);
    margin-left: -0.5rem;
  }
  .b-template__content__youtube > ul > * {
    width: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media only screen and (max-width: 680px) {
  .b-template__content__youtube > ul {
    width: 100%;
    margin-left: 0;
  }
}
.b-template__content__youtube > ul > li {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 680px) {
  .b-template__content__youtube > ul > li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.b-template__content__youtube .text {
  margin-top: 6px;
}
.b-template__content__gallery > ul > li {
  margin-bottom: 2rem;
}
.b-template__content__gallery > ul > li:last-child {
  margin-bottom: 0;
}
.b-template__content__gallery > ul > li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  width: calc(100% - 1px + 2rem);
  margin-left: -1rem;
}
.b-template__content__gallery > ul > li ul > * {
  width: 33.3333333333%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 1000px) {
  .b-template__content__gallery > ul > li ul {
    width: calc(100% - 1px + 1rem);
    margin-left: -0.5rem;
  }
  .b-template__content__gallery > ul > li ul > * {
    width: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.b-template__content__gallery .text {
  margin-top: 6px;
}
.b-template pre {
  color: var(--SubText);
  background-color: var(--Base2);
  border: 1px solid var(--Border);
  font-size: 10px;
  font-weight: var(--fwn);
  font-family: var(--ff);
  letter-spacing: 0em;
  line-height: 1.9;
  padding: 0 1em;
  display: block;
  margin-top: 2rem;
  border-radius: 6px;
  overflow: auto;
}
@media only screen and (max-width: 1000px) {
  .b-template pre {
    display: none;
  }
}
.b-template pre code {
  font-family: inherit;
}
.b-template__content__sethtml p {
  margin-top: 10px;
}
.b-template__content__sethtml ul li {
  margin-bottom: 2rem;
  border-radius: 6px;
  overflow: hidden;
}
.b-template__content__sethtml ul li:last-child {
  margin-bottom: 0;
}
.b-template__content__sethtml ul li dl {
  position: relative;
}
.b-template__content__sethtml ul li dl dt {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0.2em 0.6em;
  display: inline-block;
  color: var(--White);
  background-color: var(--Title);
}
@media only screen and (max-width: 680px) {
  .b-template__content__sethtml ul li dl dt {
    font-size: 10px;
  }
}
.b-template__content__sethtml pre {
  margin-top: 0;
  color: var(--White);
  background-color: var(--SubText);
  font-size: 11px;
  letter-spacing: 0.02em;
  border: none;
}
@media only screen and (max-width: 1000px) {
  .b-template__content__sethtml pre {
    display: block;
  }
}
@media only screen and (max-width: 680px) {
  .b-template__content__sethtml pre {
    font-size: 10px;
  }
}
#CopySign {
  color: #fff;
  position: fixed;
  margin-top: -5px;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100px;
  margin-left: -50px;
  pointer-events: none;
  mix-blend-mode: normal;
  font-size: 10px;
  font-weight: bold;
  font-family: var(--ff);
  letter-spacing: 0.08em;
  line-height: 10px;
  display: block;
  z-index: 9999999999999;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  text-align: center;
  opacity: 0;
}
#CopySign.is-copy:before {
  display: none;
}
#CopySign.is-copy:after {
  display: inline-block;
}
#CopySign:before,
#CopySign:after {
  padding: 3px;
}
#CopySign:before {
  content: "クリックでコピー";
  background-color: rgba(0, 0, 0, 0.9);
  display: inline-block;
}
#CopySign:after {
  content: "コピー完了";
  background-color: rgba(200, 0, 0, 0.9);
  display: none;
}
body.is-guide #Guide {
  position: fixed;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 999999999;
  pointer-events: none;
  opacity: 1;
}
body.is-guide #Guide:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  border-top: 1px dotted rgba(136, 136, 136, 0.5);
}
body.is-guide #Guide:after {
  content: "";
  display: block;
  position: absolute;
  left: 5%;
  top: 0%;
  height: 100%;
  width: 90%;
  border-left: 1px dotted rgba(136, 136, 136, 0.5);
  border-right: 1px dotted rgba(136, 136, 136, 0.5);
}
body.is-guide #Guide > span {
  display: block;
  position: relative;
  height: 100%;
  border-left: 1px dotted rgba(136, 136, 136, 0.5);
  border-right: 1px dotted rgba(136, 136, 136, 0.5);
}
body.is-guide #Guide > span:before {
  content: "";
  height: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  border-right: 1px dotted rgba(136, 136, 136, 0.5);
}
.b-top__mv__slashcard {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 100000000;
  width: 300px;
}
@media only screen and (max-width: 1000px) {
  .b-top__mv__slashcard {
    width: 240px;
  }
}

@media only screen and (max-width: 1000px) {
  .b-top__mv__slashcard {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: auto;
    bottom: auto;
    margin-bottom: 3rem;
  }
}
