/* 基本スタイル */
body {
	background-image: url("img/haike.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
}

.container {
	width: 100%;
	padding: 10px;
	max-width: 1200px;
	margin: 0 auto;
}

.logo {
	filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.7));
	height: auto;
	width: 80%;
	margin: 0 auto;
}

.ex, .pm {
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 900;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-size: 25px;
	transform: scale(0.9, 1);
}

.text_back {
	background: #000000;
	width: 100%;
	height: 40px;
}

.rules {
	padding-top: 30px;
	height: auto;
	width: 90%;
	margin: 0 auto;
}

.pm {
	filter: drop-shadow(2px 2px 0px rgba(255, 0, 0, 1));
}

.price {
	height: auto;
	width: 80%;
	margin: 0 auto;
}

/* posterクラスの基本スタイル */
.poster {
	max-width: 75%;
	height: auto;
	margin: 0 auto;
	display: block;
	padding-top: 50px;
}

/* 画像のサイズを制限するためのスタイル */
img {
	max-width: 80%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.price img {
	max-width: 80%; /* 画像を大きく表示 */
}

/* デスクトップ用のスタイル */
@media (min-width: 601px) {
	.logo {
		width: 50%;
	}

	.ex, .pm {
		font-size: 30px;
	}

	.rules {
		width: 80%;
	}

	.price {
		width: 40%;
	}
}

/* 具体的な画像サイズの調整 */
.rules img {
	max-width: 70%;
}

.price img {
	max-width: 70%;
}

.botsu {
	padding-top: 50px;
	height: auto;
	width: 40%;
	margin: 0 auto;
}