/*
 * 【はじめに】
 * 最終的には可能な限り、コメントは削除してください。
 * ここに記載しているコメントもほぼ不要です(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";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Oswald:wght@700&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, select, textarea, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

input:focus, select:focus, textarea:focus, button:focus {
  outline: none; }

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

em {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  box-sizing: border-box; }

body {
  background-color: #e3f1ff;
  font-family: 'Open Sans', 'Noto Sans JP', 'NotoSansCJKjp', -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  /*body > * > *,
body > * > * > *{
	display: block; 
	width: 100%;
}
body > * > * > * > * {
	display: block;
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}*/ }

* {
  box-sizing: border-box; }

.breadcrumb {
  background-color: #1974d0;
  color: #fff;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: left;
  font-size: 0.85em;
  white-space: nowrap;
  overflow: hidden; }

body script, body style {
  display: none; }

h2 > span, h3 > span, p > span {
  display: inline-block; }

.maxtrek b, .maxtrek h3, .maxtrek h4 {
  font-weight: bold; }

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

.maxtrek .bestcar_link img {
  width: 100%;
  /* nav */ }

.maxtrek nav.maxtrek_menu {
  background-color: #2761a8;
  border-bottom: 1px solid #e3f1ff;
  display: block;
  width: 100%; }

.maxtrek nav.maxtrek_menu > div {
  display: block;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0; }

.maxtrek nav.maxtrek_menu a {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 10px; }

.maxtrek nav.maxtrek_menu img {
  padding: 0 15px; }

.maxtrek nav.maxtrek_menu span.maxtrek_pick {
  color: #fff;
  font-weight: bold;
  padding: 0 15px;
  font-size: 14px; }

.maxtrek nav.maxtrek_menu ul {
  position: absolute;
  top: 13px;
  display: block;
  text-align: right;
  width: 100%;
  letter-spacing: -0.4em; }

.maxtrek nav.maxtrek_menu ul li {
  letter-spacing: normal;
  display: inline-block;
  border-right: 1px solid #2761a8;
  position: relative;
  bottom: -29px;
  /*.maxtrek nav.maxtrek_menu ul li:first-child {
	border-left: 1px solid #7abd2a;
	border-left: 1px solid #4a495c;
}*/
  /*nav.maxtrek_menu ul:before {
	content: "";
	display: inline-block;
	height: 80px;
	width: 56px;
	background-image: url("../../img/maxtrek_navi_left.png");
}
nav.maxtrek_menu ul:after {
	content: "";
	display: inline-block;
	height: 80px;
	width: 56px;
	background-image: url("../../img/maxtrek_navi_right.png");
}*/ }

.maxtrek nav.maxtrek_menu ul li a, .maxtrek nav.maxtrek_menu ul li span {
  display: block;
  background-color: #fff;
  width: 180px;
  margin: 0;
  padding: 20px 0;
  color: #4a495c;
  /*    -webkit-transition: 0.3s;
    -o-transition: 0.3s;*/
  /*transition: 0.3s;*/
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 30px 0 0 0 / 40px 0 0 0; }

.maxtrek nav.maxtrek_menu ul li span {
  color: #888; }

.maxtrek nav.maxtrek_menu ul li a.select {
  border: 5px solid #d02a42; }

.maxtrek nav.maxtrek_menu ul li a.select:hover {
  color: #fff; }

.maxtrek nav.maxtrek_menu ul li a:hover {
  background: url("/asp/photo/auction/brand/maxtrek/img/arrow.png");
  background-position: center 65px;
  background-repeat: no-repeat;
  background-color: #f42d5b;
  color: #fff;
  transition-property: background, color;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out; }

.maxtrek nav.maxtrek_menu ul li a.select {
  background-color: #d02a42; }

.maxtrek nav.maxtrek_menu ul li a b, .maxtrek nav.maxtrek_menu ul li span b {
  position: relative;
  top: 0;
  display: block;
  text-align: center;
  font-size: 16px;
  letter-spacing: normal;
  padding: 5px; }

.maxtrek nav.maxtrek_menu ul li a small, .maxtrek nav.maxtrek_menu ul li span small {
  font-size: 12px; }

.maxtrek nav.maxtrek_menu ul li span:after {
  content: '準備中';
  position: absolute;
  top: 10px;
  right: -36%;
  width: 120%;
  background-color: rgba(255, 255, 255, 0.8);
  transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  text-align: center;
  display: inline-block;
  padding: 5px 15px;
  color: #40393a;
  font-size: 14px;
  font-weight: bold; }

.maxtrek nav.maxtrek_main {
  height: 0;
  padding: 0;
  height: 75px;
  display: block;
  border-bottom: 2px solid #e3f1ff;
  max-width: 100%; }

.maxtrek nav.maxtrek_main ul {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  bottom: 0;
  letter-spacing: -0.4em; }

.maxtrek nav.maxtrek_main ul:before, .maxtrek nav.maxtrek_main ul:after {
  content: "";
  display: inline-block;
  height: 64px;
  width: 56px;
  position: relative;
  bottom: -2px;
  /*nav.maxtrek_main ul:before {
    background-image: url(../../img/maxtrek_navi_left.png);
}
nav.maxtrek_main ul:after {
    background-image: url(../../img/maxtrek_navi_right.png);
}*/ }

.maxtrek nav.maxtrek_main ul li {
  display: inline-block;
  letter-spacing: normal;
  border-right: 1px solid #2761a8;
  /*nav.maxtrek_main ul li:first-child {*/
  /*border-left: 1px solid #7abd2a;*/
  /*border-left: 1px solid #4a495c;*/
  /*}*/ }

.maxtrek nav.maxtrek_main ul li a, .maxtrek nav.maxtrek_main ul li span {
  display: block;
  background-color: #fff;
  width: 180px;
  margin: 0;
  padding: 10px 0;
  color: #4a495c;
  /*    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;*/
  text-align: center;
  position: relative;
  border-radius: 30px 0 0 0 / 40px 0 0 0; }

.maxtrek nav.maxtrek_main ul li span {
  color: #888; }

.maxtrek nav.maxtrek_main ul li a.select:hover {
  color: #fff; }

.maxtrek nav.maxtrek_main ul li a:hover {
  background: url("/asp/photo/auction/brand/maxtrek/img/arrow.png");
  background-position: center 50px;
  background-repeat: no-repeat;
  background-color: #f42d5b;
  color: #fff;
  transition-property: background, color;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out; }

.maxtrek nav.maxtrek_main ul li a b, nav.maxtrek_main ul li span b {
  display: block;
  font-size: 14px;
  padding: 5px; }

.maxtrek nav.maxtrek_main ul li a small, nav.maxtrek_main ul li span small {
  display: block;
  font-size: 10px;
  font-weight: bold;
  padding: 5px; }

.maxtrek nav.maxtrek_main ul li span:after {
  content: '準備中';
  position: absolute;
  top: 10px;
  right: -36%;
  width: 120%;
  background-color: rgba(255, 255, 255, 0.8);
  transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  display: inline-block;
  padding: 5px 15px;
  color: #40393a;
  font-size: 20px;
  font-weight: bold;
  /* header */ }

.maxtrek header {
  display: block;
  width: 100%;
  /* topbar */ }

.maxtrek #topbar {
  background-color: #1974d0;
  display: block;
  width: 100%; }

.maxtrek #topbar section {
  overflow: hidden;
  padding: 15px; }

.maxtrek #topbar h1 {
  float: left; }

.maxtrek #topbar p {
  float: right; }

.maxtrek #topbar a {
  position: relative;
  z-index: 3;
  /* catch */ }

.maxtrek #catch.maximus_m1 {
  background: url("/asp/photo/auction/brand/maxtrek/img/catch_back_maximus_m1.jpg") center;
  background-size: cover;
  display: block;
  width: 100%; }

.maxtrek #catch.maximus_m2 {
  background: url("/asp/photo/auction/brand/maxtrek/img/catch_back_maximus_m2.jpg") center;
  background-size: cover;
  display: block;
  width: 100%; }

.maxtrek #catch.extreme_rt_rwl {
  background: url("/asp/photo/auction/brand/maxtrek/img/catch_back_extreme_rt_rwl.jpg") center;
  background-size: cover; }

.maxtrek #catch.maximus_ds01 {
  background: url("/asp/photo/auction/brand/maxtrek/img/catch_back_maximus_ds01.jpg") center;
  background-size: cover;
  display: block;
  width: 100%; }

.maxtrek #catch.extreme_at {
  background: url("/asp/photo/auction/brand/maxtrek/img/catch_back_extreme_at.jpg") center;
  background-size: cover;
  display: block;
  width: 100%; }

.maxtrek #catch.trek_m7 {
  background: url("/asp/photo/auction/brand/maxtrek/img/catch_back_trek_m7.jpg") center;
  background-size: cover;
  display: block;
  width: 100%; }

.maxtrek #catch.trek_m7_plus {
  background: url("/asp/photo/auction/brand/maxtrek/img/catch_back_trek_m7_plus.jpg") center;
  background-size: cover;
  display: block;
  width: 100%; }

.maxtrek #catch.sierra_s6 {
  background: url("/asp/photo/auction/brand/maxtrek/img/catch_back_sierra_s6.jpg") center;
  background-size: cover;
  display: block;
  width: 100%; }

.maxtrek #catch section {
  display: block;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0; }

.maxtrek #catch section > * {
  margin: 20px 50px; }

.maxtrek #catch section img.pick_mt {
  position: absolute;
  top: 40px;
  left: 50px;
  height: 550px; }

.maxtrek #catch section div {
  margin: 150px 0;
  width: 400px;
  left: 400px;
  position: relative; }

.maxtrek #catch section div img {
  margin: 10px; }

.maxtrek #catch section div img.product_logo {
  margin: 10px 0;
  max-width: 100%; }

.maxtrek .trek_m7 div img.product_logo {
  filter: drop-shadow(3px 3px 6px #111); }

.maxtrek .trek_m7_plus div img.product_logo {
  filter: drop-shadow(1px 1px 3px #111); }

@media screen and (max-width: 768px) {
  .maxtrek #catch.trek_m7 {
    background: url("/asp/photo/auction/brand/maxtrek/img/catch_back_trek_m7.jpg") center;
    background-size: cover;
    display: block;
    background-position: calc(80% - 20px);
    /*
	.maxtrek #catch.trek_m7_plus {
		background-position: calc(93% + 50px);
	}
	*/ }

  .maxtrek #catch.trek_m7_plus {
    background-position: calc(50% - 50px); } }

.maxtrek #catch section div h3 {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px; }

.maxtrek .trek_m7 h3 {
  filter: drop-shadow(1px 1px 2px #111); }

.maxtrek .trek_m7_plus h3 {
  filter: drop-shadow(1px 1px 2px #222); }

.maxtrek #catch section div span {
  padding: 0 40px;
  font-weight: bold;
  background-color: #daca6e;
  font-size: 14px; }

.maxtrek #catch section div h3 {
  line-height: 16px; }

.maxtrek #catch section div h3 span {
  padding: 0;
  background-color: transparent;
  display: inline-block; }

.maxtrek #catch section div ul {
  margin: 10px 0; }

.maxtrek #catch section div ul li {
  display: inline-block;
  margin: 0; }

.maxtrek #catch section h2 {
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  font-weight: normal;
  margin: 0; }

.maxtrek #catch section p {
  font-size: 12px;
  line-height: 18px; }

.maxtrek #intro section p br {
  display: none; }

.maxtrek #catch section p:before {
  content: ' ';
  display: inline-block;
  width: 40px;
  border-bottom: 1px solid #333;
  position: relative;
  top: -4px; }

.maxtrek nav.maxtrek_tire_menu {
  max-width: 960px;
  margin: 0 auto;
  display: block;
  width: 100%; }

.maxtrek nav.maxtrek_tire_menu ul {
  width: 60%;
  margin-right: 0;
  letter-spacing: -0.4em;
  text-align: right;
  margin-left: auto;
  display: block;
  position: relative;
  max-width: 960px;
  padding: 20px 0; }

.maxtrek nav.maxtrek_tire_menu ul li {
  display: inline-block;
  position: relative;
  text-align: center;
  background-color: #fff;
  letter-spacing: normal; }

.maxtrek nav.maxtrek_tire_menu ul.menu1 li, .maxtrek nav.maxtrek_tire_menu ul.menu2 li {
  width: 50%; }

.maxtrek nav.maxtrek_tire_menu ul.menu3 li {
  width: 33.3%; }

.maxtrek nav.maxtrek_tire_menu ul li a:hover {
  opacity: 0.7; }

.maxtrek nav.maxtrek_tire_menu ul li.movie a {
  background: url("/asp/photo/auction/brand/maxtrek/img/movie_thum_dark.jpg");
  background-size: cover; }

.maxtrek nav.maxtrek_tire_menu ul li.tire_size a {
  background-color: #f42d5b; }

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

.maxtrek nav.maxtrek_tire_menu ul li a {
  position: relative;
  display: block;
  max-width: 100%;
  height: 140px;
  line-height: 20px;
  padding: 20px 0;
  color: #fff;
  font-weight: bold;
  font-size: 18px; }

.maxtrek nav.maxtrek_tire_menu ul li a span {
  display: inline-block; }

.maxtrek nav.maxtrek_tire_menu ul li a span.middle {
  display: table;
  width: 100%;
  height: 50px; }

.maxtrek nav.maxtrek_tire_menu ul li a span.middle b {
  display: table-cell;
  vertical-align: middle; }

.maxtrek nav.maxtrek_tire_menu ul li a:link {
  color: #fff; }

.maxtrek nav.maxtrek_tire_menu ul li a:after {
  content: '^';
  width: 30px;
  height: 30px;
  border: solid 4px #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0) rotate(180deg);
  bottom: 20px;
  line-height: 35px;
  font-size: 30px;
  font-weight: bold;
  text-align: center; }

.maxtrek main {
  display: block;
  width: 100%;
  /*tread pattern*/ }

.maxtrek .info {
  max-width: 960px;
  margin: 0 auto 30px; }

body.maximus_ds01 {
  background-color: #015198; }

.maxtrek .info img {
  width: 100%;
  /*product*/ }

.maxtrek #product {
  background-color: #015198;
  color: #fff;
  padding: 20px;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%; }

.maxtrek #product .wrap {
  display: block;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0; }

.maxtrek #product div.seinou {
  float: left;
  padding-bottom: 30px; }

.maxtrek #product div.seinou ul {
  padding-bottom: 10px; }

.maxtrek #product div.seinou ul li {
  background-color: #fff;
  max-width: 400px;
  padding: 4px 28px;
  margin: 5px 0;
  color: #3d3739;
  border-radius: 20px;
  font-size: 12px; }

.maxtrek #product div.seinou ul li b {
  text-align: center;
  display: inline-block;
  width: 110px;
  line-height: 20px; }

.maxtrek #product div.seinou small {
  font-size: 12px; }

.maxtrek #product div.seinou small:before {
  content: "※";
  margin-right: 5px; }

.maxtrek #product div.about {
  width: auto;
  padding: 0 20px;
  float: right;
  max-width: 480px;
  margin: 0 auto; }

.maxtrek #product div.about h3 {
  font-size: 24px;
  line-height: 36px; }

.maxtrek #product div.about h3 small {
  font-size: 14px; }

.maxtrek #product div.about h3 span {
  display: inline-block; }

.maxtrek #product div.about p {
  font-size: 14px;
  line-height: 24px;
  margin: 20px auto;
  max-width: 480px; }

.maxtrek #product div.tuv, #product div.award {
  background-color: #f2eae9;
  color: #000;
  max-width: 740px;
  padding: 0;
  border-radius: 10px;
  margin: 5px auto; }

.maxtrek #product div:first-child img {
  float: left; }

.maxtrek #product div img {
  float: right; }

.maxtrek #product div.tuv img {
  padding: 30px; }

.maxtrek #product div.tuv p {
  line-height: 22px;
  padding: 30px;
  margin: 0; }

.maxtrek #product div.award img {
  padding: 30px; }

.maxtrek #product div.award p {
  line-height: 22px;
  padding: 30px;
  margin: 0; }

.maxtrek #product ul.about_list, .maxtrek #product ul.about_list_img {
  max-width: 700px; }

.maxtrek #product ul.about_list li, .maxtrek #product ul.about_list_img li {
  width: 60%;
  position: relative;
  border-bottom: 1px solid #fff; }

.maxtrek #product ul.about_list li:after, .maxtrek #product ul.about_list_img li:after {
  border-bottom: solid 10px #fff; }

.maxtrek #product ul.about_list li span {
  margin: 20px 20px 20px 40px;
  font-size: 12px;
  line-height: 20px;
  /*	max-width: 57%;*/
  display: inline-block; }

.maxtrek #product ul.about_list_img li span {
  margin: 20px 20px 20px 40px;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  width: 240px;
  /*#product ul.about_list li p,
#product ul.about_list_img li p {
	margin: 20px 20px 20px 40px;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    width: 240px;
}*/ }

.maxtrek #product ul.about_list li strong, .maxtrek #product ul.about_list_img li strong {
  position: relative;
  display: block;
  left: 40px;
  top: 15px;
  font-size: 18px;
  font-weight: normal;
  width: 260px;
  line-height: 24px;
  margin-right: 50px; }

.maxtrek #product ul.about_list li img, .maxtrek #product ul.about_list_img li img {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  margin: auto;
  right: 10px; }

.maxtrek li.about_1:before, .maxtrek li.about_2:before, .maxtrek li.about_3:before, .maxtrek li.about_4:before, .maxtrek li.about_5:before, .maxtrek li.about_6:before, .maxtrek li.about_7:before, .maxtrek li.about_8:before, .maxtrek li.about_9:before {
  content: "1";
  font-size: 28px;
  position: absolute;
  background-color: #e90a5e;
  width: 30px;
  border-radius: 30px;
  text-align: center;
  height: 30px;
  top: 15px; }

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

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

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

.maxtrek li.about_5:before {
  content: "5"; }

.maxtrek li.about_6:before {
  content: "6"; }

.maxtrek li.about_7:before {
  content: "7"; }

.maxtrek li.about_8:before {
  content: "8"; }

.maxtrek li.about_9:before {
  content: "9"; }

.maxtrek #product ul.about_list small.pt_attention:before, .maxtrek #product ul.about_list_img small.pt_attention:before {
  content: "※";
  margin-right: 5px; }

.maxtrek #product ul.about_list small.pt_attention, .maxtrek #product ul.about_list_img small.pt_attention {
  margin: 10px;
  position: relative;
  width: 55%;
  right: 10px;
  text-align: right;
  display: block;
  /*#product div.patern {
	max-width: 740px;
	padding-bottom: 40px;
}
#product div.patern img.tire_pattern {
    position: absolute;
    top: 0;
    right: 0px;
    max-width: 90%;
}
*/ }

.maxtrek #review {
  background-color: #2761a8;
  padding: 0;
  text-align: center;
  padding-top: 30px;
  margin-top: -30px; }

.maxtrek #review div.wrap {
  padding: 0;
  padding-bottom: 10px;
  position: relative; }

.maxtrek h3.hukidasi {
  display: block;
  position: absolute;
  top: -30px;
  margin: 0 auto;
  font-weight: normal;
  letter-spacing: 5px;
  text-align: center;
  z-index: 1;
  width: 100%; }

.maxtrek h3.hukidasi span {
  display: inline-block;
  background-color: #5cbf4b;
  position: relative;
  color: #fff;
  padding: 20px 40px;
  border-radius: 30px;
  font-size: 18px;
  line-height: 14px; }

.maxtrek h3.hukidasi span:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  position: absolute; }

.maxtrek #review h3.hukidasi span:after {
  bottom: -35px;
  left: calc(50% - 18px);
  border-color: #5cbf4b transparent transparent transparent;
  border-style: solid;
  border-width: 18px; }

.maxtrek #test_info h3.hukidasi span:after, .maxtrek #essn1_info h3.hukidasi span:after, .maxtrek #tp3step h3.hukidasi span:after {
  bottom: -16px;
  right: 25px;
  border-color: transparent transparent #f16 transparent;
  border-style: solid;
  border-width: 18px;
  transform: rotate(45deg); }

.maxtrek .review_wrap {
  max-width: 800px;
  height: 450px;
  overflow: auto;
  padding-top: 30px;
  margin: 0 auto; }

.maxtrek .review_wrap li {
  display: block;
  position: relative;
  margin: 20px 10px 20px 0; }

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

.maxtrek .review_section {
  display: block;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-left: 86px; }

.maxtrek .review_section h4 {
  /*margin-bottom: 20px;*/
  text-align: left;
  margin: 0 0 10px 0;
  /*.review_score {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
}*/ }

.maxtrek .review_score * {
  vertical-align: bottom; }

.maxtrek .review_score strong {
  font-size: 34px;
  padding-left: 10px;
  color: #f63; }

.maxtrek .review_score strong small {
  font-size: 20px; }

.maxtrek .review_wrap p {
  text-align: left;
  font-size: 12px;
  line-height: 18px; }

.maxtrek .review_wrap p img {
  vertical-align: bottom;
  /*スクロールバー全体*/ }

.maxtrek .review_wrap::-webkit-scrollbar {
  width: 10px;
  /*スクロールバーの軌道*/ }

.maxtrek .review_wrap::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
  /*スクロールバーの動く部分*/ }

.maxtrek .review_wrap::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .5);
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .3); }

.maxtrek .review_other {
  padding: 20px 120px 30px 175px;
  margin: 0 auto; }

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

.maxtrek .review_other p {
  padding-bottom: 10px;
  font-size: 14px; }

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

.maxtrek .review_other a:hover {
  opacity: 0.75; }

.maxtrek #movie {
  background-color: #282828;
  padding: 20px 0;
  background: url("/asp/photo/auction/brand/maxtrek/img/movie_back.jpg");
  background-size: cover; }

.maxtrek #movie h3 {
  padding: 30px;
  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; }

.maxtrek #movie iframe {
  margin: 30px auto 10px;
  padding: 0;
  border: 1px solid #7f67af;
  width: 680px;
  height: 382px; }

.maxtrek #movie iframe.sd {
  -webkit-box-shadow: none;
  box-shadow: none; }

.maxtrek #movie p {
  color: #fff;
  line-height: 24px;
  text-align: left;
  max-width: 620px;
  padding-bottom: 30px;
  font-weight: bold;
  padding: 10px 20px 20px; }

.maxtrek #movie div.video {
  padding: 0; }

.maxtrek #lineup {
  background-color: #40393a;
  background: url("/asp/photo/auction/brand/maxtrek/img/lineup_back.jpg");
  background-attachment: fixed;
  background-size: cover;
  display: block;
  width: 100%;
  padding-bottom: 50px; }

.maxtrek #lineup h3, .maxtrek #gallery h3 {
  padding: 40px 40px 20px;
  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;
  display: block;
  position: relative;
  margin: 0 auto; }

.maxtrek #lineup h4 {
  padding: 10px;
  margin: 0 0 10px 0;
  border-radius: 10px;
  font-size: 16px;
  text-align: center; }

.maxtrek #lineup .lineup_size, .maxtrek #gallery div.lineup_bt {
  padding: 20px;
  max-width: 820px;
  display: block;
  position: relative;
  margin: 0 auto; }

.maxtrek #lineup div ul, .maxtrek #gallery div.lineup_bt ul {
  padding: 0;
  height: auto;
  display: inline-block;
  max-width: none;
  width: 100%;
  letter-spacing: -0.4em; }

.maxtrek #lineup div ul li, .maxtrek #gallery div.lineup_bt ul li {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0 5px 10px 5px;
  cursor: auto;
  letter-spacing: normal;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.maxtrek #lineup div ul li a, .maxtrek #lineup div ul li > span, .maxtrek #gallery div.lineup_bt ul li a {
  position: relative;
  font-weight: bold;
  background-color: #fff;
  display: block;
  padding: 10px;
  border-radius: 10px;
  color: #333;
  text-align: left;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.maxtrek #lineup div ul li a:hover {
  background-color: #f42d5b;
  color: #fff; }

.maxtrek #lineup div ul li a:hover span.price, .maxtrek #lineup div ul li a:hover strong, .maxtrek #lineup div ul li a:hover:after {
  color: #fff; }

.maxtrek #lineup div ul li a span.size, .maxtrek #lineup div ul li span span.size {
  padding-left: 20px;
  font-size: 14px; }

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

.maxtrek #lineup div ul li a span.price, .maxtrek #lineup div ul li a strong, .maxtrek #lineup div ul li span strong {
  /*float: right;*/
  color: #d02a42;
  padding-right: 20px;
  position: absolute;
  right: 15px; }

.maxtrek #lineup div 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: 14px;
  font-size: 12px;
  font-weight: bold;
  text-align: center; }

.maxtrek #lineup div li a:hover:after {
  border: solid 2px #fff; }

.maxtrek #lineup div.lineup_size {
  background: rgba(255, 255, 255, 0.1); }

.maxtrek #lineup div.lineup_bt, .maxtrek #gallery div.lineup_bt {
  max-width: 960px;
  margin: 0 auto; }

.maxtrek #lineup div.lineup_bt ul, .maxtrek #gallery div.lineup_bt ul {
  letter-spacing: -0.4em; }

.maxtrek #lineup div.lineup_bt ul li, .maxtrek #gallery div.lineup_bt ul li {
  width: 33.33%;
  display: inline-block;
  letter-spacing: normal;
  text-align: center; }

.maxtrek #lineup div.lineup_bt ul li a, .maxtrek #gallery div.lineup_bt ul li a {
  background-color: #fff;
  padding: 20px;
  border-radius: 50px;
  text-align: center;
  line-height: 20px;
  color: #f42d5b;
  font-size: 14px; }

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

.maxtrek #lineup div.lineup_bt ul li a:hover, .maxtrek #gallery div.lineup_bt ul li a:hover {
  background-color: #f42d5b;
  cursor: pointer;
  color: #fff; }

.maxtrek #lineup div.lineup_bt ul li a:after, .maxtrek #gallery div.lineup_bt ul li a:after {
  display: none; }

.maxtrek #gallery {
  background-color: #2761a8; }

.maxtrek #gallery .movie_area {
  margin-bottom: 40px; }

.maxtrek #gallery .movie_area h4 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-top: 35px;
  font-weight: 700; }

.maxtrek #gallery .movie_area h4 img {
  height: 35px; }

.movie_area .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto; }

.movie_area .flex > div {
  width: 48%; }

.movie_area .comment {
  background: url("/asp/photo/auction/brand/maxtrek/img/top_ds01.png") center bottom / contain no-repeat;
  color: #fff;
  align-items: flex-end;
  text-align: center;
  line-height: 1.8;
  justify-content: center;
  font-size: 16px;
  font-weight: 700; }

.movie_area .flex > div.double {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.movie_area .flex > div.double h4 {
  width: 100%; }

.maxtrek #gallery .movie_area h4 .channel {
  height: 30px;
  margin-bottom: 5px;
  max-width: 369px; }

.maxtrek #gallery .movie_area h4 .option {
  max-width: 200px;
  height: 35px; }

.maxtrek #gallery .movie_area h4 .garedori {
  max-width: 320px;
  height: 35px; }

.maxtrek #gallery .movie_area h4 .motorz {
  max-width: 230px;
  height: 35px; }

.maxtrek #gallery .movie {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto; }

.maxtrek #gallery .double .movie {
  width: 48%; }

.maxtrek #gallery iframe {
  margin: 30px auto 10px;
  padding: 0;
  border: 3px solid #fff;
  /*width: 90%;*/
  box-shadow: 5px 5px 15px #000;
  width: 100%;
  height: 35vw;
  max-height: 350px; }

.maxtrek #gallery .gallery_area {
  max-width: 800px;
  width: 95%;
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative; }

.maxtrek #gallery .gallery_area .img_main {
  max-width: 700px;
  width: 90%;
  margin: 0 auto 15px;
  border: 3px solid #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7); }

.maxtrek #gallery .gallery_area .img_main img {
  display: block;
  width: 100%; }

.maxtrek #gallery .gallery_area button {
  font-size: 12px;
  background-color: #2761a8;
  color: #fff;
  width: 30px;
  height: 60px;
  position: relative;
  display: flex;
  align-items: flex-end;
  cursor: pointer; }

.maxtrek #gallery .gallery_area button.prev::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 30px solid #fff;
  transition: 0.4s ease-out; }

.maxtrek #gallery .gallery_area button.prev::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #2761a8;
  transition: 0.4s ease-out; }

.maxtrek #gallery .gallery_area button.next::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #fff;
  transition: 0.4s ease-out; }

.maxtrek #gallery .gallery_area button.next::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #2761a8;
  transition: 0.4s ease-out; }

.maxtrek #gallery .gallery_area button:hover::before, .maxtrek #gallery .gallery_area button:hover::after {
  transform: translateY(5px); }

.maxtrek #gallery .gallery_area .img_sub {
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.maxtrek #gallery.maximus_ds01 .gallery_area .img_sub li, .maxtrek #gallery.extreme_at .gallery_area .img_sub li {
  width: 16%; }

.maxtrek #gallery .gallery_area .img_sub li {
  width: 23%;
  border: 3px solid #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
  background-color: #fff;
  transition: 0.4s ease-out;
  cursor: pointer; }

.maxtrek #gallery .gallery_area .img_sub li img {
  display: block;
  width: 100%;
  transition: 0.4s ease-out; }

.maxtrek #gallery .gallery_area .img_sub li:hover {
  transform: translateY(5px); }

.maxtrek #gallery .gallery_area .img_sub li:hover img {
  opacity: 0.7; }

.maxtrek #gallery.extreme_at .movie_area div h4 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 20px; }

.maxtrek #gallery.extreme_at .movie_area div h4 img {
  margin: 0 0 0 10px;
  height: 60px;
  /*margin-top: 10px;*/
  width: auto; }

.maxtrek #gallery.extreme_at .movie_area div .movie iframe {
  height: 51vw;
  max-height: 390px;
  margin: 20px auto 0; }

@media screen and (min-width: 768px) {
  .maxtrek #gallery.extreme_at .movie_area div h4 img {
    height: 70px; }

  .maxtrek #gallery.extreme_at .movie_area div .movie iframe {
    max-width: 700px;
    max-height: 400px; } }

@media screen and (max-width: 850px) {
  .movie_area .comment {
    font-size: 14px;
    font-weight: 700; } }

@media screen and (max-width: 767px) {
  .maxtrek #gallery .gallery_area .img_main {
    width: 100%;
    border: 2px solid #fff; }

  .maxtrek #gallery .gallery_area button {
    position: absolute;
    top: 5px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 10px;
    justify-content: center;
    padding-bottom: 5px;
    font-weight: bold; }

  .maxtrek #gallery .gallery_area button.prev {
    left: 5px; }

  .maxtrek #gallery .gallery_area button.next {
    right: 5px; }

  .maxtrek #gallery .gallery_area button.prev::before {
    top: 5px;
    right: 50%;
    transform: translateX(50%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #fff; }

  .maxtrek #gallery .gallery_area button.next::before {
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff; }

  .maxtrek #gallery .gallery_area button.prev::after, .maxtrek #gallery .gallery_area button.next::after {
    content: none; }

  .maxtrek #gallery .gallery_area .img_sub {
    width: 100%; }

  .maxtrek #gallery .gallery_area .img_sub li {
    border: 2px solid #fff; }

  .maxtrek #gallery {
    background-color: #2761a8; }

  .maxtrek #gallery .movie_area {
    margin-bottom: 40px; }

  .maxtrek #gallery .movie_area .comment {
    display: none; }

  .maxtrek #gallery .movie_area h4 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-top: 35px;
    font-weight: 700; }

  .movie_area .flex {
    display: block; }

  .movie_area .flex > div {
    width: 100%; }

  .flex div {
    width: auto; }

  .maxtrek #gallery .movie {
    display: block;
    text-align: center;
    width: 90%;
    max-width: 700px;
    margin: 0 auto; }

  .maxtrek #gallery .double .movie {
    width: 90%; }

  .maxtrek #gallery iframe {
    height: 51vw;
    max-height: 390px;
    border: 2px solid #fff;
    box-shadow: 3px 3px 10px #000; } }

@media screen and (max-width: 420px) {
  .maxtrek #gallery .movie_area h4 img {
    margin: 15px auto 0;
    display: block; } }

.maxtrek #partner {
  display: block;
  width: 100%; }

.maxtrek #partner section {
  text-align: center;
  padding: 50px 0;
  display: block;
  position: relative;
  max-width: 960px;
  margin: 0 auto; }

.maxtrek #partner section > * {
  display: inline-block;
  margin: 15px; }

.maxtrek footer {
  clear: both;
  display: block;
  width: 100%; }

.maxtrek #footer {
  display: block;
  width: 100%;
  background-color: #2761a8; }

.maxtrek #footer nav {
  z-index: 1;
  position: relative;
  margin: 0 auto; }

.maxtrek #footer section {
  text-align: center;
  display: block;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0; }

.maxtrek #footer section li {
  display: inline-block;
  margin: 5px; }

.maxtrek #footer section li a {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  border-radius: 20px;
  font-size: 14px; }

.maxtrek #footer section li a:hover {
  background-color: #fff;
  color: #333; }

.maxtrek address {
  background-color: #1974d0;
  color: #fff;
  font-style: normal;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  display: block;
  width: 100%; }

@media screen and (max-width: 980px) {
  .maxtrek #product div.about {
    padding: 0 10px;
    max-width: 440px; }

  .maxtrek #product div.about p {
    font-size: 12px; } }

@media screen and (max-width: 900px) {
  .maxtrek nav.maxtrek_tire_menu ul {
    text-align: center;
    margin: 0 auto;
    width: 100%; }

  .maxtrek #catch section {
    overflow: hidden;
    height: 350px; }

  .maxtrek #catch section div {
    text-align: center;
    left: 0;
    max-width: 100%;
    margin: 20px auto 0;
    padding: 0 10px; }

  .maxtrek #catch section div img {
    margin: 5px; }

  .maxtrek #catch section img.pick_mt {
    top: 210px;
    left: 0;
    right: 0;
    margin: 0 auto; }

  .maxtrek #product div.wrap {
    text-align: center; }

  .maxtrek #product div.about {
    float: none;
    max-width: 460px; }

  .maxtrek #product div.about h3 span {
    display: inline-block; }

  .maxtrek #product div.wrap {
    padding: 0; }

  .maxtrek #product div.seinou {
    margin: 20px 0 30px;
    float: none;
    text-align: center;
    display: block; }

  .maxtrek #product div.seinou ul li {
    margin: 5px auto; }

  .maxtrek #product ul.about_list, .maxtrek #product ul.about_list_img {
    margin-bottom: 440px; }

  .maxtrek #product ul.about_list li, .maxtrek #product ul.about_list_img li {
    width: auto;
    text-align: left;
    padding-left: 20px; }

  .maxtrek #product ul.about_list_img li span {
    width: 65%;
    text-align: left; }

  .maxtrek #product ul.about_list small.pt_attention, .maxtrek #product ul.about_list_img small.pt_attention {
    width: 100%; }

  .maxtrek #product ul.about_list li strong, .maxtrek #product ul.about_list_img li strong {
    width: auto;
    /*	#product div.patern img.tire_pattern {
		left: 0;
		right: 0;
		margin: 0 auto;
		top: auto;
		bottom: -180px;
	}*/ }

  .maxtrek .review_wrap {
    margin: 0 20px; }

  .maxtrek #movie div.video {
    position: relative;
    padding-bottom: 56.25%;
    max-width: 678px; }

  .maxtrek #movie div.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

  .maxtrek #movie p {
    padding-top: 60px; }

  .maxtrek #partner img {
    display: block;
    margin: 0 auto;
    max-width: 100%; } }

@media screen and (max-width: 740px) {
  .maxtrek .bestcar_link {
    width: 170px;
    height: auto; }

  .maxtrek nav.maxtrek_menu div {
    padding: 15px 0 0 0; }

  .maxtrek nav.maxtrek_menu ul {
    position: relative;
    top: 2px;
    padding: 15px 0 0;
    letter-spacing: -0.4em; }

  .maxtrek nav.maxtrek_menu ul:before, .maxtrek nav.maxtrek_menu ul:after {
    display: none; }

  .maxtrek nav.maxtrek_menu ul li {
    width: 50%;
    /*border-left: 1px solid #7abd2a;*/
    letter-spacing: normal;
    border-left: 1px solid #4a495c;
    border-right: none; }

  .maxtrek nav.maxtrek_menu ul li.cam {
    display: none; }

  .maxtrek nav.maxtrek_menu ul li a, .maxtrek nav.maxtrek_menu ul li span {
    display: block;
    width: auto;
    border-radius: 0;
    border: solid #fff;
    border-width: 1px 0 1px 0;
    margin: 0;
    height: auto;
    font-size: 14px;
    padding: 20px 0;
    text-align: center; }

  .maxtrek nav.maxtrek_menu ul li:first-child a {
    border: solid #fff;
    border-width: 1px 1px 1px 0px; }

  .maxtrek nav.maxtrek_menu ul li a.select {
    border: solid #fff;
    border-width: 1px 0 1px 0; }

  .maxtrek nav.maxtrek_menu ul li a:hover {
    border: solid #4a495c;
    border-width: 1px 0 1px 0; }

  .maxtrek nav.maxtrek_menu ul li a b, .maxtrek nav.maxtrek_menu ul li span b {
    top: auto;
    padding: 0;
    margin: 5px; }

  .maxtrek nav.maxtrek_menu ul li a small, .maxtrek nav.maxtrek_menu ul li span small {
    display: inline-block;
    margin: 5px;
    font-weight: bold;
    font-size: 12px; }

  .maxtrek #movie div.video {
    max-width: 100%; }

  .maxtrek #movie iframe {
    border: none; }

  .maxtrek .review_score {
    position: static;
    top: 0;
    text-align: left;
    margin-bottom: 10px; }

  .maxtrek .review_section h4 {
    margin-bottom: 10px; } }

@media screen and (max-width: 680px) {
  .maxtrek nav.maxtrek_tire_menu ul li a {
    font-size: 18px; } }

@media screen and (max-width: 600px) {
  .maxtrek .review_section h4 {
    font-size: 14px; }

  .maxtrek #lineup div.lineup_bt ul li, .maxtrek #gallery div.lineup_bt ul li {
    width: auto;
    display: block; }

  .maxtrek #lineup div.lineup_bt ul li a, .maxtrek #gallery div.lineup_bt ul li a {
    padding: 20px 10px; } }

@media screen and (max-width: 580px) {
  .maxtrek nav.maxtrek_tire_menu ul li a {
    line-height: 22px; }

  .maxtrek nav.maxtrek_tire_menu ul li a:after {
    top: 90px; }

  .maxtrek #lineup div ul li, .maxtrek #gallery div.lineup_bt ul li {
    width: 100%;
    display: block; }

  .maxtrek #lineup div.lineup_size ul {
    overflow: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: opacity 0.3s ease, height 0.3s ease;
    -o-transition: opacity 0.3s ease, height 0.3s ease;
    transition: opacity 0.3s ease, height 0.3s ease; }

  .maxtrek #lineup div ul.sp_current {
    opacity: 1;
    height: auto; }

  .maxtrek .lineup_size h4:hover {
    cursor: pointer; } }

@media screen and (max-width: 540px) {
  .maxtrek nav.maxtrek_menu ul {
    display: flex;
    flex-wrap: wrap; }

  .maxtrek nav.maxtrek_menu ul li {
    /*border-bottom: 1px solid #7abd2a;*/
    width: 100%;
    border-bottom: 1px solid #4a495c;
    border-left: none; }

  .maxtrek nav.maxtrek_menu ul li:first-child {
    border-top: 1px solid #4a495c;
    border-left: none; }

  .maxtrek nav.maxtrek_menu ul li a, .maxtrek nav.maxtrek_menu ul li span {
    padding: 10px 0; }

  .maxtrek nav.maxtrek_menu ul li a b:before {
    content: '>';
    width: 14px;
    height: 14px;
    border: solid 2px #4a495c;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    line-height: 14px;
    font-size: 12px;
    font-weight: bold;
    text-align: center; }

  .maxtrek nav.maxtrek_menu ul li a:hover b:before {
    border: solid 2px #fff; }

  .maxtrek nav.maxtrek_menu ul li a b {
    text-align: left;
    padding-left: 2.5em; }

  .maxtrek nav.maxtrek_menu ul li a small {
    display: none; }

  .maxtrek .review_wrap {
    margin: 0 10px; }

  .maxtrek .review_wrap li:before {
    content: ""; }

  .maxtrek .review_section {
    margin-left: 20px; }

  .maxtrek nav.maxtrek_main ul {
    /*border-bottom: 2px solid #7abd2a;*/
    position: relative;
    border-bottom: 2px solid #4a495c; }

  .maxtrek nav.maxtrek_main ul:before, .maxtrek nav.maxtrek_main ul:after {
    display: none; }

  .maxtrek nav.maxtrek_main ul li {
    display: block;
    border-width: 0 0 1px 0; }

  .maxtrek nav.maxtrek_main ul li:first-child {
    border-left: 0; }

  .maxtrek nav.maxtrek_main ul li a, .maxtrek nav.maxtrek_main ul li span {
    width: auto;
    display: block;
    border-radius: 0;
    padding: 10px 0;
    height: auto;
    width: auto;
    margin: 0;
    border: none; }

  .maxtrek nav.maxtrek_main ul li a.select {
    border: none; }

  .maxtrek nav.maxtrek_main ul li a:hover {
    color: #fff;
    border: none; }

  .maxtrek nav.maxtrek_main ul li span {
    display: none; }

  .maxtrek nav.maxtrek_main ul li a, .maxtrek nav.maxtrek_main ul li span {
    text-align: left; }

  .maxtrek nav.maxtrek_main ul li a b, .maxtrek nav.maxtrek_main ul li span b {
    font-size: 16px;
    display: inline-block;
    padding-left: 2.5em; }

  .maxtrek nav.maxtrek_main ul li a b:before, .maxtrek nav.maxtrek_main ul li span b:before {
    content: '>';
    width: 14px;
    height: 14px;
    border: solid 2px #4a495c;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    line-height: 14px;
    font-size: 12px;
    font-weight: bold;
    text-align: center; }

  .maxtrek nav.maxtrek_main ul li a:hover b:before {
    border: solid 2px #fff; }

  .maxtrek nav.maxtrek_main ul li a small, .maxtrek nav.maxtrek_main ul li span small {
    display: none; }

  .maxtrek nav.maxtrek_tire_menu ul {
    letter-spacing: -0.4em; }

  .maxtrek nav.maxtrek_tire_menu ul li a {
    max-width: 100%;
    font-size: 16px;
    line-height: 16px; }

  .maxtrek nav.maxtrek_tire_menu ul li a:after {
    font-size: 28px; }

  .maxtrek #product {
    padding: 20px 10px 10px 10px; }

  .maxtrek #product div.about {
    padding: 0; }

  .maxtrek #product div.about p {
    margin: 20px;
    text-align: left; }

  .maxtrek #product div.about p br {
    display: none; }

  .maxtrek #product div.seinou ul li {
    padding: 5px;
    margin: 1px auto; }

  .maxtrek #product div.seinou ul li b {
    width: 90px;
    line-height: 15px; }

  .maxtrek #product div.seinou ul li img {
    width: 170px; }

  .maxtrek #product div.tuv img, #product div.award img {
    display: block;
    margin: 0 auto;
    float: none;
    padding: 20px 0 0 0; }

  .maxtrek #product div.tuv p, #product div.award p {
    margin: 0;
    padding: 20px;
    font-size: 12px;
    line-height: 18px; }

  .maxtrek #product ul.about_list_img li span {
    width: 50%; }

  .maxtrek #catch section div img {
    margin: 5px 0px; }

  .maxtrek h3.hukidasi span {
    padding: 20px;
    font-size: 14px; }

  .maxtrek .review_other {
    padding: 0;
    margin: 30px;
    /*.maxtrek .review_other a {}
*/ }

  .maxtrek #movie h3 {
    padding: 20px 0; }

  .maxtrek #lineup h3 {
    padding: 20px 0; }

  .maxtrek #partner section {
    padding: 30px 50px; }

  .maxtrek #footer nav ul {
    top: 0; }

  .maxtrek #footer section {
    padding-top: 50px; } }

@media screen and (max-width: 540px) {
  .maxtrek nav.maxtrek_tire_menu ul li a {
    font-size: 14px; } }

@media screen and (max-width: 520px) {
  .maxtrek div#movie p br {
    display: none; } }

@media screen and (max-width: 480px) {
  .maxtrek #product div.about h3 {
    font-size: 16px;
    line-height: 24px; } }

@media screen and (max-width: 420px) {
  .maxtrek nav.maxtrek_tire_menu ul li a {
    height: 110px;
    padding: 10px 0; }

  .maxtrek nav.maxtrek_tire_menu ul li a:after {
    top: 70px;
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
    line-height: 25px; }

  .maxtrek #product div.about p {
    margin: 10px; }

  .maxtrek #product ul.about_list li, .maxtrek #product ul.about_list_img li {
    padding-left: 10px; }

  .maxtrek #product ul.about_list li img, .maxtrek #product ul.about_list_img li img {
    right: 20px; }

  .maxtrek #product ul.about_list small.pt_attention:before, .maxtrek #product ul.about_list_img small.pt_attention:before {
    margin-right: 2px; }

  .maxtrek address {
    font-size: 12px; } }

@media screen and (max-width: 400px) {
  .maxtrek #product ul.about_list_img li span {
    width: 45%; } }

.maxtrek #page-top {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 30px;
  font-size: 12px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #dcba34; }

.maxtrek #page-top span {
  display: block;
  text-align: center;
  /* inch background color */ }

.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; }

#web_plugin_open_button.__open_web_plugin.with-custom-icon img#icon {
  padding: 0; }

#web_plugin_chat_box.__left, #web_plugin_chat_box.__left #web_plugin_auto_speak.is-shown {
  width: auto; }

.maxtrek #info {
  display: block;
  width: 100%; }

.maxtrek #info.maximus_m2 div {
  background: url("/asp/photo/auction/brand/maxtrek/img/info_back_maximus_m2.jpg") center left/cover no-repeat;
  padding: 50px 20px;
  display: block;
  position: relative;
  max-width: 960px;
  margin: 0 auto 30px; }

.maxtrek #info.maximus_m2 div ul {
  width: 65%;
  margin-left: auto;
  line-height: 1.5; }

.maxtrek #info.maximus_m2 div ul li {
  padding: 1em 1em 2em 1em;
  position: relative; }

.maxtrek #info.maximus_m2 div ul li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-bottom: 10px solid #fff;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent; }

.maxtrek #info.maximus_m2 div ul li:first-of-type {
  margin-bottom: 2em;
  background: linear-gradient(to bottom, #fff, #bbe3f8); }

.maxtrek #info.maximus_m2 div ul li:nth-of-type(2) {
  margin-bottom: 3em;
  background: linear-gradient(to bottom, #fff, #fff69b); }

.maxtrek #info.maximus_m2 div ul li:last-of-type {
  background: linear-gradient(to bottom, #fff, #b9dfce); }

.maxtrek #info.maximus_m2 div ul li h4 {
  color: #005bab;
  font-size: 20px;
  position: relative;
  padding-left: 1em; }

.maxtrek #info.maximus_m2 div ul li h4::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #005bab;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }

.maxtrek #info.maximus_m2 div ul li p {
  font-size: 14px;
  font-weight: bold;
  text-align: justify; }

@media screen and (max-width: 880px) {
  .maxtrek #info.maximus_m2 div {
    padding: 3vw 20px; }

  .maxtrek #info.maximus_m2 div ul li:first-of-type {
    margin-bottom: 1em; }

  .maxtrek #info.maximus_m2 div ul li:nth-of-type(2) {
    margin-bottom: 2em; } }

@media screen and (max-width: 780px) {
  .maxtrek #info.maximus_m2 div {
    padding: 2vw 20px; }

  .maxtrek #info.maximus_m2 div ul li:first-of-type {
    margin-bottom: 0.5em; }

  .maxtrek #info.maximus_m2 div ul li:nth-of-type(2) {
    margin-bottom: 1em; } }

@media screen and (max-width: 730px) {
  .maxtrek #info.maximus_m2 div ul li h4 {
    font-size: 16px; }

  .maxtrek #info.maximus_m2 div ul li h4::before {
    width: 12px;
    height: 12px; }

  .maxtrek #info.maximus_m2 div ul li p {
    font-size: 12px; } }

@media screen and (max-width: 640px) {
  .maxtrek #info.maximus_m2 div ul li {
    padding: 0.5em 0.5em 1em 0.5em; }

  .maxtrek #info.maximus_m2 div ul li::before {
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent; } }

@media screen and (max-width: 550px) {
  .maxtrek #info.maximus_m2 div ul {
    width: 60%; }

  .maxtrek #info.maximus_m2 div {
    padding: 2vw 10px; }

  .maxtrek #info.maximus_m2 div ul li:nth-of-type(2) {
    margin-bottom: 0.5em; }

  .maxtrek #info.maximus_m2 div ul li h4 {
    font-size: 2.9vw; }

  .maxtrek #info.maximus_m2 div ul li p {
    font-size: 2.2vw; }

  .maxtrek #info.maximus_m2 div ul li h4::before {
    width: 2.2vw;
    height: 2.2vw; } }

.maxtrek .modal_area {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  overflow: scroll; }

.maxtrek .modal_area img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 200%;
  max-width: 960px;
  height: auto;
  margin: 0 auto;
  display: block; }

.maxtrek #lineup div.lineup_size {
  padding: 20px 2.5%;
  margin-bottom: 50px; }

.maxtrek #lineup div.lineup_size > div {
  width: 100%;
  overflow-x: auto; }

.maxtrek .lineup_size table {
  width: 100%;
  margin: 0 auto;
  font-size: 3.6vw;
  position: relative; }

.maxtrek .lineup_size table.tread {
  width: 146vw; }

.maxtrek .lineup_size table thead {
  background-color: #0f8ce7;
  color: #fff;
  position: absolute; }

.maxtrek .lineup_size table thead tr {
  transition: 0.3s;
  background-color: #0f8ce7; }

.maxtrek .lineup_size table thead tr.is-fixed {
  width: 95%;
  position: fixed;
  top: 0;
  animation: slideIn 0.3s;
  z-index: 10; }

.maxtrek .lineup_size table.tread thead tr.is-fixed {
  position: relative; }

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    transform: translateY(0px); } }

.maxtrek .lineup_size table thead tr.is-fixed.out-fixed {
  opacity: 0;
  top: -20px; }

.maxtrek .lineup_size table thead th {
  font-weight: 400;
  padding: 0.5em 0;
  vertical-align: middle;
  border-top: 0.5em solid #0f8ce7;
  border-bottom: 0.5em solid #0f8ce7;
  border-left: 1px solid #fff; }

.maxtrek .lineup_size table thead th.inch {
  border-left: 1px solid #0f8ce7; }

.maxtrek .lineup_size table thead th:last-of-type {
  border-right: 1px solid #0f8ce7; }

.maxtrek .lineup_size table .inch, .maxtrek .lineup_size table .oblateness {
  min-width: 3.6em;
  text-align: center; }

.maxtrek .lineup_size table .temp, .maxtrek .lineup_size table .trac, .maxtrek .lineup_size table .treadwear {
  min-width: 7em;
  text-align: center; }

.maxtrek .lineup_size table .pr_li {
  min-width: 4.4em;
  text-align: center; }

.maxtrek .lineup_size table .size {
  width: 9999px; }

.maxtrek .lineup_size table tbody {
  border-top: 14.5vw solid #0f8ce7; }

.maxtrek .lineup_size table .theader {
  background-color: #e3f1ff; }

.maxtrek .lineup_size table td {
  font-weight: 700;
  padding: 1em 0;
  border: 1px solid #0f8ce7;
  vertical-align: middle;
  color: #333;
  background-color: #fff; }

.maxtrek .lineup_size table td.size {
  text-align: center; }

.maxtrek .lineup_size table td a {
  color: #001bb4;
  text-decoration: underline; }

.maxtrek .lineup_size table td {
  position: relative; }

.maxtrek .lineup_size table td.size.com_sn {
  padding-right: 2em; }

.maxtrek .lineup_size table td .com_sn::before {
  position: absolute;
  content: 'Coming';
  color: #f00;
  top: 20%;
  right: 5%;
  font-weight: 400;
  font-style: italic; }

.maxtrek .lineup_size table td .com_sn::after {
  position: absolute;
  content: 'soon';
  color: #f00;
  top: 50%;
  right: 5%;
  font-weight: 400;
  font-style: italic; }

@media screen and (min-width: 768px) {
  .maxtrek #lineup div.lineup_size {
    padding: 20px 5%; }
    .maxtrek .lineup_size table {
      font-size: 16px; }
    .maxtrek .lineup_size table.tread {
      width: 100%; }
    .maxtrek .lineup_size table br {
      display: none; }
    .maxtrek .lineup_size table.tread br {
      display: block; }
    .maxtrek .lineup_size table thead tr.is-fixed {
      width: 90%;
      max-width: 739px; }
    .maxtrek .lineup_size table.tread thead tr.is-fixed {
      position: fixed; }
    .maxtrek .lineup_size table .inch, .maxtrek .lineup_size table .oblateness {
      min-width: 7em; }
    .maxtrek .lineup_size table.tread .inch, .maxtrek .lineup_size table.tread .oblateness {
      min-width: 4em; }
    .maxtrek .lineup_size table .treadwear {
      min-width: 6em; }
    .maxtrek .lineup_size table .trac {
      min-width: 5em; }
    .maxtrek .lineup_size table .pr_li {
      min-width: 7em; }
    .maxtrek .lineup_size table tbody {
      border-top: 48px solid #0f8ce7; }
    .maxtrek .lineup_size table.tread tbody {
      border-top: 64px solid #0f8ce7; }
    .maxtrek .lineup_size table td a {
      text-decoration: none;
      position: relative; }
    .maxtrek .lineup_size table td a::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 2px;
      background-color: #005baa;
      left: 0;
      bottom: -7px;
      transform-origin: right top;
      transform: scale(0, 1);
      transition: transform 0.3s; }
    .maxtrek .lineup_size table td a:hover::after {
      transform-origin: left top;
      transform: scale(1, 1); }
    .maxtrek .lineup_size table {
      max-width: 750px; }
    .maxtrek .lineup_size table td .com_sn::before {
      top: 50%;
      transform: translateY(-50%);
      right: 50px; }
    .maxtrek .lineup_size table td .com_sn::after {
      top: 50%;
      transform: translateY(-50%);
      right: 10px; } }

@media screen and (min-width: 820px) {
  .maxtrek #lineup div.lineup_size {
    padding: 20px 40px; } }

@media screen and (min-width: 1024px) {
  .maxtrek #lineup div.lineup_size {
    padding: 20px; }
    .maxtrek .lineup_size table {
      font-size: 18px; }
    .maxtrek .lineup_size table tbody {
      border-top: 54px solid #0f8ce7; }
    .maxtrek .lineup_size table.tread tbody {
      border-top: 72px solid #0f8ce7; }
    .maxtrek .lineup_size table thead tr.is-fixed {
      max-width: 750px; }
    .maxtrek .lineup_size table td .com_sn::before {
      right: 55px; }
    .maxtrek .lineup_size table td.size.com_sn {
      padding-right: 4em; } }

.maxtrek .foot_bn {
  display: block;
  max-width: 960px;
  margin: 0 auto 50px; }

.maxtrek .foot_bn img {
  max-width: 100%; }
