/*------------------------------------------------------------------------------
 * PC
------------------------------------------------------------------------------*/


@media screen and (min-width:860px) {
.bannerSec {
    width: 1000px;
    margin: 0px auto;
}
	.top .conceptSec .inner .catch1 {
    position: relative;
    padding: 100px 0 55px 12%!important;
    font-size: 6rem;
    letter-spacing: 7px;
}
	.top .mvSec::after {
    content: "";
    background: none;
    width: 1px;
    height: calc(12vh + 202px);
    display: block;
    position: absolute;
    top: 78vh;
    left: 50%;
}
	}

/*------------------------------------------------------------------------------
 * SP
------------------------------------------------------------------------------*/


@media screen and (max-width:859px) {
	    .bannerSec {
        width: 90%;
        margin: 0px auto 0px auto;
    }
	
}
