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

/*--------------------------------------------------------------------/
	ランキング
/--------------------------------------------------------------------*/
#ranking {
	margin: 0 0 30px;
}
#ranking h2 {
	background-repeat: no-repeat;
	color: #fff;
}
#ranking h2::before {
	content: "RANKING";
	color: #ffc800;
	font-size: 16px;
	margin-right: 20px;
}
#ranking h3 {
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.upper h3 {
	padding: 5px 5px 2px 38px;
}
.no1 h3 {
	background-image: url(../img/ranking/no1.png);
}
.no2 h3 {
	background-image: url(../img/ranking/no2.png);
}
.no3 h3 {
	background-image: url(../img/ranking/no3.png);
}
.other h3 {
	background-image: url(../img/ranking/other.png);
	padding: 5px 5px 2px 30px;
}
#ranking a {
	display: block;
	text-decoration: none;
}
#ranking dt {
	font-size: 10px;
	margin: 0 0 5px;
}
#ranking dd {
	color: #e80000;
	font-weight: bold;
}
dd .price {
	background: linear-gradient(transparent 60%, #ffff66 60%);
	color: inherit;
	font-size: 16px;
	margin-right: 5px;
}
dd .yen {
	color: inherit;
	font-size: 12px;
}
/*--------------------------------------------------------------------/
	お客様からいただくお問い合わせをまとめました
/--------------------------------------------------------------------*/
#container ul {
	overflow: hidden;
}
#container li {
	background-repeat: no-repeat;
	float: left;
}
#container li:first-child {
	background-image: url(../img/container/bg01.png);
}
#container li:nth-child(2) {
	background-image: url(../img/container/bg02.png);
}
#container li:nth-child(3) {
	background-image: url(../img/container/bg03.png);
}
#container li:nth-child(4) {
	background-image: url(../img/container/bg04.png);
}
#container li:nth-child(5) {
	background-image: url(../img/container/bg05.png);
}
#container li:last-child {
	background-image: url(../img/container/bg06.png);
}
#container a {
	border: 5px solid #d4d4d4;
	display: block;
	text-decoration: none;
	transition: .1s linear;
	-moz-transition: .1s linear;
	-webkit-transition: .1s linear;
	-o-transition: .1s linear;
	-ms-transition: .1s linear;
}
#container a:hover {
	border: 5px solid #1453c7;
}
#container p {
	font-size: 12px;
	line-height: 1.5;
}
#container .ct-btn {
	background-color: #1453c7;
	color: #fff;
	line-height: 1;
	padding: 7px 0;
	text-align: center;
}
/*--------------------------------------------------------------------/
	お客様に知ってほしいHID屋の魅力
/--------------------------------------------------------------------*/
#point {
	margin: 0 0 30px;
}
#point a {
	display: block;
}
#point img {
	display: block;
	width: 176px;
}
#point figure {
	position: relative;
}
#point figcaption {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	color: #fff;
	font-weight: bold;
	left: 0;
	position: absolute;
	width: 176px;
	z-index: 10;
}
body.xs #point figcaption {
	padding: 5px 10px;
}
body.xl #point figcaption {
	padding: 10px;
}
/*--------------------------------------------------------------------/
	トピックス
/--------------------------------------------------------------------*/
.over a {
	background-color: #f6f6f6;
	background-image: url(../img/over/right.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	border: 1px solid #ddd;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
.over li:hover a {
	background-color: #eee;
}
.over .hidden {
	overflow: hidden;
}
.over img {
	display: block;
	width: 100%;
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
.over li:hover img {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
}
.over h3 {
	border-bottom: 1px solid #ddd;
	text-shadow: 1px 1px 1px #ddd;
}
.over p {
	color: #666;
}
.over span {
	border: 1px solid #1453c7;
	border-radius: 2px;
	color: #1453c7;
	display: inline-block;
	font-size: 10px;
	padding: 1px 6px;
}
/*--------------------------------------------------------------------/
	適合表　HIDランプの特徴
/--------------------------------------------------------------------*/
.center_ttl {
	margin: 0 0 30px;
	text-align: center;
}
.center_ttl span {
	border-bottom: 5px solid #1453c7;
	color: #222;
	display: inline-block;
	padding: 10px 0;
}
body.xs .center_ttl span {
	font-size: 15px;
}
body.xl .center_ttl {
	font-size: 18px;
}
.tkg h2 span::after {
	content: "SEARCH";
}
#feature h2 span::after {
	content: "FEATURE";
}
#contents_link h2 span::after {
	content: "TOPICS";
}
.tkg h2 span::after,
#feature h2 span::after,
#contents_link h2 span::after {
	color: #999;
	font-size: 16px;
	margin-left: 10px;
}
#feature .inner {
	border: 5px solid #ddd;
}
.compare_link a {
	background-color: #1453c7;
	border-radius: 2px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.compare_link a:hover {
	background-color: #ffc800;
	color: #444;
}
#feature p {
	padding: 10px;
}
.detail {
	margin: 20px 0;
}
.detail dt {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 8px 10px;
}
.detail dt::before {
	content: "■";
	color: #ffc800;
	margin-right: 7px;
}
/*--------------------------------------------------------------------/
	ただ今のイチオシ
/--------------------------------------------------------------------*/
#recommend a {
	display: block;
}
#recommend img {
	display: block;
}
/*--------------------------------------------------------------------/
	スマートフォン
/--------------------------------------------------------------------*/
body.xs #ranking h2 {
	background-color: #1453c7;
	background-image: url(../img/ranking/ttl_bg.png);
	background-position: left center;
	font-size: 15px;
	margin: 0 5px;
	padding: 5px 5px 5px 68px;
}
body.xs #ranking h2::before {
	display: block;
}
body.xs #ranking li {
	width: 100%;
}
body.xs #ranking a {
	background-color: #f6f6f6;
	border: 1px solid #999;
	margin: 5px;
	overflow: hidden;
	padding: 0 5px;
}
body.xs #ranking figure {
	float: left;
	width: 100px;
}
body.xs #ranking img {
	width: 100%;
}
body.xs #ranking dl {
	padding: 0 5px 10px 110px;
}
body.xs #container {
	margin: 0 0 20px;
}
body.xs #container h3 {
	font-size: 15px;
	margin: 0 0 5px;
}
body.xs #container li {
	background-position: left 20px top 50px;
	background-size: 65px auto;
	width: 100%;
}
body.xs #container li:first-child {
	background-size: 55px auto;
}
body.xs #container li:nth-child(4) {
	background-size: 45px auto;
}
body.xs #container a {
	margin: 5px;
	padding: 10px;
}
body.xs #container p {
	padding: 20px 0 25px 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
body.xs #recommend {
	margin: 30px 0 0;
}
body.xs #recommend::after,
body.xs #point::after {
	color: #444;
	content: "スワイプでご覧ください";
	font-size: 12px;
	margin: 5px 0 0 2%;
}
body.xs #recommend h2 {
	background-image: linear-gradient(
	-45deg,
	#fff 25%,
	#e6e6e6 25%, #e6e6e6 50%,
	#fff 50%, #fff 75%,
	#e6e6e6 75%, #e6e6e6
	);
	background-size: 8px 8px;
	border-left: 5px solid #1453c7;
	color: #222;
	font-size: 15px;
	margin: 0 5px 20px;
	padding: 15px 10px;
}
body.xs #recommend img {
	width: 186px;
}
body.xs .slider {
	position: relative;
	overflow: hidden;
	width: 100%;
}
body.xs .slider::before,
body.xs .slider::after {
	background-color: rgba(0,0,0,0.7);
	border-radius: 50%;
	color: #fff;
	padding: 2px 6px;
	position: absolute;
	top: 40px;
	z-index: 50;
}
body.xs .slider::before {
	content: "◀";
	left: 5px;
}
body.xs .slider::after {
	content: "▶";
	right: 5px;
}
body.xs #recommend .slider {height: 109px;}
body.xs #point .slider {height: 107px;}
body.xs .mask {
	margin: 0 2%;
	overflow-x: auto;
	width: 96%;
	-webkit-overflow-scrolling: touch;
}
body.xs #recommend .mask {height: 133px;}
body.xs #point .mask {height: 131px;}
body.xs .mask > * {
	-webkit-transform: translateZ(0px);
}
body.xs .slider ul {
	display: inline-table;
	max-width: 100%;
}
body.xs .slider li {
	display: table-cell;
}
body.xs .slider img {
	margin-right: 10px;
}
body.xs .slider li:last-child img {
	margin-right: 0;
}
body.xs .over .hidden {
	width: 100px;
}
body.xs .over {
	margin: 20px 5px;
}
body.xs .over a {
	background-position: right 15px center;
	margin: 0 0 5px;
	padding: 5px;
}
body.xs .over_txt {
	position: relative;
}
body.xs .over h3 {
	font-size: 16px;
	margin: 0 30px 0 0;
	padding: 5px 0;
}
body.xs .over p {
	font-size: 10px;
	margin-right: 30px;
	padding: 5px 0 0;
}
body.xs .over span {
	left: 115px;
	position: absolute;
	top: 10px;
}
body.xs #feature .inner {
	margin: 0 5px;
	padding: 10px;
}
body.xs .compare_link {
	text-align: center;
}
body.xs .compare_link a {
	display: block;
	padding: 6px 10px;
}
body.xs #feature p,
body.xs .detail {
	font-size: 10px;
}
body.xs .detail dt {
	padding: 8px 5px;
}
body.xs .detail dt::before {
	margin-right: 5px;
}
/*--------------------------------------------------------------------/
	PC
/--------------------------------------------------------------------*/
body.xl #ranking h2 {
	background-image: url(../img/ranking/ttl.png);
	background-position: left center;
	font-size: 20px;
	padding: 5px 5px 5px 90px;
}
body.xl #ranking ol {
	overflow: hidden;
}
body.xl #ranking li {
	float: left;
	width: 20%;
}
body.xl #ranking a {
	margin: 10px;
}
body.xl #ranking img {
	display: block;
	width: 100%;
}
body.xl #ranking dl {
	padding: 3px;
}
body.xl #ranking dt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
body.xl #ranking dd {
	text-align: right;
}
body.xl #container {
	margin: 0 0 30px;
}
body.xl #container h3 {
	font-size: 18px;
	margin: 0 0 10px;
}
body.xl #container li {
	background-position: left 20px top 60px;
	margin: 0 18px 10px 0;
	width: 308px;
}
body.xl #container li:nth-child(3) {
	margin-right: 0;
}
body.xl #container li:last-child {
	margin-right: 0;
}
body.xl #container a {
	height: 190px;
	padding: 15px;
	position: relative;
}
body.xl #container p {
	padding-left: 90px;
}
body.xl #container .ct-btn {
	bottom: 15px;
	position: absolute;
	right: 15px;
	width: 140px;
}
body.xl #point ul {
	overflow: hidden;
}
body.xl #point li {
	float: left;
	margin-right: 20px;
}
body.xl #point li:last-child {
	margin-right: 0;
}
body.xl #contents_link {
	margin: 0 0 50px;
}
body.xl .over {
	margin: 20px 0;
}
body.xl .over a {
	background-position: right 30px center;
	margin: 0 0 10px;
	padding: 15px;
}
body.xl .over li:hover a {
	background-position: right 25px center;
}
body.xl .over .hidden {
	float: left;
	margin-right: 20px;
	width: 140px;
}
body.xl .over h3 {
	font-size: 18px;
	margin: 0 80px 0 160px;
	padding: 0 0 10px;
}
body.xl .over p {
	margin-right: 80px;
	padding: 10px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
body.xl .over span {
	margin: 10px 0 0;
}
body.xl #feature .inner {
	padding: 20px;
}
body.xl .compare_link {
	text-align: right;
}
body.xl .compare_link a {
	display: inline-block;
	padding: 3px 18px;
}
body.xl .detail dt {
	padding: 8px 10px;
}
body.xl .detail dt::before {
	margin-right: 7px;
}
body.xl #recommend {
	margin: 50px 0 30px;
}
body.xl #recommend h2 {
	background-image: url(../img/recommend/ttl_bg.png);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #1453c7;
	text-align: center;
	margin: 0 0 20px;
	padding: 5px;
}
body.xl #recommend h2 span {
	background-color: #1453c7;
	color: #fff;
	font-size: 20px;
	padding: 5px 29px;
}
body.xl #recommend ul {
	overflow: hidden;
}
body.xl #recommend li {
	float: left;
	margin: 0 18px 10px 0;
	width: 31.6%;
}
body.xl #recommend li:nth-child(3),
body.xl #recommend li:nth-child(6),
body.xl #recommend li:nth-child(9),
body.xl #recommend li:nth-child(12),
body.xl #recommend li:nth-child(15),
body.xl #recommend li:last-child {
	margin-right: 0;
}
body.xl #recommend img {
	width: 100%;
}