/* ----------------------------------------
main
----------------------------------------*/
main {
	margin-top: 0;}

/*TAB-Main 中カテゴリタブ*/
/*tab*/
.mainCategoryTab {
	display: flex;
	margin: 0 0 calc(20px + 60px) 0;}
.TAB-Main {
	position: relative;
	width: 50%;
	background-color: #000;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
	.TAB-Main::-moz-focus-inner {
		padding: 0;
		border: 0;}
.TAB-Main .TAB-image {
	display: flex;
		justify-content: center;
		align-items: center;
	height: 340px;
	overflow: hidden;}
.TAB-Main .TAB-image > img {
	display: block;
	width: 100%;
	min-width: 640px;
	min-height: 340px;
	opacity: 0.6;
	transition: opacity 0.2s;}
	.TAB-Main.hover .TAB-image > img {
		opacity: 1;}
.TAB-Main.active .TAB-image > img {
		opacity: 1;}
.TAB-Main .TAB-title {
	position: relative;
	width: 100%;
	padding: 18px 0;
	color: #e60012;
	font-size: 2.8rem;
	font-weight: normal;
	line-height: 100%;
	background: #e1e5e8;
	transition: color,background 0.2s;}
	.TAB-Main.active .TAB-title {
		color: #fff;
		background: #e60012;}
	.TAB-Main.hover .TAB-title {
		color: #fff;
		background: #e60012;}
.TAB-Main .TAB-title .wrap {
	display: inline-block;
	vertical-align: middle;}
	.TAB-Main.active .TAB-title .wrap:after {
		content: "";
		position: absolute;
			right: 50%;
			bottom: -19px;
		transform: translateX(50%);
		display: block;
		width: 23px;
		height: 19px;
		border-top: 22px solid #e60012;
		border-right: 12px solid transparent;
		border-left: 12px solid transparent;}
.TAB-Main .TAB-title .redArrowS {
	position: static;
	margin: 0 20px 0 -30px;
	vertical-align: middle;}
.TAB-Main.active .TAB-title .redArrowS {
	transform: translateY(-50%) rotate(45deg);}
	.TAB-Main.active .TAB-title .redArrowS,
	.TAB-Main.hover .TAB-title .redArrowS {
		border-color: #fff;}
/*content*/
.mainCategoryContent {
	width: 1180px;
	margin: 0 auto;}
.CONT-Main {
	display: none;}
.CONT-Main.active {
	display: block;}

/*TAB-Sub 小カテゴリタブ*/
.hoWTrouble {
	margin: 0 0 30px 0;
	font-size: 2.1rem;
	line-height: 100%;}
.subCategoryTab {
	display: flex;
		flex-wrap: wrap;
	margin: 0 0 80px 0;
	padding: 30px 42px;
	color: #333;
	background: #f5f1ee;}
.subCategoryTab > li {
	width: calc(100% / 8 - 1px * 7 / 8);
	margin: 0 1px 1px 0;}
	.subCategoryTab > li:nth-child(8n) {
		margin-right: 0;}
.subCategoryTab > li > a.button {
	display: flex;
		justify-content: center;
		align-items: center;
	height: 100%;
	padding: 20px 10px;
	color: #333;
	font-size: 1.4rem;
	text-align: center;
	background-color: #fff;
	transition: color ,background 0.2s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
	.subCategoryTab > li > a.button.hover,
	.subCategoryTab > li > a.button.active {
		color: #fff;
		background-color: #e60012;}
.subCategoryContent {
	opacity: 1;
	transition: height,opacity 0.4s;}
	.is-hide {
		display: block;
		opacity: 0;
		height: 0;
		overflow: hidden;
		transition: height,opacity 0.2s;}
	.is-height {
		height: 0;}
.subCategoryContent > h3 {
	margin: 0 0 60px 0;
	font-size: 2.8rem;
	font-weight: normal;
	line-height: 100%;}
.troubleList {
	display: flex;
		flex-wrap: wrap;
	margin: 0 0 80px 0;
	padding: 0 0 120px 0;
	border-bottom: 1px solid #d0d5da;}
.troubleList > li {
	display: flex;
		align-items: center;
	width: calc(100% / 3);
	margin: 0 0 20px 0;
	padding: 20px 80px 20px 30px;
	color: #333;
	font-size: 1.4rem;
	line-height: 1.8rem;
	border-left: 1px solid #d0d5da;}
	.troubleList > li:nth-child(3n) {
		border-right: 1px solid #d0d5da;}
	.troubleList > li:nth-last-child(-n+3) {
		margin-bottom: 0;}
.troubleList > li > a {
	position: relative;
	padding-left: 20px;
	transition: color 0.2s;}
	.troubleList > li > a.hover {
		color: #e60012;}
.troubleList > li > a .redArrowS {
	left: 0;}

.listNotice {
	margin-bottom: 60px;}
.otherProduct {
	padding-top: 40px;
	border-top: 1px solid #d0d5da;}

/* ----------------------------------------
list
----------------------------------------*/
.listSection {
	border-top: 0;}
