@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Tokumin&family=Oswald:wght@200..700&family=Zen+Antique+Soft&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

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

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

* {
  padding: 0;
  margin: 0;
}

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

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

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

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

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

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

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

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

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

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

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

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

button, select {
  text-transform: none;
}

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

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

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

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

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

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

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

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

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

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

html,
body {
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #000;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
  width: 100%;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --font-size-base: 1.6rem;
  --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
  --color-text: #000;
  --color-background: #f7f9f9;
  --color-link: #000;
  --color-primary: #6cb4ac;
  --color-secondary: #6c757d;
  --spacing-unit: 1rem;
  --global-space: 10vw;
}

html {
  font-size: 62.5%;
}
@media (max-width: 768px) {
  html {
    font-size: 56.25%;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 68.75%;
  }
}

@media (max-width: 559px) {
  .--pc .--sp {
    display: none;
  }
}

@media (max-width: 1024px) {
  .--sp .--pc {
    display: none;
  }
}
@media (max-width: 959px) {
  .--sp .--pc {
    display: none;
  }
}

body {
  font-size: var(--font-size-base);
  font-family: var(--font-family);
  color: var(--color-text);
  background-color: var(--color-background);
}

a {
  text-decoration: none;
  color: var(--color-link);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

a:hover,
a:focus {
  color: var(--color-link);
}

.home .social {
  background: #6cb4ac;
  width: 100%;
  margin-bottom: 1.2rem;
}
.home .social div {
  height: 48px;
  padding: 0 var(--global-space);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .social div ul.icons {
  list-style-image: initial;
}
.home .social div ul.icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem;
}
.home .social div ul.icons i {
  font-size: 2rem;
  color: #fff;
}
.home header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 var(--global-space);
  margin-bottom: 1.2rem;
}
@media (max-width: 559px) {
  .home header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.6rem;
  }
}
.home header .logo {
  width: 360px;
}
@media (max-width: 559px) {
  .home header .logo {
    width: 240px;
  }
}
.home header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6rem;
}
.home header ul a {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 2.4rem;
  border-bottom: 1px solid #333;
}
.home .hero {
  position: relative;
  width: 100%;
  height: 80vh;
  max-height: 800px;
  overflow: hidden;
  padding: 0 var(--global-space);
  margin-bottom: 4.8rem;
}
.home .hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .hero .button {
  width: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  background: #6cb4ac;
  color: white;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 2.4rem;
  position: absolute;
  bottom: 32px;
  right: calc(10vw + 32px);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px white;
  letter-spacing: 0.3em;
  padding-left: 48px;
}
.home .hero .button:hover > div {
  margin-left: 160px;
  -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.home .hero .button:hover > b {
  -webkit-animation: letterroll cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
          animation: letterroll cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
.home .hero b {
  -webkit-animation: backroll cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
          animation: backroll cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
.home .hero div {
  width: 64px;
  height: 1px;
  background: red;
  margin-left: 140px;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@-webkit-keyframes letterroll {
  50% {
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translateY(75%);
            transform: translateY(75%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes letterroll {
  50% {
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translateY(75%);
            transform: translateY(75%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes backroll {
  50% {
    -webkit-transform: translateY(75%);
            transform: translateY(75%);
  }
  50.1% {
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes backroll {
  50% {
    -webkit-transform: translateY(75%);
            transform: translateY(75%);
  }
  50.1% {
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
.home .video-list {
  display: grid;
  gap: 1.2rem;
  padding: 1.6rem var(--global-space);
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  background: #6cb4ac;
}
.home .video-list .video-card {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home .video-list .video-card.dimmed {
  opacity: 0.9;
}
.home .video-list .video-card.hovered {
  background: #92c4be !important;
}
.home .video-list .video-card img {
  width: 100%;
  height: auto;
}
.home .video-list .video-card .video-info {
  padding: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .video-list .video-card .video-info .title {
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.4;
}
.home .video-list .video-card .video-info .date {
  color: #333;
  font-size: 1.2rem;
}

.--font {
  font-family: "Kaisei Tokumin", serif;
  font-style: normal;
  font-weight: normal;
}

.--pc {
  display: block;
}

.--sp {
  display: none;
}

@media (max-width: 559px) {
  .--pc {
    display: none;
  }
  .--sp {
    display: block;
  }
}
.lp-tokyo {
  background: -webkit-gradient(linear, left top, right top, from(#2b2b2b), color-stop(50%, #2b2b2b), color-stop(50%, #000000), to(#000000));
  background: -webkit-linear-gradient(left, #2b2b2b 0%, #2b2b2b 50%, #000000 50%, #000000 100%);
  background: linear-gradient(90deg, #2b2b2b 0%, #2b2b2b 50%, #000000 50%, #000000 100%);
  color: #d3d3d3;
  margin: 0;
  padding: 0;
}
.lp-tokyo header {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding-bottom: 6.4rem;
}
@media (max-width: 559px) {
  .lp-tokyo header {
    padding-bottom: 3.2rem;
  }
}
.lp-tokyo header .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.lp-tokyo header .heading {
  position: relative;
  width: 100%;
  padding: 1.6rem var(--global-space) 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  z-index: 2;
}
.lp-tokyo header .heading a {
  font-size: 1.8rem;
  color: #fff;
}
.lp-tokyo header .title-logo {
  position: relative;
  width: 60vw;
  text-align: center;
  z-index: 2;
}
@media (max-width: 559px) {
  .lp-tokyo header .title-logo {
    width: 50vw;
  }
}
.lp-tokyo header .title-logo img {
  width: 100%;
}
.lp-tokyo header .album-detail {
  position: relative;
  font-size: 1.3rem;
  color: #fff;
  z-index: 2;
  text-align: center;
  padding-bottom: 6.4rem;
}
@media (max-width: 559px) {
  .lp-tokyo header .album-detail {
    padding: 0 0.8rem 6.4rem;
  }
}
.lp-tokyo header .album-detail .date {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
@media (max-width: 559px) {
  .lp-tokyo header .album-detail .date {
    font-size: 2.8rem;
  }
}
.lp-tokyo header .album-detail .location {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
@media (max-width: 559px) {
  .lp-tokyo header .album-detail .location {
    font-size: 2rem;
  }
}
.lp-tokyo header .album-detail .location--name {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 3.2rem;
}
@media (max-width: 559px) {
  .lp-tokyo header .album-detail .location--name {
    font-size: 2.4rem;
  }
}
.lp-tokyo header .album-detail .price {
  font-size: 4rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 559px) {
  .lp-tokyo header .album-detail .price {
    font-size: 2.4rem;
  }
}
.lp-tokyo .section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 559px) {
  .lp-tokyo .section {
    display: block;
  }
}
.lp-tokyo .section h2 {
  position: relative;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  background-image: -webkit-repeating-linear-gradient(45deg, transparent 0 3px, #6cb4ac 3px 6px);
  background-image: repeating-linear-gradient(45deg, transparent 0 3px, #6cb4ac 3px 6px);
  background-repeat: no-repeat;
  background-size: 100% 0.5rem;
  background-position: bottom;
  font-size: 4rem;
  color: #fff;
}
.lp-tokyo .album-image-container {
  width: 50vw;
  padding-top: 64px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), color-stop(0%, rgb(40, 40, 40)), color-stop(15%, rgb(54, 54, 54)), color-stop(40%, rgb(40, 40, 40)), to(rgb(0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgb(0, 0, 0), rgb(40, 40, 40) 0%, rgb(54, 54, 54) 15%, rgb(40, 40, 40) 40%, rgb(0, 0, 0));
  background-image: linear-gradient(90deg, rgb(0, 0, 0), rgb(40, 40, 40) 0%, rgb(54, 54, 54) 15%, rgb(40, 40, 40) 40%, rgb(0, 0, 0));
  text-align: center;
}
@media (max-width: 559px) {
  .lp-tokyo .album-image-container {
    width: 100%;
    padding: 0;
  }
}
.lp-tokyo .album-image-container .sticky-content {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 15vh;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 559px) {
  .lp-tokyo .album-image-container .sticky-content {
    position: static;
  }
}
.lp-tokyo .album-image-container .sticky-content .album-image {
  max-width: 35vw;
  text-align: center;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 559px) {
  .lp-tokyo .album-image-container .sticky-content .album-image {
    max-width: 100vw;
    min-height: auto;
  }
}
.lp-tokyo .album-info__detail {
  width: 50%;
  padding: 6.4rem;
}
@media (max-width: 559px) {
  .lp-tokyo .album-info__detail {
    width: 100%;
    background: #000;
    padding: 6.4rem 1.2rem;
  }
}
.lp-tokyo .track-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 6.4rem;
  margin-left: 6.4rem;
  list-style-type: decimal;
}
.lp-tokyo .track-list h3 {
  color: #d3d3d3;
  font-family: "Kaisei Tokumin", serif;
  font-style: normal;
  font-size: 2.4rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 559px) {
  .lp-tokyo .track-list h3 {
    font-size: 2rem;
    margin-bottom: 0.4rem;
  }
}
.lp-tokyo .track-list li {
  margin-bottom: 1.2rem;
}
.lp-tokyo .track-list li::marker {
  font-size: 3.2rem;
  font-weight: bold;
  color: #6cb4ac;
  font-family: "Kaisei Tokumin", serif;
  font-style: normal;
}
@media (max-width: 559px) {
  .lp-tokyo .track-list li::marker {
    font-size: 2.8rem;
  }
}
.lp-tokyo .track-list li .track-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp-tokyo .track-list li .track-info .track-singer {
  font-family: "Kaisei Tokumin", serif;
  font-style: normal;
}
.lp-tokyo .track-list li .track-info .show-lyrics {
  margin-right: 1.6rem;
  padding: 0.2rem 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #c5c5c5;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 0.4rem;
}
.lp-tokyo .track-list li .track-info .show-lyrics:hover {
  cursor: pointer;
}
.lp-tokyo .track-list li .track-info .show-lyrics i {
  margin-right: 0.4rem;
}
.lp-tokyo .album-credit {
  margin-bottom: 3.2rem;
}
.lp-tokyo .album-credit div {
  padding-left: 1.6rem;
  margin-bottom: 1.2rem;
  font-family: "Kaisei Tokumin", serif;
  font-size: 1.6rem;
}
.lp-tokyo .album-credit div small {
  font-size: 1rem;
}
.lp-tokyo .copyright {
  font-size: 1.2rem;
  text-align: end;
}
@media (max-width: 559px) {
  .lp-tokyo .copyright {
    text-align: center;
  }
}
.lp-tokyo .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #d3d3d3;
  z-index: 999;
  -webkit-animation: fadeIn 0.5s ease-out;
          animation: fadeIn 0.5s ease-out;
}
.lp-tokyo .modal .close {
  color: #d3d3d3;
  font-size: 48px;
  position: fixed;
  right: 48px;
  top: 48px;
  cursor: pointer;
}
@media (max-width: 559px) {
  .lp-tokyo .modal .close {
    top: -8px;
    right: 8px;
  }
}
.lp-tokyo .modal .modal-content {
  height: 90vh;
  max-height: 90vh;
  background-color: #2b2b2b;
  padding: 48px 20px;
  overflow-y: auto;
  border-radius: 5px;
  text-align: center;
  -webkit-animation: slideIn 0.5s ease-out forwards;
          animation: slideIn 0.5s ease-out forwards;
}
@media (max-width: 559px) {
  .lp-tokyo .modal .modal-content {
    height: 85vh;
    max-height: 85vh;
  }
}
.lp-tokyo .modal .modal-content #modal-title {
  margin-bottom: 24px;
}
.lp-tokyo .modal .modal-content #modal-lyrics {
  white-space: pre-wrap;
  text-align: left;
}
.lp-tokyo .modal .modal-content img {
  margin-top: 10px;
}

@-webkit-keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.8);
  }
}

@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.8);
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}