/*

	viewport settings

**************************************************/
/*

	font setting

**************************************************/
/*

	clearfix settings

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	hover transition

**************************************************/
.fv {
    background: url(../img/front/bg_fv.png) no-repeat 0 0;
    background-size: cover;
    width: 100%;
    height: 340px;
    margin-bottom: 40px;
    position: relative;
    display: flex;
    justify-content: center;
}
.fv p {
    font-size: 17px;
    letter-spacing: .9px; }
.fv p br {
    display: none;
}
.fv_img {
    width: 397px;
    position: static;
    transform: translateY(0);
    flex: 1;
}
.fv_img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.fv_title {
    font-size: 30px;
    line-height: 46px;
    left: .9px;
    margin-bottom: 24px;
}

@media (min-width: 768px) {
.fv_content {
    margin-right: 80px;
}
.fv_inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    width: auto;
    padding: 0 23px 0 23px;
    left: auto;
}
}
@media (max-width: 767px) {
.fv {
    background: url(../img/front/bg_fv_sp.png) no-repeat 0 0;
    width: 100%;
    height: auto;
    margin-bottom: 6.25vw;
    position: relative;
    padding: 23.4375vw 6.25vw 18.4375vw;
    box-sizing: border-box;
}
    .fv p {
        font-size: 5vw;
        line-height: 8.125vw; }
        .fv p br {
        display: block; }
    .fv_inner {
        position: static;
        width: 100%;
        transform: translateY(0%);
        text-align: center; }
    .fv_title {
        font-size: 7.1875vw;
        line-height: 10.9375vw;
        margin-bottom: 5.3125vw; }
    .fv_img {
        margin-top: 14.6875vw;
        position: static;
        width: 100%;
        transform: translateY(0%); }
        .fv_img img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
}

}

#bottom_nav {
    margin-top: 50px;
}

/*# sourceMappingURL=style.css.map */
