@charset "UTF-8";

#valentine_20250109 .pc {
  display: block;
}

#valentine_20250109 .sp {
  display: none;
}

/*共通*/
#valentine_20250109 {
  text-align: center;
  font-size: 16px;
  color: #231714;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#valentine_20250109 a {
  text-decoration: none;
}

#valentine_20250109 .link_hover {
  text-decoration: none;
  transition: 0.4s;
}

#valentine_20250109 .link_hover:hover {
  opacity: 0.7;
  cursor: pointer;
}

/*MV*/
#valentine_20250109 .mv {
  margin: 0 auto 20px;
}

#valentine_20250109 .mv img {
  width: 765px;
}

/*ナビ*/
#valentine_20250109 .navi_area {
  padding: 25px 28px;
  box-sizing: border-box;
  height: 118px;
  background-color: rgba(228, 7, 23, 0.12);
}

#valentine_20250109 .navi {
  display: flex;
  flex-wrap: wrap;
}

#valentine_20250109 .navi li:not(:nth-of-type(2n)) {
  margin-right: 13px;
}

#valentine_20250109 .navi li {
  font-size: 24px;
  font-weight: 600;
  width: calc((99.999% - 14px) / 2);
  height: 66px;
  position: relative;
  box-sizing: border-box;
}

#valentine_20250109 .navi li a {
  color: #4a4133;
  line-height: 1.3;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #valentine_20250109 .pc {
    display: none;
  }

  #valentine_20250109 .sp {
    display: block;
  }

  /*共通*/
  #valentine_20250109 {
    width: 100%;
    text-align: center;
    font-size: 3.47vw;
    margin: 0;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
  }

  #valentine_20250109 img {
    width: 100%;
  }

  #valentine_20250109 a {
    text-decoration: none;
  }

  #valentine_20250109 .link_hover {
    text-decoration: none;
    transition: 0.4s;
  }

  #valentine_20250109 .link_hover:hover {
    opacity: 0.7;
    cursor: pointer;
  }

  /*MV*/
  #valentine_20250109 .mv {
    margin: 0;
  }

  /*ナビ*/
  #valentine_20250109 .navi_area {
    padding: 4.8vw 10vw;
    box-sizing: border-box;
    background-color: rgba(228, 7, 23, 0.12);
  }

  #valentine_20250109 .navi {
    display: flex;
    flex-wrap: wrap;
  }

  #valentine_20250109 .navi li:not(:nth-of-type(2n)) {
    margin-right: 20px;
  }

  #valentine_20250109 .navi li {
    font-size: 3.467vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    outline: 1.5px solid #695b46;
    outline-offset: -2vw;
    width: calc((100% - 20px) / 2);
    padding: 2em;
    position: relative;
    box-sizing: border-box;
  }



  #valentine_20250109 .navi li a {
    color: #4a4133;
    line-height: 1.3;
    position: absolute;
    display: flex;
    justify-content: center;
    letter-spacing: -0.05em;
    width: 100%;
    top: 54%;
    transform: translateY(-54%);
    -webkit-transform: translateY(-54%);
  }


}