@charset "utf-8";
.contents {
	gap: 25px;
}
.main {
	margin-left: 5px;
}
section:not(:first-child) {
	margin-top: 30px;
}


/* メインイメージ */
.main-image {
	display: flex;
	gap: 5px;
	padding: 2px;
}
.main-image .top-bnr {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: stretch;
	text-align: center;
}
.main-image .top-bnr li img {
	width: 100%;
}

/* メインコメント */
.top-com {
	display: flex;
	justify-content: center;
	gap: 0 20px;
	margin: 0 auto;
}
.top-com .image {
	width: 500px;
	text-align: right;
}
.top-com .top-com-ifrm {
	display: block;
	width: 230px;
	margin: auto;
}

/* インフォメーション */
.top-info {
	width: 730px;
	margin: 0 auto 40px;
}
.top-info .top-info-ttl {
	text-align: center;
}
.top-info iframe {
	height: 300px;
}

/* チカジとチカチン */
.mascot {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
}

