<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.block-btn {
    margin: 45px 0 0;
    width: 100%;
    max-width: 359px;
}
.block-btn a {
    background: #151515;
    border: 2px solid #000;
    border-radius: 6px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    height: 69px;
    position: relative;
    transition-duration: .3s;
}
.block-btn a:hover {
    background: #fff;
    color: #000;
    opacity: 1;
}
.block-btn a::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: '';
    display: inline-block;
    height: 4px;
    margin: 0 0 0 15px;
    position: relative;
    top: 2px;
    transition-duration: .3s;
    transform: rotate(45deg);
    width: 4px;
}
.block-btn a:hover::after {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .block-btn a {
        font-size: 14px;
        height: 50px;
    }
}

/* box arrow */
.box-arrow {
    background: #151515;
    border: 1px solid #151515;
    height: 75px;
    margin: auto;
    position: absolute;
    left: -35px;
    top: 0;
    bottom: 0;
    transition-duration: .3s;
    width: 70px;
}
.news-item a:hover .box-arrow,
.newitem-card a:hover .box-arrow {
    background: #fff;
    opacity: 1;
}
.box-arrow::before {
    background: #fff;
    content: "";
    display: inline-block;
    height: 1px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
}
.box-arrow::after {
    border: 1px solid #fff;
    border-left: 0;
    border-bottom: 0;
    content: '';
    height: 6px;
    margin: auto;
    position: absolute;
    top: 7px;
    bottom: 0;
    right: -11px;
    left: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    width: 6px;
}
.news-item a:hover .box-arrow::before,
.newitem-card a:hover .box-arrow::before {
    background: #151515;
}.news-item a:hover .box-arrow::after,
.newitem-card a:hover .box-arrow::after {
    border: 1px solid #151515;
    border-left: 0;
    border-bottom: 0;
}
@media screen and (max-width: 968px) {
    .box-arrow {
        height: 60px;
        left: -30px;
        width: 60px;
    }
}
@media screen and (max-width: 768px) {
    .box-arrow {
        height: 50px;
        left: -25px;
        width: 50px;
    }
}

/* fv */
.fv {
    background: url(https://www.tokiwa-style.com/design/TOKIWASTYLE/CODE0000000001.gif) no-repeat;
    background-position: center;
    background-size: cover;
    height: 497px;
    width: 100%;
}
.fv-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    width: 92%;
    max-width: var(--main-column);
}
.fv-ttl {
    margin: 0 0 20px;
}
.fv-ttl .fv-ttl__value {
    color: #000;
    font-size: 32px;
    font-weight: 400;
}
.fv-ttl .fv-ttl__value span {
    border-bottom: 2px solid #000;
    color: #000;
    display: block;
    font-family: var(--ft-en);
    font-size: 62px;
    font-weight: 400;
    margin: 0 15px 10px 0;
    padding: 0 0 10px;
    text-transform: capitalize;
    width: 100%;
    max-width: max-content;
}
.fv-item {
    width: 100%;
}
@media screen and (max-width: 968px) {
    .fv {
        height: 400px;
    }
    .fv-ttl .fv-ttl__value {
        font-size: 24px;
    }
    .fv-ttl .fv-ttl__value span {
        font-size: 42px;
    }
}
@media screen and (max-width: 768px) {
    .fv {
        /* height: 360px; */
        height: 240px;
    }
    .fv-ttl .fv-ttl__value {
        font-size: 18px;
    }
    .fv-ttl .fv-ttl__value span {
        font-size: 32px;
    }
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px;
}
.breadcrumb-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.breadcrumb-item,
.breadcrumb-item a,
.breadcrumb-item span {
    color: #000;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    max-width: max-content;
}
.breadcrumb-item:not(:last-child)::after {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    content: '';
    display: inline-block;
    height: 6px;
    margin: 0 10px 0 6px;
    position: relative;
    bottom: 4px;
    transition-duration: .3s;
    transform: rotate(45deg);
    width: 6px;
}
@media screen and (max-width: 968px) {
    .breadcrumb-item,
    .breadcrumb-item a,
    .breadcrumb-item span {
        font-size: 18px;
    }
    .breadcrumb-item:not(:last-child)::after {
        height: 5px;
        bottom: 3px;
        width: 5px;
    }
}
@media screen and (max-width: 768px) {
    .breadcrumb-inner {
        overflow: hidden;
        width: 100%;
    }
    .breadcrumb-rows {
        overflow-x: auto;
        width: 100%;
        max-width: max-content;
    }
    .breadcrumb-row {
        width: max-content;
    }
    .breadcrumb-item,
    .breadcrumb-item a,
    .breadcrumb-item span {
        font-size: 14px;
    }
    .breadcrumb-item:not(:last-child)::after {
        bottom: 2px;
    }
}

.block-head {
    margin: 0 0 25px;
}
.block-head__ttl.pt3 {
    border-bottom: 2px solid #ccc;
    padding: 0 0 5px;
    position: relative;
}
.block-head__ttl.pt3::after {
    background: #000;
    content: "";
    display: inline-block;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 15%;
}
.block-head__ttl.pt3 .head-ttl {
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    .block-head {
        margin: 0 0 20px;
    }
    .block-head__ttl.pt3::after {
        width: 25%;
    }
    .block-head__ttl.pt3 .head-ttl {
        font-size: 18px;
    }
}
/* icon */
.icon-newarrival {
    background: #000;
}
.icon-recommend {
    background: #000;
}
.icon-sale {
    background: #bf0000;
}

/* pagination */
.pagination {
    margin: 45px 0 0;
}
.total-count {
    margin: 0 0 10px;
    text-align: center;
}
.total-count,
.total-count span {
    color: #535353;
    font-size: 12px;
}
.pagination-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.pagination-prev.disabled a,
.pagination-prev.disabled span,
.pagination-next.disabled a,
.pagination-next.disabled span {
    pointer-events: none;
}
.pagination-item a.active {
    background: #3E3E3E;
    pointer-events: none;
}
.pagination-prev span,
.pagination-next span {
    line-height: 0;
}
.pagination-prev span img {
    transform: rotate(-180deg);
}
.pagination-item a,
.pagination-item span {
    color: #151515;
    font-size: 20px;
}
.pagination-item a,
.pagination-prev a,
.pagination-next a {
    border: 1px solid #3E3E3E;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination-item a {
    height: 70px;
    width: 70px;
}
.pagination-prev a,
.pagination-next a {
    height: 50px;
    width: 50px;
}
.pagination-item a.active span {
    color: #fff;
}
@media screen and (max-width: 968px) {
    .pagination-item a {
        height: 50px;
        width: 50px;
    }
    .pagination-prev a,
    .pagination-next a {
        height: 40px;
        width: 40px;
    }
    .pagination-item a,
    .pagination-item span {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .pagination-item a {
        height: 40px;
        width: 40px;
    }
    .pagination-prev a,
    .pagination-next a {
        height: 30px;
        width: 30px;
    }
    .pagination-item a,
    .pagination-item span {
        font-size: 15px;
    }
}

/* history */
.products-history {
    margin: 85px 0 0;
}
@media screen and (max-width: 968px) {
    .products-history {
        margin: 65px 0 0;
    }
}
@media screen and (max-width: 768px) {
    .products-history {
        margin: 45px 0 0;
    }
}

.products-cards {
    display: grid;
    gap: 15px;
}
.products-cards {
    grid-template-columns: repeat(4, 1fr);
}
.products-card a {
    display: block;
    height: 100%;
    padding: 0 0 30px;
    position: relative;
}
.products-card.sale a {
    padding-bottom: 50px;
}
.category-item__text.products-card__text {
    padding: 15px 0 0;
}
p.category-item__ttl.products-card__ttl {
    font-size: 20px;
    margin: 0 0 2px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.category-item__icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
}
.category-item__icon {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    padding: 2px 5px;
    width: 100%;
    max-width: max-content;
}
.category-item__pricevalue {
    position: absolute;
    left: 0;
    bottom: 0;
}
.category-item__price.products-card__price.compare {
    position: relative;
    width: 100%;
    max-width: max-content;
}
.category-item__price.products-card__price.compare::after {
    background: #000;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 0;
    width: 100%;
}
.products-card__price .price {
    font-size: 18px;
    font-weight: 600;
}
.category-item__price.products-card__price.compare .price {
    font-size: 14px;
}
.products-card__price .yen,
.products-card__price .tax {
    font-size: 18px;
    font-weight: 600;
}
.category-item__price.products-card__price.compare .yen,
.category-item__price.products-card__price.compare .tax {
    font-size: 11px;
}
.tag {
    color: #fff;
    font-size: 14px;
    padding: 2px 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.tag-salerate {
    background: #bf0000;
}
.tag-soldout {
    background: #000;
}
@media screen and (max-width: 968px) {
    .products-cards {
        grid-template-columns: repeat(4, 1fr);
    }
    p.category-item__ttl.products-card__ttl {
        font-size: 18px;
    }
    .products-card__price .price {
        font-size: 16px;
    }
    .products-card__price .yen,
    .products-card__price .tax {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .products-cards {
        grid-template-columns: repeat(3, 1fr);
    }
    p.category-item__ttl.products-card__ttl {
        font-size: 16px;
    }
    .products-card__price .price {
        font-size: 14px;
    }
    .products-card__price .yen,
    .products-card__price .tax {
        font-size: 14px;
    }
}
@media screen and (max-width: 568px) {
    .products-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

.common-block__head {
    margin: 0 0 45px;
    text-align: center;
}
.common-block__head h2 {
    color: #151515;
    font-size: 30px;
    font-weight: 500;
}
@media screen and (max-width: 968px) {
    .common-block__head {
        margin: 0 0 35px;
    }
    .common-block__head h2 {
        font-size: 26px;
    }
}
@media screen and (max-width: 768px) {
    .common-block__head {
        margin: 0 0 25px;
    }
    .common-block__head h2 {
        font-size: 21px;
    }
}</pre></body></html>