.cw .dia_top {
  margin: 0 0 110px 0;
  background-image: url("../img/diamondfair_top.jpg");
  background-size: contain;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cw .dia_top {
    background-image: url("../img/diamondfair_top_sp.jpg");
  }
}
.cw .DiamondCollection2026__Links {
  margin: 0 auto 150px auto;
  max-width: 1100px;
  width: 95%;
}
.cw .DiamondCollection2026__Links ul {
  display: flex;
  justify-content: space-between;
}
.cw .DiamondCollection2026__Links ul li {
  width: 32%;
  text-align: center;
}
.cw .DiamondCollection2026__Links ul li a {
  display: block;
  padding: 20px 0;
  background-color: #4C84A6;
  color: #fff;
  font-weight: 400;
}
.cw .DiamondCollection2026__Links ul li a:hover {
  background-color: #5a9fc9;
  text-decoration: underline;
}
.cw .DiamondCollection2026 {
  margin: 0 auto 150px auto;
  width: 95%;
  max-width: 1100px;
}
.cw .DiamondCollection2026 h2 {
  margin: 0 0 50px 0;
  padding: 0 0 15px 0;
  border-bottom: 0.25px solid #000;
  text-align: center;
  font-size: 30px;
}
.cw .DiamondCollection2026 dl {
  display: block;
  margin: 0 auto 30px auto;
  padding: 100px 0;
  width: 95%;
  max-width: 700px;
  background-color: #71aaa8;
  color: #FFF;
  text-align: center;
}
.cw .DiamondCollection2026 dl dt {
  float: none;
  margin: 0 0 21px 0;
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}
.cw .DiamondCollection2026 dl dd {
  float: none;
  width: 100%;
  color: #fff;
}
.cw .DiamondCollection2026 dl dd h3 {
  color: #fff;
  font-size: 5rem;
}
.cw .DiamondCollection2026 p {
  text-align: center;
}
.cw .LastCollection2026 {
  margin: 0 auto 150px auto;
  width: 95%;
  max-width: 1100px;
}
.cw .LastCollection2026 h2 {
  margin: 0 0 50px 0;
  padding: 0 0 15px 0;
  border-bottom: 0.25px solid #000;
  text-align: center;
  font-size: 30px;
}
.cw .LastCollection2026 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cw .LastCollection2026 ul li {
  margin: 0 0 20px 0;
  width: 24%;
  height: auto;
  border: 1px solid #999;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .cw .LastCollection2026 ul li {
    width: 49%;
  }
}
.cw .LastCollection2026 ul li p span {
  color: #9F3737;
}/*# sourceMappingURL=diamondfair2026.css.map */