@charset "UTF-8";
/* CSS Document */

.thin-X {
	font-weight: 100;
}

.lead {
	font-size: 1.6rem;
	font-weight: 400;
	margin-top: 1.8em;
}

#salesInfo h2 {
	font-size: 3.2rem;
	line-height: 1.6;
	text-decoration: underline 0.2em;
	text-decoration-color: #d60000;
	margin-bottom: 0.5em;
}

.salesSchedule {
	font-size: 1.8rem;
	color: #fff;
	font-weight: 500;
}

.shoplist {
	margin-top: 1em;
	column-count: 4;
	max-width: 94em;
}

.shoplist li {
	margin: 0.2em 0;
}

.shoplist li:first-of-type {
	margin: 0;
}

.aslist {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	margin-top: 2.5em;
}

.aslist li {
	width: 42%;
	margin: 0 4%;
	text-align: center;
}

.aslist img {
	width: 66%;
	max-width: 350px;
}

.aslist p {
	margin: 1.6em 0 1em;
	line-height: 1.4;
}

.spec.lineup {
	margin-bottom: 0;
}

h2 {
	font-size: 3.8rem;
}

.productImg {
	background: #323232;
	padding: 3rem 0;
	margin-bottom: 4px;
}

.productImg h3 {
	font-size: 2.8rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: -1em;
}

.productImg h3 span {
	font-size: 1.1em;
}

.productImg img {
	display: block;
	width: 100%;
	max-width: 1420px;
	margin: 0 auto;
}

.productImg .pkg {
	width: 60%;
	text-align: center;
	margin: 5em auto 0;
}

.productImg .pkg img {
	max-width: 660px;
}

.productImg .pkg p {
	color: #fff;
	margin-top: -0.5em;
	font-size: 1.25em;
	font-weight: 500;
}

.superv {
	text-align: right;
	color: #b1b1b1;
	font-weight: 200;
	line-height: 1.4;
	margin-bottom: 0;
}

.superv small {
	display: inline-block;
	text-align: left;
}

.superv.left {
	text-align: left;
}

#salesInfo h3,
.spec h3 {
	font-size: 1.8rem;
	color: #fff;
	font-weight: 600;
	clear: both;
	background: #333;
	padding: 0.3em 0.5em;
	border-left: solid 0.33em #d60000;
	margin: 6rem 0 2.5rem;
}

.spec h4 {
	font-weight: 600;
	border-left: solid 4px #666;
	padding-left: 0.5em;
}

.modelWrap {
	width: 49%;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
}

.model {
	width: 47.96%;
}

.model th {
	width: 4.5em !important;
}

.spec .model table {
	width: 100%;
}


@media screen and (max-width: 1400px) {

	.shoplist {
		column-count: 3;
		max-width: 80em;
	}
}

@media screen and (min-width: 1000px) {

	.aslist li {
		width: 38%;
	}

	.aslist img {
		width: 66%;
	}
}


@media screen and (max-width: 780px) {

	.modelWrap {
		width: 100%;
	}
}


@media screen and (max-width: 700px) {

	.shoplist {
		column-count: 2;
	}
}


@media screen and (max-width: 600px) {

	.aslist img {
		width: 80%;
	}

	.productImg h3 {
		font-size: 2rem;
	}
}


@media screen and (max-width: 500px) {

	.shoplist {
		column-count: auto;
	}
}

@media screen and (max-width: 480px) {

	.productImg h3 {
		font-size: 1.8rem;
	}

	.modelWrap {
		flex-wrap: wrap;
	}

	.model {
		width: calc(50% - 0.75em);
		min-width: 130px;
	}
}