#wineselection {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
    sans-serif;
}
.clearfix::after {
  display: none;
}
a:link,
a:visited {
  color: #333;
}
.link-btn a,
.item-link-btn[href] {
  transition: all 0.3s;
}
.link-btn a:hover,
.item-link-btn[href]:hover {
  opacity: 0.6;
}
.item-link-btn:not([href]) {
  pointer-events: none;
  background-image: none;
}
.sa {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.sa.show {
  opacity: 1;
  transform: translate(0, 0);
  /* transition-delay: 0.3s; */
  transition-property: transform, opacity, transition-delay;
}
.sa--up {
  transform: translate(0, 60px);
}
.sa--l {
  transform: translate(-400px, 0);
}
.sa--r {
  transform: translate(400px, 0);
}

#pd-co01,
#pd-co02,
#pd-co03,
#pd-co04,
#pd-co2022,
#pd-co2023,
#special,
#gift {
  padding-top: 130px;
  margin-top: -130px;
}
#pd-co05 {
  padding-top: 130px;
  margin-top: -110px;
}
#wineselection {
  position: relative;
  padding-top: 70px;
}
#wineselection-mv {
  margin-bottom: 90px;
}
#wineselection-mv .wineselection-mv-inner {
  background-image: url(/wineselection/images/mv-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 561px;
  width: 100%;
  padding-bottom: 35px;
  box-sizing: border-box;
}
#wineselection-mv h2 {
  height: 193px;
  width: 983px;
}
#wineselection-mv .mv-badge {
  width: 288px;
  height: 288px;
  position: absolute;
  right: 20px;
  top: 20px;
}
#wineselection-mv h2 img {
  display: block;
  width: 100%;
  height: auto;
}
#wineselection-mv .notes {
  text-align: right;
  margin: 13px 15px 0 0;
  font-size: 11px;
}
.wineselection-nav {
  background-color: #a37f41;
  height: 70px;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.wineselection-nav.fixed {
  position: fixed;
  top: 55px;
}
.wineselection-nav .nav-inner {
  width: 1230px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wineselection-nav .nav-inner ul {
  display: flex;
  align-items: center;
}
.wineselection-nav .nav-inner ul li {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 2px solid #fff;
  line-height: 1em;
}
.wineselection-nav .nav-inner ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.wineselection-nav .nav-inner ul li a {
  font-family: "Cabin", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
}
.wineselection-intro {
  width: 1230px;
  margin: 0 auto 65px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.wineselection-intro .intro-text {
  width: 610px;
}
.wineselection-intro .intro-text h3 {
  font-size: 30px;
  line-height: 1.6em;
  margin-bottom: 40px;
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
}
.wineselection-intro .intro-text p {
  font-size: 16px;
  line-height: 2em;
}
.wineawards {
  background-image: url(/wineselection/images/wineawards-bg.jpg);
  background-repeat: repeat-x;
  background-position: bottom center;
  width: 100%;
  padding-bottom: 60px;
  margin-bottom: 120px;
}
.wineawards .wineawards-inner {
  width: 1230px;
  margin: 0 auto;
}
.wineawards .wineawards-inner h2 {
  text-align: center;
}
.wineawards .wineawards-inner .awards-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-top: 35px;
}
.wineawards .wineawards-inner .awards-list > div {
  width: 240px;
  margin-right: 40px;
  padding-right: 40px;
  border-right: 2px solid #ccc;
}
.wineawards .wineawards-inner .awards-list > div:nth-child(2) {
  transition-delay: 0.2s;
}
.wineawards .wineawards-inner .awards-list > div:nth-child(3) {
  transition-delay: 0.3s;
}
.wineawards .wineawards-inner .awards-list > div:nth-child(4) {
  transition-delay: 0.4s;
}
.wineawards .wineawards-inner .awards-list > div:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.wineawards .wineawards-inner .awards-list > div figure {
  width: 133px;
  margin: 0 auto 28px;
}
.wineawards .wineawards-inner .awards-list > div h3 {
  text-align: center;
  font-size: 24px;
  line-height: 1.4em;
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", serif;
  margin-bottom: 20px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wineawards .wineawards-inner .awards-list > div p {
  font-size: 16px;
  line-height: 2em;
}

.sakura-awards {
  /* background-color: #ef858c; */
  position: relative;
  width: 100%;
  /* height: 560px; */
}
.sakura-awards::after {
  position: absolute;
  width: 100%;
  height: 560px;
  top: 42px;
  left: 0;
  margin: auto;
  content: "";
  display: block;
}
.sakura-awards.diamond2025::after {
  background-color: #ceb58d;
}
.sakura-awards.diamond2024::after {
  background-color: #ef858c;
}
.sakura-awards.diamond2023::after {
  background-color: #a47974;
}
.sakura-awards.diamond2022::after {
  background-color: #ceb58d;
}
.sakura-awards.diamond2021::after {
  background-color: #ef858c;
}
.sakura-awards.diamond2020::after {
  background-color: #8a7091;
}
.sakura-awards.diamond2019::after {
  background-color: #a47974;
}
.sakura-awards.diamond2018::after {
  background-color: #ceb58d;
}
.sakura-awards .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.sakura-awards .awards-ttl {
  position: absolute;
  top: 0;
  left: calc(50% - 15px);
}
.sakura-awards .inner .badge {
  margin-bottom: 55px;
  margin-right: 30px;
}
.sakura-awards .inner figure {
  margin-top: -15px;
  margin-right: 65px;
  transition-delay: 0.6s;
}
.sakura-awards .inner .item-text {
  width: 600px;
  transition-delay: 0.3s;
}
.sakura-awards .inner .item-text p.lead {
  font-size: 16px;
  line-height: 1.8em;
  color: #fff;
  margin-bottom: 25px;
}
.sakura-awards .inner .item-text .item-name {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.sakura-awards .inner .item-text .item-price {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1em;
}
.sakura-awards .inner .item-text .item-price small {
  font-size: 15px;
}
.sakura-awards .inner .item-text ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.sakura-awards .inner .item-text ul li {
  padding: 0 20px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.sakura-awards .inner .item-text ul li:nth-child(1) {
  margin-right: 10px;
}
.sakura-awards .inner .item-text ul li span {
  text-align: left;
  text-indent: -6em;
  padding-left: 6em;
  display: block;
  line-height: 1.2em;
}
.sakura-awards .inner .item-text p.notes {
  color: #fff;
  font-size: 15px;
}
.sakura-awards .inner .item-text a.item-link-btn {
  width: 380px;
  height: 50px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/wineselection/images/btn-icon.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin: 25px 0 30px;
}
.sakura-awards .link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 90px;
}
.sakura-awards .link-btn::after {
  content: "";
  display: block;
  height: 121px;
  width: 170px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sakura-awards.diamond2025 .link-btn::after {
  background-image: url(/wineselection/images/2025awards-btn-img.png);
}
.sakura-awards.diamond2024 .link-btn::after {
  background-image: url(/wineselection/images/2024awards-btn-img.png);
}
.sakura-awards.diamond2023 .link-btn::after {
  background-image: url(/wineselection/images/2023awards-btn-img.png);
}
.sakura-awards.diamond2022 .link-btn::after {
  background-image: url(/wineselection/images/2022awards-btn-img.png);
}
.sakura-awards.diamond2021 .link-btn::after {
  background-image: url(/wineselection/images/2021awards-btn-img.png);
}
.sakura-awards.diamond2020 .link-btn::after {
  background-image: url(/wineselection/images/2020awards-btn-img.png);
}
.sakura-awards.diamond2019 .link-btn::after {
  background-image: url(/wineselection/images/2019awards-btn-img.png);
}
.sakura-awards.diamond2018 .link-btn::after {
  background-image: url(/wineselection/images/2018awards-btn-img.png);
}
.sakura-awards .link-btn a {
  width: 450px;
  height: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a21e19;
  background-image: url(/wineselection/images/btn-icon.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  margin-right: 25px;
}

.wineselection-contents {
  width: 930px;
  margin: 0 auto;
}
.wineselection-contents.quality {
  margin-bottom: 130px;
}
.wineselection-contents.gc {
  margin-bottom: 130px;
}
.wc-contents-ttl {
  border-bottom: 2px solid #333;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 40px;
  line-height: 1em;
}
.wc-contents-ttl strong {
  font-size: 44px;
  text-align: center;
  font-weight: bold;
  font-family: "Cabin", sans-serif;
}
.wc-contents-ttl span {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  line-height: 1em;
}
.wineselection-contents h3 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1.5em;
  font-weight: bold;
}

.wineselection-contents h4 {
  font-size: 20px;
  margin-bottom: 35px;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
}
.bm-text {
  margin-top: 30px;
  background-image: url(/wineselection/images/bernard-massard-img.jpg);
  background-position: right 70px top;
  background-repeat: no-repeat;
  min-height: 380px;
  padding: 50px 50px 0 70px;
  box-sizing: border-box;
}
.bm-text p {
  font-size: 18px;
  font-weight: bold;
  line-height: 2em;
}
.wineselection-contents.others a {
  display: block;
}
.wineselection-contents.gift a.item-link-btn,
.wineselection-contents.others a.item-link-btn,
.wineselection-contents.feature a.item-link-btn {
  width: 450px;
  height: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a21e19;
  background-image: url(/wineselection/images/btn-icon.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  margin: 10px auto 130px;
}
.wineselection-contents .text > p,
.wineselection-contents.gc p {
  font-size: 16px;
  line-height: 2em;
  width: 860px;
  margin: 0 auto 2.5em;
}
.wineselection-contents.quality figure {
  margin: 0 auto 2.5em;
  width: 860px;
}
.wineselection-contents.gc figure {
  margin: 0 auto;
  width: 860px;
}
.wineselection-contents figure img {
  width: 100%;
  height: auto;
}
.wineselection-contents.gc figure img {
  margin-bottom: 50px;
}
.wineselection-contents figure p {
  font-size: 11px;
  margin-top: 10px;
  text-align: center;
}
.wineselection-contents ul {
  margin: 0 auto;
  width: 860px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.wineselection-contents ul li {
  width: 410px;
}
.wineselection-contents ul li:nth-child(2) {
  transition-delay: 0.3s;
}
.wineselection-contents ul li img {
  width: 100%;
  margin-bottom: 15px;
}
.wineselection-contents ul li p {
  font-size: 11px;
}

.pc-only {
  display: block !important;
}
.sp-only {
  display: none !important;
}

@media screen and (max-width: 599px) {
  #wineselection div,
  #wineselection h1,
  #wineselection h2,
  #wineselection h3,
  #wineselection h4,
  #wineselection h5,
  #wineselection h6,
  #wineselection p,
  #wineselection blockquote,
  #wineselection pre,
  #wineselection address,
  #wineselection ul,
  #wineselection ol,
  #wineselection li,
  #wineselection dl,
  #wineselection dt,
  #wineselection dd,
  #wineselection table,
  #wineselection th,
  #wineselection td,
  #wineselection form,
  #wineselection fieldset,
  #wineselection section,
  #wineselection nav,
  #wineselection article,
  #wineselection aside,
  #wineselection hgroup,
  #wineselection header,
  #wineselection footer,
  #wineselection figure,
  #wineselection figcaption,
  #wineselection summary {
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }
  #pd-co01,
  #pd-co02,
  #pd-co03,
  #pd-co04,
  #gift {
    padding-top: calc(60px + 3rem + 20vw);
    margin-top: calc(-60px + -3rem + -20vw);
  }
  #pd-co05 {
    padding-top: calc(60px + 3rem + 20vw);
    margin-top: calc(-60px + -3rem + -20vw);
  }
  #wineselection {
    position: relative;
    padding-top: 0;
  }
  #wineselection-mv {
    margin-bottom: 13vw;
  }
  #wineselection-mv .wineselection-mv-inner {
    background-image: url(/wineselection/images/mv-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 70vw;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 85vw;
    width: 100%;
    margin-top: 17vw;
    padding-bottom: 0;
    box-sizing: border-box;
    background-color: #000;
  }
  #wineselection-mv h2 {
    height: 29vw;
    width: 88%;
    margin-bottom: 4vw;
  }
  #wineselection-mv .mv-badge {
    width: 35vw;
    height: 35vw;
    position: absolute;
    right: 1vw;
    top: 1vw;
  }
  #wineselection-mv .mv-badge img,
  #wineselection-mv h2 img {
    display: block;
    width: 100%;
    height: auto;
  }
  #wineselection-mv .notes {
    text-align: left;
    margin: 3vw 6vw 0;
    font-size: 2.7vw;
  }
  .wineselection-nav {
    background-color: #a37f41;
    height: 21vw;
    width: 100%;
    display: flex;
    position: relative;
    z-index: 100;
    margin-bottom: -17vw;
  }
  .wineselection-nav.fixed {
    position: fixed;
    top: 50px;
  }
  .wineselection-nav .nav-inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .wineselection-nav .nav-inner h1 {
    width: 45%;
    margin-bottom: 1vw;
  }
  .wineselection-nav .nav-inner h1 img {
    width: 100%;
    height: auto;
  }
  .wineselection-nav .nav-inner ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .wineselection-nav .nav-inner ul li {
    margin-left: 0;
    padding-left: 0;
    padding: 1vw 0;
    width: 24%;
    border-left: 1px solid #fff;
    line-height: 1em;
    text-align: center;
  }
  .wineselection-nav .nav-inner ul li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  .wineselection-nav .nav-inner ul li:nth-child(5) {
    border-left: none;
  }
  .wineselection-nav .nav-inner ul li:nth-child(5),
  .wineselection-nav .nav-inner ul li:nth-child(6),
  .wineselection-nav .nav-inner ul li:nth-child(7),
  .wineselection-nav .nav-inner ul li:nth-child(8) {
    border-top: 1px solid #fff;
  }
  #wineselection .wineselection-nav .nav-inner ul li a {
    font-family: "Cabin", sans-serif;
    color: #fff;
    font-size: 2.8vw;
    font-weight: 700;
    line-height: 1em;
  }
  .wineselection-intro {
    width: calc(100% - 12vw);
    margin: 0 auto 7vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    box-sizing: border-box;
  }
  .wineselection-intro .intro-text {
    width: 100%;
  }
  #wineselection .wineselection-intro .intro-text h3 {
    font-size: 4.4vw;
    line-height: 1.6em;
    margin-bottom: 5vw;
    font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", serif;
    font-weight: 500;
  }
  .wineselection-intro .intro-text p {
    font-size: 3.2vw;
    line-height: 2em;
  }
  .wineselection-intro .intro-img {
    margin-top: 6vw;
  }
  .wineselection-intro .intro-img img {
    width: 100%;
  }
  .wineawards {
    background-image: url(/wineselection/images/wineawards-bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom center;
    width: 100%;
    padding-bottom: 5vw;
    margin-bottom: 18vw;
  }
  .wineawards .wineawards-inner {
    width: 100%;
    margin: 0 auto;
  }
  .wineawards .wineawards-inner h2 {
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  .wineawards .wineawards-inner h2 img {
    width: 100%;
    height: auto;
  }
  .wineawards .wineawards-inner .awards-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 6vw auto 0;
    flex-wrap: wrap;
    width: calc(100% - 12vw);
  }
  .wineawards .wineawards-inner .awards-list > div {
    width: 45%;
    border-right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    box-sizing: border-box;
    padding-right: 0;
    margin-right: 0;
  }
  .wineawards .wineawards-inner .awards-list > div:nth-child(2),
  .wineawards .wineawards-inner .awards-list > div:nth-child(4) {
    transition-delay: 0;
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .wineawards .wineawards-inner .awards-list > div:nth-child(3),
  .wineawards .wineawards-inner .awards-list > div:nth-child(4) {
    transition-delay: 0;
  }
  .wineawards .wineawards-inner .awards-list > div:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
  .wineawards .wineawards-inner .awards-list > div figure {
    width: 25vw;
    margin: 0 auto 3vw;
  }
  .wineawards .wineawards-inner .awards-list > div figure img {
    width: 100%;
    height: auto;
  }
  #wineselection .wineawards .wineawards-inner .awards-list > div h3 {
    text-align: center;
    font-size: 4.3vw;
    line-height: 1.3em;
    font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", serif;
    margin-bottom: 4vw;
    height: 2.6em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wineawards .wineawards-inner .awards-list > div p {
    font-size: 3.1vw;
    line-height: 1.6em;
  }

  .sakura-awards {
    /* background-color: #ef858c; */
    position: relative;
    width: 100%;
    /* height: 560px; */
  }
  .sakura-awards::after {
    display: none;
  }
  .sakura-awards .inner::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 6.5vw;
    left: 0;
    margin: auto;
    content: "";
    display: block;
  }
  .sakura-awards.diamond2025 .inner::after {
    background-color: #ceb58d;
  }
  .sakura-awards.diamond2024 .inner::after {
    background-color: #ef858c;
  }
  .sakura-awards.diamond2023 .inner::after {
    background-color: #a47974;
  }
  .sakura-awards.diamond2022 .inner::after {
    background-color: #ceb58d;
  }
  .sakura-awards.diamond2021 .inner::after {
    background-color: #ef858c;
  }
  .sakura-awards.diamond2020 .inner::after {
    background-color: #8a7091;
  }
  .sakura-awards.diamond2019 .inner::after {
    background-color: #a47974;
  }
  .sakura-awards.diamond2018 .inner::after {
    background-color: #ceb58d;
  }
  .sakura-awards .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    flex-wrap: wrap;
    padding-top: 12vw;
  }
  .sakura-awards .awards-ttl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .sakura-awards .awards-ttl img,
  .sakura-awards .inner .badge img,
  .sakura-awards .inner figure img {
    width: 100%;
    height: auto;
  }
  .sakura-awards .inner .badge {
    margin-bottom: 10vw;
    margin-right: 2vw;
    width: 40vw;
    position: relative;
    z-index: 100;
    margin-left: -3vw;
  }
  .sakura-awards .inner figure {
    margin-top: 0;
    margin-right: 0;
    transition-delay: 0.3s;
    width: 33vw;
    position: relative;
    z-index: 100;
  }
  .sakura-awards .inner .item-text {
    width: calc(100% - 12vw);
    transition-delay: 0.3s;
    margin: 0 auto;
    position: relative;
    z-index: 100;
  }
  .sakura-awards .inner .item-text p.lead {
    font-size: 3.2vw;
    line-height: 1.6em;
    color: #fff;
    margin-bottom: 4vw;
  }
  .sakura-awards .inner .item-text .item-name {
    font-size: 4vw;
    line-height: 1.4em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 3vw;
  }
  .sakura-awards .inner .item-text .item-price {
    font-size: 6vw;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5vw;
    line-height: 1em;
  }
  .sakura-awards .inner .item-text .item-price small {
    font-size: 3.6vw;
  }
  .sakura-awards .inner .item-text ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 4vw;
    flex-direction: column;
  }
  .sakura-awards .inner .item-text ul li {
    padding: 0 4vw;
    height: 7vw;
    border-radius: 4vw;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 3vw;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  .sakura-awards .inner .item-text ul li:nth-child(1) {
    margin-right: 0;
    margin-bottom: 3vw;
  }
  .sakura-awards .inner .item-text ul li span {
    text-align: left;
    text-indent: 0;
    padding-left: 0;
    display: block;
    line-height: 1.2em;
  }
  .sakura-awards .inner .item-text ul li span br {
    display: none;
  }
  .sakura-awards .inner .item-text p.notes {
    color: #fff;
    font-size: 3vw;
  }
  .sakura-awards .inner .item-text a.item-link-btn {
    width: 70vw;
    height: 12vw;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/wineselection/images/btn-icon.png);
    background-repeat: no-repeat;
    background-position: right 3vw center;
    color: #fff;
    font-weight: bold;
    font-size: 3.4vw;
    margin: 5vw auto 2vw;
    background-size: 3vw auto;
  }
  .sakura-awards .link-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12vw auto 15vw;
    width: calc(100% - 10vw);
    font-size: 3vw;
  }
  .sakura-awards .link-btn::after {
    content: "";
    display: block;
    height: 20vw;
    width: 34vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .sakura-awards.diamond2025 .link-btn::after {
    background-image: url(/wineselection/images/2025awards-btn-img.png);
  }
  .sakura-awards.diamond2024 .link-btn::after {
    background-image: url(/wineselection/images/2024awards-btn-img.png);
  }
  .sakura-awards.diamond2023 .link-btn::after {
    background-image: url(/wineselection/images/2023awards-btn-img.png);
  }
  .sakura-awards.diamond2022 .link-btn::after {
    background-image: url(/wineselection/images/2022awards-btn-img.png);
  }
  .sakura-awards.diamond2021 .link-btn::after {
    background-image: url(/wineselection/images/2021awards-btn-img.png);
  }
  .sakura-awards.diamond2020 .link-btn::after {
    background-image: url(/wineselection/images/2020awards-btn-img.png);
  }
  .sakura-awards.diamond2019 .link-btn::after {
    background-image: url(/wineselection/images/2019awards-btn-img.png);
  }
  .sakura-awards.diamond2018 .link-btn::after {
    background-image: url(/wineselection/images/2018awards-btn-img.png);
  }
  .sakura-awards .link-btn a {
    width: 80vw;
    height: 12vw;
    color: #fff;
    font-weight: bold;
    font-size: 3vw;
    border-radius: 6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a21e19;
    background-image: url(/wineselection/images/btn-icon.png);
    background-repeat: no-repeat;
    background-position: right 3vw center;
    margin-right: 4vw;
    background-size: 2vw auto;
  }

  .wineselection-contents {
    width: 100%;
    margin: 0 auto;
  }
  .wineselection-contents.quality {
    margin-bottom: 14vw;
  }
  .wineselection-contents.gc {
    margin-bottom: 14vw;
  }
  .wc-contents-ttl {
    border-bottom: 2px solid #333;
    text-align: center;
    padding-bottom: 4vw;
    line-height: 1em;
    width: calc(100% - 12vw);
    margin: 0 auto 7vw;
  }
  .wc-contents-ttl img {
    height: 6vw;
    width: auto;
  }
  #wineselection .wc-contents-ttl strong {
    font-size: 44px;
    text-align: center;
    font-weight: bold;
    font-family: "Cabin", sans-serif;
  }
  .wc-contents-ttl span {
    font-size: 5vw;
    text-align: center;
    font-weight: bold;
    line-height: 1em;
  }
  .wineselection-contents h3 {
    font-size: 4.5vw;
    text-align: center;
    margin-bottom: 7vw;
    line-height: 1.5em;
    font-weight: bold;
  }

  .wineselection-contents h4 {
    font-size: 4vw;
    margin-bottom: 6vw;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
  }
  .bm-text {
    margin-top: 6vw;
    background-image: url(/wineselection/images/bernard-massard-img.jpg);
    background-position: right 6vw top;
    background-repeat: no-repeat;
    min-height: auto;
    padding: 0 30vw 0 6vw;
    box-sizing: border-box;
    background-size: contain;
  }
  .bm-text p {
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 2em;
  }
  .wineselection-contents.others a {
    display: block;
    width: 100%;
  }
  .wineselection-contents.others a img {
    width: 100%;
    height: auto;
  }
  .wineselection-contents.gift a.item-link-btn,
  .wineselection-contents.others a.item-link-btn,
  .wineselection-contents.feature a.item-link-btn {
    width: 86%;
    height: 12vw;
    color: #fff;
    font-weight: bold;
    font-size: 3vw;
    border-radius: 6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a21e19;
    background-image: url(/wineselection/images/btn-icon.png);
    background-repeat: no-repeat;
    background-position: right 3vw center;
    margin: 5vw auto 15vw;
    background-size: 2.5vw auto;
  }
  .wineselection-contents .text > p,
  .wineselection-contents.gc p {
    font-size: 3.2vw;
    line-height: 1.8em;
    width: 100%;
    margin: 0 auto 2.5em;
    padding: 0 6vw;
    box-sizing: border-box;
  }
  .wineselection-contents.quality figure {
    margin: 0 auto 2.5em;
    width: 100%;
    padding: 0 6vw;
    box-sizing: border-box;
  }
  .wineselection-contents.gc figure {
    margin: 0 auto;
    width: 100%;
    padding: 0 6vw;
    box-sizing: border-box;
  }
  .wineselection-contents figure img {
    width: 100%;
    height: auto;
  }
  .wineselection-contents.gc figure img {
    margin-bottom: 5vw;
  }
  .wineselection-contents figure p {
    font-size: 2.7vw;
    margin-top: 2vw;
    text-align: center;
  }
  .wineselection-contents ul {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 6vw;
    box-sizing: border-box;
  }
  .wineselection-contents ul li {
    width: 100%;
    margin-bottom: 7vw;
  }
  .wineselection-contents ul li:nth-child(2) {
    transition-delay: 0.3s;
  }
  .wineselection-contents ul li img {
    width: 100%;
    margin-bottom: 3vw;
  }
  .wineselection-contents ul li p {
    font-size: 2.7vw;
  }
  .sa--up {
    transform: translate(0, 7vw);
  }
}

/*--追加部分--*/

.specialset {
  background-color: #952b22;
  padding: 60px 0;
  position: relative;
  margin-top: 150px;
  margin-bottom: 130px;
}
.specialset .specialset-ttl {
  position: absolute;
  top: -42px;
  left: calc(50% - -280px);
}
.specialset > h3 {
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding-bottom: 25px;
  margin-bottom: 36px;
  border-bottom: 2px solid #fff;
  letter-spacing: 0.1em;
  line-height: 1em;
  font-size: 36px;
}
.specialset-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.specialset-inner section {
  width: 530px;
  margin-left: 40px;
}
.specialset-inner section h4 {
  font-size: 24px;
  color: #fff;
  line-height: 1.6em;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 32px;
}
.specialset-inner section p.item-name {
  font-size: 20px;
  color: #fff;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 16px;
}
.specialset-inner section p.item-price {
  font-size: 30px;
  color: #fff;
  line-height: 1.1em;
  font-weight: bold;
}
.specialset-inner section p.item-price small {
  font-size: 14px;
}
.specialset-inner section p.item-lead {
  font-size: 15px;
  line-height: 1.6em;
  color: #fff;
  margin-top: 30px;
}
.specialset-inner section a {
  width: 380px;
  height: 50px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/wineselection/images/btn-icon.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin: 30px 0 0;
}
.specialset-thanks {
  position: absolute;
  z-index: 11;
  left: 50%;
  margin-left: calc(1217px / -2);
  top: 45px;
  width: 194px;
  height: 194px;
}
.specialset-thanks img {
  width: 100%;
  height: auto;
}
.criteria {
  margin-bottom: 130px;
}
.criteria .sommelier {
  width: 840px;
  margin: 70px auto 0;
  background-color: #eee;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.criteria .sommelier section {
  width: 520px;
}
.criteria .sommelier section h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #333;
  color: #333;
  line-height: 1em;
  text-align: left;
}
.criteria .sommelier section p {
  font-size: 15px;
  line-height: 1.8em;
}
.criteria .sommelier figure {
  width: 185px;
}

.criteria .sommelier a {
  display: block;
  margin: 20px auto 0;
  transition: 0.3s ease;
}

.criteria .sommelier a:hover {
  opacity: 0.7;
}
.criteria .sommelier__caption {
  width: 100%;
  font-weight: 700;
  font-size: 21px;
  margin-top: 40px;
  text-align: center;
}
.criteria .sommelier__caption::before {
  content: "＼";
}
.criteria .sommelier__caption::after {
  content: "／";
}

@media screen and (max-width: 599px) {
  .specialset {
    background-color: #952b22;
    padding: 9vw 0;
    position: relative;
    margin-top: 18vw;
    margin-bottom: 16vw;
  }
  .specialset .specialset-ttl {
    position: absolute;
    top: -6.2vw;
    left: auto;
    right: 0;
  }
  .specialset .specialset-ttl img {
    width: 50vw;
    height: auto;
  }
  .specialset > h3 {
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding-bottom: 4vw;
    margin-bottom: 0vw;
    border-bottom: 2px solid #fff;
    letter-spacing: 0.05em;
    line-height: 1em;
    font-size: 6vw;
    width: calc(100% - 10vw);
    margin: 0 auto;
  }
  .specialset-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    flex-direction: column;
    padding: 0 5vw;
  }
  .specialset-inner figure,
  .specialset-inner figure img {
    width: 100%;
    height: auto;
  }
  .specialset-inner section {
    width: 100%;
    margin-left: 0;
    margin-top: -2vw;
  }
  .specialset-inner section h4 {
    font-size: 4vw;
    color: #fff;
    line-height: 1.6em;
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: 5vw;
  }
  .specialset-inner section p.item-name {
    font-size: 4vw;
    color: #fff;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 3vw;
  }
  .specialset-inner section p.item-price {
    font-size: 7vw;
    color: #fff;
    line-height: 1.1em;
    font-weight: bold;
  }
  .specialset-inner section p.item-price small {
    font-size: 4vw;
  }
  .specialset-inner section p.item-lead {
    font-size: 3.2vw;
    line-height: 1.6em;
    color: #fff;
    margin-top: 5vw;
  }
  .specialset-inner section a {
    width: 70vw;
    height: 12vw;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/wineselection/images/btn-icon.png);
    background-repeat: no-repeat;
    background-position: right 3vw center;
    color: #fff;
    font-weight: bold;
    font-size: 3.4vw;
    margin: 7vw auto 0;
    background-size: 3vw auto;
  }
  .specialset-thanks {
    width: 20vw;
    height: 20vw;
    left: 5vw;
    top: 25vw;
    margin: 0;
  }
  .criteria {
    margin-bottom: 16vw;
  }
  .criteria .sommelier {
    width: calc(100% - 10vw);
    margin: 11vw auto 0;
    background-color: #eee;
    padding: 6vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .criteria .sommelier section {
    width: 100%;
  }
  .criteria .sommelier section h3 {
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 4vw;
    padding-bottom: 4vw;
    border-bottom: 2px solid #333;
    color: #333;
    line-height: 1em;
    text-align: center;
  }
  .criteria .sommelier section p {
    font-size: 3.2vw;
    line-height: 1.8em;
    margin-bottom: 6vw;
  }
  .criteria .sommelier figure {
    width: 50vw;
  }
  .wineselection-nav .nav-inner ul {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }

  .criteria .sommelier a img {
    width: 100%;
    height: auto;
  }
  .criteria .sommelier__caption {
    margin-top: 3rem;
    font-size: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
  }
  .criteria .sommelier__caption::before,
  .criteria .sommelier__caption::after {
    transform: scale(1, 2.5);
  }
}

/*--追加部分--*/

/* --エリア追加-- */

.wc-contents-items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 70px;
}

.wc-contents-items a {
  width: 210px;
  transition: opacity 0.3s ease;
}

.wc-contents-items a:hover {
  opacity: 0.7;
}

.wc-contents-items a .thumbnail {
  width: 210px;
  height: 210px;
  background: url(../images/wine-item-bg.png) no-repeat center center/169px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.wc-contents-items a .item-body .name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  height: 85px;
}

.wc-contents-items a .item-body .price {
  color: #952b22;
  font-size: 18px;
  font-weight: 700;
}

.wc-contents-items a .item-body .price span {
  font-size: 26px;
}

.wc-contents-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 140px;
}

.wc-contents-area a {
  transition: opacity 0.3s ease;
  position: relative;
}

.wc-contents-area a:hover {
  opacity: 0.7;
}

.wc-contents-area a p {
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  right: 0;
}

#search {
  padding-top: 130px;
  margin-top: -110px;
}

@media screen and (max-width: 599px) {
  .wc-contents-items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 6vw;
    margin-bottom: 5vw;
  }

  .wc-contents-items a {
    width: 42vw;
    margin-bottom: 3vw;
  }

  .wc-contents-items a .thumbnail {
    width: 100%;
    height: 42vw;
    background: url(../images/wine-item-bg.png) no-repeat center center/35vw
      auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1vw;
  }

  .wc-contents-items a .thumbnail img {
    width: auto;
    height: 40vw;
  }

  .wc-contents-items a .item-body .name {
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 1.3;
    height: 14vw;
  }

  .wc-contents-items a .item-body .price {
    color: #952b22;
    font-size: 3.2vw;
    font-weight: 700;
  }

  .wc-contents-items a .item-body .price span {
    font-size: 3.6vw;
  }

  .wc-contents-area {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 6vw;
    margin-bottom: 20vw;
  }

  .wc-contents-area a {
    transition: opacity 0.3s ease;
    position: relative;
    width: 26vw;
    margin: 0 1vw 2vw;
  }

  .wc-contents-area a img {
    width: 100%;
    height: auto;
  }

  .wc-contents-area a p {
    height: 60px;
    font-size: 3.4vw;
    white-space: nowrap;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    right: 0;
  }

  #search {
    padding-top: calc(60px + 3rem + 20vw);
    margin-top: calc(-60px + -3rem + -20vw);
  }
}

.special__ribbon {
  height: 50px;
  background: #a21e19;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 599px) {
  .special__ribbon {
    height: auto;
  }
}

.special__ribbon a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 599px) {
  .special__ribbon a {
    font-size: 1.2rem;
    position: relative;
    padding: 0.4rem 0;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}

.special__ribbon a:hover {
  opacity: 0.6;
}

.special__ribbon a::after {
  content: "";
  display: block;
  background: url(/wineselection/images/btn-icon.png) no-repeat center
    center/contain;
  width: calc(14px * 0.7);
  height: calc(21px * 0.7);
  margin-left: 20px;
}
@media screen and (max-width: 599px) {
  .special__ribbon a::after {
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: calc(1.4rem * 0.7);
    height: calc(2.1rem * 0.7);
  }
}

.special__banner {
  margin-bottom: 200px;
}

@media screen and (max-width: 599px) {
  .special__banner {
    padding: 0 2rem;
    margin-bottom: 6rem;
  }
}

.special__banner p {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0.5em;
  text-align: center;
}
.special__banner p::before {
  content: "＼";
  margin-right: 0.5em;
}
.special__banner p::after {
  content: "／";
  margin-left: 0.5em;
}
@media screen and (max-width: 599px) {
  .special__banner p {
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .special__banner p::before,
  .special__banner p::after {
    transform: scale(1, 3);
  }
}

.special__banner a {
  transition: opacity 0.2s ease;
}

.special__banner a:hover {
  opacity: 0.6;
}

.special__banner a img {
  width: 100%;
  height: auto;
}

.wineselection-contents.gift {
  margin-bottom: 130px;
}

.wineselection-contents.gift .wc-contents-gifts {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
}

.wineselection-contents.gift .wc-contents-gifts .wc-contents-gift {
  position: relative;
  width: 351px;
}

.wineselection-contents.gift .wc-contents-gifts .wc-contents-gift .gift-text {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.wineselection-contents.gift
  .wc-contents-gifts
  .wc-contents-gift
  .gift-fukidashi {
  font-size: 17px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  background: #a21e19;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  right: -60px;
}

.wineselection-contents.gift
  .wc-contents-gifts
  .wc-contents-gift
  .gift-fukidashi::after {
  display: block;
  content: "";
  background: url(../images/gift-fukidashi.png) no-repeat center center/contain;
  width: 48px;
  height: 28px;
  position: absolute;
  left: -15px;
  bottom: 10px;
}

.wineselection-contents .wc-contents-gift2 {
  margin: 60px auto 0;
  width: 930px;
  background: #efe9dd;
  padding: 28px 45px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wineselection-contents .wc-contents-gift2 .gift2-ttl {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}

.wineselection-contents .wc-contents-gift2 .gift2-text {
  font-size: 20px;
  font-weight: 700;
  font-feature-settings: "palt";
}

@media screen and (max-width: 599px) {
  .wineselection-contents.gift {
    margin-bottom: 20vw;
  }

  .wineselection-contents.gift .wc-contents-gifts {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 3vw;
  }

  .wineselection-contents.gift .wc-contents-gifts .wc-contents-gift {
    position: relative;
    width: 43vw;
  }

  .wineselection-contents.gift .wc-contents-gifts .wc-contents-gift .gift-text {
    text-align: center;
    font-size: 3.2vw;
    font-weight: 700;
    margin-bottom: 3vw;
  }

  .wineselection-contents.gift .wc-contents-gifts .wc-contents-gift img {
    width: 100%;
    height: auto;
  }

  .wineselection-contents.gift
    .wc-contents-gifts
    .wc-contents-gift
    .gift-fukidashi {
    font-size: 2.7vw;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    background: #a21e19;
    width: 22vw;
    height: 22vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: unset;
    bottom: -10vw;
    right: -5vw;
  }

  .wineselection-contents.gift
    .wc-contents-gifts
    .wc-contents-gift
    .gift-fukidashi::after {
    display: block;
    content: "";
    background: url(../images/gift-fukidashi.png) no-repeat center
      center/contain;
    width: 6vw;
    height: 4vw;
    position: absolute;
    left: 0;
    bottom: unset;
    top: 2vw;
    transform: rotate(70deg);
  }

  .wineselection-contents .wc-contents-gift2 {
    margin: 15vw auto 0;
    width: 90vw;
    background: #efe9dd;
    padding: 5vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  .wineselection-contents .wc-contents-gift2 .gift2-ttl {
    font-size: 4vw;
    font-weight: 700;
    margin-bottom: 2vw;
    text-align: center;
  }

  .wineselection-contents .wc-contents-gift2 .gift2-text {
    font-size: 3.2vw;
    font-weight: 700;
    font-feature-settings: "palt";
    margin-bottom: 3vw;
  }

  .wineselection-contents .wc-contents-gift2 img {
    width: 100%;
    height: auto;
  }
}

.wc-gift-comment {
  width: 755px;
  height: 95px;
  border-radius: 6px;
  border: 2px solid #a12820;
  margin: 60px auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wc-gift-comment::before {
  display: block;
  content: "";
  background: url(../images/ribbon-left.png) no-repeat center center/contain;
  width: 79px;
  height: 66px;
  position: absolute;
  top: -5px;
  left: 0;
}

.wc-gift-comment::after {
  display: block;
  content: "";
  background: url(../images/ribbon-right.png) no-repeat center center/contain;
  width: 53px;
  height: 46px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.wc-gift-comment p {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  color: #a12820;
  font-feature-settings: "palt";
}

@media screen and (max-width: 599px) {
  .wc-gift-comment {
    width: 90vw;
    height: auto;
    border-radius: 6px;
    border: 1px solid #a12820;
    margin: 12vw auto 8vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3vw;
    box-sizing: border-box;
  }

  .wc-gift-comment::before {
    display: block;
    content: "";
    background: url(../images/ribbon-left.png) no-repeat center center/contain;
    width: 14vw;
    height: 12vw;
    position: absolute;
    top: -1vw;
    left: 0;
  }

  .wc-gift-comment::after {
    display: block;
    content: "";
    background: url(../images/ribbon-right.png) no-repeat center center/contain;
    width: 9vw;
    height: 8vw;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .wc-gift-comment p {
    text-align: center;
    font-size: 3.6vw;
    font-weight: 700;
    color: #a12820;
    font-feature-settings: "palt";
  }
}

.banner {
  position: fixed;
  z-index: 2;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 599px) {
  .banner {
    right: 1rem;
    bottom: 1rem;
    z-index: 11;
  }
  .rb2019---page-top-button {
    bottom: 9rem;
    opacity: 1 !important;
    transform: translate(0, 400%);
  }
}

.banner a {
  display: block;
  width: 320px;
  box-shadow: 0 4px 16px rgb(0 0 0 /0.5);
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 599px) {
  .banner a {
    width: 40vw;
  }
}
.banner a:hover {
  opacity: 0.6;
}

.banner a img {
  display: block;
  width: 100%;
  height: auto;
}

.sommelier-anchor {
  display: block;
  margin-top: -70px;
  padding-top: 70px;
}
@media screen and (max-width: 599px) {
  .sommelier-anchor {
    margin-top: -2vw;
    padding-top: 2vw;
  }
}
