
#stage .wrp-campain {
    background-image: url(../images/bg.jpg);
    background-size: contain;
}
#stage .wrp-campain p {
    font-size: 15px;
    line-height: 1.7;
}

@media only screen and (max-width: 736px) {
    #stage .wrp-campain p {
        font-size: 14px;
    }
}

img {
    width: 100%;
    height: 100%;
}
.obj-pc {
	display: block;
}
.obj-sp {
	display: none;
}

@media only screen and (max-width: 736px) {
	.obj-pc {
		display: none;
	}
	.obj-sp {
		display: block;
	}
}

#stage .campaign-inner {
    max-width: 940px;
    margin: 50px auto 0;
}

@media only screen and (max-width: 736px) {
    #stage .campaign-inner {
        margin: 40px 20px 20px;
    }
    

}

#stage .campaign-ttl {
    text-align: center;
    margin: 90px auto 70px;
    position: relative;
}

#stage .campaign-ttl::after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-top: 14px solid #16C5D6;
    border-bottom: 0;
}

#stage .campaign-ttl p {
    font-size: 20px;
    margin-bottom: 18px;
}

#stage .campaign-ttl h1 {
    font-size: 38px;
    font-weight: 500;
}

#stage .campaign-sttl {
    text-align: center;
    margin: 0 auto 30px;
    position: relative;
}

#stage .campaign-sttl h2 {
    font-size: 24px;
}

#stage p.campaign-lead {
    font-size: 18px;
}

@media only screen and (max-width: 736px) {

    #stage .campaign-ttl {
        margin: 0 auto 64px;
    }
    
    #stage .campaign-ttl::after {
        bottom: -20px;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        border-top: 12px solid #16C5D6;
    }
    
    #stage .campaign-ttl p {
        font-size: 16px;
    }
    
    #stage .campaign-ttl h1 {
        font-size: 23px;
    }
    
    #stage .campaign-sttl {
        margin: 0 auto 20px;
    }
    
    #stage .campaign-sttl h2 {
        font-size: 17px;
    }
    
    #stage p.campaign-lead {
        font-size: 14px;
    }

}

#stage .campaign-mv {
    max-width: 940px;
    margin: 60px auto 0;
}

#stage .campaign-item {
    margin-top: 100px;
}

#stage .campaign-flow-list > ul {
    display: flex;
    justify-content: space-between;
}

#stage .campaign-flow-list > ul li.campaign-flow-item {
    flex: 0 0 300px;
    background-color: #FCF9E8;
    padding: 30px 25px;
    position: relative;
    box-sizing: border-box;
}

#stage .campaign-flow-list > ul li.campaign-flow-item .num {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #C2162C;
    width: 60px;
    height: 55px;
    padding: 8px 18px;
    box-sizing: border-box;
    border-radius: 0 0 100px 0;
}

#stage .campaign-flow-list > ul li.campaign-flow-item .num p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

#stage .campaign-flow-list > ul li.campaign-flow-item .campaign-flow-ttl {
    text-align: center;
}

#stage .campaign-flow-list > ul li.campaign-flow-item .campaign-flow-ttl {
    margin-bottom: 25px;
}

#stage .campaign-flow-list > ul li.campaign-flow-item .campaign-flow-ttl h3 {
    text-align: center;
    font-size: 20px;
    color: #CF152D;
}

#stage .campaign-flow-list > ul li.campaign-flow-item .sns {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 20px 0 0 ;
}

#stage .campaign-flow-list > ul li.campaign-flow-item .sns li {
    flex: 0 0 70px;
}


@media only screen and (max-width: 736px) {

    #stage .campaign-mv {
        margin: 0 ;
    }

    #stage .campaign-item {
        margin-top: 60px;
    }
    
    #stage .campaign-flow-list > ul {
        flex-direction: column;
        gap: 20px;
    }
    
    #stage .campaign-flow-list > ul li.campaign-flow-item {
        flex: 0 0 auto;
    }
    
    #stage .campaign-flow-list > ul li.campaign-flow-item .campaign-flow-ttl {
        margin-bottom: 20px;
    }
}


#stage .campaign-flow .campaign-flow-limit {
    text-align: center;
    background-color: #F7F8F8;
    margin: 30px 0 ;
    padding: 16px;
}

#stage .campaign-flow .campaign-flow-limit h3 {
    font-size: 18px;
}

#stage .campaign-flow .campaign-flow-limit-tx p {
    text-align: center;
    font-size: 18px;
}

@media only screen and (max-width: 736px) {

    #stage .campaign-flow .campaign-flow-limit {
        margin: 50px 0 20px;
        padding: 13px;
    }
    
    #stage .campaign-flow .campaign-flow-limit h3 {
        font-size: 16px;
    } 

    #stage .campaign-flow .campaign-flow-limit-tx p {
        font-size: 14px;
    }    

}

#stage .campaign-terms .campaign-sttl,
#stage .campaign-agreement .campaign-sttl {
    text-align: left;
}

#stage .campaign-terms .campaign-terms-item ul li {
    font-size: 18px;
    position: relative;
    padding-left: 1.5em;
}

#stage .campaign-terms .campaign-terms-item ul li::before {
    content: '●';
    position: absolute;
    left: 0;
    top: 0;
    color: #0075C2;
}

#stage .campaign-terms .campaign-terms-item ul li + li {
    margin-top: 20px;
}

#stage .campaign-terms .campaign-terms-item ul.note {
    margin-top: 20px;
}

#stage .campaign-terms .campaign-terms-item ul.note li {
    font-size: 15px;
}

#stage .campaign-terms .campaign-terms-item ul.note li::before {
    content: '※';
    color: #000;
}

#stage .campaign-terms .campaign-terms-bnr {
    text-align: center;
    background-color: #F7F8F8;
    margin: 50px 0 30px;
    padding: 16px;
}

#stage .campaign-terms .campaign-terms-bnr h3 {
    font-size: 18px;
}

#stage .campaign-terms .campaign-terms-bnr-item {
    display: flex;
    gap: 20px;
}

#stage .campaign-terms .campaign-terms-bnr-item li {
    flex: 0 0 220px;
}

#stage .campaign-agreement strong {
    font-size: 15px;
}

#stage .campaign-agreement .campaign-agreement-item {
    height: 580px;
    padding: 40px;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    overflow-y: scroll;
    background-color: #fff;
}

#stage .campaign-agreement p + strong,
#stage .campaign-agreement p + p {
    margin-top: 2em;
    display: block;
}

@media only screen and (max-width: 736px) {
    #stage .campaign-terms .campaign-terms-item ul li {
        font-size: 14px;
    }
    #stage .campaign-agreement .campaign-agreement-item {
        height: 540px;
        padding: 20px;
    }

    #stage .campaign-terms .campaign-terms-bnr-item {
        flex-direction: column;
    }
    
    #stage .campaign-terms .campaign-terms-bnr-item li {
        flex: 0 0 auto;
    }
    
}


/* wrp-bnr-area */
#contentArea .wrp-bnr-area {
	margin:50px auto;
    max-width: 940px;
}
#contentArea .wrp-bnr-area p {
	width:460px;
	float:left;
}
#contentArea .wrp-bnr-area p:first-child {
	margin-right: 20px;
}

@media only screen and (max-width: 736px) {
	#contentArea .wrp-bnr-area {
		margin: 60px 20px 40px;
	}
	#contentArea .wrp-bnr-area p {
		width: 100%;
		float:none;
	}
	#contentArea .wrp-bnr-area p img {
		width: 100%;
	}
	#contentArea .wrp-bnr-area p img:first-child {
		margin-bottom: 10px;
		margin-right: 0;
	}
}
