/* Y'S GEAR : category-top.css */


@import "promotion.css";


/*======================================================================*
 *  [ common | 共通項目 ]
 *======================================================================*/

.contentsWidth > section, 
.contentsWidth > aside {
	margin: 0 0 40px 0;
}

.contentsWidth h2 {
	margin: 0 0 5px 0;
	color: #606060;
	border-bottom: 1px solid #a5a5a5;
	font-family: 'Lato', sans-serif;
	/* font-family: Verdana; */
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 300;
	line-height: .8;
}


/*======================================================================*
 *  [ grid | グリッド ] 
 *======================================================================*/

.gridWrap {
}
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6 {
	float: left;
	border: 1px solid transparent;
	box-sizing: border-box;
}
.grid1 { width: 16.66666667%; }
.grid2 { width: 33.33333334%; }
.grid3 { width: 50.00000001%; }
.grid4 { width: 66.66666668%; }
.grid5 { width: 83.33333335%; }
.grid6 { width: 100%; }
.first {
	margin: 0 0 0 16.66666667%;
	clear: left;
}


/*======================================================================*
 *  [ featuresBox | 特長 ]
 *======================================================================*/

.featuresBox {
	margin: 0 0 40px 0;
}

.featuresBox h2 {
	margin: 0 0 15px 0;
	padding: 12px 20px;
	border: none;
	background: #505050 !important;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-family:
		Verdana, 
		"游ゴシック体", "Yu Gothic", YuGothic, 
		"メイリオ", Meiryo, 
		"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 
		"ＭＳ Ｐゴシック", "MS PGothic", 
		sans-serif;
	font-weight: bold;
}

.featuresBox h2 + p, 
.featuresBox .outlineText {
	margin: 0 0 30px 0;
	color: #010101;
	font-size: 16px;
	font-size: 16.rem;
}

.featuresBox .disc {
	padding: 0 0 0 20px;
	font-size: 14px;
	font-size: 1.4rem;
}
.featuresBox .disc li {
	list-style-type: disc;
	margin: 10px 0 0 0;
}

/* [ section ] */
.featuresBox section + section {
	margin: 20px 0 0 0;
}
.featuresBox section h3 {
	font-size: 18px;
	font-size: 1.8rem;
}
.featuresBox section p {
	margin: 10px 0 0 0;
	font-size: 14px;
	font-size: 1.4rem;

}

/* [ featuresTable | 表 ] */
.featuresTable {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.2;
}
.featuresTable table{
	border-top: 1px solid #b4b4b4;
	border-left: 1px solid #b4b4b4;
	box-sizing: border-box;
}
.featuresTable th, 
.featuresTable td {
	border-right: 1px solid #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
	box-sizing: border-box;
	vertical-align: middle;
}
.featuresTable th, 
.featuresTable td {
	padding: 10px;
}

.featuresTable thead th {
	background: #969696;
	color: #fff;
}

.featuresTable tbody tr:nth-child(even) th, 
.featuresTable tbody tr:nth-child(even) td {
	background-color: #f2f2f2;
}
.featuresTable tbody th {
	background-image: url(/shared/img/category-top/bg_th.png);
	background-size: 3px 3px;
	color: #464646;
}


/*======================================================================*
 *  [ categoryName | カテゴリ名 ]
 *======================================================================*/

.categoryName {
	margin-bottom: 20px;
	color: #4794cf;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
}


/*======================================================================*
 *  [ categorySummary | カテゴリまとめ ]
 *======================================================================*/

.categorySummary {
	margin: -1px 0 40px 0;
	padding: 1px 0 0 0; /* FireFox対策 */
}

.categorySummary li {
	float: left;
	margin: 0 0 2px 0;
}
.categorySummary li.last {
	float: right;
}
.categorySummary a {
	display: table;
	width: 100%;
}

.categorySummary div, 
.categorySummary figure {
	display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;
}

/* [ column3 | 大 ] */
.categorySummary .column3        { width: 100%; }
.categorySummary .column3 .ttl   { width: 25%; }
.categorySummary .column3 figure { width: 75%; }

/* [ column2 | 中 ] */
.categorySummary .column2        { width: 100%; }
.categorySummary .column2 .ttl   { width: 50%; }
.categorySummary .column2 figure { width: 50%; }

/* [ column3 | 小 ] */
.categorySummary .column1        { width: 50%; }
.categorySummary .column1 .ttl   { width: 50%; }
.categorySummary .column1 figure { width: 50%; }
.categorySummary .column1.left + .right, 
.categorySummary .column1.right + .left { clear: both; }
.categorySummary .column1.left.leftm { margin-left: 25%; }

/* [ カテゴリ名 ] */
.categorySummary p {
	position: relative;
	color: #010101;
	font-family: 'Lato', sans-serif;
	line-height: 1.2;
	word-wrap: break-word;
}
.categorySummary p:before {
	display: block;
	position: absolute;
	top: 50%;
	width: 12px;
	height: 12px;
	margin: -7px 0 0 0;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	content: "";
}
.categorySummary p span {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
}
.categorySummary p span.mainte {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
}

/* [ カテゴリ名 文字詰め ] */
.categorySummary p.ls04 { letter-spacing: -.04em; }
.categorySummary p.ls05 { letter-spacing: -.05em; }
.categorySummary p.ls06 { letter-spacing: -.06em; }
.categorySummary p.ls07 { letter-spacing: -.07em; }
.categorySummary p.ls08 { letter-spacing: -.08em; }
.categorySummary p.ls09 { letter-spacing: -.09em; }
.categorySummary p.ls10 { letter-spacing: -.10em; }
.categorySummary p.ls11 { letter-spacing: -.11em; }
.categorySummary p.ls12 { letter-spacing: -.12em; }
.categorySummary p.ls13 { letter-spacing: -.13em; }
.categorySummary p.ls14 { letter-spacing: -.14em; }
.categorySummary p.ls15 { letter-spacing: -.15em; }
.categorySummary p.ls16 { letter-spacing: -.16em; }

/* [ カテゴリ名 単語の途中で強制改行 ] */
.categorySummary p .break:before { content: "-"; }

/* [ right ] */
.categorySummary .right p { padding: 0 25px 0 0; text-align: right; }
.categorySummary .right p:before {
	right: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* [ left ] */
.categorySummary .left p { padding: 0 0 0 25px; }
.categorySummary .left p:before {
	left: 10px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

/* [ large ] */
.categorySummary .large p { font-size: 26px; font-size: 2.6rem; }

/* [ medium ] */
.categorySummary .medium p { font-size: 23px; font-size: 2.3rem; }

/* [ small ] */
.categorySummary .small p { font-size: 20px; font-size: 2rem; }

/* [ 画像 ] */
.categorySummary img {
	width: 100%;
	border: 1px solid #acacac;
	box-sizing: border-box;
	vertical-align: middle;
}


/*======================================================================*
 *  [ categorySummary2 | カテゴリまとめ ]
 *======================================================================*/

.categorySummary2 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
}
.categorySummary2 li {
	margin: 0 0 30px 16px;
}
.categorySummary2 a {
	display: block;
	color: #000;
}
.categorySummary2 figure {
	position: relative;
	border: 1px solid #a5a5a5;
	overflow: hidden;
}
.categorySummary2 p {
	position: relative;
	margin-top: 10px;
	padding-left: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
}
.categorySummary2 p::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 1px;
	background: #aaa;
	content: "";
}
.categorySummary2 .first {
	margin-left: 0;
}
.categorySummary2 .column1 {
	width: 100%;
	margin-left: 0;
}
.categorySummary2 .column1 figure {
	padding-top: 27.4%;
}
.categorySummary2 .column1 img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.categorySummary2 .column2 {
	width: calc(50% - 8px);
}
@supports (-ms-ime-align: auto) {
	.categorySummary2 .column2 {
		width: calc(50% - 8.5px);
	}
}
.categorySummary2 .column3 {
	width: calc(33.33% - 10.66px);
}
.categorySummary2 .column3 figure {
	padding-top: 86%;
}
.categorySummary2 .column3 img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	max-width: 200%;
	width: auto;
	height: 100%;
}


/*======================================================================*
 *  [ categoryLineup | ラインナップ ]
 *======================================================================*/

.categoryLineup section {
	margin: 0 0 15px 0;
}
.categoryLineup section:after {
	display: block;
	clear: both;
	content: "";
}

/* [ カテゴリ名 ] */
.categoryLineup .category {
	float: left;
	width: 16.66666667%;
	padding: 1px;
	box-sizing: border-box;
}
.categoryLineup .category a {
	display: block;
	padding: 50% 0;
	background: #969696;
	color: #fff;
	text-align: center;
	overflow: hidden;
}
.categoryLineup .category a:hover {
	color: #fff !important;
}
.categoryLineup .option .category a {
	background: #e6e6e6;
	color: #464646;
}
.categoryLineup .option .category a:hover {
	color: #464646 !important;
}
.categoryLineup .category h3 {
	display: table;
	width: 100%;
	margin: -35px 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
.categoryLineup .category h3.jp {
	font-size: 15px;
	font-size: 1.5rem;
}
.categoryLineup .category h3 > span {
	display: table-cell;
	height: 70px;
	padding: 0 5px;
	vertical-align: middle;
}
.categoryLineup .category h3 > span > span {
	display: inline-block;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.2;
}
.categoryLineup .category h3 sup {
	font-size: 9px;
	font-size: 0.9rem;
	vertical-align: top;
}

/* [ 商品 ] */
.categoryLineup ul {
	float: right;
	width: 83.33333333%;
}
.categoryLineup li {
	float: left;
	width: 20%;
	padding: 1px;
	box-sizing: border-box;
}
.categoryLineup li a {
	display: block;
	position: relative;
	padding: 100% 0 0 0;
	color: #fff;
	overflow: hidden;
}
.categoryLineup li img {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.categoryLineup li span {
	position: absolute;
	top: 3px;
	right: -35px;
	width: 100px;
	padding: 2px 0;
	color: #fff;
	font-size: 10px;
	line-height: 1;
	text-align:center;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.categoryLineup li p {
	position: absolute;
	right: 1px;
	bottom: 1px;
	left: 1px;
	padding: 5px;
	background: rgba(0,0,0,.5);
	line-height: 1.2;
}
.categoryLineup li.noImage p {
	background: none;
}
.categoryLineup li a:hover p {
	background: rgba(255,255,255,.5);
}


/*======================================================================*
 *  [ otherLink | カテゴリその他リンク ] 
 *======================================================================*/

.otherLink a {
	display: block;
	border: 1px solid #ccc;
}
.otherLink a img {
	display: block;
}


/*======================================================================*
 *  [ endLink | 販売終了品はこちら ] 
 *======================================================================*/

.endLink {
	display: inline-block;
	margin: 0 5px;
	color: #000 !important;
}
.endLink:hover {
	text-decoration: underline;
}
.endLink:before {
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 2px 2px 2px;
	border: 3px solid transparent;
	border-left: 6px solid #969696;
	vertical-align: middle;
	content: "";
}


/*======================================================================*
 *  [ contentsList | コンテンツリスト ]
 *======================================================================*/

.contentsList li {
	float: left;
}
.contentsList li a {
	display: block;
	padding: 10px 5px;
	border-right: 1px solid #d2d2d2;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: center;
}
.contentsList li:first-child a {
	border-left: 1px solid #d2d2d2;
}
.contentsList li a:hover {
	border-color: #d2d2d2 !important;
}
.contentsList li a svg {
	display: block;
	margin: 0 auto 5px auto;
	fill: #535353;
}
.contentsList li a span {
	display: inline-block;
	font-size: 11px;
	font-size: 1.1rem;
}
.contentsList.column06 li { width: 16.66666667%; }
.contentsList.column05 li { width: 20%; }
.contentsList.column04 li { width: 25%; }
.contentsList.column03 li { width: 33.33333333%; }
.contentsList.column03 li:nth-child(3n+1) a { border-left: 1px solid #d2d2d2; }
.contentsList.column03 li:nth-child(3n) ~ li a { border-top: 1px solid #d2d2d2; }
.contentsList.column02 li { width: 50%; }
.contentsList.column01 li { width: 100%; }


/*======================================================================*
 *  [ supplementBox | 補足事項 ]
 *======================================================================*/

.supplementBox {
	margin: 0 0 30px 0;
	padding: 20px;
	border: 1px solid #e6e6e6;
	background: #f8f7f7;
	color: #464646;
}
.supplementBox dt {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
.supplementBox dd + dt {
	margin: 20px 0 0 0;
}
.supplementBox dd {
	margin: 5px 0 0 10px;
	font-size: 13px;
	font-size: 1.3rem;
}
.supplementBox ul, 
.supplementBox ol {
	padding: 0 0 0 1.5em;
}
.supplementBox ul li, 
.supplementBox ol li  {
	margin: 5px 0 0 0;
}
.supplementBox ul li {
	list-style-type: disc;
}
.supplementBox ol li {
	list-style-type: decimal;
}


/*======================================================================*
 *  [ tableButton | 適合表等へのリンクボタン ] 
 *======================================================================*/

.tableButton {
	margin: 0 0 30px 0;
	text-align: center;
}
.tableButton a {
	display: inline-block;
	padding: 10px 15px;
	border-radius: 5px;
	background: #facd00;
	color: #000 !important;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
.tableButton a:before {
	display: inline-block;
	margin: 0 10px 0 0;
	width: 10px;
	height: 10px;
	content: url(/shared/svg/icon_table_blank.svg);
}


/*======================================================================*
 *  [ specialLink | 特集 ]
 *======================================================================*/

.specialLink ul {
	margin: 0 0 0 -4.16666667%;
	overflow: hidden;
}
.specialLink li {
	float: left;
	width: 33.33333333%;
	margin: 0 0 15px 0;
	padding: 0 0 0 4.16666667%;
	box-sizing: border-box;
}
.specialLink li:nth-child(3n+1) {
	clear: both;
}
.specialLink li a {
	border: none;
}
.specialLink li img {
	margin: 0 0 7px 0;
}
.specialLink li p {
	font-weight: bold;
}
.specialLink li p span {
	font-weight: normal;
}

.specialLink > a img {
	display: block;
}


/*======================================================================*
 *  [ specialLink2 | 特集 ]
 *======================================================================*/

.specialLink2 ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
}
.specialLink2 li {
	width: calc(33.33% - 10.66px);
	margin: 0 0 25px 16px;
}
.specialLink2 li:nth-child(3n+1) {
	margin-left: 0;
}
.specialLink2 li a {
	display: block;
}
.specialLink2 li p {
	margin-top: 10px;
	font-size: 1.3rem;
	line-height: 1.2;
}
.specialLink2 li b {
	display: block;
	margin-bottom: 5px;
}


/*======================================================================*
 *  [ Media Queries 768 ] 
 *======================================================================*/

@media screen and (max-width: 768px) {
	
	/*==================================================================*
	 *  [ categoryLineup | ラインナップ ]
	 *==================================================================*/
	
	/* [ カテゴリ名 ] */
	.categoryLineup .category {
		width: 20%;
	}
	
	/* [ 商品 ] */
	.categoryLineup ul {
		width: 80%;
	}
	.categoryLineup li {
		width: 25%;
	}
	
	
	/*======================================================================*
	 *  [ grid | グリッド ] 
	 *======================================================================*/
	
	.grid1 { width: 20%; }
	.grid2 { width: 40%; }
	.grid3 { width: 60%; }
	.grid4 { width: 80%; }
	.grid5 { width: 100%; }
	.grid6 { width: 100%; }
	.first {
		margin: 0 0 0 20%;
	}
	
}


/*======================================================================*
 *  [ Media Queries 568 ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
	/*==================================================================*
	 *  [ common | 共通項目 ]
	 *==================================================================*/
	
	.contentsWidth > section, 
	.contentsWidth > aside {
		margin: 0 -10px 40px -10px;
	}
	
	.contentsWidth h2 {
		margin: 0 0 5px 0;
		padding: 10px;
		background: #919191;
		border: none;
		color: #fff;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.05;
		text-align: center;
	}
	
	
	/*==================================================================*
	 *  [ featuresBox | 特長 ]
	 *==================================================================*/
	
	section.featuresBox {
		padding: 0 10px;
	}
	div.featuresBox {
		padding: 0;
	}
	.featuresBox h2 {
		margin: 0 -10px 10px -10px;
	}
	
	
	/*======================================================================*
	 *  [ categoryName | カテゴリ名 ]
	 *======================================================================*/
	
	.categoryName {
		display: none;
	}
	
	
	/*==================================================================*
	 *  [ categorySummary | カテゴリまとめ ]
	 *==================================================================*/
	
	.categorySummary li {
		width: 100% !important;
		float: none;
	}
	.categorySummary .column1.left.leftm { margin-left: 0; }
	.categorySummary a {
		display: block;
		position: relative;
	}
	
	.categorySummary div, 
	.categorySummary figure {
		display: block;
		width: 100% !important;
	}
	
	.categorySummary div {
		position: absolute;
		bottom: 10px;
		z-index: 5;
	}
	.categorySummary p {
		color: #fff;
		letter-spacing: 0 !important;
	}
	.categorySummary p:before {
		border-color: #fff;
	}
	.categorySummary p br {
		display: none;
	}
	
	/* [ カテゴリ名 単語の途中で強制改行 ] */
	.categorySummary p .break:before { display: none; }
	
	
	/*==================================================================*
	 *  [ categorySummary2 | カテゴリまとめ ]
	 *==================================================================*/
	
	.categorySummaryWrap h2 {
		display: none;
	}
	.categorySummary2 {
		display: block;
		padding: 0 20px;
	}
	.categorySummary2 li {
		width: 100% !important;
		margin: 0 0 25px 0 !important;
	}
	.categorySummary2 p {
		font-size: 1.4rem;
	}
	.categorySummary2 .column1 figure {
		padding-top: 0;
	}
	.categorySummary2 .column1 figure img {
		position: static;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.categorySummary2 .column3 figure {
		padding-top: 35.5%;
	}
	.categorySummary2 .column3 figure img {
		top: 50%;
		bottom: initial;
		max-width: 100%;
		width: 100%;
		height: auto;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	
	/*==================================================================*
	 *  [ categoryLineup | ラインナップ ]
	 *==================================================================*/
	
	.categoryLineup h2 {
		display: none;
	}
	
	.categoryLineup section {
		margin: 0 0 20px 0;
	}
	
	/* [ カテゴリ ] */
	.categoryLineup .category {
		float: none;
		width: 100%;
		margin: 0 0 1px 0;
		padding: 0;
	}
	.categoryLineup .category a {
		padding: 10px;
	}
	.categoryLineup .category h3 {
		margin: 0;
		line-height: 1.05;
	}
	.categoryLineup .category h3 br {
		display: none;
	}
	.categoryLineup .category h3 > span {
		height: auto;
	}
	
	/* [ 商品 ] */
	.categoryLineup ul {
		float: none;
		width: 100%;
	}
	
	
	/*======================================================================*
	 *  [ grid | グリッド ] 
	 *======================================================================*/
	
	.grid1 { width: 50%; }
	.grid2 { width: 50%; }
	.grid3 { width: 50%; }
	.grid4 { width: 100%; }
	.grid5 { width: 100%; }
	.grid6 { width: 100%; }
	.first {
		margin: 0;
	}
	
	
	/*==================================================================*
	 *  [ endLink | 販売終了品はこちら ] 
	 *==================================================================*/
	
	.endLink:before {
		margin: 0 2px 2px 5px;
	}
	
	
	/*==================================================================*
	 *  [ contentsList | コンテンツ ]
	 *==================================================================*/
	
	.contentsList h2 {
		margin: 0 !important;
	}
	
	.contentsList.column06 li { width: 50%; }
	.contentsList.column05 li { width: 50%; }
	.contentsList.column04 li { width: 50%; }
	.contentsList.column03 li { width: 50%; }
	.contentsList.column03 li:nth-child(3n+1) a { border-left: none; }
	.contentsList.column03 li:nth-child(3n) ~ li a { border-top: none; }
	.contentsList.column02 li { width: 50%; }
	.contentsList.column01 li { width: 100%; }
	.contentsList li a {
		border-bottom: 1px solid #d2d2d2 !important;
	}
	.contentsList li:nth-child(odd) a {
		border-left: 1px solid #d2d2d2 !important;
	}
	
	
	/*==================================================================*
	 *  [ specialLink | 特集 ]
	 *==================================================================*/
	
	.specialLink h2 {
		margin: 0 0 1px 0;
	}
	.specialLink ul {
		margin: 0;
	}
	.specialLink li {
		margin: 0;
		padding: 1px;
	}
	.specialLink li img {
		margin: 0;
	}
	.specialLink li p {
		display: none;
	}
	
	
	/*==================================================================*
	 *  [ specialLink2 | 特集 ]
	 *==================================================================*/
	
	.specialLink2 ul {
		margin-top: -4px;
	}
	.specialLink2 li {
		width: 33.33%;
		padding: 1px;
		margin: 0 !important;
		box-sizing: border-box;
	}
	.specialLink2 li p {
		display: none;
	}
	
}


/*======================================================================*
 *  [ Media Queries 480 ] 
 *======================================================================*/

@media screen and (max-width: 480px) {
	
	/*==================================================================*
	 *  [ categoryLineup | ラインナップ ]
	 *==================================================================*/
	
	/* [ 商品 ] */
	.categoryLineup li {
		width: 33.33%;
	}
	
	
	/*======================================================================*
	 *  [ grid | グリッド ] 
	 *======================================================================*/
	
	.grid1 { width: 33.33333333%; }
	.grid2 { width: 66.66666666%; }
	.grid3 { width: 100%; }
	.grid4 { width: 100%; }
	.grid5 { width: 100%; }
	.grid6 { width: 100%; }
	
}


/*======================================================================*
 *  [ Media Queries 320 ] 
 *======================================================================*/

@media screen and (max-width: 320px) {
	
	/*==================================================================*
	 *  [ specialLink | 特集 ]
	 *==================================================================*/
	
	.specialLink li {
		width: 50%;
	}
	.specialLink li:nth-child(3n+1) {
		clear: none;
	}
	
}

