@charset "utf-8";
/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
.leaseTtl {
    background: url(../../img/lease/lease_mv_bg.jpg) no-repeat center center / cover;
}
.intro {
    margin: 0 0 80px;
    padding: 0 0 54px;
    background: url(../../img/lease/intro_ill.jpg) no-repeat right bottom;
}
.introCatch {
    margin: 0 0 35px;
    font-size: 5.0rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #000;
}
.introCatch .brPc:before {
    content: "\A";
    white-space: pre;
}
.introCatch .especially {
    color: #ab0106;
}
.introCatch span {
    letter-spacing: 0.08em;
}
.introTxt {
    width: 63.2%;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
}
#figureArea {
    margin: 0 0 120px;
    padding: 50px 48px 52px 44px;
    position: relative;
    background: #f9f9f9;
    text-align: center;
}
#figureArea img {
    width: 100%;
}
#figureArea:before, #figureArea:after {
    content: "";
    position: absolute;
    left: 50%;
    background: #ab0106;
    transform: translateX(-50%);
}
#figureArea:before {
    width: 4px;
    height: 60px;
    bottom: -90px;
}
#figureArea:after {
    width: 60px;
    height: 4px;
    bottom: -62px;
}
#lease {
    width: 100%;
    padding: 46px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ab0106;
}
.leaseFigure {
    margin: 0 70px 0 0;
}
.leaseConts {
    width: 456px;
    width: 38%;
}
.leaseContsTtl {
    margin: 0 0 13px;
    padding: 0 0 3px;
    font-size: 3.0rem;
    font-weight: 700;
    color: #ab0106;
    border-bottom: 1px solid #b6b6b6;
}
.leaseTxt {
    margin: 0 0 25px;
    font-size: 2.0rem;
}
.btnLease {
    width: 228px;
}
.linkLease {
    padding: 10px 0 11px;
    font-size: 1.4rem;
    font-weight: 700;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .intro {
        padding: 0 0 20px;
    }
    .introCatch {
        font-size: 4.7rem;
    }
    .introCatch span {
        letter-spacing: 0;
        font-feature-settings: "palt";
    }
    .introTxt {
        width: 58.7%;
        padding: 0 30px 0 0;
    }
}
/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .intro {
        margin: 0 0 60px;
        background: url(../../img/lease/intro_ill.jpg) no-repeat center bottom / 385px;
        padding: 0 0 274px;
    }
    .introCatch {
        margin: 0 0 20px;
        font-size: 4.0rem;
        letter-spacing: 0.02em;
    }
    .introTxt {
        width: 100%;
        font-size: 1.6rem;
        line-height: 1.4;
    }
    #figureArea {
        margin: 0 0 96px;
        padding: 20px 4.9%;
    }
    #figureArea img {
        width: 100%;
    }
    #lease {
        padding: 20px 0 30px;
    }
    .leaseContsTtl {
        font-size: 2.5rem;
    }
    .leaseTxt {
        font-size: 1.6rem;
    }
    #figureArea:before {
        height: 48px;
        bottom: -72px;
    }
    #figureArea:after {
        width: 48px;
        bottom: -50px;
    }
}
/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
    .leaseTtl {
        background: url(../../img/lease/sp_lease_mv_bg.jpg) no-repeat center center / cover;
    }
    .introCatch {
        margin: 0 0 20px;
        font-size: 3.0rem;
        letter-spacing: 0.02em;
    }
    .introTxt {
        width: 100%;
        font-size: 1.6rem;
        line-height: 1.4;
    }
    #figureArea {
        margin: 0 0 96px;
        padding: 20px 4.9%;
    }
    #figureArea img {
        width: 100%;
    }
    #lease {
        padding: 20px 0 30px;
    }
    .leaseFigure {
        width: 203px;
        margin: 0 0 30px;
    }
    .leaseFigure img {
        width: 100%;
    }
    .leaseConts {
        width: 92%;
    }
    .leaseContsTtl {
        font-size: 2.0rem;
    }
    .leaseTxt {
        font-size: 1.6rem;
    }
    #figureArea:before {
        height: 48px;
        bottom: -72px;
    }
    #figureArea:after {
        width: 48px;
        bottom: -50px;
    }
}
@media screen and (min-width: 421px) and (max-width: 767px) {
    .intro {
        margin: 0 0 60px;
        background: url(../../img/lease/intro_ill.svg) no-repeat center bottom / 385px;
        padding: 0 0 274px;
    }
}
@media screen and (max-width: 420px) {
    .intro {
        margin: 0 0 60px;
        background: url(../../img/lease/intro_ill.svg) no-repeat center bottom / 100%;
        padding: 0 0 65.7vw;
    }
}