@charset 'UTF-8';

body {
	font-family: Verdana,"Noto Sans Japanese","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.navbar,
.topicpath {
	font-family: "Noto Sans Japanese","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
}

/* PCヘッダー固定 */
body {
	padding-top: 93px;
}
.head-wrapper {
	height: 93px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	position: fixed;
	box-sizing: border-box;
	background: #fff;
	border-bottom: 1px solid #ccc;
	border-top: 3px solid #333;
}
@media (max-width: 1023px){
	body {
		padding-top: 0px;
	}
	.head-wrapper {
		height: 70px;
		position: relative;
		border-bottom: none;
	}
}


@media (max-width: 767px){
	.acms-container {
		padding-right: 10px; 
		padding-left: 10px;
	}
	.sp-container {
		padding-right: 10px;
		padding-left: 10px;
	}
	.acms-grid .sp-container {
		padding-right: 10px;
		padding-left: 10px;
	}
}


.module-header {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #333;
}
.page-header {
	margin: 0 0 20px;
	padding: 0 0 5px;
	border-bottom: 1px solid #333;
}

/* エントリーのスタイル */
.entry {
	margin: 0 0 40px
}


/* タイトル */
.entry-title {
	font-size: 22px;
	margin: 10px 0 0;
	padding-bottom: 0px;
	color: #333;
}
.entry-column h2,
h2.tit02 {
	position: relative;
	display: inline-block;
	font-size: 18px;
	margin: 0 10px 25px 10px;
	padding: 3px 10px 3px 18px;
	color: #333;
	border: none;
	line-height: 1.5;
}
h2.tit02 {
	margin: 0 10px 25px 0;
}
.entry-column h2::before,
h2.tit02::before {
	content: '';
	position: absolute;
	bottom: -0.1em;
	left: 0;
	width: 8px;
	height: calc(100% + 0.1em);
	background: #C7000A;
}
main h2.module-heading {
	font-size: 20px;
	margin-top: -5px;
	padding-bottom: 5px;
}
.entry-column h2.module-heading {
	margin: 0;
	padding: 0;
	border: 0;
}
.entry-column h3,
h3.tit03 {
	font-size: 16px;
	margin: 0 10px 20px 10px;
	padding: 5px 10px;
	color: #fff;
	background: #C7000A;
	line-height: 1.67;
}
h2.tit02,
h3.tit03 {
	margin-left: 0;
	margin-right: 0;
}
.entry-column h4 {
	font-size: 16px;
	margin: 0 10px 20px 10px;
	padding: 5px 0;
	color: #C7000A;
	line-height: 1.67;
}
.entry-column a:link {
	text-decoration: none; 
	color: #006dd9;
}
.entry-column a:hover,
.entry-column a:focus,
.entry-column a:active {
	text-decoration: underline;
}
.entry-column a:visited {
	text-decoration: none; 
	color: #7f5ad7;
}

/* 本文 */
.entry-column p {
	font-size: 16px;
	line-height: 1.67; 
	margin-top: 0;
	margin-bottom: 30px;
}
.entry-column ul.font16 li {
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.entry-column ul.font16 li {
		font-size: 14px;
	}
}

.summary-title.acms-summary-heading a {
	font-size: 18px;
	font-weight: 700;
	color: #333;
}
#bolzen .summary-title.acms-summary-heading a {
	font-size: 14px;
}
.acms-summary-body {
	vertical-align: middle;
}
.acms-summary-image .acms-summary-body + {
	padding-right: 20px;
}

@media screen and (max-width: 767px) {
	.summary-default-entry-image-wrap img {
		width: 70px;
	}
}



h1 {
	font-size: 20px;
}

.site-name{
	margin: 0 0 4px;
}

.site-logo {
	width: 110px;
	margin: 0 20px 0 2px;
}
.pcNone {
	display: none;
}
.postCode {
	display: block;
	width: 6em;
}
.telNum {
	display: block;
	width: 7.5em;
}
.dlAddress {
	display: block;
	width: 18em;
}

.site-header div {
	height: 70px;
	display: table;
}
.site-header div div {
	height: 70px;
	display: table-cell;
	vertical-align: middle;
}
.site-header div div.right_menu {
	width: 100%;
	text-align: right;
        padding-right: 5px;
}
.site-header div div.left_logo {
	width: 100%;
	text-align: left;
}
.site-header div .site-name {
	margin: 0 0 0 10px;
}

@media (min-width: 1024px) {
	.header {
		height: 93px;
	}
}
@media (max-width: 1023px){
	.header {
		height: 70px;
	}
	.acms-hide-sp {
		display: none;
	}
	.site-logo {
		width: 90px;
		margin: 0 10px 0 0;
	}
}
@media (max-width: 767px){
	.pcNone {
		display: inline;
	}
	br.pcNone {
		display: block;
	}
	.site-logo {
		width: 80px;
	}
	.entry-column h4 {
		font-size: 15px;
		margin: 0 10px 20px 10px;
		line-height: 1.6; 
	}
	/* 本文 */
	.entry-column p {
		font-size: 14px;
		line-height: 1.5; 
	}
	.page-title {
		padding-top: 5px;
	}
	.page-description {
		margin: 0;
		line-height: 1.4;
	}

}
@media (max-width: 480px){
	.main-slider-main-copy {
		font-size: 20px; 
		font-weight: 700;
	}
	.main-slider-side-copy {
 	   font-size: 14px; 
	}
}
@media (max-width: 374px){
	.site-logo {
		width: 70px;
	}
}


.acms-label {
	background-color: #C7000A;
        color: #fff;
}


/* 適合検索のテーブル */
#matching .acms-table-responsive table th,
#matching .acms-table-responsive table td {
	vertical-align: middle;
	font-family: "Noto Sans Japanese","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
}
@media screen and (max-width: 1080px){
	#matching .sub,
	#matching .main {
		float: none;
		width: 100%;
	}
}


/* 販売店のテーブル */
#dealer .entry-container table th,
#dealer .entry-container table td {
	padding-left: 10px;
	padding-right: 10px;
}
#dealer .entry-container table td:last-child {
	width: 130px;
}
#dealer .entry-container table td:nth-child(2) {
	width: 100px;
}
#dealer .entry-container table tr th {
	width: 190px;
}

#dealer .entry-container table th span.icon01,
#dealer .entry-container table th span.icon02,
#dealer .entry-container table th span.icon03,
#dealer .entry-container table th span.icon04 {
	display: inline-block;
	background: #f00;
	color: #fff;
	font-size: 10px;
	font-weight: 300;
	margin-right: 3px;
	padding: 5px 5px 4px;
	border-radius: 3px;
	line-height: 1.0;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
}
#dealer .entry-container table th span.icon02 {
	background: orange;
}
#dealer .entry-container table th span.icon03 {
	background: blue;
}
#dealer .entry-container table th span.icon04 {
	background: gray;
}
@media screen and (max-width: 1023px){
	#dealer .entry-container table td:last-child,
	#dealer .entry-container table td:nth-child(2),
	#dealer .entry-container table tr th {
		width: auto;
	}
}





/* ------------------------------
　　ボックスリスト調整
------------------------------ */
.summary-default-entry {

}

@media (max-width: 960px){
	.summary-default-entry {
		width: 50%;
	}
}
@media (max-width: 480px){
	.summary-default-entry {
		width: 100%;
	}
}



@media screen and (max-width: 767px){
	.page-title {
		font-size: 22px;
		font-weight: bold;
		line-height: 1.2; 
		margin: 0 0 10px 0;
	}
	.page-top-btn {
		display: block;
	}
	/* スマホ都道府県上メニュー */
	.pcNone .acms-list-group.col2 {
		border-left: 1px solid #E5E5E5;
	}
	.pcNone .acms-list-group.col2 li {
		float: left;
		text-align: center;
		font-size: 16px;
		font-weight: 700;
		width: 50%;
		box-sizing: border-box;
		border-right: 1px solid #E5E5E5;
	}
}



.summary-custom-entry {
	position: relative;
	padding-bottom: 0;
}
.summary-custom-entry .photo img {
	margin: 0 auto;
}
.summary-custom-entry .photo-title {
	width: calc(100% - 20px);
	max-width: 406px;
	position: absolute;
	bottom: 10px;
	margin: 0 10px;
	padding: 10px 0;
	left: 0;
	font-size: 114.3%;
	text-align: center;
	letter-spacing: 0.05em;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(58,58,58,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(58,58,58,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(58,58,58,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.summary-custom-entry .photo-title a {
	color: #fff;
	font-weight: 700;
}
.summary-custom-entry:hover {
	background: #e0e0e0;
}
.summary-custom-entry:hover img {
	transition: opacity .25s linear;
	opacity: 0.8;
}

@media screen and (max-width: 1023px){
/*	#top .summary-custom-entry .photo-title {
		margin: 0 calc((100% - 264px) / 2);
	}*/
}
@media screen and (max-width: 904px){
	.summary-custom-entry .photo-title {
		margin: 0 10px;
	}
}
@media screen and (max-width: 767px){
	.summary-custom-entry .photo-title {
		font-size: 100%;
	}
}
@media screen and (max-width: 600px){
	.summary-custom-entry .photo-title {
		padding: 5px 0;
		font-size: 92.4%;
	}
}

.pickup-title {
	margin-top: 0;
	font-size: 14px; 
}
@media screen and (max-width: 767px){
	.pickup-title {
		font-size: 12px; 
	}
}


/* ------------------------------
　　バナー
------------------------------ */
.banner-list-item {
	margin: 0 0 10px 0;
}
@media screen and (max-width: 767px){
	.banner-list-item {
		width: calc((100% - 10px) / 2);
		float: left;
		margin: 0 10px 10px 0;
	}
	.banner-list-item:nth-child(even) {
		margin: 0 0 10px 0;
	}
}
@media screen and (max-width: 414px){
	.banner-list-item {
		float: none;
		width: 100%;
		margin: 0 0 10px;
	}
}
@media screen and (max-width: 480px){
	#top .banner-list-item {
		width: calc((100% - 10px) / 2);
		float: left;
		margin: 0 10px 10px 0;
	}
	#top .banner-list-item:nth-child(even) {
		margin: 0 0 10px 0;
	}
}



/* フッター内会社情報 */
.foot-wrapper {
	margin-top: 20px;
	border-top: 1px solid #ccc;
	background: #333;
/*background: -moz-linear-gradient(top, rgba(107,107,107,1) 0%, rgba(13,13,13,1) 34%, rgba(1,1,1,1) 37%, rgba(10,10,10,1) 44%, rgba(78,78,78,1) 84%, rgba(56,56,56,1) 87%, rgba(27,27,27,1) 100%); 
background: -webkit-linear-gradient(top, rgba(107,107,107,1) 0%,rgba(13,13,13,1) 34%,rgba(1,1,1,1) 37%,rgba(10,10,10,1) 44%,rgba(78,78,78,1) 84%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); 
background: linear-gradient(to bottom, rgba(107,107,107,1) 0%,rgba(13,13,13,1) 34%,rgba(1,1,1,1) 37%,rgba(10,10,10,1) 44%,rgba(78,78,78,1) 84%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%);
*/
}
.company-about,
.company-name,
.company-detail,
.company-detail a {
	color: #fff;
}

.footer-nav-title,
.footer-nav-list,
.footer-nav-list a {
	color: #fff;
}
.copyright {
	color: #fff;
}

@media screen and (max-width: 767px){
	.foot-wrapper {
		padding: 10px 0 30px;
	}
}


/* ------------------------------
　　ブランドリスト
------------------------------ */
ul.brandList {
	margin: 20px 0 40px;
	padding: 0;
}
.brandList li {
	float: left;
	list-style-type: none;
	margin: 0 10px 10px 0;
	padding: 10px 10px 5px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	width: calc((100% - 20px) / 3);
	box-shadow: 0px 0px 4px 2px #efefef;
	border-radius: 5px;
}
.brandList li:last-child {
	margin-right: 0;
}
.brandList li img {
	width: 100%;
}
.brandList li h3 {
	text-align: center;
	margin: 5px 0;
	padding-bottom: 7px;
	font-size: 18px;
	line-height: 1.4;
	border-bottom: 1px solid #666;
	color: #C7000A;
}
.brandList li:hover {
	background-color: #f1f1f1;
	transition: background-color .25s ease-out;
}

@media screen and (max-width: 1023px){
	.brandList li {
		width: calc((100% - 10px) / 3);
		margin: 0 5px 10px 0;
		padding: 8px 8px 4px;
	}
}
@media screen and (max-width: 479px){
	.brandList li,
	.brandList li:last-child {
		float: none;
		width: 100%;
		max-width: 284px;
		margin: 0 auto 10px;
		padding: 10px 10px 5px;
	}
}


/* ------------------------------
　　APレーシング
------------------------------ */
ul.ap_racing {
	max-width: 868px;
	margin: 0 auto 20px;
	padding: 0;
}
ul.ap_racing li {
	float: left;
	width: 207px;
	margin: 0 5px 10px;
	padding: 5px;
	list-style-type: none;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
}
ul.ap_racing li .type {
	display: table;
	width: 100%;
	padding-bottom: 5px;
	font-family: "Noto Sans Japanese","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
}
ul.ap_racing li p {
	line-height: 1.4;
	font-size: 14px;
	margin-bottom: 10px;
}
ul.ap_racing li .type p {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.3;
	font-size: 14px;
	font-weight: 700;
}
ul.ap_racing li .type p span {
	font-weight: 300;
}
ul.ap_racing li .type p img {
	margin-right: 5px;
}
ul.ap_racing li .alnC {
	text-align: center;
}
@media screen and (max-width: 479px){
	ul.ap_racing li {
		width: calc(50% - 8px);
		margin: 0 4px 10px;
		padding: 3px;
	}
	ul.ap_racing .alnC img {
		width: 90%;
	}
}
@media screen and (max-width: 415px){
	ul.ap_racing li .type p {
		display: block;
		text-align: center;
	}
}



/* ------------------------------
　　ページタイトル
------------------------------ */
.page-title-wrapper {
}

.page-title-filter {
	background: rgba(0, 0, 0, .2);
}



/* 続きを読むボタン */
.continue-link {
	font-size: 16px; 
	margin: 0;
}

.continue-link a {
	padding: 5px 10px;
	color: #333;
	border-radius: 3px;
	background: #efefef;
}


/* ----- ISAカラー --- */
/* ボタン　色付き */
.btn-attention {
	background: #C7000A;
}
.btn-attention:hover {
	background-color: #910021;
	background-image: linear-gradient(to bottom, #C7000A, #910021);
}
/* ボタンサイズ大 色付き */
.btn-attention-large {
	background: #C7000A;
}
/* デスクトップ：最大360pxボタン 色付き */
.btn-attention-block-large {
	background: #C7000A;
}
.label-new {
	background: #C7000A;
}
/* 色付きボタン */
.entry-column p.entry-btn-attention a {
	background: #C7000A;
}
.entry-column p.entry-btn-attention a:hover {
	background-color: #910021;
	background-image: linear-gradient(to bottom, #C7000A, #910021);
}
/* ------------------------------
　　お問い合わせ
------------------------------ */
.contact-box p.message {
	color: #C7000A;
}
.contact-box p.error-text {
	/* エラー文 */
	color: #C7000A;
}
.contact-no {
	padding-left: 10px;
}


/* ラベル 
------------------------------ */
.label-required {
	background: #C7000A;
}
.acms-label.label-new {
	display: none;
}


/* フォーム要素
------------------------------ */
.contact-box select[required]:required {
    border: 1px solid #C7000A;
}
.contact-box select.focused:invalid {
    border: 1px solid #C7000A;
}
/* ------------------------------
　　ヘッダー
------------------------------ */
/* サイト名 */
.site-name {
	color: #C7000A;
}
.site-name a {
	color: #C7000A;
}
.site-name a:hover,
.site-name a:focus,
.site-name a:active,
.site-name a:visited {
	color: #C7000A;
}
@media (min-width: 1024px){
	.navbar li.stay a {
		/* 一階層目のリンクのみ */
		border-bottom: 4px solid #C7000A;
	}
	.navbar li:hover a {
		/* 一階層目のリンクのみ */
		border-bottom: 4px solid #C7000A;
	}
	.navbar li li {
		/* 二階層目以降 */
		background: #C7000A;
	}
	.navbar a.btn-attention {
		/* ボタン（色付き） */
		background: #C7000A;
	}
	.navbar a.btn-attention:hover {
		background-color: #910021;
		background-image: linear-gradient(to bottom, #C7000A, #910021);
	}
}

.main-slider-text-inner {
}

.main-slider-main-copy {
text-shadow:1px 1px 2px #000000;
}

.main-slider-side-copy {
text-shadow:1px 1px 2px #000000;
}



/* ---　TOPスライダー　--- */
/* 矢印ナビゲーション */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 19px;
    height: 60px;
    margin-top: -29px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:focus,
.slick-next:focus
{
    border: 1px dotted #fff;
}

.slick-prev
{
    left: 10px;

    background: url('../images/marker/icon_white_arrow_left.png') no-repeat;
}

.slick-next
{
    right: 10px;

    background: url('../images/marker/icon_white_arrow_right.png') no-repeat;
}

/* ドットのナビゲーション */
.slick-dots
{
    position: relative;

    margin: -35px 0 0 0;
    padding: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li
{
    display: inline-block;
}

.slick-dots li button
{
    font-size: 0;

    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 8px;

    content: '';

    border: 1px solid transparent; 
    border-radius: 7px;
    background: #fff;
}

.slick-dots li button:focus
{
    border: 1px solid #C7000A; 
    outline: 0;
}

.slick-dots li:hover button
{
    cursor: pointer;
}

.slick-dots li.slick-active button
{
    background: #C7000A;
}

.slick-dots button
{
    position: absolute;

    overflow: hidden;
    clip: rect(0 0 0 0); 

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    border: 0;
}

#autoplay-btn
{
    position: absolute;
    z-index: 1; 
    right: 10px;
    bottom: 10px;

    width: 50px;
    height: 50px;

    color: #fff;
    border: 0;
    border-radius: 50%;
    outline: 0;
    background: rgba(0, 0, 0, .7);
}
#autoplay-btn:hover
{
    background: rgba(0, 0, 0, .9);
}
#autoplay-btn:active:before,
#autoplay-btn:focus:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    border: 1px dotted #fff;
}
#autoplay-btn:after
{
    position: absolute;
    top: 15px;
    left: 17px;

    display: block;

    box-sizing: border-box;
    width: 16px;
    height: 20px;
    margin-left: 0;

    content: '';

    border-top: none;
    border-right: 5px solid #fff;
    border-bottom: none;
    border-left: 5px solid #fff;
}
#autoplay-btn.active:after
{
    left: 15px;

    width: 0;
    height: 0;
    margin-left: 5px;

    border-width: 10px 0 10px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.mgb0 {
	margin-bottom: 0;
}

/* スペックのレイアウト崩れ修正 */
@media (min-width: 768px) {
	.acms-col-md-8 {
		float: left;
		width: 63.3%;
	}
}

/* -- Modern Browsers -- */
ul.ap_racing:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}
/*  -- Legacy IE -- */
ul.ap_racing {
	zoom: 1;
}


div.order {
	text-align: center;
}

a.btn-icon {
  display: inline-block;
  text-align: left;
  background-color: #5a8cff;
  font-size: 16px;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  margin: 20px 0;
  padding: 15px 24px 15px 40px;
  border-radius: 3px;
  position: relative;
}

a.btn-icon:before {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
a.btn-icon:hover {
  opacity: 0.8;
  text-decoration: none;
}


.acms-label.entry-category a {
  color: #fff;
}


table.tbl01 {
	margin: 0 0 5px;
	border-collapse: collapse;
	border-spacing: 0;
}
table.tbl01 tr:nth-child(odd) {
 	background: #fff;
}

table.tbl01 th, table.tbl01 td{
	margin: 0;
	padding: 8px 15px;
	border: 1px solid #ccc;
	display: table-cell;
	width: auto;
	font-size: 100%;
}
table.tbl01 th {
	vertical-align: middle;
	text-align: center;
 	background: #fff;
}
table.tbl01 thead th span {
	font-weight: 300;
}
table.tbl01 tbody th {
	font-weight: 300;
}
table.tbl01 tbody th span {
	font-weight: 700;
}
table.tbl01 tbody td.tdPd0 {
	padding: 0px 15px;
}

table.tdalnC td {
	text-align: center;
	vertical-align: middle;
}
.alnR {
	text-align: right;
}
p.fSize100 {
	font-size: 100%;
}

.boxStyle01 {
	margin: 0 10px;
	padding: 25px 15px 15px;
	background: #efefef;
	border-radius: 10px;
}
.boxStyle01 p {
	font-size: 100%;
}
@media (max-width: 767px) {
	.boxStyle01 {
		padding: 15px 5px 15px;
		border-radius: 7px;
	}
	.boxStyle01 p {
		font-size: 92.4%;
	}
}


@media (max-width: 1023px) {
	.max1023 {
		width: 100%;
	}
}


.mgb0 {	margin-bottom:0 !important;}
.mgb5 {	margin-bottom:5px !important;}
.mgb10 {	margin-bottom:10px !important;}
.mgb15 {	margin-bottom:15px !important;}
.mgb20 {	margin-bottom:20px !important;}
.mgb30 {	margin-bottom:30px !important;}
.mgb40 {	margin-bottom:40px !important;}
.mgb60 {	margin-bottom:60px !important;}


/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.clearFix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.clearFix {
	*zoom: 1;
}