@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');

html {
  font-family: "Shippori Mincho", serif;
  font-size: 62.5%;
  font-weight: 400;
}

body {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: .1em;
  overflow-x: hidden;
  color: #bca475;
}

a {
  text-decoration: none;
  color: #fff;
}
.link{
  transition: .3s;
}
.link:hover{
  opacity: .7;
}

img {
  backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
  width: 100%;
  display: block;
}

p {
  text-align: center;
  word-break: break-all;
}

li {
  list-style: none;
}

div {
  box-sizing: border-box;
}

#box {
  width: 100%;
  overflow-x: hidden;
}
.content{
  width: 90%;
  min-height: 100vh;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo{
  width: 180px;
}
.copy{
  margin: 34px 0 28px;
}
.text{
  margin: 45px 0 0;
  line-height: 1.6666;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 2rem;
  }
}
