@charset "UTF-8";
/**/
@import url("print.css") print;
a:hover {
  text-decoration: underline;
}
body {
  letter-spacing: 1px;
}
@media (min-width: 979px) {
  body {
    min-width: 1200px
  }
}
b {
  font-weight: bold;
}
form {
  margin: 0;
}
.clF {
  color: #999;
}
.taR {
  text-align: right !important;
}
.taC {
  text-align: center !important;
}
.taL {
  text-align: left !important;
}
.pa0 {
  padding: 0px !important;
}
.pa5 {
  padding: 5px !important;
}
.pa10 {
  padding: 10px !important;
}
.pa20 {
  padding: 20px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr80 {
  padding-right: 80px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.ma0 {
  margin: 0px !important
}
.ma10 {
  margin: 10px !important
}
.ma20 {
  margin: 20px !important
}
.mt0 {
  margin-top: 0px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt160 {
  margin-top: 160px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb160 {
  margin-bottom: 160px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.imgGal {
  float: right;
  max-width: 250px;
  margin-left: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
  box-shadow: 0 0 1px #333;
  clear: right;
}
.imgGalL {
  float: left;
  max-width: 250px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
  box-shadow: 0 0 1px #333;
  clear: left;
}
@media (max-width: 767px) {
  .imgGal {
    margin-top: 10px;
    margin-bottom: 5px;
    float: right;
    max-width: 150px;
  }
  .imgGalL {
    margin-top: 10px;
    margin-bottom: 5px;
    float: left;
    max-width: 150px;
  }
}
#lean_overlay {
  position: fixed;
  z-index: 1500;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}
.modalWrap {
  display: none
}
.modalContent {
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  padding: 30px;
  width: 780px;
  height: 70vh;
  overflow: scroll;
  border-radius: 20px;
}
.modal_close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 20px;
  height: 20px;
  z-index: 2;
}
.forSellerForm .modalContent p, .modalContent h3 {
  color: #151515;
}
.modalContent h1 {
  font-size: 24px;
  color: #000;
}
@media (max-width: 767px) {
  .modalContent {
    width: 360px;
  }
  .modalContent {
    border-radius: 10px;
  }
}
/* 端末毎の表示切り替え */
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.visible-tablet_inline {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .visible-tablet_inline {
    display: inline !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
/* common */
.contentWrapper {
  position: relative;
  /*	padding-top: calc(100vh - 60px);*/
}
.conts {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .conts {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.contsH1 {
  line-height: 1;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .contsH1 {
    margin-bottom: 40px;
  }
}
.btn.default {
  background: #050505;
  border: #050505 1px solid;
  width: 100%;
  line-height: 3;
  height: auto;
}
.btn.medium.icon-left a {
  color: #fff;
}
.btn.default:hover, .skiplink.default:hover {
  background: #333;
}
.btn.medium.icon-left a:before, .skiplink.medium.icon-left a:before {
  left: 5%;
}
@media (max-width: 767px) {
  .btn.medium.icon-left a:before, .skiplink.medium.icon-left a:before {
    top: 25%;
  }
}
h4 {
  font-size: 18px;
  font-weight: bold;
  color: #151515;
  margin-bottom: 20px;
}
h5 {
  font-size: 14px;
  font-weight: bold;
  color: #151515;
  overflow: hidden;
  text-align: left;
}
h5 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em 0 0;
  padding: 0 1em 0 0;
  text-align: left;
}
h5 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  min-width: 700px;
  height: 1px;
  background-color: #ccc;
}
h5 span::after {
  left: 100%;
}
.btn.default:hover {
  border: #333 1px solid;
}
/* navbar */
.rowNoMax {
  max-width: 100% !important;
  background: url(../img/blackBg.png);
  padding-right: 0;
}
.navWrap {
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.navbar {
  background-color: #050505;
  position: fixed;
  top: 0;
  z-index: 10000;
  margin-bottom: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
.navbar h1.logo {
  background: none;
  font-size: 24px;
  font-weight: bold;
  color: #cc3929;
  text-align: left;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin: 0 0 0 0;
}
.navbar .logo a {
  padding-top: 0px;
}
.navbar h1.logo img {
  vertical-align: middle;
}
/*20230809*/
@media (min-width:1201px)  {
	.navbar #line_icon{ padding: 0px;  margin: 0px; position: fixed;top: 60px;right:20px;z-index: 99999 }
	.navbar #line_icon a{display: block; padding:8px 8px; margin: 0px;  text-decoration:none; background:#06c755;text-align: center;border-radius: 0 0 5px 5px;}
	.navbar #line_icon a .fa-line{color:white;font-size: 38px;}
	.navbar #line_icon a span{ display: block;color:white; font-size: 14px;font-weight: bold;letter-spacing: 0;line-height: 20px}
	.navbar #line_icon a:hover{/*opacity:0.5;*/ background:black}
}

@media screen and (min-width:768px) and ( max-width:1200px){
	.navbar #line_icon{ padding: 0px;  margin: 0px; position: fixed;top: 10px;right:20px;z-index: 99999 }
	.navbar #line_icon a{display: flex; padding: 5px 8px; margin: 0px;  text-decoration:none; background:#06c755;text-align: center;border-radius:  5px;}
	.navbar #line_icon a .fa-line{ display: flex;    align-items: center;margin-right: 10px; color:white;font-size: 38px;line-height: 0px}
	.navbar #line_icon a span{ display: flex;    align-items: center;margin:0 0 0px 0 ; padding: 0 0 0px 0;color:white; font-size: 14px;font-weight: bold;letter-spacing: 0;line-height: 0px}
	.navbar #line_icon a:hover{/*opacity:0.5;*/ background:white;}	
	.navbar #line_icon a:hover .fa-line,.navbar #line_icon a:hover span{color: black}
}

@media (max-width: 767px) {
	.navbar #line_icon{ padding: 0px;  margin: 0px; position: fixed;top: 8px;right:90px;z-index: 99999 }
	.navbar #line_icon a{display: flex;  padding:3px 4px 3px 4px; margin: 0px;  text-decoration:none; background:#06c755;text-align: center;border-radius:8px;}
	.navbar #line_icon a .fa-line{display: flex;    align-items: center;color:white;font-size: 38px;line-height: 20px}
	.navbar #line_icon a span{ display: none;/*display: block;color:white; font-size: 14px;font-weight: bold;letter-spacing: 0;line-height: 20px*/}
	.navbar #line_icon a:hover{/*opacity:0.5;*/ background:white}
	.navbar #line_icon a:hover .fa-line,.navbar #line_icon a:hover span{color:black}
}


@media only screen and (max-width: 767px) {
  .navbar .logo a img {
    max-width: 90%;
  }
  .navbar a.toggle, .navbar a.toggle:hover {
    background: #151515;
    color: #fff;
  }
  .navbar a.toggle:active, .navbar a.toggle.active {
    background: #454545;
  }
  .navbar ul {
    background: #fff;
  }
}
.navbar ul {
  float: right;
  padding-left: 0 !important
}
.navbar ul li {
  /*	background: #050505;*/
}
@media (max-width: 767px) {
  .navbar ul li {
    background: #151515;
  }
}
.navbar ul li > a {
  padding: 0 28px;/*20230809*/	
  text-shadow: none;
}
.navbar ul li > a:hover {
  border-bottom: 5px solid #333;
  background-color: #050505;
}
@media (max-width: 767px) {
  .navbar ul li > a {
    line-height: 38px;
    height: 40px;
  }
  .navbar ul li > a:hover {
    border-bottom: 5px solid #151515;
    background-color: #151515;
  }
}
.gumby-no-touch .navbar ul li:hover > a, .gumby-touch .navbar ul li.active > a {
  background-color: inherit;
  border-bottom: 5px solid #151515;
  background-color: #151515;
}
.navbar ul li .dropdown {
  background: #151515;
  border-bottom: none;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .navbar ul li > a {
    text-align: left;
  }
  .navbar ul li > a i {
    margin-left: 0;
    width: 20px;
    display: inline-block !important;
  }
  .navbar ul li > a i.icon-popup {
    display: none !important;
  }
  .navbar ul li.gNav02 > a, .navbar ul li.gNav03 > a {
    padding-left: 3rem;
  }
}
.navbar ul li .dropdown {
  /*	width: 224px;*/
}
.gumby-no-touch .navbar ul li:hover .dropdown, .gumby-touch .navbar ul li.active .dropdown {
  border-top: none;
  /*	width: 224px;*/
  font-weight: bold;
}
.navbar li .dropdown ul > li {
  /*	width: 224px;*/
}
.navbar li .dropdown ul > li a {
  border-bottom: none;
  color: #fff;
}
.gumby-no-touch .navbar li .dropdown ul li a:hover {
  background-color: #333;
}
@media (max-width: 767px) {
  .navbar ul.active {
    box-shadow: none;
  }
  .gumby-touch .navbar a:hover {
    color: #fff !important;
  }
}
/* top */
/*.mainVisual{
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(70vh - 60px);
    margin-top: 30px;
    min-height: 528px;
}*/
.mainVisualLogo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /*width: 413px;
	height: 310px;*/
  width: 206px;
  height: 155px;
  z-index: 2;
}
/*
.mainVisualCover{
	height: calc(70vh - 60px);
    min-height: 588px;
    display: block;
    position: relative;
}
*/
.top {
  width: 100%;
  height: calc(70vh - 60px);
  margin-top: 60px;
  min-height: 500px;
  position: relative;
}
.top .swiper-container {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
.top .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 !important;
  position: relative;
}
.top .video_box {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.top video {
  height: 100%;
  left: 50%;
  max-width: none;
  min-height: 56.25vw;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 1200px) and (orientation:portrait) {
  .mainVisualLogo {
    width: 309px;
    height: 222px;
  }
  /*.mainVisualCover{
		height: 710px;
	}*/
}
@media (max-width: 1200px) and (orientation:portrait) {
  /*.mainVisual{
    	height: 710px;
	}*/
  .top {
    height: 710px;
  }
}
@media (max-width: 767px) {
  /*.mainVisual{
    	height: 350px;
    	min-height: 350px;
	}*/
  .top {
    height: 350px;
    min-height: 350px;
  }
  .mainVisualLogo {
    width: 335px;
    max-width: 168px;
    height: 125px;
  }
  /*.mainVisualCover{
		min-height: 350px;
		height: 350px;
		margin-top: 0px
	}*/
}
/* utilNav */
.utilNav {
  margin-bottom: 0;
}
.utilNavLi01 {
  background: #00c300;
  height: 100px;
  width: 100px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  z-index: 1005;
  right: 15px;
  top: 75px;
}
.utilNavLi01 a {
  display: block;
  height: 100px;
  width: 100px;
}
.utilNavLi01 img {
  line-height: 100px;
  vertical-align: middle;
}
.utilNavLi02 {
  background: #ffda45;
  height: 100px;
  width: 100px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  z-index: 1005;
  right: 15px;
  top: 190px;
  display: none;
}
.utilNavLi02 a {
  display: block;
  height: 100px;
  width: 100px;
}
.utilNavLi02 img {
  line-height: 100px;
  vertical-align: middle;
}
.utilNavLi03 {
  background: #050505;
  height: 100px;
  width: 100px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  z-index: 1005;
  right: 15px;
  top: 190px;
}
.utilNavLi03 a {
  display: block;
  height: 100px;
  width: 100px;
}
.utilNavLi03 img {
  line-height: 100px;
  vertical-align: middle;
}
@media (max-width: 1365px) {
  .utilNavLi01, .utilNavLi02, .utilNavLi03 {
    position: absolute;
  }
}
/* greeting */
.greeting {
  /*margin-top: calc(70vh - 60px);*/
  background: url(../img/blackBg.png);
  color: #ccc;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
@media (max-width: 767px) {
  .greeting {
    margin-top: 0;
    padding-top: 20px !important;
    padding-bottom: 40px !important;
  }
}
.greeting .row {
  display: flex;
  align-items: center;
}
.greeting .row .columns {
  height: auto;
  min-height: 0;
}
/* forSeller */
.forSeller {
  background: url(../img/forSellerBg.png)
}
.contsH1 {
  background: url(../img/forSeller.png) no-repeat center top;
  min-height: 96px;
  padding-top: 80px;
  font-size: 36px;
  color: #050505;
  text-shadow: 1px 1px 1px #fff, 1px 1px 0px #fff, 1px 1px 2px #fff;
}
@media (max-width: 767px) {
  .contsH1 {
    padding-top: 48px;
    font-size: 24px;
  }
}
.forSellerH1 {
  background: url(../img/forSeller.png) no-repeat center top;
}
@media (max-width: 767px) {
  .forSellerH1 {
    background-size: auto 40px;
  }
}
.forSellerVintage.columns {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .forSellerVintage.columns {
    margin-bottom: 40px;
  }
}
.forSellerVintage p, .forSellerFavorite p {
  padding: 40px;
}
@media (max-width: 767px) {
  .forSellerVintage p, .forSellerFavorite p {
    padding: 20px 0 20px;
  }
}
figure.forSellerFig {
  position: relative;
  overflow: hidden;
  background: #050505;
}
figure.forSellerFig img {
  position: relative;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
  vertical-align: bottom;
}
figure.forSellerFig figcaption {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 20px;
  line-height: 20px;
  background: #050505;
  -webkit-transition: .3s;
  transition: .3s;
}
figure.forSellerFig figcaption h3 {
  padding: 9px 20px;
  color: #ccc;
  font-size: 16px;
  line-height: 20px;
}
figure.forSellerFig figcaption h3 img {
  vertical-align: bottom;
}
figure.forSellerFig:hover img {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
figure.forSellerFig:hover figcaption {
  bottom: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
/* forBuyer */
.forBuyer {
  background: url(../img/informationBg.png)
}
.forBuyerH1 {
  background: url(../img/forBuyer.png) no-repeat center top;
}
@media (max-width: 767px) {
  .forBuyerH1 {
    background-size: auto 40px;
  }
}
.forBuyerVisual {
  margin-bottom: 80px;
}
.forBuyer img {
  vertical-align: bottom;
}
.forBuyermessage {
  padding-bottom: 20px;
  margin-bottom: 0px;
  font-size: 18px;
}
/* information */
.information.conts {
  padding-top: 80px;
  padding-bottom: 80px;
}
.information .valign:before {
  height: auto;
}
.information {
  background: url(../img/forBuyerBg.png)
}
.informationH1 {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  line-height: 1;
  font-size: 1rem;
}
.informationDetail {
  border-left: 1px solid #050505;
}
.informationDetail p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .informationTtl {
    display: block !important;
    margin-bottom: 40px;
  }
  .informationH1 {
    text-align: center;
  }
  .pl40.informationDetail {
    border-left: none;
    padding-left: 0 !important;
  }
  .informationDate {
    font-size: 10px;
    display: block;
    line-height: 1;
  }
  .information.conts {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* aboutus */
.aboutus.conts {
  z-index: 1005;
}
.aboutus a {
  color: #fff;
}
@media (max-width: 767px) {
  .aboutus.conts {
    padding-bottom: 0px
  }
}
.aboutus {
  background: url(../img/footerBg.png)
}
.pp p, .pp ol, .pp ul, .pp h3, .pp h2 {
  color: #333 !important
}
h2.headline {
  font-size: 18px;
}
h3.headline {
  font-size: 16px;
}
.pp {}
.copy {
  background: url(../img/footerBg.png);
  text-align: center;
  margin-bottom: 0;
  color: #999;
}
.aboutusH1 {
  background: url(../img/aboutus.png) no-repeat center top;
  color: #999;
  text-shadow: none;
}
.contactH1 {
  background: url(../img/formH1.png) no-repeat center top;
  color: #999;
  text-shadow: none;
}
@media (max-width: 767px) {
  .aboutusH1, .contactH1 {
    background-size: auto 40px;
  }
  .aboutus h1.mb80 {
    margin-bottom: 40px !important;
  }
}
.formModol {
  color: #999;
}
.formModol:hover {
  color: #666;
}
table.aboutusTable {
  background: none;
  border-left: none;
  border-right: none;
  color: #ccc;
  border-top: 1px solid #666;
}
table.aboutusTable tr th, table.aboutusTable tr td {
  border-top: 1px dashed #666;
  padding: 10px;
}
table.aboutusTable tr:last-child th, table.aboutusTable tr:last-child td {
  border-bottom: 1px solid #666;
}
table.aboutusTable tr th {
  width: 30%;
}
@media (max-width: 767px) {
  table.aboutusTable tr th {
    width: 29%;
  }
}
.aboutus p {
  color: #ccc;
}
.aboutus ul {
  color: #ccc;
}
.aboutus .field .input {
  background: #333;
  border: none;
  color: #fff;
}
button.btn {
  display: block;
  color: #ccc;
}
button.submitbtn {
  width: 100%;
}
.contactCheck {
  background: #333;
  padding: 0 10px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .aboutus .six.columns {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  form .columns {
    display: block;
  }
  .aboutus .field .input {
    width: 100% !important;
    padding: 10px
  }
}
/* line info */
.modalContent h1.lineInfoH1 {
  background: #00c300 url(../img/utilNavLine.png) no-repeat left center;
  padding: 25px 100px 25px 100px;
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.lineInfoH1 img {
  vertical-align: middle
}
@media (max-width: 767px) {
  .modalContent h1.lineInfoH1 {
    background: #00c300;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
  }
}
/* p2 */
.p2 .contentWrapper {
  padding-top: 0;
}
.p2 .p2FormLink {
  background: #050505;
  height: 100px;
  width: 100px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  z-index: 1005;
  right: 15px;
  bottom: 15px;
}
.p2 .p2FormLink a {
  display: block;
  height: 100px;
  width: 100px;
}
.p2 .p2FormLink img {
  line-height: 150px;
  vertical-align: middle;
}
.p2 .p2NextLink {
  height: 80px;
  text-align: center;
  position: absolute;
  z-index: 1005;
  right: calc(50vw - 30px);
  top: calc(100vh - 150px);
  display: none;
}
@media (max-width: 767px) {
  .p2 .p2FormLink {
    height: 50px;
    width: 50px;
    right: 10px;
    border: 10px;
  }
  .p2 .p2FormLink a {
    width: 50px;
    height: 50px;
  }
  .p2 .p2FormLink img {
    line-height: 50px;
  }
}
.p2Visual {
  width: 100%;
  margin-top: 60px;
  height: calc(70vh - 60px);
  min-height: 528px;
  text-align: center;
}
.p2VisualLogo {
  text-align: center;
  height: calc(70vh - 60px);
  min-height: 528px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) and (orientation:portrait) {
  .p2Visual {
    height: calc(30vh - 60px);
    min-height: 0px;
  }
  .p2VisualLogo {
    height: 480px;
    min-height: 480px;
    line-height: 480px;
  }
}
@media (max-width: 767px) {
  .p2Visual {
    height: 150px;
    min-height: 150px;
  }
  .p2VisualLogo {
    display: block;
    padding-top: 10px
  }
}
.p2VisualLogo img {
  margin: 0 auto;
}
.forSellerP2VisualVin {
  background: url(../img/forSellerP2VisualVinBg.jpg) center center #050505;
  background-size: cover;
}
.forSellerP2Visual {
  background: url(../img/forSellerP2VisualFavBg.jpg) center center #050505;
  background-size: cover;
}
.forBuyP2Visual {
  background: url(../img/forBuyP2VisualBg.jpg) center center #050505;
  background-size: cover;
}
@media (max-width: 767px) {
  .forSellerP2VisualVin, .forSellerP2Visual, .forBuyP2Visual {
    background-attachment: scroll;
    /*background-size: auto calc(70vh - 60px);*/
  }
}
@media (min-width: 768px) and (max-width: 1140px) {
  .forSellerP2VisualVin, .forSellerP2Visual, .forBuyP2Visual {
    background-attachment: scroll;
    background-size: auto calc(70vh - 60px);
  }
}
.forSellerMessage {
  height: calc(100vh - (70vh - 60px));
  display: block;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.forSellerMessage p {
  line-height: calc(100vh - (70vh - 60px));
}
.subNav {
  position: absolute;
  width: 100vw;
  text-align: center;
  bottom: 0;
  left: 50%;
  margin-left: -540px;
  display: flex;
  justify-content: space-between;
}
.subnNav li {
  display: inline-block;
}
@media (max-width: 767px) {
  .forSellerMessage {
    align-items: auto;
    padding-top: 120px;
    margin-bottom: 0px;
    display: block;
    height: auto;
  }
  .forSellerMessage p {
    line-height: 100px;
  }
  .subNav {
    position: relative;
    margin: 0 0 0 20px;
    ;
    left: 0%;
    display: block;
    text-align: left;
  }
}
.forSellerMessage img {
  vertical-align: middle;
}
.forSellerUl {
  margin-bottom: 40px;
}
.carEmblemUl {
  padding-left: 0 !important;
  letter-spacing: -5px;
}
.carEmblemUl > * {
  letter-spacing: 1px;
}
.carEmblemUlLi {
  display: inline-block;
  margin: -1px 0 0 -1px;
  padding: 5px 0 5px 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #fff;
}
@media (max-width: 767px) {
  .carEmblemUlLi {
    width: 84px;
  }
}
.carEmblemUlLi img {
  vertical-align: bottom;
  width: 87px;
}
.carEmblemUlLiCycle img {
  width: 175px;
}
@media (max-width: 767px) {
  .carEmblemUlLi img {
    width: 82px;
    max-width: 82px;
  }
  .carEmblemUlLiCycle {
    width: 166px;
    max-width: 166px;
  }
  .carEmblemUlLiCycle img {
    width: 164px;
    max-width: 164px;
  }
}
.p2 h2 {
  font-size: 18px;
  color: #333;
}
@media (max-width: 767px) {
  .p2 h2 {
    font-size: 24px;
    text-align: left !important;
  }
}
.p2Conts {
  margin-bottom: 80px;
}
.p2LineVisual {
  height: 300px;
  background-size: cover !important;
  background-position: center center;
  margin-top: 160px;
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .p2LineVisual {
    height: 80px;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.p2Main {
  background: url(../img/informationBg.png)
}
.forSellerForm {
  background: url(../img/footerBg.png);
  position: relative;
  z-index: 1005;
}
.forSellerForm .field .input {
  background: #333;
  border: none;
  color: #fff;
  height: 34px;
}
.forSellerForm .field .input.textarea {
  height: auto;
}
.forSellerForm p {
  color: #ccc;
}
.picker {
  border-color: #000;
  background: #000;
  border: none;
}
.picker select {
  background: #333;
  color: #999
}
.picker:after {
  color: #999;
  z-index: 100;
}
.forSellerForm ul {
  color: #ccc;
}
.forSellerFormH1 {
  background: url(../img/forSellerFormH1.png) no-repeat center top;
  text-shadow: none;
  color: #999;
}
.stocklistH1 {
  background: url(../img/stocklistH1.png) no-repeat center top;
  text-shadow: none;
  color: #999;
}
.orderH1 {
  background: url(../img/orderH1.png) no-repeat center top;
  text-shadow: none;
  color: #999;
}
.otherH1 {
  background: url(../img/otherH1.png) no-repeat center top;
  text-shadow: none;
  color: #999;
}
.soldcarsH1 {
  background: url(../img/soldcarsH1.png) no-repeat center top;
  text-shadow: none;
  color: #999;
}
@media (max-width: 767px) {
  .stocklistH1, .orderH1, .otherH1, .soldcarsH1 {
    background-size: auto 36px;
    padding-top: 48px !important;
    font-size: 24px;
  }
}
.stocklistWrap {}
.stocklistWrap h3 {
  font-size: 18px;
}
.itemspec {
  height: 293px;
}
table.itemTable {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 33px;
  width: 49%;
}
@media (max-width: 767px) {
  table.itemTable {
    width: 100%;
    margin-bottom: 45px;
  }
  .buyCheckBoxWrap {
    position: absolute;
    bottom: 0;
    left: 10px;
  }
  .buyCheckBoxWrap label {
    margin-bottom: 0;
  }
}
table.itemTable tr th, table.itemTable tr td {
  padding: 5px 10px;
  border-top: 1px solid #e5e5e5;
}
table.itemTable tr th {
  width: 30%;
  font-weight: bold;
}
table.itemTable tr td {
  width: 70%;
}
@media (max-width: 767px) {
  form .columns {
    display: block;
  }
  .forSellerForm .field .input.eight.columns {
    width: 100% !important;
    padding: 10px
  }
}
.js .field .radio.checked i, .js .field .checkbox.checked i {
  position: absolute;
  top: -1px;
  left: -8px;
  line-height: 16px;
}
.ppnav a {
  color: #fff !important;
}
.forSeller ul {
  padding-left: 25px;
}
.forSeller ul li i {
  margin-left: -25px;
}
/* buy */
.buyRowWrap.field {
  margin-bottom: 0;
}
.buyRow {
  width: 100%;
  max-width: 1140px;
  min-width: 320px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.buyRow h3 {
  font-size: 16px;
  font-weight: bold;
  color: #050505;
}
.row.buyRowWrap {
  margin-top: -1px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 40px 0;
}
.burRow.p2Conts {
  padding: 0 40px;
}
.buyRow .buyRow {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}
/* To fix the grid into a different size, set max-width to your desired width */
.buyColumn, .buyColumns {
  margin-left: 2%;
  float: left;
  min-height: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.buyColumn:first-child, .buyColumns:first-child, .alpha {
  margin-left: 0;
}
.buyColumn.omega, .buyColumns.omega {
  float: right;
}
/* Column Classes */
.buyRow .one.buyColumn {
  width: 6.5%;
}
.buyRow .one.buyColumns {
  width: 6.5%;
}
.buyRow .two.buyColumns {
  width: 15%;
}
.buyRow .three.buyColumns {
  width: 23.5%;
}
.buyRow .four.buyColumns {
  width: 32%;
}
.buyRow .five.buyColumns {
  width: 40.5%;
}
.buyRow .six.buyColumns {
  width: 49%;
}
.buyRow .seven.buyColumns {
  width: 57.5%;
}
.buyRow .eight.buyColumns {
  width: 66%;
}
.buyRow .nine.buyColumns {
  width: 74.5%;
}
.buyRow .ten.buyColumns {
  width: 83%;
}
.buyRow .eleven.buyColumns {
  width: 91.5%;
}
.buyRow .twelve.buyColumns {
  width: 100%;
}
.buyRow .push_one {
  margin-left: 10.5%;
}
.buyRow .push_one:first-child {
  margin-left: 8.5%;
}
@media (max-width: 767px) {
  .buyRow .one.buyColumn {
    width: 100%;
  }
  .buyRow .one.buyColumns {
    width: 100%;
  }
  .buyRow .two.buyColumns {
    width: 100%;
  }
  .buyRow .three.buyColumns {
    width: 100%;
  }
  .buyRow .four.buyColumns {
    width: 100%;
  }
  .buyRow .five.buyColumns {
    width: 100%;
  }
  .buyRow .six.buyColumns {
    width: 100%;
  }
  .buyRow .seven.buyColumns {
    width: 100%;
  }
  .buyRow .eight.buyColumns {
    width: 100%;
  }
  .buyRow .nine.buyColumns {
    width: 100%;
  }
  .buyRow .ten.buyColumns {
    width: 100%;
  }
  .buyRow .eleven.buyColumns {
    width: 100%;
  }
  .buyRow .twelve.buyColumns {
    width: 100%;
  }
}
.buyColumnsOtherTh {
  height: 126px;
  vertical-align: top;
}
/* buy slide */
#slides, #slides2, #slides3 {
  display: none;
  margin-bottom: 50px;
}
.slidesjs-navigation {
  /*      margin-top:3px;*/
}
.slidesjs-previous {
  margin-right: 5px;
  float: left;
}
.slidesjs-next {
  margin-right: 5px;
  float: left;
}
.slidesjs-pagination {
  margin: 12px 12px 0;
  float: right;
  list-style: none;
}
.slidesjs-pagination li {
  float: left;
  margin: 0 1px;
}
.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(../img/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}
.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active {
  background-position: 0 -13px
}
.slidesjs-pagination li a:hover {
  background-position: 0 -26px
}
/* soldcars */
.swiper-container {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background: #151515;
}
@media (max-width: 767px) {
  .swiper-container {
    padding-left: 0;
  }
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #151515;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .swiper-slide {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    text-align: center;
  }
  .swiper-slide img {
    /*max-height: 266px;*/
  }
}
.swiper-slide span {
  font-size: 12px;
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 14px;
  line-height: 14px;
  vertical-align: bottom;
  background-color: rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 1px #000;
  color: #fff;
  z-index: 10;
  left: 0;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: -6px;
  color: #fff;
  font-size: 10px;
}
.swiper-pagination-bullet {
  background: #ccc;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-button-white {
  background: #151515;
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat;
}
.swiper-button-next {
  right: 0;
  border-radius: 2px 0 0 2px;
}
.swiper-button-prev {
  left: 0;
  border-radius: 0 2px 2px 0;
}