/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model */
/* ============================================ */

* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  overflow: scroll;
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1{
  font-size: 130%;
  line-height: inherit;
  margin: 0;
}
h2{
  font-size: 120%;
  line-height: inherit;
  margin: 0;
}
/*記事内の見出しCSS*/
h2.hd201 {
  line-height: inherit;
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #094;
}
h2.hd201:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #00cc5b;
}

h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
optgroup,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/***
追記
***/

a:visited {
  color: #000;
}
a:hover {
  color: #000;
}

/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false { display: none; }
.login.my-true { display: none; }

body {
  font-family: YuMincho, "游明朝","Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
  font-size: 15px;
  font-weight: normal;
  color: #000;
  min-width: 1200px;
  line-height: 2.0;
}

.header {
}
.cInner {
  max-width: 1200px;
  margin: 0 auto;
}
.cInner-s {
  max-width: 800px;
  margin: 0 auto;
}
.container,
.fs-l-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 24px auto;
  width: 1200px;
  text-align: left;
  padding: 0;
}
.fs-c-panelContainer {
  display: none;
}

.search_form {
  position: relative;
  width: 250px;
}
.search_form__field {
  position: relative;
}
.search_area {
  position: relative;
}
.search_area input {
  width: 100%;
  padding: 10px;
  border: 1px solid #000000;
}
.search_form_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.search_form_btn img {
  width: 18px;
  height: auto;
}

/*header*/
.header {
  border-top: 20px solid #79c06e;
  box-sizing: border-box;
  position: relative;
}
.header_main {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 20px 0;
}
.header_main_right {
  width: 25%;
}
.header_main_logo {
  width: 41.666%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_main_logo img {
  width: 180px;
}
.header_main_left {
  width: 33.333%;
}
.header_main_link {
  display: flex!important;
  align-items: center;
  justify-content: flex-end;
}
.header_main_link li {
  border-left: 1px solid #000;
}
.header_main_link li:first-child {
  border-left: transparent;
}
.header_main_link li a {
  font-size: 16px;
  padding: 0 20px;
  display: block;
}
.header_main_link2 {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header_main_link2 .header_main_search {
  margin-right: 30px;
}
.cart_link {
  position: relative;
}
.cart_link a img {
  width: 40px;
}
.cart_link .fs-client-cart-count {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #e60012;
  position: absolute;
  top: -5px;
  right: -5px;
  left: 0;
  margin: auto;
}
.header_menu {
}
.header_menu__list {
  display: flex;
  justify-content: center;
}
.header_menu__list > li {
  padding: 20px 0;
}
.header_menu__list > li:hover {
  background-color: #79c06e;
}
.header_menu__list > li:hover > a {
  color: #fff;
}

.header_menu__list > li > a {
  border-right: 1px solid #000;
  font-size: 16px;
  display: block;
  padding: 0 20px;
}
.header_menu__list > li > a:hover {
  text-decoration: unset;
}
.header_menu__list > li:last-child a {
  border-right: transparent;
}
.header_menu__sub {
  display: none;
  opacity: 0;
  width: 100%;
  height: auto;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgb(255,255,255,0.9);
  border-top: 3px solid #79c06e;
  transition: 0.3s;
  z-index: 999;
}
.header_menu__sub.active {
  display: block;
  opacity: 1;
  transition: 0.3s;
}
.header_menu__sub > .clm2 {
  display: flex;
}
.header_menu__sub > .clm2 > div {
  width: 50%;
}
.header_menu__sub_wrap {
  padding: 30px 0;
}
.header_menu__sub__clm {
  display: flex;
  flex-wrap: wrap;
}
.header_menu__sub__clm h3 {
  font-size: 16px;
  display: block;
  width: 100%;
  margin: 0 0 30px 0;
}
.header_menu__sublist {
  width: 40%;
  margin-right: 20%;
  margin-bottom: 30px;
}
.header_menu__sublist:nth-child(2) {
  margin-right: 0;
}
.header_menu__sublist li {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.header_menu__sublist li:before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

/*footer*/
.footer {
  margin-top: 200px;
}
.footer_top {
  background-color: #79c06e;
  padding: 80px 0;
  color: #fff;
}
.footer_top_wrap {
  display: flex;
  justify-content: space-between;
}
.footer_top_cont {

}
.footer_top_cont h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.footer_top_cont > div {
  margin-bottom: 40px;
}
.footer_top_cont > div h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
.footer_top_cont > div p {
  line-height: 1.6;
  margin-bottom: 20px;
}
.footer_top_cont > div img {
  margin-bottom: 20px;
}
.footer_bottom {
  background-color: #000;
  padding: 50px 0 0;
}
.footer_bottom_link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.footer_bottom_link li {
  margin: 0 20px;
}
.footer_bottom_link li a {
  color: #fff;
}
.footer_bottom_logo {
  text-align: center;
  margin-bottom: 50px;
}
.copy {
  display: block;
  background-color: #fff;
  text-align: center;
  color: #000;
  padding: 20px 0;
}

/*side*/
.side {
  width: 240px;
  margin-right: 50px;
}
.side_bnr {
  margin-bottom: 20px;
}
.side_category_area {
  margin-top: 50px;
  margin-bottom: 50px;
}
.side_cat {

}
.side_cat li {
  
}
.side_cat > li > span,
.side_cat > li > a {
  display: block;
  padding: 20px 20px 20px 5px;
  border-bottom: 1px solid #000;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
.side_cat > li > span:before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}
.side_cat > li > span:after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
  transition: 0.3s;
}
.side_cat > li.active > span:after {
  transform: rotate(0deg);
  transition: 0.3s;
}
.side_cat > li > a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}
.side_subcat {
  display: none;
  background-color: #eeeeee;
  padding: 20px;
}
.side_subcat li {
  padding: 10px 0;
}
.side_subcat li a {
  display: block;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}
.side_subcat li a:before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.side_category_area h2 {
  display: block;
  padding: 20px;
  background-color: #79c06e;
  color: #fff;
  font-size: 18px;
}

/*top*/
.main,
.fs-l-pageMain {
  max-width: 1700px;
  margin: 0 auto;
  width: 910px;
}
.sec {
  margin-bottom: 50px;
}
.item_list {
  display: flex;
  flex-wrap: wrap;
}
.item_list.clm2 .item {
  width: 49%;
  margin-right: 2%;
}
.item_list.clm2 .item:nth-child(2n) {
  margin-right: 0;
}
.item_list.clm3 .item {
  width: 30%;
  margin-right: 5%;
}
.item_list.clm3 .item:nth-child(3n) {
  margin-right: 0;
}
.item_list.clm4 .item {
  width: 23.5%;
  margin-right: 2%;
}
.item_list.clm4 .item:nth-child(4n) {
  margin-right: 0;
}
.item_list.clm5 .item {
  width: 18.4%;
  margin-right: 2%;
}
.item_list.clm5 .item:nth-child(5n) {
  margin-right: 0;
}
.item {
  margin-bottom: 30px;
}
.item .item_img {
  margin-bottom: 10px;
  position: relative;
}
.item .item_img img {
  width: 100%;
  height: auto;
}

.item_txt {
  font-size: 16px;
  text-align: center;
}
.item_price {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}
.item_icon {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 5px;
  color: #fff;
  font-size: 14px;
}
.item_icon.icon-01 {
  background-color: #816a41;
}
.item_icon.icon-02 {
  background-color: #a40000;
}
.itemrank {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.itemrank img {
  width: 100%;
  height: auto;
}

.sec_ttl {
  text-align: center;
  margin-bottom: 50px;
}
.sec_ttl img {
  max-width: 100%;
}
.sec_ttl p {
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
}

.btn_area {
  margin-top: 50px;
  text-align: center;
}
.btn {
  display: inline-block;
  width: 650px;
  padding: 20px;
  text-align: center;
  background-color: #79c06e;
  color: #fff;
  font-size: 22px;
  position: relative;
}
.btn p {
  position: relative;
  display: inline-block;
}
.btn p::before{
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  margin: auto;
}
.btn p::after{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  margin: auto;
}
.btn-w {
  background-color: #fff;
  border:1px solid #79c06e;
  color: #79c06e;
}
.btn-w p::before {
  background: #79c06e;
}
.btn-w p::after {
  border-top: 2px solid #79c06e;
  border-right: 2px solid #79c06e;
}
.btn:hover, .btn:visited {
  color: #fff;
}
.btn-w:hover, .btn-w:visited {
  color: #79c06e;
}

.blog_list {
  display: flex;
  flex-wrap: wrap;
}
.blog_list li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.blog_list li:nth-child(2n) {
  margin-right: 0;
}
.blog_img {
  padding-top: 65%;
  position: relative;

}
.blog_img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;

}
.blog_txt {
  margin-top: 10px;
  font-size: 14px;
}

.slide-5 {

}
.slick-arrow {
  z-index: 99;
  width: 50px!important;
  height: 50px!important;
}
.slick-arrow:before {
  content: ""!important;
}
.slick-arrow img {
  width: 100%;
  height: auto;
}
.slick-prev {

}
.blog_list2 {
  display: flex;
  flex-wrap: wrap;
}
.blog_list2 li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.blog_list2 li:nth-child(2n) {
  margin-right: 0;
}
.blog_list2 li:nth-child(1) {
  border-top: 1px solid #dcdcdc;
}
.blog_list2 li:nth-child(2) {
  border-top: 1px solid #dcdcdc;
}
.blog_list2 li > a {
  display: flex;
  padding: 20px 0;
}
.blog_list2 li > a:hover {
  text-decoration: none;
}
.blog_list2_img {
  width: 45%;
  margin-right: 2%;
}
.blog_list2_img img {
  width: 100%;
  height: auto;
}
.blog_list2_txt {
  width: 53%;
}
.blog_list2_ttl {
  /*display: flex;
  align-items: center;
  justify-content: space-between;*/
  margin-bottom: 20px;
}
.blog_list2_ttl p {
  font-size: 20px;
}
.blog_list2_ttl span {
  display: inline-block;
  padding: 5px;
  background-color: #79c06e;
  color: #fff;
}
.blog_list2_ttl > div {
  text-align: right;
  margin-top: 10px;
}
.blog_list2_txt > p {
  font-size: 16px;
}


.top_mv {
}
.top_mv_wrap {
  position: relative;
}
.top_mv_wrap img {
  width: 100%;
  height: auto;
  display: block; /*  2025/04/04 追加 */
}
.top_mv_txt {
  margin-top: -5rem;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  display: inline-block;
}
.top_mv_txt img {
  width: auto;
  max-width: 500px;
}
.top_about {
}
.top_about_wrap {
  position: relative;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.top_about_wrap img {
  width: 100%;
  height: auto;
}
.top_about_txt {
  margin-top: -15rem;
  background-color: #fff;
  padding: 30px 60px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 18px;
  line-height: 1.6;
}
.top_about_txt img {
  width: auto;
  max-width: 400px;
}
.top_reason {
  background: url(https://franciacorta.itembox.design/item/mln_back_02.jpg)no-repeat center;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
  color: #fff;
}
.top_reason h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 50px;
}
.reason_list {
  display: flex;
  justify-content: space-around;
  margin-bottom: 100px;
}
.reason_list li {
  margin: 0 30px;
  text-align: center; /* ← 2025/04/03 追加 */
}
.reason_list li div {
  margin-bottom: 10px;
}
.reason_list li div img {
  max-width: 100%;
  height: auto;
  max-height: 300px; /* 任意の高さに調整 */
  object-fit: contain;
}
.reason_list li p {
  font-size: 20px;
}

.top_item {
  background-color: #eeeeee;
  padding: 100px 0;
}
.top_news {
  margin-bottom: 120px;
}
.news_area {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
}
.news_list {

}
.news_list li {
  border-top: 1px solid #e0e0e0;
}
.news_list li:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.news_list li a {
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 16px;
}
.news_list li a span {
  margin-right: 20px;
}

.top_special {
  position: relative;
  margin-bottom: 100px;
}
.special_img {

}
.special_img img {
  width: 60%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.special_txt {
  text-align: center;
  margin-top: -250px;
}
.special_txt img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.beginners_img img {
  width: 60%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.top_wine {
  margin-bottom: 100px;
}

.tab_container {
  padding-bottom: 1em;
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
}
.tab_item {
  width: 280px;
  padding:20px 0;
  background-color: #f5f5f5;
  text-align: center;
  color: #000;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border-radius: 10px 10px 0 0;
  margin-right: 10px;
}
.tab_item:last-child {
  margin-right: 0;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 40px 0;
  background-color: #79c06e;
  overflow: hidden;
}
#tab1:checked  ~ #tab1_content,
#tab2:checked  ~ #tab2_content,
#tab3:checked  ~ #tab3_content,
#tab4:checked  ~ #tab4_content {
  display: block;
}
.tab_container input:checked  + .tab_item {
  background-color: #79c06e;
  color: #fff;
}

.wine_list {

}
.wine_list li {
  border-bottom: 2px solid #79c06e;
}
.wine_list li a {
  display: flex;
  position: relative;
}
.wine_list li a:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #79c06e;
  border-right: 1px solid #79c06e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.wine_list li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  background-color: #f5f5f5;
  color: #000;
  padding: 30px;
  font-size: 18px;
}
.wine_list li a p {
  display: flex;
  align-items: center;
  width: 70%;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  padding: 30px;
  text-align: left;
  line-height: 1.6;
}
.wine_producer {
  display: flex;
  flex-wrap: wrap;
}
.wine_producer li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.wine_producer li:nth-child(2n) {
  margin-right: 0;
}
.wine_producer li a {
}
.wine_producer li a img {
  width: 100%;
  height: auto;
}
.wine_linklist {
  background-color: #fff;
  padding: 50px;
  box-sizing: border-box;
}
.wine_linklist ul {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wine_linklist ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
  text-align: left;
  padding-left: 30px;
  position: relative;
  font-size: 16px;
}
.wine_linklist ul li:nth-child(2n) {
  margin-right: 0;
}
.wine_linklist ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.top_ranking {
  margin-bottom: 100px;
}
.top_bnr {
  margin-bottom: 100px;
}
.bnr_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.bnr_list.clm2 li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.bnr_list.clm2 li:nth-child(2n) {
  margin-right: 0;
}
.bnr_list li img {
  width: 100%;
  height: auto;
}
.bnr_list li p {
  margin-top: 10px;
}
.top_interview {
  padding: 100px;
  background-color: #eeeeee;
}
.top_media {
  margin-bottom: 100px;
}
.top_media ul li img {
  height: auto;
}
.top_blog {
  margin-bottom: 100px;
}
.blog_tag {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.blog_tag li {
  margin: 0 10px;
}
.blog_tag li a {
  color: #79c06e;
  border:1px solid #79c06e;
  border-radius: 20px;
  background-color: #fff;
  padding: 10px 20px;
}

.top_concept {

}
.concept_txt {
  width: 100%;
  font-size: 18px;
  line-height: 1.6;
}

.concept_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.concept_ttl p {
  font-size: 30px;
  line-height: 1.6;
}


.top_reason2 {

}
.top_reason2 {
  background: url(https://franciacorta.itembox.design/item/mln_back_04.jpg)no-repeat center;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
  color: #fff;
  margin-bottom: 100px;
}
.top_reason2 h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 50px;
}
.reason2_list {
  width: 80%;
  margin: 0 auto;
}
.reason2_list li {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.reason2_list li:nth-child(2n) {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.reason2_img {
  width: 20%;
  margin:0 2%;
}
.reason2_img img {
  width: 100%;
  height: auto;
}
.reason2_txt {
  width: 76%;
}
.reason2_ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.reason2_ttl p {
  font-size: 30px;
}
.reason2_ttl a {
  display: inline-block;
  padding: 5px;
  background-color: #fff;
  color: #79c06e;
}
.reason2_txt > p {
  font-size: 16px;
  text-align: left;
}
.top_shop {
  margin-bottom: 200px;
}
.top_shop h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 50px;
}
.top_heading {
  margin-bottom: 50px;
  text-align: center; /* 2025/4/4 追加 */
}
/* コメントアウト
.top_heading h2{
  margin-bottom: 100px;
  text-align: center;
  font-size: 40px;
  margin-bottom: 50px;
}
*/
/* 2025/4/4 追加 ここから */

.top_heading h2 {
  position: relative;
  margin-bottom: 100px;
  text-align: center;
  font-size: 40px;

  display: inline-block;
  background: linear-gradient(transparent 80%, #a8e6a1 80%);
  padding: 0 5px;
  line-height: 1.4;
}

.top_heading2 h2{
  margin-bottom: 100px;
  text-align: center;
  font-size: 40px;
  margin-bottom: 50px;
}

/* 2025/4/4 追加 ここまで */

.shop_list {
  display: flex;
}
.shop_list li {
  width: 49%;
  margin-right: 2%;
}
.shop_list li:nth-child(2n) {
  margin-right: 0;
}
.shop_img img {
  width: 100%;
  height: auto;
}
.shop_txt {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}
.shop_ttl {
  font-size: 26px;
  color: #79c06e;
  margin-bottom: 10px;
}
.top_bnr {
  margin-bottom: 200px;
}
.bnr_area img {
  width: 100%;
  height: auto;
}
.top_sns {

}
.sns_ttl {
  text-align: center;
  margin-bottom: 30px;
}
.sns_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns_list li {
  margin: 0 20px;
  width: 80px;
}
.sns_list li img {
  width: 100%;
  height: auto;
}
.fs-c-breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
}

.fs-c-cartTable__dataCell--action {
  white-space: nowrap;
}

/*動画設定CSS*/
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
/*商品ページ 見出し*/
/*2025/04/15 追加*/
.itm_heading h2{
  font-weight: 800;
  font-size: 22px;
  border-left: 10px solid #00cc5b;
  padding-left: 10px;
  background-color: #f8fff5;
  margin: 20px 0; /* 上下20px、左右0 */
}
.itm_list {
  padding-left: 1.2em;
  margin: 0 0 20px 0;
  list-style-type: disc;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}
.itm_list li {
  margin-bottom: 0.5em;
}

.itm_button {
  background-color: #212529;  /* 濃いグレー（ほぼ黒） */
  color: #fff;                /* 白文字 */
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;         /* ✅ 文字を中央揃え */
  display: inline-block;      /* ✅ 横幅を自然に収めたい場合 */
  width: 200px;
}

.itm_button:hover {
  background-color: #343a40;  /* 少し明るめに変化してホバー感を出す */
}


/*2025/04/15 追加*/

/*ボタン設定CSS*/
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn2,
a.btn2,
button.btn2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn2-tag {
  padding: 1.25rem 3rem 1.25rem 80px;
  color: #fff;
  background: #f39800;
}

a.btn2-tag:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 50px;
  height: 100%;

  content: "";

  border-radius: 0.5rem 0 0 0.5rem;
  background: rgba(0, 0, 0, 0.07);
}

a.btn2-tag:hover {
  color: #fff;
  background: #ffa50e;
}

a.btn2-tag i {
  font-size: 120%;

  position: absolute;
  top: 0;
  left: 0;

  width: 50px;
  padding: 1.5rem 0;

  text-align: center;
  letter-spacing: 0;
}

/*その他と主な共通部分は省略*/

a.btn2--green {
  color: #fff;
  background-color: #094;
}

a.btn2--green:hover {
  color: #fff;
  background: #00a349;
}

a.btn2--green.btn--cubic {
  border-bottom: 5px solid #00662d;
}

a.btn2--green.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #00662d;
}

a.btn2-c {
  font-size: 2rem;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 2rem;
  border-radius: 100vh;
}

a.btn2-c i.fa {
  margin-right: 1rem;
}

a.btn2-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}

/*商品画像(左)と説明(右)の設定*/
.media {
    background: #FFF;
    padding: 10px;
    overflow: hidden;
}
.media__image {
    float: left;
    margin-right: 10px;
}
.media__summary {
    overflow: hidden;
}
.media__heading {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
