
[data-aspect-ratio="375:281"]:before { padding-top: calc((281 / 375) * 100%) }

.anchorAdjustBox {
    margin-top: -47px;
    padding-top: 47px;
}
.fr-fixedAnchor.-slideAnchor {
    display: none;
}
.fr-fixedAnchor.-slideAnchor.is-show {
    display: block;
    margin-top: -70px;
    animation: anchorShow 0.3s linear 0s;
}
.fr-fixedAnchor:not(.-isActive).-shadow-only-active {
    box-shadow: none;
}

.fr-imagePlusTextParent.-itemFunction .fr-imagePlusText_imgWrap {
    width: 120px;
}
.fr-imagePlusTextParent.-itemFunction .fr-imagePlusText_content {
    margin-right: 0;
}

.fr-stepFlow.-features .fr-stepFlow_item {
    padding-top: 0;
    padding-bottom: 0;
}
.fr-stepFlow.-features .fr-stepFlow_number {
    font-family: UniqloPro light,sans-serif;
    font-weight: 300;
}

.tabTextSmaller {
    font-family: ヒラギノ角ゴ Pro W6,sans-serif;
    font-weight: 700;
}
.fr-heading.-fontWeightNormal{
    font-weight: 400
}
[lang=en] .fr-heading.-fontWeightNormal{
    font-family: HelveticaNeue,Roboto,Helvetica;    
}
.tx-small{
    font-size: 11px;
}
.-pb-none{
    padding-bottom: 0px;
}
.swiper-pagination-bullets{
    bottom: 0px !important;
}

@media screen and (max-width:812px) {
    .sp-mt-none {
        margin-top: 0;
    }

    .fr-anchorButton_item.-sp-half {
        width: 50%;
    }
    .fr-anchorButton_item.-sp-full {
        width: 100%;
    }  
    .tabTextSmaller {
        font-size: 11px;
    } 

    .fr-imagePlusTextParent.-itemFunction .fr-imagePlusText_heading {
        font-size: 13px;
    }

    .fr-stepFlow.-features .fr-stepFlow_heading{
        font-size: 16px;
    }

    .swiper-container.-sp-pb-small {
        padding-bottom: 15px;
    }
    .swiper-container.-sp-pb-none {
        padding-bottom: 0;
    }

    .swiper-button-next.-imgSquare,
    .swiper-button-prev.-imgSquare {
        top: 50vw;
    }
    .swiper-button-next.-imgWide, 
    .swiper-button-prev.-imgWide {
        top: calc((281 / 375) * 50vw);
    }

    .fr-fixedAnchor_itemLink{
        white-space: nowrap;
    }
    .fr-fixedAnchor.-slideAnchor.-singleLineText .fr-fixedAnchor_itemLink {
        min-height: 50px;
    }
    .fr-fixedAnchor.-horizontalScroll.-slideAnchor .fr-fixedAnchor_item {
        min-width: calc(100% / 4.5);
    }
    .swiper-parent .fr-imagePlusText_imgWrap{
        width: 120px;
    }
}
@media screen and (min-width:813px) {
    .pc-align-center{
        text-align: center;
    }

    .anchorAdjustBox {
        margin-top: -75px;
        padding-top: 75px;
    }
    .fr-fixedAnchor.-slideAnchor.is-show {
        display: block;
        margin-top: -83px;
        animation: anchorShow 0.3s linear 0s;
    }
    .fr-anchorButton_item.-pc-oneThird{
        width: calc(100% / 3);
    }
    .fr-anchorButton_item.-pc-oneFith {
        width: calc(100% / 5);
    }

    .productBox {
        display: flex;
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto;
        justify-content: space-between;
        align-items: center;
    }
    .productBox.-small {
        max-width: 100%;
    }
    .productBox.-itemPositionReverse {
        flex-direction: row-reverse;
    }
    .productBox .productBox_item.-img {
        width: calc((622 / 1024) * 100%);
    }
    .productBox.-small .productBox_item.-img {
        width: calc((576 / 1176) * 100%);
    }
    .productBox .productBox_item.-info {
        flex: 1;
        margin-left: 51px;
    }
    .productBox.-itemPositionReverse .productBox_item.-info {
        margin-left: 0;
        margin-right: 51px;
    }
    .productBox .productBox_item.-info .fr-bff-products[data-component-type=ProductGridStyling] .fr-bff-product {
        margin-bottom: 0;
    }
    .productBox .productBox_item.-info .fr-bff-products[data-component-type=ProductGridStyling] .fr-bff-product_imgWrapper {
        max-width: 126px;
        width: calc((126 / 351) * 100%);
        min-width: 90px;
    }

    .fr-imagePlusTextParent.-itemFunction {
        display: flex;
        justify-content: center;
    }
    .fr-imagePlusTextParent.-itemFunction .fr-imagePlusText:last-child{
        margin-right: 0px;
    }
    .fr-imagePlusTextParent.-itemFunction .fr-imagePlusText {
        width: 50%;
        margin-right: calc((24 / 1176) * 100%);
    }
    .fr-imagePlusTextParent.-itemFunction.one-parent .fr-imagePlusText_imgWrap {
        width: calc((186 / 588) * 100%);
    }
    .fr-imagePlusTextParent.-itemFunction.one-parent .fr-imagePlusText_content {
        margin-left: calc((22 / 588) * 100%);
    }
    .fr-imagePlusTextParent.-itemFunction.second-parent .fr-imagePlusText_imgWrap {
        width: calc((186 / 576) * 100%);
    }
    .fr-imagePlusTextParent.-itemFunction.second-parent .fr-imagePlusText_content {
        margin-left: calc((22 / 576) * 100%);
    }
    .fr-imagePlusTextParent.-itemFunction.third-parent .fr-imagePlusText_imgWrap {
        width: calc((186 / 376) * 100%);
    }
    .fr-imagePlusTextParent.-itemFunction.third-parent .fr-imagePlusText_content {
        margin-left: calc((22 / 376) * 100%);
    }


    .qualityBox{
        display: flex;
        margin-right: -24px;
    }
    .qualityBox_item{
        flex: 1;
        margin-right: 24px;
    }

    .swiper-container.-pc-pb-small {
        padding-bottom: 20px;
    }
    .swiper-container.-pc-pb-none {
        padding-bottom: 0;
    }
    .swiper-container.-pcCarouselDesroy .swiper-wrapper {
        display: block;
    }

    .mv{
        max-width: 622px;
        margin-left: auto;
        margin-right: auto;
    }
    .mv.-baby{
        max-width: 576px;
    }
    .voice-flex{
        display: flex;
    }
    .voice-flex .voice-container{
        width: 33.333333%;
        margin-right: 30px;
    }
    .voice-flex .voice-container:last-child{
        margin-right: 0px;
    }
    .fr-quate{
        margin: var(--pc-v-s) calc(26.5px + var(--pc-h-s));
    }
}
