
@font-face {
    font-family: 'zm-b';
    src: url('./font/ZenMaruGothic-Bold.woff2') format('woff');
}
@font-face {
    font-family: 'zm-m';
    src: url('./font/ZenMaruGothic-Medium.woff2') format('woff');
}
@font-face {
    font-family: 'zm-r';
    src: url('./font/ZenMaruGothic-Regular.woff2') format('woff');
}


*{
  list-style: none;
  margin: 0;
  padding: 0;
}

html,body {
    margin: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    background-color: #fff;
    font-family: 'zm-m';
    color: #94682C;
    user-select: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none; 
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 28px;
    text-align: center;
}

body{
    background-image: url('../img/bg.png');
    background-position: center 50px;
    background-size: 461px;
    background-repeat : no-repeat;
}

header{
    width:375px;
    height:150px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;

}
header h1{
    text-align: left;
}
header h1 img{
    width:180px;
    margin-left: 16px;
    fill: #94682C;
}


p{
    margin-bottom: 24px;
}
section.story{
    margin-bottom: 60px;
}
section.story{
    color: #FFF;
}
section.story a{
    display: inline-block;
    /* background-color: #333; */
    text-decoration: none;
    /* transition: 0.4s; */
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 76px;
    font-family: 'zm-m';
    border-radius: 50%;
    text-align: center;
    border: 1px solid #FFF;
}
section.story a:hover{
    background-color: #FFF;
    color: #94682C;

}

section.info p{
    padding: 20px;
    font-size: 10px;
    line-height: 16px;
    color: #000;
}

footer{
    padding: 1.8em;
}



