@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
/*mediaquery*/
html {
  font-size: 62.5%;
  line-height: 1;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #000;
  margin: auto;
}

a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  transition: 0.3s;
}

.mb15 {
  margin-bottom: 15px;
}

.bold {
  font-weight: 700;
}

.en {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  letter-spacing: 0;
}

.inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    width: 92%;
  }
}

.flex {
  display: flex;
}

html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
  font-weight: 200;
}

q::before, q::after, blockquote::before, blockquote::after {
  content: "";
  content: none;
}

a {
  display: inline-block;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
}

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

a {
  color: #000;
  text-decoration: none;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  cursor: pointer;
}

p {
  margin: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*:focus {
  outline: none;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.main {
  position: relative;
  height: 100vh;
}
.main .cnt {
  position: absolute;
  width: 370px;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .main .cnt {
    width: 300px;
  }
}
.main .video {
  position: relative;
  width: 100%;
  overflow: clip;
}
.main .video:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  height: 80px;
  right: 0;
  bottom: 0;
  z-index: 5;
}
@media (max-width: 767px) {
  .main .video:before {
    height: 65px;
  }
}
.main .video video {
  position: relative;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  width: 101%;
  height: 100%;
  right: 0.5%;
}
.main .flex {
  position: absolute;
  margin: 0 15px;
  gap: 0 10px;
  left: 0;
  right: 0;
  bottom: 48px;
}
@media (max-width: 767px) {
  .main .flex {
    margin: 0 8px;
    gap: 0 5px;
    bottom: 40px;
  }
}
.main .flex p {
  font-size: 12px;
}
@media (max-width: 767px) {
  .main .flex p {
    font-size: 10px;
  }
}
.main .flex a {
  display: block;
  font-size: 12px;
}
@media (max-width: 767px) {
  .main .flex a {
    font-size: 10px;
  }
}
.main .flex a span {
  border-bottom: 1px solid #000;
}
.main .sns {
  position: absolute;
  margin: 0 15px;
  left: 0;
  right: 0;
  bottom: 20px;
}
@media (max-width: 767px) {
  .main .sns {
    margin: 0 10px;
    bottom: 15px;
  }
}
.main .sns ul {
  display: flex;
  gap: 5px;
}
.main .sns ul li a {
  display: block;
  font-size: 12px;
}
@media (max-width: 767px) {
  .main .sns ul li a {
    font-size: 10px;
  }
}
.main .btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.main .btn button {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
}
.main .typing span {
  display: inline-block;
  opacity: 0;
}
.main .typing span.slash {
  margin-left: 5px;
}