@charset "utf-8";

/* category.css */

.container {
	background: url(../images/pg_main_bg.png) center top / cover no-repeat;
}

main {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

main h2 {
	position: absolute;
	left: 50%;
	top: 0;
	width: 38.5576%;
	text-align: center;
	margin: 0 0 0 -19.2788%;
}

main h2 img {
	width: 100%;
}

.mainBase {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

.mainBase > picture img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
/* 詳細ページコンテナ */
.container {
  padding-top: calc(2411 / 767 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(../images/sp/pg_main_bg.jpg) center top / cover no-repeat;
}

main h2 {
	left: 50%;
	top: 0;
	width: 80.4347%;
	margin: 0 0 0 -40.21735%;
	padding-top: 1.7%;
}

}

@media only screen and (max-width: 420px) {
}