body {
    margin: 0;
    background-color: #000000;
    color: #778dff;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important;
    line-height: 1.4;
    font-weight: 300;
}

.c106_teaser {
    margin: 0 auto;
    width: 100vw;
    height: 100vh;
    min-height: 600px;
    background-color: #0b0b0b;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    background-image: url(../images/teaser_bg.png);
}


/* .c106_teaser_sp {
    display: none;
} */


.teaser_content {

}

.teaser_content:first-child{
	max-width: 856px;
	min-width: 600px;
	width: calc(100vw - 60%);
}

.teaser_content:nth-child(2){
	max-width: 880px;
	min-width: 600px;
	width: calc(100vw - 50%);
}

.teaser_content:nth-child(3){
	max-width: 440px;
	min-width: 360px;
	width: calc(100vw - 70%);
}

.teaser_content:nth-child(4){
	max-width: 769px;
	min-width: 600px;
	width: calc(100vw - 70%);
}

.teaser_content img{
	width: 100%;
}

.sp{
    display: none;
}

@media (max-width: 640px) {
	.c106_teaser {
        min-height: 600px;
        background-image: url(../images/teaser_bg_sp.png);
        background-size: cover;
        justify-content: space-around;
    }

    .teaser_content:first-child{
        max-width: 600px;
        min-width: 300px;
        width: 80vw;
    }

    .teaser_content:nth-child(2){
        max-width: 600px;
        min-width: 300px;
        width: 80vw;
    }

    .teaser_content:nth-child(3){
        max-width: 600px;
        min-width: 200px;
        width: 50vw;
    }

    .teaser_content:nth-child(4){
        max-width: 600px;
        min-width: 300px;
        width: 80vw;
    }

    .sp{
        display:block;
    }
    .pc{
        display: none;
    }
	.c106_header_img{
		width: 100%;
	}

}