.pc {
    display: block;
}
.sp {
    display: none;
}
.section__block--top-page {
  max-width: 1100px;
}

.slider {
  margin-top: 0;
}
.slider .bx-wrapper {
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-caption {
  text-align: center;
  top: 0;
  bottom: auto;
}

#slider img {
  display: block;
  margin: 0 auto;
}

.banner__section {
  margin-top: 2px;
}

.top_about {
  background:url(https://img21.shop-pro.jp/PA01437/522/etc/about_bg.png?cmsp_timestamp=20200627183541) no-repeat;
  background-size:contain;
  background-position:top right;
  text-align:left;
  padding:60px 0 30px;
  margin-bottom:50px;
}
.top_about div {
  margin:0 auto;
}
.top_about h2 {
  font-size:2em;
  letter-spacing: .2em;
}
.top_about p {
  font-size:1.2em;
  letter-spacing: .1em;
  line-height:2em;
  max-width:400px;
  margin-bottom:40px;
}
.top_about a {
  display:inline-block;
  padding:10px 30px;
  min-width:300px;
  box-sizing:border-box;
  text-align:center;
  border: 1px solid #15284b;
  position:relative;
  transition:.5s;
}
.top_about a::after {
  content:url(https://img21.shop-pro.jp/PA01437/522/etc/arrow.png?cmsp_timestamp=20200627192136);
  position:absolute;
  top:20px;
  right:40px;
  zoom:.9;
  transition:.5s;
}
.top_about a:hover { 
  background:#15284b;
  color:#fff;
  text-decoration:none;
}
.top_about a:hover::after {
  right:20px;
}
.news__lists {
  list-style-type: none;
  margin: 0 0 2em;
}

.news__list {
  margin-bottom: .5em;
}

.news__date {
  margin-right: 1em;
}
.showroom_bnr img {
  width: 100%;
  max-width:950px;
}
#info_wrap {
  /*border-bottom:1px solid #15284b;
  padding-bottom:20px;*/
  margin-bottom:80px;
}
#history_wrap {
  background:#f3f3f0;
  overflow:hidden;
}

.hot_selling_wrap h3 {
  text-align:center;
  font-size:1.4em;
  font-weight:normal;
  margin-bottom:40px;
}
.hot_selling_wrap div.bx-wrapper {
  border-bottom:1px solid #15284b;
  margin-bottom:60px !important;
}
.hot_selling_wrap div:last-child {
  border:none;
}
.top_bnr {
  max-width:1000px;
  margin:0 auto 40px;
  padding:0;
  text-align:center;
}
.top_bnr li {
  max-width:49%;
  list-style:none;
  display:inline-block;
  box-sizing:border-box;
  padding:10px;
}
.top_bnr li img {
  max-width:100%;
}

.showroom_bnr {
  margin-top:60px;
  text-align:center;
}
.showroom_bnr .sp_bnr {
  display:none;
}
@media screen and (max-width:768px) { 
.pc {
    display: none;
}
.sp {
    display: block;
}
  .top_about {
    padding:60px 0 20px;
    margin-bottom:10px;
  }
  .top_about h2 {
    font-size:1.5em;
  }
  .top_about p {
    font-size:1em;
    line-height:1.5em;
    letter-spacing:.05em;
    background: rgba(255,255,255,.8);
  }
  .top_about a {
    width:100%;
  }
  .top_bnr {
    margin:0 -20px 20px;
  }
  .top_bnr li {
    padding:0 0 2px;
  }
  .showroom_bnr {
    margin-top:30px;
  }
  .showroom_bnr .sp_bnr {
    display:inline;
  }
  .showroom_bnr .pc_bnr {
    display:none;
  }
  
}