@charset 'UTF-8';
/*  Add Custom CSS here.  */


/*TOP
========================================*/
/*.cm-list-brand{
	-webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.cm-list-brand li:last-child .list-brand-img{
	background-color: #0095DE;
	//background-color: rgba(0,104,172,0.3);
}
.cm-list-brand li:last-child .list-brand-info{
	padding: 45px 10px 45px;
    min-height: 154px;
}
.cm-list-brand li:last-child .list-brand-info .inf-cate{
	display: none;
}

@media (max-width: 767px){
	.cm-list-brand li .list-brand-info{
    	padding-top: 40px;
	}
}*/

/*corp---TOP
========================================*/
.top__youtube {
	margin-top: 40px;
}
.top__youtube .container {
	display: flex;
  justify-content: space-around;
}
.youtube__inner {
	width: 45%;
	max-width: 560px;
	position: relative;
	padding-bottom: 25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 auto;
	background-color: #111111;
}
.youtube__inner iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.youtube__inner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
@media (max-width: 769px){
	.top__youtube .container {
		flex-direction: column;
	}
	.youtube__inner {
		padding-top: 20px;
		padding-bottom: 40%;
		width: 100%;
		margin-bottom: 20px;
	}
}

.top__banner .inner{
	max-width: 100%;
}

.top__banner .top__banner--list-one{
	margin-bottom: 40px;
}
.top__banner .top__banner--list-one .list-one-item{
	width: 100%;
	background:url("../img/top/img_banner_11.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.top__banner .top__banner--list-one .app_bnr{
	width: 89.42%;
	max-width: 1048px;
	margin: 0 auto;
	padding: 25px 0 35px;
	text-shadow: 0px 0px 12px black;
}
.top__banner .top__banner--list-one .app_bnr .tit{
	color: #FFF;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
	padding-bottom :10px;
	margin-bottom :20px;
}
.top__banner .top__banner--list-one .app_bnr .content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.top__banner .top__banner--list-one .app_bnr .content__pic{
	width: 47.25%;	
	max-width: 498px;
}
.top__banner .top__banner--list-one .app_bnr .content__lead{
	color: #FFF;
	width: 48.58%;	
	max-width: 512px;
}
.top__banner .top__banner--list-one .app_bnr .content__lead a{
	color: #FFF;	
}
.top__banner .top__banner--list-one .app_bnr .leadList{
	margin-bottom: 20px; 
}
.top__banner .top__banner--list-one .app_bnr .lead__item{
	font-size: 14px;
	font-weight: bold;
}
.top__banner .top__banner--list-one .app_bnr .leadList__item{
	position: relative;
	padding-left: 2.5rem;
}
.top__banner .top__banner--list-one .app_bnr .leadList__item::before{
   content:"";
   display:inline-block;
   width: 19px;
   height: 13px;
   background: url("../img/top/img_banner_icon_11.png");
   background-size: contain;
   position:absolute;
   top:7px;
   left:0px;
}
.top__banner .top__banner--list-one .app_bnr .leadLink{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;	
}
.top__banner .top__banner--list-one .app_bnr .leadLink__item{
	text-align: center;
}
.top__banner .top__banner--list-one .app_bnr .leadLink__item + .leadLink__item{
	margin-left: 80px;
}
.top__banner .top__banner--list-one .app_bnr .leadLink .itemQr{
	max-width: 90px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.top__banner .top__banner--list-one .app_bnr .leadLink .itembtn{
	max-width: 114px;
	margin: 0 auto;
}
.top__banner .top__banner--list-one .app_bnr .leadLink__item:last-child .itembtn{
	max-width: 140px;	
}

@media (max-width: 990px){
	.top__banner .top__banner--list-one .app_bnr .tit{
		font-size: 20px;
	}
	.top__banner .top__banner--list-one .app_bnr .content__pic{
		width: 100%;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.top__banner .top__banner--list-one .app_bnr .content__lead{
		width: 100%;	
		max-width: 100%;
	}
	.top__banner .top__banner--list-one .app_bnr .leadLink__item + .leadLink__item{
		margin-left: 40px;
	}
}
@media (max-width: 769px){
	.top__banner .top__banner--list-one .list-one-item{
		width: 100%;
		background:url("../img/top/img_banner_11-sp.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
}


.top__banner .top__banner--list-full{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
}
.top__banner .top__banner--list-full .list-full-item{
	width: 48.72%;
	max-width: 570px;
}
.top__banner .top__banner--list-half {
	max-width: 1170px;
	margin: 0 auto;
}

.top__banner .top__banner--list-half.halFstart{
	justify-content: flex-start;
}	

.top__banner .top__banner--list-half .list-half-item{
	width: 23.08%;
	padding: 0;
	height: auto;
}

.top__banner .top__banner--list-half.halFstart .list-half-item{
	margin-right: 2.56%;
}

.top__banner--list-half .list-half-item.gallery a .tit {
    padding-top: 14px;
}
.top__banner .top__banner--list-half .list-half-item.gallery a .tit .jp{
	font-size: 14px;
}
.top__banner .top__banner--list-half .list-half-item.gallery a .tit .img{
	max-width: 126px;
    margin: 0 auto;
}

.top__banner .top__banner--list-half .list-half-item a{
	display: block;
}

.top__banner--list-half + .top__banner--list-half{
	margin-top: 20px;
}

@media (max-width: 1299px){
	.top__banner--list-half .list-half-item.gallery a .tit {
		padding-top: 0;
	}
}

@media (max-width: 991px){
	.top__banner .top__banner--list-half .list-half-item.gallery a .tit .jp{
		font-size: 12px;
	}
	.top__banner .top__banner--list-half .list-half-item.gallery a .tit .img{
		max-width: 90px;
	}
}
@media (max-width: 767px){
	.top__banner .top__banner--list-one{
		margin-bottom: 20px;
	}
	.top__banner .top__banner--list-full{
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;		
	}
	.top__banner .top__banner--list-full .list-full-item{
		width: 100%;
		max-width: 100%;
	}
	.top__banner .top__banner--list-half .list-half-item{
		display: inline-block;
	    padding: 0;
	    max-width: 100%;
	    margin-bottom: 20px;
	}
	.top__banner .top__banner--list-half .list-half-item:last-child{
		margin-bottom: 0;
	}

	.top__banner .top__banner--list-half .list-half-item.ndd{
		margin-top: 20px;
	}

	.top__banner .top__banner--list-half{
		width: 100%;
    	margin: 0 auto;
    	-webkit-box-orient: horizontal;
  		-webkit-box-direction: normal;
  		-ms-flex-direction: row;
		flex-direction: row;
	}
	.top__banner--list-half .list-half-item.gallery{
		min-height: 180px;
	}
	.top__banner .top__banner--list-half .list-half-item.gallery a .tit .jp{
		font-size: 14px;
	}
	.top__banner .top__banner--list-half .list-half-item.gallery a .tit .img{
		max-width: 120px;
	}
	.top__banner--list-half .list-half-item.gallery a .tit {
		padding-top: 14px;
	}
}

@media (max-width: 400px){
	.top__banner--list-half .list-half-item.gallery{
		min-height: 120px;
	}
}



/*recruit--footer
========================================*/
.footer__navItems{
	margin-bottom: 0;
}

/*index.php
========================================*/
.parts__links{
	text-align: center;
	margin-top: 30px;
}
.parts__links a{
	display: inline-block;
}
@media (max-width: 767px){
	.parts__links{
		margin-top: 15px;
	}
}

/*qrcord
========================================*/
.cm-stock-confirm .stock-list-item.item-qr{
	padding: 0 60px;
}
.cm-stock-confirm .stock-list-item .box-qr .text a{
	display: block;
    margin-top: 5px;	
}

.footer_qr{
	background: #FFFFFF;
	font-size: 14px;
	padding: 12px 15px 10px;
}
.footer_qr .box-qr{
  	display: flex;	
}
.footer_qr .tit{
	line-height: 1;
    margin-bottom: 10px;
}
.footer_qr .img{
	margin-right: 1rem;
}

.footer_qr .text{
	line-height: 1.75;
}


@media (max-width: 767px){
	.cm-stock-confirm .stock-list-item.item-qr{
		padding: 8px 0 0;
	}
	.cm-stock-confirm .stock-list-item.item-qr + .item-qr{
		margin-top: 40px;
	}
}

/*icon
========================================*/
.footer__main--social .list-social .list-item ul + ul{
	margin-top: 10px;
}

/*contact
========================================*/
.contact__download .download-txt.download-txt--after{
	margin-bottom: 0;
}
.contact__download .download-txt span.att{
	font-size: 14px;
	color: #c1272d;
	font-weight: bold;
	padding-left:1em;
	text-indent:-1em;
}
.contact__download .download-txt span.att a{
	color: #c1272d;
	text-decoration: underline;
}

@media (max-width: 767px){
.contact__download .download-txt span.att{
	font-size: 12px;
}	
}


/*archive-parts.php
========================================*/
#parts.subpage .footer{
	margin-top: 0;
} 
#parts .searchInner{
	background: #eaf4fe;
	padding-top: 20px;
	padding-bottom: 95px;	
}
#parts .searchInner .parts__content{
	background: #FFFFFF;
	padding: 0 2%;
}
#parts .searchInner .info-bnr{
	padding-top: 40px;
}

@media (max-width: 767px){
	#parts .searchInner{
		padding-top: 10px;
		padding-bottom: 72px;		
	}
	#parts .parts__searchbox{
		margin-top: 30px;
	}
	#parts .searchInner .parts__content{
	    margin-bottom: 40px;
	}
	#parts .parts__searchbox .search-content .search-content-box .search-list .keyword-box:after{
		height:0;
	}
	#parts .parts__searchbox .search-content .search-content-box .search-item:last-child .search-list .list-box:after{
		content: '';
    	height: 1px;
    	background: #aeaeae;
    	display: block;
    	width: 100%;
    	margin-top: 30px;
	}
	#parts .parts__searchbox .search-content .search-content-button{
		padding: 20px 0 40px;
	}
}
/*#parts .parts__searchbox .search-title{
	background-color: #1d2088;
}
#parts .parts__searchbox .search-content .search-content-box .search-name{
	background:rgba(29,32,136,0.1);
}
@media (max-width: 767px){
#parts .parts__searchbox .search-content .search-content-box .search-list .keyword-box:after {
	background: none;
}
}*/


/* fixed
========================================*/
.wheelBtn{
    display: flex;
    justify-content: end;
}
.bnrFixed{
	position: fixed;
	top: 80px;
    z-index: 900;
	width: 150px;
    height: 50px;
}
.bnrFixed__item a{
	display: block;	
}
.bnrFixed .c-sp{
	display: none;
}

.bnrFixed--02{
	top: 380px;	
}

@media only screen and (max-width: 640px){
	.bnrFixed{
    	width: 100%;
    	height: auto;
    	top: 100%;
    	-webkit-transform: translateY(-50%);
		transform: translateY(-100%);
	}
	.bnrFixed img{
		width: 100%;
	}
	.bnrFixed .c-pc{
		display: none;
	}
	.bnrFixed .c-sp{
		display: block;
	}
	.footer__copyright{
		padding: 0 0 30%;
	}
	.wheelBtn.container{
		padding: 0;
	}
}

/* product__detail--future--description */
.product__detail--future--description {
	font-size: 2rem !important;
	font-weight: bold !important;
}

.header__gnavi--btn-contact a:after {
    content: '';
    background: #ff891e;
    width: 100%;
    height: 100%;
    position: absolute;
    transform: skew(-30deg, 0deg);
    top: 0;
    left: 0;
    margin: 0;
    z-index: -1;
}

.header__gnavi--btn-contact a:after {
    content: '';
    background: #ff891e;
    width: 100%;
    height: 100%;
    position: absolute;
    transform: skew(-30deg, 0deg);
    top: 0;
    left: 0;
    margin: 0;
    z-index: -1;
}

.header__gnavi--btn-contact.req a:after {
    background: #1d2088;
}

.header__gnavi--btn-contact {
    max-width: 100px;
    width: 100%;
}