<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.search-word {
    font-size: 16px;
    margin: 10px 0 0;
}

.main-flex {
    margin: 0 auto;
    padding: 100px 0;
    width: 95%;
    max-width: var(--main-column);
}
@media screen and (max-width: 968px) {
    .main-flex {
        padding: 65px 0;
    }
}
@media screen and (max-width: 768px) {
    .main-flex {
        padding: 45px 0;
    }
}

/* sort */
.category-information {
    margin: 0 0 35px;
}
.category-information__body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.category-information__count {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}
.category-information__count span {
    font-size: 23px;
    font-weight: 600;
}
.category-information__sort {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff;
    background-image: url(https://gigaplus.makeshop.jp/maketpl/images/icon-arrow.png);
    background-position: right 15px center;
    background-size: 12px;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    margin-left: 15px;
    outline: none;
    padding: 10px 20px 10px 10px;
    width: 145px;
}

/* child category */
.child-category {
    background: #3E3E3E;
    margin: 0 0 85px;
    padding: 50px 0;
}
.child-category__head {
    margin: 0 0 25px;
    text-align: center;
}
.child-category__head h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}
.child-category__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin: 0 auto;
    width: 95%;
    max-width: 990px;
}
.child-category__list li a {
    border: 1px solid #fff;
    display: block;
    padding: 8px 10px;
    position: relative;
    text-align: center;
}
.child-category__list li.active a {
    background: #151515;
    border: 1px solid #151515;
}
.child-category__list li a span {
    display: block;
    text-align: center;
}
.child-category__list li a .en {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.child-category__list li a .ja {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
@media screen and (max-width: 968px) {
    .child-category {
        margin: 0 0 65px;
        padding: 30px 0;
    }
    .child-category__head h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .child-category {
        margin: 0 0 45px;
        padding: 25px 0;
    }
    .child-category__head h2 {
        font-size: 18px;
    }
    .child-category__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .child-category__list li a p {
        font-size: 16px;
    }
    .child-category__list li a .en {
        font-size: 16px;
    }
    .child-category__list li a .ja {
        font-size: 12px;
    }
}
@media screen and (max-width: 568px) {
    .child-category__list li a .en {
        font-size: 14px;
    }
}</pre></body></html>