@charset "UTF-8";

/* campaign
---------------------------------------------------------- */
.campaign {
    position: relative;
    padding-top: 72px;
}

.wrap-campaign,
.wrap-campaign-box {
    position: relative;
}

.wrap-campaign {
    background-color: #f4f6f3;
    background-image: url("../img/campaign/2607/bg_mid.webp"), url("../img/campaign/2607/bg_bottom.webp");
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto ;  
}


.wrap-campaign-box {
    width: 760px;
    margin: 0 auto 0;
    z-index: 3;
}

.head-campaign,
.body-campaign {
    position: relative;
    
}

.head-campaign .box-wrap,
.body-campaign .box-wrap {
	text-align: center;
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    z-index: 3;
}

h1.tit-img {
    position: relative;
    z-index: 4;
    margin-bottom: 40px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

h1.tit-img .img-tit {
    vertical-align: bottom;
}

.txt-head {
    margin: -7% auto 0;
    padding: 0 0 25px;
    width: 460px;
    text-align: center;
    position: relative;
    z-index: 5;
}

.head-campaign .box-wrap .txt-head img {
    width: 465px;
    position: relative;
}

.list-campaign {
	display:flex; 
    flex-wrap: wrap;
    height:auto;
    width: 720px;
    margin: 0 auto 0;
    padding: 30px ;
    gap: 60px;
    position: relative;
    z-index: 5;
    box-sizing: border-box;
    background: #FFF;
}

.list-campaign li {
    position: relative;
    width: 100%;
    padding: 0 0 0;
}

.list-campaign li::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -31px;
    background: url("../img/campaign/2607/line.svg") top center repeat-y;
    background-size: 100% auto ;
}

.list-campaign li:last-child::after {
    display: none;
}

.list-campaign p {
    margin: 0 0 0 0;
}

.list-campaign img {
    width: auto;
    vertical-align: bottom;
}


.box-campaign-mid {
	padding:40px 0 60px;
    position: relative;
    z-index: 10;
}

.box-campaign-bottom {
	background: #fff;
	padding:50px 0;
}


.box-campaign-mid .box,
.box-campaign-bottom .box {
	max-width: 720px;
	margin: 0 auto;
    text-align: left;
	color: #000000;
    padding: 0;
}

.box-campaign-bottom .box {
	max-width: 780px;
    padding: 0 30px;
}

.box-campaign-mid .box p,
.box-campaign-bottom .box p {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.01em;
	text-align: left;
    transform: rotate(0.03deg);
}

.box-campaign-bottom .box p.txt-last {
    margin-bottom: 65px;
}

.box-search-realestate {
    background: #FFF !important;
}

.box-campaign-bottom .btn-link-bk {
    display: block;
    width: 300px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    margin: 0 auto;
    background: #000;
    color: #FFF;
    letter-spacing: 1.44px;
    font-size: 16px;
    font-family: var(--font-family-noto-serif-jp), serif;
    font-style: normal;
    font-weight: 500;
}

.bnr-amazon {
    position: absolute;
    top: 39.5vw;
    left: 0;
    right: 0;
    width: 41.3vw;
    max-width: 800px;
    min-width: 500px;
    height: auto;
    margin: auto;
    z-index: 5;
}

.bnr-amazon img {
    width: 100%;
    height: auto;
}

@media (min-width: 1940px) {
    .bnr-amazon {
        top:765px;
    }
}

@media (max-width: 1215px) {
    .bnr-amazon {
        top:480px;
    }
}


/* sp
---------------------------------------------------------- */

@media (max-width: 767px) {
    .body-campaign {
        background: none;
    }
    .body-campaign .box-wrap {
        padding: 0 0 30px;
    }
    
    .campaign { padding-top: 0; }
    
    h1.tit-img {
        background: none;
        aspect-ratio: auto;
        height: auto;
        margin-bottom: 0;
    }
    
    h1.tit-img .sp {
        top:0px;
        position: relative;
    }

    
    .wrap-campaign {
        overflow: hidden;
        background-image: url("../img/campaign/2607/bg_bottom_sp.webp");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100% auto ;  
    }
    
    
    .wrap-campaign-box {
        width: 100%;
        margin: 0 auto 0;
    }    
    
    .txt-head {
        margin: -10vw auto 0 ;
        padding: 0 0 6vw;
        width: 80vw;
        text-align: center;
    }
    
    .body-campaign .box-wrap .txt-head img {
        width: 75%;
    }
    
    .list-campaign {
        padding: 4vw 4vw 4vw 0;
        width: 92%;
        gap: 8vw;
        margin: 0 auto 8vw;
    }
    
    .list-campaign li {
        padding: 0 0 0 0;
        width: 100%;
    }
    
    .list-campaign li::after {
        content: "";
        display: block;
        width: calc(100% - 4.2vw);
        margin-left: 4.2vw;
        height: 2px;
        position: absolute;
        bottom: -5vw;
        background: url("../img/campaign/2607/line.svg") top center repeat-y;
        background-size: 100% auto ;
    }
    
    .list-campaign p {
        margin: 0 auto 0 0;
        padding-bottom: 5vw;
    }
    
    .list-campaign li:first-child p {
         padding-bottom: 0.8vw;
    }
    
    .box-campaign-mid {
		padding: 0 5% 8vw;
	}
    
	.box-campaign-bottom {
		padding: 6vw 0 8vw;
	}
    
    .box-campaign-bottom .box {
        padding: 0 5%;
    }
	
    .box-campaign-mid .box p,
	.box-campaign-bottom .box p {
		font-size: 14px;
        line-height: 25px;
	} 
    
    
	.box-campaign-bottom .box p.txt-last {
        padding-top: 10px;
        text-align: center;
	}
    
    .box-campaign-bottom .btn-link-bk {
        width: 220px;
        font-size: 15px;
    }
    
    .bnr-amazon {
        top: -16vw;
        width: 90%;
        min-width: 90%;
        position: relative;
    }

}

