/*
 * 【はじめに】
 * 最終的には可能な限り、コメントは削除してください。
 * ここに記載しているコメントもほぼ不要です(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&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 {
  width: 100%;
  font-family: 'Open Sans', 'Noto Sans JP', 'NotoSansCJKjp', -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif; }

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

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

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

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

.maxtrek header {
  background-color: #015198; }

.maxtrek header nav {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  background-color: #015198;
  padding: 0 10px; }

.maxtrek header nav ul {
  position: relative;
  display: flex;
  justify-content: flex-end; }

.maxtrek header nav ul li {
  position: relative;
  width: 200px; }

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

.maxtrek header nav ul li a {
  display: block;
  padding: 5px 2em 8px 10px;
  margin: 0;
  color: #fff;
  background-color: #dcba34;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  top: 10px; }

.maxtrek header nav ul a:after {
  position: absolute;
  content: '';
  background: url("/asp/photo/auction/brand/maxtrek/img/arrow_down_wh.png") no-repeat;
  background-size: 18px;
  background-position: center;
  padding: 5px;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 28px;
  height: 28px; }

.maxtrek header nav ul a:hover, header nav ul a:hover:after {
  background-color: #c7a41a; }

.maxtrek header nav ul li b {
  font-size: 18px;
  line-height: 26px;
  display: block; }

.maxtrek header nav ul li small {
  font-size: 14px; }

.maxtrek #topbar {
  background-color: #1974d0;
  padding: 10px 0;
  overflow: hidden; }

.maxtrek #topbar div ul {
  float: left; }

.maxtrek #topbar div ul li {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  padding: 0 5px; }

.maxtrek #topbar ul li:first-child {
  padding-left: 15px; }

.maxtrek #topbar a {
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.maxtrek #topbar a:hover {
  opacity: 0.7; }

.maxtrek #topbar ul li:first-child::after {
  position: relative;
  content: '';
  background: url("/asp/photo/auction/brand/maxtrek/img/arrow_right_wh.png") no-repeat;
  background-size: 6px;
  top: 9px;
  left: 10px;
  width: 6px;
  height: 18px;
  padding: 0 5px; }

.maxtrek #topbar img {
  padding: 0 10px; }

.maxtrek #topbar p {
  float: right; }

.maxtrek .explain_wrap {
  background-color: #000; }

.maxtrek #explain {
  background: linear-gradient(to right, transparent 95%, #000 100%), linear-gradient(to left, transparent 95%, #000 100%), url("/asp/photo/auction/brand/maxtrek/img/explain_back.jpg") no-repeat;
  background-size: cover;
  background-position-y: center;
  height: 300px;
  overflow: hidden;
  max-width: 1024px;
  margin: 0 auto; }

.maxtrek #explain section {
  position: relative;
  padding-top: 66px; }

.maxtrek #explain img.symbol {
  position: relative;
  left: 0px;
  top: 30px; }

.maxtrek #explain h2 {
  position: relative; }

.maxtrek #top_sns a, #bottom_sns a {
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /* #top_sns li a:before, #bottom_sns li a:before {
	font-family: 'typicalo';
} */ }

.maxtrek #top_sns a {
  font-size: 20px;
  opacity: 0.5; }

.maxtrek #top_sns {
  position: absolute;
  right: 10px;
  top: 0; }

.maxtrek #top_sns li {
  display: inline-block;
  margin: 20px 10px 0; }

.maxtrek #top_sns a:hover {
  opacity: 1; }

.maxtrek #top_sns img {
  height: 20px; }

.maxtrek #bottom_sns a {
  font-size: 32px;
  opacity: 1; }

.maxtrek #bottom_sns {
  text-align: center;
  margin: 0 auto 0;
  display: block;
  padding: 20px 10px;
  background-color: #2761a8; }

.maxtrek #bottom_sns li {
  display: inline-block;
  margin: 0 5px 0;
  border-radius: 10px;
  background-color: #fff; }

.maxtrek #bottom_sns li a {
  display: flex;
  justify-content: center;
  align-items: baseline;
  border-radius: 10px;
  padding: 10px;
  border: 3px solid #ddf;
  border-width: 1px 1px 3px 1px;
  background-image: url("/asp/photo/auction/brand/maxtrek/img/filter_glass.png");
  background-position: center center;
  background-repeat: repeat-x;
  -webkit-background-size: contain;
  background-size: contain; }

.maxtrek #bottom_sns li a span {
  font-size: 16px;
  position: relative;
  top: -7px;
  padding-left: 7px; }

.maxtrek #bottom_sns li.sns_fb a {
  background-color: #225898; }

.maxtrek #bottom_sns li.sns_tw a {
  background-color: #00abef; }

.maxtrek #bottom_sns li.sns_gl a {
  background-color: #df4a32; }

.maxtrek #bottom_sns li.sns_ln a {
  background-color: #00c300; }

.maxtrek #bottom_sns li.sns_pk a {
  background-color: #f12744; }

.maxtrek #bottom_sns a:hover {
  border-width: 1px;
  opacity: 0.8; }

.maxtrek #bottom_sns li a:before {
  margin-right: 5px; }

.maxtrek #bottom_sns img {
  max-height: 28px; }

.maxtrek .sns_fb a:before {
  /* background-size: cover;
	width: 20px;
	height: 20px; */
  content: ''; }

.maxtrek .sns_tw a:before {
  /* background-size: cover;
	width: 20px;
	height: 20px; */
  content: ''; }

.maxtrek .sns_gl a:before {
  content: '\ea8b'; }

.maxtrek .sns_ln a:before {
  /* background-size: cover;
	width: 20px;
	height: 20px; */
  content: ''; }

.maxtrek .sns_pk a:before {
  content: '\e5cd';
  /*コンテンツ*/ }

.maxtrek #company {
  background-color: #015198;
  padding: 0 0 20px;
  height: 400px; }

.maxtrek #company section {
  position: relative; }

.maxtrek #company section h2 {
  position: relative;
  color: #fff;
  padding: 0;
  margin: 0px 0 40px; }

.maxtrek #company h2:before {
  content: "";
  border-bottom: 4px solid #ebc05a;
  display: block;
  position: relative;
  left: -10px;
  top: 50px; }

.maxtrek #company h2:after {
  position: absolute;
  content: "";
  right: -15px;
  bottom: -20px;
  letter-spacing: normal;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 25px solid transparent;
  border-top: 10px solid #ebc05a; }

.maxtrek #company section h2 span {
  max-width: 960px;
  margin: 0 auto;
  display: block;
  margin-left: 0px; }

.maxtrek #company section h3 {
  padding: 0;
  font-weight: bold;
  color: #ebc05a; }

.maxtrek #company section img {
  margin: 0;
  width: 440px;
  max-width: 90%;
  position: absolute;
  top: 70px;
  right: 0; }

.maxtrek #company section p {
  margin: 5px auto 20px;
  padding: 0;
  color: #fff;
  line-height: 22px;
  font-size: 12px; }

.maxtrek #picture {
  background-color: #2761a8;
  padding: 10px 0; }

.maxtrek #picture ul {
  width: 100%;
  letter-spacing: -0.4em; }

.maxtrek #picture ul li {
  display: inline-block;
  width: 25%;
  letter-spacing: normal; }

.maxtrek #picture ul li img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.maxtrek #picture ul li img:hover {
  opacity: 0.8; }

.maxtrek #pickup {
  background-color: #2761a8;
  overflow: hidden;
  padding-top: 80px; }

.maxtrek #pickup ul {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  height: 400px; }

.maxtrek #pickup ul li {
  float: left;
  height: 400px;
  width: 50%;
  position: relative; }

.maxtrek #pickup ul li.extreme_rt_rwl {
  text-align: right; }

.maxtrek #pickup ul li img {
  z-index: 0; }

.maxtrek #pickup ul li.maximus_ds01 img {
  position: absolute;
  top: -60px;
  right: -40px;
  z-index: 1; }

.maxtrek #pickup ul li.maximus_ds01 img.syasyu {
  position: relative;
  left: 0;
  z-index: 0; }

.maxtrek #pickup ul li.extreme_rt_rwl img {
  position: absolute;
  left: 0;
  z-index: 1; }

.maxtrek #pickup ul li.extreme_rt_rwl img.syasyu {
  position: relative;
  top: -60px;
  z-index: 0; }

.maxtrek #pickup div.modal {
  display: none;
  /*#pickup div {*/ }

.maxtrek #pickup img + div {
  position: absolute;
  bottom: 20px;
  left: 30px;
  padding: 20px;
  width: 75%;
  border: 1px solid #fff;
  color: #fff;
  -webkit-box-shadow: 3px 3px 0 #000;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1; }

.maxtrek ul li.maximus_m1 div {
  left: 10%; }

.maxtrek ul li.extreme_rt_rwl div {
  right: 10%; }

.maxtrek #pickup div b {
  position: absolute;
  top: -20px;
  font-size: 40px;
  font-style: italic;
  text-shadow: 5px 5px 5px #000;
  color: #ebc05a;
  line-height: 30px; }

.maxtrek #pickup ul li.extreme_rt_rwl div b {
  right: 0px;
  width: 360px; }

.maxtrek #pickup div small {
  display: block;
  margin: 20px 0;
  font-weight: normal; }

.maxtrek #pickup ul li.extreme_rt_rwl div small {
  margin: 20px 0 20px -20px; }

.maxtrek #pickup div span {
  display: inline-block;
  color: #000;
  font-weight: bold; }

.maxtrek #pickup div span.button {
  margin-top: 20px;
  padding: 7px 30px;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  /*background: #ffffff;*/
  transition: 0.3s;
  color: #fff;
  background: #f42d5b;
  font-size: 14px; }

.maxtrek #pickup div span.button:hover {
  color: #f42d5b;
  background: #fff; }

.maxtrek #pickup div p {
  line-height: 20px;
  text-align: left;
  font-size: 14px; }

.maxtrek #lineup {
  background: url("/asp/photo/auction/brand/maxtrek/img/lineup_back.jpg");
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover; }

.maxtrek #lineup section {
  max-width: 100%; }

.maxtrek #lineup h2 {
  background-color: #015198;
  font-family: "Oswald";
  padding: 20px;
  font-size: 28px;
  margin: 0 auto;
  text-align: center;
  color: #fff; }

.maxtrek #lineup h2 span {
  display: block; }

.maxtrek #products {
  max-width: 960px; }

.maxtrek #products h3 {
  font-size: 21px;
  padding: 0 0 40px 30px;
  color: #fff;
  font-weight: bold;
  letter-spacing: normal;
  position: relative; }

.maxtrek #products h3:before {
  content: "";
  border-bottom: 4px solid #ebc05a;
  display: block;
  margin: 10px 0 20px 0;
  position: relative;
  left: -25px;
  top: 55px; }

.maxtrek #products h3:after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 20px;
  letter-spacing: normal;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 25px solid transparent;
  border-top: 10px solid #ebc05a; }

.maxtrek #products ul {
  display: inline-block;
  letter-spacing: -0.4em;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.maxtrek #products ul li {
  float: left;
  width: 20%;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 20px;
  color: #363636;
  cursor: pointer; }

.maxtrek #products ul li img {
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out; }

.maxtrek #products ul li:hover > img, .maxtrek #products ul li a:hover > img {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px); }

.maxtrek #products ul li span.tire_name {
  color: #ebc05a;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  display: block;
  transition: 0.4s ease-out; }

.maxtrek #products ul li a:hover span.tire_name {
  color: #e71a0f; }

.maxtrek #products ul li span.tire_name_std {
  color: #5aebdf;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px; }

.maxtrek #products ul li span.type, .maxtrek #products ul li span.type_std {
  width: 100px;
  display: inline-block;
  line-height: 16px;
  font-size: 12px;
  font-weight: bold; }

.maxtrek #products ul li span.type {
  background-color: #fff;
  color: #363636;
  transition: 0.4s ease-out; }

.maxtrek #products ul li a:hover span.type {
  color: #e71a0f; }

.maxtrek #products ul li span.type_std {
  background-color: #19b9ac;
  color: #fff; }

.maxtrek #products ul li span.size {
  margin: 5px 0;
  display: block; }

.maxtrek #products ul li span.size b {
  color: #fff;
  font-size: 10px;
  padding: 0 5px;
  position: relative;
  bottom: 18px; }

.maxtrek #products ul li strong, .maxtrek #pickup ul li strong {
  float: right;
  padding-right: 20px;
  color: #e71a0f;
  /*footer*/ }

.maxtrek footer {
  background-color: #2761a8;
  text-align: center; }

.maxtrek footer nav {
  max-width: 960px;
  margin: 0 auto; }

.maxtrek footer ul {
  padding: 20px 0; }

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

.maxtrek footer ul li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px; }

.maxtrek footer ul li a:hover {
  background-color: #fff;
  color: #2761a8; }

.maxtrek #partner {
  background-color: #e3f1ff;
  padding: 70px 0; }

.maxtrek #partner img.partnership {
  margin: 0 30px; }

.maxtrek address {
  background-color: #1974d0;
  color: #fff;
  font-style: normal;
  padding: 20px;
  font-size: 14px; }

.maxtrek address ul#top_sns {
  display: block;
  text-align: center;
  margin: 0 auto 40px; }

@media screen and (max-width: 960px) {
  .maxtrek #explain img.symbol {
    left: 20px; }

  .maxtrek header nav {
    padding: 0 20px; }

  .maxtrek #company section h2, .maxtrek #company section h3, .maxtrek #company section p {
    padding: 0 20px; }

  .maxtrek #company section img {
    width: 400px;
    right: 20px; }

  .maxtrek #company h2:after {
    right: 5px; }

  .maxtrek #picture ul {
    width: 95%;
    margin: 0 auto; }

  .maxtrek #pickup ul li.maximus_m2 img.syasyu {
    left: 20px; }

  .maxtrek #pickup ul li.extreme_rt_rwl img {
    left: -20px; }

  .maxtrek #products ul {
    padding: 20px; } }

@media screen and (max-width: 920px) {
  .maxtrek #company {
    height: auto; }

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

  .maxtrek #company section img {
    float: none;
    position: static;
    margin: 0 auto;
    display: block; } }

@media screen and (max-width: 880px) {
  .maxtrek #company section img {
    float: none;
    display: block;
    margin: 0 auto; }

  .maxtrek #company section h2 span {
    margin-left: 0; }

  .maxtrek #partner {
    padding: 30px; }

  .maxtrek #partner a {
    display: inline-block; }

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

  .maxtrek #partner img.partnership {
    margin: 0 auto;
    display: block; }

  .maxtrek footer address {
    background-color: #1974d0;
    color: #fff;
    font-style: normal; } }

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

  .maxtrek #products ul li {
    width: 33.33%; }

  .maxtrek #bottom_sns li a span {
    font-size: 12px; }

  .maxtrek #bottom_sns a {
    font-size: 26px; } }

@media screen and (max-width: 650px) {
  .maxtrek header nav {
    padding: 0 10px; }

  .maxtrek #explain {
    background: url("/asp/photo/auction/brand/maxtrek/img/explain_back_sp.jpg") no-repeat center right -125px/cover;
    height: 400px; }

  .maxtrek #explain img.symbol {
    left: 0;
    margin: 0 auto;
    display: block;
    top: 170px;
    max-width: 90%; }

  .maxtrek #topbar div ul li {
    font-size: 12px; }

  .maxtrek #topbar ul li:first-child::after {
    top: 5px; }

  .maxtrek #topbar div ul li:before {
    padding: 0 1px;
    font-size: 15px; }

  .maxtrek #company {
    padding: 20px 0; }

  .maxtrek header nav ul li {
    width: 160px; }

  .maxtrek header nav ul a:after {
    background-size: 14px;
    width: 18px;
    height: 18px; }

  .maxtrek header nav ul li b {
    font-size: 14px;
    line-height: 16px; }

  .maxtrek header nav ul li small {
    font-size: 12px; }

  .maxtrek #pickup ul {
    height: auto; }

  .maxtrek #pickup ul li {
    width: 100%;
    padding-top: 70px; }

  .maxtrek #pickup ul li img {
    max-width: 60%; }

  .maxtrek #pickup ul li.maximus_m2 div {
    right: 10px; }

  .maxtrek #pickup ul li.maximus_m2 img {
    top: -20px; }

  .maxtrek #pickup ul li.maximus_m2 img.syasyu {
    top: -130px; }

  .maxtrek #pickup ul li.extreme_rt_rwl {
    padding: 80px 0 20px; }

  .maxtrek #pickup ul li.extreme_rt_rwl div {
    left: 10px; }

  .maxtrek #pickup ul li.extreme_rt_rwl img.syasyu {
    top: -50px; }

  .maxtrek #bottom_sns li {
    margin: 0 1px; }

  .maxtrek #bottom_sns li a {
    padding: 8px; }

  .maxtrek #bottom_sns li a span {
    font-size: 10px; }

  .maxtrek #bottom_sns a {
    font-size: 20px; } }

@media screen and (max-width: 540px) {
  .maxtrek #topbar ul {
    display: none; }

  .maxtrek ul#top_sns {
    position: absolute;
    right: 0;
    top: -10px; }

  .maxtrek ul#top_sns li {
    display: block; } }

@media screen and (max-width: 480px) {
  .maxtrek #picture ul li {
    width: 50%; }

  .maxtrek #company section h2 span {
    font-size: 18px; }

  .maxtrek #company h2:after {
    bottom: -23px; }

  .maxtrek #picture ul {
    width: 90%; }

  .maxtrek #products ul li {
    width: 50%; }

  .maxtrek #top_sns .sns_ln, #bottom_sns .sns_ln {
    display: inline-block; }

  .maxtrek #bottom_sns a {
    font-size: 24px; }

  .maxtrek #bottom_sns li {
    margin: 0px 4px 0; }

  .maxtrek #bottom_sns li a span {
    display: none; }

  .maxtrek #bottom_sns li a:before {
    margin-right: 0; } }

@media screen and (max-width: 400px) {
  .maxtrek #company section h2 span {
    font-size: 15px; }

  .maxtrek #company section h3 {
    font-size: 14px; } }

@media screen and (min-width: 375px) {
  .maxtrek #company h2:before {
    top: 35px; } }

@media screen and (max-width: 320px) {
  /*modal_picture*/
    .maxtrek footer address {
      font-size: 12px; } }

.maxtrek .modal_open:hover {
  cursor: pointer; }

.maxtrek .modal_main {
  display: none;
  position: fixed;
  width: 90%;
  max-width: 800px;
  margin: 30px auto;
  text-align: center;
  background-color: #fff;
  border: 5px solid #fff;
  z-index: 6;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.modal_bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5; }

.maxtrek .modal_main img {
  width: 100%;
  display: none;
  /*modal_lineup*/ }

.maxtrek #lineup div.modal {
  display: none;
  position: fixed;
  top: 0vh;
  left: 0vw;
  z-index: 40;
  width: 90%;
  margin: 50px 5%;
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  height: auto;
  overflow: auto;
  height: 90%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5vw 5vh;
  cursor: auto;
  text-align: center;
  border-radius: 20px; }

.maxtrek #lineup div.modal h4 {
  font-size: 42px;
  color: #fff;
  line-height: 1.2; }

.maxtrek #lineup div.modal small {
  color: #fff;
  display: block;
  font-size: 12px; }

.maxtrek #lineup div.modal span.label {
  color: #363636;
  margin: 15px;
  padding: 2px 15px;
  background-color: #fff;
  font-size: 12px;
  display: inline-block;
  font-weight: bold; }

.maxtrek #lineup div.modal p {
  color: #fff;
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 24px; }

.maxtrek #lineup div.modal h5 {
  padding: 10px;
  margin: 0 0 10px 0;
  border-radius: 10px;
  font-size: 16px; }

.maxtrek #lineup div.modal ul {
  padding: 0;
  height: auto;
  display: inline-block;
  max-width: none;
  width: 100%; }

.maxtrek #lineup div.modal ul li {
  width: 33.33%;
  height: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0 5px 10px 5px; }

.maxtrek #lineup div.modal 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.modal ul li a:after {
  position: absolute;
  content: '';
  background: url("/asp/photo/auction/brand/maxtrek/img/icon_circle_right.png") no-repeat;
  background-size: 14px;
  background-position: center;
  right: 10px;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translate(0, -50%); }

.maxtrek #lineup div.modal ul li a:hover {
  background-color: #3076cc;
  color: #fff;
  /*#lineup div.modal ul li a:hover span.size {
	color: #ffffff;
}*/ }

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

.maxtrek #lineup div.modal ul li a span.kikaku {
  display: inline;
  background-color: #333;
  color: #fff;
  margin-left: 10px;
  padding: 0 5px;
  font-size: 14px; }

.maxtrek #lineup div.modal ul li a span.size {
  background-color: transparent;
  color: #363636;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 14px; }

.maxtrek #pickup ul li div.modal img {
  position: static;
  top: auto;
  right: auto; }

.maxtrek div#modalclose {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 39; }

.maxtrek span#modalclose_bt {
  position: fixed;
  background: #fff url("/asp/photo/auction/brand/maxtrek/img/icon_circle_close.png") no-repeat;
  background-size: 50px;
  background-position: center;
  border-radius: 50px;
  height: 50px;
  width: 50px;
  padding: 0;
  right: 3%;
  top: 3%;
  z-index: 100;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /* #maxtrek span#modalclose_bt b {
	position: relative;
}
#maxtrek span#modalclose_bt b::before {
	position: absolute;

    border-radius: 25px;
    top: 4px;
	width: 40px;
	height: 40px;
} */ }

.maxtrek span#modalclose_bt:hover {
  opacity: 0.7; }

.maxtrek #modalclose_bt {
  display: none; }

@media screen and (max-width: 880px) {
  .maxtrek #lineup div.modal ul li {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0 5px 10px 5px; }

  .maxtrek #lineup div.modal ul li a span.kikaku {
    margin-left: 5px;
    font-size: 10px; } }

@media screen and (max-width: 600px) {
  .maxtrek #lineup div.modal ul li a {
    text-align: center; }

  .maxtrek #lineup div.modal ul li a:after {
    display: none; } }

@media screen and (max-width: 500px) {
  /*スクロールバー*/
    .maxtrek #lineup div.modal {
      padding: 5vw 2vh; }
    .maxtrek #lineup div.modal ul li a span.size {
      display: block;
      font-size: 12px; }
    .maxtrek #lineup div.modal ul li a span {
      display: inline-block;
      margin-left: 0;
      margin-bottom: 0; } }

.maxtrek div.modal::-webkit-scrollbar {
  width: 20px; }

.maxtrek div.modal::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px; }

.maxtrek div.modal::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  /* add 200526 */ }

.maxtrek .preset body {
  font-size: 14px; }

.maxtrek .preset, .maxtrek h2, .maxtrek b {
  line-height: 1;
  font-weight: bold; }

.maxtrek a {
  text-decoration: none; }

.maxtrek #topbar ul li::before {
  line-height: 33px; }

.maxtrek header nav, .maxtrek #company, .maxtrek #pickup img + div, .maxtrek #explain span, .maxtrek #company section img, .maxtrek #pickup ul li {
  box-sizing: content-box; }

.maxtrek #company section h2 span {
  font-size: 21px; }

.maxtrek .preset footer ul {
  padding: 20px 0; }

.maxtrek .preset footer ul li {
  margin: 5px; }

.maxtrek #top_sns li a::before, .maxtrek #bottom_sns li a::before {
  color: #fff; }

.maxtrek #pickup div small {
  font-size: 13.65px; }

@media screen and (max-width: 480px) {
  .maxtrek #company section h2 span {
    font-size: 18px; }

  .maxtrek #pickup div b {
    font-size: 36px; } }

@-moz-document url-prefix() {
  .maxtrek header nav ul li {
    line-height: 28px; }

  .maxtrek header nav ul li a {
    padding: 28px 20px 11px; }

  .maxtrek header nav ul li b {
    line-height: 26px; }

  .maxtrek #company section h2 span {
    line-height: 22px; }

  .maxtrek #company h2::after {
    bottom: -19px; }

  .maxtrek #lineup h2 span {
    margin: 1px 0 -1px; }

  .maxtrek #pickup img + div {
    padding: 21px 20px 19px; }

  .maxtrek #pickup div b {
    top: -19px; }

  .maxtrek #pickup div span.button {
    margin-top: 19px;
    margin-bottom: 1px;
    padding: 11px 30px 9px; }

  .maxtrek #bottom_sns li a::before {
    line-height: 34px; } }

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