@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/* ------------------------------------------
  top_mv
------------------------------------------ */
/* .top_mv.fs-c-slick .slick-slide a img {
  width: min(100%,1000px);
} */

.top_mv.fs-c-slick .slick-prev, .top_mv.fs-c-slick .slick-next {
  background: rgba(255, 255, 255, 0);
  height: 100%;
  width: 178px;
}

.top_mv .slick-slide:not(.slick-active) {
  opacity: .3;
}

.top_mv.fs-c-slick .slick-prev::before, .top_mv.fs-c-slick .slick-next::before {
  display: none;
}

.top_mv.fs-c-slick .slick-prev {
  background-image: url(../img/top/top_mv_prev.svg);
  background-position: center left 20px;
  background-repeat: no-repeat;
  background-size: 18px 53px;
  left: 0;
}

.top_mv.fs-c-slick .slick-next {
  background-image: url(../img/top/top_mv_next.svg);
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-size: 18px 53px;
  right: 0;
}

.fs-c-slick .slick-dots {
  bottom: -40px;
}

.fs-c-slick .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 11px;
  margin: 8px;
  padding: 0;
  position: relative;
  width: 11px;
}

.fs-c-slick .slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 11px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 11px;
}

.fs-c-slick .slick-dots li button:before {
  color: #aaa;
  content: '●';
  font-family: 'fs-icon';
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  height: 11px;
  left: 0;
  line-height: 11px;
  opacity: .25;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  text-align: center;
  top: 0;
  width: 11px;
}

.fs-c-slick .slick-dots li.slick-active button:before {
  color: #1b2e5d;
  opacity: 1;
}

.fs-c-slick .slick-dots li button:hover:before, .fs-c-slick .slick-dots li button:focus:before {
  color: #1b2e5d;
  opacity: 1;
}

/* slick-dots-lika用書き換えcss */
.slick-dots-lika {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots-lika li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots-lika li.slick-active
  button::before {
  color: #162d56;
}
.slick-dots-lika li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 11px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 11px;
}
.slick-dots-lika li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  color: #ccc;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .slick-dots-lika li {
    width: 13px;
    margin: 0 3px;
  }
}
/* slick-dots-lika用書き換えcss --END-- */



@media screen and (max-width: 767px) {
  .top_mv.fs-c-slick .slick-slide a img {
    width: 100%;
  }

  .slick-list {
    position: relative;
    padding: 0 !important;
  }
  .top_mv.fs-c-slick .slick-prev, .top_mv.fs-c-slick .slick-next {
    /* display: none!important; */
    position: absolute;
    width: 9.25vw;
  }
  .top_mv.fs-c-slick .slick-prev {
    left: 0;
  }
  .top_mv.fs-c-slick .slick-next {
    right: 0;
  }

  /* .fs-c-slick .slick-dots {
    bottom: -30px;
  } */
}

/* ------------------------------------------
  fs-l-pageMain
------------------------------------------ */
.fs-l-pageMain {
  max-width: inherit;
}

/* ------------------------------------------
  top_banner
------------------------------------------ */
.top_banner_box {
  margin-top: 80px;
}

.top_banner_box_text {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
}

.top_banner {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.top_banner .top_banner_banner_img {
  display: block;
}

.top_banner .top_banner_banner_img img {
  width: 100%;
}

.top_banner .top_banner_banner_img.img_01 {
  margin-left: 20px;
  max-width: 466px;
}

.top_banner .top_banner_banner_img.img_01:nth-child(2n + 1) {
  margin-left: 0;
}

.top_banner .top_banner_banner_img.img_01:nth-child(n + 3) {
  margin-top: 20px;
}

.top_banner .top_banner_banner_img.img_02 {
  margin-left: 20px;
  max-width: 287px;
}

@media screen and (max-width: 767px) {
  .top_banner_box {
    margin-top: 60px;
    padding: 0 15px;
  }

  .top_banner_box_text {
    font-size: 2.4rem;
    text-align: center;
  }

  .top_banner {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
  }

  .top_banner .top_banner_banner_img.img_01 {
    margin-left: 0;
    margin-top: 10px;
    max-width: 466px;
  }

  .top_banner .top_banner_banner_img.img_01:nth-child(2n + 1) {
    margin-left: 0;
  }

  .top_banner .top_banner_banner_img.img_01:nth-child(n + 3) {
    margin-top: 10px;
  }

  .top_banner .top_banner_banner_img.img_01:first-child {
    margin-top: 0;
  }

  .top_banner .top_banner_banner_img.img_02 {
    margin-left: 0;
    margin-top: 20px;
  }
}

/* ------------------------------------------
  top_attention
------------------------------------------ */
.top_attention {
  margin-top: 80px;
}

.top_attention_title {
  color: #cb0000;
  display: table;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto;
  text-align: center;
}

.top_attention_more {
  cursor: pointer;
  transition: .3s;
}

.top_attention_more:hover {
  opacity: .7;
}

.top_attention_closed {
  margin-top: 60px;
}

.top_attention_closed_text {
  font-size: 1.6rem;
  text-align: center;
}

.top_attention_closed_inner {
  margin-top: 40px;
  text-align: center;
}

.top_attention_closed_resister {
  background-color: #1c2f5e;
  color: #fff!important;
  display: table;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 10px auto 0;
  padding: 10px 20px;
}

.top_attention_closed_contact {
  border: 1px #1c2f5e solid;
  color: #1c2f5e!important;
  display: table;
  font-size: 2rem;
  font-weight: bold;
  margin: 10px auto 0;
  padding: 10px 20px;
}

.top_attention_closed {
  display: none;
}

.top_attention_desc {
  color: #cb0000;
  font-size: 2rem;
  margin: 24px 0 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_attention {
    margin-top: 60px;
    padding: 0 15px;
  }

  .top_attention_title {
    font-size: 2.4rem;
  }

  .top_attention_closed {
    margin-top: 20px;
  }

  .top_attention_closed_text {
    font-size: 1.3rem;
  }

  .top_attention_closed_inner {
    margin-top: 20px;
  }

  .top_attention_closed_resister {
    font-size: 1.6rem;
  }

  .top_attention_closed_contact {
    font-size: 1.6rem;
  }

  .top_attention_more {
    margin-top: 20px;
  }

  .top_attention_desc {
    font-size: 1.4rem;
  }
}

/* ------------------------------------------
  top_selection
------------------------------------------ */
.top_selection {
  margin-top: 120px;
}

.top_selection_title {
  border-bottom: none;
  color: #103d72;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}

.top_selection .top_selection_carousel {
  margin-top: 50px;
  padding: 0 26px;
}

.top_selection .top_selection_carousel_item.slick-slide {
  display: flex;
  justify-content: center;
}

.top_selection_carousel_item.slick-slide .top_selection_carousel_item_img {
  display: inline-block;
  margin: 0;
  padding: 0 20px;
}

.top_selection_carousel_item.slick-slide .top_selection_carousel_item_img img {
  width: 100%;
}

.top_selection .top_selection_carousel .slick-dots {
  margin-top: 20px;
  position: static;
}

.top_selection .slick-prev, .top_selection .slick-next {
  background-color: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 38px;
  height: 38px;
  width: 13px;
}

.top_selection .slick-prev {
  background-image: url(../img/top/top_search_cat_lists_prev.svg);
  left: 0;
  top: 150px;
}

.top_selection .slick-next {
  background-image: url(../img/top/top_search_cat_lists_next.svg);
  right: 0;
  top: 150px;
}

.top_selection .slick-prev:before, .top_selection .slick-next:before {
  display: none;
}

@media screen and (max-width: 767px) {
  .top_selection {
    margin-top: 50px;
    padding: 0;
  }

  .top_selection_title {
    border-bottom: none;
    color: #103d72;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .06em;
    line-height: 1;
    margin: 0;
    padding: 0 15px;
    position: relative;
    text-align: left;
  }

  .top_selection .top_selection_carousel {
    margin-top: 30px;
    padding: 0;
  }

  .top_selection_carousel_item.slick-slide {
    flex-wrap: wrap;
  }

  .top_selection_carousel_item.slick-slide .top_selection_carousel_item_img {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 50%;
  }
}

/* ------------------------------------------
  top_cat
------------------------------------------ */
.top_col2 {
  display: flex;
  margin-top: 120px;
}

.top_2col_main {
  margin-left: 20px;
  width: calc(100% - 260px);
}

.top_cat.header_nav_menu_category {
  border-bottom: none;
  display: block;
  padding: 0;
  width: 240px;
}

.top_cat_title {
  color: #103d72;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .08em;
  margin: 0 0 40px;
}

.top_cat.header_nav_menu_category .fs-pt-menu__item--lv1 .fs-pt-menu__heading--lv1 {
  border-bottom: 1px #1b2e5d solid;
  padding: 0 0 0 5px;
}

.top_cat.header_nav_menu_category .fs-pt-menu__item--lv1.fs-pt_menu__item--food .fs-pt-menu__heading--lv1 {
  padding-left: 0;
}

.top_cat.header_nav_menu_category .fs-pt-menu__item--lv1.fs-pt_menu__item--non-alcoholic .fs-pt-menu__heading--lv1 {
  padding-left: 0;
}

.top_cat.header_nav_menu_category .fs-pt-menu__item--lv1.fs-pt_menu__item--gift .fs-pt-menu__heading--lv1 {
  padding-left: 2px;
}

.top_cat.header_nav_menu_category .fs-pt-menu__item--lv1 a {
  color: #1b2e5d;
}

.top_cat.header_nav_menu_category .fs-pt-menu__item--lv1 .fs-pt-menu__submenu.fs-pt-menu--lv2 {
  border-bottom: 1px #1b2e5d solid;
}

.top_cat.header_nav_menu_category .fs-pt-menu__item--lv1 .fs-pt-menu__heading--lv1::after {
  right: 0;
}

.top_cat.header_nav_menu_category .fs-pt-menu__submenu.fs-pt-menu--lv2 .fs-pt-menu__item--lv2::after {
  right: 17px;
}

@media screen and (max-width: 1200px) {
  .top_col2 {
    display: block;
  }

  .top_cat.header_nav_menu_category {
    display: none;
  }

  .top_2col_main {
    margin-left: 0;
    padding: 0 15px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .top_col2 {
    margin-top: 60px;
  }
}

/* ------------------------------------------
  top_column
------------------------------------------ */
.top_colimn_box {
  margin-top: 80px;
}

.top_colimn_box:first-child {
  margin-top: 0;
}

.top_column_title {
  border-bottom: none;
  color: #103d72;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}

.top_column_title span {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: .05em;
  margin-left: 15px;
  vertical-align: bottom;
}

.top_column_item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.top_column_item:first-child {
  margin-top: 20px;
}

.top_column_item a.fs-pt-column__item {
  display: block;
  margin-left: 32px;
  padding: 0;
  width: calc(50% - 16px);
}

.top_column_item a.fs-pt-column__item:nth-child(2n + 1) {
  margin-left: 0;
}

.top_column_item a.fs-pt-column__item:nth-child(n + 3) {
  margin-top: 32px;
}

.top_column_item a.fs-pt-column__item .fs-pt-column__image img {
  width: 100%;
}

.top_column_item a.fs-pt-column__item .fs-pt-column__heading {
  color: #222;
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .top_column_title {
    font-size: 1.8rem;
  }

  .top_column_title span {
    font-size: 1.4rem;
    margin-left: 5px;
  }

  .top_column_item {
    display: block;
    margin-top: 22px;
    padding: 0 15px;
  }

  .top_column_item a.fs-pt-column__item {
    display: block;
    margin-left: 0;
    padding: 0;
    width: 100%;
  }

  .top_column_item a.fs-pt-column__item:nth-child(n + 3) {
    margin-top: 0;
  }

  .top_column_item a.fs-pt-column__item:nth-child(n + 2) {
    margin-top: 20px;
  }

  .top_column_item a.fs-pt-column__item .fs-pt-column__heading {
    font-size: 1.3rem;
  }

  .top_column_box {
    margin-top: 50px;
  }
}

/* ------------------------------------------
  top_contents
------------------------------------------ */
.top_contents {
  margin-top: 120px;
}

.top_contents_title {
  border-bottom: none;
  color: #103d72;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}

.top_contents_title span {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: .05em;
  margin-left: 15px;
  vertical-align: bottom;
}

.top_contents_main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.top_contents_main .fs-pt-column__item {
  display: block;
  margin-left: 60px;
  padding: 0;
  width: calc(33.33333333% - 40px);
}

.top_contents_main .fs-pt-column__item:nth-child(3n + 1) {
  margin-left: 0;
}

.top_contents_main .fs-pt-column__item:nth-child(n + 4) {
  margin-top: 60px;
}

.top_contents_main .fs-pt-column__item .fs-pt-column__image img {
  width: 100%;
}

.top_contents_main .fs-pt-column__item .fs-pt-column__heading {
  color: #222;
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .top_contents {
    margin-top: 60px;
  }

  .top_contents_title {
    font-size: 1.8rem;
  }

  .top_contents_title span {
    font-size: 1.4rem;
    margin-left: 5px;
  }

  .top_contents_main {
    display: block;
    margin-top: 25px;
    padding: 0 15px;
  }

  .top_contents_main .fs-pt-column__item {
    display: block;
    margin-left: 0;
    margin-top: 25px;
    padding: 0;
    width: 100%;
  }

  .top_contents_main .fs-pt-column__item:first-child {
    margin-top: 0;
  }
}

/* ------------------------------------------
  top_search_cat
------------------------------------------ */
.top_search_cat {
  margin-top: 100px;
}

.top_search_cat_title {
  border-bottom: none;
  color: #103d72;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}

.top_search_cat_title span {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: .05em;
  margin-left: 15px;
  vertical-align: bottom;
}

.top_search_cat_lists {
  margin-top: 50px;
  padding: 0 40px;
}

.top_search_cat_lists .item {
  padding: 0 10px;
}

.top_search_cat_lists .item a {
  display: block;
}

.top_search_cat_lists_img img {
  width: 100%;
}

.top_search_cat_lists .slick-prev, .top_search_cat_lists .slick-next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 38px;
  height: 38px;
  width: 13px;
}

.top_search_cat_lists .slick-prev {
  background-image: url(../img/top/top_search_cat_lists_prev.svg);
  left: 0;
  top: 150px;
}

.top_search_cat_lists .slick-next {
  background-image: url(../img/top/top_search_cat_lists_next.svg);
  right: 0;
  top: 150px;
}

.top_search_cat_lists .slick-prev:before, .top_search_cat_lists .slick-next:before {
  display: none;
}

.top_search_cat_lists_title {
  color: #1b2e5d;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .05em;
  margin-top: 20px;
  text-align: center;
}

.top_search_cat .slick-dots {
  bottom: -35px;
  left: 0;
}

.top_search_cat .slick-dots li {
  height: 5px;
  margin: 0;
  padding: 0 5px;
  width: 12.5%;
}

.top_search_cat .slick-dots li button {
  background-color: #eee;
  height: 5px;
  padding: 0;
  width: 100%;
}

.top_search_cat .slick-dots li.slick-active button {
  background-color: #103d72;
}

.top_search_cat .slick-dots li button::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .top_search_cat {
    margin-top: 60px;
  }

  .top_search_cat_title {
    font-size: 1.8rem;
  }

  .top_search_cat_title span {
    font-size: 1.4rem;
    margin-left: 5px;
  }

  .top_search_cat_lists {
    margin-top: 20px;
    padding: 0;
  }

  .top_search_cat_lists .item {
    padding: 0 6px;
    width: 150px;
  }

  .top_search_cat_lists_title {
    font-size: 1.4rem;
    margin-top: 15px;
  }

  .top_search_cat .slick-dots li {
    padding: 0 2px;
  }
}

/* ------------------------------------------
  top_reading
------------------------------------------ */
.top_reading {
  margin-top: 120px;
}

.top_reading_title {
  border-bottom: none;
  color: #103d72;
  font-family: 'Noto Serif', serif;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1;
  margin: 0;
  padding: 0 0 0 50px;
  position: relative;
  text-align: left;
}

.top_reading_title::before {
  background-image: url(../img/top/top_reading_icon.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 34px 26px;
  content: '';
  height: 26px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
}

.top_reading_title span {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: .05em;
  margin-left: 15px;
  vertical-align: bottom;
}

.top_reading_main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.top_reading_main .fs-pt-column__item {
  display: block;
  margin-left: 60px;
  width: calc(33.333333% - 40px);
}

.top_reading_main .fs-pt-column__item:nth-child(3n + 1) {
  margin-left: 0;
}

.top_reading_main .fs-pt-column__item:nth-child(n + 4) {
  margin-top: 60px;
}

.top_reading_main .fs-pt-column__heading {
  color: #222;
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 15px;
}

.top_reading_main .fs-pt-column__description {
  color: #222;
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: .031em;
  margin-top: 5px;
}

.top_reading_main .fs-pt-column__image img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top_reading {
    margin-top: 60px;
  }

  .top_reading_title {
    font-size: 1.8rem;
    padding-left: 40px;
  }

  .top_reading_title::before {
    background-size: 28px 22px;
    height: 22px;
    width: 28px;
  }

  .top_reading_title span {
    display: block;
    font-size: 1.4rem;
    margin: 5px 0 0;
  }

  .top_reading_main {
    display: block;
    margin-top: 25px;
  }

  .top_reading_main .fs-pt-column__item {
    display: block;
    margin-left: 0;
    margin-top: 50px;
    width: 100%;
  }

  .top_reading_main .fs-pt-column__item:first-child {
    margin-top: 0;
  }
}

/* ------------------------------------------
  top_wineseller
------------------------------------------ */
.top_wineseller {
  margin-top: 120px;
}

.top_wineseller_title {
  border-bottom: none;
  color: #103d72;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}

.top_wineseller_title span {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: .05em;
  margin-left: 15px;
  vertical-align: bottom;
}

.top_wineseller_main {
  display: block;
  margin-top: 50px;
}

.top_wineseller_main .fs-c-productListCarousel__list {
  display: block;
}

.top_wineseller_main.fs-c-productListCarousel .fs-c-productListCarousel__list__itemTrack {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.top_wineseller_main .fs-c-productName__name {
  color: #222;
  font-size: 1.8rem;
  font-weight: normal;
  visibility: hidden;
}

.top_wineseller_main .fs-c-productListCarousel__ctrl {
  display: none;
}

.top_wineseller_main .fs-c-productListCarousel__list__item {
  flex-basis: auto;
  margin: 0 0 0 32px;
  max-width: initial;
  min-width: initial;
  width: calc(25% - 24px);
}

.top_wineseller_main .fs-c-productListCarousel__list__item:nth-child(4n + 1) {
  margin-left: 0;
}

.top_wineseller_main .fs-c-productListCarousel__list__item:nth-child(n + 5) {
  margin-top: 30px;
}

.top_wineseller_main .fs-c-productListCarousel__list__item .fs-c-productListItem__image.fs-c-productImage a {
  align-items: center;
  display: flex;
  justify-content: center;
}

.top_wineseller_main .fs-c-productListCarousel__list__item .fs-c-productListItem__image.fs-c-productImage a::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.top_wineseller_main .fs-c-productName__copy {
  display: none;
}

.top_wineseller_main .fs-c-productMarks {
  display: none;
}

.top_wineseller_main .fs-c-productListItem__control {
  display: none;
}

.top_wineseller_main .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #333;
}

.top_wineseller_main .fs-c-price__currencyMark {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .08em;
}

.top_wineseller_main .fs-c-price__value {
  font-size: 1.2rem;
  letter-spacing: .08em;
}

.top_wineseller_main .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  font-size: 1.4rem;
  letter-spacing: .08em;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .top_wineseller {
    margin-top: 80px;
  }

  .top_wineseller_title {
    font-size: 1.8rem;
  }

  .top_wineseller_title span {
    font-size: 1.4rem;
    margin-left: 5px;
  }

  .top_wineseller_main {
    margin-top: 30px;
    padding: 0 15px;
  }

  .top_wineseller .fs-c-productListCarousel__list__item {
    flex-basis: auto;
    margin: 0 0 0 16px;
    max-width: initial;
    min-width: initial;
    width: calc(50% - 8px);
  }

  .top_wineseller .fs-c-productListCarousel__list__item:nth-child(4n + 1) {
    margin-left: 16px;
  }

  .top_wineseller .fs-c-productListCarousel__list__item:nth-child(n + 5) {
    margin-top: 0;
  }

  .top_wineseller .fs-c-productListCarousel__list__item:nth-child(2n + 1) {
    margin-left: 0;
  }

  .top_wineseller .fs-c-productListCarousel__list__item:nth-child(n + 3) {
    margin-top: 16px;
  }

  .top_wineseller .fs-c-productName__name {
    color: #222;
    font-size: 1.4rem;
    font-weight: normal;
  }

  .top_wineseller .fs-c-price__value {
    font-size: 1.3rem;
  }

  .top_wineseller .fs-c-price__currencyMark {
    font-size: 1.4rem;
  }

  .top_wineseller .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
    font-size: 1rem;
  }
}

.fs-body-top .fs-c-productListItem__productName {
  min-height: 4.4em;
}

@media screen and (max-width: 767px) {
  .fs-body-top .fs-c-productListItem__productName {
    min-height: 3.9em;
  }
}
