@charset "UTF-8";
#wine-CP-20211111 {
  /**
  * mainvisual
  ____________________________________________________________________________*/
  /**
  * bnr-view-all
  ____________________________________________________________________________*/
  /**
  * bnr-view-all-foot
  ____________________________________________________________________________*/
  /**
  * よりどりワイン
  ____________________________________________________________________________*/
  /**
  * 文字色・サイズ・ボタン色（単品イタリアンワイン）
  ____________________________________________________________________________*/
  /**
  * セットワイン
  ____________________________________________________________________________*/
  /**
  * セットワイン
  ____________________________________________________________________________*/
  /**
* 送料無料・料金
____________________________________________________________________________*/
  /**
  * 購入ボタン
  ____________________________________________________________________________*/
  /**
  * （税抜き）サイズ調整 / カーニング調整
  ____________________________________________________________________________*/
}

#wine-CP-20211111 .link-hover {
  cursor: pointer;
}

#wine-CP-20211111 .link-hover:hover {
  opacity: .7;
}

#wine-CP-20211111 .mrb0 {
  margin-bottom: 0 !important;
}

#wine-CP-20211111 .w100 {
  width: 100%;
}

#wine-CP-20211111 .text-center {
  text-align: center;
}

#wine-CP-20211111 .bnr-winelist {
  display: flex;
  justify-content: center;
}

#wine-CP-20211111 .text-left {
  text-align: left;
}

#wine-CP-20211111 .text-right {
  text-align: right;
}

#wine-CP-20211111 a:hover {
  text-decoration: none;
}

#wine-CP-20211111 .block {
  display: block;
}

#wine-CP-20211111 .clearboth {
  clear: both;
}

#wine-CP-20211111 .bold {
  font-weight: bold;
}

#wine-CP-20211111 *,
#wine-CP-20211111 *:before,
#wine-CP-20211111 *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#wine-CP-20211111 *,
#wine-CP-20211111 *:before,
#wine-CP-20211111 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#wine-CP-20211111 .list-asterisk li::before {
  content: '※';
}

#wine-CP-20211111 .bnr-view-all {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d1cfc8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  padding-bottom: 30px;
  padding-top: 15px;
}

#wine-CP-20211111 .bnr-view-all-foot {
  margin-bottom: 40px;
}

/*--目玉ワイン--*/
#wine-CP-20211111 .pickup-wine {
  background-position: center top;
}

#wine-CP-20211111 .pickup-wine .content__head p {
  color: #ac7f2c;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.05em;
}

#wine-CP-20211111 .pickup-wine .content__head {
  margin-bottom: 5px;
}

#wine-CP-20211111 .pickup-wine .content__body {
  background-color: #808d79 ;
  padding: 20px 20px 20px;
}

#wine-CP-20211111 .pickup-wine .star {
  background-image: url(/ec/shop/images/campaign/20211111_wine_CP/bg-star-wine01.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  position: relative;
}

/*目玉ワインセンターライン
#wine-CP-20211111 .pickup-wine .star::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 289px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 40px);
}
*/

#wine-CP-20211111 .pickup-wine .star::before {
  background-color: white;
  content: "";
  display: block;
  height: calc(30% - -97px);
  left: 50%;
  position: absolute;
  top: 225px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  }

#wine-CP-20211111 .pickup-wine .star .item-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: calc((100% - 20px) / 2);
}

#wine-CP-20211111 .pickup-wine .star .item-outer:nth-child(2n) {
  margin-right: 0;
}

#wine-CP-20211111 .pickup-wine .star .item-outer:nth-child(2n) .item {
  padding-right: 0;
}

#wine-CP-20211111 .pickup-wine .star .item-outer:nth-child(n+3) {
  margin-bottom: 0;
}

#wine-CP-20211111 .pickup-wine .star .item-outer:nth-of-type(2) .item .item__info__name {
  letter-spacing: 0;
}

#wine-CP-20211111 .pickup-wine .star .item {
  background-color: transparent;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 0;
  padding: 20px 20px 15px 30px;
}

#wine-CP-20211111 .pickup-wine .star .item .item__info {
  width: calc(100% - 93px);
}

#wine-CP-20211111 .pickup-wine .star .item .item__info .item__info__price {
  margin-bottom: 4px;
  margin-left: -9px;
}

#wine-CP-20211111 .pickup-wine .item .item__info .item__info__price {
  color: #535353;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 7px;
  margin-left: -9px;
}

#wine-CP-20211111 .pickup-wine .star .item .item__img {
  width: 93px;
}

#wine-CP-20211111 .pickup-wine .star .wine-star #icon_star2::after {
width:161px;
}

#wine-CP-20211111 .pickup-wine .icon .icon__type {
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: left;
      -ms-flex-pack: center;
          justify-content: left;
  padding-top: 3px;
  padding-left:10px;
  width: 130px;
}

#wine-CP-20211111 .pickup-wine .icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 9px;
  position: relative;
}

#wine-CP-20211111 .pickup-wine .item {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding: 20px 0 8px 20px;
}

#wine-CP-20211111 .pickup-wine .icon::after {
  border-bottom-style: solid;
  border-width: 2px;
  bottom: 2px;
  content: "";
  position: absolute;
  right: 20px;
  width: 168px;
}

/*#wine-CP-20211111 .pickup-wine .star .wine-red #icon_star2::after {
  width:161px;
}*/

#wine-CP-20211111 .pickup-wine .wine-red .icon .icon__type {
  color: #e8542e;
}

#wine-CP-20211111 .pickup-wine .star .wine-red .icon::after {
  border-color: #e8542e;
  width: 171px;
}

#wine-CP-20211111 .pickup-wine .wine-red .item__info__name {
  color: #e8542e;
}

#wine-CP-20211111 .pickup-wine .wine-white .icon .icon__type {
  color: #6e9355;
}

#wine-CP-20211111 .pickup-wine .wine-white .icon::after {
  border-color: #6e9355;
  width: 171px;
}

#wine-CP-20211111 .pickup-wine .wine-white .item__info__name {
  color: #6e9355;
}

#wine-CP-20211111 .pickup-wine .star .icon::after {
  left: 50px;
}

#wine-CP-20211111 .pickup-wine .star .icon .icon__flag {
  padding-bottom: 0;
}

#wine-CP-20211111 .pickup-wine .item-outer:nth-of-type(2) .item .item__info__name {
  letter-spacing: -.085em;
}

#wine-CP-20211111 .pickup-wine .item .item__info .item__info__name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
}

#wine-CP-20211111 .pickup-wine .item .item__info .item__info__desc {
  color: #535353;
  font-size: 14px;
  line-height: 1.71;
}
/*--目玉ワインおわり--*/


#wine-CP-20211111 .content--set3-wine {
  background-position: center top;
}

#wine-CP-20211111 .content--set3-wine .content__head p {
  color: #ac7f2c;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.05em;
}

#wine-CP-20211111 .content--set3-wine .content__head {
  margin-bottom: 5px;
}

#wine-CP-20211111 .content--set3-wine .content__body {
  background-color: #d1cfc8;
  background-image: url(../../../images/campaign/20211111_wine_CP/bg-set-wine.png);
    background-repeat: no-repeat;
    background-position: 375px 1561px; 
    padding: 20px 20px 0;
}

#wine-CP-20211111 .set3-wine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#wine-CP-20211111 .set3-wine .item-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: calc((100% - 20px) / 2);
}

#wine-CP-20211111 .set3-wine .item-outer:nth-child(2n) {
  margin-left: 20px;
}

#wine-CP-20211111 .set3-wine .item {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding: 20px 0 8px 20px;
}

#wine-CP-20211111 .set3-wine .item .item__info .item__info__name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
}

#wine-CP-20211111 .set3-wine .item .item__info .item__info__price {
  color: #535353;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 7px;
  margin-left: -9px;
}

#wine-CP-20211111 .set3-wine .item .item__info .item__info__desc {
  color: #535353;
  font-size: 14px;
  line-height: 1.71;
}

#wine-CP-20211111 .set3-wine .icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 9px;
  position: relative;
}

#wine-CP-20211111 .set3-wine .icon::after {
  border-bottom-style: solid;
  border-width: 2px;
  bottom: 2px;
  content: "";
  position: absolute;
  left: 50px;
  width: 180px;
}

#wine-CP-20211111 .set3-wine .icon .icon__type {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: left;
      -ms-flex-pack: center;
          justify-content: left;
  padding-top: 3px;
  padding-left:8px;
  width: 145px;
  
}

#wine-CP-20211111 .set3-wine .icon .icon__flag {
  padding-bottom: 5px;
}

#wine-CP-20211111 .set3-wine .wine-red .icon .icon__type {
  color: #e8542e;
}

#wine-CP-20211111 .set3-wine .wine-red .icon::after {
  border-color: #e8542e;
}

#wine-CP-20211111 .set3-wine .wine-red .item__info__name {
  color: #e8542e;
}

#wine-CP-20211111 .set3-wine .wine-white .icon .icon__type {
  color: #6e9355;
}

#wine-CP-20211111 .set3-wine .wine-white .icon::after {
  border-color: #6e9355;
}

#wine-CP-20211111 .set3-wine .wine-white .item__info__name {
  color: #6e9355;
}

#wine-CP-20211111 .set3-wine .wine-rose .icon .icon__type {
  color: #cf71a2;
}

#wine-CP-20211111 .set3-wine .wine-rose .icon::after {
  border-color: #cf71a2;
}

#wine-CP-20211111 .set3-wine .wine-rose .item__info__name {
  color: #cf71a2;
}

#wine-CP-20211111 .set3-wine .wine-spark .icon .icon__type {
  color: #1b9d98;
}

#wine-CP-20211111 .set3-wine .wine-spark .icon::after {
  border-color: #1b9d98;
}

#wine-CP-20211111 .set3-wine .wine-spark .item__info__name {
  color: #1b9d98;
}

#wine-CP-20211111 .content--set-wine .content__head {
  margin-bottom: 34px;
  position: relative;
}

#wine-CP-20211111 .content--set-wine .content__head .head__ttl {
  margin-bottom: 18px;
}

#wine-CP-20211111 .content--set-wine .content__head .head__lead p {
  color: #000;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: 0;
  margin-bottom: 20px;
}

#wine-CP-20211111 .content--set-wine .content__body {
  padding-top: 0;
}

#wine-CP-20211111 .set-wine {
  margin-bottom: 60px;
}

#wine-CP-20211111 .set-wine .item__name {
  margin-bottom: 24px;
}

#wine-CP-20211111 .set-wine .item__names {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.47;
}

#wine-CP-20211111 .set-wine .item {
  margin-bottom: 60px;
}

#wine-CP-20211111 .set-wine .item .item__desc {
  color: #000;
  font-size: 18px;
  line-height: 1.56;
  margin-bottom: 18px;
}

#wine-CP-20211111 .set-wine .item .purchase-btn a {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.02em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(/ec/shop/images/campaign/20211111_wine_CP/icon-arrow01.svg);
  background-position: 92% 50%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5px;
  width: 267px;
}

#wine-CP-20211111 .set-wine .wine-red .item__names {
  color: #e8542e;
}

#wine-CP-20211111 .set-wine .wine-red .purchase-btn a {
  background-color: #e8542e;
}

#wine-CP-20211111 .set-wine .wine-white .item__names {
  color: #6e9355;
}

#wine-CP-20211111 .set-wine .wine-white .purchase-btn a {
  background-color: #6e9355;
}

#wine-CP-20211111 .set-wine .wine-red-white .item__names {
  color: #1b9d98;
}

#wine-CP-20211111 .set-wine .wine-red-white .purchase-btn a {
  background-color: #1b9d98;
}

#wine-CP-20211111 .set-wine .wine-red-white-foaming .item__names {
  color: #4f709c;
}

#wine-CP-20211111 .set-wine .item__price {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  margin-top: 12px;
}

#wine-CP-20211111 .set-wine .item__price .label,
#wine-CP-20211111 .set-wine .item__price .price {
  display: inline;
}

#wine-CP-20211111 .set-wine .item__price .label {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  background-color: #c90202;
  margin-right: 9px;
  padding: 6px 13px 5px;
}

#wine-CP-20211111 .set-wine .item__price .price {
  color: #000;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.53;
}

#wine-CP-20211111 .purchase-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wine-CP-20211111 .brackets-outer {
  font-size: 12px;
  margin-left: 1px;
}

#wine-CP-20211111 .brackets-outer .brackets {
  position: relative;
}

#wine-CP-20211111 .bullets {
  letter-spacing: -5px;
}

#wine-CP-20211111 a:hover {
  text-decoration: none;
}

#wine-CP-20211111 *,
#wine-CP-20211111 *:before,
#wine-CP-20211111 *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#wine-CP-20211111 .bnr-view-all .bnr-view-all__btn:first-child {
  margin-right: 16px;
}

#wine-CP-20211111 .content--recommend-wine .content__head .head__ttl .content-anchor-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wine-CP-20211111 .content--recommend-wine .content-anchor-nav .pc{
	display: flex;
    justify-content: center;
	margin-top: 20px;
}

#wine-CP-20211111 .link-hover-anchor{
  float: left;
  margin: 0 10px 0 125px;
}

/*表示切替*/
#wine-CP-20211111 .pc{
  display: block;
}

#wine-CP-20211111 .sp{
  display: none;
}