<style type="text/css">

@charset "UTF-8";

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

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

body {
    font-family: 'Shippori Mincho', serif;
    font-weight: normal;
    letter-spacing: 2px;
    max-width: 100%;
    text-align: justify;
    word-break: break-all;
    font-size: 15px;
    line-height: 180%;
    color: rgb(164, 164, 164);
}

@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;
}

/* メインページボックス */
.box{
    display:block;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 78%;
    padding: 3em;
    text-align:center;
    height:100%;
}
@media screen and (max-width:1024px) {
.box{
    width: 90%;
    padding:0;
}
}

/* top haikei */
#bgtop, #bgtop2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
}
#bgtop {
    background: url(top.jpg) 50% 65%/cover;
}
#bgtop2 {
    background: url(top2.jpg) 100% bottom/cover;
    width: 100%;
    background-position: -64px 100%;
}




daimei{
    display:block;
    text-align:center;
    font-size: 20px;
    color:#fff;
    margin: 2em auto;
}

section{
    display:block;
    margin: 3em auto;
}
section a, a#top{
    display:inline-block;
    margin: 1em auto;
    color: rgb(230 215 246);
}
section a:hover{
    color: rgb(175 119 181);
}


footer{
    display:block;
    text-align:right;
    color: #a4a4a4;
}
footer a, a#top:hover{
    color:rgb(116 112 107);
}
footer a:hover{
    color:rgb(92 87 82);
}

foot {
    right: 0;
    left: 0;
    position: absolute;
    bottom: 0;
}






/* 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>