.img_sakura_01,
.img_douji,
.img_mujaku,
.img_sakura_02,
.text_01_ome,
.text_02_itsumo,
.text_03_shuku,
.text_04_kei,
.text_05_unkei,
.text_06_zutomo,
.text_07_shukusotu{
	position: absolute;
}
.img_douji{
	    left: 5.5%;
    bottom: 11%;
    /* transform: translateY(-43%); */
    width: 20%;
}
.img_sakura_01{
	left: 50%;
    top: 5%;
    width: 90%;
    transform: translateX(-50%);
}
.text_07_shukusotu{
	left: 28%;
    top: 26%;
    width: 9%;
}
.text_06_zutomo{
	    left: 7%;
    top: 32%;
    width: 10%;
}
.text_05_unkei{
	    left: 28%;
    bottom: 19%;
    width: 11%;
}
.text_04_kei{
	    left: 22%;
    top: 10%;
    width: 6%;
}
.text_01_ome{
	left: 50%;
	transform:translateX(-50%);
    top: 10%;
    height: 80%;
}
/*
right
*/

.text_03_shuku{
	right: 11%;
    top: 21%;
    width: 8%;
}
.text_02_itsumo{
	right: 5%;
    top: 34%;
    width: 8%;
}
.img_mujaku{
	right: 7%;
    bottom: 8%;
    width: 33%;
}
.img_sakura_02{
	right: 30%;
    top: 10%;
    width: 4%;
    opacity: 0.7;
}
@media (max-width: 991px) {
    .text_02_itsumo {
    right: 12%;
    top: 32%;
    width: 18%;
}
    .text_03_shuku {
    right: 12%;
    top: 15%;
    width: 18%;
}
    .text_04_kei {
    width: 14%;
    }
    .text_05_unkei {
    left: 13%;
    bottom: 40%;
    width: 16%;
}
    .text_06_zutomo {
        top: 28%;
        width: 20%;
    }
    .text_07_shukusotu {
    left: 20%;
    top: 35%;
    width: 15%;
}
.img_douji {
    left: 5.5%;
    bottom: 9%;
    /* transform: translateY(-43%); */
    width: 27%;
}
.img_mujaku {
    right: 4%;
    bottom: 8%;
    width: 39%;
}
}