body {
    font-family: "Zen Maru Gothic", serif;
    background: -moz-linear-gradient(top, #949495, #fff);
    background: -webkit-linear-gradient(top, #949495, #fff);
    background: linear-gradient(to bottom, #949495, #fff);
    background-repeat: no-repeat;
}
/*@media (min-width: 800px) {*/
.wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.5);
    max-width: 1120px;
    margin: auto;
    padding: 0, 1.5rem;
    font-weight: bold;
}
.menu {
    text-align: center;
    margin: 10px;
}
.menu-now {
    color: #ff4500;
    text-align: center;
    margin: 10px;
}
/*}*/
a {
    text-decoration: none;
}
.link {
    color: black;
}
.containter {
    display: flex;
    flex-direction: column;
    max-width: 1120px;
    width: auto;
    padding: 0, 1.5rem;
}
.item {
    margin-bottom: 10px;
    text-align: center;
}
img.comic {
    max-width: 600px;
    width: 90%;
}

.font {
    font-size: 18px;
    text-align: center;
    color: white;
    /*position: absolute;*/
}
/* .fontffuti {
    font-size: 23px;
    text-align: center;
    //position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-text-stroke: 10px rgb(43, 43, 43);
    } */
p.footer {
    text-align: center;
}
p.footer2 {
    text-align: center;
    color: cadetblue;
}
h3.wavebox {
    text-align: center;
    font-size: 220%;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}
