<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-flex {
    margin: 0 auto;
    padding: 100px 0;
    width: 95%;
    max-width: var(--main-column);
}
.products {
    margin: 0 auto;
    width: 100%;
}
.products-flex {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.products-images {
    margin-right: 50px;
    overflow: hidden;
    width: 623px;
}
.products-order {
    width: 480px;
}
.products-main__slider {
    position: relative;
}
.products-thumb__slider {
    margin: 25px 0 0;
}
.products-image__item {
    line-height: 0;
}
.products-image__item img {
    height: 100%;
    width: 100%;
}
.swiper-wrapper {
    height: auto;
}
.products-main__slider .products-image__item {
    height: 300px;
}
.products-thumb__slider .products-image__item {
    height: 65px;
    width: 65px;
}
.products-image__item img {
    object-fit: contain;
    object-position: center;
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 1268px) {
    .products-images {
        width: calc(100% - 530px);
    }
    .products-order {
        width: 480px;
    }
}
@media screen and (max-width: 968px) {
    .main-flex {
        padding: 65px 0;
    }
    .products-images {
        width: calc(100% - 365px);
    }
    .products-order {
        width: 315px;
    }
}
@media screen and (max-width: 768px) {
    .main-flex {
        padding: 45px 0;
    }
    .products-images {
        margin: 0 0 25px;
        width: 100%;
    }
    .products-order {
        width: 100%;
    }
}

.products-ttl {
    margin: 0 0 10px;
}
.products-ttl h1 {
    color: #151515;
    font-size: 40px;
    font-weight: 400;
}
.products-ttl__icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin: 8px 0 0;
}
.products-ttl__icon {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 8px;
}

.products-description {
    margin: 35px 0 0;
}
.products-description p {
    color: #151515;
    font-size: 16px;
    line-height: 1.8em;
}

.products-sell-text {
    margin: 0 0 20px;
}
.products-sell-text p {
    color: #4d4d4d;
    font-size: 14px;
}

.cart-add-btn {
    margin: 25px 0 0;
}

.products-quantity {
    margin: 0 0 20px;
}
.products-quantity dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.products-quantity dl dt {
    color: #151515;
    font-size: 14px;
    width: 50px;
}
.products-quantity dl dd {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: calc(100% - 50px);
}
.products-quantity__input select {
    appearance: none;
    background: #fff;
    background-image: url(https://gigaplus.makeshop.jp/TOKIWASTYLE/images/icon-polygon.svg);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 9px 9px;
    border: 0;
    border-bottom: 1px solid #151515;
    color: #151515;
    display: block;
    font-size: 16px;
    margin-right: 10px;
    outline: none;
    padding: 10px 10px;
    text-align: center;
    width: 75px;
}
.products-quantity__btn {
    background: #eee;
    color: #585858;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    height: 28px;
    margin: auto 0;
    width: 28px;
}
.products-quantity__btn.plus {
    margin-right: 5px;
}
.products-quantity__btn.disabled {
    color: #ccc;
}

.cart-btn__wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 35px 0 0;
}
.add-btn {
    width: 321px;
}
.add-btn a,
.sku-add-btn a {
    background: #151515;
    border: 2px solid #151515;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 10px;
    transition-duration: .3s;
    text-align: center;
    width: 100%;
}
.add-btn a:hover,
.sku-add-btn a:hover {
    background: #fff;
    color: #151515;
    opacity: 1;
}
.sku-add-btn a {
    margin: 0 auto;
    padding: 5px 10px;
    max-width: 130px;
}
.sold-btn.outstock.on,
.outstock-btn.outstock.on {
    width: 100%;
}
.sold-btn.outstock.on a,
.outstock-btn.outstock p {
    background: #323232;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 4px;
    text-align: center;
    width: 100%;
    max-width: 300px;
}

.products-action__btn {
    margin: 25px 0 25px;
}
.action-btn:not(:last-child) {
    margin: 0 0 8px;
}
.favorite-btn {
    background: #DBDBDB;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    margin-left: 20px;
    width: 55px;
}
.favorite-btn::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 20px;
    width: 23px;
}
.favorite-btn.favorite-on::before {
    background-image: url(https://gigaplus.makeshop.jp/TOKIWASTYLE/images/icon-heart-on.svg);
}
.favorite-btn.favorite-off::before {
    background-image: url(https://gigaplus.makeshop.jp/TOKIWASTYLE/images/icon-heart.svg);
}
.product-contact-btn {
    margin: 25px 0 0;
    width: 321px;
}
.product-contact-btn a {
    background: #DBDBDB;
    border-radius: 6px;
    color: #151515;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 10px;
    width: 100%;
}
.product-contact-btn a::before {
    background: url(https://gigaplus.makeshop.jp/TOKIWASTYLE/images/icon-contact.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 16px;
    margin-right: 10px;
    width: 19px;
}
@media screen and (max-width: 968px) {
    .products-ttl h1 {
        font-size: 26px;
    }
}
@media screen and (max-width: 768px) {
    .add-btn {
        width: calc(100% - 65px);
    }
    .favorite-btn {
        margin-left: 15px;
    }
    .product-contact-btn {
        width: 100%;
    }
    .add-btn a,
    .sku-add-btn a {
        font-size: 14px;
    }
}
.off {
    display: none;
}

.option-area {
    margin: 0 0 25px;
}
.makeshop-option-wrap {
    width: 100%;
    max-width: 350px;
}
.makeshop-option-wrap:not(:last-child) {
    margin: 0 0 15px;
}
.makeshop-option-label {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
}
.makeshop-option-select {
    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-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    outline: none;
    padding: 10px;
    width: 100%;
}

.cart-add-btn table {
    border-collapse: collapse;
    width: 100%;
}
.cart-add-btn table tr {
    border-bottom: 1px solid #ccc;
}
.cart-add-btn table tr th,
.cart-add-btn table tr td {
    font-size: 12px;
    padding: 10px;
    text-align: center;
}

.cart-add-btn table.col4 tr th:nth-child(3),
.cart-add-btn table.col4 tr td:nth-child(3),
.cart-add-btn table.col5 tr th:nth-child(4),
.cart-add-btn table.col5 tr td:nth-child(4) {
    padding: 10px 0;
    text-align: center;
    width: 120px;
}
.cart-add-btn table.col4 tr th:nth-child(4),
.cart-add-btn table.col4 tr td:nth-child(4),
.cart-add-btn table.col5 tr th:nth-child(5),
.cart-add-btn table.col5 tr td:nth-child(5) {
    padding: 10px 0;
    text-align: center;
    width: 65px;
}
@media screen and (max-width: 568px) {
    .sku-add-btn a {
        font-size: 12px;
        padding: 5px 6px;
        max-width: 120px;
    }
    .cart-add-btn table.col4 tr th:nth-child(2),
    .cart-add-btn table.col4 tr td:nth-child(2),
    .cart-add-btn table.col5 tr th:nth-child(3),
    .cart-add-btn table.col5 tr td:nth-child(3) {
        width: 65px;
    }
}


.tag-salerate {
    background: #151515;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 2px 10px;
}
.sale-priod {
    font-size: 14px;
    margin: 8px 0 0;
}
.sale-priod span {
    color: #151515;
}
.products-price {
    margin: 0 0 10px;
}
.products-price__value.price-base .price-value {
    position: relative;
    width: 100%;
    max-width: max-content;
}
.products-price__value.price-base .price-value::after {
    background: #151515;
    content: "";
    display: inline-block;
    height: 1px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 0;
    width: 100%;
}
.products-price__value.price-base .price-value .price {
    font-size: 16px;
    font-weight: 400;
}
.products-price__value.price-base .price-value .yen,
.products-price__value.price-base .price-value .tax {
    font-size: 13px;
    font-weight: 400;
}

.products-price__value.price-main .price-value .price {
    color: #151515;
    font-size: 25px;
    font-weight: 600;
}
.products-price__value.price-main .price-value .yen,
.products-price__value.price-main .price-value .tax {
    color: #151515;
    font-size: 25px;
    font-weight: 600;
}

.product-acquisition__point {
    margin: 0 0 15px;
}
.product-acquisition__point p {
    font-size: 13px;
    font-weight: 400;
}
.product-acquisition__point p span {
    font-size: 15px;
    font-weight: 600;
}

.nameprint-area {
    background: #f1f1f1;
    border-radius: 12px;
    padding: 15px;
}
p.nameprint-description {
    font-size: 14px;
}
.nameprint-title-wrap {
    margin: 15px 0 5px;
}
p.nameprint-title {
    font-size: 14px;
    font-weight: 500;
}
.nameprint-title span {
    background: #151515;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
    padding: 1px 8px 2px;
}
p.nameprint-text {
    margin: 0 0 10px;
}
p.nameprint-text input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 16px;
    outline: none;
    padding: 10px;
    width: 100%;
}
p.nameprint-total,
p.nameprint-character {
    color: #151515;
    font-size: 13px;
    font-weight: 300;
}

.swiper-button-prev,
.swiper-button-next {
    background: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 32px;
    z-index: 2;
}
.swiper-button-prev {
    left: 0;
}
.swiper-button-next {
    right: 0;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    border-top: 1px solid #151515;
    border-right: 1px solid #151515;
    content: '';
    display: inline-block;
    height: 8px;
    transform: rotate(225deg);
    width: 8px;
}
.swiper-button-next::after {
    transform: rotate(45deg);   
}

.products-thumb__slider .products-image__item.swiper-slide {
    opacity: 0.2;
}
.products-thumb__slider .products-image__item.swiper-slide-thumb-active {
    opacity: 1;
}

.products-detail {
    margin: 85px auto 0;
    width: 100%;
    max-width: 965px;
}
.products-detail__in table {
    border-collapse: collapse;
    border: 0;
    margin: 0 auto;
    width: 100%;
}
.products-detail__in td {
    border: 0;
    font-size: 18px;
    font-weight: 500;
    padding: 15px;
    position: relative;
    text-align: left;
    width: 25%;
}
.products-detail__in tr td:nth-of-type(2)::after,
.products-detail__in tr td:nth-of-type(3)::before {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 10px;
}
.products-detail__in tr td:nth-of-type(2)::after {
    right: -10px;
}
.products-detail__in tr td:nth-of-type(3)::before {
    left: -10px;
}
.products-detail__in tr td:nth-child(1),
.products-detail__in tr td:nth-child(3) {
    padding: 10px 10px 10px 25px;
}

.products-detail__in .comment {
    margin: 35px 0 0;
}
.products-detail__in .comment p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
}
@media screen and (max-width: 968px) {
    .products-detail {
        margin: 65px auto 0;
    }
    .products-detail__in td {
        font-size: 16px;
        width: 25%;
    }
    .products-detail__in tr td:nth-child(1),
    .products-detail__in tr td:nth-child(3) {
        padding: 10px;
    }
}
@media screen and (min-width: 768px) {
    .products-detail__in tr:nth-child(even) td:nth-child(3),
    .products-detail__in tr:nth-child(even) td:nth-child(4),
    .products-detail__in tr:nth-child(odd) td:nth-child(1),
    .products-detail__in tr:nth-child(odd) td:nth-child(2) {
        background: #E9E9E9;
    }
    .products-detail__in tr:nth-child(odd) td:nth-child(3),
    .products-detail__in tr:nth-child(odd) td:nth-child(4),
    .products-detail__in tr:nth-child(even) td:nth-child(1),
    .products-detail__in tr:nth-child(even) td:nth-child(2) {
        background: #D6D6D6;
    }
}
@media screen and (max-width: 768px) {
    .products-detail {
        margin: 45px auto 0;
    }
    .products-detail__in td {
        display: block;
        font-size: 14px;
        width: 50%;
    }
    .products-detail__in tr td:nth-of-type(2)::after,
    .products-detail__in tr td:nth-of-type(3)::before {
        display: none;
    }
    .products-detail__in table tr {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .products-detail__in tr td:nth-child(1),
    .products-detail__in tr td:nth-child(3) {
        width: 35%;
    }
    .products-detail__in tr td:nth-child(2),
    .products-detail__in tr td:nth-child(4) {
        width: 65%;
    }
    .products-detail__in tr td:nth-child(1),
    .products-detail__in tr td:nth-child(2) {
        background: #D6D6D6;
    }
    .products-detail__in tr td:nth-child(3),
    .products-detail__in tr td:nth-child(4) {
        background: #E9E9E9;
    }
    .products-detail__in tr td:empty {
        display: none;
    }
    .products-detail__in .comment {
        margin: 25px 0 0;
    }
    .products-detail__in .comment p {
        font-size: 14px;
    }
}
.products-social {
    margin: 25px 0 0;
}
.products-social__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding-left: 14%;
}
.products-social__list &gt; div {
    background: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
}
@media screen and (max-width: 768px) {
    .products-social__list {
        justify-content: center;
        padding-left: 0;
    }
}</pre></body></html>