@charset "utf-8";
/* CSS Document */
h2{
	font-size:84px;
	line-height:1;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
	font-style:italic;
	-webkit-transform: scale(0.7,1);
	transform: scale(0.7,1);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	position:absolute;
	bottom:-30px;
	left: -20%;
	width: 140%;
	letter-spacing:5px;
}
h3{
	font-size:58px;
	line-height:1.3;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
	letter-spacing:-1px;
}
#main_img{
	position:relative;
}
#main_img img{
	width:100%;
	vertical-align:bottom;
}
.txt_l {text-align:left !important; }
.btn{
	display: block;
	border:2px solid #000;
	color:#000;
	text-decoration: none;
	outline: none;
	text-decoration:none !important;
}
.btn::before,
.btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn,
.btn::before,
.btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn:hover {
	background: #000;
	color:#fff !important;
	text-decoration:none !important;
}
.pickup_list {margin-bottom:100px;}
.pickup_list.main {margin-bottom:0;}
.pickup_list li{
	background:url(../pickup-car/images/common/bg02.jpg) no-repeat left bottom;
	background-size:100% auto;
	margin-top:40px;
	float:left;
	width:48%;
	margin:40px 4% 0 0;
}
.pickup_list li:nth-child(2n){margin-right:0;}
.pickup_list .logo,.pickup_list .txt{padding:0 5%;}
.pickup_list .logo{
	padding-top:25px;
}
.pickup_list .photo img{vertical-align:bottom;}
.pickup_list .txt{
	padding-top:15px;
	padding-bottom:35px;
}
.pickup_list .txt .bld{
	font-size:19px;
	line-height:1.4;
}
.pickup_list .txt .dtl{margin-bottom:20px;}
.pickup_list .lnk{
	border-top:1px solid #212121;
	text-align:right;
	clear:both;
}
.pickup_list .lnk:last-child{
	border-bottom:1px solid #212121;
}
.pickup_list .lnk span{
	padding:12px 10px 12px 15px;
	float:left;
	display:inline-block;
}
.pickup_list .lnk a{
	display:inline-block;
	background:url(../../images/common/list.png) no-repeat 0 center;
	padding:12px 10px 12px 15px;
}
.title2{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin-bottom:25px;
}
.arrow{
  position: relative;
  display: inline-block;
  padding-left: 18px;
}

.arrow::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #cc0000;
  border-right: solid 2px #cc0000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}

#lineup .title{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin-bottom:25px;
}
#lineup table{
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #333;
	box-sizing: border-box;
	line-height: 1.3;
}
#lineup th,#lineup td{
	text-align:left;
	padding:15px 10px;
	border: 1px solid #333;
	box-sizing: border-box;
	word-wrap:break-word;
    overflow-wrap:break-word;
}
#lineup th{background:#333;}
#lineup tr:nth-child(2n+1) td{background:#111;}

#lineup .ttl tr:first-child td{
	text-align:center;
	background:#C80000 !important;
	padding:20px 10px;
}
#lineup td.txt_c{text-align:center;}
#lineup .ttl tr:nth-child(2n) td{background:#111;}
#lineup .ttl tr:nth-child(2n+1) td{background:#000;}
#lineup .no_th tr:nth-child(2n) td{background:#000;}
#lineup .no_th tr:nth-child(2n+1) td{background:#111;}
#lineup tr.bg th,#lineup tr.bg td{
	background:#111 !important;
}
#lineup tr.bg_no th,#lineup tr.bg_no td,#lineup td.bg_no{
	background:#000 !important;
}

/*アンダーライン左から右*/
#lineup a {
  position: relative;
  display: inline-block;
  transition: .3s;
}
#lineup a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #ff0000;
  transition: .3s;
}
#lineup a:hover::after {
  width: 100%;
}

#lineup2 a {
  position: relative;
  display: inline-block;
  transition: .3s;
}
#lineup2 a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #ff0000;
  transition: .3s;
}
#lineup2 a:hover::after {
  width: 100%;
}

/*アンダーライン左から右*/


/* 追加(CIVIC) */
.linkbtn li {
	float:left;
	width:48%;
	margin:40px 4% 0 0;
	text-align:center;
}
.linkbtn li:nth-child(2n){margin-right:0;}
.linkbtn li a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

#lineup2 .title{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin-bottom:25px;
}
#lineup2 table{
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #333;
	box-sizing: border-box;
	line-height: 1.3;
	font-size:13px;
}
#lineup2 th,#lineup2 td{
	text-align:left;
	padding:15px 10px;
	border: 1px solid #333;
	box-sizing: border-box;
}
#lineup2 th{background:#333;}
#lineup2 tr:nth-child(2n+1) td{background:#111;}
#lineup2 td:nth-child(1){width:14%;}
#lineup2 td:nth-child(2){width:14%;}
#lineup2 td:nth-child(3){
	text-align:center;
	width:9%;
}
#lineup2 td:nth-child(4){
	text-align:center;
	width:9%;
}
#lineup2 td:nth-child(5){
	font-size:12px;
}
/*#lineup2 td:nth-child(6){
	font-size:12px;
}*/
#lineup2 .ttl tr.title td{
	font-size:13px;
	font-weight:normal;
	text-align:center;
	background:#C80000 !important;
	padding:20px 10px;
}
#lineup2 td.txt_c{text-align:center;}
#lineup2 .ttl tr:nth-child(2n) td{background:#111;}
#lineup2 .ttl tr:nth-child(2n+1) td{background:#000;}
#lineup2 .no_th tr:nth-child(2n) td{background:#000;}
#lineup2 .no_th tr:nth-child(2n+1) td{background:#111;}
#lineup2 tr.bg th,#lineup2 tr.bg td{
	background:#111 !important;
}
#lineup2 tr.bg_no th,#lineup2 tr.bg_no td{
	background:#000 !important;
}


#intro .innr.txt{
	padding-top:80px;
	padding-bottom:30px;
}

#pickup_parts{
	padding:90px 0;
	color:#333;
}
#pickup_parts h3{
	color:#000;
}
#pickup_parts h3 span{
	display:block;
	font-size:14px;
	letter-spacing:0;
}
.movie_wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.movie_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------
       index
--------------------*/
#index h2{
	font-size:66px;
	text-align:left;
	top:31%;
	left:50%;
	margin-left:-480px;
	width:960px;
	-webkit-transform-origin: left top;
	transform-origin: left top;
}
#index .list {
	margin:60px 0 0;
}
#index .list li{
	width:49%;
	margin:0 2% 15px 0;
}
#index .list li:nth-child(2n){
	margin-right:0;
}
#index figure::before{
	height:95%;
}

/*------------------
       86/brz
--------------------*/
.brz_index #intro{
	padding-bottom:50px;
}
.brz_index #intro #movie{
	width:100%;
	max-width:560px;
	margin:40px auto 0;
}
.brz_index #intro #movie figure::before{
	height:98%;
}
.brz_index #parts .list {
	margin:40px 0 60px;
}
.brz_index #parts .list li{
	width:49%;
	margin:0 2% 15px 0;
	position:relative;
}
.brz_index #parts .list li:nth-child(2n){
	margin-right:0;
}
.brz_index #parts figure::before{
	height:95%;
}
.brz_index #parts li .txt{
	position:absolute;
	left:14px;
	bottom:20px;
}
.brz_index #lineup .ttl tr:first-child td,
.brz_index #lineup .ttl tr:nth-child(2) td{
	padding:5px 2px;
	text-align:center;
	background:#C80000 !important;
}
.brz_index #lineup tr:last-child td:nth-child(1){width:15%;}
.brz_index #lineup tr:last-child td:nth-child(2){width:23%;}
.brz_index #lineup tr:last-child td:nth-child(3){width:9%;}
.brz_index #lineup tr:last-child td:nth-child(4),.brz_index #lineup tr:last-child td:nth-child(5){
	width:9%
}
.brz_index #lineup td:nth-child(3),.brz_index #lineup td:nth-child(4),.brz_index #lineup td:nth-child(5){
	text-align:center;
	padding:15px 3px;
}
.brz_index #lineup td:nth-child(6){
	padding:10px;
	font-size:12px;
}
.brz_index #lineup .ttl tr:first-child td:nth-child(7){font-size:14px;}
.brz_index #lineup td.fnt12{font-size:12px;}

/*------------------
       prius
--------------------*/
.prius #intro .innr.txt_c{
	padding-top:90px;
	padding-bottom:50px;
}
.prius #intro .mb20{
	font-size:50px;
	letter-spacing:-1.5px;
	font-style:italic;
	-webkit-transform: scale(0.7,1);
	transform: scale(0.7,1);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	line-height:1;
}
.icon {
	display:inline-block;
	position:relative;
    width: 90px;
    height: 40px;
}
.icon span{
    color: #fff;
    position: absolute;
    margin-top: 0;
    margin-left: 0;
    width: 61px;
    height: 71px;
}
.icon span:before {
    content: '';
    position: absolute;
    top: 20px;
	left:-20px;
    width: 61px;
    height: 2px;
    background-color: currentColor;
    -webkit-transform: rotate(-35deg);
                    transform: rotate(-35deg);
}
.icon span:after {
    content: '';
    position: absolute;
    top: 20px;
	left:-20px;
    width: 61px;
    height: 2px;
    background-color: currentColor;
    -webkit-transform: rotate(35deg);
                    transform: rotate(35deg);
}
.prius #pickup_parts{
	background:#fff;
}
.prius #pickup_parts .innr{
	max-width:960px;
}
.prius #pickup_parts .fl{
	text-align:center;
	width:36%;
}
.prius #pickup_parts .fr{
	width:60%;
}
.prius #pickup_parts .fr .innr_wrap{
	margin-bottom:15px;
}
.prius #pickup_parts .left{
	width:31%;
}
.prius #pickup_parts .right{
	padding-left:4%;
}
.prius #lineup{
	padding-top:100px;
}
.prius #lineup tr:last-child td:nth-child(1){width:15%;}
.prius #lineup tr:last-child td:nth-child(2){width:25%;}
/*.prius #lineup tr:last-child td:nth-child(3){width:11%;}
.prius #lineup td:nth-child(3){
	text-align:center;
}
.prius #lineup td:nth-child(4){
	padding:10px;
	font-size:12px;
}*/
.prius #lineup .ttl tr:first-child td:nth-child(4){font-size:14px;}

/*------------------
      gt-r
--------------------*/
.gt-r p{
	max-width:800px;
	color:#000;
	margin:auto;
}
.gt-r #main_img #txt_wrap{
	position:absolute;
	top:8%;
	left:0;
	width:100%;
}
.gt-r #main_img h2{
	position:relative;
	top:0;
}
.gt-r #main_img #txt_wrap p{
	text-align:left;
	margin:40px auto 0;
	color:#fff;
	font-size:15px;
}
.gt-r #intro {background:url(../pickup-car/gt-r/images/bg_pc.jpg) no-repeat center center;
	background-size:cover;
	padding:80px 0 100px;
	text-align:center;
}
.gt-r #movie {
	width:100%;
	max-width:920px;
}
.gt-r #movie .fl,.gt-r #movie .fr{width:46%;}
.gt-r #intro p{text-align:left;}
.gt-r #intro #movie p{	
	text-align:center;
	margin-top:15px;
}
.gt-r #intro h3{
	margin:55px 0 45px;
	color:#000;
}
.gt-r #intro h3 span {
	display:block;
	margin-top:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	font-weight:normal;
	letter-spacing:6px;
}


.gt-r #category{padding-top:30px}
.gt-r #category h3{margin-bottom:70px;}
.gt-r .list li{
	width:31%;
	margin:0 3% 30px 0;
}
.gt-r .list li:nth-child(3n){
	margin-right:0;
}
.gt-r .list li:nth-child(3n+1){
	clear:both;
}
.gt-r .list li figure::before{
	height:97%;
}

/*------------------
      alphard
--------------------*/
.alphard #intro .innr{
	position:absolute;
	top:195px;
	left:50%;
	margin-left:-480px;
}
.alphard h2{
	top:50px;
	font-size:62px;
	letter-spacing:0;
	color:#000;
}
.alphard #intro p{
	position:absolute;
	bottom:30px;
	left:45%;
	margin-left:-480px;
	text-align:center;
	font-size:35px;
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
	font-style:italic;
	-webkit-transform: scale(0.7,1);
	transform: scale(0.7,1);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	position:absolute;
}
.alphard #pickup_parts{
	background:#fff;
}
.alphard #pickup_parts .innr{
	font-weight:bold;
}
.alphard #pickup_parts #txt_wrap{
	position:relative;
	margin:30px auto 20px;
	padding:15px 0;
}
.alphard #pickup_parts #txt_wrap img{
	display:block;
	margin:auto;
}
.alphard #pickup_parts #txt_wrap p{
	position:absolute;
	max-width:330px;
	left:50%;
	margin-left:135px;
}
.alphard #pickup_parts p#txt01{
	bottom:40%;
	max-width:255px;
	margin-left:-380px;
}
.alphard #pickup_parts p#txt02{
	bottom:12%;
	max-width:255px;
	margin-left:-380px;
}
.alphard #pickup_parts p#txt03{
	top:0;
}
.alphard #pickup_parts p#txt04{
	top:28%;
}
.alphard #pickup_parts p#txt05{
	top:53%;
}
.alphard #pickup_parts p#txt06{
	top:82%;
}
.alphard #bg_red{
	background:#C70000;
	color:#fff;
	font-size:16px;
	padding:5px 15px;
	display:inline-block;
	font-weight:normal;
}
.alphard #lineup{
	padding-top:100px;
}
.alphard #lineup tr:last-child td:nth-child(1){width:15%;}
.alphard #lineup tr:last-child td:nth-child(2){width:20%;}
/*.alphard #lineup tr:last-child td:nth-child(3){width:11%;}
.alphard #lineup td:nth-child(3){
	text-align:center;
}*/
.alphard #lineup td:nth-child(3){
	padding:10px;
	font-size:12px;
}
.alphard #lineup .ttl tr:first-child td:nth-child(4){font-size:14px;}


/*------------------
      roadster
--------------------*/
.roadster #lineup tr:last-child td:nth-child(1){width:15%;}
.roadster #lineup tr:last-child td:nth-child(2){width:29%;}
.roadster #lineup tr:last-child td:nth-child(3){width:11%;}
.roadster #lineup td:nth-child(3),.roadster #lineup td:nth-child(3){
	text-align:center;
}
.roadster #lineup td:nth-child(4){
	padding:10px;
	font-size:12px;
}
.roadster #lineup .ttl tr:first-child td:nth-child(4){font-size:14px;}

/*------------------
      wrx
--------------------*/
.wrx #lineup tr:last-child td:nth-child(1){width:16%;}
.wrx #lineup tr:last-child td:nth-child(2){width:31%;}
.wrx #lineup td:nth-child(3){
	padding:10px;
	font-size:12px;
}
.wrx #lineup .ttl tr:first-child td:nth-child(3){font-size:14px;}

/*------------------
      jimny
--------------------*/
.jimny #lineup tr:last-child td:nth-child(1){width:16%;}
.jimny #lineup tr:last-child td:nth-child(2){width:31%;}
.jimny #lineup td:nth-child(3){
	padding:10px;
	font-size:12px;
}
.jimny #lineup .ttl tr:first-child td:nth-child(3){font-size:14px;}

/*------------------
      s2000
--------------------*/
.s2000 #lineup tr:last-child td:nth-child(1){width:16%;}
.s2000 #lineup tr:last-child td:nth-child(2){width:29%;}
.s2000 #lineup tr:last-child td:nth-child(3),.s2000 #lineup tr:last-child td:nth-child(4){width:7%;}
.s2000 #lineup td:nth-child(3),.s2000 #lineup td:nth-child(4){
	text-align:center;
}
.s2000 #lineup td:nth-child(5){
	padding:10px;
	font-size:12px;
}
/*.s2000 #lineup tr:nth-child(10) td:nth-child(2){text-align:center;}*/
.s2000 #lineup .ttl tr:first-child td:nth-child(5){font-size:14px;}


/*------------------
      CIVIC
--------------------*/
/*.civic th{background:#333;}
.civic td:nth-child(1){width:14%;}
.civic td:nth-child(2){width:29%;}
.civic td:nth-child(3) {width:7%;}
.civic td:nth-child(4) {width:9%;}
.civic td:nth-child(5) {width:9%;}
.civic td:nth-child(3), .civic td:nth-child(4), .civic td:nth-child(5){
	text-align:center !important;
}
.civic td:nth-child(6){
	text-align:center !important;
	font-size:12px;
	width:10%;
}
.civic td:nth-child(7){
	font-size:12px;
}
*/
.civic #lineup2 tr:last-child td:nth-child(1){width:15%;}
.civic #lineup2 tr:last-child td:nth-child(2){width:20%;}
.civic #lineup2 tr:last-child td:nth-child(3),.civic #lineup tr:last-child td:nth-child(4){width:7%;}
.civic #lineup2 td:nth-child(3),.civic #lineup td:nth-child(4){
	text-align:center;
}
.civic #lineup2 td:nth-child(5){
	padding:10px;
	font-size:12px;
}


/*------------------
      BNR32
--------------------*/
.bnr32 #lineup tr:last-child td:nth-child(1){width:17%; white-space: nowrap;}
.bnr32 #lineup tr:last-child td:nth-child(2){width:37%;}
.bnr32 #lineup td:nth-child(3){
	padding:10px;
	font-size:12px;
}

/*------------------
      supra
--------------------*/
.supra #lineup tr:last-child td:nth-child(1){width:16%;}
.supra #lineup tr:last-child td:nth-child(2){width:31%;}
.supra #lineup td:nth-child(3){
	padding:10px;
	font-size:12px;
}
.supra #lineup .ttl tr:first-child td:nth-child(3){font-size:14px;}

.supra #lineup2 tr.header td {background: #C80000; text-align: center;}
.supra #lineup2 td:nth-child(1){width:14%;}
.supra #lineup2 td:nth-child(2){width:24%;}
.supra #lineup2 td:nth-child(3), .supra #lineup2 td:nth-child(4), 
.supra #lineup2 td:nth-child(5), .supra #lineup2 td:nth-child(6) {
	width: 8%;
	text-align: center;
}
.supra #lineup2 td:nth-child(7) {
	font-size: 12px;
}



/*------------------
      yaris
--------------------*/
.yaris #lineup tr:last-child td:nth-child(1){width:16%;}
.yaris #lineup tr:last-child td:nth-child(2){width:31%;}
.yaris #lineup td:nth-child(3){
	padding:10px;
	font-size:12px;
}
.yaris #lineup .ttl tr:first-child td:nth-child(3){font-size:14px;}

/*------------------
     gr86
--------------------*/
.gr86 #lineup tr:last-child td:nth-child(1){width:16%;}
.gr86 #lineup tr:last-child td:nth-child(2){width:31%;}
.gr86 #lineup td:nth-child(3){
	padding:10px;
	font-size:12px;
}
.gr86 #lineup .ttl tr:first-child td:nth-child(3){font-size:14px;}


@media screen and (max-width: 960px){
#index h2{
	left:0;
	margin:0 5%;
	width:120%;
}
}
@media screen and (min-width: 641px) and (max-width: 860px)  {
.alphard #pickup_parts #txt_wrap p br{
	display:none;
}
}

@media screen and (min-width: 641px) and (max-width: 768px)  {
.prius h2{font-size:60px;}
.alphard #pickup_parts p#txt01,.alphard #pickup_parts p#txt02{
	max-width:30%;
	left:0;
	margin:0;
}
}
@media screen and (max-width: 640px) {
.list li{float:none;}
h2{
    font-size: 32px;
	bottom: -15px;
}
h3{
	font-size:30px;
}
.sp_l {text-align:left;}
.pickup_list {margin-bottom:50px;}
.pickup_list li{
	float:none;
	width:100%;
	margin:30px 4% 0 0;
}
.pickup_list .photo{
	float:left;
	width:37%;
}
.pickup_list .logo{
	float:right;
	width:63%;
	padding-left:5%;
	font-size:12px;
}
.pickup_list .txt{
	float:none;
	width:100%;
	clear:both;
}
.pickup_list .txt{padding:20px 0;}
.pickup_list .txt .bld{
	font-size:16px;
	margin-bottom:15px;
}
.pickup_list .dtl{/*display:none;*/}
.pickup_list .lnk{
	border:2px solid #fff !important;
	text-align:center;
	margin:-2px 0 0;
	position:relative;
}
.pickup_list .lnk a{
	padding:15px 0;
	width:100%;
	background-position:25% center;
}
.pickup_list .lnk.col2 a{
	padding-left:45%;
	width:45%;
	background-position:46% center;
}
.pickup_list .lnk span {
    position:absolute;
	top:15px;
	left:0;
	width:40%;
	padding:0;
}
.pickup_list .lnk.line2 span {
	top:7px;
}
#lineup .title, #lineup2 .title {
    font-size: 16px;
}
#lineup table, #lineup2 table{
	min-width: 800px;
}
.linkbtn li {
	font-size:12px;
}

#intro .innr.txt{
	padding:50px 5% 20px;
	text-align:left;
}

#pickup_parts {
    padding: 40px 0;
	font-size:14px;
}
/* Youtube動画 */
.movie {
	max-width:100%;
	height:auto;
}

/*------------------
       index
--------------------*/
#index h2{	
	font-size:35px;
	margin-top:5%;
}
#index .list li{
	width:100%;
	margin:0 0 15px 0;
}
#index .list {
	margin:30px 0;
}

/*------------------
       brz/86
--------------------*/
.brz_index #intro {
    padding-bottom: 30px;
}
.brz_index #parts .list li{
	width:100%;
	margin:0 0 10px 0;
}
.brz_index #parts .list li p{display:none;}

/*------------------
       prius
--------------------*/
.prius #intro .innr.txt_c{
	padding-top:50px;
}
.prius #intro .mb20 {
	font-size:28px;
	text-align:center;
}
.icon{
	width: 65px;
}
.icon,.icon span{
    height: 25px;
}
.icon span:before ,.icon span:after {
    top: 13px;
    width: 41px;
	left:-15px;
}
.prius #pickup_parts .txt_c{text-align:left;}

.prius #pickup_parts .fl,.prius #pickup_parts .fr{
	width:100%;
}
.prius #pickup_parts .fl img{
	width:40%;
	margin-bottom: 15px;
}
.prius #pickup_parts .fr .innr_wrap{
	margin-bottom:15px;
}
.prius #pickup_parts .left{
	width:31%;
}
.prius #pickup_parts .right{
	padding-left:4%;
}
.prius #lineup{
	padding-top:100px;
}

/*------------------
      gt-r
--------------------*/
.gt-r #main_img #txt_wrap{
	top:2%;
}
.gt-r #main_img #txt_wrap p{
	margin:20px auto 0;
}
.gt-r #intro {background:url(../pickup-car/gt-r/images/bg_sp.jpg) no-repeat center center;
	padding:30px 0 30px;
}
.gt-r #intro p{padding:0 5%;}
.gt-r #movie .fl,.gt-r #movie .fr{width:100%;}
.gt-r #intro #movie p{	
	margin:5px 0 20px;
	padding:0;
}
.gt-r #intro h3{
	margin:25px 0 15px;
}
.gt-r #intro h3 span {
	font-size:20px;
	letter-spacing:2px;
	margin:20px 0;
}

.gt-r #category{padding-top:30px}
.gt-r #category h3{margin-bottom:20px;}
.gt-r .list li{
	width:47.5%;
	margin:0 2.5% 10px 0;
	float:left ;
	clear:none !important;
}
.gt-r .list li:nth-child(2n){
	margin:0 0 10px 2.5%;
}

/*------------------
      alphard
--------------------*/
.alphard #intro .innr{
	position:relative;
	top:0;
	left:0;
	margin:0;
}
.alphard h2{
	top:10%;
	font-size:32px;
}
.alphard #intro p{
	bottom:10px;
	left:0;
	margin-left:0;
	font-size:18px;
}
.alphard #pickup_parts #txt_wrap{
	margin:10px 0;
}
.alphard #pickup_parts #txt_wrap img{
	width:100%;
}
.alphard #pickup_parts #txt_wrap p{
	display:none;
}
.alphard #lineup{
	padding-top:50px;
}

}
@media screen and (max-width: 320px) {
h2{
    font-size: 28px;
    letter-spacing: 3px;
}
.pickup_list .lnk a{
	background-position:23% center;
}

#index h2{	
	top:32%;
	font-size:33px;
}
}

/*------------------
      gr supra
--------------------*/

.hipermax table {
	width: 100%;
	border-collapse: collapse;
	border:1px solid #666;
	margin-bottom: 10px;
}
.hipermax th, .hipermax td {
	border:1px solid #666;
	padding: 12px;
}
.hipermax th {
	background: #333;
	text-align: center;
	padding: 15px;
}
.hipermax h3 {
	font-size: 50px;
}
.hipermax_series table {
	border-width: 0px;
	padding: 0;
	width: 640px;
	max-width: 640px;
	margin: 80px auto;
}
.hipermax_series th, .hipermax_series td {
	border-width: 0px;
	padding: 0;
}


@media screen and (max-width: 640px) {
	.supra .fnt38 {
		font-size: 22px;
	}
	.hipermax h3{
		font-size:26px;
	}
	.hipermax_series table {
		max-width: 100%;
	}
}
.muffler table {
	width: 100%;
	border-collapse: collapse;
	border:1px solid #666;
}
.muffler th, .muffler td {
	border:1px solid #666;
	padding: 5px;
}
.muffler th {
	background: #333;
	text-align: center;
}
.muffler h3 {
	font-size: 28px;
}

@media screen and (max-width: 640px) {
	.muffler h3{
		font-size:26px;
	}
}



/* Youtube動画 */
.movie {
	text-align:center;
	margin:50px auto;
}
@media screen and (max-width: 600px) {
	.movie iframe {
		width:100%;
}
}

/* youtube レスポンシブ */
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100% !important;
     height: 100% !important;
}



/* 2カラム　→　1カラム */
.column21 li{
		float:left;
		width:48%;
		margin:0 4% 20px 0;
}
.column21 li:nth-child(2n){margin-right:0;}
.column21 li:nth-child(2n+1){clear:both;}

/* 2カラムのまま */
.column22 li{
		float:left;
		width:48%;
		margin:0 4% 20px 0;
}
.column22 li:nth-child(2n){margin-right:0;}
.column22 li:nth-child(2n+1){clear:both;}

.column21 img, .column22 img {max-width: 100%;}

@media screen and (max-width: 640px) {
	.column21 li{
		float:none;
		width:100%;
		margin:0 0 15px 0;
	}
}

/* more information */
.btn_more a{
	margin:40px auto 30px;
	height:80px;
	font-size:22px;
	line-height:80px;
	width:100%;
	max-width:320px;
	padding-left:6%;
	display: block;
	width:auto;
	text-align:center;
	font-family:Century Gothic;
	border:2px solid #fff;
	border-radius:45px;
	color:#fff;
	text-decoration: none;
	font-weight:bold;
	outline: none;
	background:url("../pickup-car/images/common/bt_more.png") no-repeat 10% center;
}
.btn_more a::before,
.btn_more a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn_more a,
.btn_more a::before,
.btn_more a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn_more a:hover {
	background:url("../pickup-car/images/common/bt_more02.png") no-repeat 10% center #fff;
	color:#000 !important;
}

/* movie */
.btn_movie a{
	margin:40px auto 30px;
	height:80px;
	font-size:22px;
	line-height:80px;
	width:100%;
	max-width:320px;
	padding-left:6%;
	display: block;
	width:auto;
	text-align:center;
	font-family:Century Gothic;
	border:2px solid #fff;
	border-radius:45px;
	color:#fff;
	text-decoration: none;
	font-weight:bold;
	outline: none;
	background:url("../pickup-car/images/common/bt_move.png") no-repeat 10% center;
}
.btn_movie a::before,
.btn_movie a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn_movie a,
.btn_movie a::before,
.btn_movie a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn_movie a:hover {
	background:url("../pickup-car/images/common/bt_move02.png") no-repeat 10% center #fff;
	color:#000 !important;
}




