.br-sp{
    display: none;
}
.mfc{
    min-width: 1080px;
    margin: -30px 0 0 0;
    padding: 30px 0;
    background: #000;
    color: #fff;
}

.mfc img{
    width: 100%;
    height: auto;
}

.mfc__inner{

}

.mfc__logo{
    display: flex;
    align-items: center;
    max-width: 130px;
    margin: 0 40px 0 auto;
}

.mfc__logo.mfc-sp{
    display: none;
}

.mfc__logo.mfc-pc{
    display: flex;
}


.mfc__logo-mfc{
    position: relative;
    width: 40%;
}

.mfc__logo-mfc::after{
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #ffffff;
    right: -26%;
    top: 0;
}

.mfc__logo-snkrdunk{
    width: 40%;
    margin: 0 0 0 20%;
}

.mfc__main-textbox{
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}


.mfc__main-title{
    font-size: 6.7rem;
    font-weight: 900;
}

.mfc__main-txt{
    margin: 12px 0 0 0;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
}

.mfc__main{
    position: relative;
    width: calc(100% - 40px);
    max-width: 1080px;
    margin: 0 auto;
}

.mfc__main-textbox{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.mfc__main-img{
    display: flex;
    align-items: center;
    margin-left: auto;
    width: 80%;
}

.mfc__main-img-l{
    width: 600px;
}

.mfc__main-img-r{
    width: 410px;
    margin: 0 0 0 -80px;
    transform: translateY(6%);
}


/* セクション左画像右テキスト */

.mfc__section{
    display: flex;
    width: calc(100% - 40px);
    max-width: 1080px;
    margin: 110px auto 0;
}

.mfc__section-l-img{
    width: 47%;
}

.mfc__section-r-block{
    width: 53%;
    margin: 50px 0 0 0;
}

.mfc__section-txtbox{
    margin: 0 0 60px 40px;
}

.mfc__section-r-img{
    width: 420px;
    margin: 0 0 0 -60px;
}

.mfc__section-num{
    position: relative;
    display: inline-block;
    font-size: 13rem;
}

.mfc__section-num::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 180px;
    background: #ffffff;
    right: -12px;
    top: 10px;
    transform: rotate(35deg);
}

.mfc__section-name{
    font-size: 3.8rem;
    margin: 0 0 0 90px;
    font-weight: 500;
}

.mfc__section.first .mfc__section-name{
font-size: 3.3rem;
margin: 0 0 0 90px;
letter-spacing: -0.8px;
}

.mfc__section-brand{
    display: block;
    font-size: 2rem;
    font-weight: 400;
    margin: 4px 0 0 0;
    opacity: 0.4;
}

.mfc__section-details{
    margin: 16px 0 0 90px;
    font-size: 1.5rem;
    line-height: 1.3;
    letter-spacing: 0.8px;
}

.mfc__product{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    max-width: 800px;
    margin: 50px auto 0;
    padding: 0 0 20px 0;
}

.mfc__product-bg{
    background: #fff;
}

.mfc__product-item{
    width: 50%;
    padding: 3%;
    box-sizing: border-box;
    color: #000;
}

.mfc__product-name{
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.4;
}

.mfc__product-txt{
    font-size: 1.3rem;
    opacity: 0.5;
}


/* セクション右画像左テキスト */
.mfc__section.right{
    flex-direction: row-reverse;
}

.mfc__section.right .mfc__section-txtbox{
    margin: 0 40px 60px 0;
}


.mfc__section.right .mfc__section-r-img{
    width: 420px;
    margin: 0 -60px 0 auto;
}


.mfc__place{
    width: 100%;
    padding: 80px 0;
    background: #1d1d1d;
}


.mfc__place-list{
    max-width: 1020px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.mfc__place-item{
    width: calc(100%/3);
}

.mfc__place-name{
    font-size: 2.6rem;
}

.mfc__place-detail{
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 16px 0 0 0;
}

.mfc__place-title{
    font-size: 4.8rem;
    text-align: center;
    font-weight: 400;
}

.mfc__coupon{
    position: relative;
}


.mfc__coupon-title{
    font-size: 2.6rem;
    text-align: center;
    font-weight: bold;
    font-style: italic;
}

.mfc__coupon-title span{
    background: linear-gradient(transparent 55%, #cccccc 55%,#cccccc 85%,transparent 85%);
}

.mfc__coupon-img{
    min-height: 580px;
    padding: 30px 0;
    background: url("../../../img/popup-store/mfcstore-snkrdunk/coupon-bg-pc.jpg") center/cover no-repeat;
}

.mfc__coupon-img-sp{
    display: none;
}

.mfc__coupon-img-pc{
    display: block;
    max-width: 600px;
    margin: 0 auto;
}

.mfc__coupon-txtbox{
    position: absolute;
    max-width: 580px;
    padding: 20px 4%;
    color: #000;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    z-index: 9;
}

.mfc__coupon-txtbox:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.9;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.8);
}

.mfc__coupon-details {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 20px 0 0 0;
    line-height: 1.5;

}

.mfc__coupon-details span{
    font-size: 1.4rem;
    font-weight: 400;
    opacity: 0.6;
}

.mfc__coupon-txt {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 10px 0 0 0;
    line-height: 1.3;
}

.mfc__coupon-notes{
    margin: 10px 0 0 0;
    font-size: 1.1rem;
    line-height: 1.4;
    color: #666;
}

.mfc__manager{
    display: flex;
    width: calc(100% - 26px);
    max-width: 1080px;
    margin: 60px auto;
}

.mfc__manager-img{
    width: 40%;
}

.mfc__manager-textbox{
    width: 60%;
    margin: 50px 0 0 0;
    padding: 0 0 0 30px;
    box-sizing: border-box;
}

.mfc__manager-title{
    padding: 20px 10px 20px 60px;
    margin: 0 0 0 -66px;
    font-size: 4.2rem;
    font-weight: 400;
    letter-spacing: -3px;
    background: #000;
}

.mfc__manager-txt{
    font-size: 14px;
    line-height: 1.8;
    margin: 24px 0 0;
}


.mfc__model{
    position: relative;
    max-width: 600px;
    margin: 30px auto;
    color: #fff;
}

.mfc__model-textbox{
    width: 92%;
    padding: 16px;
    background: #000;
    margin: 0 auto;
    box-sizing: border-box;
}

.mfc__model-title{
    padding: 0 0 6px 0;
    font-size: 2rem;
    border-bottom: 2px solid #fff;
}

.mfc__model-info{
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    margin: 7px 0;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding: 0 0 6px 0;
    color: #fff;
}

.mfc__model-sns-link{
    display: inline-block;
    margin: 0 10px;
    padding: 3px 5px;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

.mfc__model-sns-link span{
    color: #fff;
    line-height: 1.2;
    cursor: pointer;
}

.mfc__model-sns{
    margin: 0 0 0 auto;
}


.mfc__model-img-sp{
    display: none;
}

.mfc__notes{
    text-align: center;
    font-size: 1.4rem;
}

/* シェアボタン */
.share-box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}

.share-box ul {
    display: inline-block;
}

.share-box ul li {
    display: inline-block;
    margin: 10px 0 0 5px;
}
