.newsTab,.carLineupEtc{display:none;}
.select {
    position: relative;
    display: inline-block;
    margin: 0;
    width: 100%;
    max-width: 235px;
margin-right:25px;
    color: #cccccc;
    vertical-align: middle;
    text-align: left;
    user-select: none;
    -webkit-touch-callout: none;
}
.select .placeholder{
    position: relative;
    display: block;
    background-color: #fff;
    z-index: 1;
    padding: 1em;
    border-radius: 2px;
    cursor: pointer;
color:#333;
}
.select .placeholder::after {
    position: absolute;
    right: 1.1em;
    top: 50%;
    transform: translateY(-50%);
    background: url(/new_common/img/bg_partsArrow.png) 0 0 no-repeat;
    background-size: 100%;
    width: 13px;
    height: 10px;
    z-index: 10;
    display: block;
    content: "";
}
.select.is-open .placeholder::after {
    content: '';
    transform: rotate(180deg);
    top: 40%;
}
.select.is-open ul{
    display: block;
}
.select.select--white .placeholder{
    background: #fff;
    color: #999;}    

.select.select--white .placeholder:hover{
    background: #333;
}
.select ul{
    display: none;
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    z-index: 100;
    max-height: 160px;
}
.select ul li{
    display: block;
    text-align: left;
    padding: 0;
    color: #999;
    cursor: pointer;
}
.select ul li a {
    padding: 0.8em 1em 0.8em 1em;
    display: block;
    text-decoration: none;
    color: #555;
}
.select ul li:hover{
    background: #1051a3;
}
.select ul li:hover a{
    color: #fff;
}
.partsSelect {
    width: 49%;
    background: url(/new_common/img/bg_partsSelect.jpg) 0 0 no-repeat;
    background-size: 100%;
    height: 70px;
    padding-top: 28px;
text-align:right;
display:inline-block;
}
.spshow{
display:none!important;
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5){
.partsSelect {
    background: url(/new_common/img/bg_partsSelect2.jpg) 0 0 no-repeat;
    background-size: 100%;
}
}
.bg_search{
padding-top:10px;
}
@media screen and (max-width : 990px) {
.spshow{display:block!important;}
.select {
    max-width: 46%;
}
.partsSelect {
    padding-top: 2.5%;
}
.spBlock{padding:0 15px;}
.spshow.spBlock h3,.newsTab h3 {
    font-size: 20px;
    letter-spacing: 0.02rem;
    position:relative;
}
.spshow.spBlock h3 span,.newsTab h3 span {
    display: block;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: lighter;
    font-family: serif;
}
ul.productLineup {
    display: flex;
    flex-wrap: wrap;
    margin-bottom:30px;
}
ul.productLineup li {
    width: 48%;
    margin-bottom: 4%;
}
ul.productLineup li:nth-child(2n) {
    margin-left: 4%;
}
ul.productLineup li img {
    width: 100%;
    height: auto;
}

.partsSelect {
    width: 100%;
    height: 19vw;
padding-top:6%;
}
.bg_search {
    padding-top: 0;
}
}
@media screen and (max-width: 990px) {
.sp-mask.sp-grab, .sp-slides-container, .sp-mask,#simple, .sp-slide, .sp-image-container {
    height: 103vw!important;
    width: 100%!important;
    margin: 0!important;
}
.sp-image {
    margin: 0!important;
    width: 100%!important;
}
}
@media screen and (max-width: 445px) {
    .partsSelect {
        padding-top: 4%;
    }
}

@media screen and (max-width: 990px) {
.fixedMenu{display:flex;justify-content:space-around;border-top:1px solid #968f8a;}
    .fixedMenu .div_fixedFoot01 {
        width: 36%!important;
        text-align: center;
    }
   .fixedMenu .div_fixedFoot02 {
        width: 32%!important;
        text-align: center;
    }
    .fixedMenu .div_fixedFoot03 {
        width: 31%!important;
        text-align: center;
    }
.bg_search{margin:0!important}
#simple .sp-slides-container {
    margin-top: 60px!important;
}

    .sectionIn4 ul {
        display: flex;
        flex-wrap: wrap;
    }
.sectionIn4 ul li {
    width: 42%;
    padding: 2% 4%;
}
.sectionIn4 ul li img {
    width: 99%;
    height: auto;
    border: 1px solid #777;
}
.sectionIn4 ul li a {
    text-decoration: none;
    font-size: 11px;
}
.popupTitle {
    font-size: 16px;
    font-weight: 600;
}
#section_mainMenu, #section_mainMenu2, #section_mainMenu3, .section_mainMenu4{z-index:300!important}
    .fixedMenu .div_fixedFoot01,.fixedMenu .div_fixedFoot02 {
        text-align: center;
        border-right: 1px solid #121212!important;
    }
    .fixedMenu .div_fixedFoot01 a, .fixedMenu .div_fixedFoot02 a, .fixedMenu .div_fixedFoot03 a {
text-decoration:none;
        padding-top: 12px!important;
        display: inline-block;
        font-size:12px;
        color:#fff;
    }
#div_headBtn_gb a {
display: block;margin-top:14px;
}
#simple {
    background: #222222;
    padding-bottom: 45px;
}
.closesp span{
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
}

.closesp span::before, .closesp span::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
    transform-origin:0% 50%;
    position: absolute;
    top: calc(14% - 5px);
    left: 14%;
}

.closesp span::after{
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    left: auto;
    right: 14%;
}
    .section_mainMenu4{
        background-color: #222222;
        display: none;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 13;
        overflow-y: scroll;
        height: 100vh;
        padding-bottom: 60px;
    }

.fixedMenu .div_fixedFoot01{border-right:1px solid #968f8a!important;}
.fixedMenu .div_fixedFoot02{border-left:0!important;border-right:1px solid #968f8a!important;}
    .fixedMenu {
        min-height: 50px!important;
    }
.linedMenu span,
.linedMenu span:before,
.linedMenu span:after {
    content: '';
    display: block;
    height: 1px;
    width: 30px;
    border-radius:2px;
    background-color: #fff;
    position: absolute;
}
.linedMenu span:before {
    bottom: 10px;
}
.linedMenu span:after {
    top: 10px;
}
.newsTab {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.newsTab .title1 {
  border: 1px solid #eee;
  margin-left: 14px;
}
.newsTab .title2 {
  border: 1px solid #eee;
}
.newsTab .title3 {
  border: 1px solid #eee;
}
.newsTab .title4 {
  border: 1px solid #eee;
}
.newsTab .body1 {
  background: #f8f8f8;
  padding:0 15px;
}
.newsTab .body2 {
  background: #fff;
  padding:0 15px;
}
.newsTab .body3 {
  background: #f8f8f8;
  padding:0 15px;
}
.newsTab .body4 {
  background: #f8f8f8;
  padding:0 15px;
}
.newsTab h3 .list {
    background: #034a9e url(../img/listArrow.png) right center no-repeat;
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 14px;
    color: #fff;
    padding: 12px 24px 12px 12px;
    background-size:19px;
}
.tab-body .text {
    background: url(../img/tabNewsArrow.png) right center no-repeat;
    background-size: 24px;
}
.newsTab .tab-title {
  border-bottom: none;
  padding: 0.8em 0.3em;
  text-align: center;
  display: table;
  position: relative;
  top: 2px;
  left: 2px;
}
.newsTab .tab-title:hover {
  cursor: pointer;
}
.newsTab .tab-body {
    order: 1;
    width: 100%;
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.newsTab .tab-body > div {
  width: calc(100% - 40px);
  height: auto;
  padding: 30px 20px;
  display: none;
    border-top: 2px solid #333;
    transition:.5s;
}
.newsTab::after {
  content: "";
  width: 100%;
}
.newsTab .radio {
  display: none;
}
.tab-body a {
    color: #747474;
    text-decoration: none;
}

.newsTab .tab-body ul li {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e2e1e0;
}
.newsTab .tab-body ul li .text {
    flex: 1;
}

.newsTab .tab-body ul li a {
    padding: 15px 25px 15px 0;
    /* border-bottom: 1px solid #e2e1e0; */
    display: block;
    font-size: 15px;
    font-weight: bold;
}
.newsTab .tab-body ul li a span {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: normal;
}
/* .newsTab .radio:checked + .tab-title {
  color: #fff;
  border-bottom-color: #fff;
}
.newsTab #tab1:checked ~ .title1 {
    background: #333;
    
}
.newsTab #tab1:checked ~ .tab-body > .body1 {
animation-name: fade-in;
        animation-duration: 1s;
display:block;
}
.newsTab #tab2:checked ~ .title2 {
  background: #333;
}
.newsTab #tab2:checked ~ .tab-body > .body2 {
animation-name: fade-in;
        animation-duration: 1s;
display:block;
}
.newsTab #tab3:checked ~ .title3 {
  background: #333;
}
.newsTab #tab3:checked ~ .tab-body > .body3 {
animation-name: fade-in;
        animation-duration: 1s;
display:block;
}
 */

.newsTabwrap {
    display: flex;
    overflow-x: auto;
    width: 100%;
}
.newsTab .tab-title {
    white-space: nowrap;
    position: unset;
}
.newsTab .tab-title.active {
    color: #fff;
    border-bottom-color: #fff;
    background: #333;
}
.newsTab .tab-body > div.show {
    animation-name: fade-in;
    animation-duration: 1s;
    display: block;
}

.iconMenu {
    background: #222222;
    margin-bottom:45px;
}
.iconMenu ul {
    display: flex;
    flex-wrap: wrap;
}
.iconMenu ul li {
    width: calc(50% - 1px);
    text-align: center;
    position:relative;
}
.iconMenu ul li a {
	text-decoration: none;
	padding: 90px 0 27px;
	display: block;
	font-size: 17px;
	font-weight: bold;
}
.iconMenu ul li:first-child {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
.iconMenu ul li:nth-child(2) {
    border-bottom: 1px solid #999;
}
.iconMenu ul li:nth-child(3) {
    border-right: 1px solid #999;
}
.iconMenu ul li a::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 50%;
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 0 0 -35px;
    }
.iconMenu ul li:first-child a::before {
    background: url(../img/iconMenu01.png) 0 0 no-repeat;
    background-size:100%;
}
.iconMenu ul li:nth-child(2) a::before {
    background: url(../img/iconMenu02.png) 0 0 no-repeat;
    background-size:100%;
}
.iconMenu ul li:nth-child(3) a::before {
    background: url(../img/iconMenu03.png) 0 0 no-repeat;
    background-size:100%;
}
.iconMenu ul li:nth-child(4) a::before {
    background: url(../img/iconMenu04.png) 0 0 no-repeat;
    background-size:100%;
}
.carLineup ul {
    width: 50%;
    float: left;
}
    .carLineup ul li img {
        width: 94%;
        height: auto;
        margin: 0 3% 5%;
    }
.productPickup {
    margin-bottom: 30px;
}
.productPickup ul li img {
    width: 96%;
    height: auto;
    margin: 0 2% 10px;
}
.dropdownLineup{
  display:none;
    width: calc(100% - 30px);
    margin: 0 0 10px;
}

.carLineupEtc label {
	display: block;
	padding: 15px 10px;
	letter-spacing: .05em;
	font-weight: bold;
	background: #222222;
	color: #fff;
	font-size: 17px;
	text-align: center;
	position:relative;
}
.carLineupEtc label:before{
	background:#222222;
	width:40px;
	height:40px;
	text-align:center;
	border-radius:50%;
	display:block;
	position:absolute;
	top:-10px;
	left:50%;
	margin:0 0 0 -20px;
	content:"";
}

.carLineupEtc li{
	display:block;
	padding:0;
	letter-spacing:.05em;
	font-weight:bold;
}
.carLineupEtc input[type="checkbox"]{
	display:none;
}
.carLineupEtc {
    display: flex;
    flex-wrap: wrap;
}
.carLineupEtc label[for="expandLineup"] {
	display: block;
	width: 100%;
	order: 2;
	margin-top:32px;
}
.carLineupEtc label::before {
	background: #222222;
	width: 72px;
	height: 37px;
	text-align: center;
	border-radius: 113px 113px 0 0;
	display: block;
	position: absolute;
	top: -20px;
	left: 50%;
	margin: 0 0 0 -33px;
	content: "";
	z-index: 1;
}
.carLineupEtc label::after {
	background: url(../img/expandLineupArrow.png) 0 0 no-repeat;
	background-size: 100%;
	width: 20px;
	height: 30px;
	text-align: center;
	display: block;
	position: absolute;
	top: -8px;
	left: 50%;
	margin: 0 0 0 -7px;
	content: "";
	z-index: 2;
}
.carLineupEtc #expandLineup:checked + label::after {
	transform: rotate(180deg);
	top: -24px;
}
.carLineupEtc #expandLineup:checked + label{margin-top:16px;}
.carLineupEtc #expandLineup:checked + label + .dropdownLineup{
	display:block;
}
.dropdownLineup li {
    width:100%;
}
.dropdownLineup li img {
	height: auto;
	width: 94%;
	margin: 0 3% 5%;
}
.dropdownLineup.spBlock.clearfix ul {
    width: 50%;
    float: left;
}
.spFooter {
    background: #222;
    padding: 30px 0 80px;
    color: #fff;
}

.pagetop a {
    width: 120px;
    color: #fff;
    margin: 30px 15px 0 auto;
    background: #222;
    border-radius: 4px 4px 0 0;
    text-align: center;
    padding: 10px 5px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05rem;
    display:block;
}
.spFooter .sp_menu_lang {
    margin: 30px 0!important;
    font-size: 17px;
}
.spFooter .sp_menu_lang a {
    text-decoration: none;
    letter-spacing: 0.05rem;
}
.spFooter p {
    text-align: center;
    color: #999;
    font-size: 12px;
}
.spSitemap {
    font-size: 17px;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 0 0 30px 0;
}
.spFooter #socialn2 {
    width: 100%;
    text-align: center;
}
.spFooter #socialn2 ul {
    display: flex;
    justify-content: center;
}
.spFooter #socialn2 ul li {
    float: none;
    margin-right:10px;
}
.spFooter #socialn2 ul li:last-child {
    margin-right:0px;
}
#pagetop.spshow {
text-align: center;
padding: 30px 15px 0;
background: #070707;
margin: 0;
}
#pagetop.spshow a {
    text-decoration:none;
}







.black #header {
    background-color: #000;
}
.black #header h1 a {
    background: url(/new_common/img/header_logo04.gif) no-repeat!important;
    width: 160px!important;
    background-size: 100%!important;
}
.black .linedMenu span, .black .linedMenu span:before,.black .linedMenu span:after{

background-color:#fff;}

    .black #header, .black #header_l, .black #container {
        background-color: #000;
    }
.black .spshow.spBlock h3, .black .newsTab h3 {
    color: #fff;
}
.black .spshow.spBlock h3 span, .black .newsTab h3 span {
    color: #999;
}
.black .newsTab .tab-title {
    color: #fff!important;
}
.black .newsTab .body1,.black .newsTab .body2,.black .newsTab .body3 {
    background: #444!important;
}
.black .tab-body a {
    color: #fff!important;
}

}

.mbNewsTab{
    display: none;
}
@media screen and (max-width : 990px) {
    .mbNewsTab{
        display: block;
    }
    .mbNewsTab a {
        color: #747474;
        text-decoration: none;
    }
    .mbNewsTab h3 {
        font-size: 20px;
        letter-spacing: 0.02rem;
        position: relative;
    }
    .mbNewsTab h3 span {
        display: block;
        font-size: 13px;
        line-height: 1;
        margin-bottom: 15px;
        font-weight: lighter;
        font-family: serif;
    }
    .mbNewsTab h3 .list {
        background: #034a9e url(../img/listArrow.png) right center no-repeat;
        position: absolute;
        top: 0;
        right: 0px;
        font-size: 14px;
        color: #fff;
        padding: 12px 24px 12px 12px;
        background-size: 19px;
    }
    .mbNewsTab .tab-menu {
        margin-left: 14px;
    }
    .mbNewsTab .tab-menu .swiper-slide {
        border: 1px solid #eee;
        padding: 0.8em 0.3em;
        text-align: center;
        width: auto !important;
        white-space: nowrap;
        box-sizing: border-box;
    }
    .mbNewsTab .tab-menu .swiper-slide.swiper-slide-thumb-active {
        color: #fff;
        border-bottom-color: #fff;
        background: #333;
    }
    .mbNewsTab .tab-content {
        position: relative;
        background: #f8f8f8;
    }
    .mbNewsTab .tab-content .swiper-slide {
        box-sizing: border-box;
        padding: 30px 20px;
        border-top: 2px solid #333;
    }
    .mbNewsTab .tab-content .swiper-slide ul li {
        display: flex;
        width: 100%;
        border-bottom: 1px solid #e2e1e0;
    }
    .mbNewsTab .tab-content .swiper-slide ul li a {
        padding: 15px 25px 15px 0;
        display: block;
        font-size: 15px;
        font-weight: bold;
    }
    .mbNewsTab .tab-content .swiper-slide ul li a span {
        display: block;
        margin-bottom: 5px;
        font-size: 13px;
        font-weight: normal;
    }
    .mbNewsTab .tab-content .text {
        background: url(../img/tabNewsArrow.png) right center no-repeat;
        background-size: 24px;
        flex: 1;
    }
}