#faketights .ft_mv h1,
#faketights .ft_mv h1 img{
    width: 100%;
    padding: 0;
    margin: 0;
}
#faketights .ft_movie{
    background-color: #F9EFE7;
}
#faketights .ft_movie .inner{
    width: 90%;
    margin: 0 auto;
    padding: 1.5em 0 2em;
}
#faketights .ft_movie .inner h2 img{
    margin: 0 auto 20px;
    display: block;
}
#faketights .ft_movie .inner .movie{
    width: 100%;
    margin: 0 auto;
}
#faketights .ft_movie .inner .checkpoint{
    width: 100%;
    background-color: white;
    margin: 2em auto;
    padding-bottom: 2em;
}
#faketights .ft_movie .inner .checkpoint h3{
    text-align: center;
    padding-top: 1em;
    color: #B18240;
    font-size: 190%;
    font-weight: bold;
}
#faketights .ft_movie .inner .checkpoint ul{
    display: flex;
    flex-direction: column;
    padding: 0 1.5em;
}
#faketights .ft_movie .inner .checkpoint ul img.pic{
    display: block;
    width: 100%;
}
#faketights .ft_movie .inner .checkpoint ul li{
    margin-top: 2em;
}
#faketights .ft_movie .inner .checkpoint ul li h4{
    display: flex;
    margin-bottom: 0.8em;
}
#faketights .ft_movie .inner .checkpoint ul li h4 img{
    width: 4rem;
    height: 4rem;
}
#faketights .ft_movie .inner .checkpoint ul li h4 p{
    margin-left: 0.4em;
    font-size: 136%;
    line-height: 1.4em;
}
#faketights .ft_what .inner,
#faketights .ft_point .inner,
#faketights .ft_lineup .inner,
#faketights .ft_etc .inner{
    width: calc(335 / 375 * 100vw);
    margin: 0 auto;
}
#faketights .ft_what{
    /*padding: 55px 0 40px;*/
    padding: 14.666666vw 0 10.66666vw;
    background: linear-gradient(rgba(245,202,195,0.6) 25%, #F5CAC3 25%);
}
#faketights .ft_what h2 img{
    width: 100%;
}
#faketights .ft_what h2 + p{
    font-size: 4.26666vw;/*16px*/
    line-height: 5.86666vw;/*22px*/
    letter-spacing: 0.2em;
    font-weight: bold;
    text-align: center;
    /*margin: 34px 0 0;*/
    margin: 9.066666vw 0 0;
}
#faketights .ft_what p span{
    color: #fff;
    font-size: 4.26666vw;/*16px*/
    padding: 0 0 0 0.2em;
    margin-right: 0.2em;
    display: inline-block;
}
#faketights span.txt_black{
    background: #000;
}
#faketights span.txt_beige{
    background: #AA7C64;
}
#faketights .ft_what_list{
    width: 100%;
    /*margin: 40px 0 0;*/
    margin: 10.66666vw 0 0;
    list-style: none;
    padding: 0;
}
#faketights .ft_what_list li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
#faketights .ft_what_list li:last-child{
    margin-bottom: 0;
}
#faketights .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;/*10px*/
    line-height: 3.73333vw;/*14px*/
    letter-spacing: 0.1em;
}
#faketights li .list_point_img:before{
    font-size: 3.2vw;/*12px*/
    line-height: 3.73333vw;/*14px*/
    text-align: center;
    /*padding: 24px 0 8px;*/
    padding: 6.4vw 0 2.133333vw;
    color: #B18240;
    letter-spacing: 0.1em;
    display: block;
    font-weight: bold;
}
#faketights li:nth-child(1) .list_point_img:before{
    content: "POINT01";
}
#faketights li:nth-child(2) .list_point_img:before{
    content: "POINT02";
}
#faketights li:nth-child(3) .list_point_img:before{
    content: "POINT03";
}
@media screen and (max-width:374px){
    #faketights .list_point_img{
        min-width: 110px;
        min-height: 110px;
        font-size: 10px;
        line-height: 14px;
    }
    #faketights li .list_point_img:before{
        font-size: 12px;
        line-height: 14px;
        padding: 24px 0 8px;
    }
}
#faketights .list_point_txt{
    width: calc(200 / 375 * 100vw);
    font-size: 3.2vw;/*12px*/
    letter-spacing: 0.1em;
    line-height: 4.8vw;/*18px*/
    margin: 0;
}
#faketights .ft_point{
    /*padding: 37px 0 40px;*/
    padding: 9.866666vw 0 10.66666vw;
    background: #FCFCFC;
}
#faketights .ft_point_ttl{
    width: 100%;
    font-size: 5.86666vw;/*22px*/
    line-height: 7.73333vw;/*29px*/
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 7.46666vw;/*28px*/
}
#faketights .ft_point_ttl span{
    color: #B18240;
    display: block;
    margin: 0 auto 2.13333vw;
    font-size: 5.86666vw;/*22px*/
    line-height: 7.73333vw;/*29px*/
}
#faketights .ft_point_txt{
    width: 100%;
    /*margin: 40px 0 0;*/
    margin: 10.66666vw 0 0;
}
#faketights .ft_point_txt > p{
    font-size: 3.73333vw;/*14px*/
    line-height: 5.33333vw;/*20px*/
    letter-spacing: 0.1em;
    margin: 0 0 1.06666vw;
}
#faketights .ft_point_img img{
    width: 100%;
}
#faketights .ft_point_img img + img{
    margin-top: 5.33333vw;/*20px*/
}
#faketights .ft_point_img.w100_{
    margin-top: 3.46666vw;/*13px*/
}
#faketights .ft_point_etc{
    position: relative;
    padding-top: 18.66666vw;/*70px*/
}
#faketights .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;
}
#faketights .ft_point_etc ul{
    box-sizing: border-box;
    /*padding: 51px 10px 20px;*/
    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: 8px;
    overflow: hidden;
    list-style: none;
}
#faketights .ft_point_etc li{
    font-size: 3.2vw;/*12px*/
    line-height: 5.33333vw;/*20px*/
    letter-spacing: 0.12em;
    padding-bottom: 2.133333vw;/*8px*/
    text-indent: -1em;
    padding-left: 1em;
}
#faketights .ft_point_btn_area{
    width: 100%;
    padding-top: 10.66666vw;/*40px*/
}
#faketights .ft_point_btn01,
#faketights .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;/*15px*/
    letter-spacing: 0.05em;
    text-decoration: none;
}
#faketights .ft_point_btn01{
    border: 2px solid #1C1C1C;
    box-sizing: border-box;
    color: #1C1C1C;
    position: relative;
}
#faketights .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;
}
#faketights .ft_point_btn02{
    border: 2px solid #FD1051;
    background: #FD1051;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    position: relative;
}
#faketights .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;
}
#faketights .ft_lineup{
    /*padding: 37px 0 35px;*/
    padding: 9.866666vw 0 9.33333vw;
}
#faketights .ft_lineup_ttl{
    font-size: 5.86666vw;/*22px*/
    line-height: 6.93333vw;/*26px*/
    letter-spacing: 0.1em;
    font-weight: bold;
    margin: 0 auto 7.2vw;
    color: #B18240;
    text-align: center;
}
#faketights .ft_lineup dt{
    text-align: center;
    padding: 0;
}
#faketights .ft_lineup dt img{
    height: 34px;
    margin: 0 0 6.4vw;/*24px*/
}
#faketights .ft_lineup dd{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
}
#faketights .ft_lineup dd a,
#faketights .ft_lineup dd .is-soldout {
    width: 48%;
    margin: 1%;
}
#faketights .ft_lineup .is-soldout {
    position: relative;
}
#faketights .ft_lineup .is-soldout::before {
    content: "";
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
#faketights .ft_lineup .is-soldout::after {
    content: "近日発売";
    position: absolute;
    top: 43%;
    left: 30%;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
}
#faketights .ft_lineup dd img{
    width: 100%;
}
#faketights .ft_lineup dd + dd{
    font-size: 10px;
    text-align: center;
    margin-top: 12px;
}
#faketights .ft_lineup dl + dl{
    margin: calc(40 / 375 * 100vw) 0 0;
}
#faketights .ft_lineup .ft_point_btn02{
    height: calc(68 / 375 * 100vw);
    line-height: calc(64 / 375 * 100vw);
    font-size: 4.8vw;/*18px*/
}
#faketights .ft_lineup .ft_point_btn02:after{
    top: calc(28 / 375 * 100vw);
}
#faketights .ft_etc{
    background: #EFDFDE;
    /*padding: 22px 0 40px;*/
    padding: 5.86666vw 0 10.66666vw;
    width: 100%;
}
#faketights .ft_etc_ttl{
    font-size: 5.86666vw;/*22px*/
    line-height: 12/2666666vw;/*46px*/
    letter-spacing: 0.1em;
    font-weight: bold;
    /*margin: 37px auto 20px;*/
    margin: 9.86666vw auto 5.33333vw;
    color: #B18240;
    text-align: center;
}
#faketights .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;/*14px*/
    line-height: 5.066666vw;/*19px*/
    font-weight: bold;
    text-align: center;
    background: url(/img/usr/freepage/faketights/img_fukidashi02_sp.png) no-repeat;
    background-size: 100% auto;
}
#faketights .ft_etc_ttl02 img{
    display: block;
    margin: 10px auto;
    width: 98.5px;
}
#faketights .ft_etc iframe{
    width: calc(335 / 375 * 100vw);
    height: calc(189 / 375 *  100vw);
    display: block;
    /*margin: 0 0 37px;*/
    margin: 0 0 9.866666vw;
}
#faketights .ft_etc .inner > img{
    width: 100%;
}
#faketights .ft_etc_detail{
    width: calc(335 / 375 * 100vw);
    margin: 0 auto -65px;
}
#faketights .ft_etc_detail_img{;
    width: 150px;
    z-index: 10;
    margin: 0 auto;
    position: relative;
}
#faketights .ft_etc_detail_txt{
    width: calc(335 / 375 * 100vw);
    padding: 75px 0 24px;
    border-radius: 8px;
    background: #fff;
    position: relative;
    top: -65px;
    z-index: 5;
}
#faketights .ft_etc_detail_txt dl{
    width: calc(298 / 375 * 100vw);
    margin: 0 auto;
}
#faketights .ft_etc_detail_txt dt{
    padding: 0 0 19px;
    background:url(/img/usr/freepage/faketights/img_line_sp.png) repeat-x;
    background-position: left bottom;
    box-sizing: border-box;
    font-size: 5.33333vw;/*20px*/
    line-height: 7.2vw;/*27px*/
    letter-spacing: 0.025em;
    font-weight: bold;
    text-align: center;
}
#faketights .ft_etc_detail_txt dd{
    font-size: 3.2vw;/*12px*/
    line-height: 4.8vw;/*18px*/
    letter-spacing: 0.1em;
    padding: 19px 0 0;
}


#faketights span.ft_point_img_txt{
    display: inline-block;
    margin-top: 7px;
}

/* 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: 40px 0 30px;
}
.ft_special_wrap .ft_special_ttl {
    text-align: center;
    color: #B18240;
    font-size: 230%;
    font-weight: bold;
    font-family: Roboto;
}
.ft_special_wrap .link-bnr {
    margin: 30px 20px 20px;
}
.ft_special_wrap .is-text {
    font-size: 16px;
}
.ft_special_wrap .link-btn {
    margin: 30px 20px 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: 2px 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: 8px;
    height: 9px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 16px;
    background: url(/img/usr/freepage/faketights/icon02_off.png) no-repeat;
}

/* 2023.08 add */
#ft_jump_denier { padding: 30px 20px; border-top: #fff 4px solid; border-bottom: #fff 4px solid; background: #F5CAC3; display: flex; justify-content: center; align-items: center;}
#ft_jump_denier ul { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
#ft_jump_denier ul li { width: calc(50% - 10px); height: 70px; margin: 0 0 50px 0; position: relative;}
#ft_jump_denier ul li::before { content: ''; width: 100%; height: 70px; background: rgba(255,255,255,0.4); display: block; position: absolute; top: 6px; left: 6px;}
#ft_jump_denier ul li::before { content: ''; width: 100%; height: 70px; background: rgba(255,255,255,0.4); display: block; position: absolute; top: 6px; left: 6px;}
#ft_jump_denier ul li a { width: 100%; height: 70px; border: #fff 4px solid; font-size: 26px; 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_denier ul li a span { margin: 0 0 0 3px; font-size: 14px; position: relative; top: 2px;}
#ft_jump_denier ul li a::after { content: ''; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 8px solid #FFF; display: block; position: absolute; right: 6px; top: calc(50% - 6px);}
#ft_jump_denier ul li.new::after { content: ''; width: 140px; height: 36px; display: block; background: url(/img/usr/freepage/faketights/icon_new.png) center center no-repeat; -webkit-background-size: 140px 46px; background-size: 140px 46px; position: absolute; top: -40px; left: calc(50% - 80px);}

/* #ft_jump_denier ul li:first-child { margin: 0 calc(25% + 5px) 20px;} */

#ft_jump_denier ul li.denier250 a { background: #654B33; color: #D89244;}
#ft_jump_denier ul li.denier140 a { background: #E6EB9A;}
#ft_jump_denier ul li.denier110 a { background: #7A9DAD;}
#ft_jump_denier ul li.denier80 a  { background: #F8B8B4;}
#ft_jump_denier ul li.denier80high a  { background: #E17F74;}
#ft_jump_denier ul li.denier40 a  { background: #AAC7AD;}
#ft_jump_denier ul li.denier250 a span { color: #D89244;}
#ft_jump_denier ul li.denier250 a:hover { background: #FFF; border-color: #D89244; color: #D89244;}
#ft_jump_denier ul li.denier140 a:hover { background: #FFF; border-color: #E6EB9A; color: #c5cb71;}
#ft_jump_denier ul li.denier110 a:hover { background: #FFF; border-color: #7A9DAD; color: #7A9DAD;}
#ft_jump_denier ul li.denier80 a:hover  { background: #FFF; border-color: #F8B8B4; color: #F8B8B4;}
#ft_jump_denier ul li.denier80high a:hover  { background: #FFF; border-color: #E17F74; color: #E17F74;}
#ft_jump_denier ul li.denier40 a:hover  { background: #FFF; border-color: #AAC7AD; color: #AAC7AD;}
#ft_jump_denier ul li.denier250 a:hover span { color: #D89244;}
#ft_jump_denier ul li.denier250 a:hover::after { border-left: 8px solid #D89244;}
#ft_jump_denier ul li.denier140 a:hover::after { border-left: 8px solid #E6EB9A;}
#ft_jump_denier ul li.denier110 a:hover::after { border-left: 8px solid #7A9DAD;}
#ft_jump_denier ul li.denier80 a:hover::after  { border-left: 8px solid #F8B8B4;}
#ft_jump_denier ul li.denier80high a:hover::after  { border-left: 8px solid #E17F74;}
#ft_jump_denier ul li.denier40 a:hover::after  { border-left: 8px solid #AAC7AD;}

#faketights .ft_lineup dt img { margin: 0 0 3.4vw;}
#faketights .ft_lineup dd ul { display: flex; justify-content: space-between; flex-wrap: wrap;}
#faketights .ft_lineup dd ul li { width: calc(50% - 6.5px); margin: 0 0 13px 0; text-align: center;}
#faketights .ft_lineup dd ul li:first-child { width: 100%;}
#faketights .ft_lineup dd ul li img { width: 100%; vertical-align: top;}
#faketights .ft_lineup dd ul li a { margin: 0;}
#faketights .ft_lineup dd ul li .notice-text { padding: 5px 0; margin: 0 auto; font-size: 10px; text-align: center; letter-spacing: -0.03em; color: #928A0A; box-sizing: border-box;}
#faketights .ft_lineup .ft_point_btn_area { padding-top: 30px;}
