.fr-anchorButton_item{
    width: calc(100% / 2);
}
.fr-anchorButton_tmbText{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 4%;
}
.lineup .fr-anchorButton_item{
    flex: 1;
}
.fr-anchorButton_itemLink{
    text-align: center;
}
.tab-switch_flex{
    display: flex;
}
.circle-img img{
    border-radius: 50%;
    border: 3px solid #f4f4f4;
}
[aria-hidden="true"] {
    height: 0;
    overflow: hidden;
}
.tab-switch_flex-item{
    cursor: pointer;
}
.fr-userReviewParent_inner{
    background-color: #f4f4f4;
}
.video-flex{
    display: flex;
}
.video-flex .fr-video{
    width:  calc((240/750)*100vw);
}
.contents-flex .contents-flex_left p,.contents-flex .contents-flex_left a{
    font-weight: bold;
}
.fr-video{
    cursor: pointer;
}
.contents-flex_left .text a{
    text-decoration: underline;
}
.fr-video:hover,.tab-switch_flex-item:hover,a:hover{
    opacity: 0.8;
    text-decoration: none !important;
}
.information-flex{
    display: flex;
}
.information-flex .information-flex_right .title{
    font-weight: bold;
}
.life-wear-introduction{
    background-color: #f2f2f2;
}
.life-wear-introduction p{
    text-align: center;
    font-size: 16px;
    line-height: 34px;
}
.product-text{
    font-weight: bold;
}
.information-area{
    background-color: #f4f4f4;
}
.information-area table{
    padding: 4%;
    border-collapse: inherit;
    margin: 0 auto;
}
.information-area th{
    width: 15%;
    text-align: left;
}
.title-subtext{
    text-align: center;
}
.supervision-text{
    display: flex;
    justify-content: center;
}
.fr-body.-noannotation{
    color: #7d7d7d;
}
.contents-flex_left .u-imgAdjustBox{
    width:  50%;
}
.fr-anchorButton_itemInner{
    width: 100%;
    height: 100%;
}
.fr-fixedAnchor {
    box-shadow: none;
}
.fr-fixedAnchor.is-display {
    display: block !important;
    margin-top: -71px;
    animation: anchorShow 0.3s linear 0s;
}
.adjustAnchor {
    margin-top: -69px;
    padding-top: 69px;
}

.anchor_space{
    padding-top: 64px;
    margin-top: 0;
}

.flex_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (min-width: 813px){
    .tab-switch_flex{
        justify-content: center;
    }
    .tab-switch_flex-item{
        width: 200px;
        margin-right: 24px;
    }
    .tab-switch_flex .tab-switch_flex-item:last-child{
        margin-right: 0px;
    }
    .video-flex{
        margin-right: auto;
        margin-left: auto;
        width: 565px;
    }
    .video-flex .fr-video{
        width: 275px;
        height: 275px;
        margin: 0;
    }
    .video-flex_text{
        flex: 1;
        margin-left: 24px;
    }
    .contents-flex .contents-flex_left{
        width: calc((500/1042)*100%);
        display: flex;
        margin: auto;
    }
    .contents-flex .contents-flex_left .text{
       flex: 1;
       margin-left: 20px;
    }
    .information-flex{
        margin-right: auto;
        margin-left: auto;
        width: 565px;
    }
    .information-flex .information-flex_left{
        width: 275px;
        height: 275px;
        margin: 0;
    }
    .information-flex .information-flex_right{
        flex: 1;
        margin-left: 24px;
    }
    .connection-area{
        display: flex;
        flex-wrap: wrap;
    }
    .connection-area .information-flex{
        width: calc((576/1176)*100%);
        margin-left: 0;
        margin-right: 0;
    }
    .connection-area .information-flex:nth-child(even){
        margin-left: calc((24/1176)*100%);
    }
    .life-wear-introduction p{
        font-size: 23px;
        line-height: 45px;
    }
    .life-wear-introduction .button{
        width: 376px;
        margin-left: auto;
        margin-right: auto;
    }
    .fr-userReview_review{
        padding-bottom: 12px;
        padding-bottom: var(--pc-v-s);
    }
    .contents-flex_right .swiper-parent{
        background-color: #f4f4f4;
    }
    .contents-flex_right .swiper-pagination{
        background-color: #fff;
    }
    .information-area{
        max-width: 565px;
        margin-right: auto;
        margin-left: auto;
    }
    .gift-area .information-flex{
        display: block;
        width: 375px;
    }
    .gift-area .information-flex .information-flex_right{
        display: block;
        margin-left: 0;
    }
    .gift-area .information-flex .information-flex_left{
        width: 100%;
        height: auto;
    }
    .userReview_flex{
        display: flex;
    }
    .userReview_flex.center{
        justify-content: center;
    }
    .userReview_flex .fr-userReviewParent{
        width: calc((378/1176)*100%);
        margin-right:  calc((20/1176)*100%);
    }
    .userReview_flex .fr-userReviewParent:nth-child(3n){
        width: calc((378/1176)*100%);
        margin-right:  calc((20/1176)*100%);
    }
    .fr-userReviewParent_inner{
        display: flex;
        align-items: center;
        height: 150px;
    }
    .title_img{
        margin-left: auto;
        margin-right: auto;
        width:calc((300/1124)*100%);
    }
    .adjustAnchor {
        margin-top: -81px;
        padding-top: 81px;
    }
}

@media screen and (max-width: 812px){
    .flex_box{
        display: flex;
        justify-content: inherit;
        flex-direction: column;
        align-items: center;
    }
    .fr-anchorButton_itemInner{
        display: block;
    }
    .tab-switch_flex{
        justify-content: start!important;
        flex-wrap: wrap;
        padding: 0 4vw;
    }
    .product-text{
        width:  100%;
    }
    .tab-switch_flex-item{
        width: calc((100% - 8vw) / 3);
        margin-right: 4vw;
    }
    .tab-switch_flex .tab-switch_flex-item:nth-child(3n){
        margin-right: 0;
    }
    .video-flex_text{
        flex: 1;
        padding-left: 4%;
    }
    .contents-flex_left{
        display: flex;
        padding:0 4vw;
        width: 100%;
    }
    .contents-flex_left:first-child{
        margin-bottom: 20px;
    }
    .contents-flex_left .text{
        flex: 1;
        padding-left: 4%;
    }
    .fr-anchorButton_tmbText{
        height: 78px;
    }
    .fr-userReviewParent{
        background-color: #f4f4f4;
    }
    .contents-flex_left .text p:nth-child(n+2){
        text-align: right;
    }
    .information-flex{
        padding: 0 4%;
    }
    .information-flex .information-flex_left{
        width: calc((240/750)*100vw);
    }
    .information-flex .information-flex_right{
        flex: 1;
        padding-left: 4%;
    }
    .life-wear-introduction .button{
        padding-right:  4vw;
        padding-left:  4vw;
    }
    .information-area{
        margin-right: 4%;
        margin-left: 4%;
    }
    .title-subtext{
        text-align: left;
    }
    .title_img{
        margin-left:4vw;
        margin-right: 4vw;
    }
    .fr-userReview {
        margin: 15px 4vw 15px;
        margin: var(--sp-v-m) var(--sp-h-1g) var(--sp-v-m);
    }
    .fr-userReview_review:after{
        bottom: -24px;
    }
}
  
  .fr-fixedAnchor {
    display: none;
    box-shadow: none;
  }
  
  .move .fr-anchorButton_itemText {
    padding: 0 8px;
  }
  
  .fr-fixedAnchor.is-display {
    display: block;
    margin-top: -71px;
    animation: anchorShow 0.3s linear 0s;
  }
  
  /* .-switch .fr-fixedAnchor_itemLink {
    text-align: center;
    background-color: #fff;
  } */
  
  @keyframes anchorShow {
    0% {
      opacity: 0.5;
      transform: translateY(-80px);
    }
  
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @media screen and (min-width: 813px) {
    /* override */
    a:hover:not(.fr-tabs_itemLink),
    a:hover img,
    a:hover p,
    a[href]:not(.fr-tabs_itemLink):hover,
    a[href]:hover img,
    a[data-link]:hover,
    a[data-link]:hover img,
    .js-video:hover,
    .u_textLink:hover {
      cursor: pointer;
      opacity: 0.8;
      text-decoration: none;
    }
  
    .fr-fixedAnchor.is-display {
      margin-top: -84px;
    }
  }

  .new_product .--color-red{
      color: #f00;
  }
  @media screen and (max-width: 812px){
    .contents-flex_left .text.new_product p:nth-child(n+2){
        text-align: initial;
    }
    .contents-flex_left .text.new_product p:nth-child(n+3){
        text-align: right;
    }
  }
  .fr-fixedAnchor:not(.is-display){
      display: none;
  }