@charset "utf-8";
/* CSS Document */
/* ------------------------
	コンテナ
------------------------ */
#index {
  padding-bottom: 80px;
}
#title {
  position: relative;
  overflow: hidden;
}
#title h1, #under_title h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-family: 'Meiryo';
  color: white;
  text-shadow: 0 0 5px #000;
  font-size: 40px;
  text-align: center;
  width: 100%;
  line-height: 1.35;
	font-weight: 700;
}
#index #title h1 small {
  font-size: 0.6em;
  font-weight: 300;
}
#lead {
  padding: 50px;
  text-align: center;
  font-size: 16px;
}
#index h2 {
  position: relative;
  background-color: #555;
  border-bottom: solid 3px #333;
  color: white;
  padding-left: 10px;
  font-size: 24px;
  font-weight: 600;
  margin-top: 50px;
}
#index h2:after {
  position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 50px white;
}
#index #items ul {
  overflow: hidden;
  margin-top: 20px;
}
#under_title {
  background-image: url(../images/js_title.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.vehicle #under_title{
	background-image: url("../images/bs_title.jpg")!important;
}
/*#under_title h1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	color: white;
}*/
#under_title p {
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translateY(-25%) translateX(-50%);
  -webkit- transform: translateY(-25%) translateX(-50%);
}
.bag_items {
  background-color: black;
  color: white;
  padding-bottom: 100px;
}
.bag_items h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px dotted white;
  padding-top: 50px;
}
.bag_items .item_top {
  margin-top: 30px;
}
.bag_items a {
  color: white;
}
.bag_items h3 {
  font-size: 24px;
  font-weight: 700;
}
.bag_items .reco {
  border-bottom: 1px solid white;
  padding-bottom: 40px;
}
.bag_items .reco h2 {
  font-size: 24px;
  border-bottom: none;
}
.bag_items .reco ul {
  overflow: hidden;
  margin-top: 20px;
}
.bag_items .reco ul li {
  float: left;
  width: calc(97%/3);
  margin-right: 1.5%;
  position: relative;
  background-color: #4d4d4d;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 3px white;
  border-radius: 5px;
  height: 477px;
}
.bag_items .reco ul li:nth-child(3n) {
  margin-right: 0;
}
.bag_items .reco ul li h3 {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 10px;
}
.bag_items .reco ul li h3 span {
  font-size: 14px;
}
.bag_items .reco ul li p.int {
  margin-top: 10px;
  color: #ccc;
  font-size: 14px;
  line-height: 1.3;
}
.bag_items .reco ul li p.price {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  bottom: 60px;
}
.bag_items .reco ul li p.price span {
  font-size: 18px;
}
.e_link {
  color: white;
  background-color: #ed1e79;
  border: 2px solid #ed1e79;
  border-radius: 5px;
  text-align: center;
  width: 90%;
  margin-top: 5px;
  line-height: 2;
  font-size: 16px;
}
.e_link a {
  color: white;
  text-decoration: none;
  display: block;
}
.e_link a:hover {
  background-color: white;
  color: #ed1e79;
  transition: 0.7s;
  padding: 0;
  border-radius: 5px;
  box-sizing: border-box;
}
.ot_link {
  color: black;
  background-color: white;
  border: 2px solid black;
  border-radius: 5px;
  text-align: center;
  width: 95%;
  margin: 30px auto 0 auto;
  line-height: 2;
  font-size: 16px;
  box-sizing: border-box;
}
.ot_link a {
  color: black;
  text-decoration: none;
  display: block;
}
.ot_link a:hover {
  background-color: black;
  color: white;
  transition: 0.7s;
  border: 1px solid white;
  border-radius: 5px;
  box-sizing: border-box;
}
.bag_items .reco ul li .e_link {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
.bag_items ul.f_nav {
  overflow: hidden;
  margin: 50px auto 0 auto;
}
/*フェードイン*/
.list-mv02 {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}
.mv02 {
  opacity: 1.0;
  transition: .8s;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/*フェードインここまで*/
@media screen and (min-width: 768px) {
  .pcnon {
    display: none;
  }
  .inner {
    width: 1020px;
    margin: 0 auto;
  }
  #index #items ul li {
    float: left;
    width: calc(98%/3);
    margin: 1.5% 1% 0 0;
  }
  #index #items ul li:nth-child(3n) {
    margin-right: 0;
  }
  #under_title {
    height: 320px;
  }
  .bag_items .item_top dl {
    overflow: hidden;
  }
  .bag_items .item_top dl dt {
    float: left;
    width: 43%;
    margin-right: 2%;
  }
  .bag_items .item_top dl dd {
    float: left;
    width: 55%;
  }
  .bag_items ul.f_nav li {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .bag_items ul.f_nav li:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
  .spnon {
    display: none;
  }
  .inner {
    width: 98%;
    margin: 0 auto;
  }
  #index h1 {
    font-size: 38px;
  }
  #lead {
    padding: 0;
    margin-top: 20px;
    text-align: left;
  }
  #index #items ul li {
    width: 100%;
    margin: 10px auto 0 auto;
  }
  .bag_items .reco ul li {
    float: none;
    width: 96%;
    margin: 30px auto 0 auto !important;
  }
  .bag_items .reco ul li:first-child {
    margin-top: 0 !important;
  }
  .bag_items h2 {
    font-size: 24px;
    line-height: 1.25;
  }
	#under_title {
  background-image: url(../images/js_titlesp.jpg);
	}
	.vehicle #under_title{
		background-image:url("../images/bs_titlesp.jpg")!important;
	}
  #under_title h1 {
    font-size: 30px;
  }
  #under_title {
    height: 350px;
  }
  .bag_items h3 {
    font-size: 20px;
    line-height: 1.25;
    margin-top: 10px;
  }
  .bag_items .reco h2 {
    font-size: 20px;
  }
}