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;
    width: 18%;
    align-items: center;
    justify-content: flex-end;
}

#post h2 {
    font-size: 2vw;
    font-weight: 900;
    text-align: center;
}

.day {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #131313a4;
    margin-bottom: 12px;
}

img {
    width: 100%;
}

.block {
    margin-bottom: 0;
}

.comicflex {
    display: flex;
    gap: 28px;
    justify-content: center;
}

.comicflex .other {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    flex-direction: row;
    width: 85%;
}

.comicflex .other a {
    width: calc(98% / 2);
    display: block;
    margin: 0 auto;
}

.comicinner {
    width: 23%;
}


/* 商品、回遊周り */
.item.yawatomo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2%;
    background-color: #ffffff;
    border-radius: 13px;
    padding: 3%;
    margin: 0 auto;
    border: solid 2px #000000;
    box-shadow: 4px 4px 0px;
    position: relative;
    margin: 19px auto;
}

.finger {
    position: absolute;
    width: 39%;
    top: 43%;
    animation: finger 1s ease-in-out infinite;
    left: 70%;
}

@keyframes finger {

    0%,
    100% {
        transform: translate(0, 0);

    }

    50% {
        transform: translate(12px, 12px);
    }
}

.item.yawatomo dd {
    width: 40%;
}

.item.yawatomo h4 {
    font-size: 0.8vw;
    text-align: center;
    font-weight: 700;
}

.clicktop {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 8px;
    width: 14%;
    margin: 1% auto;
    display: block;
    border-bottom: 3px #000 solid;
}


/* 犬総動員 */
.staff {
    display: flex;
    align-items: center;
    margin: 11px 0;
    background-color: #ffffff;
    padding: 3%;
    border-radius: 12px;
    gap: 3%;
}

.staff .icon {
    width: 50%;
}

/* ------------- */
/* 回遊・共通部分 */
/* ------------- */

/* スタッフ、店舗iframe */
.framestaff,
.frameshoping {
    width: 61%;
    margin: 2% auto;
}

#staff .readmore {
    color: #131313;
    border-radius: 30px;
    font-weight: 900;
    border: solid 2px #131313;
    text-align: center;
    padding: 0px;
    font-size: 3vw;
    width: 41%;
    margin: 12px 11px;
    position: absolute;
    right: 0;
    transition: 0.3s;
}

#staff .readmore:hover {
    color: #fff;
    border: solid 2px #131313;
    background-color: #131313;
}



/* ページネーション */
#pagination {
    margin: 2% auto 0;
}

.pagination {
    color: #88b59c;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 44%;
    margin: 0 auto;
    align-items: flex-end;
    justify-content: center;
    font-size: 27px;
}

#pagination a {
        padding: 1%;
        border: 1px solid #88b59c;
        text-decoration: none;
        color: #88b59c;
        text-align: center;
        border-radius: 72px;
        width: 6%;
        font-size: 20px;
        font-weight: 700;
    }


#pagination a.active {
    border: 1px solid #468d6000;
    color: #468d60;
    font-weight: bold;
    background-color: #b9d3c3;
}