body,div,ul,ol,li,p,span,a,*:after,*:before{
    box-sizing: border-box;
}

.smartnews-campaign img{
    width: 100%;
    height: auto;
}

.smartnews-campaign{
}

.mv-sp{
    display: none;
}

.mv-pc{
    margin: -30px 0 0 0;
}

/* メニュー */
.fixed-menu{
    position: sticky;
    left: 0;
    top: 0;
    z-index: 999;
    background: #ffffff;
    box-shadow: 0 1px 8px rgba(0,0,0,10%)
}

.fixed-menu-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 26px);
    max-width: 1080px;
    margin: 0 auto;
}


.fixed-menu-list{
    width: 70%;
    display: flex;
    align-items: center;
    background: #ffffff;
}

.fixed-menu-item{
    position: relative;
    width: 25%;
    height: 78px;
}

.fixed-menu-item.finish::before{
    position: absolute;
    width: 100%;
    content: "終了しました";
    font-weight: bold;
    font-size: 1.3rem;
    bottom: 19px;
    left: 50%;
    color: #999;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
}

.fixed-menu-item::after{
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.fixed-menu-item.finish .fixed-menu-date{
    display: none;
}

.fixed-menu-item.finish .fixed-menu-label{
    background: #999999;
}

.fixed-menu-item.finish .fixed-menu-title{
    color: #999999;
}

.fixed-menu-item.holding::after{
    background: url("../../../img/common/icon-arrow-bottom-black.png") center/contain no-repeat;
}

.fixed-menu-item.finish::after{
    background: url("../../../img/common/icon-arrow-bottom-grey.png") center/contain no-repeat;
}

.fixed-menu-item a{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0 18px;
    color: #000000;
    cursor: pointer;
}

.apple-btn-pc a{
    display: block;
    background: #FAE125;
    padding: 14px 50px 10px;
    border-radius: 50px;
    color: #000;
    font-size: 1.3rem;
    box-shadow: 0 2px 4px rgba(0,0,0,9%);
    font-weight: bold;
    cursor: pointer;
}

.fixed-menu-item.finish a{
    color: #999999;
}

.fixed-menu-item + .fixed-menu-item a:before{
    position: absolute;
    content: "";
    height: 50%;
    width: 1px;
    background: #e5e5e5;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
}

.fixed-menu-item.comming-soon a{
    color: #999999;
    pointer-events: none;
}

.fixed-menu-item a span{
    display: inline-block;
}


.fixed-menu-title{
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: -0.5px;
}

.fixed-menu-label{
    padding: 0 7px;
    height: 17px;
    line-height: 18px;
    margin: 0 0 3px 0;
    background: #000000;
    color: #ffffff;
    font-size: 1.1rem;
}


.fixed-menu-item.finish .fixed-menu-label{
    background: #999999;
}

.fixed-menu-item.comming-soon .fixed-menu-label{
    background: #999999;
}

.fixed-menu-date{
    font-size: 1.2rem;
    line-height: 1.4;
}

/* キャンペーン概要 */
.campaign-outline{
    margin: 40px 0 0 0;
}

.campaign-outline-txt-img{
    width: 80%;
    max-width: 480px;
    margin: 0 auto;
}

.campaign-outline-date-img{
    width: 60%;
    margin: 0 auto;
    max-width: 260px;
}

.campaign-outline-txt{
    width: calc(100% - 26px);
    margin: 20px auto 24px;
    font-size: 1.5rem;
    line-height: 2;
    text-align: center;
}

.campaign-outline-link{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
}

.campaign-outline-link:after{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 52%;
    right: 30px;
    transform: translateY(-50%);
    background: url(../../../img/common/icon-arrow-bottom-black.png) center/contain no-repeat;
}

.campaign-outline-link a{
    display: block;
    background: #FAE125;
    padding: 14px 60px 10px 50px;
    border-radius: 50px;
    color: #000;
    font-size: 1.3rem;
    box-shadow: 0 2px 4px rgba(0,0,0,9%);
    cursor: pointer;
}

.campaing-detail{
    margin: -38% auto 0;
    position: relative;
    width: 90%;
}

.campaing-title{
    position:relative;
    padding: 0 0 0 100px;
}

.campaing-title:after{
    position: absolute;
    left: 10px;
    top: 45%;
    transform: translateY(-50%) rotate(-5deg);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 1px;
    background: #000;
    color: #fff;
    border-radius: 50%;
}

.campaign-item.comming-soon .campaing-title:after{
    background: #999999;
}

.campaign-item.comming-soon .campaing-date{
    color: #999999;
}

.campaign-item.comming-soon .campaing-name{
    color: #999999;
}

.present-content.comming-soon .present-content-img{
    -ms-filter: blur(9px);
    filter: blur(9px);
}

.present-content.comming-soon{
    position: relative;
    margin: 26px auto 0;
}

.movie-content.comming-soon iframe{
    pointer-events: none;
}

.present-content.comming-soon:after{
    position: absolute;
    content: "Coming Soon";
    left: 50%;
    top: 50%;
    z-index: 1;
    color: #505050;
    font-size: 3.8rem;
    font-weight: bold;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    text-shadow: 0px 1px 5px rgba(0,0,0,30%);
}

.movie-content-comingsoon{
    display: none;
}

.movie-content-comingsoon-img{
    width: 70px;
    margin: 0 auto;
}

.movie-content-comingsoon-txt{
    text-align: center;
    font-size: 3.8rem;
    color: #505050;
    font-weight: bold;
    line-height: 1.6;
}

.movie-content-comingsoon-date{
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.2rem;
    border: 1px solid #505050;
    padding: 6px 14px;
    color: #505050;
}

.movie-content.comming-soon .movie-content-comingsoon{
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.movie-content.comming-soon .movie-content-inner{
    position: relative;
}

.movie-content.comming-soon .movie-content-inner:after{
    position: absolute;
    content: "";
    width: 102%;
    height: 101%;
    background: #f5f5f5;
    left: -1%;
    top: -1%;
    pointer-events: none;
}

.campaign-item:nth-of-type(1) .campaing-title:after{
    content: "第1弾";
}
.campaign-item:nth-of-type(2) .campaing-title:after{
    content: "第2弾";
}
.campaign-item:nth-of-type(3) .campaing-title:after{
    content: "第3弾";
}
.campaign-item:nth-of-type(4) .campaing-title:after{
    content: "第4弾";
}

.campaing-name{
    font-size: 3.8rem;
}

.campaing-status{
    position: relative;
    display: inline-block;
    padding: 4px 13px 2px;
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: 1px;
    background: #F82656;
}

.campaing-status:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
    transform: rotate(-4deg);
}

.campaing-date{
    font-size: 1.8rem;
    color: #333333;
    line-height: 1.4;
    font-weight: 500;
}


.present-content{
    margin: 10px auto 0;
    width: calc(100% - 26px);
    background: #ffffff;
    padding: 6%;
    box-shadow: 0 0 8px rgba(0,0,0,10%);
}

.campaing-content-title{
    display: inline-block;
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0 0 36px 0;
    background: linear-gradient(transparent 60%, #FAE125 60%);
}

.movie-content{
    width: calc(100% - 26px);
    margin: 60px auto;
}

.movie-content iframe{
    width: 100%;
    min-height: 610px;
}

hr.content-border{
    width: calc(100% - 26px);
    height: 5px;
    margin: 0 auto;
    background: #000;
}

hr.content-border.pc{
    display: none;
}

.application-method{
    width: calc(100% - 26px);
    margin: 80px auto;
    max-width: 1080px;
}

.application-method-step{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}


.application-method-title{
    font-size: 2.4rem;
    text-align: center;
    margin: 0 0 30px 0;
}

.application-method-step-title{
    position: relative;
    padding: 12px 0 12px 10px;
    text-align: center;
    background: #444444;
    font-size: 1.9rem;
    color: #ffffff;
}

.application-method-step-item{
    position: relative;
    min-height: 216px;
    border: 1px solid #444444;
}

.application-method-next-image{
    display: none;
}

.application-method-step-item:nth-of-type(-n+3){
    width: calc((100% - 36px)/3);
}

.application-method-step-item:nth-of-type(2),.application-method-step-item:nth-of-type(3){
    margin: 0 0 0 18px;
}

.application-method-step-item:nth-of-type(4){
    width: calc(((100% - 18px)/3)*2);
    margin: 24px 0 0 0;
}

.application-method-step-item:nth-of-type(5){
    width: calc((100% - 18px)/3);
    margin: 24px 0 0 18px;
}

.application-method-step-block{
    display: flex;
    justify-content: space-around;
}

.step-label{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: #FAE544;
    border-radius: 50%;
    border: 2px solid #444444;
    color: #000000;
    font-size: 1.3rem;
}

.step-num{
    font-size: 3.1rem;
    font-weight: bold;
}

.application-method-step-txt{
    text-align: center;
    min-height: 40px;
    margin: 32px 0 16px;
    font-size: 1.6rem;
    line-height: 1.3;
}

.application-method-step-link{
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 0 32px 0;
}

.application-method-step-link a{
    display: block;
    background: #FAE125;
    padding: 14px 50px 10px;
    border-radius: 50px;
    color: #000;
    font-size: 1.3rem;
}

.application-method-step-image{
    width: 100%;
    max-width: 140px;
    margin: 0 auto 24px;
}

.app-download{
    position: relative;
    background: url(../../../img/popup-store/smartnews-campaign/app-download-bg.jpg) center/cover no-repeat;
    padding: 26px 0;
    margin: 50px auto;
}

.app-download-inner:after{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(250,250,250,0.8);
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    border-radius: 6px;
}

.app-download-inner{
    position: relative;
    width: 90%;
    max-width: 490px;
    padding: 20px 20px;
    margin: 0 auto;
    z-index: 1;
}

.app-download-icon{
    display: flex;
    max-width: 430px;
    margin: 0 auto;
}

.app-download-icon-item + .app-download-icon-item{
    margin: 0 0 0 10px;
}

.app-download-txt{
    margin: 10px 0;
    font-size: 2.7rem;
    font-weight: bold;
    text-align: center;
}

.explanation{
    margin: 80px 0;
}

.explanation-title{
    font-size: 2.4rem;
    text-align: center;
    margin: 0 0 30px 0;
}

.explanation-list{
    max-width: 560px;
    width: calc(100% - 26px);
    margin: 0 auto;
}

.explanation-item-txt{
    font-size: 1.2rem;
    color: #333333;
    line-height: 1.5;
}

.explanation-item + .explanation-item{
    margin: 16px 0 0 0;
}

.explanation-item-title{
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 0 4px 0;
}

.coupon{
    margin: 50px auto;
    max-width: 560px;
}

.coupon .app-download-txt{

}

.coupon-img{
    margin: 0 0 20px 0;
}

.coupon-img a{
    display: block;
}

.coupon-app-download{
    width: 90%;
    margin: 0 auto;
}

.coupon-app-download a + a{
    margin: 0 0 0 10px;
}

.apply-btn{
    display: inline-block;
    right: 10px;
    bottom: 10px;
    position: fixed;
    z-index: 999;
}

.apply-btn{
    display: none;
}


.campaign-item.comming-soon .campaing-status{
    display: none;
}

.campaign-item.comming-soon .campaing-name > br{
    display: none;
}


.campaign-item.finish .campaing-status{
    display: none;
}

.campaign-item.finish .campaing-name{
    color: #999999;
}

.campaign-item.finish .campaing-name > br{
    display: none;
}

.campaign-item.finish .campaing-title:after{
    background: #999999;
}

.campaign-item.finish .campaing-date{
    color: #999999;
}

.campaign-item.finish .present-content-img{
    position: relative;
}

.campaign-item.finish .present-content-img:after{
    position: absolute;
    content: "終了しました";
    width: 60%;
    background: #666666;
    color: #ffffff;
    padding: 22px;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-12deg);
    opacity: 0.8;
    font-size: 3rem;
    text-align: center;
}


.campaign-item.holding .campaing-status{
    display: inline-block;
}

.apple-btn-pc.finish a{
    background: #cccccc;
    color: #999999;
    pointer-events: none;
}

.campaign-outline-link.finish{
    display: none;
}


@media screen and (max-width:1024px) {
    .application-method-step-txt{
        font-size: 1.3rem;
    }
    .application-method-step-title{
        font-size: 1.4rem;
        letter-spacing: -1px;
    }

}


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

.share-box ul {
    display: flex;
}

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