@charset "utf-8";

/*ヘッダー*/
.header_cont {
    display:flex;
    width:100%;
    height:calc(100vh - 100px);
}
.clm-left , .clm-right {
    width:50%;
    height:auto;
}
.clm-left {
    display: flex;
    justify-content: center;
    align-items: center;
}
.left_inner , .right_inner {
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-attachment: fixed;*/
    background-size:cover;
    background-position: center,center;
    background-repeat:no-repeat;
}
.left_inner p {
	width:100%;
	text-align:center;
}
@media screen and (min-width:1270px){
.sp {
    display: none;
}
.pc {
    display: block;
}
}

/*ヘッダー*/

/*フッター*/
/*フッター*/