@font-face {
  font-family: "normal";
  src: url("/font/FuturaStdBook.ttf"); }

html {
  scroll-behavior: smooth;
  scrollbar-color: transparent transparent; }

body {
  width: 100vw;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background-color: black;
  transition: all ease 0.6s; }
  body a, body a:visited {
    color: #ff006e; }
    body a:hover, body a:visited:hover {
      background-color: #ff006e;
      color: #f7ffff; }
    body a::selection, body a:visited::selection {
      background-color: black;
      color: #2c3e50; }
  body .banner {
    width: 100vw;
    height: 1.9rem;
    position: fixed;
    bottom: 0rem;
    left: 0;
    background-color: black;
    color: #f7ffff;
    display: inline;
    overflow: hidden;
    word-break: word-space;
    line-height: 0.1rem;
    font-size: 0.8rem;
    z-index: 9; }
    body .banner p {
      width: 100000vh;
      position: absolute;
      display: inline-block;
      top: 0;
      left: 0;
      transition: all linear 0.1s;
      user-select: none; }
    body .banner.right {
      transform: rotate(90deg);
      top: 0;
      bottom: auto;
      left: 99vw; }
  body .logo {
    width: 2rem;
    height: 2rem;
    position: fixed;
    z-index: 3;
    top: 2rem;
    left: 2rem; }
    body .logo img {
      width: 2rem;
      height: 2rem; }
      @media (max-width: 620px) {
        body .logo img {
          width: 2rem;
          height: 2rem; } }
  body .window {
    width: 100vw;
    height: 100vh;
    padding: 1rem;
    padding-left: 4rem;
    padding-top: 2.7rem;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 100vw;
    background-color: #3a86ff;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    transition: all ease 0.6s;
    overflow-y: auto; }
    body .window.active {
      left: 2rem; }
    body .window a {
      color: #f7ffff;
      font-family: "normal";
      font-size: 1.5rem;
      margin: 0.5rem;
      padding: 0.5rem;
      display: inline;
      position: relative;
      z-index: 4; }
  body .wrap {
    width: 80vw;
    z-index: 1;
    margin: 10vw;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 620px) {
      body .wrap {
        width: 95vw;
        margin: 2.5vw; } }
    body .wrap .post {
      padding: 2rem;
      margin: 1rem;
      display: flex;
      justify-content: center;
      transition-delay: 1s;
      transition: opacity ease 0.6s; }
      body .wrap .post:first-child {
        margin-top: 4rem; }
      body .wrap .post:nth-child(even) {
        transform: translateX(-5vw); }
      body .wrap .post:nth-child(odd) {
        transform: translateX(5vw); }
      body .wrap .post .text {
        width: 30vw;
        border-radius: 1rem;
        background-color: black;
        color: #f7ffff;
        padding: 0.3rem;
        display: flex;
        justify-content: center; }
      body .wrap .post img {
        width: 15vw;
        z-index: 1; }
      @media (max-width: 1024px) {
        body .wrap .post .text, body .wrap .post img {
          width: 40vw; } }
      @media (max-width: 620px) {
        body .wrap .post .text, body .wrap .post img {
          width: 50vw; } }
      @media (max-width: 460px) {
        body .wrap .post {
          margin: 0.3rem;
          padding: 1rem; }
          body .wrap .post .text, body .wrap .post img {
            width: 70vw; }
          body .wrap .post:nth-child(even) {
            transform: translateX(-2.5vw); }
          body .wrap .post:nth-child(odd) {
            transform: translateX(2.5vw); } }
      body .wrap .post.active {
        opacity: 1; }
      body .wrap .post:nth-child(1) {
        transition-delay: 0.3s; }
      body .wrap .post:nth-child(2) {
        transition-delay: 0.6s; }
      body .wrap .post:nth-child(3) {
        transition-delay: 0.8s; }
      body .wrap .post:nth-child(4) {
        transition-delay: 1s; }
      body .wrap .post:nth-child(5) {
        transition-delay: 1.1s; }
      body .wrap .post p {
        line-height: 1.5rem;
        font-size: 1rem;
        padding: 0.3rem;
        font-family: "normal";
        box-decoration-break: clone; }
        body .wrap .post p b {
          font-weight: normal;
          text-decoration: underline; }
        body .wrap .post p::selection {
          background-color: #ff006e;
          color: #2c3e50; }
  body footer {
    text-align: center; }
