@charset "utf-8";
/* CSS Document */
/*common*/
main {
  overflow: hidden;
}
.button-1 {
  text-align: center;
  padding: 40px 0;
}
.button-1 a {
  width: 190px;
  height: 50px;
  margin: 0 2%;
  padding: 10px;
  display: inline-block;
  background: #000;
  box-shadow: 2px 2px 5px #aaa;
  border-radius: 100vh;
}
.button-1 a:hover {
  box-shadow: 5px 5px 10px #ddd;
}
/*mv*/
.mv-pc {
  text-align: center;
  margin-top: 15px;
}
.mv-pc img {
  max-width: 1100px;
}
.title-1 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding: 70px 0 50px;
}
/*section-items*/
.title-2 {
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  margin-bottom: 60px;
}
.section-items .inner {
  width: 800px;
  margin: 0 auto;
}
.section-items .info {
  width: 800px;
  margin: 0 auto;
  text-align: center;
}
.section-items .info img {
  width: 40%;
  margin-bottom: 10px;
}
.section-items .info dl {
  width: 100%;
  text-align: left;
  font-size: 13px;
  margin-bottom: 5px;
}
.section-items .info dt {
  width: 100px;
  text-align: center;
  display: inline-block;
  background: #555;
  color: #fff;
}
.section-items .info dd {
  width: 600px;
  display: inline-block;
  margin-left: 10px;
}
/*section-brand*/
.section-brand {
  background: #af2323;
  padding: 60px 0;
  color: #fff;
}
.section-brand .inner {
  width: 960px;
  margin: 0 auto;
}
.section-brand h3 {
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.section-brand p {
  font-weight: normal;
}
/*section-lineup*/
.section-lineup .inner {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
@media screen and (min-width: 769px) {
	.hidden-pc {display: none;}
  .slick-list {
    text-align: center;
  }
  .slick-slide {
    margin: 0 2% 2% !important;
    width: 21% !important;
    float: none !important;
    display: inline-block !important;
  }
  .slick-slide .slick-track {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    text-align: center !important;
  }
	
}
.title-4 {
  text-align: center;
  border: 1px solid #000;
  margin-bottom: 30px;
}
.section-lineup .title-3 span {
  font-size: 30px;
  display: block;
}
.section-lineup h4 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 10px;
}
/*section-shops*/
.section-shops .inner {
  width: 960px;
  margin: 0 auto;
}
.section-shops li {
  margin-bottom: 30px;
}
.section-shops h3 {
  margin-bottom: 40px;
}
.section-shops h4 {
  font-size: 2rem;
  font-weight: bold;
  margin: 38px 0 50px;
}
.section-shops li {
  border-bottom: 1px solid #ccc;
}
.section-shops dl {}
.section-shops dt {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.section-shops dd {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.section-shops p {
  margin-bottom: 40px;
}
/*-----------
	slider
----------- */
.slider {
  width: 100%;
  margin: 0 auto;
}
.slick-slide {
  margin: 0;
}
.slick-slide img {
  width: 100%;
}
/*slide-items*/
.slide-items .items .slick-track {}
.slide-items .items {}
/*smart phone*/
@media screen and (max-width: 768px) {
	.image-sp-only {width: 90%; margin: 60px auto 0;}
  .hidden-sp {
    display: none;
  }
  /*common*/
  .section-items .info, .section-items .inner, .section-brand .inner {
    width: 96%;
  }
  .button-1 {
    padding: 20px 0;
  }
  .title-1 {
    font-size: 30px;
    letter-spacing: 0;
  }
  /*section-items*/
  .title-2 {
    font-size: 35px;
  }
  .section-items .info img {
    width: 70%;
    margin-bottom: 20px;
  }
  .section-items .info dt, .section-items .info dd {
    padding: 3px 5px;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .section-items .info dt {
    border: 0;
	  background: #f2f2f2;
	  color: #000;
  }
  /*section-brand*/
  .section-brand h3 {
    text-align: center;
    margin-bottom: 50px;
  }
  /*section-lineup*/
	.slick-slide p {text-align: center; padding: 20px 0;}
  .section-lineup {
    padding: 25px 0;
  }
  .section-lineup .title-3 span {
    font-size: 16px;
  }
  .section-lineup .title-3 {
    font-size: 30px;
    margin-bottom: 18px;
    line-height: 1.6;
  }
  .section-lineup .inner {
    width: 96%;
    padding: 10px;
  }

  .section-lineup h4 span {
    padding: 8px;
    margin-right: 8px;
  }
  /*.section-shops*/
  .section-shops .inner {
    width: 84%;
  }
  .section-shops h4 {
    font-size: 23px;
	  text-align: center;
  }
} /*smart phone*/