@charset "UTF-8";
/* =====================================================================
*
*    ぶどうの森オリジナルcss ホワイトデー　特集用
*
* =================================================================== */
#whiteday {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4vw;
}
@media (min-width: 768px) {
  #whiteday {
    font-size: 16px;
  }
}
#whiteday .itembox {
  width: 48%;
}
@media (min-width: 768px) {
  #whiteday .itembox {
    width: 30%;
  }
}
#whiteday .itembox .photobox .photo {
  text-align: center;
}
#whiteday .itembox .photobox .photo img {
  max-width: 100%;
}
#whiteday .itembox .textbox h4 {
  margin: min(3vw, 20px) 0 min(3vw, 10px);
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 768px) {
  #whiteday .itembox .textbox h4 {
    font-size: 110%;
  }
}
#whiteday .itembox .textbox .price {
  text-align: center;
  font-size: 130%;
}
#whiteday .itembox .textbox .price span {
  font-size: 75%;
}
#whiteday .itembox .textbox .price .tax {
  font-size: 60%;
}
#whiteday .itembox .textbox .buybtn {
  margin-top: 3vw;
  text-align: center;
}
@media (min-width: 768px) {
  #whiteday .itembox .textbox .buybtn {
    margin-top: 20px;
  }
}
#whiteday .itembox .textbox .buybtn a {
  position: relative;
  display: block;
  background-color: #5aa3e1;
  color: #fff;
  font-size: 100%;
  letter-spacing: 0.1em;
  padding: min(10px, 1.5vw) 0;
  border-radius: min(10vw, 50px);
}
@media (min-width: 768px) {
  #whiteday .itembox .textbox .buybtn a {
    width: 80%;
    margin: 0 auto;
  }
}
#whiteday .itembox .textbox .buybtn a::after {
  position: absolute;
  right: min(2vw, 20px);
  top: 26%;
  content: "▶";
  font-size: 70%;
}
@media (min-width: 768px) {
  #whiteday .itembox .textbox .buybtn a::after {
    right: 20px;
    top: 30%;
  }
}
#whiteday .itembox .textbox .sold {
  margin-top: 5vw;
  font-size: 120%;
  text-align: center;
  color: #ca3b44;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  #whiteday .itembox .textbox .sold {
    margin-top: 35px;
  }
}
#whiteday .item3 {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
#whiteday .item3 .photobox {
  width: 48%;
}
#whiteday .item3 .textbox {
  width: 48%;
}
#whiteday .item3 .textbox h4 {
  margin: 0;
  text-align: left;
}
@media (min-width: 768px) {
  #whiteday .item3 .textbox h4 {
    margin: 20px 0 10px;
    text-align: center;
  }
}
#whiteday .item3 .textbox .price {
  text-align: left;
}
@media (min-width: 768px) {
  #whiteday .item3 {
    width: 30%;
    display: block;
  }
  #whiteday .item3 .photobox {
    width: 100%;
  }
  #whiteday .item3 .textbox {
    width: 100%;
  }
  #whiteday .item3 .textbox .price {
    text-align: center;
  }
}
@media (min-width: 768px) {
  #whiteday .titlebox h1 {
    max-width: 1260px;
    margin: 0 auto;
  }
}
#whiteday .titlebox p {
  width: 90%;
  margin: 5vw auto;
  line-height: 220%;
  letter-spacing: -0.05em;
}
@media (min-width: 768px) {
  #whiteday .titlebox p {
    width: 50%;
    font-size: 18px;
    margin: 50px auto;
  }
}
#whiteday .servicebox {
  background: #fffed6;
  margin-top: 5vw;
  padding: 8vw 0;
}
@media (min-width: 768px) {
  #whiteday .servicebox {
    margin-top: 50px;
    padding: 20px 0;
    font-size: 18px;
  }
}
#whiteday .servicebox .container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 5vw;
}
@media (min-width: 768px) {
  #whiteday .servicebox .container {
    max-width: 1120px;
    flex-direction: row;
    row-gap: 0;
    justify-content: space-between;
  }
}
#whiteday .servicebox .container .service {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  #whiteday .servicebox .container .service {
    width: 48%;
    align-items: center;
  }
}
#whiteday .servicebox .container .service h2 {
  width: 25%;
}
#whiteday .servicebox .container .service .textbox {
  width: 70%;
  padding-top: 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  #whiteday .servicebox .container .service .textbox {
    width: 72%;
    padding-top: 0;
    justify-content: flex-start;
  }
}
#whiteday .servicebox .container .service .textbox .service_icon {
  width: 25%;
}
@media (min-width: 768px) {
  #whiteday .servicebox .container .service .textbox .service_icon {
    width: 20%;
  }
}
#whiteday .servicebox .container .service:last-child p {
  width: 70%;
}
#whiteday .nav ul {
  width: 80%;
  margin: 8vw auto;
  display: flex;
  flex-direction: column;
  row-gap: 5vw;
}
@media (min-width: 768px) {
  #whiteday .nav ul {
    width: 90%;
    max-width: 1120px;
    margin: 50px auto;
    flex-direction: row;
    row-gap: 0;
    justify-content: space-between;
  }
}
#whiteday .nav ul li {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  #whiteday .nav ul li {
    width: 30%;
  }
}
#whiteday .featurebox {
  padding: 10vw 0;
}
@media (min-width: 768px) {
  #whiteday .featurebox {
    padding: 50px 0 80px;
  }
}
#whiteday .featurebox h2 {
  width: 80%;
  margin: 0 auto 8vw;
}
@media (min-width: 768px) {
  #whiteday .featurebox h2 {
    width: 37.5%;
    max-width: 420px;
    margin-bottom: 40px;
  }
}
#whiteday .featurebox .container {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #whiteday .featurebox .container {
    max-width: 1120px;
  }
}
#whiteday .featurebox .container .pickupbox .photobox {
  position: relative;
}
#whiteday .featurebox .container .pickupbox .photobox .icon {
  position: absolute;
  left: 3%;
  top: -5vw;
}
@media (min-width: 768px) {
  #whiteday .featurebox .container .pickupbox .photobox .icon {
    top: -20px;
  }
}
#whiteday .featurebox .container .pickupbox .textbox h3 {
  font-family: "Quicksand", "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 130%;
  line-height: 140%;
  letter-spacing: -0.05em;
}
@media (min-width: 768px) {
  #whiteday .featurebox .container .pickupbox .textbox h3 {
    font-size: 175%;
    letter-spacing: 0;
  }
}
@media (min-width: 768px) {
  #whiteday .featurebox .container .pickupbox .textbox p {
    text-align: justify;
    font-size: 18px;
  }
}
#whiteday .featurebox .container .pickupbox:first-child .photobox .icon {
  width: 18%;
}
#whiteday .featurebox .container .pickupbox:first-child .textbox h3 {
  text-align: center;
  padding: 3vw 0;
}
#whiteday .featurebox .container .pickupbox:not(:first-child) {
  margin-top: 15vw;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  #whiteday .featurebox .container .pickupbox:not(:first-child) {
    margin-top: 100px;
  }
}
#whiteday .featurebox .container .pickupbox:not(:first-child) .photobox {
  width: 46%;
}
#whiteday .featurebox .container .pickupbox:not(:first-child) .photobox .icon {
  width: 35%;
}
#whiteday .featurebox .container .pickupbox:not(:first-child) .textbox {
  width: 50%;
}
#whiteday .featurebox .container .pickupbox:not(:first-child) .textbox h3 {
  padding: 6vw 0 3vw;
}
@media (min-width: 768px) {
  #whiteday .featurebox .container .pickupbox.flex_pc {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 768px) {
  #whiteday .featurebox .container .pickupbox.flex_pc .photobox {
    width: 50%;
  }
}
@media (min-width: 768px) {
  #whiteday .featurebox .container .pickupbox.flex_pc .photobox .icon {
    width: 16%;
  }
}
@media (min-width: 768px) {
  #whiteday .featurebox .container .pickupbox.flex_pc .textbox {
    width: 46%;
  }
}
@media (min-width: 768px) {
  #whiteday .featurebox .container .pickupbox.flex_pc .textbox h3 {
    text-align: left;
    padding: 0 0 30px;
  }
}
#whiteday .featurebox .container .pickupbox.reverse {
  flex-direction: row-reverse;
}
#whiteday .featurebox .container .flexbox {
  width: 100%;
  background: #ffffff;
  margin: 8vw auto 0;
  padding: 8vw 3vw;
  justify-content: space-between;
  row-gap: 10vw;
}
@media (min-width: 768px) {
  #whiteday .featurebox .container .flexbox {
    margin-top: 60px;
    padding: 50px;
    row-gap: 70px;
  }
}
#whiteday #newitem {
  margin-top: 10vw;
  background: repeating-linear-gradient(90deg, #e5fbfd, #e5fbfd 10px, #f2fdfe 10px, #f2fdfe 20px);
}
@media (min-width: 768px) {
  #whiteday #newitem {
    margin-top: 80px;
    background: repeating-linear-gradient(90deg, #e5fbfd, #e5fbfd 15px, #f2fdfe 15px, #f2fdfe 30px);
  }
}
#whiteday #newitem h2 {
  width: 65%;
  margin: 0 auto 5vw;
}
@media (min-width: 768px) {
  #whiteday #newitem h2 {
    width: 30%;
    max-width: 330px;
    margin-bottom: 50px;
  }
}
#whiteday #priceitem {
  background: repeating-linear-gradient(-45deg, #fffdec, #fffdec 10px, #fffef6 10px, #fffef6 20px);
}
@media (min-width: 768px) {
  #whiteday #priceitem {
    background: repeating-linear-gradient(-45deg, #fffdec, #fffdec 15px, #fffef6 15px, #fffef6 30px);
  }
}
#whiteday #priceitem ul {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  row-gap: 5vw;
  column-gap: 5vw;
}
@media (min-width: 768px) {
  #whiteday #priceitem ul {
    max-width: 1120px;
    row-gap: 0;
    column-gap: 20px;
  }
}
#whiteday #priceitem ul li {
  width: calc((100% - 5vw) / 2);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  #whiteday #priceitem ul li {
    width: calc((100% - 60px) / 4);
  }
}
#whiteday #quantityitem {
  background: repeating-linear-gradient(90deg, #e1effa, #e1effa 10px, #f0f7fd 10px, #f0f7fd 20px);
}
@media (min-width: 768px) {
  #whiteday #quantityitem {
    background: repeating-linear-gradient(90deg, #e1effa, #e1effa 15px, #f0f7fd 15px, #f0f7fd 30px);
  }
}
#whiteday #quantityitem .disc {
  width: 90%;
  margin: 0 auto 12vw;
  line-height: 220%;
  letter-spacing: -0.05em;
}
@media (min-width: 768px) {
  #whiteday #quantityitem .disc {
    width: 50%;
    margin: 0 auto 70px;
  }
}
#whiteday #quantityitem .container .pickupbox .photobox .icon {
  left: auto;
  right: 5%;
  top: -6vw;
}
@media (min-width: 768px) {
  #whiteday #quantityitem .container .pickupbox .photobox .icon {
    top: -30px;
  }
}
#whiteday .bannerbox {
  width: 90%;
  margin: 15vw auto 0;
}
@media (min-width: 768px) {
  #whiteday .bannerbox {
    max-width: 1120px;
    margin: 100px auto 0;
  }
}
#whiteday .bannerbox p {
  font-size: 90%;
  text-align: center;
  margin-top: 3vw;
}
@media (min-width: 768px) {
  #whiteday .bannerbox p {
    margin-top: 10px;
  }
}