@charset "UTF-8";

#winefair-20230914 .mv{
  background-color: #f1ebdf;
}


#winefair-20230914 .mv img {
  width: 765px;
  height: auto;
}
#winefair-20230914 .mv img.backtotop {
  position: absolute;
  top: 71.6px;
  right: 0;
  width: 229px;
  height: 53px;
}
#winefair-20230914 .mv p {
  font-size: 18px;
  color: #9e7427;
  font-weight: bold;
  text-align: center;
  padding: 32px 0 20px;
  background-color: #f1ebdf;
  line-height: 1;
}
#winefair-20230914 .mv ul {
  padding: 15px 27.5px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#winefair-20230914 .mv ul li {
  margin-right: 10px;
  width: calc((100% - 30px) / 4);
  height: 60px;
      
}
#winefair-20230914 .mv ul li:nth-child(4) {
  margin-right: 0;
}
#winefair-20230914 .mv ul li a {
  position: relative;
  background-color: #fff;
  border: 2px solid #c93b3b;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #c93b3b;
  text-align: center;
  justify-content: center;    
  width: 100%;
  height: 100%;
  flex-direction: column;    
  display: flex;
  line-height: 1.2;
}
#winefair-20230914 .mv ul li:nth-of-type(2) a {
  border-color: #868e40;
  color: #868e40;
}
#winefair-20230914 .mv ul li:nth-of-type(3) a {
  border-color: #908542;
  color: #908542;
}
#winefair-20230914 .mv ul li:nth-of-type(4) a {
  border-color: #B46775;
  color: #B46775;
}
#winefair-20230914 .mv ul li a span {
  font-size: 14px;
}
#winefair-20230914 .mv ul li a:hover {
  text-decoration: none;
}
#winefair-20230914 .mv ul li a::after {
  content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #d76d6d;
    border-right: solid 2px #d76d6d;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
}
#winefair-20230914 .mv ul li:nth-of-type(2) a::after {
  border-color: #a4ad56;
}
#winefair-20230914 .mv ul li:nth-of-type(3) a::after {
  border-color: #ada156;
}
#winefair-20230914 .mv ul li:nth-of-type(4) a::after {
  border-color: #d18391;
}

#winefair-20230914 .mv ul li.all {
  width: 100%;
  height: 60px;
  margin-right: 0;
  margin-top: 15px;    
}


#winefair-20230914 .mv ul li.all a {
  width: 100%;
  height: 100%;    
  box-sizing: border-box;
  background-color: #906030;
  border-radius: 5px;
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;      
}

#winefair-20230914 .mv ul li.all a::after {
  content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #c8b098;
    border-right: solid 2px #c8b098;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
}


#winefair-20230914 .attention-txt {
  color: #C93B3B;
  font-size: 15px;
  font-weight: bold;    
  width: 686px;
  margin: 30px auto 0;
  text-align: left;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;    
}