html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
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,
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;
  font: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
html,
body {
  width: 100%;
  height: 100%;
  color: #1b1d24;
  font-size: 100%;
  font-family: "Inter", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-wrap: break-word;
  text-align: center;
  background-color: #000;
}
@media (max-width: 1279px) {
  html,
  body {
    background-size: auto;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  -webkit-touch-callout: none;
}
.util_sp {
  display: none !important;
}
@media (max-width: 1024px) {
  .util_sp {
    display: block !important;
  }
}
.util_pc {
  display: block !important;
}
@media (max-width: 1024px) {
  .util_pc {
    display: none !important;
  }
}
@keyframes poyopoyo {
  0%,
  5%,
  15%,
  25%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.home .main{
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 1920px) {
  .home .main{
    max-width: 100vw;
  }
}
@media (max-width: 1024px) {
  .home .main{
    max-width: 100%;
    overflow: auto;
  }
}

.home video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.home .content{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .home .content{
    justify-content: space-between;
    padding: 6.51041667vw 2.6041667vw;
  }
}

.home .detail{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home .logo{
  width: 300px;
  margin-bottom: -50px;
  height: auto;
}
@media (max-width: 1920px) {
  .home .logo{
    width: 15.625vw;
    margin-bottom: -2.6041667vw;
  }
}
@media (max-width: 1024px) {
  .home .logo{
    width: 40vw;
  }
}

.home .txt{
  width: 1020px;
  height: auto;
}
@media (max-width: 1920px) {
  .home .txt{
    width: 48vw;
  }
}
@media (max-width: 1024px) {
  .home .txt{
    width: 86vw;
  }
}

.home .button-box{
  width: 1020px;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1920px) {
  .home .button-box{
    width: 48vw;
    gap: 1.041667vw;
  }
}
@media (max-width: 1024px) {
  .home .button-box{
    width: 86vw;
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}

.home .button-box img{
  width: 100%;
  height: auto;
}

.home .button-box .btn_go {
    -webkit-animation: poyopoyo 4s ease-out infinite;
    animation: poyopoyo 4s ease-out infinite;
}

.home .button-box .btn_member {
    -webkit-animation: poyopoyo 4s ease-out infinite;
    animation: poyopoyo 4s ease-out infinite;
    animation-delay: 1s;
}

.home .button-box .btn_advertising {
    -webkit-animation: poyopoyo 4s ease-out infinite;
    animation: poyopoyo 4s ease-out infinite;
    animation-delay: 2s;
}


