@charset "utf8";

/* reset */
html,body,div,h1,h2,h3,h4,p,span,ul,li,figure,button {
 margin: 0;
 padding: 0;
 list-style: none;
}

body {
  text-align: center;
}

.main {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  font-family: "A1明朝", "A1 Mincho", "Shippori Mincho", serif;
  letter-spacing: 0.1em; 
  line-height: 1.7;
}

.main > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.main > div > h1,
.main > div > h1 span {
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.5;
}

.w450-br {display: none;}

.main > div > p:first-of-type {font-size: 16px;}
.main > div p a {color: #000;}

.attn {
  margin-top: 10px;
  font-size: 12px;
}

footer {
  padding: 20px 0;
  font-size: 12px;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em; 
}

@media screen and (max-width:450px) {
    
  .main > div > h1 {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.15em;
    line-height: 1.7;
  }
  
  .main > div > h1 span {
    font-size: 20px;
    line-height: 1.5;
  }

.w450-br {display: inline;}
.main > div > p:first-of-type {font-size: 14px;}

}

