.question-wrap {
    margin: 0 auto;
    width: 100%;
}
.effect {
    width: 800px;
	margin: 0 auto;
}

.effect_1 {
    width: 100%;
    height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
.effect-area{
    /* display: flex; */
}
.effect-image{
    width: 100%;
    text-align: center;
}

.answer{
    font-size: 45px;
}