@font-face {
    font-family: '4Regular';
    src: url(../fonts/Freesentation-4Regular.ttf) format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: '5Medium';
    src: url(../fonts/Freesentation-5Medium.ttf) format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: '6SemiBold';
    src: url(../fonts/Freesentation-6SemiBold.ttf) format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: '7Bold';
    src: url(../fonts/Freesentation-7Bold.ttf) format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: '8ExtraBold';
    src: url(../fonts/Freesentation-8ExtraBold.ttf) format('woff2');
    font-weight: 400;
    font-style: normal;
}

#wrap  * {
    font-family: "4Regular";
}
header{
    display: flex;
    justify-content: center;
}

header a{
    width: 210px;
    display: flex;
    padding: 1.5rem;
}
header a img{ 
    width: 100%;
}
.top_button_wrap {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}
.top_button {
    display: inline-flex;
    text-align: right;
    padding: 10px;
    background-color: #05a69e;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}
.top_button img{
    width: 100%;
}
.top_button_wrap {
    display: none !important;
}
@media screen and (max-width: 767px) {
    header a {
        width: 155px;
    }
    .top_button_wrap {
        display: block !important;
    }
}