
/* キャンペーン */
#campaign,
#campaign-mid{
	padding: 4em 0 0em;
    background-image: url(../../images/campaign-back.webp);
    background-size: cover;
}

#campaign .campaign_bnr{
    margin-bottom: 2em;
}

#campaign .campaign_bnr.end {
	position: relative;
}
#campaign .campaign_bnr.end a:after {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	color: #FFFFFF;
	font-size: 1.5em;
	content: "本キャンペーンの申込期間は終了しました";
}

#campaign .campaign_bnr.end .click-banner:after {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	color: #FFFFFF;
	font-size: 1.5em;
	content: "本キャンペーンの申込期間は終了しました";
}

#campaign button{
    margin-top: 3em;
}

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
	background-color: #fff;
}

.sp-banner{
    display: block;
}

.pc-banner{
    display: none;
}

/*アコーディオンタイトル*/
.click-banner {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    transition: all .5s ease;
    width:100%;
}

.click-banner:hover{
	opacity: 0.7;
	cursor: pointer;
	transition: all 0.3s;
}

.banner-img{
    margin: 1em 0;   
}

.banner-img img{
    width:100%;
}

.click-banner img{
    width: 100%;
    height: auto;
}

/*アコーディオンで現れるエリア*/
.accordion-inner {
    display: none;/*はじめは非表示*/
    width:95%;
    margin: 0 auto;
    padding-bottom: 2em;
}

.lp-link{
    width:100%;
	background-color: rgba(255,255,255,0.95);
}

.lp-link a:hover{
    opacity: 0.7;
    cursor: pointer;
    transition: all 0.3s;
}

.lp-link img{
    width:100%;
    height: auto;
}

.sp-link{
    display: block;
    max-width:600px;
    width: 100%;
}

.sp-link img{
    width:100%;
}

.pc-link{
    display: none;
}

.click p{
    text-align: center;
    width:100%;
    background: linear-gradient(#DEDEDE,#FFFFFF);
    font-size: 12px;
    line-height: 16px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    position: relative;
}

.sp-img{
    display: block;
}

.pc-img{
    display: none;
}
