@charset "UTF-8";

/*共通*/
#valentine_20230110 {
  text-align: center;
  font-size: 16px;
  color: #231714;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#valentine_20230110 a {
  text-decoration: none;
}

#valentine_20230110 .link_hover {
  text-decoration: none;
  transition: 0.4s;
}

#valentine_20230110 .link_hover:hover {
  opacity: 0.7;
  cursor: pointer;
}

/*MV*/
#valentine_20230110 .mv {
  margin: 0 auto 20px;
}
#valentine_20230110 .mv img {
  width: 765px;
}

/*ナビ*/
#valentine_20230110 .navi_area {
  padding: 25px 28px;
  box-sizing: border-box;
  height: 118px;
  background-color:rgba(228,7,23,0.12);
}

#valentine_20230110 .navi {
  display: flex;
  flex-wrap: wrap;
}

#valentine_20230110 .navi li:not(:nth-of-type(2n)) {
  margin-right: 13px;
}

#valentine_20230110 .navi li {
  font-size: 24px;
  font-weight: 600;
  width: calc((99.999% - 14px) / 2);
  height: 66px;
  position: relative;
  box-sizing: border-box;
}

#valentine_20230110 .navi li a {
  color: #4a4133;
  line-height: 1.3;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
