[data-aspect-ratio="25:22"]:before {
    padding-top: calc((22 / 25) * 100%)
}

[data-aspect-ratio="750:422"]:before {
    padding-top: calc((422 / 750) * 100%)
}

/* anchor */
.adjustAnchor {
    margin-top: -68px;
    padding-top: 68px;
}
.fr-fixedAnchor{
    box-shadow: none;
}
.fr-fixedAnchor.-isActive{
    box-shadow: 0 4px 2px -3px #dadada;
    box-shadow: 0 4px 2px -3px var(--color-gray150);
}

.font-b {
    font-weight: bold;
}

.font-small {
    font-size: 10px;
}

.font-attention {
    font-size: 11px;
    color: #7d7d7d;
}

.product_area_itembox {
    border: 1px solid #dadada;
}

.fr-userReview_attribute {
    padding-bottom: 0;
}

.swiper-slide.-one {
    margin: 0 auto !important;
}

.-nopb {
    padding-bottom: 0;
}

.fr-linkButton.-sns{
    position: relative;
}

/* sns */
.sns-copy {
    font-size: 13px;
    line-height: 1.5;
    overflow-wrap: break-word;
}

.sns-textLink_itemInner {
    text-decoration: underline;
}

.sns-textLink_itemInner:hover {
    cursor: pointer;
    text-decoration: none;
}

.monitor-tag {
    border: solid 1px #1b1b1b;
    padding: 15px;
}

.swiper-button-next,
.swiper-button-prev {
    top: calc((100% - 28px)/2);
}

.twbutton .sns-linkButton {
    font-size: 13px;
}

.twbutton .sns-linkButton:before {
    content: "";
    background-image: url(https://im.uniqlo.com/global-cms/spa/rescec5a4e28a18543ff877193e12fdff3bfr.png);
    display: inline-block;
    margin-right: 15px;
    width: 21px;
    height: 17px;
    background-size: contain;
    vertical-align: middle;
}
.font-more-small{
    font-size: 10px;
}


@media screen and (min-width: 813px) {
    .align-center-pc {
        text-align: center;
    }

    .font-small {
        font-size: 12px;
    }

    .font-attention {
        font-size: 13px;
    }

    .sns-copy {
        font-size: 14px;
        line-height: 1.4;
    }

    /* anchor */
    .adjustAnchor {
        margin-top: -81px;
        padding-top: 81px;
    }

    .product_area_itemwrapper {
        display: flex;
    }

    .product_area_itembox {
        width: calc((100% - 24px) / 2);
        padding-left: 24px;
        padding-right: 24px;
    }

    .product_area_itembox:nth-of-type(2n) {
        margin-left: 24px;
    }

    /* sns */
    .w576 {
        max-width: 576px;
        margin: 0 auto;
    }

    .monitor-tag {
        padding: 20px;
        text-align: center;
    }

    .fr-bff-product_imgWrapper {
        width: 50% !important;
    }

    .mb-smartPants {
        margin-bottom: 47px;
    }
    .font-more-small{
        font-size: 11px;
    }
}
@media screen and (max-width: 812px) {
    .sp-ta-left{
        text-align: left;
        font-size: 11px;
    }
}