/* --------------------------------------pad phone共用 */

/* 字型 */
body,
p,
h1,
h2,
h3 {
  font-family: "Calibri", Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a1a1a;
}

.main {
  position: relative;
}

.wrapper {
  position: relative;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

/* 字的顏色 */
.color_FFE000 {
  color: #ffe000;
}

.color_C1272D {
  color: #c1272d;
}

.color_0737A0 {
  color: #0737a0;
}

.color_808080 {
  color: #808080;
}

.color_F1F1F1 {
  color: #f1f1f1;
}

.color_FFFFFF {
  color: #ffffff;
}

.color_1A1A1A {
  color: #1a1a1a;
}

.color_gradient_red {
  background: #c1272d;
  background: -moz-linear-gradient(top, #c1272d 0%, #ed1c24, #c1272d);
  background: -webkit-linear-gradient(top, #c1272d 0%, #ed1c24, #c1272d);
  background: linear-gradient(to bottom, #c1272d 0%, #ed1c24, #c1272d);
}

.color_gradient_blue {
  background: #0737a0;
  background: -moz-linear-gradient(top, #0737a0 0%, #0071bc, #0737a0);
  background: -webkit-linear-gradient(top, #0737a0 0%, #0071bc, #0737a0);
  background: linear-gradient(to bottom, #0737a0 0%, #0071bc, #0737a0);
}

/* box-shadow */
.filter_shadow {
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.25);
}

.list_shadow {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.btn_shadow {
  box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.25);
}

.lightbox_shadow {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

/* 排版 */
.clearfix {
  clear: both;
}

.col_box {
  width: 100%;
  overflow: hidden;
}

.col_2 {
  width: 47%;
  margin: 5px 1.5% 15px;
  float: left;
}

/* 排版 END */

/* -------------------按鈕 */

.web_btn {
  padding: 15px 0;
  margin-top: 22px;
}

.web_btn h4 {
  color: #fff;
  text-align: center;
}

.web_btn.color_gradient_red {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  cursor: pointer;
  box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.25);
}

.web_btn.color_gradient_red:hover {
  background-color: #c1272d;
  background: -moz-linear-gradient(top, #c1272d 0%, #c1272d, #c1272d);
  background: -webkit-linear-gradient(top, #c1272d 0%, #c1272d, #c1272d);
  background: linear-gradient(to bottom, #c1272d 0%, #c1272d, #c1272d);
}

.web_btn.color_gradient_blue {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.25);
  width: 95%;
}

.web_btn.color_gradient_blue:hover {
  background-color: #0737a0;
  background: -moz-linear-gradient(top, #0737a0 0%, #0737a0, #0737a0);
  background: -webkit-linear-gradient(top, #0737a0 0%, #0737a0, #0737a0);
  background: linear-gradient(to bottom, #0737a0 0%, #0737a0, #0737a0);
}

/* -------------------按鈕 END */

/* -------------------小圖figure */
figure.s_pic {
  background: #fff;
  text-align: center;
}

figure.s_pic h4 {
  border-top: solid 2px #f1f1f1;
}

/* -------------------小圖figure */

/* -------------------大圖figure */
figure.l_pic {
  width: 100%;
  text-align: center;
}

figure.l_pic img {}

figure.l_pic h2 {
  border-top: solid 2px #f1f1f1;
  text-align: left;
}

/* -------------------大圖figure END */

/* -------------------filter_info.php */

.main.filter_info {
  /* padding: 40px 0 80px; */
  /* padding: 0px 0 80px; */
  padding: 0;
  background-color: #fff;
}

.filter_info .white_bg {
  background-color: #fff;
}

.filter_info .searchallbox h3 {
  padding-top: 40px;
}

.filter_info .search {
  margin-bottom: 30px;
  position: relative;
}

/* -------------------filter_info.php END */

/* -------------------product.php */

.product {
  background-color: #fff;
}

.product_info ul {
  width: 100%;
  text-align: center;
}

.product_info ul li {
  display: inline-block;
  vertical-align: top;
}

.product_info ul li:nth-child(1) {
  width: 39%;
}

.product_info ul li:nth-child(2n) {
  width: 30.5%;
  border-left: solid 1px #f1f1f1;
  border-right: solid 1px #f1f1f1;
  box-sizing: border-box;
  padding: 0 0px;
}

.product_info ul li:nth-child(3) {
  width: 25%;
  margin: 0px 0.5%;
}

/* title */
.product_info ul.product_info_title li h4 {
  font-weight: bold;
  color: #c1272d;
  padding: 4px 0;
}

/* con */

.product_info ul.product_info_con li h4 {
  color: #1a1a1a;
  padding: 23px 0;
}

.product_info ul.product_info_con li:nth-child(3) {
  width: 25%;
  margin: 0 0.5%;
  background-color: #ffe000;
}

/* -------------------product.php */

/* -------------------gotop.php */
.gotop {
  position: absolute;
  bottom: -35px;
  right: 0;
  width: 30px;
  height: 30px;
}

/* -------------------gotop.php */

/* -------------------lightbox.php */

.lightbox ul {
  width: 100%;
}

.lightbox ul .lightbox_list {
  width: 100%;
  background-color: #ffe000;
  margin-bottom: 12px;
}

.lightbox ul .lightbox_list div {
  width: 100%;
  text-align: center;
}

/* -------------------lightbox.php END */

/* -------------------index */

.main.index_main {
  background-color: #fff;
  padding-bottom: 0px;
}

.index_header {
  position: relative;
}

.index_header_logo {
  position: absolute;
  top: 10px;
  left: 30px;
  width: 172px;
  height: 150px;
}

.searchpic {
  margin-top: -7px;
}

.searchallbox h3:after {
  display: none;
}

.searchallbox h3 {
  color: #c1272d;
  font-style: oblique;
}

.searchallbox {
  /*禁止用戶選擇文本*/
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
}

#brandlist,
#modellist,
#yearlist {
  display: none;
  position: absolute;
  z-index: 99999;
  top: 128px;
  left: 0px;
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

#brandlist {
  height: 300px;
  overflow: auto;
}

#modellist {
  height: 300px;
  overflow: auto;
}

#yearlist {
  height: 140px;
  overflow: auto;
}

.boxtitle h1 {
  color: #c1272d;
  margin-top: 6px;
}

.title_img {
  width: auto;
  height: auto;
  float: left;
}

.title_img img {
  width: 50px;
  height: 50px;
}

.title_img::after {
  content: " ";
  width: 5px;
  height: 85px;
  margin-top: 0px;
  display: inline-block;
  vertical-align: middle;
  background: #c1272d;
  margin: 0 35px 0 35px;
}

.img_down {
  width: auto;
  text-align: center;
  float: right;
}

.img_down img {
  width: auto;
  height: auto;
  margin-top: 33px;
}

.searchboxlist li {
  list-style: none;
  text-align: center;
  line-height: 40px;
  padding: 10px 20px;
  color: #c1272d;
  font-weight: normal;
  font-size: 56px;
}

.searchboxlist li:hover {
  background-color: #c1272d;
  color: #fff;
}

.searchbox {
  height: auto;
  padding: 20px 20px 20px 30px;
  margin: 0px auto 63px;
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.25);
}

.boxtitle {
  height: 88px;
  position: relative;
}

.titlename {
  width: 72%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-style: oblique;
  font-weight: bold;
  font-size: 56px;
  color: #c1272d;
  float: left;
}

#brandbox,
#modelbox,
#yearbox {
  position: relative;
}

.searchboxlist {
  width: 100%;
  /* height: 220px;
            overflow: auto; */
  background-color: #ffff;
  border-top: 3px solid #f1f1f1;
  word-break: break-all;
}

.search {
  width: 100%;
  height: 150px;
  color: #fff;
  background-color: #c1272d;
  transition: all 0.3s;
}

.s_btn {
  position: relative;
  width: 500px;
  height: 80px;
  vertical-align: middle;
  overflow: hidden;
  float: right;
  margin: 38px 40px;
  background-color: #c1272d;
}

.animated {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

#search_btn {
  font-size: 0px;
  color: #ffffff;
  position: absolute;
  line-height: 1;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /*background-color: #c1272d;
  border: none;
  color: #fff;
  float: right;*/
  /*display: inline-block;*/
  border: 0;
  background-color: transparent;
  background: transparent url("../../images/search_btn.svg") left center no-repeat;
  background-size: cover;
  /* -webkit-animation: search 1.5s infinite;
      -moz-animation: search 1.5s infinite;
       -ms-animation: search 1.5s infinite;
        -o-animation: search 1.5s infinite;       
  animation: search 1.5s infinite;
  */
  border-radius: 0;
  outline: 0;
}

/* search動畫 */
@keyframes search {
  0% {
    background: #ffffff;
    background: -moz-linear-gradient(left, #a2a2a2 0%, #4d4d4d 50%, #4d4d4d 100%);
    background: -webkit-linear-gradient(left, #a2a2a2 0%, #4d4d4d 50%, #4d4d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a2a2a2', endColorstr='#4d4d4d', GradientType=0);

    /*background-image: -webkit-linear-gradient(left,
      #a2a2a2 0%,
      #4d4d4d 50%,
      #4d4d4d 100%);
    background-image: -moz-linear-gradient(left,
      #a2a2a2 0%,
      #4d4d4d 50%,
      #4d4d4d 100%);
    background-image: -o-linear-gradient(left,
      #a2a2a2 0%,
      #4d4d4d 50%,
      #4d4d4d 100%);
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;*/
  }

  12.5% {
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #4d4d4d 50%, #4d4d4d 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%, #4d4d4d 50%, #4d4d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#4d4d4d', GradientType=0);

    /*background-image: -webkit-linear-gradient(left,
      #a2a2a2 0%,
      #4d4d4d 50%,
      #4d4d4d 100%);
    background-image: -moz-linear-gradient(left,
      #a2a2a2 0%,
      #4d4d4d 50%,
      #4d4d4d 100%);
    background-image: -o-linear-gradient(left,
      #a2a2a2 0%,
      #4d4d4d 50%,
      #4d4d4d 100%);
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;*/
  }

  25% {
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 25%, #4d4d4d 50%, #4d4d4d 100%);
    background: -webkit-linear-gradient(left, #ffffff 25%, #4d4d4d 50%, #4d4d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#4d4d4d', GradientType=0);

    /*background-image: -webkit-linear-gradient(left,
      #ffffff 25%,
      #4d4d4d 50%,
      #4d4d4d 100%);
    background-image: -moz-linear-gradient(left,
      #ffffff 25%,
      #4d4d4d 50%,
      #4d4d4d 100%);
    background-image: -o-linear-gradient(left,
      #ffffff 25%,
      #4d4d4d 50%,
      #4d4d4d 100%);
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;*/
  }

  37.5% {
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 37.5%, #4d4d4d 50%, #4d4d4d 100%);
    background: -webkit-linear-gradient(left, #ffffff 37.5%, #4d4d4d 50%, #4d4d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#4d4d4d', GradientType=0);

    /*background-image: -webkit-linear-gradient(left,
      #ffffff 37.5%,
      #4d4d4d 50%,
      #4d4d4d 100%);
    background-image: -moz-linear-gradient(left,
      #ffffff 37.5%,
      #4d4d4d 50%,
      #4d4d4d 100%);
    background-image: -o-linear-gradient(left,
      #ffffff 37.5%,
      #4d4d4d 50%,
      #4d4d4d 100%);
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;*/
  }

  50% {
    background: #ffffff;
    background: -moz-linear-gradient(left, #4d4d4d 0%, #ffffff 50%, #4d4d4d 100%);
    background: -webkit-linear-gradient(left, #4d4d4d 0%, #ffffff 50%, #4d4d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#4d4d4d', GradientType=0);

    /*background-image: -webkit-linear-gradient(left,
      #4d4d4d 0%,
      #ffffff 50%,
      #4d4d4d 100%);
    background-image: -moz-linear-gradient(left,
      #4d4d4d 0%,
      #ffffff 50%,
      #4d4d4d 100%);
    background-image: -o-linear-gradient(left,
      #4d4d4d 0%,
      #ffffff 50%,
      #4d4d4d 100%);
    /*color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;*/
  }

  75% {
    background: #ffffff;
    background: -moz-linear-gradient(left, #4d4d4d 25%, #ffffff 75%, #4d4d4d 100%);
    background: -webkit-linear-gradient(left, #4d4d4d 25%, #ffffff 75%, #4d4d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#4d4d4d', GradientType=0);

    /*background-image: -webkit-linear-gradient(left,
      #4d4d4d 25%,
      #ffffff 75%,
      #4d4d4d 100%);
    background-image: -moz-linear-gradient(left,
      #4d4d4d 25%,
      #ffffff 75%,
      #4d4d4d 100%);
    background-image: -o-linear-gradient(left,
      #4d4d4d 25%,
      #ffffff 75%,
      #4d4d4d 100%);
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;*/
  }

  87.5% {
    background: #ffffff;
    background: -moz-linear-gradient(left, #4d4d4d 37.5%, #4d4d4d 50%, #4d4d4d 87.5%);
    background: -webkit-linear-gradient(left, #4d4d4d 37.5%, #4d4d4d 50%, #4d4d4d 87.5%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#4d4d4d', GradientType=0);

    /*background-image: -webkit-linear-gradient(left,
      #4d4d4d 37.5%,
      #4d4d4d 50%,
      #ffffff 87.5%);
    background-image: -moz-linear-gradient(left,
      #4d4d4d 37.5%,
      #4d4d4d 50%,
      #ffffff 87.5%);
    background-image: -o-linear-gradient(left,
      #4d4d4d 37.5%,
      #4d4d4d 50%,
      #ffffff 87.5%);
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;*/
  }

  100% {
    background: #ffffff;
    background: -moz-linear-gradient(left, #4d4d4d 0%, #4d4d4d 50%, #a2a2a2 100%);
    background: -webkit-linear-gradient(left, #4d4d4d 0%, #4d4d4d 50%, #a2a2a2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#4d4d4d', GradientType=0);

    /*background-image: -webkit-linear-gradient(left,
      #4d4d4d 0%,
      #4d4d4d 50%,
      #a2a2a2 100%);
    background-image: -moz-linear-gradient(left,
      #4d4d4d 0%,
      #4d4d4d 50%,
      #a2a2a2 100%);
    background-image: -o-linear-gradient(left,
      #4d4d4d 0%,
      #4d4d4d 50%,
      #a2a2a2 100%);
    /*color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;*/
  }
}

@-webkit-keyframes search {
  0% {
    background: #ffffff;
    background: -moz-linear-gradient(left, #a2a2a2 0%, #4d4d4d 50%, #4d4d4d 100%);
    background: -webkit-linear-gradient(left, #a2a2a2 0%, #4d4d4d 50%, #4d4d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a2a2a2', endColorstr='#4d4d4d', GradientType=0);

    /*background-image: -webkit-linear-gradient(left,
      #a2a2a2 0%,
      #4d4d4d 50%,
      #4d4d4d 100%);
    background-image: -moz-linear-gradient(left,
      #a2a2a2 0%,
      #4d4d4d 50%,
      #4d4d4d 100%);
    background-image: -o-linear-gradient(left,
      #a2a2a2 0%,
      #4d4d4d 50%,
      #4d4d4d 100%);
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;*/
  }

  12.5% {
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #4d4d4d 50%, #4d4d4d 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%, #4d4d4d 50%, #4d4d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#4d4d4d', GradientType=0);

    /*background-image: -webkit-linear-gradient(left,
      #a2a2a2 0%,
      #4d4d4d 50%,
      #4d4d4d 100%);
    background-image: -moz-linear-gradient(left,
      #a2a2a2 0%,
      #4d4d4d 50%,
      #4d4d4d 100%);
    background-image: -o-linear-gradient(left,
      #a2a2a2 0%,
      #4d4d4d 50%,
      #4d4d4d 100%);
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;*/
  }

  25% {
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 25%, #4d4d4d 50%, #4d4d4d 100%);
    background: -webkit-linear-gradient(left, #ffffff 25%, #4d4d4d 50%, #4d4d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#4d4d4d', GradientType=0);

    /*background-image: -webkit-linear-gradient(left,
      #ffffff 25%,
      #4d4d4d 50%,
      #4d4d4d 100%);
    background-image: -moz-linear-gradient(left,
      #ffffff 25%,
      #4d4d4d 50%,
      #4d4d4d 100%);
    background-image: -o-linear-gradient(left,
      #ffffff 25%,
      #4d4d4d 50%,
      #4d4d4d 100%);
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;*/
  }

  37.5% {
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 37.5%, #4d4d4d 50%, #4d4d4d 100%);
    background: -webkit-linear-gradient(left, #ffffff 37.5%, #4d4d4d 50%, #4d4d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#4d4d4d', GradientType=0);

    /*background-image: -webkit-linear-gradient(left,
      #ffffff 37.5%,
      #4d4d4d 50%,
      #4d4d4d 100%);
    background-image: -moz-linear-gradient(left,
      #ffffff 37.5%,
      #4d4d4d 50%,
      #4d4d4d 100%);
    background-image: -o-linear-gradient(left,
      #ffffff 37.5%,
      #4d4d4d 50%,
      #4d4d4d 100%);
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;*/
  }

  50% {
    background: #ffffff;
    background: -moz-linear-gradient(left, #4d4d4d 0%, #ffffff 50%, #4d4d4d 100%);
    background: -webkit-linear-gradient(left, #4d4d4d 0%, #ffffff 50%, #4d4d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#4d4d4d', GradientType=0);

    /*background-image: -webkit-linear-gradient(left,
      #4d4d4d 0%,
      #ffffff 50%,
      #4d4d4d 100%);
    background-image: -moz-linear-gradient(left,
      #4d4d4d 0%,
      #ffffff 50%,
      #4d4d4d 100%);
    background-image: -o-linear-gradient(left,
      #4d4d4d 0%,
      #ffffff 50%,
      #4d4d4d 100%);
    /*color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;*/
  }

  75% {
    background: #ffffff;
    background: -moz-linear-gradient(left, #4d4d4d 25%, #ffffff 75%, #4d4d4d 100%);
    background: -webkit-linear-gradient(left, #4d4d4d 25%, #ffffff 75%, #4d4d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#4d4d4d', GradientType=0);

    /*background-image: -webkit-linear-gradient(left,
      #4d4d4d 25%,
      #ffffff 75%,
      #4d4d4d 100%);
    background-image: -moz-linear-gradient(left,
      #4d4d4d 25%,
      #ffffff 75%,
      #4d4d4d 100%);
    background-image: -o-linear-gradient(left,
      #4d4d4d 25%,
      #ffffff 75%,
      #4d4d4d 100%);
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;*/
  }

  87.5% {
    background: #ffffff;
    background: -moz-linear-gradient(left, #4d4d4d 37.5%, #4d4d4d 50%, #4d4d4d 87.5%);
    background: -webkit-linear-gradient(left, #4d4d4d 37.5%, #4d4d4d 50%, #4d4d4d 87.5%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#4d4d4d', GradientType=0);

    /*background-image: -webkit-linear-gradient(left,
      #4d4d4d 37.5%,
      #4d4d4d 50%,
      #ffffff 87.5%);
    background-image: -moz-linear-gradient(left,
      #4d4d4d 37.5%,
      #4d4d4d 50%,
      #ffffff 87.5%);
    background-image: -o-linear-gradient(left,
      #4d4d4d 37.5%,
      #4d4d4d 50%,
      #ffffff 87.5%);
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;*/
  }

  100% {
    background: #ffffff;
    background: -moz-linear-gradient(left, #4d4d4d 0%, #4d4d4d 50%, #a2a2a2 100%);
    background: -webkit-linear-gradient(left, #4d4d4d 0%, #4d4d4d 50%, #a2a2a2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#4d4d4d', GradientType=0);

    /*background-image: -webkit-linear-gradient(left,
      #4d4d4d 0%,
      #4d4d4d 50%,
      #a2a2a2 100%);
    background-image: -moz-linear-gradient(left,
      #4d4d4d 0%,
      #4d4d4d 50%,
      #a2a2a2 100%);
    background-image: -o-linear-gradient(left,
      #4d4d4d 0%,
      #4d4d4d 50%,
      #a2a2a2 100%);
    /*color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;*/
  }
}

/* -------------------index END */

/* --------------------------------------pad phone共用 */

/* pad */
@media screen and (min-width: 768px) {

  /* -----pad共用 */
  h1 {
    font-size: 64px;
    font-weight: bold;
  }

  h2 {
    font-size: 56px;
    font-weight: bold;
  }

  h3 {
    font-size: 50px;
    font-weight: bold;
    margin: 0;
  }

  h4 {
    font-size: 40px;
    font-weight: normal;
    margin: 0px;
  }

  h3:after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background-color: #c1272d;
    margin: 10px 0 40px;
  }

  .wrapper {
    width: 750px;
    margin: 0 auto;
  }

  .main {
    background-color: #f1f1f1;
    padding: 40px 0 80px;
  }

  figure.s_pic {
    padding: 22px;
  }

  figure.s_pic h4 {
    padding-top: 18px;
  }

  .web_btn.color_gradient_blue {
    margin: 60px auto 0;
  }

  .product_info ul.product_info_con li:nth-child(3) {
    margin: 0px 0.5%;
  }

  /* -------------------lightbox.php */
  .lightbox ul {
    width: 100%;
    overflow: hidden;
  }

  .lightbox ul .lightbox_list {
    width: 47%;
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    margin: 2px 1.3% 12px;
  }

  /* -------------------lightbox.php END */

  /* gotop.php */
  .gotop {
    bottom: -55px;
    right: 0;
  }

  /* gotop.php end */

  /* -----header */
  header {}

  .header_padding {
    width: 80%;
    margin: 0 auto;
    padding: 36px;
  }

  /* -----footer */

  footer {}

  .footer_padding {
    padding: 36px;
    text-align: center;
  }

  .footer_padding img {
    width: 172px;
    height: 48px;
    margin: 0 auto;
  }

  /* lightbox.php */

  .lightbox ul .lightbox_list {
    margin-bottom: 23px;
  }

  /* lightbox.php END */

  /* video_detail.php */

  .video_detail {
    width: 100%;
  }

  .video_d_section {
    padding: 22px 22px 50px;
    background-color: #fff;
  }

  figure.l_pic h2 {
    padding-top: 28px;
  }

  .video_detail figure.l_pic h2 {
    padding-bottom: 95px;
  }

  /* video_detail.php END */

  /* product.php */

  .product {
    padding: 25px 25px 55px;
  }

  .product figure.l_pic h2 {
    margin-bottom: 50px;
  }

  /* product.php END */

  /* filter_info.php */

  .filter_info li.filter_info_list {
    margin-bottom: 32px;
  }

  /* filter_info.php END */

  /* -------------------index END */

  .index_header .header_padding {
    padding: 150px 0;
    /* padding: 115px 0; */
  }

  .searchallbox h3 {
    margin-bottom: 40px;
  }

  /* -------------------index END */
}

/* phone */
@media screen and (min-width: 0px) and (max-width: 767px) {
  h1 {
    font-size: 32px;
    font-weight: bold;
  }

  h2 {
    font-size: 28px;
    font-weight: bold;
  }

  h3 {
    font-size: 25px;
    font-weight: bold;
    margin: 0;
  }

  h4 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
  }

  h3:after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background-color: #c1272d;
    margin: 5px 0 20px;
  }

  .wrapper {
    width: 88%;
    margin: 0 auto;
  }

  .main {
    background-color: #f1f1f1;
    padding: 20px 0 40px;
    /* padding: 54px 0 40px; */
  }

  figure.s_pic {
    padding: 11px;
  }

  figure.s_pic h4 {
    padding-top: 13px;
  }

  /* phone */
  .web_btn.color_gradient_blue {
    margin: 50px auto 0;
  }

  /* -----header */
  header {}

  .header_padding {
    width: 80%;
    margin: 0 auto;
    padding: 18px;
  }

  /* -----footer */
  footer {}

  .footer_padding {
    padding: 18px;
    text-align: center;
  }

  .footer_padding img {
    width: 86px;
    height: 24px;
    margin: 0 auto;
  }

  /* video_detail.php */

  .video_detail {
    width: 100%;
  }

  .video_d_section {
    padding: 11px 11px 25px;
    background-color: #fff;
  }

  figure.l_pic h2 {
    padding-top: 14px;
  }

  .video_detail figure.l_pic h2 {
    padding-bottom: 47px;
  }

  /* video_detail.php END */

  /* product.php */

  .product {
    padding: 12px 12px 25px;
  }

  .product figure.l_pic h2 {
    margin-bottom: 25px;
  }

  .product_info ul.product_info_con li h4 {
    padding: 12px 0;
  }

  /* product.php END */

  /* filter_info.php */

  .filter_info li.filter_info_list {
    margin-bottom: 16px;
  }

  /* filter_info.php END */

  /* index */
  .index_header .header_padding {
    /* padding: 75px 0; */
    /* padding: 65px 0; */
    padding: 55px 0;
  }

  .searchpic {
    width: 50px;
    height: 50px;
  }

  .searchallbox h3 {
    /* margin-bottom: 20px; */
    margin-bottom: 5px;
  }

  .title_img img {
    width: 35px;
    height: 35px;
  }

  .title_img::after {
    width: 3px;
    height: 60px;
    margin: 0 20px 0 20px;
  }

  .searchbox {
    /* padding: 15px 15px 15px 20px;
            margin: 0px auto 32px; */
    padding: 10px 15px 10px 20px;
    margin: 0px auto 27px;
  }

  .img_down {
    margin-top: 24px;
  }

  .img_down img {
    width: 20px;
    margin-top: -1px;
  }

  .titlename {
    width: 62%;
  }

  .boxtitle {
    height: 60px;
  }

  .boxtitle h1 {
    margin-top: 3px;
  }

  #brandlist,
  #modellist,
  #yearlist {
    top: 80px;
  }

  #brandlist {
    height: 220px;
    overflow: auto;
  }

  #modellist {
    height: 185px;
    overflow: auto;
  }

  #yearlist {
    height: 125px;
    overflow: auto;
  }

  .titlename {
    font-size: 28px;
    margin-top: 10px;
  }

  .s_btn {
    width: 250px;
    height: 40px;
    float: none;
    margin: 10px auto;
  }

  #search_btn {
    font-size: 36px;
    background: transparent;
  }

  .animated {
    display: none;
  }

  #search_btn:after {
    content: "SEARCH >>>>";
    color: #fff;
  }

  .search {
    /* height: 75px; 
    height: 65px;
    */
    height: 60px;
    position: fixed;
    bottom: 0;
  }

  .filter_info .search {
    height: 60px;
  }

  .filter_info .s_btn {
    width: 250px;
    height: 60px;
    float: none;
    margin: 0px auto;
  }

  /* 補: */

  .filter_info .searchallbox h3 {
    padding-top: 20px;
  }

  .index_header_logo {
    top: -15px;
    left: 5px;
    width: 60px;
    height: auto;
  }

  .searchboxlist li {
    list-style: none;
    text-align: center;
    line-height: 40px;
    padding: 10px 20px;
    color: #c1272d;
    font-weight: normal;
    font-size: 28px;
  }

  /* title */
  .product_info ul.product_info_title li h4 {
    font-size: 18px;
  }

  /* con */
  .product_info ul.product_info_con li h4 {
    font-size: 18px;
  }
}

/* 補: */
#filter_info_section {
  margin-bottom: 60px;
}

#filter_info_section .filter_info_list {
  margin-bottom: 35px;
}

/*@media screen and (max-width: 640px) {
  .s_btn {
    position: relative;
    width: 280px;
    height: 80px;
    float: none;
    margin: 0px auto;
  }
  #search_btn {
    font-size: 28px;
  }
}*/