<style type="text/css">

@charset "UTF-8";

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

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yuji+Syuku&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(156 164 184);
}

@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;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 60%;
    padding: 3em;
    text-align:center;
    height:100%;
    background: #fff;
    position: relative;
}
@media screen and (max-width:1024px) {
.box{
width: 90%;
padding:0;
}
}


daimei{
    display: block;
    font-size: 20px;
    color: rgb(49 9 91);
    text-align: left;
}

sub{
    margin: -1.5em auto;
    text-align: right;
    display: block;
}

section{
    display:block;
    background: url(top2.jpg) 100% 100%/cover;
background-position: 1% 100%;
    padding: 1em 1em;
    position: relative;
    margin: 2em auto;
    text-align: left;
}
section a{
    display: inline-block;
    margin: 1em auto;
    color: rgb(95 49 144);
    background: #fff;
    padding: 0.5em;
}
section a:hover{
    color: rgb(95 49 144 / 45%);
}



foot a{
    color: rgb(180 165 190);
    font-size:12px;
}
foot a:hover{
    color: rgb(91 78 99);
}
foot {
    font-size:12px;
    display: block;
    color: rgb(205, 194, 212);
    background: rgb(255, 255, 255);
    padding: 1em 0;
    text-align: right;
}

@media screen and (max-width:1024px) {
sub{
margin: 4em 0;
    text-align: right;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}
foot, foot a {
    font-size:10px;
}
section{
margin: 1em auto 2em auto;
}
}







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