@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

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

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

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

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

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

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

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

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

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

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* --------------------
* webfont
* --------------------*/
@font-face {
  font-family: "Akihabara16";
  src: url("../font/KH-Dot-Akihabara-16.woff") format("woff");
}

@font-face {
  font-family: "Dougenzaka12";
  src: url("../font/KH-Dot-Dougenzaka-12.woff") format("woff");
}

@font-face {
  font-family: "Kagurazaka12";
  src: url("../font/KH-Dot-Kagurazaka-12.woff") format("woff");
}

@font-face {
  font-family: "KHDotAkihabara16";
  src: url("../font/KH-Dot-Akihabara-16.woff") format("woff");
}

@font-face {
  font-family: "KHDotDougenzaka12";
  src: url("../font/KH-Dot-Dougenzaka-12.woff") format("woff");
}

@font-face {
  font-family: "KHDotDougenzaka16";
  src: url("../font/KH-Dot-Dougenzaka-16.woff") format("woff");
}

@font-face {
  font-family: "KHDotHatchoubori16";
  src: url("../font/KH-Dot-Hatchoubori-16.woff") format("woff");
}

@font-face {
  font-family: "KHDotHibiya24";
  src: url("../font/KH-Dot-Hibiya-24.woff") format("woff");
}

@font-face {
  font-family: "KHDotHibiya32";
  src: url("../font/KH-Dot-Hibiya-32.woff") format("woff");
}

@font-face {
  font-family: "KHDotKabutochou16";
  src: url("../font/KH-Dot-Kabutochou-16.woff") format("woff");
}

/*
@font-face {
font-family: "KHDotKodenmachou12Ki";
src: url("../font/KH-Dot-Kodenmachou-12-Ki.woff") format('woff');
}
@font-face {
font-family: "KHDotKodenmachou12Ko";
src: url("../font/KH-Dot-Kodenmachou-12-Ko.woff") format('woff');
}
*/
@font-face {
  font-family: "KHDotKodenmachou12";
  src: url("../font/KH-Dot-Kodenmachou-12.woff") format("woff");
}

/*
@font-face {
font-family: "KHDotKodenmachou16Ki";
src: url("../font/KH-Dot-Kodenmachou-16-Ki.woff") format('woff');
}
*/
@font-face {
  font-family: "KHDotKodenmachou16";
  src: url("../font/KH-Dot-Kodenmachou-16.woff") format("woff");
}

@font-face {
  font-family: "KHDotNingyouchou16";
  src: url("../font/KH-Dot-Ningyouchou-16.woff") format("woff");
}

@font-face {
  font-family: "Simple";
  src: url("../font/Simple.woff") format("woff");
}

.FontJp.is-font1 {
  font-family: "KHDotAkihabara16";
}

.FontJp.is-font2 {
  font-family: "KHDotDougenzaka12";
}

.FontJp.is-font3 {
  font-family: "KHDotDougenzaka16";
}

.FontJp.is-font4 {
  font-family: "KHDotHatchoubori16";
}

.FontJp.is-font5 {
  font-family: "KHDotHibiya24";
}

.FontJp.is-font6 {
  font-family: "KHDotHibiya32";
}

.FontJp.is-font7 {
  font-family: "KHDotKabutochou16";
}

.FontJp.is-font8 {
  font-family: "KHDotKodenmachou12";
}

.FontJp.is-font9 {
  font-family: "KHDotKodenmachou16";
}

.FontJp.is-font10 {
  font-family: "KHDotNingyouchou16";
}

/*
.KHDotKodenmachou12Ki {
	font-family: "KHDotKodenmachou12Ki";
}
.KHDotKodenmachou12Ko {
	font-family: "KHDotKodenmachou12Ko";
}
.KHDotKodenmachou16Ki {
	font-family: "KHDotKodenmachou16Ki";
}
*/
.FontEn.is-font1 {
  font-family: "Simple";
}

/* --------------------
 * default setting
 * --------------------*/
body {
  background-color: #fff100;
  color: #29a0d7;
  font-family: "Akihabara16";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
}

body.-hifi {
  font-family: 'Quicksand', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

body.-hifi .FontJp {
  font-family: 'Quicksand', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
}

body.-hifi .Content .Content__orderItem:before {
  font-family: 'Quicksand', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 13px;
  margin-top: 4px;
}

body.-hifi .Gnav .Gnav__list {
  font-size: 16px;
}

body.-hifi .List1 .List1__item:before {
  font-family: 'Quicksand', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 45px;
}

body.-hifi #color {
  display: none;
}

body.-hifi #bar {
  display: none;
}

a {
  color: #FF00FF;
  text-decoration: none;
}

a:hover {
  opacity: .7;
  -webkit-transition: 200ms;
  transition: 200ms;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul {
  list-style: none;
}

ol {
  list-style: none;
}

.pinkText {
  color: #ed677c;
}

.blueText {
  color: #2b7ab7;
}

img {
  vertical-align: top;
}

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

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

input[type="submit"]:focus,
input[type="button"]:focus,
button:focus {
  outline: 0;
}

textarea,
input[type="input"],
input[type="text"],
input[type="search"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: input;
  -moz-appearance: input;
  appearance: input;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
}

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

textarea:focus,
input[type="input"]:focus,
input[type="text"]:focus,
input[type="search"]:focus {
  outline: 0;
}

input[type="text"] {
  width: 100%;
  background-color: #fff100;
  border: 1px solid #299fd6;
  font-size: 16px;
  padding: 14px 12px;
  -webkit-transition: 200ms;
  transition: 200ms;
}

input[type="text"]:focus {
  border: 1px solid #fff;
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  input[type="text"] {
    font-size: 18px;
    padding: 23px 20px;
  }
}

input[type="text"].error {
  border-color: #ed677c;
}

textarea {
  width: 100%;
  height: 16em;
  background-color: #fff100;
  border: 1px solid #299fd6;
  font-size: 16px;
  padding: 14px 12px;
  -webkit-transition: 200ms;
  transition: 200ms;
}

textarea:focus {
  border: 1px solid #fff;
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  textarea {
    font-size: 18px;
    padding: 23px 20px;
  }
}

textarea.error {
  border-color: #ed677c;
}

input:-internal-autofill-selected {
  background-color: #fff100 !important;
}

/* placeholder */
input::-webkit-input-placeholder {
  color: #b2b2b2;
}
input::-moz-placeholder {
  color: #b2b2b2;
}
input:-ms-input-placeholder {
  color: #b2b2b2;
}
input::-ms-input-placeholder {
  color: #b2b2b2;
}
input::placeholder {
  color: #b2b2b2;
}

input:-ms-input-placeholder {
  color: #b2b2b2;
}

input::-ms-input-placeholder {
  color: #b2b2b2;
}

/* selection */
::-moz-selection {
  background: #ff00ff;
}
::selection {
  background: #ff00ff;
}

@media print, screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
  .sp {
    display: none !important;
  }
}

/* --------------------
 * blocks
 * --------------------*/
/* --------------------
 * Arrow
 * --------------------*/
.ArrowWrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  mix-blend-mode: hard-light;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.Arrow {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  position: relative;
}

@media print, screen and (max-width: 768px) {
  .Arrow {
    max-width: none;
  }
}

.Arrow .Arrow__item {
  width: 1em;
  height: 1em;
  font-size: 250px;
  line-height: 1;
  position: absolute;
  text-align: center;
  display: block;
  -webkit-animation: arrow-animation-pc 60s infinite normal;
  animation: arrow-animation-pc 60s infinite normal;
  -webkit-animation-timing-function: steps(100, end);
  animation-timing-function: steps(100, end);
}

.Arrow .Arrow__item.-arrow1 {
  top: 0px;
  left: -0.75em;
}

.Arrow .Arrow__item.-arrow2 {
  top: 0;
  right: -0.75em;
  -webkit-animation-delay: -14s;
  animation-delay: -14s;
}

.Arrow .Arrow__item.-arrow3 {
  top: 0px;
  left: -0.75em;
  -webkit-animation-delay: -30s;
  animation-delay: -30s;
}

.Arrow .Arrow__item.-arrow4 {
  top: 0;
  right: -0.75em;
  -webkit-animation-delay: -47s;
  animation-delay: -47s;
}

.Arrow .Arrow__item.-hifi {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@media print, screen and (max-width: 768px) {
  .Arrow .Arrow__item {
    font-size: 100px;
    -webkit-animation: arrow-animation-sp 40s infinite normal;
    animation: arrow-animation-sp 40s infinite normal;
    -webkit-animation-timing-function: steps(100, end);
    animation-timing-function: steps(100, end);
  }
  .Arrow .Arrow__item.-arrow1 {
    left: -0.45em;
  }
  .Arrow .Arrow__item.-arrow2 {
    right: -0.50em;
    -webkit-animation-delay: -9s;
    animation-delay: -9s;
  }
  .Arrow .Arrow__item.-arrow3 {
    left: -0.45em;
    -webkit-animation-delay: -20s;
    animation-delay: -20s;
  }
  .Arrow .Arrow__item.-arrow4 {
    right: -0.50em;
    -webkit-animation-delay: -31s;
    animation-delay: -31s;
  }
  .Arrow .Arrow__item.-hifi.-arrow1, .Arrow .Arrow__item.-hifi.-arrow3 {
    left: -0.49em;
  }
  .Arrow .Arrow__item.-hifi.-arrow2, .Arrow .Arrow__item.-hifi.-arrow4 {
    right: -0.49em;
  }
}

@-webkit-keyframes arrow-animation-pc {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(3000px);
    transform: translateY(3000px);
  }
}

@keyframes arrow-animation-pc {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(3000px);
    transform: translateY(3000px);
  }
}

@-webkit-keyframes arrow-animation-sp {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(1500px);
    transform: translateY(1500px);
  }
}

@keyframes arrow-animation-sp {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(1500px);
    transform: translateY(1500px);
  }
}

/* --------------------
 * Banner
 * --------------------*/
.BannerWrapper {
  overflow-x: hidden;
}

.Banner {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 100px 50px 20px;
  position: relative;
}

.Banner .Banner__figure {
  height: 25.58vw;
  margin: 0 0 15px;
  position: relative;
  z-index: 10;
}

@media print, screen and (min-width: 769px) {
  .Banner {
    padding: 50px;
  }
  .Banner .Banner__figure {
    height: 375px;
    margin: 0 0 10px;
  }
}

/* --------------------
 * Btn
 * --------------------*/
.Btn .Btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #29a0d7;
  color: #fff;
  font-size: 16px;
  padding: 5px 0;
}

.Btn .Btn__link.-dot {
  background-color: #fff100;
  color: #29a0d7;
  border: 1px dashed #29a0d7;
  pointer-events: none;
}

.Btn .Btn__link:hover {
  background-color: #FF00FF;
}

.Btn.-form .Btn__link {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .Btn {
    padding: 0 25px;
  }
  .Btn.-form {
    padding: 0;
  }
}

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

.Btn3column .Btn {
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

@media print, screen and (min-width: 769px) {
  .Btn3column {
    padding: 0 25px;
  }
}

/* --------------------
 * BtnList
 * --------------------*/
.BtnList {
  overflow: hidden;
}

.BtnList .BtnList__item {
  margin: 0 0 20px;
  position: relative;
}

.BtnList .BtnList__item:before {
  content: '';
  display: block;
  background-image: url("/assets/images/icon_arrow.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 17px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.BtnList .BtnList__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #00a0e8;
  height: 42px;
  font-size: 16px;
}

@media print, screen and (min-width: 769px) {
  .BtnList {
    margin: 0;
  }
  .BtnList .BtnList__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .BtnList .BtnList__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 10px);
    flex: 1 1 calc(50% - 10px);
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 0 5px 0px;
  }
  .BtnList .BtnList__item:before {
    width: 36px;
    height: 26px;
  }
  .BtnList .BtnList__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #00a0e8;
    height: 83px;
    font-size: 20px;
  }
}

/* --------------------
 * Column3
 * --------------------*/
.Column3 {
  overflow: hidden;
  margin: 0 -50px;
}

.Column3 .Column3__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.Column3 .Column__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(33.33% - 10px);
  flex: 1 1 calc(33.33% - 10px);
  width: calc(33.33% - 10px);
  max-width: calc(33.33% - 10px);
  margin: 0 5px 10px;
  height: 24vw;
}

@media print, screen and (min-width: 769px) {
  .Column3 {
    margin: 0;
  }
  .Column3 .Column3__inner {
    margin: 0 -10px;
  }
  .Column3 .Column__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33.33% - 20px);
    flex: 1 1 calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    margin: 0 10px 20px;
    height: 180px;
  }
}

.Contact .Contact__form {
  margin-top: 30px;
}

.Contact .Contact__formTitle {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 15px;
}

.Contact .Contact__formTitle.-lamm {
  display: none;
  visibility: hidden;
}

.Contact .Contact__formRequired {
  font-size: 10px;
  padding-left: 6px;
  position: relative;
  bottom: 2px;
}

.Contact .Contact__formInput {
  margin-bottom: 35px;
}

.Contact .Contact__formInput:last-child {
  margin-bottom: 20px;
}

.Contact .Contact__formInput input[name="jill_lam"], .Contact .Contact__formInput.-lamm {
  display: none;
  visibility: hidden;
}

.Contact .Contact__formInputErr {
  margin-top: -30px;
  margin-bottom: 35px;
  color: #ed677c;
  font-size: 12px;
}

.Contact .Contact__text {
  font-size: 14px;
  line-height: 1.75;
  text-align: left;
  margin-bottom: 40px;
}

.Contact .Contact__imgWrap {
  height: 200px;
}

@media print, screen and (min-width: 769px) {
  .Contact .Contact__form {
    width: 100%;
    max-width: 800px;
    margin: 40px auto 0px;
  }
  .Contact .Contact__formTitle {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .Contact .Contact__formRequired {
    padding-left: 3px;
  }
  .Contact .Contact__formInput {
    margin-bottom: 47px;
  }
  .Contact .Contact__formInput:last-child {
    margin-bottom: 25px;
  }
  .Contact .Contact__formInputErr {
    font-size: 14px;
  }
  .Contact .Contact__text {
    font-size: 16px;
    margin-bottom: 65px;
  }
  .Contact .Contact__imgWrap {
    height: 621px;
  }
}

/* --------------------
 * Content
 * --------------------*/
.ContentWrapper {
  overflow-x: hidden;
}

.Content {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 50px;
  position: relative;
}

.Content.-listNews {
  padding: 50px 0;
}

.Content.-nftRoadmap {
  padding-top: 150%;
}

.Content .Content__title {
  position: relative;
  z-index: 10;
}

.Content .Content__title.-listNews {
  padding: 0 50px;
}

.Content .Content__title1 {
  display: block;
  font-size: 20px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}

.Content .Content__title2 {
  display: block;
  font-size: 20px;
  line-height: 1.75;
  text-align: justify;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}

.Content .Content__title3 {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 20px;
  margin-top: 25px;
  position: relative;
  z-index: 10;
}

.Content .Content__text {
  font-size: 14px;
  line-height: 2.0;
  text-align: justify;
  margin-bottom: 28px;
  position: relative;
  z-index: 10;
}

.Content .Content__text2 {
  font-size: 20px;
  line-height: 2.0;
  color: #ff00ff;
  text-align: justify;
  margin-bottom: 20px;
  text-decoration: underline;
  position: relative;
  z-index: 10;
  margin-top: 40px;
}

.Content .Content__list {
  margin-bottom: 30px;
}

.Content .Content__list li {
  font-size: 16px;
  line-height: 2.0;
  text-align: justify;
  position: relative;
  z-index: 10;
  text-decoration: underline;
}

.Content .Content__orderList {
  list-style-type: none;
  margin-bottom: 35px;
  position: relative;
  z-index: 10;
}

.Content .Content__orderList.-label .Content__orderItem {
  display: block;
  padding-left: 25px;
  position: relative;
}

.Content .Content__orderList.-label .Content__orderItem:before {
  display: inline-block;
  margin-right: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.Content .Content__orderList.-label .Content__orderItemText {
  color: #fff100;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #ff00ff));
  background: linear-gradient(transparent 0%, #ff00ff 0%);
}

.Content .Content__orderItem {
  color: #ff00ff;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.Content .Content__orderItem:before {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 5px;
  font-family: "Simple";
  font-size: 50px;
  line-height: 25px;
}

.Content .Content__orderItem:nth-child(1):before {
  content: "1";
}

.Content .Content__orderItem:nth-child(2):before {
  content: "2";
}

.Content .Content__orderItem:nth-child(3):before {
  content: "3";
}

.Content .Content__orderItem:nth-child(4):before {
  content: "4";
}

.Content .Content__orderItem:nth-child(5):before {
  content: "5";
}

.Content .Content__orderItem:nth-child(6):before {
  content: "6";
}

.Content .Content__orderItem:nth-child(7):before {
  content: "7";
}

.Content .Content__orderItem:nth-child(8):before {
  content: "8";
}

.Content .Content__orderItem:nth-child(9):before {
  content: "9";
}

.Content .Content__orderItem:nth-child(10):before {
  content: "10";
}

.Content .Content__orderItemText {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.Content .Content__orderItemTextLink {
  text-decoration: underline;
}

.Content .Content__orderItemText2 {
  font-size: 14px;
  line-height: 1.75;
  margin: 10px 0 20px;
  text-align: justify;
}

.Content .Content__more {
  font-size: 14px;
  text-align: right;
  position: relative;
  z-index: 10;
}

.Content .Content__more.-mt {
  margin-top: 30px;
}

.Content .Content__more.-listNews {
  padding: 30px 50px 0;
}

.Content .Content__moreLink {
  color: #FF00FF;
}

.Content .Content__figure {
  height: 54.66667vw;
  margin: 0 0 15px;
  position: relative;
  z-index: 10;
}

@media print, screen and (min-width: 769px) {
  .Content.-listNews {
    padding: 50px;
  }
  .Content.-nftRoadmap {
    padding-top: 50px;
  }
  .Content .Content__title.-listNews {
    padding: 25px 0;
  }
  .Content .Content__title1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .Content .Content__title2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .Content .Content__title3 {
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 35px;
  }
  .Content .Content__text {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .Content .Content__list {
    margin-bottom: 30px;
  }
  .Content .Content__list li {
    font-size: 20px;
    line-height: 2.0;
    color: #ff00ff;
    text-align: justify;
    text-decoration: underline;
    position: relative;
    z-index: 10;
  }
  .Content .Content__orderList {
    margin-bottom: 40px;
  }
  .Content .Content__orderList.-label {
    margin-bottom: 46px;
  }
  .Content .Content__orderList.-label .Content__orderItem {
    padding-left: 35px;
  }
  .Content .Content__orderItem {
    font-size: 20px;
  }
  .Content .Content__orderItem:before {
    margin-right: 8px;
    font-size: 60px;
    line-height: 30px;
  }
  .Content .Content__more {
    font-size: 12px;
  }
  .Content .Content__more.-mt {
    margin-top: 25px;
  }
  .Content .Content__more.-listNews {
    padding: 0;
  }
  .Content .Content__figure {
    height: 552px;
    margin: 0 0 10px;
  }
}

/* --------------------
 * DecorationTitle
 * --------------------*/
.DecorationTitle {
  position: absolute;
  z-index: 3;
  width: 1500px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #c8ff00;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.DecorationTitle.-top {
  top: 30%;
}

.DecorationTitle.-nftTop {
  top: 100%;
}

.DecorationTitle .DecorationTitle__text {
  width: 1500px;
  display: block;
  font-size: 200px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* --------------------
 * Footer
 * --------------------*/
.Footer {
  position: fixed;
  z-index: 10;
  width: 100%;
  max-width: 800px;
  height: 90px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.Footer .Footer__lamm {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 79px;
}

.Footer .Footer__privacy {
  font-size: 57%;
  letter-spacing: .1em;
  position: absolute;
  top: 25px;
  left: 5%;
  z-index: 1;
}

.Footer .Footer__social {
  position: absolute;
  top: 20px;
  right: 5%;
  z-index: 2;
}

.Footer .Footer__icon {
  display: inline-block;
  width: 23px;
}

.Footer .Footer__icon.-instagram {
  margin-right: 6px;
}

.Footer .Footer__icon.-twitter {
  opacity: 1;
}

.Footer .Footer__copyright {
  display: block;
  font-size: 57%;
  letter-spacing: .1em;
  padding-top: 50px;
  text-align: center;
}

.Footer .Footer__link {
  color: #29a0d7;
  display: block;
}

.Footer .Footer__img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .Footer {
    max-width: 1138px;
  }
  .Footer .Footer__privacy {
    left: 2px;
  }
  .Footer .Footer__social {
    right: 0;
  }
}

/* --------------------
 * Glitch
 * --------------------*/
.Glitch {
  --color-text: #454847;
  --color-bg: #1d2121;
  --color-link: #454847;
  --color-link-hover: #fff;
  --color-info: #454847;
  --color-title: #fff;
  --color-subtitle: #30efbf;
  --gap-horizontal: 8px;
  --gap-vertical: 40px;
  --time-anim: 8s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: overlay;
  --blend-mode-4: none;
  --blend-mode-5: none;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: rgba(255,255,255,0.05);
  --blend-color-4: transparent;
  --blend-color-5: transparent;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  margin: 0 auto;
  /* Effect On */
}

.Glitch.-kv {
  height: 100%;
}

.Glitch.-kv .Glitch__image {
  background-position: 90% 0;
}

@media print, screen and (min-width: 769px) {
  .Glitch.-kv .Glitch__image {
    background-position: 50% 0;
  }
}

.Glitch.-nftService {
  height: 350%;
  max-height: 350%;
}

@media print, screen and (min-width: 769px) {
  .Glitch.-nftService {
    height: 100%;
    max-height: 100%;
  }
}

.Glitch.-nftService .Glitch__image {
  background-size: contain;
  background-position: center;
}

.Glitch.-nftRoadmap .Glitch__image {
  background-size: contain;
  background-position: center;
}

.Glitch.-banner .Glitch__image {
  background-size: contain;
  background-position: center;
}

.Glitch .Glitch__image {
  position: absolute;
  top: calc(-1 * var(--gap-vertical));
  left: calc(-1 * var(--gap-horizontal));
  width: calc(100% + var(--gap-horizontal) * 2);
  height: calc(100% + var(--gap-vertical) * 2);
  background: url("/assets/images/8bit_kv_sp.png") no-repeat 50% 0;
  background-color: var(--blend-color-1);
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-blend-mode: var(--blend-mode-1);
  /* Set the background colors for the glitch images*/
  /* Hide all images except the first one */
}

.Glitch .Glitch__image:nth-child(2) {
  background-color: var(--blend-color-2);
  background-blend-mode: var(--blend-mode-2);
}

.Glitch .Glitch__image:nth-child(3) {
  background-color: var(--blend-color-3);
  background-blend-mode: var(--blend-mode-3);
}

.Glitch .Glitch__image:nth-child(4) {
  background-color: var(--blend-color-4);
  background-blend-mode: var(--blend-mode-4);
}

.Glitch .Glitch__image:nth-child(5) {
  background-color: var(--blend-color-5);
  background-blend-mode: var(--blend-mode-5);
}

.Glitch .Glitch__image:nth-child(n+2) {
  opacity: 0;
}

@media print, screen and (min-width: 769px) {
  .Glitch .Glitch__image {
    background-image: url("/assets/images/8bit_kv.png");
  }
}

.Glitch.-about .Glitch__image {
  background-image: url("/assets/images/8bit_kv_about_sp.png");
}

@media print, screen and (min-width: 769px) {
  .Glitch.-about .Glitch__image {
    background-image: url("/assets/images/8bit_kv_about.png");
  }
}

.Glitch.-business .Glitch__image {
  background-image: url("/assets/images/8bit_kv_business_sp.png");
}

@media print, screen and (min-width: 769px) {
  .Glitch.-business .Glitch__image {
    background-image: url("/assets/images/8bit_kv_business.png");
  }
}

.Glitch.-message .Glitch__image {
  background-image: url("/assets/images/8bit_kv_message_sp.png");
}

@media print, screen and (min-width: 769px) {
  .Glitch.-message .Glitch__image {
    background-image: url("/assets/images/8bit_kv_message.png");
  }
}

.Glitch.-philosophy .Glitch__image {
  background-image: url("/assets/images/8bit_kv_philosophy_sp.png");
}

@media print, screen and (min-width: 769px) {
  .Glitch.-philosophy .Glitch__image {
    background-image: url("/assets/images/8bit_kv_philosophy.png");
  }
}

.Glitch.-nft .Glitch__image {
  background-image: url("/assets/images/8bit_kv_nft_sp.png");
}

@media print, screen and (min-width: 769px) {
  .Glitch.-nft .Glitch__image {
    background-image: url("/assets/images/8bit_kv_nft.png");
  }
}

.Glitch.-hifi .Glitch__image {
  background-image: url("/assets/images/dc_kv_sp.png");
}

@media print, screen and (min-width: 769px) {
  .Glitch.-hifi .Glitch__image {
    background-image: url("/assets/images/dc_kv.png");
  }
}

.Glitch.-hifi .Glitch__image:nth-child(n+2) {
  display: none !important;
}

.Glitch.-hifi.-about .Glitch__image {
  background-image: url("/assets/images/dc_kv_about_sp.png");
}

@media print, screen and (min-width: 769px) {
  .Glitch.-hifi.-about .Glitch__image {
    background-image: url("/assets/images/dc_kv_about.png");
  }
}

.Glitch.-hifi.-business .Glitch__image {
  background-image: url("/assets/images/dc_kv_business_sp.png");
}

@media print, screen and (min-width: 769px) {
  .Glitch.-hifi.-business .Glitch__image {
    background-image: url("/assets/images/dc_kv_business.png");
  }
}

.Glitch.-hifi.-message .Glitch__image {
  background-image: url("/assets/images/dc_kv_message_sp.png");
}

@media print, screen and (min-width: 769px) {
  .Glitch.-hifi.-message .Glitch__image {
    background-image: url("/assets/images/dc_kv_message.png");
  }
}

.Glitch.-hifi.-philosophy .Glitch__image {
  background-image: url("/assets/images/dc_kv_philosophy_sp.png");
}

@media print, screen and (min-width: 769px) {
  .Glitch.-hifi.-philosophy .Glitch__image {
    background-image: url("/assets/images/dc_kv_philosophy.png");
  }
}

.Glitch.-hifi.-nft .Glitch__image {
  background-image: url("/assets/images/dc_kv_nft_sp.png");
}

@media print, screen and (min-width: 769px) {
  .Glitch.-hifi.-nft .Glitch__image {
    background-image: url("/assets/images/dc_kv_nft.png");
  }
}

.Glitch.-delay1 .Glitch__image {
  -webkit-animation-delay: -1000ms !important;
  animation-delay: -1000ms !important;
}

.Glitch.-delay2 .Glitch__image {
  -webkit-animation-delay: -2000ms !important;
  animation-delay: -2000ms !important;
}

.Glitch.-delay3 .Glitch__image {
  -webkit-animation-delay: -3000ms !important;
  animation-delay: -3000ms !important;
}

.Glitch.-delay4 .Glitch__image {
  -webkit-animation-delay: -4000ms !important;
  animation-delay: -4000ms !important;
}

.Glitch.-delay5 .Glitch__image {
  -webkit-animation-delay: -5000ms !important;
  animation-delay: -5000ms !important;
}

.Glitch.-delay6 .Glitch__image {
  -webkit-animation-delay: -6000ms !important;
  animation-delay: -6000ms !important;
}

.Glitch.-delay7 .Glitch__image {
  -webkit-animation-delay: -7000ms !important;
  animation-delay: -7000ms !important;
}

.Glitch.-delay8 .Glitch__image {
  -webkit-animation-delay: -8000ms !important;
  animation-delay: -8000ms !important;
}

.Glitch.-delay9 .Glitch__image {
  -webkit-animation-delay: -9000ms !important;
  animation-delay: -9000ms !important;
}

.Glitch.-delay10 .Glitch__image {
  -webkit-animation-delay: -10000ms !important;
  animation-delay: -10000ms !important;
}

.Glitch.-booom .Glitch__image {
  /* On hover we show the 2nd, 3rd, 4th and 5th image*/
  /* Hover animations for horizontal case */
  /* Hover flash animation on last image */
}

.Glitch.-booom .Glitch__image:nth-child(n+2) {
  opacity: 1;
}

.Glitch.-booom .Glitch__image:nth-child(2) {
  -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
  transform: translate3d(var(--gap-horizontal), 0, 0);
  -webkit-animation: glitch-anim-1-horizontal var(--time-anim) infinite linear alternate;
  animation: glitch-anim-1-horizontal var(--time-anim) infinite linear alternate;
}

.Glitch.-booom .Glitch__image:nth-child(3) {
  -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
  transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
  -webkit-animation: glitch-anim-2-horizontal var(--time-anim) infinite linear alternate;
  animation: glitch-anim-2-horizontal var(--time-anim) infinite linear alternate;
}

.Glitch.-booom .Glitch__image:nth-child(4) {
  -webkit-transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
  transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
  -webkit-animation: glitch-anim-3-horizontal var(--time-anim) infinite linear alternate;
  animation: glitch-anim-3-horizontal var(--time-anim) infinite linear alternate;
}

.Glitch.-booom .Glitch__image:nth-child(5) {
  -webkit-animation: glitch-anim-flash 1s steps(1, end) infinite;
  animation: glitch-anim-flash 1s steps(1, end) infinite;
}

/* Animations */
/* Horizontal */
@-webkit-keyframes glitch-anim-1-horizontal {
  0% {
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  10% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  20% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  30% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  40% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  50% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  60% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  70% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  80% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  90% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  100% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
}
@keyframes glitch-anim-1-horizontal {
  0% {
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  10% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  20% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  30% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  40% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  50% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  60% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  70% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  80% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  90% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  100% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
}

@-webkit-keyframes glitch-anim-2-horizontal {
  0% {
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }
  15% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }
  22% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }
  31% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  45% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }
  51% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }
  63% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  76% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }
  81% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }
  94% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }
  100% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }
}

@keyframes glitch-anim-2-horizontal {
  0% {
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }
  15% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }
  22% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }
  31% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  45% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }
  51% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }
  63% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  76% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }
  81% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }
  94% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }
  100% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }
}

@-webkit-keyframes glitch-anim-3-horizontal {
  0% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }
  5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }
  10% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }
  25% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  27% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }
  30% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }
  33% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }
  37% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }
  40% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  45% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }
  50% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }
  53% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }
  57% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }
  60% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }
  65% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }
  70% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }
  73% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  80% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }
  100% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }
}

@keyframes glitch-anim-3-horizontal {
  0% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }
  5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }
  10% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }
  25% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  27% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }
  30% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }
  33% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }
  37% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }
  40% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  45% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }
  50% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }
  53% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }
  57% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }
  60% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }
  65% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }
  70% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }
  73% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  80% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }
  100% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }
}

/* Flash */
@-webkit-keyframes glitch-anim-flash {
  0% {
    opacity: 0.2;
    -webkit-transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
    transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
  }
  33%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes glitch-anim-flash {
  0% {
    opacity: 0.2;
    -webkit-transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
    transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
  }
  33%, 100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* --------------------
 * Gnav
 * --------------------*/
.Gnav {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF100;
  z-index: 100;
  -webkit-transition: .5s;
  transition: .5s;
}

.Gnav.show {
  visibility: visible;
  opacity: 1;
}

.Gnav .Gnav__list {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 16px;
  line-height: 3;
  letter-spacing: .2em;
}

.Gnav .Gnav__link {
  color: #29a0d7;
}

/* --------------------
 * Header
 * --------------------*/
.Header {
  position: fixed;
  z-index: 110;
  width: 100%;
  max-width: 800px;
  height: 80px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.Header .Header__gnav {
  position: absolute;
  left: 6%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
}

.Header .Header__gnav::before, .Header .Header__gnav::after {
  background: #fff;
  content: '';
  display: block;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 0;
}

.Header .Header__gnav::before {
  top: 9px;
  width: 100%;
}

.Header .Header__gnav::after {
  bottom: 9px;
  width: 60%;
}

.Header .Header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 95px;
}

.Header .Header__en {
  position: absolute;
  top: 50%;
  right: 14.6%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
}

.Header .Header__mail {
  position: absolute;
  top: 50%;
  right: 4.6%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
}

.Header .Header__link {
  display: block;
  line-height: 1;
}

.Header .Header__img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .Header {
    max-width: 1138px;
  }
  .Header .Header__gnav {
    cursor: pointer;
    left: 0;
  }
  .Header .Header__en {
    right: 38px;
  }
  .Header .Header__mail {
    right: 0;
  }
}

/* --------------------
 * Kv
 * --------------------*/
.Kv {
  width: 100%;
  position: relative;
  z-index: 10;
}

.Kv .Kv__imageWrapper {
  width: 100%;
  height: calc(100vh - 90px);
}

.Kv .Kv__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.Kv .Kv__textWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 750px;
  width: 100%;
  padding: 0 45px;
}

.Kv .Kv__title {
  font-size: 30px;
  line-height: 1.5;
  color: #fff100;
  text-shadow: 2px 2px 0 #ff00ff;
  margin-bottom: 15px;
}

.Kv .Kv__text {
  font-size: 15px;
  line-height: 1.5;
  color: #fff100;
  text-shadow: 2px 2px 0 #ff00ff;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 769px) {
  .Kv {
    margin-bottom: 90px;
  }
  .Kv .Kv__title {
    font-size: 60px;
    margin-bottom: 30px;
  }
  .Kv .Kv__text {
    font-size: 30px;
  }
  .Kv .Kv__textWrapper {
    padding: 0;
  }
}

/* --------------------
 * List1
 * --------------------*/
.List1 {
  overflow: hidden;
}

.List1.-business .List1__text {
  margin-bottom: 15px;
}

.List1 .List1__item {
  margin: 0 0 60px;
  position: relative;
}

.List1 .List1__item:before {
  position: absolute;
  display: block;
  font-family: "Simple";
  font-size: 90px;
  line-height: 1;
  z-index: 1;
  left: 50%;
  top: 27.33333vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FF00FF;
}

.List1 .List1__item:nth-child(1):before {
  content: "1";
}

.List1 .List1__item:nth-child(2):before {
  content: "2";
}

.List1 .List1__item:nth-child(3):before {
  content: "3";
}

.List1 .List1__item:nth-child(4):before {
  content: "4";
}

.List1 .List1__item:nth-child(5):before {
  content: "5";
}

.List1 .List1__item:nth-child(6):before {
  content: "6";
}

.List1 .List1__item:nth-child(7):before {
  content: "7";
}

.List1 .List1__item:nth-child(8):before {
  content: "8";
}

.List1 .List1__item:nth-child(9):before {
  content: "9";
}

.List1 .List1__item:nth-child(10):before {
  content: "10";
}

.List1 .List1__item:nth-child(11):before {
  content: "11";
}

.List1 .List1__item:nth-child(12):before {
  content: "12";
}

.List1 .List1__item:nth-child(13):before {
  content: "13";
}

.List1 .List1__item:nth-child(14):before {
  content: "14";
}

.List1 .List1__item:nth-child(15):before {
  content: "15";
}

.List1 .List1__item:nth-child(16):before {
  content: "16";
}

.List1 .List1__item:nth-child(17):before {
  content: "17";
}

.List1 .List1__item:nth-child(18):before {
  content: "18";
}

.List1 .List1__item:nth-child(19):before {
  content: "19";
}

.List1 .List1__item:nth-child(20):before {
  content: "20";
}

.List1 .List1__item.-noNum {
  margin: 0 0 10px;
}

.List1 .List1__item.-noNum:before {
  display: none;
}

.List1 .List1__item.-member:before {
  display: none;
}

.List1 .List1__item.-nftRoadmap {
  margin-bottom: 50px;
}

.List1 .List1__img {
  height: 54.66667vw;
  margin: 0 0 15px;
}

.List1 .List1__img.-nftRoadmap {
  height: 29.80769vw;
}

.List1 .List1__title {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.List1 .List1__text {
  font-size: 12px;
  text-align: justify;
  position: relative;
  z-index: 10;
}

.List1 .List1__note {
  font-size: 10px;
  position: relative;
  z-index: 10;
}

.List1 .List1__textSNS {
  font-size: 12px;
  word-break: break-all;
  position: relative;
  z-index: 10;
}

.List1 .List1__textLink {
  color: #FF00FF;
}

@media print, screen and (min-width: 769px) {
  .List1 {
    margin: 0;
  }
  .List1.-business .List1__text {
    margin-bottom: 20px;
  }
  .List1 .List1__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .List1 .List1__img {
    height: 272px;
  }
  .List1 .List1__img.-nftRoadmap {
    height: 108px;
  }
  .List1 .List1__title {
    padding: 0 25px;
    margin: 0 0 10px;
  }
  .List1 .List1__text {
    padding: 0 25px;
  }
  .List1 .List1__textSNS {
    padding: 0 25px;
  }
  .List1 .List1__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 10px);
    flex: 1 1 calc(50% - 10px);
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 0 5px 40px;
  }
  .List1 .List1__item:before {
    font-size: 120px;
    top: 136px;
  }
  .List1 .List1__item.-noNum {
    margin: 0 5px 0px;
  }
  .List1 .List1__item.-noNum .List1__img {
    margin-bottom: 10px;
  }
  .List1 .List1__item.-nftRoadmap {
    margin-bottom: 50px;
  }
}

/* --------------------
 * ListNews
 * --------------------*/
.ListNews .ListNews__list {
  margin-bottom: 7px;
  position: relative;
  z-index: 10;
}

.ListNews .ListNews__item {
  border-bottom: 1px solid rgba(41, 160, 215, 0.7);
}

.ListNews .ListNews__link {
  color: #29a0d7;
  padding: 10px 50px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ListNews .ListNews__date {
  font-size: 12px;
  line-height: 1.75;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 72px;
  flex: 0 0 72px;
  max-width: 72px;
}

.ListNews .ListNews__title {
  font-size: 12px;
  line-height: 1.75;
}

@media print, screen and (min-width: 769px) {
  .ListNews .ListNews__list {
    margin-bottom: 42px;
  }
  .ListNews .ListNews__item {
    border-bottom: 1px solid rgba(41, 160, 215, 0.7);
  }
  .ListNews .ListNews__link {
    padding: 13px 0px 5px;
  }
  .ListNews .ListNews__date {
    font-size: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95px;
    flex: 0 0 95px;
    max-width: 95px;
  }
  .ListNews .ListNews__title {
    font-size: 16px;
  }
}

/* --------------------
 * Original
 * --------------------*/
.Original {
  padding-bottom: 90px;
}

.Original .Original__inner {
  overflow: hidden;
  position: relative;
}

.Original .Original__ColumnItem {
  height: 480px;
  width: 100%;
}

.Original .Original__textWrapper {
  width: 226px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.Original .Original__lamm {
  width: 64px;
  height: 69px;
  margin: 0 auto 10px;
}

.Original .Original__title {
  color: #fff100;
  font-size: 46px;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 10px;
}

.Original .Original__text {
  color: #fff100;
  font-size: 12px;
  line-height: 1.75;
}

@media print, screen and (min-width: 769px) {
  .Original .Original__Column {
    margin: 0 -10px;
    height: 480px;
    position: relative;
  }
  .Original .Original__ColumnItem {
    height: 480px;
    width: 639px;
    position: absolute;
  }
  .Original .Original__ColumnItem:first-child {
    top: 0;
    right: 50%;
    -webkit-transform: translateX(-354px);
    transform: translateX(-354px);
  }
  .Original .Original__ColumnItem:nth-child(2) {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-320px);
    transform: translateX(-320px);
  }
  .Original .Original__ColumnItem:last-child {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(355px);
    transform: translateX(355px);
  }
  .Original .Original__lammImg {
    width: 100%;
  }
}

#color {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  pointer-events: none;
  background-color: #fff;
  mix-blend-mode: difference;
  display: none;
}

#bar {
  width: 100%;
  height: 1px;
  position: fixed;
  top: 105vh;
  left: 0;
  z-index: 99999;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 241, 0, 0.5)), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(255, 241, 0, 0.5)));
  background: linear-gradient(90deg, rgba(255, 241, 0, 0.5), rgba(255, 255, 255, 0.8), rgba(255, 241, 0, 0.5));
  opacity: 1;
  mix-blend-mode: hard-light;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-animation-name: bar-animation;
  animation-name: bar-animation;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* bar */
@-webkit-keyframes bar-animation {
  0% {
    top: 105vh;
  }
  100% {
    top: -5vh;
  }
}
@keyframes bar-animation {
  0% {
    top: 105vh;
  }
  100% {
    top: -5vh;
  }
}

#log {
  font-size: 14px;
  padding: 0.5em 1em;
  position: fixed;
  top: 50vh;
  left: 0;
  z-index: 99999;
  background-color: #000;
  color: #fff;
}
