#top_main {
    margin-block-start: 0;
}

#mv {
    position: relative;
}

#mv .inner.tex h2 {
    margin: 0 8rem;
    position: absolute;
    z-index: 2;
    top: 30%;
    left: 0%;
    transform: translate(0%, 0%);
	    font-size: 3rem;
    line-height: 1.25;
}

#mv h2 span{
	color:black;
	background-color:#fff;
}

#mv .inner.picture {
    z-index: 1;
}

#mv img {
    width: 70%;
	margin-left: auto;
    height: calc(100vh / 1.25);
    object-fit: cover;
    display: block;
}

#mv .inner.tex.bottom {
    width: 70%;
    margin: 2rem 0;
    margin-left: auto;
}

/* ページネーション */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: auto;
    right: 0 !important;
    width: 30% !important;
}

.swiper-pagination-bullet {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    transition: transform 0.2s linear;
    margin: 1rem !important;
    background: unset !important;
}

.swiper-pagination-bullet-active {
    background: unset !important;
}

@media screen and (max-width: 768px) {
    #mv img {
        height: 100vh;
		width:100%;
		margin:auto;
    }
    #mv .inner.tex h2 {
        margin: 1rem;
        top: 20%;
    }
    #mv .inner.tex.bottom {
        width: 98%;
        margin: auto;
        margin-block-start: 30px;
    }
}
