@charset "UTF-8";
/*---------------------------------------------------
common
---------------------------------------------------*/
.banone.container::before,.banone.container::after{display: none;}
/* flex */
.flex{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.fw_nw{
  -webkit-flex-wrap:nowrap;
  flex-wrap:nowrap;}
.fd_col{-webkit-flex-direction: column;
  flex-direction: column;}
.in_fl{
  display: -webkit-inline-flex;
  display: inline-flex;}
.jc_sa{
  -webkit-justify-content: space-around;
  justify-content: space-around;}
.jc_fs{
  -webkit-justify-content: flex-start;
  justify-content: flex-start;}
.jc_fe{
  -webkit-justify-content: flex-end;
  justify-content: flex-end;}
.jc_ce{
  -webkit-justify-content: center;
  justify-content: center;}
.ai_bl{
  -webkit-align-items: baseline;
  align-items: baseline;}
.ai_ce{
  -webkit-align-items: center;
  align-items: center;}
.ai_st{
  -webkit-align-items: stretch;
  align-items: stretch;}
.ai_fe{
  -webkit-align-items: flex-end;
  align-items: flex-end;}
.ai_fs{
  -webkit-align-items: flex-start;
  align-items: flex-start;}
.fl_s0{-webkit-flex-shrink: 0;
  flex-shrink: 0;}

.ls0005 {
   letter-spacing: -0.05em;
   line-height: 130%;
}

/* color */
.white{color:#ffffff;}
.red{color:#D1272D;}
.green{color:#129C5F;}
.blue,a.blue{color:#4687FF;}
.orange{color:#FF7F00;}
.bg-red{background-color:#D1272D;}
.bg-green{background-color:#129C5F;}
.bg-orange{background-color:#FF7F00;}
/*---------------------------------------------------
header
---------------------------------------------------*/
header{
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}

@media only screen and (min-width: 1200px) {
  header.barUp{
    position: fixed;
    top: -100%;
  }
  header.barUp.sticky{
    position: fixed;
    top: -120px;
  }
}
@media only screen and (max-width: 1199px) {
  header.barUp{
    position: fixed;
    top: -100%;
  }
  header.barUp.sticky{
    position: fixed;
    top: -34px;
  }
}
eader{

}
.bg-area{
}
header .bg-area{
  position: relative;
}
@media only screen and (min-width: 1200px) {
  header{
    /* padding: 0 0 40px; */
  }
  header .bg-area{
    padding: 44px 0 3px;
  }
}
@media only screen and (max-width: 1199px) {
}
.bg-area .container::before,
.bg-area .container::after{
  display: none;
}
.bg-area .copy{
  font-size:14px;
  font-weight: bold;
}
hr.orange{
  border:1px solid #FF931E;
  margin:2px 0;
}
.bg-area .btn-lang{
  border: none;
  background: none;
  padding: 0;
  height: auto;
  font-weight: bold;
}
.bg-area .lang-box-sm:nth-of-type(2){margin: 0 0 0 20px;}
.bg-area .lang-box-sm:nth-of-type(3){margin: 0 0 0 20px;}
.bg-area .lang-box-sm .filter-option{font-weight: normal;}
.bg-area .btn-lang::before{
  width: 29px;
  height: 29px;
  padding: 0 5px 0 0;
  display: inline-block;
  content:"";
  background-image: url(../../../global/common/image/icon/btn-lang.png);
  background-size: contain;
}
.bg-area .btn-lang.btn-cur::before{background-image: url(../../../global/common/image/icon/btn-cur.png);}
.bg-area .bootstrap-select.btn-group .dropdown-toggle .filter-option{width: auto;font-weight: bold;}

header a:hover,header a:active,header a:focus,
header button:hover,header button:active,header a:focus{
  color: inherit;
  text-shadow: none;
  opacity: 0.7;
}

header .navi{
  text-align: center;
  width: 100%;
  font-size: 14px;
}
/* header-logo */
header .navi h1.header-logo{
  float: left;
}
@media only screen and (min-width: 1200px) {
  header .navi h1.header-logo{
    width: 250px;
    text-align: left;
    padding: 10px 10px 10px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  header .navi h1.header-logo{
    width: 37%;
    text-align: left;
    padding: 5px 10px 0 5px;
    clear: both;
  }
  header .navi h1.header-logo img{
    height: 33px;
  }
}
/* header-search */
header .navi .header-search{
  float: left;
  width: calc(100% - 500px);
  padding: 16px 0;
}
header .navi .header-search input{
  width: calc(100% - 40px);
  float: left;
  height: 34px;
}
header .navi .header-search button{
  width: 40px;
  float: left;
}
@media only screen and (min-width: 1200px) {
}
@media only screen and (max-width: 1199px) {
  header .navi .header-search{
    display: none;
  }
}

/* header_nav_sp */
.header_nav_sp{
  float: right;
  position: relative;
}
.header_nav_sp .header_nav_sp_btn{
  width: 45px;
  height: 50px;
  background: #d1272d;
  position: relative;
}
.header_nav_sp .header_nav_sp_btn i:before{
  width: 100%;
  height: 25px;
  font-size: 25px;
  line-height: 25px;
  font-family: "FontAwesome";
  display: block;
  background-size: contain;
  margin-right: 0.3em;
  text-align: center;
  font-style: normal;
  margin:auto;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #fff;
}
.header_nav_sp .header_nav_sp_content{
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  width: 100vw;
  height: calc( 100vh - 115px);
  z-index: 999;
  overflow: auto;
  background: #fff;
}
.header_nav_sp .header_nav_sp_content.open{
  display: block;
}
.header_nav_sp .header_nav_sp_main{
  background:#d1272d;
}
.header_nav_sp .header_nav_sp_main>ul{
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.header_nav_sp .header_nav_sp_main>ul li{
  color: #fff;
  width: calc(100% / 4);
  text-align: center;
}
.header_nav_sp .header_nav_sp_main>ul li a{
  display: block;
  color: #fff;
  padding: 1em 0 0.3em;
}
.header_nav_sp .header_nav_sp_main>ul li a:before{
  width: 100%;
  height: 35px;
  font-size: 35px;
  line-height: 0.9em;
  display: block;
  content: "";
  background-size: contain;
  margin-right: 0.3em;
  text-align: center;
}
.header_nav_sp .header_nav_sp_search{
  background:#d1272d;
  padding: 1em;
}
.header_nav_sp .header_nav_sp_search:after{
  content: "";
  display: block;
  clear: both;
}
.header_nav_sp .header_nav_sp_search input{
  width: calc(100% - 40px);
  float: left;
  height: 34px;
}
.header_nav_sp .header_nav_sp_search button{
  width: 40px;
  float: left;
  background:#f88701;
}

.header_nav_sp .header_nav_sp_item{

}
.header_nav_sp .header_nav_sp_item .header_nav_sp_title{
  margin-bottom: 0;
}
.header_nav_sp .header_nav_sp_item .header_nav_sp_title span,
.header_nav_sp .header_nav_sp_item .header_nav_sp_title a{
  display: block;
  background: #d1272d;
  color: #fff;
  margin: 0;
  border-top: 1px solid #fff;
  padding: 0.8em 5em;
  font-weight: bold;
  text-align: left;
  position: relative;
}
.header_nav_sp_title a:before,
.header_nav_sp_title span:before{
  width: 35px;
  height: 35px;
  font-size: 35px;
  line-height: 0.9em;
  display: block;
  content: "";
  margin: auto;
  text-align: center;
  position:absolute;
  top: 0;
  bottom: 0;
  left: 20px;
}
.header_nav_sp_title span:after {
  display: block;
  content: '\f107';
  position: absolute;
  font-family: fontAwesome;
  margin: auto;
  top:0;
  right:20px;
  bottom:0;
  width: 1em;
  height: 1em;
  line-height: 1;
}
.header_nav_sp_title.open span:after {
  content: '\f106';
}
.header_nav_sp_title01 span:before{
  background: url(../../../global/common/image/icon/ico_side_01.png) center no-repeat;
  background-size: contain;
}
.header_nav_sp_title02 span:before{
  background: url(../../../global/common/image/icon/ico_side_02.png) center no-repeat;
  background-size: contain;
}
.header_nav_sp_title03 span:before{
  background: url(../../../global/common/image/icon/ico_side_03.png) center no-repeat;
  background-size: contain;
}
.header_nav_sp_title04 span:before{
  background: url(../../../global/common/image/icon/ico_side_04.png) center no-repeat;
  background-size: contain;
}
.header_nav_sp_title05 span:before{
  background: url(../../../global/common/image/icon/ico_side_05.png) center no-repeat;
  background-size: contain;
}
.header_nav_sp_title06 a:before{
  background: url(../../../global/common/image/icon/ico_gnav_04.png) center no-repeat;
  background-size: contain;
}
.header_nav_sp_title07 a:before{
  background: url(../../../global/common/image/icon/ico_gnav_05.png) center no-repeat;
  background-size: contain;
}
.header_nav_sp_title08 span:before{
  background: url(../../../global/common/image/icon/ico_gnav_06.png) center no-repeat;
  background-size: contain;
}
.header_nav_sp_title09 span:before{
  background: url(../../../global/common/image/icon/ico_gnav_07.png) center no-repeat;
  background-size: contain;
}
.header_nav_sp .header_nav_sp_item ul{
  display: none;
}
.header_nav_sp .header_nav_sp_item .open+ul{
  display: block;
}
.header_nav_sp .header_nav_sp_item ul li a{
  padding: 0.8em 2em;
  display: block;
  text-align: left;
  border-top: 1px solid #d1272d;
}
.header_nav_sp .header_nav_sp_item ul li a img{
  padding: 0 0.5em 0 0;
}

/* user_login */
header .navi .user_login{
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  text-align: right;
}
header .navi .user_login ul{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
header .navi .user_login li{
  text-align: right;
  display: inline-block;
  padding-left: 1.5em;
  font-size: 15px;
  font-weight: bold;
  height: 50px;
  display: flex;
  flex-flow: row wrap;
  line-height: 22px;
  align-items: center;
}
header .navi .user_login li a{
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 90%;
}
.user_login_signout a,
.user_login_signin a{
  color: #d1272d;
}
.user_login_signout a:before,
.user_login_signin a:before{
  width: 100%;
  height: 25px;
  font-size: 25px;
  line-height: 0.9em;
  font-family: "FontAwesome";
  display: block;
  content:"\f090";
  background-size: contain;
  margin-right: 0.3em;
  text-align:center;
}
.user_login_signout a:before{
    width: 100%;
  height: 18px;
  font-size: 18px;
}
.user_login_signin .signin::before{
  content:"\f090";
  color: #000;
}
.user_login_signout .signin::before{
  content:"\f08b";
  color: #000;
}
.user_login_mypage a{
  position:relative;
  padding: 0.5em 0 0.5em 30px;
  margin:0.5em 0;
  border-bottom: 1px solid #f88700;
  color: #000;
}
.user_login_mypage a:before{
  width: 22px;
  height: 22px;
  font-size: 22px;
  line-height: 0.9em;
  font-family: "FontAwesome";
  display: block;
  content:"";
  background-size: contain;
  margin-right: 0.3em;
  text-align:center;
  line-height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.user_login_mypage .signin::before{
  background: url(../../../global/common/image/icon/ico_mypage_01.png) no-repeat;
  background-size: 100%;

}
@media only screen and (min-width: 1200px) {
  header .navi .user_login{
    float: right;
    width: 250px;
    padding: 10px 30px 10px 10px;
  }
}
@media only screen and (max-width: 1199px) {
  header .navi .user_login{
    float: right;
    padding: 0 10px 5px 10px;
    font-size: xx-small;
  }
  header .navi .user_login li{
    line-height: 1;
    padding-left: 0.5em;
    font-size: small;
    height: 42px;
    text-align: center;
    margin: 2px 0 0;
  }
  header .navi .user_login li a{
    display: block;
    font-size: xx-small;
  }
}
/* header_nav */
header .navi .header_nav{
  clear: both;
  background:#D02530;
  color: #fff;
}
header .navi .header_nav a{
  color: #fff;
}
header .navi .header_nav a:hover{
  color: #e4adb1 !important;
}
header .right-nav a{
  padding: 0 20px 0 0;
  font-size: 12px;
}
header .sub-nav a{
  display: block;
}
header .right-nav a:nth-last-child(1){
  padding: 0;
}
.dropmenu li a::before,
.dropmenu li a::before,
header .right-nav a::before{
  width:41px;
  height: 41px;
  font-size: 3.5rem;
  line-height: 1em;
  font-family: "FontAwesome";
  display: block;
  margin: 0 auto;
  content:"";
  background-size: contain;
}

header .navi .search::before{
  background: url(../../../global/common/image/icon/ico_gnav_01.png) center no-repeat;
  background-size: 100%;
}
header .navi .favorite::before{
  background: url(../../../global/common/image/icon/ico_gnav_02.png) center no-repeat;
  background-size: 100%;
}
header .navi a.favorite:hover,
header .navi a.favorite:active,
header .navi a.favorite:focus{
  color:#D1272D;
}
header .navi .compare::before{
  background: url(../../../global/common/image/icon/ico_gnav_03.png) center no-repeat;
  background-size: 100%;
}
header .navi a.compare:hover,
header .navi a.compare:active,
header .navi a.compare:focus{
  color:#129C5F;
}
header .navi .howto::before{
  background-image: url(../../../global/common/image/icon/ico_gnav_04.png);
  background-size: 100%;
}
header .navi .auction::before{
  background-image: url(../../../global/common/image/icon/ico_gnav_05.png);
  background-size: 100%;
}
header .navi .quality::before{
  background-image: url(../../../global/common/image/icon/ico_gnav_06.png);
  background-size: 100%;
}
header .navi a.quantity-wrap{
  position: relative;
}
header .navi a span.quantity{
  font-size:10px;
  font-weight: bold;
  position: absolute;
  top: -8px;
  right: 10px;
  border-radius: 50%;
  line-height: 2.2rem;
  width: 22px;
  height: 22px;
}
.gnav_02 span.quantity{
  background: #fff;
  color: #d02530;
}
header .navi .header_nav_sp_main a span.quantity{
  top: 5px;
}
header .navi .about::before{
  background-image: url(../../../global/common/image/icon/ico_gnav_07.png);
  background-size: 100%;
}
header .navi .contact::before{
  background: url(../../../global/common/image/icon/ico_gnav_08.png) center no-repeat;
  background-size: 100%;
}

header .navi a.signin:hover,
header .navi a.signin:active,
header .navi a.signin:focus{
  /* color:#FF7F00; */
  }
header .navi .menu::before{content:"\f0c9";}

/* ▽2017/11/15 追加 H.J.SONG▽ */
header .navi .logout::before{content:"\f090";}
header .navi a.logout:hover,header .navi a.logout:active,header .navi a.logout:focus{color:#FF7F00;}
/* △2017/11/15 追加 H.J.SONG△ */

.mgl {
  margin-left : 6px;
  letter-spacing : 1px;
}

/* 2210_変更点 Top -banner両隣半透明ここから*/
/*  Top-banner slider -----------------------------------------------*/
#top-banner .swiper-slide-next {
  opacity: 0.3;
}
#top-banner .swiper-slide-prev {
  opacity: 0.3;
}
/* 2210_変更点  ここまで */

/*  Drop menu -----------------------------------------------*/
.dropmenu{
  list-style-type: none;
  margin: auto;
  padding: 0;
  text-align: center;
  width: 1100px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu>li {
  position: relative;
  padding: 15px 0 4px;
  text-align: center;
  font-size: 13px;
  width: calc((100% - 10px) / 8);
}
.dropmenu li a {
  display: block;
  margin: 0;
  text-decoration: none;
  opacity: 1;
}
.dropmenu li > ul li a:hover {
   background-color:#5A5A5A!important;
   opacity: 1.0!important;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  margin-bottom: 0;
}
.dropmenu li > ul li{
  width: 120%;
  float: none;
}
.dropmenu li > ul li a {
  padding: 8px 10px;
  border-top: 1px solid #fff;
  background: #313131;
  text-align: left;
  color: #FFF;
  margin: 0!important;
}
.dropmenu li > ul li a:hover {
  background: #313131;
}
.dropmenu li > ul li a::before {
  width: auto!important;
  height: auto!important;
  font-size: 1.6rem;
  line-height: 1em;
  font-family: inherit;
  display: block;
  margin: 0 auto;
  content: inherit;
  background-size: contain;
}
#dropmenu li ul li {
  overflow: hidden;
  height: 0;
  transition: .2s;
}
#dropmenu li:hover ul li {
  overflow: visible;
  height: inherit;
  transition: .2s;
}

/* time-code */
.time-code{

  top: 0;
  left: 0;
  font-size: 13px;

}
.time-code::before{
  width: 20px;
  height: 20px;
  padding: 0 5px 0 0;
  display: inline-block;
  content:"";
  background-image: url(../../../global/common/image/icon/ico-time.png);
  background-size: contain;
  position: absolute;
  left: 0;
  top:0;
  bottom: 0;
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .time-code{
    position: absolute;
    padding: 10px 10px 10px 25px;
    margin: 0 0 0 30px;
  }
  .time-code::before{
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .time-code{
    padding: 10px;
    padding: 10px 0 0 18px;
    margin: 0 0 10px 10px;
    position: relative;
    width: 47%;
    font-size: 8px!important;
    line-height: 1;
    float: left;
  }
  .time-code::before{
    width: 15px;
    height: 15px;
  }
}
/* header-catch */
.bg-area .header-catch{
  text-align: center;
  font-size: small;
  line-height: 1;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 10px;
  /* -webkit-transform: translateY(-50%); */
  -ms-transform: translateY(-50%);
  /* transform: translateY(-50%); */
  text-align: center;
  margin: auto;
}
@media only screen and (min-width: 1200px) {
}
@media only screen and (max-width: 1199px) {
  .bg-area .header-catch{
    display: none;
  }
}
/* banone */
.bg-area .banone{

}
@media only screen and (min-width: 1200px) {
  .bg-area .banone{
    position: absolute;
    padding: 0 10px 10px 25px;
    margin: 0 30px 0 0;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .bg-area .banone{
    font-size: small;
    float: right;
    margin-right: 5px;
  }
}
/* user_name */
.bg-area .user_name{
  margin: 0 35px;
  text-align: right;
}
@media (max-width:480px) {
  .bg-area .copy{font-size:10px;}
  .bg-area .flex.jc_fe{
  }
  .bg-area .lang-box-sm{margin: 0 0 0 7px;}
  .time-code{font-size: 14px;}

.bg-area .lang-box-sm:nth-of-type(2){margin: 0 0 0 7px;}
}

/*---------------------------------------------------
footer
---------------------------------------------------*/
footer{
  /* background: #F4F4F4; */
  /* padding: 20px 0 0; */
}
footer .container > .flex{margin: 0 0 20px}
footer .container a{font-weight: normal;}
footer .ft-info{width: 365px;}
footer .ft-info .copy{font-size: 14px;font-weight: bold;}
footer .ft-info .wn{font-size: 28px;font-weight: bold;}
footer .ft-info .wn img{padding: 0 10px 0 0;}
footer .ft-info .tel,footer .ft-info .mail{
  font-size: 21.5px;
  font-weight: 500;
  padding: 5px 0 0;
}
footer .ft-info .tel:hover,footer .ft-info .tellink:hover,footer .ft-info .mail:hover{opacity: 0.7;}
footer .ft-menuarea{width: calc(100% - 400px);}
footer .ft-menuarea .ft-menu{
  width: 33%;
  padding: 0 1.5% 0 0;
}
footer .ft-menuarea .ft-menu:nth-last-child(1){
  width: 31%;
  padding: 0;
}
footer .ft-menu .title,footer .ft-menu .title a.ft-link{
  font-size: 18px;
  font-weight: 500;
  color: inherit;
  line-height: inherit;
}
footer .ft-menu .title{
  border-bottom: 1px solid #333333;
  margin: 0 0 10px;
}
footer a.ft-link{
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  display: block;
  color:#7f7f7f;
}
footer a.ft-link:hover,footer a.ft-link:active,footer a.ft-link:focus{color: #f90;}
footer .ft-button{
  display: block;
  width: 100%;
  text-align: center;
  font-size:21px;
  border: 1px solid #7f7f7f;
  padding: 7px;
}
footer .ft-button i{padding: 0 10px 0 0;}
footer .ft-button:hover,footer .ft-button:hover,footer .ft-button:hover,
footer .ft-link.ft-button:hover,footer .ft-link.ft-button:hover,footer .ft-link.ft-button:hover{
  background: #FF7F00;
  color: #ffffff;
  border: 1px solid #FF7F00;
}
footer .ft-share span{visibility: hidden;font-size: 0;}
footer .ft-share a.ft-link{
  font-size: 40px;
  padding: 0 15px 0 0;
}
footer .copyright{padding: 3px 0;
font-size: 12px;}

@media (max-width:1000px) {
  footer .flex{display: block;}
  footer .container > .flex{margin: 0;}
  footer .ft-info{
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
  }
  footer .ft-info .wn{font-size: 18px}
  footer .ft-info .tel,footer .ft-info .mail {font-size: 18px;}
  footer .ft-menuarea,footer .ft-menuarea .ft-menu,footer .ft-menuarea .ft-menu:nth-last-child(1){width: 100%; padding: 0;}
  footer .hidden-sm,footer a.ft-link.hidden-sm{display: none;}
  footer .ft-menuarea .ft-sp-button{margin: 10px 0 0;}
  footer .ft-menu .title{border: none;}
  footer .ft-link.ft-sp-button,footer .ft-menu .title a.ft-link.ft-sp-button{
    display: inline-block;
    width: 100%;
  margin: 0 2% 0px;
    text-align: center;
    font-size:21px;
    font-weight: normal;
    color:inherit;
    padding: 7px;
  }
  footer .ft-button{
  border: 0px solid #7f7f7f;
}
  footer .ft-sp-button:hover,footer .ft-sp-button:active,footer .ft-sp-button:focus{
    background: #FF7F00;
    color: #ffffff !important;
    border: 1px solid #FF7F00;
  }
  footer .ft-sp-button::before{
    width: 21px;
    height: 21px;
    display: inline-table;
    vertical-align: middle;
    margin: 0 10px 0 0;
    font-family: "FontAwesome";
    content:"";
    background-size: contain;
  }
  footer .ft-sp-button.search::before{content: "\f002";}
  footer .ft-sp-button.favorite::before{content:"\f005";}
  footer .ft-sp-button.compare::before{content:"\f24e";}
  footer .ft-sp-button.howto::before{content:"\f05a";}
  footer .ft-sp-button.auction::before{background-image: url(../../../global/common/image/icon/auction.png);}
  footer .ft-sp-button.quality::before{background-image: url(../../../global/common/image/icon/quality.png);}
  footer .ft-sp-button.about::before{background-image: url(../../../global/common/image/icon/about.png);}
  footer .ft-other{
    max-width: 320px;
    margin: 0 auto 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1000px) {
footer .ft-info .copy{font-size: 14px;font-weight: bold; margin-left: -45px;}
}

#page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99999;
  width: 100%;
  background-color: rgba(209,39,45,.64);
  color: #fff;}
#page-top a {
   background: url(../../../global/common/image/pagetop.png) 50% 50% no-repeat;
   width: 100%;
   display: block;
   height: 46px;
   text-indent: -9999em;}

@media screen and (max-width: 600px) {
#page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99999;}
}
@media screen and (max-width: 600px) {
.tel {color: #4687FF;}
}

/*   BASE      -------------------- */
.wrapper {
   width: 1170px;
   margin-left: auto;
   margin-right: auto;
}
@media screen and (max-width: 1000px) {
.wrapper {
   width: 92%;
   margin-left: 4%;
   margin-right: 4%;
}
}
/*utility*/
.mb00 {padding-bottom: 0;}
.mb05 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb12 {margin-bottom:12px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb45 {margin-bottom:45px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mb70 {margin-bottom:70px;}
.mb80 {margin-bottom:80px;}
.mb90 {margin-bottom:90px;}
.mb100 {margin-bottom:100px;}
.mb120 {margin-bottom:120px;}
.pt05 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}
.pt40 {padding-top:40px;}
@media screen and (max-width: 600px) {
  /*utility*/
.mb05 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb12 {margin-bottom:12px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:15px;}
.mb25 {margin-bottom:18px;}
.mb30 {margin-bottom:20px;}
.mb40 {margin-bottom:30px;}
.mb45 {margin-bottom:32px;}
.mb50 {margin-bottom:35px;}
.mb60 {margin-bottom:40px;}
.mb70 {margin-bottom:45px;}
.mb80 {margin-bottom:50px;}
.mb90 {margin-bottom:50px;}
.mb100 {margin-bottom:50px;}
.mb120 {margin-bottom:70px;}
}

.txt24 {
   font-size: 24px;
   font-size: 2.4rem;
}
.center {
   text-align: center;
}
.left {
   text-align: left;
}
.right {
   text-align: right;
}
.margin-auto {
   margin-left: auto;
   margin-right: auto;
}

.indent-1 li {
   padding-left: 1.2em; /*1em（1文字）分、右に動かす*/
   text-indent: -1.2em; /*最初の行だけ1em（1文字）分、左に動かす*/
}

.bread {
   font-size: 12px;
   font-size: 1.2rem;
   color: #7E7E7E;
   border-bottom: 1px solid #B5B5B5;
   padding: 10px 0;
   margin-bottom: 30px;
}
.bread li {
   float: left;
   position: relative;
   margin-right: 5px;
}
.bread li.sub_bread:before {
   content: "> ";
}
.bread li a {
   color: #7E7E7E;
}
.title01 {
   border-bottom: 2px solid #d1272d;
   color: #d1272d;
   padding-bottom: 10px;
   font-size: 20px;
   font-size: 2.0rem;
}
.title02 {
   font-size: 22px;
   font-size: 2.2rem;
   border-bottom: 1px dotted #C5C5C5;
   padding-bottom: 7px;
}
.title03 {
   font-size: 36px;
   font-size: 3.6rem;
   font-weight: bold;
}

@media screen and (max-width: 600px) {
header {
   /* margin-bottom: 15px!important; */
}
}
.container img {
   max-width: 100%;
   height: auto;
}

.table-responsive img{
  height: auto;
    max-width: 100px;
}
/*   TOP LAYOUT      -------------------- */

/* contentWrap */
.contentWrap {
}
.contentWrap:after{
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 1200px) {
  #sb-site.contentWrap {
    padding-top: 220px;
  }
}
@media only screen and (max-width: 1199px) {
  .contentWrap,#sb-site.contentWrap {
    padding-top: 105px;
  }
}

/* left_menu */
@media only screen and (min-width: 1200px) {
  .contentWrap .left_menu{
    width: 257px;
    float: left;
    display: block;
    padding: 0 0 0 10px;
  }
}
@media only screen and (max-width: 1199px) {
}
.left_menu ul{
  list-style-type: none;
}

.left_menu ul li{
  padding: 2px 0;
  margin-left: 25px;
}

.left_menu ul li img{
  padding: 0 10px 0 0;
}

.left_menu .left_menu01_title01{
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  padding: 0 25px;
}
.left_menu>div{
  margin-bottom: 1.8em;
}
.shop_by_make .left_menu01_title01{
  background: url("../../../global/common/image/icon/ico_side_01.png") 85% 5px no-repeat #F88700;
  background-size: 35px;
}
.shop_by_price .left_menu01_title01{
  background: url("../../../global/common/image/icon/ico_side_02.png") 85% center no-repeat #F88700;
  background-size: 35px;
}
.shop_by_sale .left_menu01_title01{
  background: url("../../../global/common/image/icon/ico_side_03.png") 85% center no-repeat #F88700;
  background-size: 35px;
}
.shop_by_type .left_menu01_title01{
  background: url("../../../global/common/image/icon/ico_side_04.png") 85% center no-repeat #F88700;
  background-size: 40px;
}
.other_categories .left_menu01_title01{
  background: url("../../../global/common/image/icon/ico_side_05.png") 85% center no-repeat #F88700;
  background-size: 28px;
}



/* content */

@media only screen and (min-width: 1200px) {
  .contentWrap .content{
    width: calc(100% - 277px);
    float: right;
  }
  .contentWrap .content.newCarlists{
    padding-right: 75px;
  }
  .contentWrap.newList .content{
    padding-right: 10px;
    margin: 0 0 100px 0;
  }
  .contentWrap .content.newCarlists .container{
    max-width: 100%;
  }
  .contentWrap.newLists .content{
    padding-right: 75px;
  }
  .contentWrap .content .main-contents{
    width: calc(100% - 275px);
    float: left;
  }
  .contentWrap.newList .content .main-contents{
    width: 100%;
  }
  .contentWrap .content #right_menu{
    width: 255px;
    float: right;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1199px) {
}
/*main-contents************************/
.main-contents{
}
@media only screen and (min-width: 1200px) {
  .main-contents{
    padding: 0 10px 0 0;
  }
}
@media only screen and (max-width: 1199px) {
  .main-contents{
    padding: 0 10px;
  }
}
.main-contents img{
  max-width: 100%;
}
.main-contents>div{
  position: relative;
  margin-bottom: 3em;
  padding-top: 200px;
  margin-top: -190px;
}
.newDetails .main-contents>div,.newList .main-contents>div {
  margin: 0 auto;
  padding-top: 0;
}
.newDetails .main-contents>div.recently_checked {margin: 0 auto 100px;}
.newList .main-contents>div.recently_checked{margin: 100px auto;}
.main-contents>div#pickup{position: relative;z-index: 99;margin-bottom: 1em;}
.main-contents .ttl,.newList .ttl{
  border-bottom: 2px solid #F78625;
  padding: 2px 5px 2px 30px;
  margin-bottom: 1em;
  position: relative;
  font-size: 17.5px;
}
.main-contents .ttl:before,.newList .ttl::before{
  display: block;
  position: absolute;
  content: "";
  width: 30%;
  height: 120%;
  border-top: 2px solid #F78625;
  border-left: 2px solid #F78625;
  border-bottom: 2px solid #F78625;
  left: 10px;
  bottom: -2px;
  -webkit-transform: skew(-30deg,0);
  -moz-transform: skew(-30deg,0);
  transform: skew(-30deg,0);
}
.newList .search-results .ttl::before{bottom: -1px;}
.newDetails .main-contents .ttl:before{border-bottom:none;}
.main-contents .ttl img,.newList .ttl img{
  margin-right: 0.5em;
}
.main-contents .top_contents_wrap,
.main-contents .top_contents_wrap_top{
  display: flex;
  flex-flow: row wrap;
  position: relative;
  z-index: 99;
}
.main-contents .top_contents_wrap>div,
.main-contents .top_contents_wrap_top>div{
}
@media only screen and (min-width: 1200px) {
  .main-contents .top_contents_wrap>div{
    width: calc((100% - 100px) / 6);
  }
  .main-contents .top_contents_wrap_top>div{
    /* 2210_変更点 */
    width: calc((100% - 100px) / 4);
  }
  _:-ms-lang(x)::backdrop, .main-contents .top_contents_wrap>div,
  _:-ms-lang(x)::backdrop, .main-contents .top_contents_wrap_top>div{
    width: calc(16.66% - 16.66px);
  }
  _:-ms-lang(x)::-ms-backdrop, .main-contents .top_contents_wrap>div,
  _:-ms-lang(x)::-ms-backdrop, .main-contents .top_contents_wrap_top>div
  {
    width: calc(16.66% - 16.66px);
  }
  .main-contents .top_contents_wrap>div+div,
  .main-contents .top_contents_wrap_top>div+div{
    margin-left: 20px;
  }

}
@media only screen and (max-width: 1199px) {
  .main-contents .top_contents_wrap,
  .main-contents .top_contents_wrap_top{
    justify-content: space-between;
  }
  .main-contents .top_contents_wrap>div{
    width: calc(100% / 3 - 10px);
    padding: 0 0 1em;
  }
  .main-contents .top_contents_wrap_top>div{
    /* 2210_変更点 */
    width: calc(100% / 4 - 10px);
    padding: 0 0 1em;
  }
  .newDetails .main-contents .top_contents_wrap>div,
  .newDetails .main-contents .top_contents_wrap_top>div{
    padding: 0 0 2em;
  }

}

/* 2210_変更点 ブレイクポイント追加ここから*/
@media only screen and (max-width: 768px) {
  .main-contents .top_contents_wrap_top {
    justify-content: space-between;
  }
  .main-contents .top_contents_wrap_top > div {
    /* 2210_変更点 */
    width: calc(100% / 2 - 10px);
    padding: 0 0 1em;
  }
  .newDetails .main-contents .top_contents_wrap_top > div {
    padding: 0 0 2em;
  }
}
/* 2210_変更点  ここまで */

.main-contents .top_contents_wrap>div img,
.main-contents .top_contents_wrap_top>div img{
  width: 100%;
  margin-bottom: 10px;
}
.main-contents .top_contents_wrap>div a,
.main-contents .top_contents_wrap_top>div a{
  display: block;
}
.top_contents_item .top_contents_make{
  margin-bottom: 0;
  font-size: 75%;
  line-height: 1;
}
.top_contents_item .top_contents_model{
  margin-bottom: 0;
  word-break: break-all;
  font-size: 90%;
}
.top_contents_item .top_contents_sale{
  margin-bottom: 0;
  text-align: right;
  font-weight: bold;
  color:#D02530;
}
/* 2210_変更点 */
.top_contents_item .top_contents_price {
  text-align: right;
  font-weight: bold;
  color: #4e9905;
}
.top_contents_item .top_contents_price.offer{color: #333;}
/* 2210_変更点　月額支払金額　追加 */
.top_contents_item .top_contents_monthly_payment {
  margin-bottom: 40px;
  text-align: right;
  line-height: 1.3;
  font-weight: bold;
  color: #ff5e37;
}
.main-contents .sm_btn a{
  background: #F78625;
  color: #fff;

  font-size: small;
}
.main-contents .sm_btn a:hover{
  background: #f7943f;
}
@media only screen and (min-width: 1200px) {
  .main-contents .sm_btn a{
    position: absolute;
    top: 200px;
    right: 0;
    padding: 0.1em 2em;
  }
  .newDetails .main-contents .sm_btn a{top:0;}
}
@media only screen and (max-width: 1199px) {
  .main-contents .sm_btn{
    text-align: center;
    padding: 1em 0 0 ;
  }
  .sm_btn a {
	position : relative;
	z-index : 15;
  }
  .main-contents .sm_btn a{
    margin: auto;
    padding: 0.8em 3em;
  }
}
#pickup h3{
  border-bottom: 2px solid #F78625;
  padding: 10px 5px;
  margin-bottom: 1em;
  position: relative;
}
#pickup .pickup_item{
  display: flex;
  flex-flow: row wrap;
  justify-content:flex-start;
}

@media only screen and (min-width: 1200px) {
  #pickup .pickup_item>*{
    width: calc((100% - 10%) / 5);
    /* max-width: 141px; */
  }
  #pickup .pickup_item>*+*{
    margin-left: 2.5%;
  }
}
@media only screen and (max-width: 1199px) {
  #pickup .pickup_item>*{
    width: calc((100% - 2%) / 3);
    /* max-width: 141px; */
    margin-bottom: 2em;
  }
  _:-ms-lang(x)::backdrop, #pickup .pickup_item>*{
    width: 32.66%;
  }
  _:-ms-lang(x)::-ms-backdrop, #pickup .pickup_item>*{
    width: 32.66%;
  }
  #pickup .pickup_item>*+*{
    margin-left: 1%;
  }
  #pickup .pickup_item>*:nth-child(4){
    margin-left: 0;
  }
}
.bestsellers_item_wrap{
  display: flex;
  flex-flow: row wrap;
  position: relative;
  z-index: 99;
}
@media only screen and (min-width: 1700px) {
  .bestsellers_item{
    width: calc(100% / 3);
    padding: 0 1em 1.5em;
    display: flex;
    flex-flow: row wrap;
    font-size: small;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1699px) {
  .bestsellers_item{
    width: calc(100% / 2);
    padding: 0 1em 1.5em;
    display: flex;
    flex-flow: row wrap;
    font-size: small;
  }
}
@media only screen and (max-width: 799px) {
  .bestsellers_item{
    padding: 0 5px 1em;
    display: flex;
    flex-flow: row wrap;
    font-size: small;
    width: 100%;
  }
}
.bestsellers_item .bestsellers_item_img{
  text-align: center;
  width: 36%;
  font-weight: bold;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) {
  .bestsellers_item .bestsellers_item_img{
    width: 36%;
    max-width: 100px;
  }
  .bestsellers_item .bestsellers_item_model{
    width: calc(100% - 36%);
  }
}
@media only screen and (max-width: 1199px) {
  .bestsellers_item .bestsellers_item_img{
    width: 26%;
    max-width: 100px;
  }
  .bestsellers_item .bestsellers_item_model{
    width: calc(100% - 26%);
    padding-left: 20px;
  }
}
.bestsellers_item ol li{
  list-style-type: decimal
}
.bestsellers_item ol li a{
  color: #2885f3;
}

.reviews_item_wrap{

}
.reviews_item_wrap .reviews_item{
  margin-top: 1em;
  padding: 1em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #949494;
}
.reviews_item_wrap .reviews_item:after{
  content: "";
  display: block;
  clear: both;
}
.reviews_item .reviews_item_img{

}
.reviews_item .reviews_item_img img{
  width: 100%;
}
.reviews_item .reviews_item_info{
  font-size: small;
}
.reviews_item .reviews_item_info h4{
  font-size: 1.5em;
  font-weight: bold !important;
  margin-bottom: 10px !important;
}
.reviews_item .reviews_item_info h4 p{
  margin-bottom: 10px;
}
.reviews_item .reviews_item_info .reviews_car a{
  color: #0357DE;
}
.reviews_item .reviews_item_txt{
  font-size: small;
  word-wrap: break-word;
}
.reviews_item .reviews_item_txt .reviews_txt{
  float: left;
  font-size: small;
  word-wrap: break-word;
}
/* 2210_変更点 追加*/
.youtube_ifreme {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 700px) {
.reviews_item .reviews_item_img{
  width: 180px;
  float: left;
  margin-right: 30px;
}
.reviews_item .reviews_item_info{
  width: 250px;
  float: left;
  margin-right: 30px;
}
.reviews_item .reviews_item_txt{
  width: calc(100% - 490px);
  float: left;
}
}
@media only screen and (max-width: 699px) {
  .reviews_item .reviews_item_img img{
    margin-bottom: 10px;
  }
}
#stocksInThailand a img{
  max-width: 680px;
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 1199px) {
  #stocksInThailand a img{
    max-width: 100%;
  }
}
/*right_menu************************/

#right_menu{
  margin: 0 auto 10px 0;
}

.login{
  margin: 0 auto;
  text-align: center;
}

.searchVehicles{
  background-color: #F78625;
  padding-bottom: 20px;
  margin: 0 0 80px;
}

.searchVehicles p{
  text-align: center;
  border-bottom: 1px solid #fff;
  padding: 15px 0 5px;
  color: #fff;
  margin: 0 10px 1em;
}

.searchVehicles p img{
  padding-right: 10px;
}

.searchVehicles ul{
  list-style-type:
}

.searchVehicles ul li{
  padding:0 10px;
  margin-bottom: 6px;
}

.searchVehicles select{
  width: 100%;
  font-size: small;
  height: 24px;
  color: #999;
}

#keyword{
  color: #333;
  width: 100%;
  border-radius: 4px !important;
  border: 1px solid #ccc;
  font-size: small;
  padding: 0 8px;
  margin: 10px 0 1em;
}

.search_btn_right{
  text-align: center;
}

.search_btn_right input:hover{
  box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
}

.search_btn_right input{
  font-size: small;
  color: #fff;
  background-color: #D02530;
  border: none;
  padding: 2px 24px;
}

.nairobi_office{
  width: 100%;
}

.right_ttl{
  background: url("../../../global/common/image/icon/Uganda-Flag.png") 5px center no-repeat #f78526;
  background-size: 35px;
  text-align: right;
  color: #fff;
  width: auto;
  padding: 8px 10px;
  font-weight: bold;
  line-height: 1.3;
}
.right_ttl span{
  font-weight: normal;
}
.map_small{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 0;
  line-height: 0;
}

.address_small{
  background-color: #F8EDE2;
  margin-top: 0;
  padding:10px;
  font-size: small;
  line-height: 1.5;
}

.right_ttl_service{
  background: url("../../../global/common/image/icon/right_menu_01.png") 10px -10px no-repeat #f78526;
  background-size: 60px;
  background-repeat: no-repeat;
  text-align: right;
  color: #fff;
  width: auto;
  padding: 8px 10px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 45px;
}
.right_ttl_service span{
  font-weight: normal;
}

.local_list{
  list-style-type: none;
}

.local_list li{
  text-align: left;
  margin: 15px auto;
}

.local_list li img{
  padding-right: 15px;
}

.right_ttl_import{
  background: url("../../../global/common/image/icon/right_menu_03.png") 1.5em center no-repeat #f78526;

  background-repeat: no-repeat;
  text-align: right;
  color: #fff;
  width: auto;
  padding: 8px 10px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 45px;
}
.right_ttl_import span{
  font-weight: normal;
}

.video{
  width: 100%;
  height: auto;
  overflow: hidden;
}

.right_ttl_sns{
  background: url("../../../global/common/image/icon/right_menu_02.png") 1.5em center no-repeat #f78526;
  background-repeat: no-repeat;
  text-align: right;
  color: #fff;
  width: auto;
  padding: 20px 10px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 45px;
}
/* 2210_変更点 */
/* 2210＿facebook */
.right_ttl_sns_facebook {
  background: 1.5em center no-repeat #f78526;
  background-repeat: no-repeat;
  text-align: right;
  color: #fff;
  width: auto;
  padding: 10px 10px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 10px;
}
/* 2210_変更点 */
/* 2210＿instagram */
.right_ttl_sns_instagram {
  background: 1.5em center no-repeat #f78526;
  background-repeat: no-repeat;
  text-align: right;
  color: #fff;
  width: auto;
  padding: 10px 10px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 30px;
}
.sns_list{
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style-type: none;
  margin: 15px auto;
  padding: 10px 10px;
}


/*   COMPANY      -------------------- */
.com_table {
   border-left: 1px solid #ddd!important;
   border-right: 1px solid #ddd!important;
   border-bottom: 1px solid #ddd!important;
   width: 100%;
   border-top: 3px solid #0099ff;
}
.com_table th, .com_table td {
   padding: 15px 10px;
   border: 1px solid #ddd;
}
.com_table th {
   background-color:#eaf6fa;
   text-align: left;}
.com_table td.leftnone {border-left: none;}
.com_table td.rightnone {border-right: none;}
@media screen and (max-width: 600px) {
.com_table th, .com_table td {
   width: 100%;
   border: 0px;
   display: block;
}
}
.com_photo {
   text-align: center;
}
.com_photo li {
   width: 40%;
   text-align: center;
   display: -moz-inline-box;
   display: inline-block;
   /display: inline;
   /zoom: 1;
   margin: 0px 4% 15px;
   position: relative;}
.com_photo li img {
   max-width: 100%;
   height: auto;
}
@media screen and (max-width: 600px) {
.com_photo li {
   width: 92%;
}
}
.gmap {
position: relative;
padding-bottom: 40%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events:none;
}

/*   NET WORK      -------------------- */
.network li {
   border-bottom: 1px dotted #C7C7C7;
   padding-bottom: 35px;
   margin-bottom: 35px;
}
.network li h3 {
   font-size: 20px;
   font-size: 2.2rem;
}
.network li .fbicon {
   font-size: 30px;
   font-size: 3.0rem;
}
.net_left {
   width: 76%;
}
.net_right {
   width: 20%;
}
.net_right img {
   margin-bottom: 15px;
   max-width: 100%;
   height: auto;
}

@media screen and (max-width: 600px) {
.net_left {
   width: 100%;
   margin-bottom: 20px;
}
.net_right {
   text-align: center;
   width: 100%;
}
}
/*   Aboutus     ---------------------- */
.flex {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
.flex.jc {
   justify-content: space-between;}
.flex.sa {
   justify-content: space-around;}
.flex.ai {
   align-items: center;}
.about_left {
   width: 67%;
}
.about_right {
   width: 30%;
}
.about_right img {
   max-width: 100%;
   height: auto;
}
@media screen and (max-width: 600px) {
.about_left {
   width: 100%;
   margin-bottom: 15px;
}
.about_right {
   width: 100%;
}
}
.other_bt {
   text-align: center;
}
.other_bt li {
   width: 300px;
   text-align: center;
   display: -moz-inline-box;
   display: inline-block;
   /display: inline;
   /zoom: 1;
   margin: 0px 5% 15px;
   position: relative;}
.other_bt li a {
   display: block;
   padding: 10px;
   background-color: #fe8a00;
   color: #FFF;
   text-decoration: none;
   position: relative;
}
.other_bt li a:hover {
   background-color: #e67e02;
}
.arrow li a:before {
   content:"\f054";
   font-family: "FontAwesome";
   position: absolute;
   left: 15px;
   padding-right: 20px;
}

@media screen and (max-width: 1170px) {
.other_bt li {width: 38%;}
}
@media screen and (max-width: 600px) {
.other_bt li {width: 100%;
margin: 0 auto 15px;}
}

/*   Auction     ---------------------- */
.auction_img {
   width: 205px;
   vertical-align: top;
}
.auction_img img {
   max-width: 100%;
   height: auto;
}
.auction_info {
   width: 910px;
}
.auction_left {
   width: 560px;
}
.auction_right {
   width: 315px;
}
@media screen and (max-width: 1000px) {
.auction_img {
   width: 25%;
}
.auction_info {
   width: 70%;
}
.auction_left {
   width: 65%;
}
.auction_right {
   width: 30%;
}
}
@media screen and (max-width: 600px) {
.auction_img {
   width: 100%;
   margin-bottom: 25px;
   text-align: center;
}
.auction_info {
   width: 100%;
}
.auction_left {
   width: 100%;
   margin-bottom: 20px;
}
.auction_right {
   width: 100%;
}
}
.auction_no {
   font-family: 'Roboto', sans-serif;
   font-size: 100px;
   font-size: 10.0rem;
   font-weight: 700;
   font-style: italic;
   vertical-align: middle;
}
.auction_title {
   font-family: 'Roboto', sans-serif;
   font-size: 36px;
   font-size: 3.6rem;
   font-weight: 700;
   vertical-align: middle;
   display: inline-block;
   width: 100%;
   padding-left: 80px;
   margin-top: -60px;
}
@media screen and (max-width: 640px) {
.auction_no {
   font-size: 60px;
   font-size: 6.0rem;
   text-align: center;
   display: block;
}
.auction_title {
   font-size: 26px;
   font-size: 2.6rem;
   text-align: center;
   display: block;
   padding: 0;
   margin: 0;
}
}
.auction_bt_blue {
   display: block;
   background-color: #4687ff;
   padding: 15px;
   text-align: center;
   color: #FFF;
   font-size: 24px;
   font-size: 2.4rem;
   font-weight: bold;
}
.auction_bt_blue span {
   background: url(../../../global/common/image/fukidashi.png) center  left no-repeat;
   padding-left: 30px;
}
.auction_bt_blue:hover {
   background-color: #1a63e9;
   color: #FFF;
}
.auction_base {
   position: relative;
}
.auction_base:after{
  content:'';
  position: absolute;
  bottom:-50px;
  left:40%;
  margin:0 0 0 -5px;
  width:0;
  height:0;
  border-right: 40px solid transparent;
  border-top: 40px solid #7f7f7f;
  border-left: 40px solid transparent;
}


/*   Quality     ---------------------- */
.quality_title {
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.quality_title:before, .quality_title:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #444;
  display: block;
}
.quality_title:before {
  margin-right: .4em;
}
.quality_title:after {
  margin-left: .4em;
}
.quality_area {
   border-bottom: 1px solid #444;
}
.quality01 li {
   width: 200px;
   text-align: center;
   font-size: 24px;
   font-size: 2.4rem;
   font-weight: bold;
}
.quality01 li img {
   max-width: 100%;
   height: auto;
   margin-bottom: 12px;
}
.quality_left {
   width: 200px;
}
.quality_right {
   width: 930px;
}
.quality_follow li {
   float: left;
   margin: 0 30px 15px 0;
}
.search_bt {
   width: 300px;
   text-align: center;
   position: relative;
}
.search_bt a {
   padding: 15px 10px;
   background-color: #d1272d;
   color: #FFF;
   display: block;
   text-decoration: none;
   font-size: 24px;
   font-size: 2.4rem;
   font-weight: bold;}
.search_bt a:hover {
   background-color: #af0e1a;
}
.mushimegane span:before {
   content:"\f002";
   font-family: "FontAwesome";
   padding-right: 8px;
   font-weight: normal;
}
.signin_bt {
   width: 300px;
   text-align: center;
   position: relative;
}
.signin_bt a {
   padding: 15px 10px;
   background-color: #ff931e;
   color: #FFF;
   display: block;
   text-decoration: none;
   font-size: 24px;
   font-size: 2.4rem;
   font-weight: bold;}
.signin_bt a:hover {
   background-color: #f16000;
}
.signinicon span:before {
   content:"\f090";
   font-family: "FontAwesome";
   padding-right: 8px;
   font-weight: normal;
}
.signinlink {
   color: #ff7f00;
   text-decoration: underline;
}

@media screen and (max-width: 1000px) {
.quality01 li {
   width: 45%;
   margin: 0 2% 25px;
}
.quality_left {
   width: 100%;
   text-align: center;
   margin-bottom: 25px;
}
.quality_right {
   width: 100%;
}
.quality_follow li {
   margin: 0 15px 5px 0;
}
.search_bt {
   width: 100%;
}
.signin_bt {
   width: 100%;
}
}
.order_trucking {
   border: 1px solid #7f7f7f;
   padding: 25px 15px;
   text-align: center;
}
.order_trucking h2 {
   background: url(../../../global/common/image/howtobuy_03.png) top center no-repeat;
   padding: 15px;
   font-size: 48px;
   font-size: 4.8rem;
   font-weight: bold;
   line-height: 80%;
}

.map_bt {
   width: 150px;
   text-align: center;
   position: relative;
}
.map_bt a {
   padding: 10px 10px;
   background-color: #fe8a00;
   color: #FFF;
   display: block;
   text-decoration: none;
   font-weight: bold;}
.map_bt a:hover {
   background-color: #e67e02;
}
.maparrow span:before {
   content:"\f054";
   font-family: "FontAwesome";
   padding-right: 8px;
   font-weight: normal;
}


.parts_pdf {
   background: url(../../../global/common/image/pdf.png) top left no-repeat;
   padding: 5px 0 5px 40px;
}
.parts_inqulry {
   width: 300px;
   margin: 0 auto 60px;
}
@media screen and (max-width: 600px) {
.parts_inqulry {
   width: 100%;
   margin: 0 auto 30px;
}
}
.cont_check {
   width: 65%;
   float: left;
   padding-top: 30px;
}
.cont_check li {
   background: url(../../../global/common/image/containerization/check.png) top left no-repeat;
   background-size: 30px auto;
   font-size: 20px;
   font-size: 2.0rem;
   font-weight: bold;
   padding: 5px 0 5px 40px;
   margin-bottom: 15px;
}
.cont_img {
   width: 30%;
   float: right;
}
.cont_img img {
   max-width: 100%;
   height: auto;
}
@media screen and (max-width: 600px) {
.cont_check {
   width: 100%;
   margin: 0 0 30px 0;
   float: none;
}
.cont_img {
   width: 100%;
   float: none;
}
}
.cont_ex {
   border: 2px solid #313131;
   padding: 7px 15px;
   font-weight: bold;
}
.cont_line {
   border-left: 5px solid #fe8a00;
   padding: 3px 0 3px 10px;
   font-weight: bold;
}

.foot_sp_menu {
   display: none;
}
@media screen and (max-width: 1000px) {
.cont_ex {
   display: block;
}
.foot_sp_menu {
   display: block;
   margin: 0 auto;
}
.foot_sp_menu li {
   float: left;
   margin: 0 auto 15px;
   text-align: left;
   width: 53%;
}
.foot_sp_menu li a {
   text-align: left!important;
   margin: 0!important;
   font-size: 16px!important;
   font-size: 1.6rem!important;
   padding: 0!important;
}
.foot_sp_menu a:hover {
   background: none!important;
   border: none;
   color: #313131!important;
}
.foot_sp_menu { width:290px;}
.foot_sp_menu li:nth-child(even){ width: 47%;}
footer .container{ padding : 0 15px!important;}
.ft-other, .copyright {
   font-size: 12px;
   font-size: 1.2rem;
}
}
@media screen and (min-width: 1200px) {
  .user_name {
     padding-top: 4px;
     text-align: right;
     font-size: 1.3rem;
     padding: 0 30px;
     position: absolute;
     top: 35px;
     right: 10px;

  }
}
@media screen and (max-width: 1199px) {
.user_name {
  clear: both;
  font-size: small;
  text-align: left;
  padding: 0 10px;
  line-height: 1;
}
}
.pc {display: block;}
.sp {display: none;}
@media screen and (max-width: 1199px) {
.pc {display: none;}
.sp {display: block;}
}
