@charset "UTF-8";

#lv_outer {
    background: #fff !important;
    border-top: 169px solid transparent;
   
}

#lv:not(.parallax).blur5 .parallax_img {
     /*height: 205px !important;*/
    opacity: 1.0;
    /*background-position-y: -110px !important;*/
}

#lv {
    padding-top: 0!important;
    background: #000;
    height: 200px;
    padding-bottom: 0px;
    box-shadow: none !important;
    width: 1200px;
    z-index: 2;
}


#lv:not(.parallax).blur0 .parallax_img {
     /*height: 100% !important;*/
    /*background-position-y: -110px !important;*/
}


@media screen and (max-width: 768px) {
#lv {
    padding-top: 0!important;
    background: #000;
    height: 200px;
    padding-bottom: 0px;
    box-shadow: none !important;
    width: 1200px;
    z-index: 2;
    max-width: 100%;
}
}
@media screen and (max-width: 768px) {
#lv:not(.parallax).blur5 .parallax_img {
    /* height: 205px !important; */
    opacity: 1.0;
    /* background-position-y: -315px !important; */
}
}

@media screen and (max-width: 768px) {
#lv:not(.parallax).blur5 .parallax_img {
     /*height: 205px !important;*/
    opacity: 1.0;
   /* background-position-y: 0px !important;*/
}
}

@media screen and (max-width: 768px) {
#lv:not(.parallax).blur0 .parallax_img {
    height: 100% !important;
    /*background-position-y: 0px !important;*/
}
}
@media screen and (min-width: 901px) {
#banner + section {
    max-width: 1030px;
    margin: 60px auto 30px;
    padding: 0;
    border: 1px solid #cccccc;
    border-radius: 10px;
}
#banner + section .content_wrapper {
    padding: 0 !important;
}
#banner + section .content_wrapper .wrapper_item {
    align-items: center;
}
}

#seikeidoimgsp+*{
	display: none;
}
@media screen and (max-width: 500px) {
	#seikeidoimg+*{
		display: none;
	}
	#seikeidoimgsp+*{
		display: block;
	}
}
@media screen and (max-width: 900px) {
#lv:not(.parallax).blur0 .parallax_img {
    height: calc(100% + 20px) !important;
    margin-top: 0 !important;
}
}