@charset "UTF-8";

.show-l {
	display: none;
}

.show-m {
	display: none;
}

.show-s {
	display: none;
}

@media screen and (min-width: 1100px) {
	.show-l {
		display: block !important;
	}
}
@media screen and (min-width: 520px) and (max-width: 1099px) {
	.show-m {
		display: block !important;
	}
}
@media screen and (max-width: 519px) {
	.show-s {
		display: block !important;
	}
}
@media screen and (min-width: 520px) and (max-width: 750px) {
	.none-520-700 {
		display: none !important;
	}
}
.c-button-block-to-index {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.c-button-block-to-index .c-button {
	min-width: 266px;
}

.show-pc {
	display: block;
}

.show-sp {
	display: none;
}

@media screen and (max-width: 519px) {
	.show-pc {
		display: none;
	}
	.show-sp {
		display: block;
	}
}
.eqPlayerBlock {
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 10px;
}

