@charset "UTF-8";
/* =====================================================================
*
*    ぶどうの森オリジナルcss バレンタイン　特集用
*
* =================================================================== */
#catday {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(4vw, 18px);
}
#catday .itembox {
  width: 46%;
  margin-bottom: min(10vw, 60px);
}
@media (min-width: 768px) {
  #catday .itembox {
    width: 30%;
  }
}
#catday .itembox .photobox .photo {
  text-align: center;
}
#catday .itembox .photobox .photo img {
  max-width: 100%;
}
#catday .itembox .textbox h5 {
  margin: min(3vw, 20px) 0 min(3vw, 10px);
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 768px) {
  #catday .itembox .textbox h5 {
    font-size: 110%;
  }
}
#catday .itembox .textbox .price {
  text-align: center;
  font-size: 120%;
  letter-spacing: 0.05em;
}
#catday .itembox .textbox .price span {
  font-size: 75%;
}
#catday .itembox .textbox .price .tax {
  font-size: 60%;
}
#catday .itembox .textbox .buybtn {
  margin-top: 3vw;
  text-align: center;
}
@media (min-width: 768px) {
  #catday .itembox .textbox .buybtn {
    margin-top: 20px;
  }
}
#catday .itembox .textbox .buybtn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d9862c;
  color: #fff;
  font-size: 100%;
  letter-spacing: 0.1em;
  border-radius: min(10vw, 50px);
  padding: min(10px, 1.5vw) 0;
}
@media (min-width: 768px) {
  #catday .itembox .textbox .buybtn a {
    width: 80%;
    margin: 0 auto;
  }
}
#catday .itembox .textbox .buybtn a::after {
  display: block;
  content: "";
  width: min(3.5vw, 20px);
  height: 100%;
  background: url(../../Contents/ImagesPkg/special/catday2026/box_button_arrow.png) center no-repeat;
  background-size: contain;
  position: absolute;
  right: min(2vw, 20px);
}
#catday .itembox .textbox .soon {
  margin-top: 3vw;
  text-align: center;
  color: #d9862c;
  background: url(../../Contents/ImagesPkg/special/catday2026/box_button_arrow.png) left no-repeat, url(../../Contents/ImagesPkg/special/catday2026/box_button_arrow.png) right no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  #catday .itembox .textbox .soon {
    margin-top: 20px;
    width: 80%;
  }
}
#catday .itembox .textbox .soon::after {
  display: block;
  content: "";
  width: min(3.5vw, 20px);
  height: 100%;
  background: url(../../Contents/ImagesPkg/special/catday2026/box_button_arrow.png) center no-repeat;
  background-size: contain;
  position: absolute;
  right: min(2vw, 20px);
}
@media (min-width: 768px) {
  #catday .item4 .itembox {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 48%;
  }
  #catday .item4 .itembox .photobox {
    width: 50%;
  }
  #catday .item4 .itembox .textbox {
    width: 45%;
  }
  #catday .item4 .itembox .textbox h5 {
    text-align: left;
    margin-top: 0;
  }
  #catday .item4 .itembox .textbox .price {
    text-align: left;
  }
  #catday .item4 .itembox .textbox a {
    width: 100%;
  }
}
#catday .titlebox div {
  width: min(100%, 1260px);
  margin: 0 auto;
}
#catday .titlebox h1 {
  font-family: "Quicksand", "Zen Maru Gothic", serif;
  font-size: min(5.3vw, 30px);
  font-weight: bold;
  line-height: 150%;
  color: #634f39;
  text-align: center;
  margin: min(5vw, 40px) 0;
}
#catday .titlebox p {
  width: min(90%, 840px);
  line-height: 200%;
  letter-spacing: -0.05em;
  margin: 0 auto;
  padding-bottom: min(25vw, 140px);
  background: url(../../Contents/ImagesPkg/special/catday2026/main_bk.png) no-repeat;
  background-position: bottom min(10vw, 60px) right;
  background-size: min(50%, 280px);
}
#catday .brandbox {
  position: relative;
  background-color: #fff9e3;
  padding: min(10vw, 60px) 0 min(12vw, 80px);
}
#catday .brandbox .title {
  color: #ca751a;
  font-family: "Quicksand", "Zen Maru Gothic", serif;
}
#catday .brandbox .title .subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: min(1.5vw, 15px);
}
#catday .brandbox .title .subtitle img {
  width: min(15vw, 80px);
}
#catday .brandbox .title .subtitle p {
  font-size: min(4.2vw, 24px);
  font-weight: bold;
}
#catday .brandbox .title h2 {
  font-family: "Quicksand", "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: min(6.5vw, 36px);
  line-height: 130%;
  letter-spacing: 0em;
  text-align: center;
  margin: min(1.5vw, 5px) auto min(4vw, 30px);
}
#catday .brandbox .disc {
  line-height: 220%;
  letter-spacing: -0.05em;
  width: min(90%, 800px);
  margin: 0 auto;
  text-align: justify;
}
#catday .brandbox .pickupbox {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  width: min(90%, 1000px);
  margin: min(10vw, 70px) auto;
}
@media (min-width: 768px) {
  #catday .brandbox .pickupbox {
    align-items: center;
  }
}
#catday .brandbox .pickupbox .photobox {
  width: 45%;
  position: relative;
}
#catday .brandbox .pickupbox .photobox .icon {
  width: min(30%, 70px);
  position: absolute;
  top: max(-4vw, -20px);
  left: 0;
  z-index: 3;
}
@media (min-width: 768px) {
  #catday .brandbox .pickupbox .photobox .icon {
    left: 30px;
  }
}
#catday .brandbox .pickupbox .photobox .photo {
  width: min(95%, 370px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#catday .brandbox .pickupbox .photobox .photo .pickup1 {
  width: 45%;
  bottom: -10vw;
  right: 0;
}
@media (min-width: 768px) {
  #catday .brandbox .pickupbox .photobox .photo .pickup1 {
    width: 35%;
    bottom: -30px;
    right: max(-2.5vw, -40px);
  }
}
#catday .brandbox .pickupbox .photobox .photo .pickup2 {
  width: 60%;
  bottom: -6vw;
  right: -1vw;
}
@media (min-width: 768px) {
  #catday .brandbox .pickupbox .photobox .photo .pickup2 {
    width: 40%;
    bottom: -30px;
    right: max(-2.5vw, -40px);
  }
}
#catday .brandbox .pickupbox .textbox {
  width: 50%;
}
#catday .brandbox .pickupbox .textbox h3 {
  font-size: min(4.5vw, 24px);
  letter-spacing: -0.05em;
  font-weight: bold;
  margin-bottom: min(3vw, 25px);
}
#catday .brandbox .pickupbox .textbox p {
  text-align: justify;
}
#catday .brandbox .lineupbox {
  width: min(90%, 1120px);
  margin: 0 auto;
  background-color: #fff;
  border-radius: min(5.5vw, 40px);
}
#catday .brandbox .lineupbox h4 {
  width: min(30%, 150px);
  margin: 0 auto;
  padding: min(4.5vw, 30px) 0;
}
#catday .brandbox .lineupbox .flexbox {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  flex-flow: row wrap;
  width: 90%;
  margin: 0 auto;
}
#catday .brandbox:nth-child(odd) {
  background-color: #fff5c1;
}
#catday .brandbox::before {
  display: block;
  content: "";
  position: absolute;
  top: max(-3vw, -20px);
  width: 100%;
  height: min(6.7vw, 40px);
  background: url(../../Contents/ImagesPkg/special/catday2026/box_bk1.png) center repeat-x;
  background-size: contain;
}
#catday .brandbox:nth-child(odd)::before {
  background: url(../../Contents/ImagesPkg/special/catday2026/box_bk2.png) center repeat-x;
  background-size: contain;
}
#catday .bannerbox {
  width: min(90%, 1120px);
  margin: min(15vw, 100px) auto 0;
}
#catday .bannerbox p {
  font-size: 90%;
  text-align: center;
  margin-top: min(3vw, 10px);
}