body {
    background-color: #fff9e7;
}

body::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -48%;
    width: 216%;
    height: 216%;
    background-image: url(https://support.enetshop.jp/iiinecko/images/lp/yawatomo_room/bg_ham.svg);
    background-size: 140px;
    background-repeat: repeat;
    transform: rotate(45deg);
    position: fixed;
    z-index: -1;
    opacity: 0.3;
}

#post .title {
    display: flex;
    flex-direction: column;
    align-items: center;

}

#post h2 {
    font-size: 8vw;
    font-weight: 900;
    text-align: center;
}

.comicinner {
    width: 97%;
    margin: 0 auto;
}

.day {
    text-align: center;
    width: 100%;
    margin: 0% auto 2%;
}

img {
    width: 100%;
}

.block {
    margin-bottom: 0;
    background-color: #f1f4f900;
    backdrop-filter: blur(0px);
    color: #101010;
    padding: 10px;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
}


/* 商品、回遊周り */
.item.yawatomo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2%;
    background-color: #ffffff;
    border-radius: 13px;
    padding: 3%;
    width: 93%;
    margin: 0 auto;
    border: solid 2px #000000;
    box-shadow: 4px 4px 0px;
    position: relative;
    margin: 3% auto;
}

.finger {
    position: absolute;
    width: 39%;
    top: 43%;
    animation: finger 1s ease-in-out infinite;
}

@keyframes finger {

    0%,
    100% {
        transform: translate(0, 0);

    }

    50% {
        transform: translate(12px, 12px);
    }
}

.item.yawatomo dd {
    width: 50%;
}

.item.yawatomo h4 {
    font-size: 5vw;
    text-align: center;
}

.clicktop {
    text-align: center;
    font-size: 4vw;
    border-bottom: #000 solid 2px;
    padding-bottom: 8px;
    width: 46%;
    margin: 0 auto;
}


#toc1 .other {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    flex-direction: row;
    width: 85%;
    margin: 0 auto;
}

#toc1 .other a {
    width: calc(98% / 2);
    display: block;
    margin: 0 auto;
}



/* 犬総動員 */
.staff {
    display: flex;
    align-items: center;
    width: 93%;
    margin: 4% auto;
    background-color: #ffffff;
    padding: 3%;
    border-radius: 12px;
    gap: 3%;
}

.staff .icon {
    width: 50%;
}


/* ページネーション */
#pagination {
    margin: 7% auto;
}

.pagination {
    color: #88b59c;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 95%;
    margin: 0 auto;
    align-items: flex-end;
    justify-content: center;
}

#pagination a {
    padding: 2%;
    border: 1px solid #88b59c;
    text-decoration: none;
    color: #88b59c;
    text-align: center;
    border-radius: 72px;
    width: 11%;
    font-size: 4vw;
}

#pagination a.active {
    border: 1px solid #468d6000;
    color: #468d60;
    font-weight: bold;
    background-color: #b9d3c3;
}