@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Poppins:wght@300;500;600&display=swap");
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

h2 + p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: .05em;
}

#news dl {
  font-size: 14px;
  line-height: 20px;
  margin-top: 40px;
}
#news dl dt {
  float: left;
  clear: left;
  width: 80px;
  padding: 25px 20px;
  font-family: "Poppins", sans-serif;
  color: #4B1E00;
}
#news dl dd {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 120px;
  width: 100%;
  border-bottom: solid 1px #eee;
  margin: 0;
}
#news dl dd a {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 70px 25px 0;
  width: 100%;
  height: 70px;
  overflow: hidden;
}
#news dl dd a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #888;
  border-right: solid 1px #888;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto;
}

#catalog {
  margin-bottom: 90px;
  border-bottom: solid 1px #EEE;
}
#catalog > p {
  margin: 40px 0;
}
#catalog ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
}
#catalog ul li {
  flex-basis: 30%;
  align-self: flex-start;
  list-style-type: none;
  margin: 0 0 90px;
  padding: 0;
  text-align: center;
}
#catalog ul li figure {
  position: relative;
  width: 100%;
  padding-top: 140%;
  margin: 0;
  overflow: hidden;
}
#catalog ul li figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#catalog ul li h6 {
  margin: 20px auto;
  font-weight: 600;
  font-size: 12px;
  color: #999;
}
#catalog ul li h4 {
  margin: 10px auto;
  font-size: 18px;
  line-height: 1.2;
  color: #6A3906;
}
#catalog ul li h5 {
  margin: 0 auto 20px;
  font-size: 12px;
  font-weight: 600;
  color: #DBAA30;
}
#catalog ul li a {
  display: block;
  border: solid 1px #eee;
  font-size: 13px;
  line-height: 45px;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  color: #333;
}
#catalog ul li a:hover {
  background-color: #333;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #catalog ul li {
    flex-basis: 46%;
  }
}


.ttl-h2 {
  margin:0 0 1em 0;
  color: #4d4d4d;
  font-weight: normal;
  font-size: 160%;
  line-height: 1.5;
}
.ttl-h3 {
  margin-bottom: .7em;
  padding: 20px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  color: #4d4d4d;
  font-weight: normal;
  font-size: 124%;
}

#infoBtn a.txt{
  display: block;
  box-sizing: border-box;
  background: #ba131b;
  color: #fff;
  padding: 1em;
  font-size: 160%;
}

#infoBtn p{
  box-sizing: border-box;
  background: #ff0;
  color: #000;
  padding: 0.8em 1em;
  font-size: 140%;
  font-weight: 700;
  margin-top: 5%;
}

#infoBtn a{
  display: block;
  margin-top: 5%;
}

#infoBtn{
  margin: 60px auto;
}
