/******** 会社紹介 ********/

.introduction{
  margin-top:45px;
  width:100%;
  height:480px;
  background:url('https://ancient-w.main.jp/map/map_pc.png');
  background-size:auto;
  background-position:center;
  border-top:solid #e0c080 1px;
  border-bottom:solid #e0c080 1px;
}

h1.theme{
  margin:-40px auto 50px auto;
  padding:0;
  height:initial;
  background:none;
}

h1.theme img{
  width:423px;
}

.introduction .ancient{
  text-shadow:0 0 10px rgba(0,0,0,0.5);
}

.introduction p{
  text-shadow:0 0 5px rgba(0,0,0,0.5);
}

/******** 取扱メーカー ********/

.producer{
  display:flex;
  flex-wrap: wrap;
  justify-content:center;
  margin:25px auto 25px auto;
  padding:0;
  list-style:none;
}

.producer a{
  display:inline-block;
  width:200px;
  margin:5px;
  padding:20px;
  background:rgba(0,0,0,0.8);
  border-radius:10px;
  transition:0.6s;
  color:rgba(255,255,240,1);
}

.producer a:hover{
  background:rgba(0,0,0,0.5);
  color:rgba(255,255,240,1);
  text-shadow:none;
}

.producer div.japanese{
  margin:0;
  line-height:1;
  font-size:18px;
  font-weight:900;
}

.producer div.english{
  margin:0.25em 0 0 0;
  line-height:1;
  font-size:14px;
  color:#e0b080;
}

.learnmore{
  margin-top:-10px;
}

.learnmore img{
  width:120px;
}

/******** スライドショー ********/

.bx-wrapper .bx-viewport{
border:0 !important;
box-shadow:none !important;
left:0 !important;
width:1080px !important;
background:transparent !important;
}
