
#faketightsSP img{
  display: inline;
}

#faketightsSP .ft_mv h1,
#faketightsSP .ft_mv h1 img{
    width: 100%;
    padding: 0;
    margin: 0;
}
#faketightsSP .ft_movie{
    background-color: #F9EFE7;
}
#faketightsSP .ft_movie .inner{
    width: 90%;
    margin: 0 auto;
    padding: 1.5em 0 2em;
}
#faketightsSP .ft_movie .inner h2 img{
    margin: 0 auto 2rem;
    display: block;
}
#faketightsSP .ft_movie .inner .movie{
    width: 100%;
    margin: 0 auto;
}
#faketightsSP .ft_movie .inner .checkpoint{
    width: 100%;
    background-color: white;
    margin: 2em auto;
    padding-bottom: 2em;
}
#faketightsSP .ft_movie .inner .checkpoint h3{
    text-align: center;
    padding-top: 1em;
    color: #B18240;
    font-size: 190%;
    font-weight: bold;
}
#faketightsSP .ft_movie .inner .checkpoint ul{
    display: flex;
    flex-direction: column;
    padding: 0 1.5em;
}
#faketightsSP .ft_movie .inner .checkpoint ul img.pic{
    display: block;
    width: 100%;
}
#faketightsSP .ft_movie .inner .checkpoint ul li{
    margin-top: 2em;
}
#faketightsSP .ft_movie .inner .checkpoint ul li h4{
    display: flex;
    margin-bottom: 0.8em;
}
#faketightsSP .ft_movie .inner .checkpoint ul li h4 img{
    width: 4rem;
    height: 4rem;
}
#faketightsSP .ft_movie .inner .checkpoint ul li h4 p{
    margin-left: 0.4em;
    font-size: 136%;
    line-height: 1.4em;
}
#faketightsSP .ft_what .inner,
#faketightsSP .ft_point .inner,
#faketightsSP .ft_lineup .inner,
#faketightsSP .ft_etc .inner{
    width: calc(335 / 375 * 100vw);
    margin: 0 auto;
}
#faketightsSP .ft_what{
    /*padding: 5.5rem 0 4rem;*/
    padding: 14.666666vw 0 10.66666vw;
    background: linear-gradient(rgba(245,202,195,0.6) 25%, #F5CAC3 25%);
}
#faketightsSP .ft_what h2 img{
    width: 100%;
}
#faketightsSP .ft_what h2 + p{
    font-size: 4.26666vw;/*1.6rem*/
    line-height: 5.86666vw;/*2.2rem*/
    letter-spacing: 0.2em;
    font-weight: bold;
    text-align: center;
    /*margin: 3.4rem 0 0;*/
    margin: 9.066666vw 0 0;
}
#faketightsSP .ft_what p span{
    color: #fff;
    font-size: 4.26666vw;/*1.6rem*/
    padding: 0 0 0 0.2em;
    margin-right: 0.2em;
    display: inline-block;
}
#faketightsSP span.txt_black{
    background: #000;
}
#faketightsSP span.txt_beige{
    background: #AA7C64;
}
#faketightsSP .ft_what_list{
    width: 100%;
    /*margin: 4rem 0 0;*/
    margin: 10.66666vw 0 0;
    list-style: none;
    padding: 0;
}
#faketightsSP .ft_what_list li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.6rem;
}
#faketightsSP .ft_what_list li:last-child{
    margin-bottom: 0;
}
#faketightsSP .list_point_img{
    width: -webkit-calc(110 / 375 * 100vw);
    width: calc(110 / 375 * 100vw);
    height: -webkit-calc(110 / 375 * 100vw);
    height: calc(110 / 375 * 100vw);
    margin: 0;
    background: url(../../../../img/usr/freepage/faketights/img_list_point_bg_sp.png) no-repeat;
    background-size: 100% auto;
    font-weight: bold;
    text-align: center;
    font-size: 2.66666vw;/*1rem*/
    line-height: 3.73333vw;/*1.4rem*/
    letter-spacing: 0.1em;
}
#faketightsSP li .list_point_img:before{
    font-size: 3.2vw;/*1.2rem*/
    line-height: 3.73333vw;/*1.4rem*/
    text-align: center;
    /*padding: 2.4rem 0 .8rem;*/
    padding: 6.4vw 0 2.133333vw;
    color: #B18240;
    letter-spacing: 0.1em;
    display: block;
    font-weight: bold;
}
#faketightsSP li:nth-child(1) .list_point_img:before{
    content: "POINT01";
}
#faketightsSP li:nth-child(2) .list_point_img:before{
    content: "POINT02";
}
#faketightsSP li:nth-child(3) .list_point_img:before{
    content: "POINT03";
}
@media screen and (max-width:37.4rem){
    #faketightsSP .list_point_img{
        min-width: 11rem;
        min-height: 11rem;
        font-size: 1rem;
        line-height: 1.4rem;
    }
    #faketightsSP li .list_point_img:before{
        font-size: 1.2rem;
        line-height: 1.4rem;
        padding: 2.4rem 0 .8rem;
    }
}
#faketightsSP .list_point_txt{
    width: calc(200 / 375 * 100vw);
    font-size: 3.2vw;/*1.2rem*/
    letter-spacing: 0.1em;
    line-height: 4.8vw;/*1.8rem*/
    margin: 0;
}
#faketightsSP .ft_point{
    /*padding: 3.7rem 0 4rem;*/
    padding: 9.866666vw 0 10.66666vw;
    background: #FCFCFC;
}
#faketightsSP .ft_point_ttl{
    width: 100%;
    font-size: 5.86666vw;/*2.2rem*/
    line-height: 7.73333vw;/*2.9rem*/
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 7.46666vw;/*2.8rem*/
}
#faketightsSP .ft_point_ttl span{
    color: #B18240;
    display: block;
    margin: 0 auto 2.13333vw;
    font-size: 5.86666vw;/*2.2rem*/
    line-height: 7.73333vw;/*2.9rem*/
}
#faketightsSP .ft_point_txt{
    width: 100%;
    /*margin: 4rem 0 0;*/
    margin: 10.66666vw 0 0;
}
#faketightsSP .ft_point_txt > p{
    font-size: 3.73333vw;/*1.4rem*/
    line-height: 5.33333vw;/*2rem*/
    letter-spacing: 0.1em;
    margin: 0 0 1.06666vw;
}
#faketightsSP .ft_point_img img{
    width: 100%;
}
#faketightsSP .ft_point_img img + img{
    margin-top: 5.33333vw;/*2rem*/
}
#faketightsSP .ft_point_img.w100_{
    margin-top: 3.46666vw;/*1.3rem*/
}
#faketightsSP .ft_point_etc{
    position: relative;
    padding-top: 18.66666vw;/*7rem*/
}
#faketightsSP .ft_point_etc:before{
    content: "";
    position: absolute;
    top: 0;
    left: calc(111 / 375 * 100vw);
    display: block;
    width: calc(113 / 375 * 100vw);
    height: calc(111 / 375 * 100vw);
    background: url(../../../../img/usr/freepage/faketights/img_fukidashi01_sp.png) no-repeat;
    background-size: 100% auto;
}
#faketightsSP .ft_point_etc ul{
    box-sizing: border-box;
    /*padding: 5.1rem 1rem 2rem;*/
    padding: 13.6vw 2.66666vw 5.33333vw;
    margin: 0;
    background: url(../../../../img/usr/freepage/faketights/img_bg_sp.jpg);
    background-size: 100% 100%;
    border-radius: .8rem;
    overflow: hidden;
    list-style: none;
}
#faketightsSP .ft_point_etc li{
    font-size: 3.2vw;/*1.2rem*/
    line-height: 5.33333vw;/*2rem*/
    letter-spacing: 0.12em;
    padding-bottom: 2.133333vw;/*.8rem*/
    text-indent: -1em;
    padding-left: 1em;
}
#faketightsSP .ft_point_btn_area{
    width: 100%;
    padding-top: 10.66666vw;/*4rem*/
}
#faketightsSP .ft_point_btn01,
#faketightsSP .ft_point_btn02{
    width: 100%;
    height: calc(55 / 375 * 100vw);
    text-align: center;
    line-height: calc(51 / 375 * 100vw);
    margin: 0;
    display: block;
    font-size: 4vw;/*1.5rem*/
    letter-spacing: 0.05em;
    text-decoration: none;
}
#faketightsSP .ft_point_btn01{
    border: .2rem solid #1C1C1C;
    box-sizing: border-box;
    color: #1C1C1C;
    position: relative;
}
#faketightsSP .ft_point_btn01:after{
    content: "";
    width: calc(10 / 375 * 100vw);
    height: calc(9 / 375 * 100vw);
    display: block;
    position: absolute;
    top: calc(23 / 375 * 100vw);
    right: calc(20 / 375 * 100vw);
    background: url(../../../../img/usr/freepage/faketights/icon01_sp.png) no-repeat;
    background-size: 100% auto;
}
#faketightsSP .ft_point_btn02{
    border: .2rem solid #FD1051;
    background: #FD1051;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    position: relative;
}
#faketightsSP .ft_point_btn02:after{
    content: "";
    width: calc(9 / 375 * 100vw);
    height: calc(10.5 / 375 * 100vw);
    display: block;
    position: absolute;
    top: calc(20 / 375 * 100vw);
    right: calc(18 / 375 * 100vw);
    background: url(../../../../img/usr/freepage/faketights/icon02_sp.png) no-repeat;
    background-size: 100% auto;
}
#faketightsSP .ft_lineup{
    /*padding: 3.7rem 0 3.5rem;*/
    padding: 9.866666vw 0 9.33333vw;
}
#faketightsSP .ft_lineup_ttl{
    font-size: 5.86666vw;/*2.2rem*/
    line-height: 6.93333vw;/*2.6rem*/
    letter-spacing: 0.1em;
    font-weight: bold;
    margin: 0 auto 7.2vw;
    color: #B18240;
    text-align: center;
}
#faketightsSP .ft_lineup dt{
    text-align: center;
    padding: 0;
}
#faketightsSP .ft_lineup dt img{
    height: 3.4rem;
    margin: 0 0 6.4vw;/*2.4rem*/
}
#faketightsSP .ft_lineup dd{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
}
#faketightsSP .ft_lineup dd a,
#faketightsSP .ft_lineup dd .is-soldout {
    width: 48%;
    margin: 1%;
}
#faketightsSP .ft_lineup .is-soldout {
    position: relative;
}
#faketightsSP .ft_lineup .is-soldout::before {
    content: "";
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
#faketightsSP .ft_lineup .is-soldout::after {
    content: "近日発売";
    position: absolute;
    top: 43%;
    left: 30%;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
}
#faketightsSP .ft_lineup dd img{
    width: 100%;
}
#faketightsSP .ft_lineup dd + dd{
    font-size: 1rem;
    text-align: center;
    margin-top: 1.2rem;
}
#faketightsSP .ft_lineup dl + dl{
    margin: calc(40 / 375 * 100vw) 0 0;
}
#faketightsSP .ft_lineup .ft_point_btn02{
    height: calc(68 / 375 * 100vw);
    line-height: calc(64 / 375 * 100vw);
    font-size: 4.8vw;/*1.8rem*/
}
#faketightsSP .ft_lineup .ft_point_btn02:after{
    top: calc(28 / 375 * 100vw);
}
#faketightsSP .ft_etc{
    background: #EFDFDE;
    /*padding: 2.2rem 0 4rem;*/
    padding: 5.86666vw 0 10.66666vw;
    width: 100%;
}
#faketightsSP .ft_etc_ttl{
    font-size: 5.86666vw;/*2.2rem*/
    line-height: 12/2666666vw;/*4.6rem*/
    letter-spacing: 0.1em;
    font-weight: bold;
    /*margin: 3.7rem auto 2rem;*/
    margin: 9.86666vw auto 5.33333vw;
    color: #B18240;
    text-align: center;
}
#faketightsSP .ft_etc_ttl02{
    width: calc(250 / 375 * 100vw);
    height: calc(145 / 375 * 100vw);
    padding-top: calc(37.5 / 375 * 100vw);
    box-sizing: border-box;
    margin: 0 auto 5.33333vw;
    font-size: 3.73333vw;/*1.4rem*/
    line-height: 5.066666vw;/*1.9rem*/
    font-weight: bold;
    text-align: center;
    background: url(../../../../img/usr/freepage/faketights/img_fukidashi02_sp.png) no-repeat;
    background-size: 100% auto;
}
#faketightsSP .ft_etc_ttl02 img{
    display: block;
    margin: 1rem auto;
    width: 98..5rem;
}
#faketightsSP .ft_etc iframe{
    width: calc(335 / 375 * 100vw);
    height: calc(189 / 375 *  100vw);
    display: block;
    /*margin: 0 0 3.7rem;*/
    margin: 0 0 9.866666vw;
}
#faketightsSP .ft_etc .inner > img{
    width: 100%;
}
#faketightsSP .ft_etc_detail{
    width: calc(335 / 375 * 100vw);
    margin: 0 auto -6.5rem;
}
#faketightsSP .ft_etc_detail_img{;
    width: 15rem;
    z-index: 10;
    margin: 0 auto;
    position: relative;
}
#faketightsSP .ft_etc_detail_txt{
    width: calc(335 / 375 * 100vw);
    padding: 7.5rem 0 2.4rem;
    border-radius: .8rem;
    background: #fff;
    position: relative;
    top: -6.5rem;
    z-index: 5;
}
#faketightsSP .ft_etc_detail_txt dl{
    width: calc(298 / 375 * 100vw);
    margin: 0 auto;
}
#faketightsSP .ft_etc_detail_txt dt{
    padding: 0 0 1.9rem;
    background:url(../../../../img/usr/freepage/faketights/img_line_sp.png) repeat-x;
    background-position: left bottom;
    box-sizing: border-box;
    font-size: 5.33333vw;/*2rem*/
    line-height: 7.2vw;/*2.7rem*/
    letter-spacing: 0.025em;
    font-weight: bold;
    text-align: center;
}
#faketightsSP .ft_etc_detail_txt dd{
    font-size: 3.2vw;/*1.2rem*/
    line-height: 4.8vw;/*1.8rem*/
    letter-spacing: 0.1em;
    padding: 1.9rem 0 0;
}


#faketightsSP span.ft_point_img_txt{
    display: inline-block;
    margin-top: .7rem;
}

/* 20210924霑ｽ險� */
.ft_etc_coordinate ul{
    display: flex;
    flex-wrap: wrap;
}
.ft_etc_coordinate ul li{
    width: 50%;
}

/*Special Contents*/
.ft_special_wrap {
    text-align: center;
    padding: 4rem 0 3rem;
}
.ft_special_wrap .ft_special_ttl {
    text-align: center;
    color: #B18240;
  /*
    font-size: 230%;
  */
  font-size: 2.36rem;
    font-weight: bold;
    font-family: Roboto;
}
.ft_special_wrap .link-bnr {
    margin: 3rem 2rem 2rem;
}
.ft_special_wrap .is-text {
    font-size: 1.6rem;
}
.ft_special_wrap .link-btn {
    margin: 3rem 2rem 0;
}
.ft_special_wrap .link-btn a {
    width: 100%;
    height: calc(55 / 375 * 100vw);
    text-align: center;
    line-height: calc(51 / 375 * 100vw);
    margin: 0;
    display: block;
    font-size: 4vw;
    letter-spacing: 0.05em;
    text-decoration: none;
    border: .2rem solid #D08577;
    background: #D08577;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.ft_special_wrap .link-btn a::after{
    content: "";
    width: .8rem;
    height: .9rem;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1.6rem;
    background: url(../../../../img/usr/freepage/faketights/icon02_off.png) no-repeat;
}

/* 2023.08 add */
#ft_jump_denierSP { padding: 3rem 2rem; border-top: #fff .4rem solid; border-bottom: #fff .4rem solid; background: #F5CAC3; display: flex; justify-content: center; align-items: center;}
#ft_jump_denierSP ul { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
#ft_jump_denierSP ul li { width: calc(50% - 1rem); height: 7rem; margin: 0 0 5rem 0; position: relative;}
#ft_jump_denierSP ul li::before { content: ''; width: 100%; height: 7rem; background: rgba(255,255,255,0.4); display: block; position: absolute; top: .6rem; left: .6rem;}
#ft_jump_denierSP ul li::before { content: ''; width: 100%; height: 7rem; background: rgba(255,255,255,0.4); display: block; position: absolute; top: .6rem; left: .6rem;}
#ft_jump_denierSP ul li a { width: 100%; height: 7rem; border: #fff .4rem solid; font-size: 2.6rem; font-weight: bold; font-family: "Roboto"; color: #1A1311; display: flex; justify-content: center; align-items: center; flex-direction: row; box-sizing: border-box; position: relative; z-index: 1; transition: 0.3s;}
#ft_jump_denierSP ul li a span { margin: 0 0 0 .3rem; font-size: 1.4rem; position: relative; top: .2rem;}
#ft_jump_denierSP ul li a::after { content: ''; border-top: .6rem solid transparent; border-bottom: .6rem solid transparent; border-left: .8rem solid #FFF; display: block; position: absolute; right: .6rem; top: calc(50% - .6rem);}
#ft_jump_denierSP ul li.new::after { content: ''; width: 14rem; height: 3.6rem; display: block; background: url(../../../../img/usr/freepage/faketights/icon_new.png) center center no-repeat; -webkit-background-size: 14rem 4.6rem; background-size: 14rem 4.6rem; position: absolute; top: -4rem; left: calc(50% - 8rem);}

/* #ft_jump_denierSP ul li:first-child { margin: 0 calc(25% + .5rem) 2rem;} */

#ft_jump_denierSP ul li.denier250 a { background: #654B33; color: #D89244;}
#ft_jump_denierSP ul li.denier140 a { background: #E6EB9A;}
#ft_jump_denierSP ul li.denier110 a { background: #7A9DAD;}
#ft_jump_denierSP ul li.denier80 a  { background: #F8B8B4;}
#ft_jump_denierSP ul li.denier80high a  { background: #E17F74;}
#ft_jump_denierSP ul li.denier40 a  { background: #AAC7AD;}
#ft_jump_denierSP ul li.denier250 a span { color: #D89244;}
#ft_jump_denierSP ul li.denier250 a:hover { background: #FFF; border-color: #D89244; color: #D89244;}
#ft_jump_denierSP ul li.denier140 a:hover { background: #FFF; border-color: #E6EB9A; color: #c5cb71;}
#ft_jump_denierSP ul li.denier110 a:hover { background: #FFF; border-color: #7A9DAD; color: #7A9DAD;}
#ft_jump_denierSP ul li.denier80 a:hover  { background: #FFF; border-color: #F8B8B4; color: #F8B8B4;}
#ft_jump_denierSP ul li.denier80high a:hover  { background: #FFF; border-color: #E17F74; color: #E17F74;}
#ft_jump_denierSP ul li.denier40 a:hover  { background: #FFF; border-color: #AAC7AD; color: #AAC7AD;}
#ft_jump_denierSP ul li.denier250 a:hover span { color: #D89244;}
#ft_jump_denierSP ul li.denier250 a:hover::after { border-left: .8rem solid #D89244;}
#ft_jump_denierSP ul li.denier140 a:hover::after { border-left: .8rem solid #E6EB9A;}
#ft_jump_denierSP ul li.denier110 a:hover::after { border-left: .8rem solid #7A9DAD;}
#ft_jump_denierSP ul li.denier80 a:hover::after  { border-left: .8rem solid #F8B8B4;}
#ft_jump_denierSP ul li.denier80high a:hover::after  { border-left: .8rem solid #E17F74;}
#ft_jump_denierSP ul li.denier40 a:hover::after  { border-left: .8rem solid #AAC7AD;}

#faketightsSP .ft_lineup dt img { margin: 0 0 3.4vw;}
#faketightsSP .ft_lineup dd ul { display: flex; justify-content: space-between; flex-wrap: wrap;}
#faketightsSP .ft_lineup dd ul li { width: calc(50% - 0.65rem); margin: 0 0 1.3rem 0; text-align: center;}
#faketightsSP .ft_lineup dd ul li:first-child { width: 100%;}
#faketightsSP .ft_lineup dd ul li img { width: 100%; vertical-align: top;}
#faketightsSP .ft_lineup dd ul li a { margin: 0;}
#faketightsSP .ft_lineup dd ul li .notice-text { padding: .5rem 0; margin: 0 auto; font-size: 1rem; text-align: center; letter-spacing: -0.03em; color: #928A0A; box-sizing: border-box;}
#faketightsSP .ft_lineup .ft_point_btn_area { padding-top: 3rem;}
