@charset "UTF-8";
#winegift-20201125 .link-hover {
  cursor: pointer;
}

#winegift-20201125 .link-hover:hover {
  opacity: .7;
}

#winegift-20201125 .w100 {
  width: 100%;
}

#winegift-20201125 .text-center {
  text-align: center;
}

#winegift-20201125 .text-left {
  text-align: left;
}

#winegift-20201125 .text-right {
  text-align: right;
}

#winegift-20201125 a:hover {
  text-decoration: none;
}

#winegift-20201125 .block {
  display: block;
}

#winegift-20201125 .clearboth {
  clear: both;
}

#winegift-20201125 .link-hover:hover {
  opacity: .7;
}

#winegift-20201125 .contents {
  margin-bottom: 49px;
}

#winegift-20201125 .anchor-nav {
  border-bottom: 1px solid #ccaa5a;
}

#winegift-20201125 .anchor-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}

#winegift-20201125 .anchor-nav ul li {
  position: relative;
}

#winegift-20201125 .anchor-nav ul li:first-child::after {
  background-image: url(../../../images/campaign/20201125_winegift/img-divider01.jpg);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 3px;
  z-index: 1;
  right: -3px;
}

#winegift-20201125 .wine-gift {
  background-color: #6a0f11;
  border-bottom: 1px solid #ccaa5a;
  padding: 0 25px 29px;
}

#winegift-20201125 .wine-gift .wine-gift__ttl {
  padding: 19px 0;
}

#winegift-20201125 .wine-gift .wine-gift__body .item-info {
  background-color: #fff;
  position: relative;
}

#winegift-20201125 .wine-gift .wine-gift__body .item-info::before {
  background-image: url(../../../images/campaign/20201125_winegift/bg-grapes01.gif);
  content: "";
  height: 153px;
  position: absolute;
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  width: 97px;
  z-index: 1;
}

#winegift-20201125 .wine-gift .wine-gift__body .item-info:not(:last-of-type) {
  margin-bottom: 30px;
}

#winegift-20201125 .wine-gift .wine-gift__body .item-info--reverse::before {
  right: auto;
  -webkit-transform: none;
          transform: none;
}

#winegift-20201125 .wine-gift .wine-gift__body .item-info--reverse .summary {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

#winegift-20201125 .wine-gift .wine-gift__body .item-info--reverse .summary .summry__img {
  padding-left: 0;
  padding-right: 20px;
}

#winegift-20201125 .wine-gift .wine-gift__body .item-info--reverse .summary .summry__txt {
  padding-left: 20px;
  position: relative;
}

#winegift-20201125 .wine-gift .wine-gift__body .item-info--reverse .summary .summry__txt .price--absolute {
  bottom: 0;
  left: 33px;
  position: absolute;
  right: auto;
}

#winegift-20201125 .wine-gift .wine-gift__body .item-info--reverse .summary .summry__txt .price--absolute .price__sale {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#winegift-20201125 .wine-gift .summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

#winegift-20201125 .wine-gift .summary .summry__img {
  padding-left: 20px;
  padding-top: 20px;
}

#winegift-20201125 .wine-gift .summary .summry__txt {
  position: relative;
  z-index: 2;
}

#winegift-20201125 .wine-gift .summary .summry__txt .summry__txt__desc {
  color: #303030;
  font-size: 16px;
  line-height: 1.63;
  font-weight: bold;
  padding: 13px 20px 0 13px;
}

#winegift-20201125 .wine-gift .summary .summry__txt .price {
  padding-right: 16px;
}

#winegift-20201125 .wine-gift .summary .summry__txt .price .price__sale {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#winegift-20201125 .wine-gift .summary .summry__txt .price .price__proviso {
  text-align: right;
}

#winegift-20201125 .wine-gift .summary .summry__txt .price--absolute {
  bottom: 0;
  padding-right: 0;
  position: absolute;
  right: 13px;
}

#winegift-20201125 .wine-gift .detail {
  background-color: #fffbf1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px 20px;
}

#winegift-20201125 .wine-gift .detail .item {
  width: calc((100% - 20px) / 2);
}

#winegift-20201125 .wine-gift .detail .item .item__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 7px;
}

#winegift-20201125 .wine-gift .detail .item .item__head .item__head__name {
  color: #8f901a;
  font-size: 19px;
  line-height: 1.42;
  font-weight: bold;
  padding-left: 10px;
}

#winegift-20201125 .wine-gift .detail .item:nth-child(2n) {
  margin-left: 20px;
}

#winegift-20201125 .wine-gift .detail .item:nth-child(2n) .item__head .item__head__name {
  color: #be0004;
}

#winegift-20201125 .wine-gift .detail .item .item__head__body p {
  color: #535353;
  font-size: 14px;
  line-height: 1.57;
  font-weight: normal;
}

#winegift-20201125 .wine-gift .purchase-btn {
  padding-bottom: 20px;
  background-color: #fffbf1;
}

#winegift-20201125 .wine-gift--solo-wine {
  background-color: #134067;
}

#winegift-20201125 .wine-gift--solo-wine .wine-gift__body .item-info .price-full {
  margin-bottom: 15px;
  padding-right: 20px;
}

#winegift-20201125 .wine-gift--solo-wine .wine-gift__body .item-info .price-full .price__normal {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#winegift-20201125 .wine-gift--solo-wine .wine-gift__body .item-info .price-full .price__sale {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#winegift-20201125 .wine-gift--solo-wine .wine-gift__body .item-info .price-full .price__proviso {
  margin-right: -9px;
  text-align: right;
}

#winegift-20201125 .wine-gift--solo-wine .wine-gift__body .item-info--reverse .price-full {
  padding-left: 28px;
  padding-right: 0;
}

#winegift-20201125 .wine-gift--solo-wine .wine-gift__body .item-info--reverse .price-full .price__normal {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 0;
}

#winegift-20201125 .wine-gift--solo-wine .wine-gift__body .item-info--reverse .price-full .price__sale {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#winegift-20201125 .wine-gift--solo-wine .wine-gift__body .item-info--reverse .price-full .price__proviso {
  margin-right: 0;
  text-align: left;
}

#winegift-20201125 .wine-gift--solo-wine .summary .summry__txt .summry__txt__desc {
  padding: 8px 10px 0 14px;
}

#winegift-20201125 .wine-gift--solo-wine .purchase-btn {
  background-color: transparent;
}

#winegift-20201125 .wine-gift--solo-wine .item-info--last-item .price .price__sale {
  margin-right: -11px;
}

#winegift-20201125 .wine-gift--solo-wine .item-info--last-item .price .price__normal {
  padding-right: 151px;
}

#winegift-20201125 .price .price__normal {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}

#winegift-20201125 .price .price__normal .label,
#winegift-20201125 .price .price__normal .number {
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
}

#winegift-20201125 .price .price__normal .label {
  margin-left: -10px;
}

#winegift-20201125 .price .price__normal .yen,
#winegift-20201125 .price .price__normal .tax {
  font-size: 12px;
  line-height: 1.25;
  font-weight: normal;
}

#winegift-20201125 .price .price__normal .yen {
  margin-right: -2px;
}

#winegift-20201125 .price .price__sale {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#winegift-20201125 .price .price__sale .arrow {
  color: #ba2323;
  font-size: 18px;
  line-height: 1.22;
  font-weight: bold;
  margin-right: -5px;
}

#winegift-20201125 .price .price__sale .off {
  color: #ba2323;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-right: -2px;
}

#winegift-20201125 .price .price__sale .off .percent {
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
}

#winegift-20201125 .price .price__sale .option {
  color: #000;
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
  margin-right: 5px;
  padding-bottom: 1px;
}

#winegift-20201125 .price .price__sale .number {
  color: #ba2323;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}

#winegift-20201125 .price .price__sale .tax,
#winegift-20201125 .price .price__sale .yen {
  color: #ba2323;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
}

#winegift-20201125 .price .price__sale .yen {
  margin-right: -5px;
}

#winegift-20201125 .price .price__sale .shipping {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ba2323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2px;
  width: 82px;
}

#winegift-20201125 .price .price__sale .shipping--first {
  margin-right: 6px;
}

#winegift-20201125 .price .price__proviso {
  color: #303030;
  font-size: 11px;
  line-height: 2.36;
  font-weight: normal;
}

#winegift-20201125 .price .price__proviso li::before {
  content: "※";
}
