<style type="text/css">

@charset "UTF-8";

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

@import url('https://fonts.googleapis.com/css2?family=Yomogi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa&family=Kaisei+Decol:wght@700&family=Klee+One:wght@600&family=Roboto:wght@100&family=Sawarabi+Mincho&family=Shippori+Antique+B1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa&family=Kaisei+Decol:wght@700&family=Klee+One:wght@400;600&family=Roboto:wght@100&family=Sawarabi+Mincho&family=Shippori+Antique+B1&display=swap');

body {
    font-family: 'Klee One', cursive;
    font-weight: normal;
    letter-spacing: 2px;
    max-width: 100%;
    text-align: justify;
    word-break: break-all;
    font-size: 14px;
    line-height: 180%;
    color: rgb(0, 0, 0);
}
body#top{
    background:#000;
    height:100%;
}
@media screen and (min-width:1024px) {
body#top{
    overflow:hidden;
}
}
@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;
    color:#fff;
    font-family: 'Klee One', cursive;
    font-weight: bold;
}
.section a:hover{
    color: rgb(136, 110, 225);
}
.section#migi a:hover{
    color:orange;
}
foot a:hover{
    color:#000;
}

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


.sec{
    width:100%;
    height:100%;
    position:relative;
}
#bgblue, #bgpiza{
    background: url(blue.jpg) 73%/cover;
    position:absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:100;
}
#bgpiza{
    background: url(pizza.jpg) 75%/cover;
}
.sec#hidari{
}
.sec#migi{
    background: #fff;
    overflow-y:unset;
}



.da{
    z-index:1000;
    right:4.5em;
    text-orientation: upright;
    writing-mode: vertical-rl;
    margin: 0px auto;
    display: block;
    text-align: center;
    color: #fff;
    padding:1em 0 0 0;
    position:absolute;
}
.da#migi{
    left:4.5em;
    right:unset;
}
daimei {
    font-size: 41px;
    font-weight:bold;
}
naname{
    font-size: 22px;
}




.section a, .section#migi a{
    color: rgb(255, 255, 255);
    width:8%;
    display:inline-block;
    padding:0 0 0 0;
}
.section{
    z-index:1000;
    bottom: 15%;
    font-weight:bold;
    font-size:20px;
    margin: 1em 0 0 0;
    width:75%;
    display: block;
    text-align:left;
    padding: 0;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    left:0.5em;
}




footer{
    font-family: 'Shippori Antique B1', sans-serif;
    display:block;
    color: #bfbfbf;
}
foot {
    text-align: center;
    display: block;
    left:0;
    right:0;
    bottom:0;
    padding:1em;
    z-index:1000;
}










/* April*/
/*
#bgblue{
    background: url(piza2.jpg) 0%/cover;
}
#bgpiza{
    background: url(piza1.jpg) 45%/cover;
}
april{
    font-weight: bold;
    color: rgb(255 255 255);
    font-size: 120px;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    text-orientation: upright;
    writing-mode: vertical-rl;
    -webkit-text-stroke: 1px rgb(255 255 255);
    right: 0px;
    left: 0px;
    top: 0;
    justify-content: space-evenly;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    position: fixed;
}
@media screen and (min-width:1024px) {
april{
    z-index:100;
    height:100%;
}
}
@media screen and (max-width:1024px) {
#bgblue{
    background: url(piza2.jpg) 22%/cover;
}
april{
    z-index:10000;
    height:100vh;
    background: #000;
    animation-name: fade-out;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    z-index:10;
  }
}
}
*/
/* これを削って↑を実装する */
april{
    display:none;
}






@media screen and (min-width:1024px) {
    .section#migi{
        left:unset;
        right:0em;
    }
    .sec{
    overflow-y:scroll;
    }
    .sec::-webkit-scrollbar {
        width: 1px;
        height: 3px;
        border-radius:100px;
    }
    .sec::-webkit-scrollbar-thumb {
        background-color: #fff;
        border: solid 1px #fff;
        border-radius:100px;
    }
    .sec::-webkit-scrollbar-track {
        background-color: #fff;
        border-radius:100px;
    }
    .flex{
        display:flex;
        height: 100%;
    }
    .box, .section, foot{
        position:absolute;
    }
}

@media screen and (max-width:1024px) {
    .sec{
        min-height: 100vh;
    }
    .section{
        font-size: 17px;
        margin:0 0 0 0;
        position: absolute;
        top: 35vh;
    }
    .section#migi{
        right: 0.5em;
        left: unset;
        text-align: right;
    }
    .section a, .section#migi a {
        width: 16%;
    }
    .da{
        right: 1.5em;
    }
    .da#migi{
        left: 1.5em;
    }
}

/* Template by Sicknecks for cocobiyo */
</style>



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