:root {
    --inner__pdding: 10px;
}

@media screen and (max-width:420px) {
    :root {
        --inner__pdding: 5px;
    }
}

body {
    line-height: 1.7;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    /* opacity: 0; */
}

.cat__inner--outer {
    padding: 5px;
}

.cat__inner {
    /* padding: 5px; */
    background-color: #FFF444;
    border-radius: 20px;
}

.l-inner {
    max-width: 600px;
    margin: auto;
    padding: var(--inner__pdding);
}

.card__title {

    font-size: clamp(12px, calc((22/ 600)*100vw), 22px);
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.c-card {
    border: 2px solid;
    border-radius: 20px;
    background: #fff;
    padding: 10px;
}

.section__heading {

    font-size: clamp(12px, calc((30/ 600)*100vw), 30px);
    text-align: center;
    font-weight: bold;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 10px;
}

.card__body img {
    border-radius: 10px;
}

.section__heading:before,
.section__heading:after {
    content: "";
    aspect-ratio: 250 / 76;
    background-image: url(../../static/images/222/niku_ashiato2.png);
    background-size: contain;
    width: clamp(12px, calc((100/ 600)*100vw), 100px);
    display: block;
    background-repeat: no-repeat;
    background-position: center;

}

.catIndexOther__item {
    display: flex;
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    align-items: center;
    border: 2px solid;
    gap: 10px;
}

.catIndexOther__item img {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 10px;
}

.catIndexOther__title {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px dashed;
    margin-bottom: 5px;
    padding-bottom: 5px;
    line-height: 1.3;
}

.catIndexOther__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card__sub {
    font-size: 16px;
}

.catIndexNew,
.catIndexRecommend {
    margin-bottom: 20px;
}

.catIndexOther__description {
    font-size: 12px;
}

.catIndexOther__description {
    font-size: 12px;
}

.c-card {
    position: relative;
}

.catIndexNew .c-card:after {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../../static/images/222/neko2.png);
    aspect-ratio: 192 / 157;
    width: clamp(12px, calc((150/ 600)*100vw), 150px);
    top: -30px;
    right: -10px;
    background-size: contain;
}

.catIndexRecommend .c-card:after {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../../static/images/222/neko3.png);
    aspect-ratio: 373 / 276;
    width: clamp(12px, calc((150 / 600) * 100vw), 150px);
    bottom: 0px;
    left: -10px;
    background-size: contain;
    transform: translateY(50%);
}

.neko_footer {
    text-align: center;
}

.footer_image {
    aspect-ratio: 418/255;
    width: 20%;
    margin: auto;
}

.neko_footer {
    text-align: center;
    padding: 30px 0;
}

.catIndexOther__check {
    font-size: 12px;
    display: inline-block;
    background: red;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}

.catIndexOther__check--outer {
    display: flex;
    justify-content: flex-end;
}

.catIndexOther__check:after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSIyNHB4IiBmaWxsPSIjZmZmIj48cGF0aCBkPSJtNDgwLTM2MCAxNjAtMTYwSDMyMGwxNjAgMTYwWm0wIDI4MHEtODMgMC0xNTYtMzEuNVQxOTctMTk3cS01NC01NC04NS41LTEyN1Q4MC00ODBxMC04MyAzMS41LTE1NlQxOTctNzYzcTU0LTU0IDEyNy04NS41VDQ4MC04ODBxODMgMCAxNTYgMzEuNVQ3NjMtNzYzcTU0IDU0IDg1LjUgMTI3VDg4MC00ODBxMCA4My0zMS41IDE1NlQ3NjMtMTk3cS01NCA1NC0xMjcgODUuNVQ0ODAtODBaIi8+PC9zdmc+");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    rotate: -90deg;
}

.card__description {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    margin-top: 5px;
    border-top: 1px dashed;
    padding-top: 5px;
}


.result__sharebox {
    display: flex;
    justify-content: center;
    align-items: center;

    gap: 20px;
}

@media screen and (max-width: 500px) {
    .result__sharebox {
        flex-direction: column;
    }
}

.redirect_share_group-body {
    display: flex;
    gap: 20px;
}

.redirext_share_item {
    text-decoration: none;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    overflow: hidden;
    padding: 10px;
}

.result__sharebtns {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.result__sharebtns img {
    width: 30px;
    height: auto;
}

.redirext_share_x {
    background-color: #000;
}

.redirect_share_line {
    background-color: #26ad36;
}

.redirect_share_facebook {
    background-color: #0766ff;
}

.result__share {
    position: relative;
}

.result__share:after {
    background-image: url(../../static/images/license/deco_ribbon2.webp);
    content: "";
    width: 60px;
    aspect-ratio: 479/328;
    background-size: cover;

    left: 0;
    margin: auto;
    z-index: 5;
    bottom: -5px;
    position: absolute;
    animation: float 4s ease-in-out infinite;
}

.index__share {
    margin-top: 30px;
}

.pankuz.inner_box {
    font-size: 10px;
}