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

.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;
}

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

.introduction h1 img{
  width:423px;
}

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

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

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

.producer a{
  display:inline-block;
  width:200px;
  margin:5px;
  padding:10px 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 img{
  width:180px;
}

.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;
}

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

.news li{
  display:inline-block;
  width:300px;
  height:120px;
  margin:5px;
  background:rgba(0,0,0,0.8);
  border-radius:10px;
  transition:0.6s;
  color:rgba(255,255,240,1);
}

.news li:hover{
  opacity:0.5;
}

.news a, .news a:hover{
  color:rgba(255,255,240,1);
}

.date{
  display:flex;
  justify-content:center;
  align-items:center;
  margin-top:10px;
  height:20px;
}

.topic1{
  display:flex;
  justify-content:center;
  align-items:center;
  height:60px;
  font-size:20px;
  line-height:1.25em;
}

.topic2{
  display:flex;
  justify-content:center;
  align-items:center;
  height:120px;
  font-size:20px;
  line-height:1.25em;
}

.popup{
  display:flex;
  justify-content:center;
  align-items:center;
  height:20px;
  background:linear-gradient(to right,rgba(192,0,0,0),rgba(192,0,0,1),rgba(192,0,0,0));
}

.exhibition{
  display:flex;
  justify-content:center;
  align-items:center;
  height:20px;
  background:linear-gradient(to right,rgba(0,128,0,0.2),rgba(0,128,0,1),rgba(0,128,0,0.2));
}

  