@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
/* ------------------------------------------
  top_mv
------------------------------------------ */
.top_mv.fs-c-slick .slick-slide {
  max-width: 1240px;
  padding: 0 20px;
}

.top_mv.fs-c-slick .slick-slide img {
  width: 100%;
}

.top_mv.fs-c-slick .slick-prev, .top_mv.fs-c-slick .slick-next {
  height: 42px;
  width: 42px;
}

.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;
  background-repeat: no-repeat;
  background-size: 100%;
  left: 0;
}

.top_mv.fs-c-slick .slick-next {
  background-image: url(../img/top/top_mv_next.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  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: #000;
  opacity: 1;
}

.fs-c-slick .slick-dots li button:hover:before, .fs-c-slick .slick-dots li button:focus:before {
  color: #000;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .top_mv.fs-c-slick .slick-slide {
    padding: 0;
  }

  .fs-c-slick .slick-dots {
    bottom: -30px;
  }

  .top_mv.fs-c-slick .slick-prev, .top_mv.fs-c-slick .slick-next {
    height: 30px;
    width: 30px;
  }


  .fs-c-slick .slick-dots li button:before {
    color: #aaa;
    content: '●';
    font-family: 'fs-icon';
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    height: 6px;
    left: 0;
    line-height: 6px;
    opacity: .25;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    text-align: center;
    top: 0;
    width: 6px;
  }

  .fs-c-slick .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 6px;
    margin: 6px;
    padding: 0;
    position: relative;
    width: 6px;
  }
}

/* ------------------------------------------
  top_top_banner
------------------------------------------ */
.top_top_banner {
  display: block;
}

.top_top_banner img {
  width: 100%;
}

/* ------------------------------------------
  top_title
------------------------------------------ */
.top_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

.top_title_big {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_title_big {
    font-size: 1.8rem;
  }
}

/* ------------------------------------------
  top_choice
------------------------------------------ */
.top_choice {
  margin-top: 40px;
}

.top_choice_lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.top_choice_lists_item {
  margin-left: 21px;
  width: calc(33.3333333% - 14px);
}

.top_choice_lists_item:nth-child(3n + 1) {
  margin-left: 0;
}

.top_choice_lists_item:nth-child(n + 4) {
  margin-top: 21px;
}

.top_choice_lists_item a {
  display: block;
}

.top_choice_lists_item_img img {
  width: 100%;
}

.top_choice_lists_item_text {
  color: #000;
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 7px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_choice {
    margin-top: 40px;
  }

  .top_choice_lists {
    margin-top: 10px;
  }

  .top_choice_lists_item {
    border-bottom: 5px #fff solid;
    border-left: 5px #fff solid;
    margin-left: 0;
    width: calc(50% - 2.5px);
  }

  .top_choice_lists_item:nth-child(2n) {
    width: calc(50% + 2.5px);
  }

  .top_choice_lists_item_text {
    background-color: #000;
    color: #fff;
    margin-top: 0;
    padding: 5px 0;
    text-align: center;
  }

  .top_choice_lists_item:nth-child(n + 4) {
    margin-top: 0;
  }

  .top_choice_lists_item:nth-child(2n + 1) {
    border-left: none;
  }

  .top_choice_lists_item:nth-child(n + 5) {
    border-bottom: none;
  }
}

/* ------------------------------------------
  top_choice
------------------------------------------ */
@media screen and (max-width: 767px) {
  .top_wine_banner {
    display: block;
    margin-top: 40px;
  }

  .top_wine_banner img {
    width: 100%;
  }
}

/* ------------------------------------------
  top_topics
------------------------------------------ */
.top_topics {
  margin-top: 40px;
}

.top_topics_lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.top_topics_lists_item {
  margin-left: 20px;
  width: calc(50% - 10px);
}

.top_topics_lists_item:nth-child(2n + 1) {
  margin-left: 0;
}

.top_topics_lists_item:nth-child(n + 3) {
  margin-top: 30px;
}

.top_topics_lists_item a {
  color: #000;
  display: block;
}

.top_topics_lists_item_img img {
  width: 100%;
}

.top_topics_lists_item_text {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .top_topics_lists {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .top_topics_lists_item {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }

  .top_topics_lists_item:nth-child(2n + 1) {
    margin-left: 0;
  }

  .top_topics_lists_item:nth-child(n + 3) {
    margin-top: 20px;
  }

  .top_topics_lists_item:first-child {
    margin-top: 0;
  }

  .top_topics_lists_item_text {
    margin-top: 7px;
    padding: 0 20px;
  }
}

/* ------------------------------------------
  top_staff
------------------------------------------ */
.top_staff {
  margin-top: 50px;
}

.top_staff_lists {
  display: flex;
  margin-top: 20px;
}

.top_staff_lists_item {
  margin-left: 20px;
  width: calc(25% - 15px);
}

.top_staff_lists_item:nth-child(4n + 1) {
  margin-left: 0;
}

.top_staff_lists_item_member {
  align-items: center;
  display: flex;
  margin-bottom: -5px;
}

.top_staff_lists_item_member_img {
  position: relative;
  width: 40px;
}

.top_staff_lists_item_member_img::after {
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  content: '';
  height: 0;
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.top_staff_lists_item_member_img img {
  background-color: #fff;
  border: 1px #000 solid;
  border-radius: 50%;
  position: relative;
  width: 100%;
}

.top_staff_lists_item_member_name {
  color: #000;
  font-size: 1.5rem;
  margin-left: 15px;
}

.top_staff_lists_item_product_text {
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 10px 0;
  text-align: center;
}

.top_staff_lists_item_product_img {
  align-items: center;
  background-color: #fff;
  border: 1px #000 solid;
  display: flex;
  justify-content: center;
  max-height: 232px;
  padding: 15px 20px 10px;
}

.top_staff_lists_item_product_img img {
  max-height: 192px;
  max-width: 100%;
}

.top_staff_lists_item_name {
  color: #000;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_staff {
    margin-top: 40px;
  }

  .top_staff_lists {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    padding: 0 20px;
  }

  .top_staff_lists_item {
    margin-left: 16px;
    width: calc(50% - 8px);
  }

  .top_staff_lists_item:nth-child(4n + 1) {
    margin-left: 0;
  }

  .top_staff_lists_item:nth-child(2n + 1) {
    margin-left: 0;
  }

  .top_staff_lists_item:nth-child(n + 3) {
    margin-top: 15px;
  }

  .top_staff_lists_item_member {
    margin-bottom: 0;
    min-height: 37px;
  }

  .top_staff_lists_item_member_img {
    width: 30px;
  }

  .top_staff_lists_item_member_name {
    font-size: 1.1rem;
    letter-spacing: -.01;
    margin-left: 10px;
  }

  .top_staff_lists_item_product_text {
    font-size: 1rem;
    line-height: 1.4;
    padding: 7px 0;
  }

  .top_staff_lists_item_product_img {
    max-height: 165px;
    padding: 14px 10px 8px;
  }

  .top_staff_lists_item_product_img img {
    max-height: 142px;
  }

  .top_staff_lists_item_name {
    font-size: 1.2rem;
  }
}

/* ------------------------------------------
  top_ranking
------------------------------------------ */
.top_ranking {
  margin-top: 50px;
}

.top_ranking_main {
  margin-top: 20px;
}

/* ------------------------------------------
  top_maker
------------------------------------------ */
.top_maker {
  margin-top: 50px;
}

.top_maker_title {
  border-bottom: none;
  color: #000;
  font-family: 'Noto Serif', serif;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1;
  margin: 0;
  padding: 0 0 0 45px;
  position: relative;
  text-align: left;
}

.top_maker_title::before {
  background-image: url(../img/top/top_maker_icon.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 29px 27px;
  content: '';
  height: 27px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
}

.top_maker_title span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: .05em;
  margin-left: 15px;
  vertical-align: bottom;
}

.top_maker_lists {
  margin-top: 20px;
  padding: 0 40px;
}

.top_maker_lists .item {
  padding: 0 10px;
}

.top_maker_lists .item a {
  display: block;
}

.top_maker_lists_img {
  align-items: center;
  border: 1px #c2c2c2 solid;
  display: flex;
  height: 142px;
  justify-content: center;
  padding: 20px;
  width: 142px;
}

.top_maker_lists_img img {
  display: block;
  max-height: 100%;
}

.top_maker_lists .slick-prev, .top_maker_lists .slick-next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 38px;
  height: 38px;
  width: 13px;
}

.top_maker_lists .slick-prev {
  background-image: url(../img/top/top_maker_lists_prev.svg);
  left: 0;
  top: 85px;
}

.top_maker_lists .slick-next {
  background-image: url(../img/top/top_maker_lists_next.svg);
  right: 0;
  top: 85px;
}

.top_maker_lists .slick-prev:before, .top_maker_lists .slick-next:before {
  display: none;
}

.top_maker_lists_title {
  color: #000;
  font-size: 1.5rem;
  margin-top: 7px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_maker {
    margin-top: 60px;
  }

  .top_maker_title {
    font-size: 1.8rem;
    padding-left: 30px;
  }

  .top_maker_title::before {
    background-size: 17px 16px;
    height: 16px;
    width: 17px;
  }

  .top_maker_title span {
    display: block;
    font-size: 1.4rem;
    margin: 5px 0 0;
  }

  .top_maker_lists {
    margin-top: 20px;
    padding: 0 40px;
  }

  .top_maker_lists .item {
    padding: 0 6px;
    width: 115px;
  }

  .top_maker_lists_title {
    font-size: 1.1rem;
    margin-top: 7px;
  }

  .top_maker_lists_img {
    height: 103px;
    width: 103px;
  }

  .top_maker_lists .slick-next {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .top_maker_lists .slick-prev {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* ------------------------------------------
  top_about
------------------------------------------ */
.top_about {
  margin-top: 50px;
}

.top_about_lists {
  display: flex;
  margin-top: 15px;
}

.top_about_lists_item {
  width: 25%;
}

.top_about_lists_item a {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 150px;
  width: 100%;
}

.top_about_lists_item.about a {
  background-image: url(../img/top/top_about_lists_item_img01.jpg?0);
}

.top_about_lists_item.environment a {
  background-image: url(../img/top/top_about_lists_item_img02.jpg?0);
}

.top_about_lists_item.choice a {
  background-image: url(../img/top/top_about_lists_item_img03.jpg?0);
}

.top_about_lists_item.repair a {
  background-image: url(../img/top/top_about_lists_item_img04.jpg?0);
}

.top_about_lists_item_title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}

.top_about_lists_item_sub {
  color: #fff;
  font-family: 'Source Serif Pro', serif;
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .top_about_lists {
    flex-wrap: wrap;
  }
  .top_about_lists_item {
    width: 50%;
  }

  .top_about_lists_item_title {
    font-size: 1.4rem;
  }

  .top_about_lists_item_sub {
    font-size: 1.2rem;
  }
}
/* ------------------------------------------
  top_news
------------------------------------------ */
@media screen and (min-width:768px){
	.shoppnews{
		display: flex;
	}
}
h3.shippnews_ttl{
	background:#c30d23;
	padding:5px;
	text-align:center;
	color:#FFF;
}
.shippnews_copy{
	padding: 5px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    font-size: 1.17em;
    padding-left: 15px;
}


/* ------------------------------------------
  top_attention
------------------------------------------ */
.top_attention {
  margin: 40px 0;
}

.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 {
    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;
  }
}
