@charset "utf-8";
/* ------------------------------
    共通パーツ
------------------------------ */
*{
    margin: 0;
    padding: 0;
}
html { 
    font-size: 62.5%; 
}
body{
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    /* background-color: #fff5ea; */
    color: #788995;
}
p{
    letter-spacing: 0.1em;
}
a{
    text-decoration: none;
}
.strong{
    font-weight: 500;
}
.flex_box{
    display: flex;
    align-items: center;
}

.poster{
    width: 100%;
}