#wineselection-interview * {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  box-sizing: border-box;
}

#wineselection-interview {
  color: #000;
}
#wineselection-interview a {
  transition: all 0.3s;
}
#wineselection-interview a:hover {
  opacity: 0.7;
}
#wineselection-interview .pc-only {
  display: block;
}
#wineselection-interview .sp-only {
  display: none;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .pc-only {
    display: none;
  }
  #wineselection-interview .sp-only {
    display: block;
  }
}

#wineselection-interview {
  position: relative;
  padding-top: 70px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview {
    padding-top: 0;
  }
}
@media screen and (max-width: 599px) {
  #wineselection-interview .wineselection-nav {
    height: 21vw;
  }
}
@media screen and (max-width: 599px) {
  #wineselection-interview .wineselection-nav .nav-inner h1 {
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 599px) {
  #wineselection-interview .wineselection-nav .nav-inner ul {
    flex-wrap: wrap;
  }
}
#wineselection-interview .wineselection-nav .nav-inner ul li {
  margin-left: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .wineselection-nav .nav-inner ul li {
    margin-left: 0;
    padding: 1vw 0;
    width: 25%;
    border-left: 1px solid #fff;
  }
  #wineselection-interview .wineselection-nav .nav-inner ul li:first-child, #wineselection-interview .wineselection-nav .nav-inner ul li:nth-child(5) {
    border-left: none;
  }
  #wineselection-interview .wineselection-nav .nav-inner ul li:nth-child(5), #wineselection-interview .wineselection-nav .nav-inner ul li:nth-child(6), #wineselection-interview .wineselection-nav .nav-inner ul li:nth-child(7), #wineselection-interview .wineselection-nav .nav-inner ul li:nth-child(8) {
    border-top: 1px solid #fff;
  }
}
#wineselection-interview .wineselection-nav .nav-inner ul li a {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .wineselection-nav .nav-inner ul li a {
    font-size: 2.8vw;
  }
}
#wineselection-interview .interview-wrap {
  width: 1230px;
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-wrap {
    width: 100%;
    margin-top: 17vw;
  }
}
#wineselection-interview .interview-mv {
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-mv {
    margin-bottom: 5vw;
  }
  #wineselection-interview .interview-mv img {
    width: 100%;
    height: auto;
  }
}
#wineselection-interview .interview-nav {
  width: 100%;
  height: 100px;
  background: #830904;
  margin-bottom: 60px;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-nav {
    margin-bottom: 5vw;
    height: 14vw;
  }
}
#wineselection-interview .interview-nav.fixed {
  display: none;
  position: fixed;
  width: 1230px;
  top: 125px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-100%);
  z-index: 10;
  opacity: 0;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-nav.fixed {
    width: 100%;
  }
}
#wineselection-interview .interview-nav.fixed.show {
  transform: translateY(0);
  opacity: 1;
}
#wineselection-interview .interview-nav .nav-placeholder {
  width: 100%;
  display: block;
}
#wineselection-interview .interview-nav .interview-nav__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-nav .interview-nav__inner {
    padding: 2vw 0;
  }
}
#wineselection-interview .interview-nav .interview-nav__inner li {
  width: 25%;
  height: 100%;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-nav .interview-nav__inner li {
    border-right: 1px solid #fff;
  }
}
#wineselection-interview .interview-nav .interview-nav__inner li:last-child {
  border: none;
}
#wineselection-interview .interview-nav .interview-nav__inner li a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-nav .interview-nav__inner li a {
    font-size: 2.8vw;
  }
}
#wineselection-interview .interview-nav .interview-nav__inner li a span {
  height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wineselection-interview .interview-nav .interview-nav__inner li a::after {
  display: block;
  content: "";
  background: url(../images/nav-arrow.png) no-repeat center center/contain;
  width: 16px;
  height: 10px;
  margin: 12px auto 0;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-nav .interview-nav__inner li a::after {
    margin-top: 1vw;
    width: 3vw;
    height: 2vw;
  }
}
#wineselection-interview .interview-sommelier {
  margin-bottom: 70px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-sommelier {
    margin-bottom: 5vw;
  }
}
#wineselection-interview .interview-sommelier .sommelier-inner {
  padding: 0 60px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-sommelier .sommelier-inner {
    flex-direction: column;
    padding: 0 5vw;
    margin-bottom: 5vw;
    gap: 3vw;
  }
}
#wineselection-interview .interview-sommelier .sommelier-body p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-sommelier .sommelier-body p {
    font-size: 3vw;
  }
  #wineselection-interview .interview-sommelier .sommelier-body p br {
    display: none;
  }
}
#wineselection-interview .interview-sommelier .sommelier-body p + p {
  margin-top: 2em;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-sommelier .sommelier-body p + p {
    margin-top: 1em;
  }
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-sommelier .sommelier-inner > img {
    width: 60vw;
    height: 50vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
}
#wineselection-interview .interview-sommelier .sommelier-profile {
  width: 996px;
  height: 254px;
  background: rgba(233, 223, 214, 0.4);
  margin: 0 auto;
  padding: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-sommelier .sommelier-profile {
    width: 90vw;
    padding: 3vw 5vw;
    height: auto;
    gap: 3vw;
  }
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-sommelier .sommelier-profile > img {
    width: 20vw;
    height: auto;
  }
}
#wineselection-interview .interview-sommelier .sommelier-profile dl dt {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-sommelier .sommelier-profile dl dt {
    font-size: 3vw;
    margin-bottom: 1vw;
  }
}
#wineselection-interview .interview-sommelier .sommelier-profile dl dd {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-sommelier .sommelier-profile dl dd {
    font-size: 2.8vw;
  }
}
#wineselection-interview .interview-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-title {
    gap: 2vw;
    margin-bottom: 5vw;
  }
}
#wineselection-interview .interview-title .num {
  font-family: "Pinyon Script", cursive;
  color: #830904;
  font-size: 160px;
  line-height: 1;
  font-weight: 400;
  width: 120px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-title .num {
    font-size: 10vw;
    width: 7vw;
  }
}
#wineselection-interview .interview-title .text {
  font-size: 30px;
  font-weight: 700;
  color: #830904;
  padding-bottom: 10px;
  border-bottom: 3px solid #830904;
  width: 100%;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-title .text {
    font-size: 4vw;
    padding-bottom: 1vw;
    padding-left: 2vw;
    border-width: 2px;
  }
}
#wineselection-interview .interview-title .text small {
  font-size: 22px;
  margin-left: 20px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-title .text small {
    font-size: 2.8vw;
    margin-left: 0;
    display: block;
  }
}
#wineselection-interview .interview-recommend {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend {
    width: 100%;
    padding: 0 5vw;
    margin-bottom: 15vw;
  }
}
#wineselection-interview .interview-recommend .product-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend .product-table {
    margin-bottom: 10vw;
  }
}
#wineselection-interview .interview-recommend .product-table th {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend .product-table th {
    font-size: 2.8vw;
  }
}
#wineselection-interview .interview-recommend .product-table th,
#wineselection-interview .interview-recommend .product-table td {
  padding: 12px;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend .product-table th,
  #wineselection-interview .interview-recommend .product-table td {
    padding: 2vw;
  }
}
#wineselection-interview .interview-recommend .product-table th:first-child, #wineselection-interview .interview-recommend .product-table th:last-child,
#wineselection-interview .interview-recommend .product-table td:first-child,
#wineselection-interview .interview-recommend .product-table td:last-child {
  border-right: none;
}
#wineselection-interview .interview-recommend .product-table th {
  background-color: #ebebeb;
  width: 143px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend .product-table th {
    width: 20vw;
  }
}
#wineselection-interview .interview-recommend .product-table td {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend .product-table td {
    font-size: 3vw;
  }
}
#wineselection-interview .interview-recommend .product-table td img {
  display: block;
  margin: 0 auto 8px;
  width: 231px;
  height: 231px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend .product-table td img {
    width: 20vw;
    height: 20vw;
  }
}
#wineselection-interview .interview-recommend .product-table td p {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend .product-table td p {
    font-size: 2.8vw;
  }
}
#wineselection-interview .interview-recommend .product-table td.item {
  vertical-align: top;
}
#wineselection-interview .interview-recommend .wine-point + .wine-point {
  margin-top: 86px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend .wine-point + .wine-point {
    margin-top: 10vw;
  }
}
#wineselection-interview .interview-recommend .wine-title {
  width: 100%;
  height: 92px;
  border-radius: 46px;
  background: #830904;
  padding-left: 46px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend .wine-title {
    height: 12vw;
    font-size: 3.2vw;
    gap: 2vw;
    padding-left: 6vw;
    margin-bottom: 5vw;
  }
  #wineselection-interview .interview-recommend .wine-title img {
    width: 7vw;
    height: auto;
  }
}
#wineselection-interview .interview-recommend .wine-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 55px;
  margin-bottom: 45px;
  padding-right: 40px;
  position: relative;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend .wine-contents {
    flex-direction: column;
    gap: 5vw;
    margin-bottom: 5vw;
    padding-right: 0;
  }
}
#wineselection-interview .interview-recommend .wine-contents > img {
  width: 166px;
  height: auto;
  position: absolute;
  top: -124px;
  right: -15px;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend .wine-contents > img {
    width: 18vw;
    top: unset;
    bottom: 0;
    right: 0;
  }
}
#wineselection-interview .interview-recommend .wine-comment .lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 28px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend .wine-comment .lead {
    font-size: 3.2vw;
    margin-bottom: 3vw;
  }
  #wineselection-interview .interview-recommend .wine-comment .lead br {
    display: none;
  }
}
#wineselection-interview .interview-recommend .sommelier-comment p {
  max-width: 370px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend .sommelier-comment p {
    max-width: unset;
  }
}
#wineselection-interview .interview-recommend .wine-data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend .wine-data {
    gap: 2vw;
    width: 100%;
  }
}
#wineselection-interview .interview-recommend .wine-data dl {
  width: 400px;
  border-radius: 10px;
  background: #ebebeb;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 7px 0;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend .wine-data dl {
    width: 100%;
  }
}
#wineselection-interview .interview-recommend .wine-data dl dt {
  font-size: 15px;
  font-weight: 700;
  width: 94px;
  border-right: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend .wine-data dl dt {
    font-size: 3vw;
    width: 20vw;
  }
}
#wineselection-interview .interview-recommend .wine-data dl dd {
  font-size: 18px;
  font-weight: 700;
  padding-left: 12px;
  line-height: 1.2;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend .wine-data dl dd {
    font-size: 3.2vw;
  }
}
#wineselection-interview .interview-recommend .wine-block + .wine-block {
  margin-top: 48px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend .wine-block + .wine-block {
    margin-top: 5vw;
  }
}
#wineselection-interview .interview-recommend .wine-block__title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background: #b47c7a;
  height: 40px;
  border-radius: 20px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 28px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend .wine-block__title {
    font-size: 3.4vw;
    height: 8vw;
    margin-bottom: 3vw;
  }
}
#wineselection-interview .interview-recommend .wine-block .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 45px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend .wine-block .inner {
    flex-direction: column;
    align-items: center;
    gap: 5vw;
  }
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend .wine-block .inner a {
    width: 70vw;
    margin: 0 auto;
  }
  #wineselection-interview .interview-recommend .wine-block .inner a img {
    width: 100%;
    height: auto;
  }
}
#wineselection-interview .interview-recommend .wine-block .inner > p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend .wine-block .inner > p {
    font-size: 3vw;
  }
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend .wine-block .inner > img {
    width: 70vw;
    height: auto;
  }
}
#wineselection-interview .interview-recommend .wine-block .inner .left > p {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend .wine-block .inner .left > p {
    margin-bottom: 5vw;
    font-size: 3vw;
    line-height: 1.7;
  }
}
#wineselection-interview .interview-recommend .btn-bk {
  width: 450px;
  margin: 50px auto 0;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend .btn-bk {
    width: 80vw;
    margin-top: 8vw;
  }
}
#wineselection-interview .interview-recommend .btn-wh {
  width: 450px;
  margin: 14px auto 0;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend .btn-wh {
    width: 80vw;
    margin-top: 3vw;
  }
}
#wineselection-interview .interview-recommend .wine-contents02 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend .wine-contents02 {
    flex-direction: column;
  }
  #wineselection-interview .interview-recommend .wine-contents02 a {
    width: 70vw;
    margin: 0 auto;
  }
  #wineselection-interview .interview-recommend .wine-contents02 img {
    display: block;
    width: 70vw;
    height: auto;
    margin: 5vw auto 0;
  }
}
#wineselection-interview .interview-recommend .wine-blocks {
  width: 550px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend .wine-blocks {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-recommend .wine-block > p {
    font-size: 3vw;
  }
}
#wineselection-interview .sommelier-comment {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .sommelier-comment {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 599px) {
  #wineselection-interview .sommelier-comment > img {
    width: 20vw;
    height: auto;
  }
}
#wineselection-interview .sommelier-comment p {
  font-size: 20px;
  font-weight: 700;
  background: #ede0c0;
  border-radius: 10px;
  padding: 24px;
  line-height: 1.3;
  margin-left: 43px;
  position: relative;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .sommelier-comment p {
    font-size: 3vw;
    padding: 3vw;
    margin-left: 5vw;
  }
}
#wineselection-interview .sommelier-comment p span {
  font-size: 22px;
  color: #830904;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .sommelier-comment p span {
    font-size: 3.2vw;
  }
  #wineselection-interview .sommelier-comment p span br {
    display: none;
  }
}
#wineselection-interview .sommelier-comment p::before {
  display: block;
  content: "";
  background: url(/wineselection/interview/images/fukidashi.png) no-repeat center center/contain;
  width: 36px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: -35px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .sommelier-comment p::before {
    width: 6vw;
    height: 5vw;
    left: -5vw;
  }
}
#wineselection-interview .btn-bk {
  height: 60px;
  background: #000;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .btn-bk {
    height: 12vw;
    font-size: 3.4vw;
  }
}
#wineselection-interview .btn-wh {
  height: 60px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #830904;
  color: #830904;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .btn-wh {
    height: 12vw;
    font-size: 3.4vw;
  }
}
#wineselection-interview .interview-howto {
  width: 1100px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-howto {
    width: 100%;
    padding: 0 5vw;
    margin-bottom: 15vw;
  }
}
#wineselection-interview .interview-howto .howto-block + .howto-block {
  margin-top: 56px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-howto .howto-block + .howto-block {
    margin-top: 8vw;
  }
}
#wineselection-interview .interview-howto .howto-title {
  height: 50px;
  border-radius: 25px;
  background: #830904;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 28px;
  margin-bottom: 36px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-howto .howto-title {
    height: 10vw;
    font-size: 3.4vw;
    padding-left: 7vw;
    margin-bottom: 3vw;
  }
}
#wineselection-interview .interview-howto .howto-title img {
  margin-right: 14px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-howto .howto-title img {
    width: 7vw;
    height: auto;
    margin-right: 2vw;
  }
}
#wineselection-interview .interview-howto .howto-text {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-howto .howto-text {
    font-size: 3vw;
  }
}
#wineselection-interview .interview-howto .howto-text span {
  color: #830904;
  font-size: 21px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-howto .howto-text span {
    font-size: 3.4vw;
  }
}
#wineselection-interview .interview-howto .sommelier-comment {
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-howto .sommelier-comment {
    margin-top: 3vw;
  }
}
#wineselection-interview .interview-howto .sommelier-comment p {
  width: 100%;
}
#wineselection-interview .interview-howto .howto-inner > img {
  display: block;
  margin: 80px auto 0;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-howto .howto-inner > img {
    width: 80vw;
    height: auto;
    margin-top: 5vw;
  }
}
#wineselection-interview .interview-about {
  width: 1100px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-about {
    width: 100%;
    padding: 0 5vw;
  }
}
#wineselection-interview .interview-about .about-text {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-about .about-text {
    font-size: 3vw;
    margin-bottom: 5vw;
  }
}
#wineselection-interview .interview-about .sommelier-comment p {
  padding-right: 50px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-about .sommelier-comment p {
    padding-right: 3vw;
  }
}
#wineselection-interview .wine-bn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#wineselection-interview .wine-bn p {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .wine-bn p {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 599px) {
  #wineselection-interview .wine-bn a img {
    width: 90vw;
    height: auto;
  }
}
#wineselection-interview .interview-summary {
  width: 1100px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-summary {
    width: 100%;
    padding: 0 5vw;
    margin-bottom: 15vw;
  }
}
#wineselection-interview .interview-summary .summary-inner {
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-summary .summary-inner {
    margin-bottom: 8vw;
  }
}
#wineselection-interview .interview-summary .summary-inner ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-summary .summary-inner ul {
    gap: 3vw;
    margin-bottom: 5vw;
  }
}
#wineselection-interview .interview-summary .summary-inner ul li {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9d7631;
  height: 70px;
  width: 880px;
  border-radius: 34px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-summary .summary-inner ul li {
    width: 100%;
    height: 10vw;
    font-size: 3vw;
    text-align: center;
    line-height: 1.3;
  }
}
#wineselection-interview .interview-summary .summary-inner p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .interview-summary .summary-inner p {
    font-size: 3vw;
  }
}
#wineselection-interview .wine-item {
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .wine-item {
    flex-direction: column;
    padding: 0;
    gap: 5vw;
  }
}
#wineselection-interview .wine-item + .wine-item {
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .wine-item + .wine-item {
    margin-top: 8vw;
  }
}
#wineselection-interview .wine-item > img {
  border: 1px solid #ccc;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .wine-item > img {
    width: 65vw;
    height: auto;
  }
}
#wineselection-interview .wine-item .wine-body {
  width: 500px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .wine-item .wine-body {
    width: 100%;
  }
}
#wineselection-interview .wine-item .wine-name {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .wine-item .wine-name {
    font-size: 3.8vw;
    text-align: center;
    margin-bottom: 1vw;
  }
}
#wineselection-interview .wine-item .wine-price {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .wine-item .wine-price {
    font-size: 3vw;
    text-align: center;
    margin-bottom: 1vw;
  }
}
#wineselection-interview .wine-item .wine-price span {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .wine-item .wine-price span {
    font-size: 3.8vw;
  }
}
#wineselection-interview .wine-item .wine-text {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .wine-item .wine-text {
    font-size: 3vw;
  }
}
#wineselection-interview .wine-item .wine-taste {
  width: 280px;
  height: 40px;
  border-radius: 10px;
  background: #830904;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 7px 14px;
  margin-top: 25px;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .wine-item .wine-taste {
    margin: 3vw auto;
  }
}
#wineselection-interview .wine-item .wine-taste dt {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding-right: 14px;
  border-right: 1px solid #fff;
  margin-right: 14px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .wine-item .wine-taste dt {
    font-size: 3vw;
  }
}
#wineselection-interview .wine-item .wine-taste dd {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .wine-item .wine-taste dd {
    font-size: 3vw;
  }
}
#wineselection-interview .wine-item .wine-taste dd p {
  display: flex;
  align-items: center;
  justify-content: center;
}
#wineselection-interview .wine-item .wine-taste dd span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #b56b68;
  display: block;
  margin: 0 2px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .wine-item .wine-taste dd span {
    width: 4vw;
    height: 4vw;
  }
}
#wineselection-interview .wine-item .wine-taste dd span.wh {
  background: #fff;
}
#wineselection-interview .wine-item .wine-taste dd span:first-child {
  margin-left: 10px;
}
#wineselection-interview .wine-item .wine-taste dd span:last-child {
  margin-right: 10px;
}
#wineselection-interview .wine-item .wine-detail {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .wine-item .wine-detail {
    margin-bottom: 5vw;
  }
}
#wineselection-interview .wine-item .wine-detail li {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .wine-item .wine-detail li {
    font-size: 3vw;
  }
}
#wineselection-interview .wine-item .wine-detail li span {
  color: #830904;
}
#wineselection-interview .wine-item .wine-body > a {
  width: 100%;
  height: 70px;
  border-radius: 10px;
  background: #000;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .wine-item .wine-body > a {
    height: 10vw;
    font-size: 3.4vw;
  }
}
#wineselection-interview .wine-inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .wine-inner {
    width: 100%;
    padding: 0 5vw;
  }
}
#wineselection-interview .wine-inner + .wine-inner {
  margin-top: 140px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .wine-inner + .wine-inner {
    margin-top: 10vw;
  }
}
#wineselection-interview .wine-inner .wine-head {
  color: #830904;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  border-bottom: 3px solid #830904;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .wine-inner .wine-head {
    font-size: 4vw;
    padding-bottom: 2vw;
    margin-bottom: 5vw;
    border-width: 2px;
  }
}
#wineselection-interview .wine-inner .wine-banners {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .wine-inner .wine-banners {
    gap: 3vw;
  }
  #wineselection-interview .wine-inner .wine-banners > a img {
    width: 90vw;
    height: auto;
  }
}
#wineselection-interview .gift-concierge {
  padding: 80px 0;
  background: #ede0c0;
  margin-top: 160px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .gift-concierge {
    padding: 7vw 5vw;
    margin-top: 15vw;
  }
}
#wineselection-interview .gift-concierge > h2 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .gift-concierge > h2 {
    margin: 0 auto 3vw;
    width: 50vw;
  }
  #wineselection-interview .gift-concierge > h2 img {
    width: 100%;
    height: auto;
  }
}
#wineselection-interview .gift-concierge > p {
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .gift-concierge > p {
    font-size: 3vw;
  }
}
#wineselection-interview .gift-concierge .gift-concierge__inner {
  width: 1100px;
  border-top: 1px solid #000;
  padding-top: 36px;
  margin: 36px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .gift-concierge .gift-concierge__inner {
    width: 100%;
    padding-top: 5vw;
    margin-top: 5vw;
    flex-direction: column-reverse;
    gap: 3vw;
  }
}
#wineselection-interview .gift-concierge .article-body .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .gift-concierge .article-body .title {
    font-size: 3.8vw;
    text-align: center;
    margin-bottom: 2vw;
  }
}
#wineselection-interview .gift-concierge .article-body .text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .gift-concierge .article-body .text {
    font-size: 3vw;
  }
  #wineselection-interview .gift-concierge .article-body .text br {
    display: none;
  }
}
#wineselection-interview .gift-concierge .article-body .note {
  font-size: 10px;
  margin-top: 13px;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .gift-concierge .article-body .note {
    font-size: 2.8vw;
  }
}
#wineselection-interview .gift-concierge .article-body a {
  width: 386px;
  height: 60px;
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .gift-concierge .article-body a {
    width: 80vw;
    height: 10vw;
    font-size: 3.4vw;
    margin-top: 3vw;
  }
}
#wineselection-interview .gift-concierge .thumbnail {
  width: 500px;
  height: 419px;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  #wineselection-interview .gift-concierge .thumbnail {
    width: 70vw;
    height: auto;
  }
  #wineselection-interview .gift-concierge .thumbnail img {
    width: 100%;
    height: auto;
  }
}
#wineselection-interview #recommend,
#wineselection-interview #howto,
#wineselection-interview #about,
#wineselection-interview #summary {
  margin-top: -180px;
  padding-top: 180px;
}