.fv{
	position: relative;
}

.fv-txt-flex{
	position: absolute;
    display: flex;
    align-items: center;
	justify-content: center;
    white-space: nowrap;
    top: 5vw;
    left: 50%;
    transform: translateX(-50%);
}

.fv-txt-img{
	width: 46vw;
}

.fv-area-txt {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    width: fit-content;
    /* font-family: "Barlow", sans-serif; */
    font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    font-weight: 700;
    font-size: 9vw;
    color: #462008;
    transform: translateY(1.2vw);
    margin-right: 0.7vw;
}