/* =========================================================
キーヴィジュアル・検索・バナー
========================================================= */
.Sec__topContents {
}

.TopContents__inner {
	flex-direction: inherit;
}

.Keyvisual {
	display: none;
}

.Group__text {
	margin: 2rem 0 0 0;
}

/* =========================================================
基本インフォメーション
========================================================= */

.il__plug {
	width: 3.7rem;
	margin-left: 0.5rem;
    margin-right: 1rem;
}
.Movie__list button{
	position: relative;
	cursor: pointer;
}
.Movie__list button::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../common/images/btn-play.png);
    width: 6.1rem;
    height: 6.1rem;
}
#mongolia .Movie__spot .Tourist__text{
	margin-block: 2rem;
}
.Movie__list{
	transition: all 0.5s;
}
.Movie__list:hover {
	opacity: 0.5;
}
.Movie__spot .Block__information-btn{
	margin-block: 2rem;
}
/* @media screen and (min-width: 940px) { */
@media (width <= 940px) {

	/* =========================================================
	キーヴィジュアル・検索・バナー
	========================================================= */
	.Sec__topContents {
		/* background-image: url(../images/bg__mainVisual-taiwan.jpg); */
		background-image: none !important;
	}

	.Keyvisual {
		display: block;
	}

	.Group__text {
		margin: 4rem 0 0;
	}

	.Group__search {
		margin-top: 3rem;
	}

	.Sec__banner {
		padding-top: 5rem;
	}
}
