@charset "UTF-8";
.header {
  width: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Lato", "Helvetica", YuGothic, sans-serif;
  border-top: 4px solid #d80c1b;
}
.header__message {
  background: #f8f6f3;
  border-bottom: 1px solid #100101;
}
.header__message br {
  display: none;
}
.header__message-text {
  color: #6e5518;
  font-weight: 300;
  font-size: 1.2rem;
  text-align: center;
  padding: 0.6rem 0;
}
.header__message-text--bold {
  font-weight: bold;
}
.header__message-text--big {
  font-weight: bold;
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
}
.header__message-text--big::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #fff3b1;
  bottom: -3px;
  left: -1%;
  width: 102%;
  height: 10px;
  z-index: -1;
}
.header__message-icon {
  position: relative;
}
.header__message-icon::before {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/common/icon_common_track.svg") 50%/contain no-repeat;
  top: 50%;
  left: 5px;
  width: 22px;
  height: 14.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__logo-madeleine {
  background: url("../img/common/logo_madeleine_sp.svg") no-repeat center center;
  background-size: 50%;
}
.header__logo-madeleine a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.header__tools li a {
  display: block;
}
.header__tools-cart {
  position: relative;
  background: url("../img/common/icon_common_cart.svg") no-repeat top center;
}
.header__tools-cart_num {
  display: inline-block;
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 2rem;
  height: 2rem;
  font-size: 0.8rem;
  line-height: 2rem;
  color: #fff;
  background-color: #a8476b;
  border-radius: 1rem;
}
@media all and (min-width: 769px) and (max-width: 900px) {
  .header__input {
    width: 14vw;
  }
}

@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 20px -10px #000;
            box-shadow: 0px 3px 20px -10px #000;
    top: 0;
    left: 0;
    height: 78px;
    z-index: 11;
    border-top: 4px solid #d80c1b;
  }
  .header.top-page-header {
    height: 140px;
  }
  .header::before {
    content: "TS CUBIC CARD／レクサスカード／ENEOSカード会員限定ワインショップ";
    position: absolute;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    top: 45px;
    width: 100%;
    height: 23px;
    display: block;
    color: #000;
    font-size: 0.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) and (max-width: 374px) {
  .header::before {
    top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .header__message {
    background: #f8f6f3;
    border-bottom: none;
    font-size: 1rem;
    line-height: 1.45;
  }
  .header__message br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header__message-text {
    font-weight: 300;
    padding: 0.7rem 3.5rem 0.7rem 1rem;
    letter-spacing: -0.5px;
    position: relative;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) and (max-width: 374px) {
  .header__message-text {
    font-size: 1rem;
    padding: 0.7rem 3.7rem 0.7rem 1rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .header__message-text--bold {
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .header__message-text--big {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .header__logo-madeleine {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .header__logo-madeleine a {
    height: 30px;
    margin: 0 auto;
    width: 115px;
  }
}
@media screen and (max-width: 768px) {
  .header__tools {
    position: absolute;
    top: 8px;
    right: -20px;
  }
  .header__tools li {
    float: right;
    *zoom: 1;
    width: 30px;
    height: 30px;
  }
  .header__tools li:after {
    content: "";
    display: table;
    clear: both;
  }
  .header__tools li a {
    width: 24px;
    height: 24px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .header__tools-mypage, .header__tools-search-pc {
    display: none;
  }
  .header__tools-search {
    margin-right: 8px;
    background: url("../img/common/icon_header_wine_glass.svg") no-repeat center center;
    background-size: 12px;
  }
  .header__tools-cart {
    position: relative;
  }
  .header__tools-cart_num {
    text-indent: 0;
    text-align: center;
  }
  .header__tools-cart::before {
    content: "カート";
    display: block;
    position: absolute;
    font-size: 1rem;
    line-height: 1;
    left: 2px;
    bottom: -8px;
    width: 35px;
  }
  .header__tools-search {
    margin-right: 8px;
    background: url("../img/common/icon_search.svg") no-repeat center center;
    background-size: 25px;
  }
  .header__tools-search {
    position: relative;
  }
  .header__tools-search_num {
    text-indent: 0;
    text-align: center;
  }
  .header__tools-search::before {
    content: "検索";
    display: block;
    position: absolute;
    font-size: 1rem;
    left: 5px;
    bottom: -20px;
    width: 35px;
  }
}
@media screen and (max-width: 768px) {
  .header__sp-nav {
    background: #6e5518;
    position: absolute;
    top: 105px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header__sp-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .header__sp-item {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    color: #fff;
  }
  .header__sp-item + .header__sp-item {
    border-left: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .header__sp-link {
    display: inline-block;
    font-size: 1.2rem;
    padding: 0.7rem 0;
    text-align: center;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .dir-shop .header {
    position: static;
    height: 80px;
  }
  .dir-shop .header__input {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
  }
  .dir-shop .header__input:focus {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0;
    -webkit-appearance: none;
  }
  .dir-shop .header__pc_max-width {
    max-width: 1032px;
    margin: 0 auto;
    padding: 0 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dir-shop .header__logo-madeleine {
    height: 40px;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    left: 0;
    background: url(../img/common/logo_madeleine.svg) no-repeat;
    background-size: 285px;
  }
  .dir-shop .header__logo-madeleine a {
    width: 285px;
    height: 40px;
  }
  .dir-shop .header__logo-madeleine__text {
    margin-left: 10px;
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 700;
    color: #6b5246;
  }
  .dir-shop .header__logo-madeleine:first-child {
    margin: 20px 0;
  }
  .dir-shop .header__tools ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0;
  }
  .dir-shop .header__tools li {
    text-align: center;
    font-size: 1rem;
    margin-left: 24px;
  }
}
@media print and (min-width: 769px) and (max-width: 900px), screen and (min-width: 769px) and (min-width: 769px) and (max-width: 900px) {
  .dir-shop .header__tools li {
    margin-left: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .dir-shop .header__tools a {
    height: 50px;
    padding-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .dir-shop .header__tools-search-pc form {
    font-size: 1.4rem;
    height: 4rem;
    line-height: 4rem;
    padding-left: 3.2rem;
    border: 1px solid #d5d5d5;
    border-radius: 0.4rem;
    background: url("../img/common/icon_search.svg") no-repeat left 0.8rem center;
    background-size: 1.6rem 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .dir-shop .header__tools _::-webkit-full-page-media,
.dir-shop .header__tools _:future,
.dir-shop .header__tools :root nav {
    min-width: 48px;
  }
}
@media print, screen and (min-width: 769px) {
  .dir-shop .header__tools-mypage {
    height: 50px;
    background: url("../img/common/icon_common_login.svg") no-repeat top center;
    background-size: 23px 23px;
  }
}
@media print, screen and (min-width: 769px) {
  .dir-shop .header__tools-faborite {
    height: 50px;
    background: url("../img/common/icon_common_hart.svg") no-repeat top center;
    background-size: 23px 23px;
  }
}
@media print, screen and (min-width: 769px) {
  .dir-shop .header__tools-school {
    height: 60px;
    background: #f8f6f3 url("../img/common/icon_common_school.svg") no-repeat 50% 8px;
    background-size: 23px 23px;
    margin-top: -5px;
    padding: 0 10px;
    position: relative;
  }
  .dir-shop .header__tools-school::before {
    position: absolute;
    display: block;
    content: "";
    background: url(../img/common/icon_header_link.svg) 50%/cover no-repeat;
    top: 8px;
    right: 5px;
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .dir-shop .header__tools-school a {
    padding-top: 35px;
    line-height: 1.2;
  }
}
@media print, screen and (min-width: 769px) {
  .dir-shop .header__tools-search {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .dir-shop .header__tools-cart {
    height: 50px;
    background-size: 23px 23px;
  }
}
@media screen and (max-width: 768px) {
  .l-article {
    padding: 45px 0 0 !important;
  }
}