@charset "utf-8"; /* CSS Document */
/*--------------------------------------
　Main Index
---------------------------------------*/
.keyArea {
    padding-top: 5rem;
    margin: 0 auto;
    position: relative;
}
.keyArea::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    background: url(img/key.png) center top no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    height: calc(100% - 3rem);
    z-index: -1;
    pointer-events: none;
}
.keyArea .logo{
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}

.keyArea .logo img {
	width: 80%;
}
.keyArea .inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 3rem 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.keyArea .inner::before {
    position: absolute;
    content: "";
    width: 630px;
    height: 450px;
    right: 0;
    top: 25px;
    background: url(img/mv_bg.png) no-repeat left top;
    background-size: 630px auto;
}
.keyArea .inner .subTit {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.keyArea .inner .mainTit {
    font-size: 3.8rem;
    width: 510px;
    background: #f06748;
    line-height: 1.4;
    margin: 0 0 20px 0;
    color: #fff;
    padding: 1.5rem;
    box-sizing: border-box;
}

.keyArea .inner p span {
    background: linear-gradient(transparent 70%, #f5d31e 70%);
	font-weight: bold;
}

.keyArea .inner p {
    width: 510px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 1.4rem;
    background: #fdf0ec;
}


@media screen and (max-width: 480px) {
    .keyArea {
        background: url("img/key.png") right 0rem top  no-repeat;
        background-size: contain;
        padding: 2rem 5% 3rem;
    }
    .keyArea::before {
        content: none;
    }
	
	.keyArea .logo {
		max-width: 210px;
	}
/*     .keyArea .logo img{
        width: 140px;
    } */

    .keyArea .inner {
        margin: 2rem auto 0;
        background: none;
        box-sizing: border-box;
        width: 100%;
        padding: 18rem 0 0;
        min-height: auto;
    }
    .keyArea .inner::before {
        width: 100%;
        height: 17rem;
        background: url(img/mv_bg.png) no-repeat center bottom;
        background-size: auto 17rem;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 0;
    }
    .keyArea .inner .subTit {
        font-size: 1.8rem;
        letter-spacing: 0;
        margin-bottom: 0.5rem;
        text-align: center;
    }

    .keyArea .inner .mainTit {
        text-align: left;
        font-size: 2.1rem;
        width: 100%;
        line-height: 1.4;
        margin: 0 auto;
        padding: .5rem 1rem;
        box-sizing: border-box;
        position: relative;
		text-align: center;
    }

    .keyArea .inner p {
        line-height: 1.6;
        border: none;
        width: 100%;
        margin-top: 1.5rem;
    }
}
