/* information
   ========================================================================== */
.m-sb-product-detail_information p {
  font-size: 1.4rem;
}
/* information_wine
   ========================================================================== */
@media (max-width: 768px) {
  .m-sb-product-wine-list {
    padding-top: 0;
  }
  .m-full-width-content.opt-bg.m-sb-product-wine-list {
    padding-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .m-sb-product-wine-list .m-media.theme-column {
    margin-top: 0;
  }
}
.m-sb-product-wine-list .m-media.theme-column ul li {
  margin-top: 0;
  margin-bottom: 24px;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
}
@media (min-width: 769px) {
  .m-sb-product-wine-list .m-media.theme-column ul li {
    padding-right: 22px;
  }
}
@media (max-width: 768px) {
  .m-sb-product-wine-list .m-media.theme-column ul li {
    width: 100%;
    margin-bottom: 26px;
  }
}
@media (min-width: 769px) {
  .m-sb-product-wine-list .m-media.theme-column ul li:nth-child(4n) {
    margin-right: 0;
  }
}
.m-sb-product-wine-list .m-media.theme-column ul li a {
  position: relative;
  display: block;
  border: none!important;
  padding: 0;
  background-color: #FFFFFF;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.m-sb-product-wine-list .m-media.theme-column ul li a figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-sb-product-wine-list .m-media.theme-column ul li a figure .m-sb-product-wine-list_img {
  width: 40%;
  height: 133px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #e4e5ec;
  overflow: hidden;
}
@media (max-width: 768px) {
  .m-sb-product-wine-list .m-media.theme-column ul li a figure .m-sb-product-wine-list_img {
    width: 130px;
    height: 140px;
  }
}
.m-sb-product-wine-list .m-media.theme-column ul li a figure .m-sb-product-wine-list_img img {
  max-width: initial;
  padding-right: initial;
}
@media (max-width: 768px) {
  .m-sb-product-wine-list .m-media.theme-column ul li a figure {
    padding-right: 0;
  }
  .m-sb-product-wine-list .m-media.theme-column ul li a figure img {
    max-width: initial;
  }
}
.m-sb-product-wine-list .m-media.theme-column ul li a figcaption {
  padding-left: 12px;
  padding-right: 12px;
  width: 60%;
}
.m-sb-product-wine-list .m-media.theme-column ul li a figcaption p {
  margin-top: 0;
}
.m-sb-product-wine-list .m-media.theme-column ul li a figcaption .m-sb-product-wine-list_subtxt {
  font-size: 12px;
  color: #777;
}
@media (max-width: 768px) {
  .m-sb-product-wine-list .m-media.theme-column ul li a figcaption .m-sb-product-wine-list_subtxt {
    font-size: 11px;
  }
}
.m-sb-product-wine-list .m-media.theme-column ul li a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 21.6px 2.4px rgba(0, 0, 0, 0.13);
}
.m-sb-product-wine-list .m-media.theme-column ul li a:hover:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid #f3be00;
  border-bottom: 5px solid #f3be00;
}
@media (max-width: 768px) {
  .m-sb-product-wine-list .m-media.theme-column ul li a:after {
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    bottom: 5px;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid #f3be00;
    border-bottom: 5px solid #f3be00;
  }
}
.m-sb-product-wine-list_view-more {
  text-align: center;
  margin-bottom: 25px;
  margin-top: -7px;
}
.m-sb-product-wine-list_view-more div {
  border-radius: 50px;
  margin: 0 auto;
  cursor: pointer;
}
@media (max-width: 768px) {
  .m-sb-product-wine-list_view-more div {
    width: 240px;
    padding: 10px 0;
    border: 1px solid #ffffff;
  }
}
.m-sb-product-wine-list_view-more div span {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .m-sb-product-wine-list_view-more div span {
    font-size: 12px;
    padding-left: 24px;
  }
}
.m-sb-product-wine-list_view-more div span:before,
.m-sb-product-wine-list_view-more div span:after {
  content: "";
  background: #16181a;
  position: absolute;
}
.m-sb-product-wine-list_view-more div span:before {
  width: 2px;
  height: 14px;
  left: 10px;
  top: 50%;
  margin-top: -6px;
}
@media (max-width: 768px) {
  .m-sb-product-wine-list_view-more div span:before {
    height: 12px;
    left: 9px;
    margin-top: -5px;
  }
}
.m-sb-product-wine-list_view-more div span:after {
  width: 14px;
  height: 2px;
  left: 4px;
  top: 50%;
}
@media (max-width: 768px) {
  .m-sb-product-wine-list_view-more div span:after {
    width: 12px;
  }
}
.m-sb-product-wine-list_name {
  font-size: 16px;
  color: #222;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .m-sb-product-wine-list_name {
    font-size: 13px;
  }
}
.layout-main-content .section-title {
  border-top: none;
}
.layout-main-content .section-title::before {
  content: none;
}
/* .m-sb-product-detail
========================================================================== */
.m-sb-product-detail .m-sb-product-detail_other-info-btn {
  position: relative;
}
.m-sb-product-detail .m-sb-product-detail_other-info-btn li {
  padding-top: 8px;
  text-align: right;
}
@media (max-width: 768px) {
  .m-sb-product-detail .m-sb-product-detail_other-info-btn li {
    padding-top: 6px;
  }
}
.m-sb-product-detail .m-sb-product-detail_other-info-btn li:first-child {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .m-sb-product-detail .m-sb-product-detail_other-info-btn li:first-child {
    padding-top: 20px;
  }
}
.m-sb-product-detail .m-sb-product-detail_other-info-btn li a {
  color: #333;
  font-size: 14px;
  position: relative;
  padding-right: 26px;
}
@media (max-width: 768px) {
  .m-sb-product-detail .m-sb-product-detail_other-info-btn li a {
    padding-left: 0;
    display: inline-block;
    text-align: left;
  }
}
.m-sb-product-detail .m-sb-product-detail_other-info-btn li a:before {
  position: absolute;
  top: 4px;
  bottom: 0;
  right: 0;
  vertical-align: middle;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #16181a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .m-sb-product-detail .m-sb-product-detail_other-info-btn li a:before {
    top: 7px;
  }
}
.m-sb-product-detail .m-sb-product-detail_other-info-btn li a:after {
  position: absolute;
  top: 3px;
  bottom: 0;
  vertical-align: middle;
  content: "";
  right: 6px;
  width: 4px;
  height: 4px;
  margin: .6rem 0 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: none;
}
@media (max-width: 768px) {
  .m-sb-product-detail .m-sb-product-detail_other-info-btn li a:after {
    top: 6px;
  }
}
.m-sb-product-detail .m-sb-product-detail_other-info-btn li a:hover:before {
  background: #fff;
  border: 1px solid #16181a;
}
.m-sb-product-detail .m-sb-product-detail_other-info-btn li a:hover:after {
  border-color: #16181a;
}
.m-sb-product-detail .m-sb-product-detail_other-info-btn li a span {
  font-size: 12px;
}
/* m-product-component 成分
========================================================================== */
.m-product-component .m-product-component_box_left .m-dl.opt-dotted,
.m-product-component .m-product-component_box_right .m-dl.opt-dotted {
  border-top: 1px solid #e4e5ec;
}
@media (max-width: 768px) {
  .m-product-component .m-product-component_box_left .m-dl.opt-dotted,
  .m-product-component .m-product-component_box_right .m-dl.opt-dotted {
    border-top: none;
  }
}
.m-product-component .m-product-component_box_left .m-dl.opt-dotted dt,
.m-product-component .m-product-component_box_right .m-dl.opt-dotted dt,
.m-product-component .m-product-component_box_left .m-dl.opt-dotted dd,
.m-product-component .m-product-component_box_right .m-dl.opt-dotted dd {
  border-bottom: 1px solid #e4e5ec;
}
.m-product-component .m-product-component_box_left .m-dl.opt-dotted dd .m-indicator,
.m-product-component .m-product-component_box_right .m-dl.opt-dotted dd .m-indicator {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.4rem;
}
.m-product-component .m-product-component_box_left .m-dl.opt-dotted dd .m-indicator::before,
.m-product-component .m-product-component_box_right .m-dl.opt-dotted dd .m-indicator::before {
  position: absolute;
  left: 10%;
  bottom: 9px;
  content: '';
  display: block;
  width: -webkit-calc(100% - 20%);
  width: calc(100% - 20%);
  height: 1px;
  border-bottom: 1px solid #bfc0c6;
  z-index: 0;
}
.m-product-component .m-product-component_box_left .m-dl.opt-dotted dd .m-indicator li,
.m-product-component .m-product-component_box_right .m-dl.opt-dotted dd .m-indicator li {
  position: relative;
  width: 20%;
  height: 43px;
  text-align: center;
  white-space: nowrap;
  background-image: url(/product/wine/img/detail_flavor_off.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 18px;
  z-index: 100;
  overflow: visible;
}
.m-product-component .m-product-component_box_left .m-dl.opt-dotted dd .m-indicator li.on,
.m-product-component .m-product-component_box_right .m-dl.opt-dotted dd .m-indicator li.on {
  background-image: url(/product/wine/img/detail_flavor_on.svg);
}
@media (max-width: 768px) {
  .m-product-component .m-product-component_box_left .m-dl.opt-dotted dd .m-indicator li,
  .m-product-component .m-product-component_box_right .m-dl.opt-dotted dd .m-indicator li {
    font-size: 10px;
  }
}
@media (min-width: 769px) {
  .m-product-component .m-product-component_box_left .m-dl.opt-dotted dt,
  .m-product-component .m-product-component_box_right .m-dl.opt-dotted dt,
  .m-product-component .m-product-component_box_left .m-dl.opt-dotted dd,
  .m-product-component .m-product-component_box_right .m-dl.opt-dotted dd {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
  }
  .m-product-component .m-product-component_box_left .m-dl.opt-dotted dt,
  .m-product-component .m-product-component_box_right .m-dl.opt-dotted dt {
    width: 30%;
  }
  .m-product-component .m-product-component_box_left .m-dl.opt-dotted dd,
  .m-product-component .m-product-component_box_right .m-dl.opt-dotted dd {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .m-product-component .m-product-component_box_left .m-dl.opt-dotted dl dt,
  .m-product-component .m-product-component_box_right .m-dl.opt-dotted dl dt,
  .m-product-component .m-product-component_box_left .m-dl.opt-dotted dl dd,
  .m-product-component .m-product-component_box_right .m-dl.opt-dotted dl dd {
    font-size: 11px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .m-product-component .m-product-component_box_left .m-dl.opt-dotted dl dt,
  .m-product-component .m-product-component_box_right .m-dl.opt-dotted dl dt {
    width: 32%;
  }
  .m-product-component .m-product-component_box_left .m-dl.opt-dotted dl dd,
  .m-product-component .m-product-component_box_right .m-dl.opt-dotted dl dd {
    width: 68%;
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .m-product-component .m-product-component_box_right {
    margin-top: 0;
  }
  .m-product-component .m-product-component_box_right .m-dl.opt-dotted dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.m-product-component .m-product-component_box .m-link-list-horizontal {
  margin-top: 7px;
}
@media (max-width: 768px) {
  .m-product-component .m-product-component_box .m-link-list-horizontal {
    margin-top: 12px;
  }
}
.m-product-component .m-product-component_box .m-link-list-horizontal li:before {
  background: #000;
}
.m-product-component .m-product-component_box .m-link-list-horizontal a {
  font-size: 12px;
}
.m-product-component .m-attentions.opt-wine-detail {
  clear: both;
  top: 20px;
}
@media (max-width: 768px) {
  .m-product-component .m-attentions.opt-wine-detail {
    top: auto;
    margin-top: 15px;
    font-size: 10px;
  }
}
.m-product-component-table {
  border-color: #e4e5ec;
}
@media (min-width: 769px) {
  .m-product-component-table td,
  .m-product-component-table th {
    padding: 14px 15px 15px 20px;
    font-size: 14px;
    border-color: #e4e5ec;
  }
}
@media (max-width: 768px) {
  .m-product-component-table td,
  .m-product-component-table th {
    font-size: 11px;
    padding-top: 11px;
    padding-bottom: 12px;
  }
}
.m-product-component-table th {
  font-weight: 400;
}
@media (min-width: 769px) {
  .m-product-component-table .m-product-component-table_inline-title {
    padding-left: 20px;
  }
}
.m-product-component-table .m-product-component-table_inline-title > span {
  border-color: #e4e5ec;
}
@media (min-width: 769px) {
  .m-product-component-table .m-product-component-table_inline-title > span {
    padding: 14px 15px 15px 30px;
  }
}
@media (max-width: 768px) {
  .m-product-component-table .m-product-component-table_inline-title > span {
    padding-top: 11px;
    padding-bottom: 12px;
    padding-left: 24px;
  }
}
