@charset "UTF-8";

/* ====================================
	製品トップ共通スタイル
 ==================================== */

/* フレックスコンテナ */
.flex-container {
	display: flex;
	flex-wrap: wrap;
}

.flex-item {
	width: 100%;
}

/* サブセクション */
.products-sub-title {
	font-weight: 300;
}

.sub-section .ttl {
	font-weight: 500;
}

.sub-title {
	background: #e6e6e6;
}

/* 左アローボタン */
.has-btn-show-list {
	display: flex;
}

ul.list-btn-show-list {
	display: flex;
}

ul.list-btn-show-list li {
	display: flex;
	align-items: center;
}

/* リンクボタンリスト */
ul.list-link-btn {
	display: flex;
}

ul.list-link-btn li {
	margin-left: 10px;
}

ul.list-link-btn li:first-child {
	margin-left: 0;
}

ul.list-link-btn a {
	display: inline-block;
	padding: .5em .8em .5em .5em;
	line-height: 1;
	background-color: #fff;
	color: #535353;
	border: solid 1px #535353;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
}

ul.list-link-btn a .fa-chevron-right {
	margin-right: .25em;
	position: relative;
	top: -.1em;
}

ul.list-link-btn a:hover {
	background: #535353;
	color: #fff;
}

.links-center ul.list-link-btn {
	justify-content: center;
}

/* 製品ラインアップ */
#lineup .prod-name {
	font-weight: 700;
}

#lineup .icon-new {
	color: #e6000d;
}

.prod-colors .pcolor {
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.5rem;
	background: #fff;
	border: solid 1px #a2a2a2;
	border-radius: 50%;
}

.prod-colors .pcolor.black {
	background: #000;
}

.prod-colors .pcolor.grey {
	background: #6f6f6f;
}

.prod-colors .pcolor.brown {
	background: #624a3c;
}

.prod-colors .pcolor.aqua {
	background: #a8caf4;
}

.prod-colors .pcolor.pink {
	background: #f4a8a8;
}

#lineup .prod-text {
	font-weight: 500;
	border-top: dashed 1px #a0a0a0;
}

#lineup .prod-info {
	color: #000;
	/* 空清のみ黒文字対応 */
}

ul.img-icons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

ul.img-icons li {
	margin-top: 0.5em;
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	.mts {
		margin-top: 2rem;
	}

	.mtm {
		margin-top: 4rem;
	}

	/* メインタイトル */
	.main-title {
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 2.4rem;
		border-bottom: solid 1px #D9D9D9;
	}

	/* リンクボタンリスト */
	.links-top {
		display: none;
	}

	.links-center ul.list-link-btn {
		margin-top: 4rem;
	}

	ul.list-link-btn a {
		font-size: 1.2rem;
	}

	/* ページナビ */
	.page-navi-title {
		margin-top: 4rem;
		margin-bottom: 2rem;
		font-size: 1.8rem;
		font-weight: 500;
	}

	ul.list-category {
		display: flex;
		flex-wrap: wrap;
	}

	ul.list-category li {
		margin-right: 1rem;
		margin-bottom: 1rem;
	}

	ul.list-category li a {
		display: inline-block;
		padding: .8em 1em .8em 2.5em;
		font-size: 1.4rem;
		line-height: 1;
		font-weight: 500;
		background-image: url(images/chevron-down-solid.svg);
		background-position: left .75em center;
		background-repeat: no-repeat;
		background-size: auto 1em;
		color: #535353;
		border: solid 1px #A0A0A0;
		border-radius: .5rem;
		text-align: center;
		text-decoration: none;
	}

	/* サブセクション */
	.sub-section {
		padding-top: 4rem;
		padding-bottom: 4rem;
		border-top: solid 1px #d9d9d9;
	}

	.sub-title-container {
		margin-bottom: 3rem;
	}

	.products-sub-title {
		flex-shrink: 0;
		font-size: 2.2rem;
	}

	.sub-section:first-of-type .products-sub-title {
		padding-top: 0;
		border-top: none;
	}

	.sub-title {
		margin-top: 6rem;
		margin-bottom: 2rem;
		padding: 0.25em 0;
		font-size: 1.8rem;
		text-align: center;
	}

	.sub-section .base-width>.sub-title:first-of-type {
		margin-top: 0;
	}

	/* フレックスコンテナ：ハーフ */
	.flex-container.half>.flex-item {
		margin-top: 3rem;
	}

	.flex-container.half>.flex-item:first-of-type {
		margin-top: 0;
	}

	/* フレックスコンテナ：イメージテキスト */
	.flex-container.img-text {
		justify-content: space-between;
	}

	.flex-container.img-text>.img-container,
	.flex-container.img-text>.text-container {
		width: 48%;
	}

	/* フレックスコンテナ：スマホ2列 */
	.flex-container.sp-column2 {
		justify-content: space-between;
		font-size: 1.5rem;
	}

	.flex-container.sp-column2 .ttl {
		margin-top: 0.5em;
		font-size: 1.6rem;
	}

	.flex-container.sp-column2 .text {
		margin-top: 0.5em;
		font-size: 1.4rem;
	}

	.flex-container.sp-column2 .category {
		margin-top: 0.5em;
		font-size: 1.2rem;
		line-height: 1.4;
	}

	.flex-container.sp-column2>.flex-item {
		width: 48%;
		margin-top: 3rem;
	}

	.flex-container.sp-column2>.flex-item:nth-of-type(-n+2) {
		margin-top: 0;
	}

	/* 製品ラインアップ */
	#lineup {
		border-top: none;
	}

	#lineup .img-container {
		padding: 0 2%;
	}

	#lineup .flex-item .text-container {
		padding-top: 10px;
	}

	#lineup .prod-name {
		font-size: 1.7rem;
	}

	#lineup .icon-new {
		display: inline-block;
		margin-left: 0.5em;
		font-size: 1.4rem;
		line-height: 1;
		position: relative;
		top: -0.1em;
	}

	#lineup .prod-text {
		margin-top: 0.6em;
		padding-top: 0.6em;
		font-size: 1.5rem;
	}

	#lineup .flex-item .prod-info {
		margin-top: 0.4em;
		font-size: 1.3rem;
		padding-top: 0.4em;
	}

	.flex-container.half>.flex-item:last-of-type .sub-title {
		margin-top: 3rem;
	}

	ul.img-icons .icon-pci {
		width: 100px;
		margin-right: 14px;
	}

	ul.img-icons .icon-cocoro {
		width: 86px;
	}

	/* 今年のモデルを見る */
	.link-container {
		margin-top: 2rem;
		text-align: right;
	}

}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {
	main[data-footer-type] {
		padding-bottom: 8rem;
	}

	.mts {
		margin-top: 4rem;
	}

	.mtm {
		margin-top: 6rem;
	}

	/* メインタイトル */
	.main-title {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 10rem;
		font-size: 3rem;
		border-top: solid 1px #d9d9d9;
		border-bottom: solid 1px #D9D9D9;
	}

	/* リンクボタンリスト */
	.links-top {
		position: relative;
	}

	.links-top ul.list-link-btn {
		position: absolute;
		top: -67px;
		right: 20px;
	}

	.links-center ul.list-link-btn {
		margin-top: 8rem;
	}

	ul.list-link-btn a {
		font-size: 1.4rem;
	}

	/* ページナビ */
	.page-navi {
		padding-left: 1.5%;
		padding-right: 1.5%;
	}

	.page-navi-title {
		margin-top: 7rem;
		margin-bottom: 2rem;
		font-size: 2rem;
		font-weight: 500;
	}

	ul.list-category {
		display: flex;
	}

	ul.list-category li {
		margin-right: 1rem;
	}

	ul.list-category li a {
		display: inline-block;
		padding: .8em 1em .8em 2.5em;
		line-height: 1;
		font-weight: 500;
		background-image: url(images/chevron-down-solid.svg);
		background-position: left .75em center;
		background-repeat: no-repeat;
		background-size: auto 1em;
		color: #535353;
		border: solid 1px #A0A0A0;
		border-radius: .5rem;
		text-align: center;
		text-decoration: none;
	}

	/* サブセクション */
	.sub-section {
		padding-top: 6rem;
	}

	.sub-title-container {
		padding-top: 5rem;
		border-top: solid 1px #d9d9d9;
	}

	.sub-title-container .products-sub-title {
		font-size: 2.8rem;
	}

	.sub-section:first-of-type .sub-title-container {
		padding-top: 0;
		border-top: none;
	}

	.sub-title {
		margin-top: 12rem;
		margin-bottom: 3rem;
		padding: 0.2em 0;
		font-size: 1.8rem;
		text-align: center;
	}

	.sub-section .base-width>.sub-title:first-of-type {
		margin-top: 4rem;
	}

	/* フレックスコンテナ：ハーフ */
	.flex-container.half {
		justify-content: space-between;
	}

	.flex-container.half>.flex-item {
		width: 48%;
		margin-top: 4rem;
	}

	.flex-container.half>.flex-item:nth-of-type(-n+2) {
		margin-top: 0;
	}

	/* フレックスコンテナ：イメージテキスト */
	.flex-container.img-text {
		justify-content: space-between;
	}

	.flex-container.img-text>.img-container,
	.flex-container.img-text>.text-container {
		width: 48%;
	}

	/* フレックスコンテナ：3列 */
	.flex-container.column3 {
		margin-top: 5rem;
	}

	.flex-container.column3 {
		font-size: 1.5rem;
	}

	.flex-container.column3 .ttl {
		font-size: 1.8rem;
	}

	.flex-container.column3>.flex-item {
		width: 31%;
		margin-left: 3.5%;
		margin-top: 2rem;
	}

	.flex-container.column3>.flex-item:nth-of-type(3n-2) {
		margin-left: 0;
	}

	.flex-container.column3>.flex-item:nth-of-type(-n+3) {
		margin-top: 0;
	}

	/* フレックスコンテナ：4列 */
	.flex-container.column4 {
		margin-top: 5rem;
	}

	.flex-container.column4 {
		font-size: 1.5rem;
	}

	.flex-container.column4 .ttl {
		margin-top: 0.5em;
		font-size: 1.6rem;
	}

	.flex-container.column4 .text {
		margin-top: 0.5em;
		font-size: 1.4rem;
	}

	.flex-container.column4 .category {
		margin-top: 0.5em;
		font-size: 1.2rem;
		line-height: 1.4;
	}

	.flex-container.column4>.flex-item {
		width: 23.5%;
		margin-left: 2%;
		margin-top: 2rem;
	}

	.flex-container.column4>.flex-item:nth-of-type(4n-3) {
		margin-left: 0;
	}

	.flex-container.column4>.flex-item:nth-of-type(-n+4) {
		margin-top: 0;
	}

	/* 製品ラインアップ */
	#lineup .icon-new {
		display: inline-block;
		margin-left: 0.5em;
		font-size: 1.6rem;
		line-height: 1;
		position: relative;
		top: -0.2em;
	}

	#lineup .img-container {
		padding: 0 6.8%;
	}

	#lineup .flex-item .text-container {
		padding-top: 10px;
	}

	#lineup .prod-name {
		font-size: 2.3rem;
	}

	#lineup .prod-text {
		margin-top: 1rem;
		padding-top: 1rem;
	}

	#lineup .flex-item .prod-info {
		margin-top: 0.5em;
		font-size: 1.4rem;
	}

	ul.img-icons .icon-pci {
		width: 120px;
		margin-right: 14px;
	}

	ul.img-icons .icon-cocoro {
		width: 96px;
	}

	/* 今年のモデルを見る */
	.link-container {
		margin-top: .5em;
		text-align: right;
	}

}

/* ====================================
	タブレット専用スタイル
===================================== */
@media screen and (min-width: 768px) and (max-width: 1023px) {

	/* リンクボタンリスト */
	.links-top ul.list-link-btn {
		top: -64px;
		right: 0px;
	}

	ul.list-link-btn a {
		font-size: 1.2rem;
	}
}