@charset "UTF-8";
body.dir-shop {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Lato", "Helvetica", YuGothic, sans-serif;
}
@media print, screen and (min-width: 769px) {
  body.dir-shop a {
    cursor: pointer;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 768px) {
  .container.all-wrap {
    padding-top: 0;
  }
}

.palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.fs12 {
  font-size: 12px;
}

.bottom {
  vertical-align: bottom;
}

.top-title-sub {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-title-sub {
    font-size: 2rem;
    padding-left: 1.5rem;
  }
}

.top-title-sub-en {
  color: #6e5518;
  font-size: 1.6rem;
  font-family: "ヒラギノ明朝 Pro";
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-title-sub-en {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 320px) and (max-width: 374px) {
  .top-title-sub-en {
    margin-left: 0.7rem;
  }
}

.top-container {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Lato", "Helvetica", YuGothic, sans-serif;
  max-width: 1000px;
  margin: 0 auto;
}

.new-item {
  border-bottom: 1px solid #eaeaea;
}

.new-item,
.wine-set,
.shop-features {
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  .new-item,
  .wine-set,
  .shop-features {
    padding: 0;
  }
}

.sns_content {
  padding: 5rem;
  background: #f7f7e7;
}
.sns_content .shop-features__item {
  webkit-box-shadow: 1px 1px 10px -10px #929292;
  -webkit-box-shadow: 1px 1px 10px -10px #929292;
          box-shadow: 1px 1px 10px -10px #929292;
  webkit-box-shadow: 1px 1px 10px -10px #929292;
}
@media screen and (max-width: 768px) {
  .sns_content {
    padding: 2.5rem 1.5rem !important;
  }
  .sns_content h3 {
    padding-left: 0;
  }
}
.sns_content .swiper-slide {
  background: none;
}

.commingsoon_link {
  pointer-events: none;
}

.features-container {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .features-container {
    margin-top: 1rem;
  }
}

@media print, screen and (min-width: 769px) {
  .top_information {
    background: #ececec;
    text-align: center;
    padding: 5px 0;
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .top_information {
    background: #ececec;
    text-align: center;
    padding: 10px 5px;
    font-size: 1.2rem;
    line-height: 1.2;
    text-decoration: underline;
  }
}
.dir-shop .shop-first-view {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .dir-shop .shop-first-view {
    margin-top: 150px;
  }
}
.dir-shop .shop-first-view .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dir-shop .shop-first-view .swiper-pagination {
  height: 32px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .dir-shop .shop-first-view .swiper-pagination {
    height: 39px;
  }
}
.dir-shop .shop-first-view .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #d9d9d9;
  border: none;
  opacity: 1;
}
.dir-shop .shop-first-view .swiper-pagination-bullet-active {
  background-color: #5b5b5b !important;
}
.dir-shop .shop-first-view .swiper-notification {
  display: block;
  height: 30px;
}
.dir-shop .shop-first-view .swiper-button-prev {
  left: 19%;
  background: #fff;
  -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.25));
  border-radius: 30px;
  width: 46px;
  height: 46px;
}
.dir-shop .shop-first-view .swiper-button-prev:before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/top/icon_arrow_slider_left.svg) 50%/cover no-repeat;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 19px;
  -webkit-transform: rotate(0deg) translate(-50%, -50%);
  transform: rotate(0deg) translate(-50%, -50%);
}
.dir-shop .shop-first-view .swiper-button-next {
  right: 19%;
  background: #fff;
  -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.25));
  border-radius: 30px;
  width: 46px;
  height: 46px;
}
.dir-shop .shop-first-view .swiper-button-next:before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/top/icon_arrow_slider_left.svg) 50%/cover no-repeat;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 19px;
  -webkit-transform: rotate(180deg) translate(50%, 50%);
  transform: rotate(180deg) translate(50%, 50%);
}
@media screen and (max-width: 768px) {
  .dir-shop .shop-first-view .swiper-button-prev,
  .dir-shop .shop-first-view .swiper-button-next {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .dir-shop .shop-first-view .swiper-slide-next,
  .dir-shop .shop-first-view .swiper-slide-prev {
    position: relative;
  }
  .dir-shop .shop-first-view .swiper-slide-next::before,
  .dir-shop .shop-first-view .swiper-slide-prev::before {
    content: "";
    background: rgba(255, 255, 255, 0.85);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
}
.dir-shop .shop-first-view__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .dir-shop .shop-first-view__title {
    text-align: center;
    width: 100%;
  }
}
.dir-shop .shop-first-view__title-img {
  width: 37vh;
}
@media screen and (max-width: 768px) {
  .dir-shop .shop-first-view__title-img {
    width: 26vh;
  }
}
.dir-shop .shop-first-view__img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sp-tools {
    position: fixed;
    top: 105px;
    width: 100%;
    background: #fff;
    border-bottom: 2px solid #eaeaea;
  }
  .sp-tools__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-size: 100% 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .sp-tools__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    position: relative;
    text-align: center;
  }
  .sp-tools__item .header__tools-cart_num {
    top: 0;
    right: 0;
    z-index: 1;
  }
  .sp-tools__item:nth-child(n+2):nth-child(-n+4) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), color-stop(78%, #eaeaea), color-stop(78%, transparent));
    background-image: linear-gradient(to bottom, #eaeaea, #eaeaea 78%, transparent 78%);
    background-size: 1px 100%;
    background-position: left 8px;
    background-repeat: repeat-y;
  }
  .sp-tools__item--gray {
    position: relative;
    background: #f8f6f3;
  }
  .sp-tools__item--gray::before {
    position: absolute;
    display: block;
    content: "";
    background: url(../img/top/icon_link_sp.svg) 50%/cover no-repeat;
    top: 5px;
    right: 10px;
    width: 10px;
    height: 10px;
  }
  .sp-tools__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.4rem 0 0.5rem;
    position: relative;
  }
  .sp-tools__icon {
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sp-tools__text {
    font-size: 12px;
    letter-spacing: 0.01em;
    text-align: center;
    line-height: 1.4;
  }
  .new-item {
    border-top: 1px solid #eaeaea;
  }
  .new-item__wrap {
    padding: 2.3rem 0 3rem;
    overflow: hidden;
  }
  .sp-features-tab {
    background: #fff;
  }
  .sp-features-tab__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eaeaea;
    margin-top: 5px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .sp-features-tab__item {
    position: relative;
    padding: 12px 5px;
    font-size: 1.3rem;
    color: #929292;
    text-align: center;
  }
  .sp-features-tab .tab-active {
    color: #950000;
    border-bottom: 3px solid #950000;
  }
}
@media print, screen and (min-width: 769px) {
  .sp-features-tab {
    background: #fff;
  }
  .sp-features-tab__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eaeaea;
    margin-top: 5px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .sp-features-tab__item {
    position: relative;
    padding: 12px 5px;
    font-size: 1.5rem;
    color: #929292;
    text-align: center;
  }
  .sp-features-tab .tab-active {
    color: #950000;
    border-bottom: 3px solid #950000;
  }
}
.shop-features {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .shop-features {
    overflow: hidden;
    padding: 0 1.5rem;
  }
}
.shop-features .features-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .shop-features .features-container {
    overflow: visible;
  }
}
.shop-features .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .shop-features .swiper-slide:not(:first-child) {
    margin-left: 8px;
  }
}
.shop-features .swiper-slide img {
  width: 100%;
}
.shop-features__item {
  border-radius: 4px;
  -ms-flex-preferred-size: calc((100% - 8px) / 2);
      flex-basis: calc((100% - 8px) / 2);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .shop-features__item:nth-child(n+3) {
    margin-top: 8px;
  }
  .shop-features__item:not(:nth-child(2n+1)) {
    margin-left: 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .shop-features__item {
    -ms-flex-preferred-size: calc((100% - 20px) / 3);
        flex-basis: calc((100% - 20px) / 3);
  }
  .shop-features__item:nth-child(n+4) {
    margin-top: 10px;
  }
  .shop-features__item:not(:nth-child(3n+1)) {
    margin-left: 10px;
  }
}
.shop-features__link {
  display: inline-block;
  width: 100%;
}
.shop-features .features-container-wrap .swiper-button-prev,
.shop-features .features-container-wrap .swiper-button-next {
  margin-top: -28px;
}
@media screen and (max-width: 768px) {
  .shop-features .features-container-wrap .swiper-button-prev,
  .shop-features .features-container-wrap .swiper-button-next {
    margin-top: -21px;
  }
}

@media print, screen and (min-width: 769px) {
  .single-cul-slider-wrap,
  .features-container-wrap {
    position: relative;
  }
  .single-cul-slider-wrap .swiper-button-prev,
  .single-cul-slider-wrap .swiper-button-next,
  .features-container-wrap .swiper-button-prev,
  .features-container-wrap .swiper-button-next {
    background: #fff;
    -webkit-box-shadow: 1px 2px 6px #e2e2e2;
            box-shadow: 1px 2px 6px #e2e2e2;
    border-radius: 30px;
    width: 55px;
    height: 55px;
    margin-top: -30px;
  }
  .single-cul-slider-wrap .swiper-button-prev::before,
  .single-cul-slider-wrap .swiper-button-next::before,
  .features-container-wrap .swiper-button-prev::before,
  .features-container-wrap .swiper-button-next::before {
    position: absolute;
    display: block;
    content: "";
    background: url("../img/top/icon_arrow_slider_left.svg") 50%/cover no-repeat;
    top: 50%;
    left: 0px;
    width: 10px;
    height: 19px;
    -webkit-transform: rotate(180deg) translate(-25px, 50%);
            transform: rotate(180deg) translate(-25px, 50%);
  }
  .single-cul-slider-wrap .swiper-button-prev,
  .features-container-wrap .swiper-button-prev {
    left: -27.5px;
  }
  .single-cul-slider-wrap .swiper-button-prev::before,
  .features-container-wrap .swiper-button-prev::before {
    -webkit-transform: rotate(0deg) translate(22px, -50%);
            transform: rotate(0deg) translate(22px, -50%);
  }
  .single-cul-slider-wrap .swiper-button-next,
  .features-container-wrap .swiper-button-next {
    right: -27.5px;
  }
}
@media screen and (max-width: 768px) {
  .single-cul-slider-wrap,
  .features-container-wrap {
    position: relative;
  }
  .single-cul-slider-wrap .swiper-button-prev,
  .single-cul-slider-wrap .swiper-button-next,
  .features-container-wrap .swiper-button-prev,
  .features-container-wrap .swiper-button-next {
    background: #fff;
    -webkit-box-shadow: 1px 2px 6px #e2e2e2;
            box-shadow: 1px 2px 6px #e2e2e2;
    border-radius: 30px;
    width: 40px;
    height: 40px;
  }
  .single-cul-slider-wrap .swiper-button-prev::before,
  .single-cul-slider-wrap .swiper-button-next::before,
  .features-container-wrap .swiper-button-prev::before,
  .features-container-wrap .swiper-button-next::before {
    position: absolute;
    display: block;
    content: "";
    background: url("../img/top/icon_arrow_slider_left.svg") 50%/cover no-repeat;
    top: 50%;
    left: -7px;
    width: 8px;
    height: 12px;
    -webkit-transform: rotate(180deg) translate(-25px, 50%);
            transform: rotate(180deg) translate(-25px, 50%);
  }
  .single-cul-slider-wrap .swiper-button-prev,
  .features-container-wrap .swiper-button-prev {
    left: 0;
  }
  .single-cul-slider-wrap .swiper-button-prev::before,
  .features-container-wrap .swiper-button-prev::before {
    -webkit-transform: rotate(0deg) translate(22px, -50%);
            transform: rotate(0deg) translate(22px, -50%);
  }
  .single-cul-slider-wrap .swiper-button-next,
  .features-container-wrap .swiper-button-next {
    right: 0;
  }
}
.single-cul-slider {
  margin-top: 1.5rem;
  overflow: hidden;
  padding: 1px;
}
@media screen and (max-width: 768px) {
  .single-cul-slider {
    margin-top: 1rem;
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  .single-cul-slider .swiper-wrapper {
    padding: 0 1.5rem;
  }
}
.single-cul-slider__item {
  position: relative;
}
.single-cul-slider__link {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  padding: 2rem 1rem 1.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .single-cul-slider__link {
    padding: 2rem 1.5rem 1.5rem;
    border: none;
    -webkit-box-shadow: 1px 1px 25px -10px #929292;
            box-shadow: 1px 1px 25px -10px #929292;
  }
  .single-cul-slider__link--small {
    padding: 1.5rem;
  }
}
.single-cul-slider__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 163px;
}
@media print, screen and (min-width: 769px) {
  .single-cul-slider__product--small {
    min-height: 125px;
    max-height: 155px;
  }
}
@media all and (min-width: 851px) and (max-width: 1020px) {
  .single-cul-slider__product {
    height: 200px;
  }
}
@media all and (min-width: 769px) and (max-width: 850px) {
  .single-cul-slider__product {
    height: 230px;
  }
}
@media screen and (max-width: 768px) {
  .single-cul-slider__product {
    height: 150px;
  }
  .single-cul-slider__product--small {
    height: 105px;
  }
}
@media all and (min-width: 320px) and (max-width: 374px) {
  .single-cul-slider__product {
    height: 160px;
  }
}
.single-cul-slider__type {
  display: inline-block;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 11px;
  left: 11px;
}
@media screen and (max-width: 768px) {
  .single-cul-slider__type {
    top: 9px;
    left: 9px;
    width: 38px;
    height: 38px;
  }
}
.single-cul-slider__type::after {
  background: url() 50%/cover no-repeat;
  display: block;
  content: "";
  position: relative;
  top: 21px;
  left: 0px;
  width: 44px;
  height: 44px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single-cul-slider__type--white {
  background: #a9d08d;
}
.single-cul-slider__type--white::after {
  background: url(../img/top/icon_white.png) 50%/cover no-repeat;
}
.single-cul-slider__type--red {
  background: #db5d5d;
}
.single-cul-slider__type--red::after {
  background: url(../img/top/icon_red.png) 50%/cover no-repeat;
}
.single-cul-slider__type--sparkling::after {
  background: url(../img/top/icon_sparkling.png) 50%/cover no-repeat;
}
.single-cul-slider__type--rose::after {
  background: url(../img/top/icon_rose.png) 50%/cover no-repeat;
}
.single-cul-slider__type--set::after {
  background: url(../img/top/icon_set.png) 50%/cover no-repeat;
}
.single-cul-slider__type--goods::after {
  background: url(../img/top/icon_goods.png) 50%/cover no-repeat;
}
.single-cul-slider__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
}
@media print, screen and (min-width: 769px) {
  .single-cul-slider__image {
    padding-left: 0.5rem;
  }
}
.single-cul-slider__box {
  -ms-flex-preferred-size: 58%;
      flex-basis: 58%;
  padding-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .single-cul-slider__box {
    padding-left: 0.5rem;
  }
}
.single-cul-slider__country {
  font-size: 1rem;
  padding-left: 2.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .single-cul-slider__country {
    padding-left: 1.5rem;
    line-height: 1rem;
    letter-spacing: 0;
  }
}
.single-cul-slider__country::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 0px;
  width: 20px;
  height: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .single-cul-slider__country::before {
    top: 3px;
    left: -5px;
    width: 14px;
    height: 9px;
  }
}
.single-cul-slider__country--italy::before {
  background: url(../img/top/icon_italia.svg) 50%/cover no-repeat;
}
.single-cul-slider__country--france::before {
  background: url(../img/top/icon_france.svg) 50%/cover no-repeat;
}
.single-cul-slider__country--u_s_::before {
  background: url(../img/top/icon_usa.svg) 50%/cover no-repeat;
}
.single-cul-slider__country--argentine::before {
  background: url(../img/top/icon_Argentina.svg) 50%/cover no-repeat;
}
.single-cul-slider__country--australia::before {
  background: url(../img/top/icon_Australia.svg) 50%/cover no-repeat;
}
.single-cul-slider__country--austria::before {
  background: url(../img/top/icon_Austria.svg) 50%/cover no-repeat;
}
.single-cul-slider__country--canada::before {
  background: url(../img/top/icon_Canada.svg) 50%/cover no-repeat;
}
.single-cul-slider__country--chile::before {
  background: url(../img/top/icon_Chile.svg) 50%/cover no-repeat;
}
.single-cul-slider__country--croatia::before {
  background: url(../img/top/icon_Croatia.svg) 50%/cover no-repeat;
}
.single-cul-slider__country--georgia::before {
  background: url(../img/top/icon_Georgia.svg) 50%/cover no-repeat;
}
.single-cul-slider__country--germany::before {
  background: url(../img/top/icon_Germany.svg) 50%/cover no-repeat;
}
.single-cul-slider__country--greece::before {
  background: url(../img/top/icon_Greece.svg) 50%/cover no-repeat;
}
.single-cul-slider__country--hungary::before {
  background: url(../img/top/icon_Hungary.svg) 50%/cover no-repeat;
}
.single-cul-slider__country--japan::before {
  background: url(../img/top/icon_Japan.svg) 50%/cover no-repeat;
}
.single-cul-slider__country--new_zealand::before {
  background: url(../img/top/icon_New_Zealand.svg) 50%/cover no-repeat;
}
.single-cul-slider__country--portugal::before {
  background: url(../img/top/icon_Portugal.svg) 50%/cover no-repeat;
}
.single-cul-slider__country--romania::before {
  background: url(../img/top/icon_Romania.svg) 50%/cover no-repeat;
}
.single-cul-slider__country--slovenia::before {
  background: url(../img/top/icon_Slovenia.svg) 50%/cover no-repeat;
}
.single-cul-slider__country--south_africa::before {
  background: url(../img/top/icon_South_Africa.svg) 50%/cover no-repeat;
}
.single-cul-slider__country--spain::before {
  background: url(../img/top/icon_Spain.svg) 50%/cover no-repeat;
}
.single-cul-slider__country--switzerland::before {
  background: url(../img/top/icon_Switzerland.svg) 50%/cover no-repeat;
}
.single-cul-slider__country--burgaria::before {
  background: url(../img/top/icon_Burgaria.svg) 50%/cover no-repeat;
}
.single-cul-slider__country--swiss::before {
  background: url(../img/top/icon_Switzerland.svg) 50%/cover no-repeat;
}
.single-cul-slider__country--u_k_::before {
  background: url(../img/top/icon_Uk.svg) 50%/cover no-repeat;
}
.single-cul-slider__title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 1rem;
  text-align: left;
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .single-cul-slider__title {
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0;
  }
  .single-cul-slider__title--small {
    margin-top: 0;
    -webkit-line-clamp: 4;
  }
}
.single-cul-slider__variety {
  font-size: 1rem;
  font-weight: normal;
  padding-top: 0.3rem;
  letter-spacing: 0;
  height: 1.2rem;
  line-height: 1rem;
}
.single-cul-slider__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1.2rem;
  text-align: left;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .single-cul-slider__price {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-bottom: 0;
    letter-spacing: 0;
  }
}
.single-cul-slider__price-big {
  font-size: 1.9rem;
  font-weight: bold;
  font-family: arial;
}
.single-cul-slider__explanation {
  background-image: linear-gradient(to right, #707070, #707070 1px, transparent 1px, transparent 4px);
  background-size: 5px 1px;
  background-position: top;
  background-repeat: repeat-x;
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .single-cul-slider__explanation {
    padding-top: 1rem;
  }
}
.single-cul-slider__text {
  font-size: 1.35rem;
  display: -webkit-box;
  height: 7rem;
  overflow: hidden;
  text-align: left;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .single-cul-slider__text {
    line-height: 2.3rem;
    letter-spacing: -0.4px;
    height: 6.5rem;
    -webkit-line-clamp: 3;
  }
}

@media screen and (max-width: 768px) {
  .world-wine-set {
    margin-top: 18px;
    padding-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .world-wine-set__title {
    position: relative;
    text-align: center;
    padding-left: 0;
    font-size: 18px;
  }
  .world-wine-set__title span.highlight {
    position: relative;
    padding-top: 1.5em;
  }
  .world-wine-set__title span.highlight:before {
    position: absolute;
    content: "・";
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    font-size: 1em;
    color: orange;
  }
  .world-wine-set__title:before {
    position: absolute;
    top: 0;
    left: calc(50% - 150px);
    content: "＼";
    display: block;
    margin-right: 10px;
  }
  .world-wine-set__title:after {
    position: absolute;
    top: 0;
    right: calc(50% - 150px);
    content: "／";
    display: block;
    margin-left: 10px;
  }
  .world-wine-set__text {
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
  }
  .world-wine-set__bnr-area {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .world-wine-set__bnr-area img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 345px;
    height: auto;
    border-radius: 4px;
    border: 1px solid #ccc;
  }
}
@media print, screen and (min-width: 769px) {
  .world-wine-set {
    margin-top: 80px;
    padding-top: 40px;
    margin-bottom: 60px;
    border-top: 1px solid #eaeaea;
  }
  .world-wine-set__title {
    position: relative;
    text-align: center;
    padding-left: 0;
    font-size: 24px;
  }
  .world-wine-set__title span.highlight {
    position: relative;
    padding-top: 1.1em;
  }
  .world-wine-set__title span.highlight:before {
    position: absolute;
    content: "・";
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    font-size: 1em;
    color: orange;
  }
  .world-wine-set__title:before {
    position: absolute;
    top: 0;
    left: calc(50% - 200px);
    content: "＼";
    display: block;
    margin-right: 10px;
  }
  .world-wine-set__title:after {
    position: absolute;
    top: 0;
    right: calc(50% - 200px);
    content: "／";
    display: block;
    margin-left: 10px;
  }
  .world-wine-set__text {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .world-wine-set__bnr-area {
    margin-top: 20px;
  }
  .world-wine-set__bnr-area img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 685px;
    height: 253px;
    border: 1px solid #ccc;
  }
}

.popular-wine-set {
  background: #f7f7f7;
}
@media screen and (max-width: 768px) {
  .popular-wine-set {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .popular-wine-set__title {
    text-align: left;
    font-size: 2rem;
  }
  .popular-wine-set__text {
    margin-top: 10px;
    margin-bottom: 24px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
  }
  .popular-wine-set__large-group {
    width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
  }
  .popular-wine-set__large-group__item__title-sub {
    margin-bottom: 14px;
    padding-left: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-left: 2px solid #fff;
  }
  .popular-wine-set__large-group__item__title-sub:last-of-type {
    margin-top: 30px;
  }
  .popular-wine-set__large-group__item__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-top: 10px;
  }
  .popular-wine-set__large-group__item__group__item {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 25px -10px #929292;
            box-shadow: 1px 1px 25px -10px #929292;
    webkit-box-shadow: 1px 1px 25px -10px #929292;
  }
  .popular-wine-set__large-group__item__group__item:first-of-type {
    margin-right: 1vw;
  }
  .popular-wine-set__large-group__item__group__item:last-of-type {
    margin-left: 1vw;
  }
  /* 20251202 一時的に追記 */
  .popular-wine-set__large-group__item__group__item-last_item {
    width: calc(50% - 5px);
  }
  /* 20251202 一時的に追記 */
  .popular-wine-set__large-group__item__group__item__photo {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
  }
  .popular-wine-set__large-group__item__group__item__text-group {
    padding: 10px;
  }
  .popular-wine-set__large-group__item__group__item__text-group__title-sub {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #707070), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, #707070 15%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 6px 1px;
    background-repeat: repeat-x;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .popular-wine-set__large-group__item__group__item__text-group__text {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 1.35rem;
    line-height: 2.3rem;
  }
}
@media print, screen and (min-width: 769px) {
  .popular-wine-set {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .popular-wine-set__title {
    text-align: left;
    font-size: 24px;
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 1.5rem;
  }
  .popular-wine-set__text {
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
  }
  .popular-wine-set__large-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .popular-wine-set__large-group__item__title-sub {
    margin-bottom: 14px;
    padding-left: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-left: 2px solid #fff;
  }
  .popular-wine-set__large-group__item__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 495px;
  }
  .popular-wine-set__large-group__item__group__item {
    width: 242px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eaeaea;
  }
  .popular-wine-set__large-group__item__group__item__photo {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    width: 242px;
    height: 242px;
  }
  .popular-wine-set__large-group__item__group__item__text-group {
    padding: 17px;
  }
  .popular-wine-set__large-group__item__group__item__text-group__title-sub {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #707070), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, #707070 15%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 6px 1px;
    background-repeat: repeat-x;
  }
  .popular-wine-set__large-group__item__group__item__text-group__text {
    font-size: 14px;
  }
}

.outlet img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .outlet {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .outlet img {
    width: calc(100% - 2rem);
    height: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .outlet {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .outlet img {
    width: 685px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .wine-set {
    border-top: 1px solid #eaeaea;
    position: relative;
  }
}
.wine-set__anchor {
  position: absolute;
  top: -100px;
}
@media screen and (max-width: 768px) {
  .wine-set__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2rem 0 2rem 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .wine-set__title {
    display: inline-block;
    padding-left: 0;
  }
}
.wine-set__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .wine-set__list {
    display: inline-block;
    margin: 0.5rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
  }
  .wine-set__list::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.wine-set__item {
  width: calc((100% - 2rem) / 3);
  border-radius: 4px;
}
@media print, screen and (min-width: 769px) {
  .wine-set__item:nth-child(n+4) {
    display: none;
  }
  .wine-set__item + .wine-set__item {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .wine-set__item {
    width: 85%;
    margin-right: 3%;
  }
  .examination-set .wine-set__item + .wine-set__item {
    margin-top: 2rem;
  }
}
.wine-set__link {
  display: inline-block;
  padding-bottom: 0.1rem;
  width: 100%;
}
.wine-set__image {
  border-radius: 4px;
  vertical-align: bottom;
  width: 100%;
}
.wine-set__box {
  padding: 1.5rem 2rem;
}
@media print, screen and (min-width: 769px) {
  .wine-set__box {
    border: 1px solid #eaeaea;
  }
}
@media screen and (max-width: 768px) {
  .wine-set__box {
    padding: 1rem 0rem;
  }
}
.wine-set__title-sub {
  font-size: 1.43rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wine-set__title-sub {
    font-size: 1.45rem;
    font-family: "Arial";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90vw;
  }
}
.wine-set__text {
  display: -webkit-box;
  font-size: 1.35rem;
  height: 8rem;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media print, screen and (min-width: 769px) {
  .wine-set__text {
    background-image: linear-gradient(to right, #707070, #707070 1px, transparent 1px, transparent 4px);
    background-size: 5px 1px;
    background-position: top;
    background-repeat: repeat-x;
    margin-top: 0.8rem;
    padding-top: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .wine-set__text {
    line-height: 2.3rem;
    height: 6.5rem;
  }
}
.wine-set__more {
  color: #6e5518;
  text-align: center;
  margin-top: 2.5rem;
}
.wine-set__more-sp {
  display: inline-block;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .wine-set__more-sp {
    display: none;
  }
}
.wine-set__more-sp__tab {
  padding: 2rem 0 0 0;
  text-align: center;
}
.wine-set__more-link {
  border: 1px solid #707070;
  border-radius: 4px;
  color: #6e5518;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1.5rem 8rem;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .wine-set__more-link {
    width: 225px;
    height: 52px;
  }
}
@media screen and (max-width: 768px) {
  .wine-set__more-link {
    padding: 1.5rem 10rem;
  }
}
@media print, screen and (min-width: 769px) {
  .wine-set__recommendations_more-link {
    width: 400px;
    height: 52px;
  }
}
@media screen and (max-width: 768px) {
  .wine-set__recommendations_more-link {
    padding: 1.5rem 3rem;
    margin: 1rem 1.5rem;
  }
}

.wine-set-all__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 2rem);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 769px) {
  .wine-set-all__list:after {
    display: block;
    content: "";
    width: calc((100% - 2rem) / 3);
  }
}
@media print, screen and (min-width: 769px) {
  .wine-set-all__item {
    margin-left: 0 !important;
    margin-bottom: 20px;
  }
  .wine-set-all__item:nth-child(n+4) {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .top-special-contents {
    width: calc(100% - 2rem);
    margin: 20px auto;
  }
  .top-special-contents a {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 769px) {
  .top-special-contents {
    width: 1000px;
    margin: 20px auto;
    overflow: hidden;
    line-height: 1;
  }
  .top-special-contents a {
    display: inline-block;
    line-height: 1;
    width: 490px;
  }
  .top-special-contents a:nth-child(2n) {
    margin-left: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .special_section {
    background-color: #f8f6f3;
    margin: 0 0 60px;
    padding: 50px 0;
  }
  .special_section .campaign_bnr {
    text-align: center;
    margin: 0 auto;
  }
  .special_section .campaign_bnr a {
    width: 680px;
    display: block;
    margin: 0 auto;
  }
  .special_section .campaign_bnr a:hover {
    cursor: pointer;
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .special_section .campaign_bnr a picture img {
    display: block;
    border-radius: 4px;
    width: 100%;
    height: auto;
    margin: 8px 0;
  }
  .special_section .campaign_bnr a .txt_01 {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 24px;
    color: #6e5516;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-bottom: 6px;
    font-weight: 600;
    position: relative;
    line-height: 1.4;
  }
  .special_section .campaign_bnr a .txt_01:hover {
    cursor: pointer;
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .special_section .campaign_bnr a .txt_01::before, .special_section .campaign_bnr a .txt_01::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 0.8px;
    height: 36px;
    background-color: #6e5516;
    bottom: -4%;
  }
  .special_section .campaign_bnr a .txt_01::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    left: 9%;
  }
  .special_section .campaign_bnr a .txt_01::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    right: 9%;
  }
  .special_section .campaign_bnr a .txt_02 {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 24px;
    font-weight: 600;
    color: #6e5516;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: relative;
    line-height: 1.4;
  }
  .special_section .campaign_bnr .note {
    font-size: 12px;
    color: #6e5516;
    font-weight: 400;
    margin-top: 4px;
  }
  .pickup-contents {
    width: 890px;
    margin: 10px auto 50px;
    overflow: hidden;
    line-height: 1;
  }
  .pickup-contents a {
    display: inline-block;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .special_section {
    background-color: #f8f6f3;
    margin: -10px 0 20px;
    padding: 10px 0;
  }
  .special_section .campaign_bnr {
    padding: 25px 0;
    text-align: center;
  }
  .special_section .campaign_bnr a:hover {
    cursor: pointer;
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .special_section .campaign_bnr a picture img {
    display: block;
    border-radius: 4px;
    width: 100%;
    height: auto;
    padding: 0 2%;
    margin: 4px 0;
  }
  .special_section .campaign_bnr a .txt_01 {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 16px;
    color: #6e5516;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.4;
    text-decoration: none;
    font-weight: 650;
    position: relative;
  }
  .special_section .campaign_bnr a .txt_01:hover {
    cursor: pointer;
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .special_section .campaign_bnr a .txt_01::before, .special_section .campaign_bnr a .txt_01::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 0.5px;
    height: 40px;
    background-color: #6e5516;
    bottom: 5%;
  }
  .special_section .campaign_bnr a .txt_01::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    left: 10%;
  }
  .special_section .campaign_bnr a .txt_01::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    right: 10%;
  }
  .special_section .campaign_bnr a .txt_02 {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 16px;
    color: #6e5516;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 650;
    position: relative;
    line-height: 1.4;
  }
  .special_section .campaign_bnr .note {
    font-size: 11px;
    color: #6e5516;
    line-height: 1.3;
    margin-top: 4px;
  }
  .pickup-contents {
    width: calc(100% - 2rem);
    margin: -8px auto 12px auto;
    line-height: 1;
  }
  .pickup-contents a {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 769px) {
  .category_list_ico {
    width: 1000px;
    margin: 20px auto 0 auto;
  }
  .category_list_ico ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .category_list_ico ul li {
    width: 120px;
    margin-right: 27px;
    list-style: none;
  }
  .category_list_ico ul li:last-child {
    margin-right: 0;
  }
  .category_list_ico ul li p {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 10px;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }
  .category_list_ico ul li img {
    width: 100%;
    height: auto;
    border-radius: 50%;
  }
}
@media screen and (max-width: 768px) {
  .category_list_ico {
    margin: 10px 10px 20px;
  }
  .category_list_ico ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 6px;
  }
  .category_list_ico ul::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .category_list_ico ul li {
    padding: 0 8px;
    width: 25%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .category_list_ico ul li p {
    text-align: center;
    font-size: 12px;
    margin: 5px 0 2px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-wrap: nowrap;
  }
  .category_list_ico ul li img {
    width: 100%;
    height: auto;
    border-radius: 50%;
  }
}
.top-category {
  margin: 0 auto;
}
.top-category__wrap {
  padding: 2rem 5rem 3rem;
}
@media screen and (max-width: 768px) {
  .top-category__wrap {
    padding: 1.3rem 0 2rem;
  }
}
.top-category__title {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5rem;
}
@media screen and (max-width: 768px) {
  .top-category__title {
    padding: 0 1.5rem;
  }
}
.top-category__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-category__contents {
    display: inline;
  }
}
.top-category__box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .top-category__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 2rem);
    margin: 0 auto;
  }
  .top-category__box + .top-category__box {
    margin-top: 1rem;
  }
}
@media print, screen and (min-width: 769px) {
  .top-category__box + .top-category__box {
    margin-left: 1rem;
  }
}
.top-category__title-sub {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-category__title-sub {
    display: inline-block;
    font-size: 1.4rem;
    padding-left: 1.5rem;
  }
}
.top-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.5rem;
  border: 1px solid #eaeaea;
}
@media screen and (max-width: 768px) {
  .top-category__list {
    margin: 1.5rem auto 0;
    width: 100%;
  }
}
.top-category__item {
  background: #fff;
  position: relative;
  width: calc((100% - 2px) / 2);
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.top-category__item:nth-child(2n) {
  margin-left: 1px;
}
.top-category__item:nth-child(n+3) {
  margin-top: 1px;
}
.top-category__item:nth-child(5n) {
  border-bottom: none;
}
.top-category__item:nth-child(6n) {
  border-bottom: none;
}
.top-category__item:nth-child(even) {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .top-category__item + .shop-feature__item {
    margin-top: 1.5rem;
  }
}
.top-category__item::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 2rem;
  width: 20px;
  height: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top-category__item::before {
    left: 1.5rem;
  }
}
.top-category__item--italy::before {
  background: url(../img/top/icon_italia.svg) 50%/cover no-repeat;
}
.top-category__item--france::before {
  background: url(../img/top/icon_france.svg) 50%/cover no-repeat;
}
.top-category__item--u_s_::before {
  background: url(../img/top/icon_usa.svg) 50%/cover no-repeat;
}
.top-category__item--argentine::before {
  background: url(../img/top/icon_Argentina.svg) 50%/cover no-repeat;
}
.top-category__item--australia::before {
  background: url(../img/top/icon_Australia.svg) 50%/cover no-repeat;
}
.top-category__item--austria::before {
  background: url(../img/top/icon_Austria.svg) 50%/cover no-repeat;
}
.top-category__item--canada::before {
  background: url(../img/top/icon_Canada.svg) 50%/cover no-repeat;
}
.top-category__item--chile::before {
  background: url(../img/top/icon_Chile.svg) 50%/cover no-repeat;
}
.top-category__item--croatia::before {
  background: url(../img/top/icon_Croatia.svg) 50%/cover no-repeat;
}
.top-category__item--georgia::before {
  background: url(../img/top/icon_Georgia.svg) 50%/cover no-repeat;
}
.top-category__item--germany::before {
  background: url(../img/top/icon_Germany.svg) 50%/cover no-repeat;
}
.top-category__item--greece::before {
  background: url(../img/top/icon_Greece.svg) 50%/cover no-repeat;
}
.top-category__item--hungary::before {
  background: url(../img/top/icon_Hungary.svg) 50%/cover no-repeat;
}
.top-category__item--japan::before {
  background: url(../img/top/icon_Japan.svg) 50%/cover no-repeat;
}
.top-category__item--new_zealand::before {
  background: url(../img/top/icon_New_Zealand.svg) 50%/cover no-repeat;
}
.top-category__item--portugal::before {
  background: url(../img/top/icon_Portugal.svg) 50%/cover no-repeat;
}
.top-category__item--romania::before {
  background: url(../img/top/icon_Romania.svg) 50%/cover no-repeat;
}
.top-category__item--slovenia::before {
  background: url(../img/top/icon_Slovenia.svg) 50%/cover no-repeat;
}
.top-category__item--south_africa::before {
  background: url(../img/top/icon_South_Africa.svg) 50%/cover no-repeat;
}
.top-category__item--spain::before {
  background: url(../img/top/icon_Spain.svg) 50%/cover no-repeat;
}
.top-category__item--swiss::before {
  background: url(../img/top/icon_Switzerland.svg) 50%/cover no-repeat;
}
.top-category__item--burgaria::before {
  background: url(../img/top/icon_Burgaria.svg) 50%/cover no-repeat;
}
.top-category__item--u_k_::before {
  background: url(../img/top/icon_Uk.svg) 50%/cover no-repeat;
}
.top-category__item--red::before {
  background: #db5d5d;
  border-radius: 15px;
  width: 14px;
  height: 14px;
  left: 2.5rem;
}
.top-category__item--green::before {
  background: #a9d08d;
  border-radius: 15px;
  width: 14px;
  height: 14px;
  left: 2.5rem;
}
.top-category__link {
  display: inline-block;
  font-size: 1.3rem;
  padding: 0.7rem 1rem 0.7rem 5rem;
  height: 53px;
  width: 100%;
  position: relative;
}
.top-category__link--type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .top-category__link {
    line-height: 2rem;
    padding: 0.7rem 2rem 0.7rem 4.3rem;
  }
}
.top-category__link::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 2rem;
  width: 9px;
  height: 9px;
  border-top: 2px solid #a89974;
  border-right: 2px solid #a89974;
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
}
.top-category__cuntrry {
  font-size: 1.1rem;
}
.top-category .cuntry_only {
  line-height: 42px;
}
.top-category__more {
  color: #6e5518;
  text-align: center;
  margin-top: 2.5rem;
}
.top-category__more-sp {
  display: inline-block;
  padding-right: 2rem;
  margin-left: auto;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .top-category__more-sp {
    display: none;
  }
}
.top-category__more-link {
  border: 1px solid #707070;
  border-radius: 4px;
  color: #6e5518;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1.5rem 0;
  position: relative;
  width: 225px;
}
@media print, screen and (min-width: 769px) {
  .top-category__more-link {
    height: 52px;
  }
}
@media screen and (max-width: 768px) {
  .top-category__more-link {
    border: none;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0 1rem 0 0;
    text-align: right;
    width: auto;
  }
}
.top-category__more-link::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 2rem;
  width: 9px;
  height: 9px;
  border-top: 2px solid #a89974;
  border-right: 2px solid #a89974;
  -webkit-transform: rotate(45deg) translate(-5px, -50%);
          transform: rotate(45deg) translate(-5px, -50%);
}
@media screen and (max-width: 768px) {
  .top-category__more-link::before {
    right: -2px;
    -webkit-transform: rotate(45deg) translate(-2px, -50%);
            transform: rotate(45deg) translate(-2px, -50%);
  }
}

.top-category_btn {
  text-align: center;
}
.top-category_btn a {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
  color: #6e5518;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1.5rem 6rem;
  position: relative;
  margin-top: 20px;
}

.top-information__wrap {
  padding: 5.5rem 5rem 6rem;
}
@media screen and (max-width: 768px) {
  .top-information__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2.5rem 0 3rem;
  }
}
@media screen and (max-width: 768px) {
  .top-information__title {
    display: inline-block;
  }
}
.top-information__list {
  margin-top: 2rem;
  padding: 0 3rem;
}
@media screen and (max-width: 768px) {
  .top-information__list {
    margin-top: 1.2rem;
    padding: 0;
    width: 100%;
  }
}
.top-information__item {
  border-top: 1px solid #eaeaea;
}
.top-information__item:last-child {
  border-bottom: 1px solid #eaeaea;
}
.top-information__link {
  display: inline-block;
  padding: 1rem 5rem 1rem 1.5rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-information__link {
    padding: 1.5rem 5rem 1.5rem 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .top-information__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 4rem 3rem 1.5rem;
  }
}
.top-information__link::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 2rem;
  width: 9px;
  height: 9px;
  border-top: 2px solid #a89974;
  border-right: 2px solid #a89974;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media print, screen and (min-width: 769px) {
  .top-information__link::before {
    right: 3.5rem;
  }
}
.top-information__date {
  color: #707070;
  font-size: 1.6rem;
  font-family: arial;
}
.top-information__title-sub {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .top-information__title-sub {
    line-height: 2.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .top-information__title-sub {
    margin-left: 4rem;
  }
}
.top-information__more {
  color: #6e5518;
  text-align: center;
  margin-top: 2.5rem;
}
.top-information__more-sp {
  display: inline-block;
  padding-right: 2.2rem;
  margin-left: auto;
}
@media print, screen and (min-width: 769px) {
  .top-information__more-sp {
    display: none;
  }
}
.top-information__more-link {
  border: 1px solid #707070;
  border-radius: 4px;
  color: #6e5518;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1.5rem 8rem;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-information__more-link {
    width: 225px;
    height: 52px;
  }
}
@media screen and (max-width: 768px) {
  .top-information__more-link {
    border: none;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0 1rem 0 0;
    text-align: right;
  }
}
.top-information__more-link::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 2rem;
  width: 9px;
  height: 9px;
  border-top: 2px solid #a89974;
  border-right: 2px solid #a89974;
  -webkit-transform: rotate(45deg) translate(-5px, -50%);
          transform: rotate(45deg) translate(-5px, -50%);
}
@media screen and (max-width: 768px) {
  .top-information__more-link::before {
    right: -2px;
    -webkit-transform: rotate(45deg) translate(-2px, -50%);
            transform: rotate(45deg) translate(-2px, -50%);
  }
}

.top-about {
  background: url("../img/top/about_bg.jpg") 50%/cover no-repeat;
  padding: 6.5rem;
}
@media screen and (max-width: 768px) {
  .top-about {
    padding: 3rem 1.5rem;
  }
}
.top-about__wrap {
  background: #fff;
  border-radius: 4px;
  max-width: 1000px;
  margin: 0 auto;
}
.top-about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .top-about__contents {
    display: inline-block;
    padding: 2rem 2rem 1rem;
  }
}
.top-about__view {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .top-about__view {
    display: block;
  }
}
.top-about__title {
  color: #6e5518;
  font-family: "ヒラギノ明朝 ProN";
  font-size: 3.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-about__title {
    font-size: 2.4rem;
  }
}
.top-about__box {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .top-about__box {
    padding-top: 0.5rem;
  }
}
.top-about__text {
  font-size: 1.4rem;
  line-height: 2.8rem;
}
@media all and (min-width: 769px) and (max-width: 1050px) {
  .top-about__text {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .top-about__text {
    line-height: 2.5rem;
    padding-left: 0.5rem;
  }
}
.top-about__list {
  counter-reset: number 0;
  margin-top: 2.5rem;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .top-about__list {
    margin-top: 1.5rem;
  }
}
.top-about__item {
  background-image: linear-gradient(to right, #707070, #707070 1px, transparent 1px, transparent 4px);
  background-size: 5px 1px;
  background-position: top;
  background-repeat: repeat-x;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .top-about__item {
    position: relative;
  }
  .top-about__item::before {
    counter-increment: number 1;
    content: counter(number) ".";
    display: block;
    font-family: "ヒラギノ明朝 ProN";
    font-size: 2.4rem;
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.top-about__point {
  font-size: 1.4rem;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  .top-about__point {
    font-size: 1.45rem;
    letter-spacing: 0;
    padding-left: 4.5rem;
  }
}
.top-about__number {
  font-family: "ヒラギノ明朝 ProN";
  font-size: 2.4rem;
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .top-about__number {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .single_item {
    background: #fff;
    padding-top: 2rem;
  }
  .single_item .wine-set__title {
    padding-left: 1.5rem;
  }
  .wineset_link {
    padding-top: 20px;
  }
  .wineset_link .wineset_link_inner {
    padding: 0.5rem 1.5rem;
  }
  .wineset_link .wineset_link_inner .wineset_link_container {
    overflow: hidden;
  }
  .wineset_link .wineset_link_inner .wineset_link_container .wineset_link_btn {
    float: left;
    display: inline-block;
    width: 49%;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.8rem;
    border-radius: 4px;
    margin-bottom: 6px;
  }
  .wineset_link .wineset_link_inner .wineset_link_container .wineset_link_btn:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 2rem;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
  }
  .wineset_link .wineset_link_inner .wineset_link_container .wineset_link_btn.link_aka {
    background: #db5d5d;
    margin-right: 2%;
  }
  .wineset_link .wineset_link_inner .wineset_link_container .wineset_link_btn.link_shiro {
    background: #a9d08c;
  }
  .wineset_link .wineset_link_inner .wineset_link_container .wineset_link_btn.link_awa {
    background: #cfb764;
    margin-right: 2%;
  }
  .wineset_link .wineset_link_inner .wineset_link_container .wineset_link_btn.link_mix {
    background: #72442b;
  }
  .set_link_all {
    width: 100%;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 4px;
    color: #6e5518;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 1.5rem 6rem;
    text-align: center;
  }
  .set_link_all:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 2rem;
    width: 9px;
    height: 9px;
    border-top: 2px solid #707070;
    border-right: 2px solid #707070;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
  }
}
@media print, screen and (min-width: 769px) {
  .wineset_link {
    padding-top: 30px;
    width: 1000px;
    margin: 0 auto;
  }
  .wineset_link .wineset_link_inner {
    padding-top: 10px;
  }
  .wineset_link .wineset_link_inner .wineset_link_container {
    overflow: hidden;
  }
  .wineset_link .wineset_link_inner .wineset_link_container .wineset_link_btn {
    float: left;
    display: inline-block;
    width: 495px;
    padding: 20px 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.8rem;
    border-radius: 4px;
    margin-bottom: 10px;
  }
  .wineset_link .wineset_link_inner .wineset_link_container .wineset_link_btn:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 2rem;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
  }
  .wineset_link .wineset_link_inner .wineset_link_container .wineset_link_btn.link_aka {
    background: #db5d5d;
    margin-right: 10px;
  }
  .wineset_link .wineset_link_inner .wineset_link_container .wineset_link_btn.link_shiro {
    background: #a9d08c;
  }
  .wineset_link .wineset_link_inner .wineset_link_container .wineset_link_btn.link_awa {
    background: #cfb764;
    margin-right: 10px;
  }
  .wineset_link .wineset_link_inner .wineset_link_container .wineset_link_btn.link_mix {
    background: #72442b;
  }
  .set_link_all {
    width: 100%;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 4px;
    color: #6e5518;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 1.5rem 6rem;
    text-align: center;
  }
  .set_link_all:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 2rem;
    width: 9px;
    height: 9px;
    border-top: 2px solid #707070;
    border-right: 2px solid #707070;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
  }
}
.top_search_form {
  padding: 1rem 0;
  margin: 20px 1.5rem 10px 1.5rem;
  border: 1px solid #707070;
  border-radius: 4px;
  position: relative;
  background: #f7f7f7;
}
.top_search_form input {
  padding: 0 0 0 10px;
  background: #f7f7f7;
  font-size: 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top_search_form button {
  position: absolute;
  right: 0;
  top: 0;
  background: #707070;
  height: 100%;
  padding: 5px;
}
.top_search_form button img {
  width: 50%;
}

@media print, screen and (min-width: 769px) {
  .recommendations_specialfeature ul {
    margin-top: 1.5rem;
    overflow: hidden;
  }
  .recommendations_specialfeature ul li {
    float: left;
    width: 188px;
    margin-right: 15px;
  }
  .recommendations_specialfeature ul li:last-child {
    margin-right: 0;
  }
  .recommendations_specialfeature ul li a img {
    width: 100%;
    height: auto;
  }
  .recommendations_specialfeature ul li a .recommendations_specialfeature_txt {
    font-size: 1.35rem;
    height: 7rem;
    text-align: left;
    margin-top: 10px;
  }
  .recommendations_specialfeature .recommendations_specialfeature_more {
    color: #6e5518;
    text-align: center;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .recommendations_specialfeature ul {
    margin: 1.5rem;
    overflow: hidden;
  }
  .recommendations_specialfeature ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2rem;
  }
  .recommendations_specialfeature ul li:nth-child(even) {
    margin-right: 0;
  }
  .recommendations_specialfeature ul li a img {
    width: 100%;
    height: auto;
  }
  .recommendations_specialfeature ul li a .recommendations_specialfeature_txt {
    font-size: 1.35rem;
    line-height: 2.3rem;
    letter-spacing: -0.4px;
    margin-top: 1rem;
  }
  .recommendations_specialfeature .recommendations_specialfeature_more {
    color: #6e5518;
    text-align: center;
    margin-top: 2.5rem;
  }
}