@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
body {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.07em;
}

body {
  background: #fff;
}

.header .kv {
  width: 100%;
  height: 100vh;
  background: url(../images/keyvisual.jpg) no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .kv img {
  width: 60%;
}

@media screen and (min-width: 1200px) {
  .header .kv img {
    width: 25%;
  }
}

.main .content {
  width: 86%;
  margin: 0 auto;
}

.main .content .logo {
  margin: 30vw 0;
}

.main .content .logo img {
  width: 60vw;
}

.main .content .info {
  font-size: 3vw;
}

.main .content .info .add {
  margin: 3em 0;
}

.main .content .info .add .twitter {
  width: 1em;
  margin-bottom: -0.15em;
}

.main .content .info .comment {
  margin-bottom: 7em;
}

.main .content .info .footer {
  margin-bottom: 3em;
  display: flex;
  justify-content: space-between;
  color: #bababa;
}

@media screen and (min-width: 1200px) {
  .main .content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    width: 85%;
    margin: 0 auto;
  }
  .main .content .logo img {
    width: 25vw;
  }
  .main .content .info {
    font-size: 1vw;
  }
  .main .content .info .add {
    margin: 3em 0;
  }
  .main .content .info .add .twitter {
    width: 1em;
    margin-bottom: -0.15em;
  }
  .main .content .info .comment {
    margin-bottom: 10em;
  }
  .main .content .info .footer {
    display: flex;
    justify-content: space-between;
    color: #bababa;
  }
}
