body{
  margin: 0;
  background: #ffffff;
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.container{
  max-width: 720px;
  margin: 0 auto;
  padding: 120px 24px;
  text-align: center;
}

.logo{
  display:block;
  width:560px;
  max-width:92vw;
  height:auto;
  margin:20px auto 60px;
}

.concept{
  font-size:26px;
  font-weight:600;
  letter-spacing:0.02em;
  line-height:1.5;
  margin:0 0 40px;
}
.concept span{
  font-weight: 400;
  font-size: 18px;
  display: block;
  margin-top: 8px;
}

.micro{
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #777;
  margin: -20px 0 60px;
}

.statement{
  max-width: 520px;
  margin: 0 auto 0;
  font-size: 15px;
  line-height: 2;
  color: #555;
}

.rule{
  width: 72px;
  height: 1px;
  background: #000;
  opacity: 0.15;
  margin: 120px auto 0;
}

.founder,
.contact{
  margin-top: 120px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.founder h2,
.contact h2{
  font-size: 14px;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}

.founder p,
.contact p{
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #555;
}

.contact a{
  display: inline-block;
  margin-top: 16px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,.6);
  padding-bottom: 3px;
}

a{
  transition: opacity .2s ease;
}
a:hover{
  opacity: .6;
}

.instagram{
  text-decoration: none;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  margin-top: 120px;
  display: inline-block;
}
