<style type="text/css">

@charset "UTF-8";

@font-face {
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Yomogi&display=swap');

body {
    font-family: 'Yomogi', cursive;
    font-weight: normal;
    letter-spacing: 2px;
    max-width: 100%;
    text-align: justify;
    word-break: break-all;
    font-size: 16px;
    line-height: 180%;
    color: rgb(0, 0, 0);
}

@media screen and (max-width:1024px) {
body {
font-size: 13px;
line-height: 200%;
}
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.box a{
    text-decoration: none;
    text-align: center;
}

.flex{
    justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    }

/* メインページボックス */
.box{
    display:block;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 70%;
    padding: 3em;
    text-align: right;
    height: auto;
}




daimei {
    text-align: center;
    font-size: 45px;
    color: rgb(0, 0, 0);
    text-orientation: upright;
    writing-mode: vertical-rl;
    position: fixed;
    text-align-last: justify;
    height: 60%;
    margin: 0 auto;
    top: 3em;
}

.section{
    display:block;
    margin: 3em auto;
    color:#676767;
}
.section#bun{
    width: 70%;
}
.section a, a#top{
    display:inline-block;
    margin: 1em auto;
    color: #74C14D;
    font-weight:bold;
}
.section a:hover{
        color: #285b0f;
}

foot {
    text-align: left;
    display: block;
}
footer{
    display:block;
    color: #bfbfbf;
}
footer a, a#top:hover{
    color:rgb(134, 132, 128);
}
footer a:hover{
    color:rgb(0, 0, 0);
}




@media screen and (max-width:1024px) {
    .box{
        width: 90%;
        padding: 1em 0;
    }
    .section{
        margin: 3em 0;
    font-size: 9px;
    }
    daimei{
    right: 1em;
    top: 2em;
    }
.section#bun a {
    font-size: 14px;
}
}







/* Templated by Shicknecks for cocobiyo. Forbidden to used by other anyone. */
</style>



<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>