/*
 * 【はじめに】
 * 最終的には可能な限り、コメントは削除してください。
 * ここに記載しているコメントもほぼ不要です(auPay start / ecd は必要)
 * 変数の使い方
 * $ec_dir ･･･ それぞれ各ECの絶対パス(現状)
 * $ec_id ･･･ それぞれ各ECのID(CSVで設定している分)
 *
 * 例：background-image: url($ec_dir + '/img/bn_main_background_sp.jpg');
 *
 * SCSSについて
 * 例：if制御
 *  @if $shop == 1 {
 * 		#pc_header.ac img {
 *			width: initial;
 *		}
 *	}
 *
 * 今分かっている問題
 * 1.rgb()について
 *   rgba()を利用してください。うまく変換されません
 */
/* auPayについては、figureタグ等利用できないタグがあり、変換して利用する事になる
 * その変換されたタグ用にCSSを設定する必要があるので、下記コメントタグを利用し、
 * 開始・終了で閉じる事
 * また、if制御を利用して切り替えると楽
 * @if $shop == 5 {
 *	.studless .recommend > h3 > img {
 *		width: 100%;
 *	}
 * } @else {
 *	.studless .recommend > div img {
 *		width: 100%;
 *	}
 * }
 */
@charset "utf-8";
.zeetex * {
  box-sizing: border-box;
  line-height: normal; }

.zeetex img {
  max-width: 100%;
  vertical-align: bottom; }

.zeetex main, .zeetex footer {
  font-family: 'Open Sans', 'Noto Sans JP', 'NotoSansCJKjp', -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif; }

.zeetex #page-top {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
  padding: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: #9ac;
  border-radius: 50%;
  -webkit-transition: background 0.2s linear, opacity 0.2s linear;
  -o-transition: background 0.2s linear, opacity 0.2s linear;
  transition: background 0.2s linear, opacity 0.2s linear;
  -webkit-box-shadow: 1px 2px 5px #000;
  box-shadow: 1px 2px 5px #000;
  opacity: 0.85;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer; }

.zeetex #page-top img {
  width: 100%; }

.zeetex main .bestcar_link {
  position: fixed;
  bottom: 80px;
  right: 0px;
  width: 170px;
  height: auto;
  z-index: 999; }

.zeetex header {
  position: relative;
  z-index: 10;
  font-family: 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo UI', sans-serif; }

.zeetex #header {
  position: inherit;
  padding: 0 5px;
  background-color: #00307c;
  border-bottom: 3px solid #f0f000;
  box-shadow: 1px 2px 5px #333; }

.zeetex #header > div {
  margin: 0 auto;
  padding: 5px 0px 0px 0px;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.zeetex #header > div span span {
  display: inline-block; }

.zeetex #header > div a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline; }

.zeetex #header img {
  width: inherit; }

.zeetex #top_navi {
  background-color: #f37319;
  border-bottom: 2px solid #4a495c;
  position: relative; }

.zeetex.studless #top_navi {
  background-color: #6178ba; }

.zeetex #top_navi > div {
  position: relative;
  margin: 0 auto; }

.zeetex #top_navi > div > a {
  position: relative;
  display: inline-block;
  padding: 20px 0 0; }

.zeetex #top_navi img {
  padding: 0 15px;
  width: 200px; }

.zeetex #top_navi span.zeetex_pick {
  color: #fff;
  font-weight: bold;
  padding: 0 15px;
  font-size: 12px;
  margin-bottom: 10px;
  display: block; }

.zeetex #top_navi ul, .zeetex #foot_navi ul {
  display: block;
  width: 100%; }

.zeetex #top_navi ul li, .zeetex #foot_navi ul li {
  display: block;
  border-top: 1px solid #4a495c;
  background-color: #fff;
  position: relative; }

.zeetex #top_navi ul li a, .zeetex #foot_navi ul li a {
  color: #4a495c;
  font-weight: normal;
  padding: 1em 0 1em 2.5em;
  display: block;
  transition: 0.3s; }

.zeetex #top_navi ul li a small, .zeetex #foot_navi ul li a small {
  display: none; }

.zeetex #top_navi ul li a::before, .zeetex #foot_navi ul li a::before {
  content: '^';
  width: 14px;
  height: 14px;
  border: solid 2px #4a495c;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
  line-height: 18px;
  font-size: 12px;
  font-family: sans-serif;
  font-weight: bold;
  text-align: center; }

.zeetex #top_navi ul li a:hover, .zeetex #foot_navi ul li a:hover {
  background-color: #4a495c;
  color: #fff; }

.zeetex #top_navi ul li a:hover::before, .zeetex #foot_navi ul li a:hover::before {
  border: solid 2px #fff; }

.zeetex #catch.zt6000_eco {
  background: url("/asp/photo/auction/brand/zeetex/img/catch_back_zt6000_eco.jpg") center/cover, no-repeat; }

.zeetex #catch.hp6000_eco {
  background: url("/asp/photo/auction/brand/zeetex/img/catch_back_hp6000_eco.jpg") center/cover, no-repeat; }

.zeetex #catch.ct6000_eco {
  background: url("/asp/photo/auction/brand/zeetex/img/catch_back_ct6000_eco.jpg") center/cover, no-repeat; }

.zeetex #catch.su6000_eco {
  background: url("/asp/photo/auction/brand/zeetex/img/catch_back_su6000_eco.jpg") center/cover, no-repeat; }

.zeetex #catch.hp3000_vfm {
  background: url("/asp/photo/auction/brand/zeetex/img/catch_back_hp3000_vfm.jpg") center/cover, no-repeat; }

.zeetex #catch.hp3001_vfm {
  background: url("/asp/photo/auction/brand/zeetex/img/catch_back_hp3001_vfm.jpg") center/cover, no-repeat; }

.zeetex #catch.hp2000_vfm {
  background: url("/asp/photo/auction/brand/zeetex/img/catch_back_hp2000_vfm.jpg") center/cover, no-repeat; }

.zeetex #catch.ht1000_vfm {
  background: url("/asp/photo/auction/brand/zeetex/img/catch_back_ht1000_vfm.jpg") center/cover, no-repeat; }

.zeetex #catch.su1000_vfm {
  background: url("/asp/photo/auction/brand/zeetex/img/catch_back_su1000_vfm.jpg") center/cover, no-repeat; }

.zeetex #catch.zt1000 {
  background: url("/asp/photo/auction/brand/zeetex/img/catch_back_zt1000.jpg") center/cover, no-repeat; }

.zeetex #catch.hp5000_max {
  background: url("/asp/photo/auction/brand/zeetex/img/catch_back_hp5000_max.jpg") center/cover, no-repeat; }

.zeetex #catch.su5000_max {
  background: url("/asp/photo/auction/brand/zeetex/img/catch_back_su5000_max.jpg") center/cover, no-repeat; }

.zeetex #catch.wh2000 {
  background: url("/asp/photo/auction/brand/zeetex/img/catch_back_wh2000.jpg") right bottom/cover, no-repeat; }

.zeetex #catch.wp2000 {
  background: url("/asp/photo/auction/brand/zeetex/img/catch_back_wp2000.jpg") center/cover, no-repeat; }

.zeetex #catch.wh2000_suv {
  background: url("/asp/photo/auction/brand/zeetex/img/catch_back_wh2000_suv.jpg") center/cover, no-repeat; }

.zeetex #catch.wp2000_suv {
  background: url("/asp/photo/auction/brand/zeetex/img/catch_back_wp2000_suv.jpg") center/cover, no-repeat; }

.zeetex #catch section {
  padding-top: 30px;
  height: 350px;
  overflow: hidden; }

.zeetex #catch h2 {
  text-align: center;
  margin: 0 auto 10px;
  width: 90%; }

.zeetex #catch.wh2000 h2 img:first-of-type, .zeetex #catch.wp2000 h2 img:first-of-type {
  width: 72.5%;
  max-width: 276px; }

.zeetex #catch h3 {
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px; }

.zeetex #catch section div {
  position: relative; }

.zeetex #catch section div > span {
  display: block;
  text-align: center;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  background-color: #daca6e;
  width: 150px;
  margin: 0 auto 50px; }

.zeetex #catch section > div .pick_zx {
  margin: 0 auto;
  display: block; }

.zeetex nav.zeetex_tire_menu {
  background-color: #eee9f2; }

.zeetex nav.zeetex_tire_menu ul {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  max-width: 960px;
  margin: 0 auto; }

.zeetex nav.zeetex_tire_menu ul li {
  display: inline-block;
  position: relative;
  text-align: center;
  letter-spacing: normal; }

.zeetex nav.zeetex_tire_menu ul.menu1 li {
  width: 50%; }

.zeetex nav.zeetex_tire_menu ul.menu2 li {
  width: 33.3%; }

.zeetex nav.zeetex_tire_menu ul li a {
  color: #fff;
  height: 110px;
  padding: 10px 0;
  font-size: 14px;
  width: 100%;
  display: inline-block; }

.zeetex nav.zeetex_tire_menu ul li a:hover {
  opacity: 0.7; }

.zeetex nav.zeetex_tire_menu ul li a::after {
  content: '^';
  width: 20px;
  height: 20px;
  border: solid 2px #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0) rotate(180deg);
  bottom: 20px;
  line-height: 25px;
  font-size: 17px;
  font-family: sans-serif;
  font-weight: bold;
  text-align: center; }

.zeetex nav.zeetex_tire_menu ul li.tire_size a {
  background-color: #f37319; }

.zeetex.studless nav.zeetex_tire_menu ul li.tire_size a {
  background-color: #6178ba; }

.zeetex nav.zeetex_tire_menu ul li.review a {
  background-color: #4a495c; }

.zeetex nav.zeetex_tire_menu ul li a span.middle {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center; }

.zeetex nav.zeetex_tire_menu ul li a span.middle span {
  display: inline-block; }

.zeetex #product {
  background-color: #3b3940;
  color: #fff;
  padding: 20px 10px 10px;
  position: relative;
  overflow: hidden; }

.zeetex #product .about h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px; }

.zeetex #product .about h3 + p {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 20px; }

.zeetex #product .seinou ul {
  padding-bottom: 10px;
  text-align: center;
  margin-top: 20px; }

.zeetex #product .seinou ul li {
  background-color: #fff;
  max-width: 380px;
  padding: 5px;
  margin: 1px auto;
  color: #3d3739;
  font-size: 14px;
  border-radius: 20px;
  display: flex;
  justify-content: space-around; }

.zeetex #product .seinou ul li b {
  width: 90px;
  line-height: 15px;
  text-align: center;
  display: inline-block;
  order: 2; }

.zeetex #product .seinou ul li img {
  width: 170px;
  order: 1; }

.zeetex #product .seinou > small {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  font-size: 12px; }

.zeetex #product .seinou > small::before {
  content: '※';
  margin-right: 5px; }

.zeetex #product .pattern {
  max-width: 800px;
  padding: 20px 0 40px;
  position: relative;
  margin: 0 auto; }

.zeetex #product .pattern ul.about_list_img {
  max-width: 700px;
  margin: 0 auto 440px; }

.zeetex #product .pattern ul.about_list_img li {
  padding-left: 10px;
  text-align: left;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }

.zeetex #product .pattern ul.about_list_img li span {
  width: 50%;
  margin: 20px 20px 20px 40px;
  font-size: 12px;
  line-height: 20px;
  display: inline-block; }

.zeetex #product .pattern ul.about_list_img li img {
  margin: 20px 0; }

.zeetex li.about_1::before, .zeetex li.about_2::before, .zeetex li.about_3::before, .zeetex li.about_4::before {
  content: "1";
  font-size: 23px;
  line-height: 30px;
  position: absolute;
  background-color: #e90a5e;
  width: 30px;
  border-radius: 30px;
  text-align: center;
  height: 30px;
  top: 15px;
  left: 15px; }

.zeetex li.about_2::before {
  content: "2"; }

.zeetex li.about_3::before {
  content: "3"; }

.zeetex li.about_4::before {
  content: "4"; }

.zeetex #product .pattern > img {
  position: absolute;
  margin: 0 auto;
  bottom: -180px;
  left: 0;
  right: 0; }

.zeetex #review {
  background-color: #4a495c;
  text-align: center;
  padding-top: 30px; }

.zeetex #review .wrap {
  padding-bottom: 10px;
  position: relative; }

.zeetex #review .wrap h3.hukidasi {
  display: block;
  position: absolute;
  top: -40px;
  letter-spacing: 5px;
  width: 100%;
  z-index: 10; }

.zeetex #review .wrap h3.hukidasi span {
  position: relative;
  background-color: #a1b74d;
  color: #fff;
  font-size: 14px;
  padding: 20px;
  border-radius: 30px;
  line-height: 14px; }

.zeetex #review .wrap h3.hukidasi span::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -35px;
  left: calc(50% - 18px);
  border-color: #a1b74d transparent transparent transparent;
  border-style: solid;
  border-width: 18px; }

.zeetex #review .wrap h3.hukidasi + small {
  position: relative;
  top: 18px;
  color: #fff; }

.zeetex #review .wrap .review_wrap {
  max-width: 800px;
  height: 450px;
  overflow: auto;
  padding-top: 10px;
  margin: 0 10px; }

.zeetex .review_wrap::-webkit-scrollbar {
  width: 10px; }

.zeetex .review_wrap::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .5);
  -webkit-box-shadow: 0 0 0 1px #000;
  box-shadow: 0 0 0 1px #000; }

.zeetex .review_wrap::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #000; }

.zeetex #review .wrap .review_wrap ul li {
  display: block;
  position: relative;
  margin: 20px 10px 20px 0; }

.zeetex #review .wrap .review_wrap ul li .review_section {
  display: block;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-left: 20px; }

.zeetex #review .wrap .review_wrap ul li .review_section h4 {
  margin-bottom: 10px;
  font-size: 14px; }

.zeetex #review .wrap .review_wrap ul li .review_section p {
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px; }

.zeetex #review .wrap .review_wrap ul li .review_section span {
  display: block;
  text-align: right;
  font-size: 14px; }

.zeetex #review .wrap .review_other {
  background: url("/asp/photo/auction/brand/zeetex/img/review_border_bottom.png") top center no-repeat;
  padding: 30px;
  margin: 0px; }

.zeetex #review .wrap .review_other > div {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin: 0px auto; }

.zeetex #review .wrap .review_other > div p {
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: normal; }

.zeetex #review .wrap .review_other a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background-color: #465262;
  font-size: 14px;
  line-height: 20px;
  max-width: 380px;
  padding: 10px 15px;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
  letter-spacing: 2px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear; }

.zeetex #review .wrap .review_other a:hover {
  opacity: 0.7; }

.zeetex #lineup {
  background-color: #40393a; }

.zeetex #lineup h3 {
  background-color: #f37319;
  padding: 20px 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  max-width: 100%;
  text-align: center;
  font-family: 'Oswald', 'Open Sans', 'Noto Sans JP', 'NotoSansCJKjp', -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'meiryo', sans-serif; }

.zeetex.studless #lineup h3 {
  background-color: #6178ba; }

.zeetex #lineup .lineup_size {
  max-width: 780px;
  padding: 40px;
  margin: 0 auto; }

.zeetex #lineup .lineup_size > a {
  color: #fff;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  font-size: 20px; }

.zeetex #lineup .lineup_size h4 {
  padding: 5px;
  margin: 0 0 10px 0;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  font-family: sans-serif;
  cursor: pointer;
  font-weight: bold; }

.ch8 {
  background-color: #898989;
  color: #fff; }

.ch9 {
  background-color: #ab7189;
  color: #fff; }

.ch10 {
  background-color: #e8dc5a;
  color: #fff; }

.ch12 {
  background-color: #b3e41d;
  color: #fff; }

.ch13 {
  background-color: #1599e6;
  color: #fff; }

.ch14 {
  background-color: #f46a9a;
  color: #fff; }

.ch15 {
  background-color: #e6931f;
  color: #fff; }

.ch16 {
  background-color: #3eba2e;
  color: #fff; }

.ch17 {
  background-color: #6075c6;
  color: #fff; }

.ch18 {
  background-color: #ff6148;
  color: #fff; }

.ch19 {
  background-color: #019672;
  color: #fff; }

.ch20 {
  background-color: #8845a5;
  color: #fff; }

.ch21 {
  background-color: #70a9e2;
  color: #fff; }

.ch22 {
  background-color: #c93d36;
  color: #fff; }

.ch23 {
  background-color: #6879ba;
  color: #fff; }

.ch24 {
  background-color: #908e8e;
  color: #fff; }

.ch25 {
  background-color: #000;
  color: #fff; }

.ch26 {
  background-color: #000;
  color: #fff; }

.ch28 {
  background-color: #000;
  color: #fff; }

.zeetex #lineup .lineup_size ul {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: 0.3s ease;
  margin: 10px 0; }

.zeetex #lineup .lineup_size ul.sp_current {
  opacity: 1;
  height: auto; }

.zeetex #lineup .lineup_size ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 5px 10px 5px;
  cursor: auto;
  letter-spacing: normal;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px; }

.zeetex #lineup .lineup_size ul li a {
  position: relative;
  font-weight: bold;
  background-color: #fff;
  display: block;
  padding: 5px;
  border-radius: 10px;
  color: #333;
  text-align: left;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: 'Open Sans', 'Noto Sans JP', 'NotoSansCJKjp', -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif; }

.zeetex #lineup .lineup_size ul li a span.size {
  padding-left: 20px; }

.zeetex #lineup .lineup_size ul li a span.kikaku {
  background-color: #40393a;
  padding: 0 10px;
  color: #fff;
  margin-left: 10px; }

.zeetex #lineup .lineup_size ul li a span.price, #lineup .lineup_size ul li a strong {
  color: #d02a42;
  padding-right: 20px;
  position: absolute;
  right: 15px; }

.zeetex #lineup .lineup_size ul li a::after {
  content: '>';
  width: 14px;
  height: 14px;
  border: solid 2px #999;
  color: #999;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 12px;
  font-size: 12px;
  font-weight: bold;
  text-align: center; }

.zeetex #lineup .lineup_size ul li a:hover {
  background-color: #d02a42;
  color: #fff; }

.zeetex #lineup .lineup_size ul li a:hover span.price, #lineup .lineup_size ul li a:hover strong {
  color: #fff; }

.zeetex #lineup .lineup_size ul li a:hover::after {
  border: solid 2px #fff;
  color: #fff; }

.zeetex #lineup div.lineup_bt {
  max-width: 960px;
  padding: 20px;
  margin: 0 auto; }

.zeetex #lineup div.lineup_bt ul {
  letter-spacing: -0.4em;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.zeetex #lineup div.lineup_bt ul li {
  width: 100%;
  display: block;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 10px; }

.zeetex #lineup div.lineup_bt ul li a {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  border-radius: 50px;
  text-align: center;
  line-height: 20px;
  color: #cd276a;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 14px; }

.zeetex #lineup div.lineup_bt ul li a span {
  display: inline-block; }

.zeetex #lineup div.lineup_bt ul li a:hover {
  background-color: #d02a42;
  cursor: pointer;
  color: #fff; }

.zeetex #lineup div.lineup_bt ul li a:after {
  display: none; }

.zeetex footer .partner {
  background-color: #efe9f2;
  text-align: center;
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.zeetex footer .partner > span, .zeetex footer .partner > a {
  width: 100%;
  margin: 15px; }

.zeetex footer #foot_navi ul li {
  border: none; }

.zeetex footer > nav {
  background-color: #00307c;
  border-top: 3px solid #f0f000;
  font-family: 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo UI', sans-serif; }

.zeetex footer > nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 12px;
  padding: 20px 20px; }

.zeetex footer > nav ul li {
  margin: 0.5em 1em; }

.zeetex footer > nav ul li a {
  color: #fff; }

.zeetex footer address {
  font-family: 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo UI', sans-serif;
  background-color: #00307c;
  font-size: 14px;
  text-align: center;
  color: #fff;
  padding-bottom: 10px; }

@media screen and (min-width: 540px) {
  .zeetex #top_navi ul, .zeetex #foot_navi ul {
    display: flex;
    width: 100%; }

  .zeetex #top_navi ul li, .zeetex #foot_navi ul li {
    display: block;
    text-align: center;
    border-top: none;
    border-right: 1px solid #4a495c;
    width: 50%; }

  .zeetex #top_navi ul li:first-of-type {
    border-left: 1px solid #4a495c; }

  .zeetex #top_navi ul li a, .zeetex #foot_navi ul li a {
    padding: 1em; }

  .zeetex #top_navi ul li a small, .zeetex #foot_navi ul li a small {
    display: block;
    font-size: 12px; }

  .zeetex #top_navi ul li a::before, .zeetex #foot_navi ul li a::before {
    content: '';
    border: none; }

  .zeetex #top_navi ul li a:hover::before, .zeetex #foot_navi ul li a:hover::before {
    border: none; }

  .zeetex nav.zeetex_tire_menu ul li a {
    font-size: 18px; }

  .zeetex #product .about {
    max-width: 460px;
    margin: 0 auto; }

  .zeetex #product .about h3 {
    font-size: 20px; }

  .zeetex #product .seinou ul li {
    margin-bottom: 5px; }

  .zeetex #product .seinou ul li img {
    max-width: 100%;
    width: auto; }

  .zeetex #product .seinou ul li b {
    line-height: 20px; }

  .zeetex #product .pattern ul.about_list_img li span {
    width: 65%; }

  .zeetex li.about_1::before, .zeetex li.about_2::before, .zeetex li.about_3::before, .zeetex li.about_4::before {
    left: 5px; }

  .zeetex #review .wrap .review_wrap ul li::before {
    content: url("/asp/photo/auction/brand/zeetex/img/review_customer_icon.png");
    display: block;
    position: absolute;
    left: 0;
    bottom: 0; }

  .zeetex #review .wrap .review_wrap ul li .review_section {
    margin-left: 86px; }

  .zeetex #review .wrap .review_other {
    padding: 20px 120px 30px 175px;
    margin: 0 auto; }

  .zeetex footer #foot_navi {
    background-color: #f37319;
    padding-top: 10px; }

  .zeetex.studless footer #foot_navi {
    background-color: #6178ba; }

  .zeetex footer #foot_navi ul {
    justify-content: center; }

  .zeetex footer #foot_navi ul li {
    border-left: 1px solid #4a495c;
    width: auto; }

  .zeetex footer #foot_navi ul li:last-of-type {
    border-right: 1px solid #4a495c; }

  .zeetex footer #foot_navi ul li a {
    width: 180px; } }

@media screen and (min-width: 768px) {
  .zeetex main .bestcar_link {
    width: 270px;
    height: auto; }

  .zeetex #top_navi > div {
    padding: 10px 0; }

  .zeetex #top_navi span.zeetex_pick {
    margin-bottom: 0; }

  .zeetex #top_navi ul {
    justify-content: flex-end;
    width: auto;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%); }

  .zeetex #top_navi ul li {
    width: auto; }

  .zeetex #top_navi ul li a {
    width: 180px;
    box-sizing: border-box; }

  .zeetex #catch section {
    height: 420px;
    overflow: visible;
    max-width: 960px;
    margin: 0 auto; }

  .zeetex #catch section div.ptn {
    margin: 100px 0;
    left: 400px;
    z-index: 10;
    width: 350px; }

  .zeetex #catch section div.ptn h2, .zeetex #catch section div.ptn h3 {
    text-align: left;
    width: 100%; }

  .zeetex #catch section div > span {
    margin: 0; }

  .zeetex #catch section > div .pick_zx {
    position: absolute;
    top: -320px;
    left: 50px;
    height: 500px; }

  .zeetex nav.zeetex_tire_menu ul {
    justify-content: flex-end; }

  .zeetex nav.zeetex_tire_menu ul.menu2 li {
    width: 190px; }

  .zeetex nav.zeetex_tire_menu ul.menu1 li {
    width: 290px; }

  .zeetex #product .about {
    margin: 0 10px;
    float: right;
    width: 45%; }

  .zeetex #product .about h3 {
    font-size: 24px; }

  .zeetex #product .seinou ul {
    width: 50%; }

  .zeetex #product .seinou > small {
    width: 50%; }

  .zeetex #product .pattern ul.about_list_img {
    margin-bottom: 40px; }

  .zeetex #product .pattern ul.about_list_img li {
    width: 60%; }

  .zeetex #product .pattern > img {
    top: 0;
    right: 0;
    left: auto; }

  .zeetex #lineup .lineup_size ul {
    opacity: 1;
    height: auto; }

  .zeetex #lineup .lineup_size ul {
    display: flex;
    flex-wrap: wrap; }

  .zeetex #lineup .lineup_size ul li {
    width: 50%;
    display: inline-block; }

  .zeetex #lineup div.lineup_bt ul li {
    width: 33.3%;
    padding: 0 5px;
    box-sizing: border-box; }

  .zeetex footer .partner {
    display: block; }

  .zeetex footer .partner > span, .zeetex footer .partner > a {
    width: auto; } }

@media screen and (min-width: 840px) {
  .zeetex #review .wrap .review_wrap {
    margin: 0 auto; } }

@media screen and (min-width: 1024px) {
  .zeetex #header > div, .zeetex #top_navi > div, .zeetex #product .wrap, .zeetex #review .wrap {
    width: 960px;
    margin: 0 auto; } }
