@charset "UTF-8";

html {
}
body {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #000;
}
.link{
  transition: .3s;
}
.link:hover{
  opacity: .7;
}
img {
  -webkit-backface-visibility: hidden;
  width: 100%;
  display: block;
}
p {
  text-align: justify;
  word-break: break-all;
}
li { list-style: none; }

#box {
  width: 100%;
  overflow-x: hidden;
}
div, li, a{
  box-sizing: border-box;
}

.contet{
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo{
  width: 300px;
}
