@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600&display=swap');


a[href^="tel:"] {
    pointer-events: none;
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 body {
	font-family: 'Avenir Next', 'Helvetica Neue', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #FFFFFF;
}
ul, ol {
list-style: none;
margin: 0;
padding: 0;
}
li {
margin: 0;
padding: 0;
}
a, a:hover, a:active, a:visited {
color: #FFF;
outline: none;
}
img {
	padding: 0;
	line-height: 0;
	margin-top: 0px;
	max-width: none;
}
main {
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding-top: 60px;
}
table {
border-collapse: collapse;
border: none;
padding: 0;
margin: 0;
}

/* HEADER */

header {
	padding: 0;
	background-image: url(../img/head_bg.png);
	width: 100%;
	height: 98px;
	background-position: center bottom;
	position: fixed;
	top: 0px;
	z-index: 9999;
}
header .head_area {
	margin: 0 auto;
	width: 96%;
	max-width: 1000px;
}
header .head_area ul {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around;
	justify-content: space-around;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	margin: 30px 0 0;
	box-sizing: border-box;
	float: right;
}
header .head_area ul li {
    margin: auto;
vertical-align: middle;
}
header .head_area ul li.one {
border-right: 1px solid #fff;
padding-right: 20px;
}
header .head_area ul li.two {
margin-left: 20px;
}

header .head_area ul li a {
	color: #9FA0A0;
	text-decoration: none;
	font-size: 10px;
}
header .head_area ul li a:hover {
	color: #FFF;
}

header .head_area ul li .top_sns {
	/* [disabled]width: 100%; */
}
header .head_area ul li .top_sns ol {
	/* [disabled]width: 100%; */
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around;
	justify-content: space-around;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
header .head_area ul li .top_sns ol li {
width: auto;
	margin-right: 20px;
	vertical-align: text-bottom;
	line-height: 1px;
}
header .head_area ul li .top_sns ol li img {
width: auto;
height: 15px;
}
header .head_area ul li .top_sns ol li:last-child {
	margin-right: 0px;
}
header .head_navi {
	float: right;
	margin-top: -32px;
	margin-right: auto;
	margin-left: 0;
	margin-bottom: 0;
	text-align: right;
	/* [disabled]width: 100%; */
}
header .head_navi table {
	box-sizing: border-box;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	float: right;
}
header .head_navi table tr td {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	line-height: 1px;
	text-align: center;
/*	background-image: url("../img/head_navi_bg.png");
	background-position: center bottom;
	background-repeat: repeat-x;*/
}
header .head_navi table tr td:nth-child(1) {
	background-position: right bottom;
	background-repeat: no-repeat;
}
header .head_navi table tr td:nth-child(5) {
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: right;
}






.top_logo {
	margin: 98px auto 0;
	padding: 0;
	width: 100%;
	max-width: 1000px;
	/* [disabled]position: relative; */
}


.logo_box {
	width: 50%;
	position: absolute;
	top: 120px;
	/* [disabled]left: 20%; */
	max-width: 250px;
}
.logo_box ul {
	width: 90%;
	list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	margin: 0 auto;
	padding: 0 7% 0 2%;
	box-sizing: border-box;
}
.logo_box ul li {
}
.sub_logo_box {
	width: 100%;
	position: fixed;
	background-color: #000;
	/* [disabled]padding-left: 20%; */
	padding-top: 10px;
	max-width: none;
	top: 0px;
	padding-bottom: 15px;
	z-index: 50;
}
.sub_logo_box img {
	max-width: 350px;
}
.logo {
	width: 100%;
	margin: auto;
	max-width: 1100px;
}

.dtm_logo {
	width: 100%;
	text-align: center;
	/* [disabled]bottom: 10px; */
	/* [disabled]position: fixed; */
}
.dtm_logo .dtmlogo {
	width: 40%;
	max-width: 250px;
}
main .dtm_logo .infomation {
	padding: 0;
	border: 1px solid #FFF;
	margin: 0 auto 1em;
	width: 100%;
	max-width: 400px;
	background-color: rgba(0,0,0,0.7);
	box-sizing: border-box;
	/* [disabled]max-height: 150px; */
	height: auto;
}
main .dtm_logo .infomation h4 {
	margin: 0px 0 0px;
	padding: 0px 10px;
	color: #333;
	background-color: #AEAFAF;
	text-align: left;
}
.dtm_logo .infomation iframe {
	width: 98%;
	height: 75px;
	margin: 5px auto 0;
	padding: 0 5px;
	box-sizing: border-box;
}


.dtm_logo .link_bt {
	width: 100%;
	max-width: 1100px;
	margin: auto;
}
.dtm_logo .link_bt img {
	width: 48%;
	max-width: 300px;
	margin: auto;
}
.title_image {
	width: 100%;
	/* [disabled]max-height: 300px; */
	height: 30%;
	z-index: -3;
	margin: 0 auto;
	max-width: 1100px;
}
.title_image .title  {
	padding-top: 5%;
	padding-right: 0;
	/* [disabled]padding-left: 20%; */
	padding-bottom: 0;
	margin: 0 auto;
	width: 96%;
	color: #9FA0A0;
	max-width: 1100px;
	height: 50%;
	min-height: 300px;
	max-height: 482px;

}
.title_image .title img  {
	width: 40%;
	max-width: 330px;
	margin-top: 8%;
}
.text_area {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
	padding: 2em;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1100px;
	background-color: #454846;
	line-height: 1.5em;
}

/* top */
.w1000 {
width: 96%;
max-width: 1000px;
margin: 80px auto 0;
padding: 0;
}
.info_insta_area {
	/* [disabled]width: 100%; */
}
.info_insta_area ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
/*    -webkit-align-items: center;
    align-items: center;*/
}
.info_insta_area ul li {
	/* [disabled]width: 48%; */
}
.info_insta_area ul li:nth-of-type(1) {
margin: 0 auto 0 0;
width: 45%;
max-width: 400px;
}
.info_insta_area ul li:nth-of-type(2) {
margin: 0 0 0 auto;
width: 55%;
max-width: 480px;
}
.info_insta_area .infomation {
width: 100%;
padding-right: 10%;
}
.info_insta_area .infomation h4 {
padding: 0;
margin: 0;
}
.info_insta_area .infomation table {
margin-top: 40px;
}
.info_insta_area .infomation table tr td {
padding: 0 40px 0 0;
text-align: left;
}
.info_insta_area .infomation table tr td img {
width: 60px;
margin: 0 0 0 -10px;
}

.info_insta_area .infomation iframe {
margin-top: 30px;
}
/*WHEEL LINEUP*/
.bg_gray {
background-color: #B5B6B6;
}
.WHEEL_LINEUP_area {
padding: 50px 0;
}
.WHEEL_LINEUP_area a {
text-decoration: none;
color: #000;
}
.WHEEL_LINEUP_area div {
	border-bottom: 2px solid #231815;
}
.WHEEL_LINEUP_area h4 {
text-align: center;
}
.WHEEL_LINEUP_area ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	padding-bottom: 25px;
}
.WHEEL_LINEUP_area li {
width: 50%;
}
.WHEEL_LINEUP_area li table {
width: 100%;
font-weight: 600;
	font-size: 26px;
	font-family: 'Barlow Condensed', sans-serif;
}
.WHEEL_LINEUP_area li table tr td {
text-align: center;
color: #000;
}
.WHEEL_LINEUP_area li table tr td em {
text-align: center;
color: #FFF;
background: #000;
padding: 0px 8px;
}
.WHEEL_LINEUP_area li table tr:nth-of-type(1) td {
font-size: 30px;
padding: 30px;
}
.WHEEL_LINEUP_area li table tr:nth-of-type(2) td {
position: relative;
}
.WHEEL_LINEUP_area li table tr:nth-of-type(3) td {
font-size: 16px;
}
.icon_newmodel {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.top_gallery_area {
padding: 30px 0 0;
width: 100%;
}
.top_gallery_area h4 {
text-align: center;
}
.top_gallery_area ul {
	padding: 0px;
	margin: 0px auto;
	width: 100%;
	height: auto;
	text-align: center;
}
.top_gallery_area ul li {
	margin: auto;
	max-height: none;
	height: auto;

}

.DEALER_area {
padding: 30px 0;
}
.DEALER_area h4 {
text-align: center;
}
.DEALER_area ul {
margin-top: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.DEALER_area ul li {
width: 49%;
color: #000;
margin-bottom: 30px;
}
.DEALER_area ul li a {
color: #999999;
text-decoration: none;
}
.DEALER_area ul li div {
padding-top: 0.7em;
}

.DEALER_area ul li table {
width: 100%;
}
.DEALER_area ul li table td {
font-size: 12px;
vertical-align: top;
line-height: 1.5em;
}
.DEALER_area ul li table td p {
font-size: 14px;
font-weight: bold;
margin: 0 0 0.7em;
}
.DEALER_area ul li table td:nth-of-type(1) {
width: 47%;
padding-right: 2%
}

.footer_area {
	border-top: 10px solid #999;
	padding: 80px 0;
	background-color: #000000;
}
.global_footer {
margin: auto;
display: table;
}
.global_footer ol {
margin: 0;
padding: 0;
margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.global_footer ol li {
margin: 0;
padding: 0;
line-height: 1em;
font-size: 14px;
font-weight: 600;
font-family: 'Barlow Condensed', sans-serif;
color: hsla(0,0%,51%,1.00);
text-align: center;
}
.global_footer ol li:nth-of-type(1) {
    display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
	align-items: center;
margin-right: 60px;
padding-right: 60px;
border-right: 1px solid #FFF;
width: 130px;
box-sizing: content-box;
}
.global_footer ol li:nth-of-type(3) {
    display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.global_footer ol li:nth-of-type(3) p {
margin: 1em 0 0;
}
.global_footer ol li table {
margin: 0 60px 0 0;
padding: 0;
border-collapse: collapse;
border: none;
}
.global_footer ol li table tr {
margin: 0;
padding: 0;
}
.global_footer ol li table td {
padding: 0 2em 0 0;
text-align: left;
vertical-align: top;
font-size: 14px;
font-weight: 400;
font-family: 'Barlow Condensed', sans-serif;
}
.global_footer ol li table td a {
display: block;
opacity: 0.7;
text-decoration: none;
margin: 0;
padding: 0;
}





/*Dealer*/
.dealer {
	background-image: url(../img/sub/title_dealer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

table.derler_spec {
	margin: auto auto 20px;
	width: 96%;
	border-collapse: collapse;
}
table.derler_spec td {
	padding-bottom: 1em;
	vertical-align: top;
	font-size: 16px;
}
table.derler_spec td:nth-child(odd) {
width: 5em;
}
table.derler_spec td span {
	font-weight: bold;
	font-size: 26px;
	font-family: 'Barlow Condensed', sans-serif;
}
table.derler_spec td span::before {
	content: "|";
	color: #FFFFFF;
	font-size: 20px;
	background-color: #FFFFFF;
	width: 5px;
	margin-right: 12px;
	box-sizing: border-box;
}
.line_W {
	margin-top: 2em;
	padding-top: 2em;
	border-top: 2px solid #FFFFFF;
}

.buy_now {
	width: 100%;
	text-align: center;
	bottom: 0px;
	position: fixed;
	/* [disabled]display: none; */
	background-color: rgba(0,0,0,0.7);
	padding-bottom: 10px;
	padding-top: 10px;
}
.buynow_hr {
	border-top: 1px solid #FFFFFF;
	margin: 0 auto;
	padding-top: 10px;
	width: 100%;
	max-width: 1100px;
}
.buy_now img {
	width: 80%;
	max-width: 300px;
}


.bg_light_g {
	background-color: #CBCCCC;
	margin: 0px auto;
	padding: 0px;
	color: #231815;
	width: 100%;
}
.bg_light_w {
	background-color: #fff;
	margin: 0px auto;
	padding: 0px;
	color: #231815;
	width: 100%;
}
/*Line up*/
.lineup {
	background-image: url(../img/sub/title_lineup.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.w900 {
	margin: 80px auto 0;
	width: 96%;
	max-width: 900px;
}
.lineup_box {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 50px;
	padding-right: auto;
	padding-left: auto;
	padding-bottom: 50px;
	border-top: 15px solid #231815;
	width: auto;
}
.lineup_box table {
	width: 35%;
	margin: 1.5em 0;
}
.lineup_box table td {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 30px;
	font-weight: 600;
text-align: center;
padding: 10px;
color: #727171;
}
.lineup_box .color_tip  {
	height: 45px;
	width: auto;
}
.lineup_box .limited_tytle  {
	width: 90%;
	margin: 50px 0;
}

table.lineup_spec {
	margin: auto auto 20px;
	/* [disabled]width: 96%; */
	border-collapse: collapse;
}
table.lineup_spec td {
	padding: 0 1.5em;
	vertical-align: top;
	font-size: 16px;
	border-left: 3px solid #231815;
	color: #231815;
	font-weight: bold;
}
table.lineup_spec td span {
	/* [disabled]font-weight: bold; */
	font-size: 26px;
	font-family: 'Barlow Condensed', sans-serif;
}

table.lineup_spec td .fit_type {
	/* [disabled]font-weight: bold; */
	font-size: 18px;
	font-family: 'Barlow Condensed', sans-serif;
	vertical-align: middle;
	padding: 2px;
	margin: 0 0 0 0.5em;
	line-height: 1.2em;
	background-color: #000;
	color: #FFF;
	float: right;
}

table.lineup_spec2 {
	margin: auto auto 20px;
	/* [disabled]width: 96%; */
	border-collapse: collapse;
	text-align: right;
}
table.lineup_spec2 td {
	padding: 0 1.5em;
	vertical-align: top;
	font-size: 16px;
	color: #231815;
	font-weight: bold;
	line-height: 1em;
}
table.lineup_spec2 td span {
	/* [disabled]font-weight: bold; */
	font-size: 26px;
	font-family: 'Barlow Condensed', sans-serif;
}
table.lineup_spec2 td .inch {
	/* [disabled]font-weight: bold; */
	font-size: 40px;
	font-family: 'Barlow Condensed', sans-serif;
	line-height: normal;
}
table.lineup_spec2 td .fit_type {
	/* [disabled]font-weight: bold; */
	font-size: 18px;
	font-family: 'Barlow Condensed', sans-serif;
	vertical-align: middle;
	padding: 2px;
	margin: 0.7em 0 0 0.5em;
	line-height: 1.2em;
	background-color: #000;
	color: #FFF;
	float: right;
}
.lineup_lsm_photo {
margin: 2em auto ;
}
.lineup_lsm_photo ol {
margin: auto;
	list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.lineup_lsm_photo ol li {
width: 90%;
margin: 10px;
	font-size: 20px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
}

.sub_title_box {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]margin-bottom: 80px; */
	padding: 0 2em;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1100px;
	line-height: 1.5em;
}
.LSM_BG {
	background-color: #000000;
	background-image: url(../../lineup/common/img/LSM_f_R/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 60%;
	margin: 0 auto 0;
	width: 100%;
	max-width: 1000px;
}
.LSM_BG ol {
	width: 100%;
	margin: auto;
	max-width: 1100px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.LSM_BG ol li {
padding: 10px;
}
.LHOTZE_BG {
	background-color: #000000;
	background-image: url(../../lineup/common/img/LHOTZE/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 63%;
	margin: 0 auto 0;
	width: 100%;
	max-width: 1000px;
}
.LHOTZE_BG ol {
	width: 100%;
	margin: auto;
	max-width: 1100px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.LHOTZE_BG ol li {
padding: 10px;
}
table.price_box {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
	text-align: center;
}
table.price_box td {
padding: 2px;
border: 1px solid #333;
border-collapse: collapse;
}


.text_area h3 {
	text-align: center;
}

.lineup_item_text{
	font-size: 90%;
	padding: 1em;
	background-color: #dcdddd;
	margin: 2em auto;
	display: table;
}
.lineup_item_text2{
	padding: 0;
	margin: auto;
	display: table;
	line-height: 1.5em;
}
.lineup_item_box {
	margin: auto;
	width: 80%;
	max-width: 500px;
}
.for_name {
	background-color: #FFF;
	width: 100%;
	padding: 10px 0;
	line-height: 1em;
	text-align: center;
	margin-top: 0px;
}
.for_name img {
margin: 0; padding: 0; max-width: 400px;
}



/****  size  ****/
.size_box {
	padding: 0;
	margin: 0 auto;
	width: 100%;
/*	max-width: 1100px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	background-color: #CBCCCC;
}
.size_title {
	font-size: 26px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	text-align: center;
	padding: 1.8em 0;
	width: 100%;
	max-width: none;
	background-color: #FFF;
}
.size_title hr {
margin: 5px auto;
width: 2em;
border: 1px solid #c30d23;
}
.size_txt {
	width: 90%;
	margin: auto;
	line-height: 1.8em;
	padding: 3em 0;
	max-width: 800px;
}

/****  concept  ****/
.concept_box {
	background-color: #000000;
	padding: 0;
	margin: 0 auto;
	color: #FFF;
	width: 100%;
	max-width: 1100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.concept_title {
	font-size: 26px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	text-align: center;
	padding: 1em 0;
	width: 100%;
	max-width: none;
}
.concept_title hr {
margin: 5px auto;
width: 2em;
border: 1px solid #c30d23;
}
.concept_txt {
	width: 90%;
	margin: auto;
	line-height: 1.8em;
	max-width: 800px;
}
.concept_image {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	max-width: 800px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1px;
}
.design_box {
	background-color: #FFFFFF;
	color: #000000;
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
}
.design_title {
	font-size: 26px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	text-align: center;
	padding: 1em 0;
	width: 100%;
}
.design_title hr {
margin: 5px auto;
width: 2em;
border: 1px solid #c30d23;
}
.design_txt {
	width: 100%;
	margin: auto;
	line-height: 1.8em;
	max-width: 800px;
}
.design_txt table {
	width: 100%;
	border-collapse: separate;
	margin: 0;
	padding: 0;
	border-spacing: 20px 20px;
}
.design_txt table td {
	width: 50%;
	font-size: 16px;
	line-height: 1.5em;
	vertical-align: top;
}

.design_txt table td .title_copy {
	font-size: 22px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: -20px;
}
.bt_view {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	font-size: 18px;
	margin-top: -15px;
	margin-bottom: 20px;
}
.bt_view a,
.bt_view a:hover,
.bt_view a:active,
.bt_view a:visited {
	color: #000;
	text-decoration: none;
}
.bt_view .red {
color: #e60012;
}

.products_image {
margin-top: -150px;
}




.design_image {
	width: 100%;
	padding: 0;
	margin: auto;
	line-height: 0;
}







.lineup_footer {
	text-align: center;
	padding-bottom: 50px;
	margin: 0 auto;
	width: 90%;
	max-width: 300px;
	padding-top: 50px;
}
.logo_footer {
max-width: 200px;
}


/* SNS FOOTER */
.sns_footer {
	width: 100%;
	margin-top: 30px;
}
.sns_footer ol {
	width: 100%;
	list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	margin: 10px auto 0;
	padding: 0 2%;
	box-sizing: border-box;
}
.sns_footer ol li {
width: 25%;
}




/*Size Spec*/
.item_box {
	margin: auto;
	width: 50%;
	max-width: 500px;
}

.sizespec {
	background-image: url(../img/sub/title_sizespec.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

table.sizespec_spec {
	margin: auto auto 20px;
	width: 96%;
	border-collapse: collapse;
}
table.sizespec_spec td {
	padding-bottom: 1em;
	vertical-align: top;
	font-size: 16px;
}
table.sizespec_spec td span {
	font-weight: 600;
	font-size: 26px;
	font-family: 'Barlow Condensed', sans-serif;
}
table.sizespec_spec td span::before {
	content: "|";
	color: #FFFFFF;
	font-size: 20px;
	background-color: #FFFFFF;
	width: 5px;
	margin-right: 12px;
	box-sizing: border-box;
}
.text_area h3 {
	text-align: center;
}

/*contact*/

.contact {
	background-image: url(../img/sub/title_contact.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

table.contact_spec {
	margin: auto auto 20px;
	width: 96%;
	padding: 0;
	border-collapse: collapse;
}
table.contact_spec input {
width: 50%;
min-width: 50%;
}

table.contact_spec textarea {
width: 100%;
min-width: 80%;
}
table.contact_spec td {
	padding-bottom: 1em;
	vertical-align: top;
	font-size: 16px;
}
table.contact_spec td:nth-child(odd) {
width: 9em;
}
.required {
	color: #00B3FF;
	font-size: 110%;
}
.waku {
	padding: 1em;
	margin: 5em auto;
	border: 1px solid #fff;
	display: table;
}
.bt_kakunin {
	width: 80%;
	max-width: 400px;
}
em {
	font-style: normal;
	font-size: 80%;
}


.space_1em::before {
content: "";
margin-left: 1em;
}
.lock_area {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
}
.lock_area .menu {
	position: fixed;
	top: 0px;
}
.dtm-r_logo {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 50%;
	max-width: 400px;
}
.dtm-r_logo_t {
	position: absolute;
	left: 20px;
	width: 50%;
	max-width: 250px;
	bottom: 20px;
}


.contact_bt {
	margin: 70px auto;
	width: 96%;
	font-size: 30px;
	max-width: 600px;
	text-align: center;
	border: 2px solid #BFBFBF;
	border-radius: 8px;
	background-color: #333;
	vertical-align: top;
}
.contact_bt a {
	margin: auto;
	padding: 20px 20px 25px;
	vertical-align: middle;
	width: 100%;
	display: block;
	text-decoration: none;
}
.contact_bt a:hover {
text-decoration: none;
}
.contact_bt:hover {
background-color: #999999;
transition: 0.3s;
}

.toi_tel {
	margin: 20px auto 50px;
	width: 85%;
	max-width: 400px;
	padding-bottom: 50px;
}

/*****************
GALLERY
******************/
.gallery_area {
	/* [disabled]padding-bottom: 64px; */
}
.gallery_title {
	font-size: 26px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	text-align: center;
	padding: 1em 0;
	width: 100%;
	/* [disabled]background-color: #FFFFFF; */
}
.gallery_title hr {
margin: 5px auto;
width: 2em;
border: 1px solid #c30d23;
}
.gallery_area ul {
	padding: 0px;
	margin: 0px auto;
	width: 100%;
	height: auto;
	/* [disabled]max-width: 1100px; */
	text-align: center;
}
.gallery_area ul li {
	margin: auto;
	max-height: none;
	height: auto;

}
.gallery_area .slick-slide:not(.slick-center) {
  -webkit-filter: brightness(40%);
  -moz-filter: brightness(40%);
  -o-filter: brightness(40%);
  -ms-filter: brightness(40%);
filter: brightness(40%);
  transition: 0.2s linear;
}


/*****
LINE
****/

.hr_bl1px {
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.hr_bl2px {
	border-bottom: 2px solid #000000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.hr_bl3px {
	border-bottom: 3px solid #000000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.hr_bl4px {
	border-bottom: 4px solid #000000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}



.sp_only {
display: none;
}






@media screen and (max-width:768px){
.logo_box {
	width: 20%;
	position: absolute;
	top: 15%;
	left: 10%;
	max-width: 180px;
}
.logo {
	width: 50%;
	margin: 0 0 0 5px;
	max-width: 180px;
}

.title_image {
	width: 100%;
	/* [disabled]max-height: 300px; */
	height: 30%;
	z-index: -3;
	margin: 0 auto;
	max-width: 1100px;
}
.title_image .title  {
	padding-top: 5%;
	padding-right: 0;
	/* [disabled]padding-left: 20%; */
	padding-bottom: 0;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	width: 96%;
	color: #9FA0A0;
	max-width: 1100px;
	height: 50%;
	min-height: 280px;
	/* [disabled]max-height: 450px; */

}
.title_image .title img  {
	width: 40%;
	max-width: 330px;
	margin-top: 13%;
}
.text_area {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
	padding: 2em 1em;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1100px;
}
/*Dealer*/
.dealer {
	background-image: url(../img/sub/title_dealer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

table.derler_spec {
	margin: auto auto 16px;
	width: 100%;
	border-collapse: collapse;
}
table.derler_spec td {
	padding-bottom: 1em;
	vertical-align: top;
	font-size: 12px;
}
table.derler_spec td:nth-child(odd) {
	width: 5em;
	white-space: nowrap;
}
table.derler_spec td iframe {
height: 250px;
}
table.derler_spec td span {
	font-weight: bold;
	font-size: 20px;
}
table.derler_spec td span::before {
	content: "||";
	color: #FFFFFF;
	font-size: 20px;
	background-color: #FFFFFF;
	width: 5px;
	margin-right: 12px;
	box-sizing: border-box;
}

/*Line Up*/

.lineup_box table {
	width: 40%;
	margin: 1.5em 0;
}
.lineup_box table td {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 30px;
	font-weight: 600;
text-align: center;
padding: 10px;
color: #727171;
}
.lineup_box .color_tip  {
	height: 30px;
	width: auto;
}
.dtm-r_logo {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 50%;
	max-width: 250px;
}
.dtm-r_logo_t {
	position: absolute;
	left: 20px;
	width: 50%;
	max-width: 200px;
}


.concept_txt {
	width: 90%;
	margin: auto;
	line-height: 1.8em;
	font-size: 16px;
	
}
.design_txt table {
	width: 100%;
	border-collapse: separate;
	margin: 0;
	padding: 0;
	border-spacing: 20px 20px;
}
.design_txt table td {
	width: 50%;
	font-size: 14px;
	line-height: 1.5em;
	vertical-align: top;
}

.design_txt table td .title_copy {
	font-size: 18px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: -20px;
}



/*Size Spec*/

table.sizespec_spec {
	margin: auto auto 20px;
	width: 96%;
	border-collapse: collapse;
}
table.sizespec_spec td {
	padding-bottom: 1em;
	vertical-align: top;
	font-size: 14px;
}
table.sizespec_spec td span {
	font-weight: 600;
	font-size: 20px;
	font-family: 'Barlow Condensed', sans-serif;
}
table.sizespec_spec td span::before {
	content: "||";
	color: #FFFFFF;
	font-size: 20px;
	background-color: #FFFFFF;
	width: 5px;
	margin-right: 12px;
	box-sizing: border-box;
}
}

@media screen and (max-width:486px){
main {
margin-top: 10vh;
}

.logo_box {
	width: 22%;
	position: absolute;
	top: 155px;
	left: 10%;
	max-width: 180px;
}

a[href^="tel:"] {
    pointer-events: auto;
}

.text_area {
	padding: 1em;
}
/*contact*/

.contact {
	background-image: url(../img/sub/title_contact.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

table.contact_spec {
	margin: auto auto 20px;
	width: 96%;
	padding: 0;
	border-collapse: collapse;
}
table.contact_spec input {
	width: 100%;
	min-width: 80%;
}

table.contact_spec textarea {
	width: 100%;
	min-width: 80%;
	height: 150px;
}
table.contact_spec td {
display: block;
width: 100%;
}
table.contact_spec td:nth-child(odd) {
width: 9em;
}
.title_image {
	width: 100%;
	/* [disabled]max-height: 300px; */
	height: 30%;
	z-index: -3;
	margin: 0 auto;
	max-width: 1100px;
}
.title_image .title  {
	padding-top: 2%;
	padding-right: 0;
	/* [disabled]padding-left: 20%; */
	padding-bottom: 0;
	margin: 0 auto;
	width: 96%;
	color: #9FA0A0;
	max-width: 1100px;
	height: 50%;
	min-height: 180px;
	/* [disabled]max-height: 450px; */

}
.title_image .title img  {
	width: 40%;
	max-width: 330px;
	margin-top: 20%;
}
.buy_now {
	width: 100%;
	text-align: center;
	bottom: 0px;
	position: fixed;
	/* [disabled]display: none; */
	background-color: rgba(0,0,0,0.7);
	padding-bottom: 20px;
	padding-top: 20px;
}
.buy_now img {
	width: 45%;
	max-width: 300px;
}
.dtm_logo .link_bt img {
	width: 100%;
	max-width: 300px;
}
main .dtm_logo .infomation {
	padding: 0;
	border: 1px solid #FFF;
	margin: 98px auto 1em;
	width: 100%;
	max-width: 280px;
	background-color: rgba(0,0,0,0.7);
	box-sizing: border-box;
	/* [disabled]max-height: 150px; */
	height: auto;
}
main .dtm_logo .infomation h4 {
	margin: 0px 0 5px;
	padding: 0px 10px;
	color: #333;
	background-color: #AEAFAF;
	text-align: left;
	font-size: 14px;
}
.dtm_logo .infomation iframe {
	width: 98%;
	height: 60px;
	margin: 0 auto;
	padding: 0 3px;
	line-height: 1.2em;
	box-sizing: border-box;
}




/*Line Up*/

.lineup_box {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 15px;
	padding-right: auto;
	padding-left: auto;
	padding-bottom: 15px;
	border-top: 10px solid #231815;
}
.lineup_box table {
	width: 42%;
	margin: auto;
	padding: 15px 0;
}
.lineup_box table td {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 20px;
	font-weight: 600;
text-align: center;
padding: 2px 0;
color: #727171;
}
.lineup_box .color_tip  {
	height: 20px;
	width: auto;
}
.lineup_box .limited_tytle  {
	width: 95%;
	margin: 15px 0;
}


.lineup_item_text{
	font-size: 12px;
	padding: 1em;
	background-color: #dcdddd;
	margin: 2em auto;
	display: table;
	line-height: 1.5em;
}
.lineup_item_text2{
	font-size: 12px;
	padding: 0;
	margin: auto;
	display: table;
	line-height: 1.4em;
}
.lineup_item_box {
	margin: auto;
	width: 80%;
	max-width: 500px;
}



.lineup_item_box {
	margin: auto;
	width: 93%;
	max-width: 500px;
	text-align: center;
}

table.lineup_spec {
	margin: auto auto 20px;
	/* [disabled]width: 96%; */
	border-collapse: collapse;
}
table.lineup_spec td {
	padding: 0 1em;
	vertical-align: top;
	font-size: 14px;
	border-left: 3px solid #231815;
	color: #231815;
	font-weight: bold;
}
table.lineup_spec td span {
	/* [disabled]font-weight: bold; */
	font-size: 18px;
	font-family: 'Barlow Condensed', sans-serif;
}
table.lineup_spec2 {
	margin: auto auto 10px;
	/* [disabled]width: 96%; */
	border-collapse: collapse;
	text-align: right;
}
table.lineup_spec2 td {
	padding: 0 1.5em;
	vertical-align: top;
	font-size: 14px;
	color: #231815;
	font-weight: bold;
	line-height: 1em;
}
table.lineup_spec2 td span {
	/* [disabled]font-weight: bold; */
	font-size: 22px;
	font-family: 'Barlow Condensed', sans-serif;
}
table.lineup_spec2 td .inch {
	/* [disabled]font-weight: bold; */
	font-size: 32px;
	font-family: 'Barlow Condensed', sans-serif;
	line-height: normal;
}
table.lineup_spec2 td .fit_type {
	/* [disabled]font-weight: bold; */
	font-size: 14px;
	font-family: 'Barlow Condensed', sans-serif;
	vertical-align: middle;
	padding: 2px;
	margin: 0.8em 0 0 0.5em;
	line-height: 1.2em;
	background-color: #000;
	color: #FFF;
	float: right;
}
table.lineup_spec td .fit_type {
	/* [disabled]font-weight: bold; */
	font-size: 14px;
	font-family: 'Barlow Condensed', sans-serif;
	vertical-align: middle;
	padding: 2px;
	margin: 0.3em 0 0 0.5em;
	line-height: 1.2em;
	background-color: #000;
	color: #FFF;
	float: right;
}


.lineup_lsm_photo {
margin: 1em auto ;
}
.lineup_lsm_photo ol {
margin: auto;
	list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.lineup_lsm_photo ol li {
width: 90%;
margin: 0px;
	font-size: 14px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	line-height: 1.2em;
}
.lineup_lsm_photo ol li:first-child {
margin-right: 5px;
}
.lineup_lsm_photo ol li:last-child {
margin-left: 5px;
}
.sub_title_box {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]margin-bottom: 80px; */
	padding: 0 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1100px;
	line-height: 1.5em;
}
.LSM_BG {
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 100%;
	margin: 0 auto 0;
	width: 100%;
	max-width: 1100px;
}

.LSM_BG ol {
	width: 100%;
	margin: auto;
	padding: 0 5px 10px;
	max-width: 1100px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.LSM_BG ol li {
width: 50%;
}
.LSM_BG ol li:nth-child(odd) {
padding: 5px 7px 5px 15px;
}
.LSM_BG ol li:nth-child(even) {
padding: 5px 15px 5px 7px;
}
.LHOTZE_BG {
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 100%;
	margin: 0 auto 0;
	width: 100%;
	max-width: 1100px;
}

.LHOTZE_BG ol {
	width: 100%;
	margin: auto;
	padding: 0 5px 10px;
	max-width: 1100px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.LHOTZE_BG ol li {
width: 50%;
}
.LHOTZE_BG ol li:nth-child(odd) {
padding: 5px 7px 5px 15px;
}
.LHOTZE_BG ol li:nth-child(even) {
padding: 5px 15px 5px 7px;
}

.for_name {
background-color: #FFF; width: 100%; padding: 10px 0; line-height: 1em; text-align: center;
}
.for_name img {
margin: 0; padding: 0; max-width: 250px;
}
/****  size  ****/
.size_box {
	padding: 0;
	margin: 0 auto;
	width: 100%;
/*	max-width: 1100px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	background-color: #CBCCCC;
}
.size_title {
	font-size: 26px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	text-align: center;
	padding: 0.5em 0;
	width: 100%;
	max-width: none;
	background-color: #FFF;
}
.size_txt {
	width: 90%;
	margin: auto;
	line-height: 1.8em;
	padding: 1.5em 0;
	max-width: 800px;
	overflow-x: scroll;
}

table.price_box td {
font-size: 9px;
}









.lineup_footer {
	text-align: center;
	padding: 50px 0;
	margin: 0 auto;
	width: 90%;
	max-width: 200px;
}

.logo_footer {
	max-width: 100px;
}
.sns_footer {
	width: 100%;
	margin-top: 20px;
}
.sns_footer ol {
	width: 100%;
	list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	margin: 10px auto 0;
	padding: 0 2%;
	box-sizing: border-box;
}
.sns_footer ol li {
width: 25%;
}
.dtm-r_logo {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 50%;
	max-width: 140px;
}
.dtm-r_logo_t {
	position: absolute;
	left: 20px;
	width: 50%;
	max-width: 120px;
}


.contact_bt {
	margin: 20px auto 50px;
	width: 96%;
	font-size: 25px;
	max-width: 600px;
	text-align: center;
	border: 2px solid #BFBFBF;
	border-radius: 8px;
	background-color: #333;
	vertical-align: top;
}
.contact_bt a {
	margin: auto;
	padding: 10px 10px 13px;
	vertical-align: middle;
	width: 100%;
	display: block;
}
.contact_bt a:hover {
text-decoration: none;
}
.contact_bt:hover {
background-color: #999999;
transition: 0.3s;
}
/*****
LINE
****/

.hr_bl1px {
	border-bottom: 1px solid #000000;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.hr_bl2px {
	border-bottom: 2px solid #000000;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.hr_bl3px {
	border-bottom: 3px solid #000000;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.hr_bl4px {
	border-bottom: 4px solid #000000;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.pc_only {
display: none;
}
.space_1em::before {
display: none;
}
.sp_only {
display: block;
}


/* top */

header {
	padding: 0;
	height: 150px;
	background-image: url(../img/head_bg_sp.png);
	background-position: center center;
	position: fixed;
	top: 0px;
	z-index: 9999;
	background-size: cover;
	background-repeat: no-repeat;
}
header .head_area {
	text-align: center;
	width: 100%;
}
header .head_area ul {
	width: 100%;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin: -20px 0 0;
	box-sizing: border-box;
	float: none;
	/* [disabled]background-color: hsla(0,0%,0%,0.70); */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
header .head_area ul li {
    margin: auto;
vertical-align: middle;
}
header .head_area ul li.one {
border-right: 1px solid #fff;
padding-right: 20px;
}
header .head_area ul li.two {
margin-left: 0px;
}

header .head_area ul li a {
	color: #9FA0A0;
	text-decoration: none;
	font-size: 10px;
}
header .head_area ul li a:hover {
	color: #FFF;
}

header .head_area ul li .top_sns {
	/* [disabled]width: 100%; */
}
header .head_area ul li .top_sns ol {
	/* [disabled]width: 100%; */
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around;
	justify-content: space-around;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
header .head_area ul li .top_sns ol li {
width: auto;
	margin-right: 20px;
	vertical-align: text-bottom;
	line-height: 1px;
}
header .head_area ul li .top_sns ol li img {
width: auto;
height: 15px;
}
header .head_area ul li .top_sns ol li:last-child {
	margin-right: 0px;
}
header .head_navi {
	float: none;
	margin-top: -10px;
	margin-right: auto;
	margin-left: 0;
	margin-bottom: 0;
	text-align: center;
	width: 100%;
}
header .head_navi table {
	box-sizing: border-box;
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	float: none;
	width: 98%;
}
header .head_navi table tr td {
width: auto;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	line-height: 1px;
	text-align: center;
/*	background-image: url("../img/head_navi_bg.png");
	background-position: center bottom;
	background-repeat: repeat-x;*/
}
header .head_navi table tr td:nth-child(1) {
	background-position: right bottom;
	background-repeat: no-repeat;
}
header .head_navi table tr td:nth-child(5) {
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: center;
}


.w1000 {
width: 96%;
max-width: 1000px;
margin: 80px auto 0;
padding: 0;
}
.info_insta_area {
	/* [disabled]width: 100%; */
}
.info_insta_area ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
/*    -webkit-align-items: center;
    align-items: center;*/
}
.info_insta_area ul li {
 width: 100%;
}
.info_insta_area ul li:nth-of-type(1) {
margin: 0 auto 0 0;
width: 100%;
}
.info_insta_area ul li:nth-of-type(2) {
margin: 0 0 0 auto;
width: 100%;
}
.info_insta_area .infomation {
width: 100%;
padding-right: 0%

}
.info_insta_area .infomation h4 {
	padding: 0;
	margin: 0;
	text-align: center;
}
.info_insta_area .infomation table {
margin: 20px auto 50px;
}
.info_insta_area .infomation table tr td {
padding: 0 20px 0 20px;
text-align: left;
}
.info_insta_area .infomation table tr td img {
width: 60px;
margin: 0 0 0 0px;
}

.info_insta_area .infomation iframe {
margin-top: 30px;
}
/*WHEEL LINEUP*/
.bg_gray {
background-color: #B5B6B6;
}
.WHEEL_LINEUP_area {
padding: 50px 0;
}
.WHEEL_LINEUP_area a {
text-decoration: none;
color: #000;
}
.WHEEL_LINEUP_area div {
	border-bottom: 2px solid #231815;
}
.WHEEL_LINEUP_area h4 {
text-align: center;
}
.WHEEL_LINEUP_area ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	padding-bottom: 25px;
}
.WHEEL_LINEUP_area li {
width: 100%;
}
.WHEEL_LINEUP_area li table {
width: 100%;
font-weight: 600;
	font-size: 24px;
	font-family: 'Barlow Condensed', sans-serif;
}
.WHEEL_LINEUP_area li table tr td {
text-align: center;
color: #000;
}
.WHEEL_LINEUP_area li table tr td em {
text-align: center;
color: #FFF;
background: #000;
padding: 0px 8px;
}
.WHEEL_LINEUP_area li table tr:nth-of-type(1) td {
font-size: 24px;
padding: 20px;
}
.WHEEL_LINEUP_area li table tr:nth-of-type(2) td {
position: relative;
}
.WHEEL_LINEUP_area li table tr:nth-of-type(3) td {
font-size: 16px;
}
.icon_newmodel {
position: absolute;
top: 0px;
left: 0px;
}

.top_gallery_area {
padding: 30px 0 0;
width: 100%;
}
.top_gallery_area h4 {
text-align: center;
}
.top_gallery_area ul {
	padding: 0px;
	margin: 0px auto;
	width: 100%;
	height: auto;
	text-align: center;
}
.top_gallery_area ul li {
	margin: auto;
	max-height: none;
	height: auto;

}

.DEALER_area {
padding: 30px 0;
}
.DEALER_area h4 {
text-align: center;
}
.DEALER_area ul {
margin-top: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.DEALER_area ul li {
width: 100%;
color: #000;
margin-bottom: 30px;
}
.DEALER_area ul li a {
color: #999999;
text-decoration: none;
}
.DEALER_area ul li div {
padding-top: 0.7em;
}

.DEALER_area ul li table {
width: 100%;
}
.DEALER_area ul li table td {
font-size: 12px;
vertical-align: top;
line-height: 1.5em;
}
.DEALER_area ul li table td p {
font-size: 14px;
font-weight: bold;
margin: 0 0 0.7em;
}
.DEALER_area ul li table td:nth-of-type(1) {
width: 47%;
padding-right: 2%
}

.footer_area {
border-top: 10px solid #999;
padding: 80px 0;
}
.global_footer {
margin: auto;
display: table;
}
.global_footer ol {
margin: 0;
padding: 0;
margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.global_footer ol li {
margin: 0;
padding: 0;
line-height: 1em;
font-size: 14px;
font-weight: 600;
font-family: 'Barlow Condensed', sans-serif;
color: hsla(0,0%,51%,1.00);
text-align: center;
}
.global_footer ol li:nth-of-type(1) {
	margin: 0 auto 40px;
padding-right: 0px;
border-right: none;
width: 158px;
box-sizing: content-box;
}
.global_footer ol li:nth-of-type(2) {
display: none;
}
.global_footer ol li:nth-of-type(3) {
width: 100%;
    display:block;
	-webkit-align-items: center;
	align-items: center;
	margin: auto;
	text-align: center;
}
.global_footer ol li:nth-of-type(3) p {
margin: 1em 0 0;
}
.global_footer ol li table {
margin: 0 auto;
padding: 0;
border-collapse: collapse;
border: none;
}
.global_footer ol li table tr {
margin: 0;
padding: 0;
	background-color: aqua;
}
.global_footer ol li table td {
padding: 0 2em 0 0;
text-align: left;
vertical-align: top;
font-size: 14px;
font-weight: 400;
font-family: 'Barlow Condensed', sans-serif;
}
.global_footer ol li table td a {
display: block;
opacity: 0.7;
text-decoration: none;
margin: 0;
padding: 0;
}
}
