@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 1081px){/*PC*/
#mv{
	width: 100vw;
	max-width: 1920px;
	height: auto;
	/*background-image: url("../images/mv_bg_01.png");*/
	background-image: url("../images/mv_bg_01.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mv_fence{
	width: 100vw;
	max-width: 1920px;
	height: auto;
	background-image: url("../images/mv_bg_01_fence.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mv_concrete{
	width: 100vw;
	max-width: 1920px;
	height: auto;
	background-image: url("../images/mv_bg_01_concrete.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mv_grass{
	width: 100vw;
	max-width: 1920px;
	height: auto;
	background-image: url("../images/mv_bg_01_grass.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mv_renga{
	width: 100vw;
	max-width: 1920px;
	height: auto;
	background-image: url("../images/mv_bg_01_renga.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mv_wrap{
	width: 100%;
	max-width: 1163px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mv_wrap img{
	width: 100%;
	height: auto;
}
}


@media screen and (min-width: 751px) and (max-width: 1080px){/*TB*/
#mv{
	width: 100vw;
	max-width: 1080px;
	height: auto;
	background-image: url("../images/mv_bg_01.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mv_fence{
	width: 100vw;
	max-width: 1080px;
	height: auto;
	background-image: url("../images/mv_bg_01_fence.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mv_concrete{
	width: 100vw;
	max-width: 1080px;
	height: auto;
	background-image: url("../images/mv_bg_01_concrete.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mv_grass{
	width: 100vw;
	max-width: 1080px;
	height: auto;
	background-image: url("../images/mv_bg_01_grass.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mv_renga{
	width: 100vw;
	max-width: 1080px;
	height: auto;
	background-image: url("../images/mv_bg_01_renga.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mv_wrap{
	width: calc(100% - 2rem);
	height: auto;
	padding: 0 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mv_wrap img{
	width: 100%;
	height: auto;
}
}
@media screen and (max-width: 750px){/*SP*/
#mv{
	width: 100vw;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mv_fence{
	width: 100vw;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mv_concrete{
	width: 100vw;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mv_grass{
	width: 100vw;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mv_renga{
	width: 100vw;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mv_wrap{
	width: calc(100% - 0rem);
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mv_wrap img{
	width: 100%;
	height: auto;
}
}