@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, l, ul, ol, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 62.5%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  word-break: break-word;
  width: 100%;
  min-height: 100vh;
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: 100%;
}

header,
footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: 1px;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
a {
  color: #000;
  text-decoration: none;
}
a:link, a:active, a:hover, a:visited {
  outline: 0 none;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

img[src$=".svg"] {
  width: 100%;
}

/* Layout
--------------------------------------------------------- */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 17px;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.header {
  position: relative;
  padding-bottom: calc(31vmin + 17px);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .header {
    padding-bottom: calc(43vmin + 17px);
  }
}
.header::before {
  position: absolute;
  bottom: 14vmin;
  left: 1vmin;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  content: "";
  border-left: 100vw solid transparent;
  border-bottom: 30vmin solid #bcbcbc;
}
@media screen and (min-width: 768px) {
  .header::before {
    bottom: 16vmin;
  }
}
.header::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-right: 100vw solid transparent;
}
.wine_red .header::after {
  border-top: 30vmin solid #96214e;
}
@media screen and (min-width: 768px) {
  .wine_red .header::after {
    border-top: 42vmin solid #96214e;
  }
}
.wine_blanc .header::after {
  border-top: 30vmin solid #a1b259;
}
@media screen and (min-width: 768px) {
  .wine_blanc .header::after {
    border-top: 42vmin solid #a1b259;
  }
}
.header .logo {
  position: absolute;
  top: 26px;
  left: 17px;
  z-index: 1;
  color: #fff;
  font-size: 2.2780373832rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .header .logo {
    top: 6.640625vw;
    left: 5.46875vw;
    font-size: 5.078125vw;
  }
}
@media screen and (min-width: 1025px) {
  .header .logo {
    top: 85px;
    left: 70px;
    font-size: 6.5rem;
  }
}
.header .header_dec {
  position: absolute;
  top: 8px;
  right: 13px;
  width: 96px;
  height: 96px;
}
@media screen and (min-width: 768px) {
  .header .header_dec {
    top: 4.21875vw;
    right: 2.578125vw;
    width: 16.796875vw;
    height: 16.796875vw;
  }
}
@media screen and (min-width: 768px) {
  .header .header_dec {
    top: 54px;
    right: 33px;
    width: 215px;
    height: 215px;
  }
}

.bg_graph-paper {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f5f5f5 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f5f5f5 calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .bg_graph-paper {
    background-size: 2.8125vw 2.8125vw;
  }
}
@media screen and (min-width: 1025px) {
  .bg_graph-paper {
    background-size: 36px 36px;
  }
}

.page_title {
  position: relative;
  font-size: 1.9275700935rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.1682242991;
  max-width: 336px;
  margin: 0 auto 48px;
  padding: 0 0 8px;
}
@media screen and (min-width: 768px) {
  .page_title {
    font-size: 3.125vw;
    line-height: 1.5;
    max-width: 600px;
    margin: 0 auto 7.8125vw;
    padding: 0 0 0.390625vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_title {
    font-size: 4rem;
    max-width: 766px;
    margin: 0 auto 100px;
    padding: 0 0 5px;
  }
}
.page_title::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
}
.wine_red .page_title::before {
  background-color: #96214e;
}
.wine_blanc .page_title::before {
  background-color: #a1b259;
}
.page_title::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 26px;
  height: 3px;
}
.wine_red .page_title::after {
  background-color: #96214e;
}
.wine_blanc .page_title::after {
  background-color: #a1b259;
}
@media screen and (min-width: 768px) {
  .page_title::after {
    bottom: -2px;
    width: 4.21875vw;
    height: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .page_title::after {
    width: 54px;
  }
}

/* 商品紹介
--------------------------------------------------------- */
.sec_products {
  padding: 0 0 61px;
}
@media screen and (min-width: 768px) {
  .sec_products {
    padding: 0 0 7.8125vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_products {
    padding: 0 0 100px;
  }
}
.sec_products .display_box {
  position: relative;
  max-width: 520px;
  margin: 0 auto 28px;
}
@media screen and (min-width: 768px) {
  .sec_products .display_box {
    max-width: 70.3125vw;
    margin: 0 auto 5.46875vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_products .display_box {
    max-width: 900px;
    margin: 0 auto 70px;
  }
}
.sec_products .display_box::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 128px;
  height: 121px;
}
.wine_red .sec_products .display_box::before {
  background: url(/wine/img/red/frame.png) no-repeat;
  background-size: cover;
}
.wine_blanc .sec_products .display_box::before {
  background: url(/wine/img/blanc/frame.png) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .sec_products .display_box::before {
    width: 17.03125vw;
    height: 16.875vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_products .display_box::before {
    width: 218px;
    height: 216px;
  }
}
.sec_products .display_box::after {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  content: "";
  width: 128px;
  height: 121px;
}
.wine_red .sec_products .display_box::after {
  background: url(/wine/img/red/frame.png) no-repeat;
  background-size: cover;
}
.wine_blanc .sec_products .display_box::after {
  background: url(/wine/img/blanc/frame.png) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .sec_products .display_box::after {
    width: 17.03125vw;
    height: 16.875vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_products .display_box::after {
    width: 218px;
    height: 216px;
  }
}
.sec_products .display_box .dec_plant {
  position: absolute;
  top: 35px;
  left: -9px;
  width: 99px;
}
@media screen and (min-width: 768px) {
  .sec_products .display_box .dec_plant {
    top: 7.03125vw;
    left: -6.25vw;
    width: 17.734375vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_products .display_box .dec_plant {
    top: 90px;
    left: -80px;
    width: 227px;
  }
}
.sec_products .display_box .img_wine {
  position: relative;
  width: 147px;
  margin: 0 auto;
  padding: 91px 0;
}
@media screen and (min-width: 768px) {
  .sec_products .display_box .img_wine {
    width: 20.3125vw;
    margin: 0 15.625vw;
    padding: 14.0625vw 0 11.71875vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_products .display_box .img_wine {
    width: 260px;
    margin: 0 200px;
    padding: 180px 0 150px;
  }
}
.sec_products .display_box .img_wine::before {
  position: absolute;
  right: 64%;
  bottom: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  content: "";
  width: 308px;
  height: 200px;
}
.wine_red .sec_products .display_box .img_wine::before {
  background: url(/wine/img/red/bg_product-base.png) no-repeat;
  background-size: cover;
}
.wine_blanc .sec_products .display_box .img_wine::before {
  background: url(/wine/img/blanc/bg_product-base.png) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .sec_products .display_box .img_wine::before {
    right: 55%;
    bottom: 3.90625vw;
    width: 40.625vw;
    height: 26.484375vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_products .display_box .img_wine::before {
    bottom: 50px;
    width: 520px;
    height: 339px;
  }
}
.sec_products .display_box .img_wine .dec_line {
  position: absolute;
  bottom: 0;
  left: -71px;
  width: 79px;
}
@media screen and (min-width: 768px) {
  .sec_products .display_box .img_wine .dec_line {
    bottom: 5.078125vw;
    left: auto;
    right: -5.078125vw;
    width: 10.546875vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_products .display_box .img_wine .dec_line {
    bottom: 65px;
    right: -65px;
    width: 135px;
  }
}
.sec_products .display_box .img_wine img {
  position: relative;
  z-index: 1;
}
.sec_products .display_box .catch_title {
  position: absolute;
  top: 0;
  right: 0;
  color: #96214e;
  font-family: "Kaisei Decol", serif;
  font-size: 2.1028037383rem;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.05em;
  line-height: 1.1682242991;
  margin: 8px 0 0;
}
@media screen and (min-width: 768px) {
  .sec_products .display_box .catch_title {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 3.75vw;
    line-height: 1.35;
    margin: 6.25vw 4.296875vw 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .sec_products .display_box .catch_title {
    font-size: 4.8rem;
    margin: 80px 55px 0 0;
  }
}
.sec_products .display_box .catch_title .sub_title span {
  display: inline-block;
  color: #000;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.226635514rem;
  font-weight: 700;
  line-height: 1.0639185581;
  margin: 0 0 0 13px;
  padding: 4px 6px;
}
.wine_red .sec_products .display_box .catch_title .sub_title span {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(45%, transparent), color-stop(0, #f4d5d4));
  background-image: linear-gradient(to left, transparent 45%, #f4d5d4 0);
}
.wine_blanc .sec_products .display_box .catch_title .sub_title span {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(45%, transparent), color-stop(0, #f7ecc1));
  background-image: linear-gradient(to left, transparent 45%, #f7ecc1 0);
}
@media screen and (min-width: 768px) {
  .sec_products .display_box .catch_title .sub_title span {
    font-size: 2.03125vw;
    margin: 0 0 0 1.5625vw;
    padding: 0.390625vw 1.5625vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_products .display_box .catch_title .sub_title span {
    font-size: 2.6rem;
    margin: 0 0 0 20px;
    padding: 5px 20px;
  }
}
.sec_products .display_box .catch_title .sub_title span em {
  font-style: normal;
  margin: 0 0 5px;
}
@media screen and (min-width: 768px) {
  .sec_products .display_box .catch_title .sub_title span em {
    margin: 0 0 0.78125vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_products .display_box .catch_title .sub_title span em {
    margin: 0 0 10px;
  }
}
.sec_products .display_box .catch_title .v_figure {
  display: inline-block;
  letter-spacing: 0;
  text-combine-upright: all;
  -webkit-text-combine: horizontal;
}
.sec_products .catch_text {
  max-width: 600px;
  margin: 0 auto;
  border-radius: 0.5em;
  background-size: 6px 2px, 2px 6px, 6px 2px, 2px 6px; /* 左の線 */
  background-position: left top, right top, right bottom, left bottom; /* 左の線 */
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y; /* 左の線 */
  padding: 21px;
}
.wine_red .sec_products .catch_text {
  background-image: linear-gradient(to right, #96214e, #96214e 2px, transparent 2px, transparent 6px), linear-gradient(to bottom, #96214e, #96214e 2px, transparent 2px, transparent 6px), linear-gradient(to left, #96214e, #96214e 2px, transparent 2px, transparent 6px), linear-gradient(to top, #96214e, #96214e 2px, transparent 2px, transparent 6px); /* 左の線 */
}
.wine_blanc .sec_products .catch_text {
  background-image: linear-gradient(to right, #a1b259, #a1b259 2px, transparent 2px, transparent 6px), linear-gradient(to bottom, #a1b259, #a1b259 2px, transparent 2px, transparent 6px), linear-gradient(to left, #a1b259, #a1b259 2px, transparent 2px, transparent 6px), linear-gradient(to top, #a1b259, #a1b259 2px, transparent 2px, transparent 6px); /* 左の線 */
}
@media screen and (min-width: 768px) {
  .sec_products .catch_text {
    padding: 4.296875vw 2.34375vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_products .catch_text {
    max-width: 900px;
    padding: 55px 30px;
  }
}
.sec_products .catch_text p {
  font-size: 1.4018691589rem;
  line-height: 2.0261390187;
}
@media screen and (min-width: 768px) {
  .sec_products .catch_text p {
    font-size: 1.875vw;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1025px) {
  .sec_products .catch_text p {
    font-size: 2.4rem;
  }
}
.sec_products .catch_text p em {
  font-weight: 700;
  font-style: normal;
}
.wine_red .sec_products .catch_text p em {
  color: #96214e;
}
.wine_blanc .sec_products .catch_text p em {
  color: #a1b259;
}

/* 商品の表現とSNS
--------------------------------------------------------- */
.sec_expression {
  position: relative;
  -webkit-box-shadow: 0px 7px 15px -5px #b3bcbe;
          box-shadow: 0px 7px 15px -5px #b3bcbe;
  background: url(/common/img/pattern.png) repeat;
  background-color: #fff;
  padding: 43px 0 57px;
}
@media screen and (min-width: 768px) {
  .sec_expression {
    -webkit-box-shadow: 0px 0.625vw 1.40625vw -0.390625vw #b3bcbe;
            box-shadow: 0px 0.625vw 1.40625vw -0.390625vw #b3bcbe;
    padding: 7.8125vw 0 5.078125vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_expression {
    -webkit-box-shadow: 0px 8px 18px -5px #b3bcbe;
            box-shadow: 0px 8px 18px -5px #b3bcbe;
    padding: 100px 0 65px;
  }
}
.sec_expression .box_row {
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sec_expression .box_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .sec_expression .ex_box {
    width: 326px;
    margin: 0 0 0 12px;
    width: calc(100% - 26.40625vw);
  }
}
@media screen and (min-width: 1025px) {
  .sec_expression .ex_box {
    width: calc(100% - 425px);
  }
}
.sec_expression .ex_box .sec_title {
  font-size: 2.453271028rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 26px;
}
.wine_red .sec_expression .ex_box .sec_title {
  color: #96214e;
}
.wine_blanc .sec_expression .ex_box .sec_title {
  color: #a1b259;
}
@media screen and (min-width: 768px) {
  .sec_expression .ex_box .sec_title {
    font-size: 2.8125vw;
    margin: 0 0 2.734375vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_expression .ex_box .sec_title {
    font-size: 3.6rem;
    margin: 0 0 35px;
  }
}
.sec_expression .ex_box .sec_title span {
  display: inline-block;
  background-size: 6px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.wine_red .sec_expression .ex_box .sec_title span {
  background-image: linear-gradient(to right, #96214e, #96214e 2px, transparent 2px, transparent 6px);
}
.wine_blanc .sec_expression .ex_box .sec_title span {
  background-image: linear-gradient(to right, #a1b259, #a1b259 2px, transparent 2px, transparent 6px);
}
@media screen and (min-width: 768px) {
  .sec_expression .ex_box .sec_title span {
    padding: 0 0.78125vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_expression .ex_box .sec_title span {
    padding: 0 10px;
  }
}
.sec_expression .ex_box .ex_list {
  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;
  margin: 0 0 17px;
}
@media screen and (min-width: 768px) {
  .sec_expression .ex_box .ex_list {
    margin: 0 0 0.625vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_expression .ex_box .ex_list {
    margin: 0 0 8px;
  }
}
.sec_expression .ex_box .ex_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc((100% - 43px) / 2);
  margin: 0 0 19px;
}
@media screen and (min-width: 768px) {
  .sec_expression .ex_box .ex_list li {
    width: calc((100% - 5.859375vw) / 2);
    margin: 0 0 0.625vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_expression .ex_box .ex_list li {
    width: calc((100% - 75px) / 2);
    margin: 0 0 8px;
  }
}
.sec_expression .ex_box .ex_list li:nth-child(even) {
  margin: 0 0 19px 43px;
}
@media screen and (min-width: 768px) {
  .sec_expression .ex_box .ex_list li:nth-child(even) {
    margin: 0 0 0.625vw 5.859375vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_expression .ex_box .ex_list li:nth-child(even) {
    margin: 0 0 8px 75px;
  }
}
.sec_expression .ex_box .ex_list figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec_expression .ex_box .ex_list figure img {
  display: block;
  margin: 0 0 5px;
}
.sec_expression .ex_box .ex_list figure figcaption {
  font-size: 1.7523364486rem;
  font-weight: 700;
  text-align: center;
  margin: auto 0 0;
}
.sec_expression .insta_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .sec_expression .insta_box {
    width: 326px;
    margin: 0 0 0 12px;
  }
}
@media screen and (min-width: 1025px) {
  .sec_expression .insta_box {
    width: 413px;
  }
}

/* ワイン解説
--------------------------------------------------------- */
.sec_about {
  background-color: #fff;
  padding: 43px 0 59px;
}
@media screen and (min-width: 768px) {
  .sec_about {
    padding: 9.84375vw 0 6.40625vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_about {
    padding: 126px 0 82px;
  }
}
.sec_about .sec_title {
  position: relative;
  font-size: 1.7523364486rem;
  font-weight: 700;
  text-align: center;
  max-width: 336px;
  margin: 0 auto 26px;
  padding: 0 0 8px;
}
@media screen and (min-width: 768px) {
  .sec_about .sec_title {
    font-size: 2.96875vw;
    max-width: 458px;
    margin: 0 auto 5.9375vw;
    padding: 0 0 0.390625vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_about .sec_title {
    font-size: 3.8rem;
    margin: 0 auto 76px;
    padding: 0 0 5px;
  }
}
.sec_about .sec_title::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
}
.wine_red .sec_about .sec_title::before {
  background-color: #96214e;
}
.wine_blanc .sec_about .sec_title::before {
  background-color: #a1b259;
}
.sec_about .sec_title::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 26px;
  height: 3px;
}
.wine_red .sec_about .sec_title::after {
  background-color: #96214e;
}
.wine_blanc .sec_about .sec_title::after {
  background-color: #a1b259;
}
@media screen and (min-width: 768px) {
  .sec_about .sec_title::after {
    bottom: -2px;
    width: 4.21875vw;
    height: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .sec_about .sec_title::after {
    width: 54px;
  }
}
.sec_about .wine_spec {
  max-width: 940px;
  margin: 0 auto 43px;
  padding: 0 21px;
}
@media screen and (min-width: 768px) {
  .sec_about .wine_spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 91.9976635514px;
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .sec_about .wine_spec {
    margin: 0 auto 105px;
  }
}
.sec_about .wine_spec .img_wine {
  display: none;
}
@media screen and (min-width: 768px) {
  .sec_about .wine_spec .img_wine {
    display: block;
    width: 17.1875vw;
    margin: 0 1.953125vw 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .sec_about .wine_spec .img_wine {
    width: 220px;
    margin: 0 25px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .sec_about .wine_spec .evaluation_list {
    width: calc(100% - 19.140625vw);
  }
}
@media screen and (min-width: 1025px) {
  .sec_about .wine_spec .evaluation_list {
    width: calc(100% - 245px);
  }
}
.sec_about .wine_spec .evaluation_list > li {
  position: relative;
}
.sec_about .wine_spec .evaluation_list > li:not(:last-child) {
  margin: 0 0 21px;
}
@media screen and (min-width: 768px) {
  .sec_about .wine_spec .evaluation_list > li:not(:last-child) {
    margin: 0 0 2.34375vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_about .wine_spec .evaluation_list > li:not(:last-child) {
    margin: 0 0 30px;
  }
}
.sec_about .wine_spec .evaluation_list .eval_item {
  color: #fff;
  font-size: 1.5771028037rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .sec_about .wine_spec .evaluation_list .eval_item {
    font-size: 1.875vw;
    text-align: left;
    margin: 0 0 0.9375vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_about .wine_spec .evaluation_list .eval_item {
    font-size: 2.4rem;
    margin: 0 0 12px;
  }
}
.sec_about .wine_spec .evaluation_list .eval_item span {
  display: inline-block;
  padding: 0 10px;
}
.wine_red .sec_about .wine_spec .evaluation_list .eval_item span {
  background-color: #96214e;
}
.wine_blanc .sec_about .wine_spec .evaluation_list .eval_item span {
  background-color: #a1b259;
}
@media screen and (min-width: 768px) {
  .sec_about .wine_spec .evaluation_list .eval_item span {
    position: relative;
    padding: 0.3125vw 1.40625vw 0.078125vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_about .wine_spec .evaluation_list .eval_item span {
    padding: 4px 18px 1px;
  }
}
@media screen and (min-width: 768px) {
  .sec_about .wine_spec .evaluation_list .eval_item span::before {
    position: absolute;
    bottom: -0.78125vw;
    left: 1.09375vw;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.78125vw 0.390625vw 0 0.390625vw;
  }
  .wine_red .sec_about .wine_spec .evaluation_list .eval_item span::before {
    border-color: #96214e transparent transparent transparent;
  }
  .wine_blanc .sec_about .wine_spec .evaluation_list .eval_item span::before {
    border-color: #a1b259 transparent transparent transparent;
  }
}
@media screen and (min-width: 1025px) {
  .sec_about .wine_spec .evaluation_list .eval_item span::before {
    bottom: -10px;
    left: 14px;
    border-width: 10px 5px 0 5px;
  }
}
@media screen and (min-width: 768px) {
  .sec_about .wine_spec .evaluation_list .parameter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec_about .wine_spec .evaluation_list .parameter .param_left_text {
  position: absolute;
  top: 6px;
  left: 10px;
  font-size: 1.6647196262rem;
}
@media screen and (min-width: 768px) {
  .sec_about .wine_spec .evaluation_list .parameter .param_left_text {
    position: static;
    font-size: 1.5625vw;
    width: 4.5em;
  }
}
@media screen and (min-width: 1025px) {
  .sec_about .wine_spec .evaluation_list .parameter .param_left_text {
    font-size: 2rem;
  }
}
.sec_about .wine_spec .evaluation_list .parameter .param_right_text {
  position: absolute;
  top: 6px;
  right: 0;
  font-size: 1.6647196262rem;
}
@media screen and (min-width: 768px) {
  .sec_about .wine_spec .evaluation_list .parameter .param_right_text {
    position: static;
    font-size: 1.5625vw;
    width: 3.5em;
  }
}
@media screen and (min-width: 1025px) {
  .sec_about .wine_spec .evaluation_list .parameter .param_right_text {
    font-size: 2rem;
  }
}
.sec_about .wine_spec .evaluation_list .parameter .param_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8px;
}
@media screen and (min-width: 768px) {
  .sec_about .wine_spec .evaluation_list .parameter .param_list {
    width: calc(100% - 8em);
    padding: 0 1.875vw 0 0.9375vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_about .wine_spec .evaluation_list .parameter .param_list {
    padding: 0 24px 0 12px;
  }
}
.sec_about .wine_spec .evaluation_list .parameter .param_list li {
  width: calc((100% - 17px) / 5);
  height: 21px;
  -webkit-transform: skewX(-35deg);
          transform: skewX(-35deg);
}
.wine_red .sec_about .wine_spec .evaluation_list .parameter .param_list li {
  border: 2px solid #96214e;
}
.wine_blanc .sec_about .wine_spec .evaluation_list .parameter .param_list li {
  border: 2px solid #a1b259;
}
@media screen and (min-width: 768px) {
  .sec_about .wine_spec .evaluation_list .parameter .param_list li {
    width: calc((100% - 20px) / 5);
    height: 28px;
  }
  .wine_red .sec_about .wine_spec .evaluation_list .parameter .param_list li {
    border: 3px solid #96214e;
  }
  .wine_blanc .sec_about .wine_spec .evaluation_list .parameter .param_list li {
    border: 3px solid #a1b259;
  }
}
.sec_about .wine_spec .evaluation_list .parameter .param_list li:not(:last-child) {
  margin: 0 4px 0 0;
}
@media screen and (min-width: 768px) {
  .sec_about .wine_spec .evaluation_list .parameter .param_list li:not(:last-child) {
    margin: 0 5px 0 0;
  }
}
.wine_red .sec_about .wine_spec .evaluation_list .parameter .param_list li.current {
  background-color: #e98c8d;
}
.wine_blanc .sec_about .wine_spec .evaluation_list .parameter .param_list li.current {
  background-color: #f7ecc1;
}
.sec_about .wine_info {
  max-width: 940px;
  margin: 0 auto;
}
.sec_about .wine_info .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wine_red .sec_about .wine_info .headline {
  border-bottom: 7px solid #96214e;
}
.wine_blanc .sec_about .wine_info .headline {
  border-bottom: 7px solid #a1b259;
}
@media screen and (min-width: 768px) {
  .wine_red .sec_about .wine_info .headline {
    border-bottom: 8px solid #96214e;
  }
  .wine_blanc .sec_about .wine_info .headline {
    border-bottom: 8px solid #a1b259;
  }
}
.sec_about .wine_info .headline .headline_title {
  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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: #fff;
  font-size: 1.226635514rem;
  width: 70px;
  margin: 0 14px -1px 0;
  padding: 8px 0 3px;
}
.wine_red .sec_about .wine_info .headline .headline_title {
  background-color: #96214e;
}
.wine_blanc .sec_about .wine_info .headline .headline_title {
  background-color: #a1b259;
}
@media screen and (min-width: 768px) {
  .sec_about .wine_info .headline .headline_title {
    font-size: 2.03125vw;
    width: 14.84375vw;
    margin: 0 2.34375vw -1px 0;
    padding: 1.25vw 0 0.546875vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_about .wine_info .headline .headline_title {
    font-size: 2.6rem;
    width: 190px;
    margin: 0 30px -1px 0;
    padding: 16px 0 7px;
  }
}
.sec_about .wine_info .headline .wine_name {
  font-size: 1.226635514rem;
  font-weight: 700;
  width: calc(100% - 84px);
  line-height: 1.3142523364;
}
.wine_red .sec_about .wine_info .headline .wine_name {
  color: #96214e;
}
.wine_blanc .sec_about .wine_info .headline .wine_name {
  color: #a1b259;
}
@media screen and (min-width: 768px) {
  .sec_about .wine_info .headline .wine_name {
    font-size: 2.34375vw;
    width: calc(100% - 14.84375vw);
    line-height: 1.5161290323;
  }
}
@media screen and (min-width: 768px) {
  .sec_about .wine_info .headline .wine_name {
    font-size: 3rem;
    width: calc(100% - 190px);
  }
}
.sec_about .wine_info .info_list {
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .sec_about .wine_info .info_list {
    margin: 0 0 3.90625vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_about .wine_info .info_list {
    margin: 0 0 50px;
  }
}
.sec_about .wine_info .info_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.226635514rem;
  padding: 12px 21px;
}
@media screen and (min-width: 768px) {
  .sec_about .wine_info .info_list li {
    font-size: 1.796875vw;
    padding: 1.40625vw 2.96875vw 1.171875vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_about .wine_info .info_list li {
    font-size: 2.3rem;
    padding: 18px 38px 15px;
  }
}
.wine_red .sec_about .wine_info .info_list li:nth-child(even) {
  background-color: #f2d4d6;
}
.wine_blanc .sec_about .wine_info .info_list li:nth-child(even) {
  background-color: #f7ecc1;
}
.sec_about .wine_info .info_list li:not(:last-child) {
  border-bottom: 2px dotted #9b9898;
}
.sec_about .wine_info .info_list .list_item {
  font-weight: 700;
  width: 87px;
  margin: 0 26px 0 0;
}
@media screen and (min-width: 768px) {
  .sec_about .wine_info .info_list .list_item {
    width: 8em;
    margin: 0 12.890625vw 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .sec_about .wine_info .info_list .list_item {
    margin: 0 165px 0 0;
  }
}
.sec_about .wine_info .info_list .list_content {
  width: calc(100% - 113px);
}
@media screen and (min-width: 768px) {
  .sec_about .wine_info .info_list .list_content {
    width: calc(100% - 8em - 12.890625vw);
  }
}
@media screen and (min-width: 1025px) {
  .sec_about .wine_info .info_list .list_content {
    width: calc(100% - 8em - 165px);
  }
}
@media screen and (min-width: 768px) {
  .sec_about .wine_info .info_list .list_content.producing-area_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec_about .wine_info .info_list .list_content.producing-area_row .flag_col {
  width: 26px;
  margin: 0 0 4px;
}
@media screen and (min-width: 768px) {
  .sec_about .wine_info .info_list .list_content.producing-area_row .flag_col {
    width: 3.90625vw;
    line-height: 1.35;
    margin: 0 0.78125vw 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .sec_about .wine_info .info_list .list_content.producing-area_row .flag_col {
    width: 50px;
    margin: 0 10px 0 0;
  }
}
.sec_about .wine_info .annotation {
  padding: 0 8px;
}
@media screen and (min-width: 768px) {
  .sec_about .wine_info .annotation {
    padding: 0 1.5625vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_about .wine_info .annotation {
    padding: 0 20px;
  }
}
.sec_about .wine_info .annotation dt {
  font-weight: 700;
  font-size: 1.4018691589rem;
  margin: 0 0 8px;
}
@media screen and (min-width: 768px) {
  .sec_about .wine_info .annotation dt {
    font-size: 1.875vw;
    margin: 0 0 0.78125vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_about .wine_info .annotation dt {
    font-size: 2.4rem;
    margin: 0 0 10px;
  }
}
.sec_about .wine_info .annotation dd {
  font-size: 1.226635514rem;
}
@media screen and (min-width: 768px) {
  .sec_about .wine_info .annotation dd {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_about .wine_info .annotation dd {
    font-size: 2rem;
  }
}

/* ワインに関する豆知識
--------------------------------------------------------- */
.sec_trivia {
  color: #fff;
  border: 1px solid #707070;
  padding: 52px 0 43px;
}
.wine_red .sec_trivia {
  background-color: #96214e;
}
.wine_blanc .sec_trivia {
  background-color: #a1b259;
}
@media screen and (min-width: 768px) {
  .sec_trivia {
    padding: 8.984375vw 0 8.203125vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_trivia {
    padding: 115px 0 105px;
  }
}
.sec_trivia p {
  font-size: 1.4018691589rem;
  line-height: 1.8618574766;
}
@media screen and (min-width: 768px) {
  .sec_trivia p {
    font-size: 1.875vw;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1025px) {
  .sec_trivia p {
    font-size: 2.4rem;
  }
}
.sec_trivia .trivia_item:nth-child(odd) {
  margin: 0 0 52px;
}
@media screen and (min-width: 768px) {
  .sec_trivia .trivia_item:nth-child(odd) {
    margin: 0 0 3.90625vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_trivia .trivia_item:nth-child(odd) {
    margin: 0 0 50px;
  }
}
.sec_trivia .trivia_item .img_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 14px;
}
@media screen and (min-width: 768px) {
  .sec_trivia .trivia_item .img_row {
    display: none;
  }
}
.sec_trivia .trivia_item .img_row figure:nth-child(odd) {
  margin: 0 5px 0 0;
}
.sec_trivia .trivia_item .img_box {
  text-align: center;
  margin: 0 0 35px;
  padding: 0 29px;
}
@media screen and (min-width: 768px) {
  .sec_trivia .trivia_item .img_box {
    display: none;
  }
}
.sec_trivia .sec_title {
  position: relative;
  color: #fff;
  font-size: 1.9275700935rem;
  font-weight: 700;
  line-height: 1.3142523364;
  margin: 0 0 35px;
  padding: 0 0 4px;
}
@media screen and (min-width: 768px) {
  .sec_trivia .sec_title {
    font-size: 2.8125vw;
    line-height: 1.5833333333;
    margin: 0 0 1.5625vw;
    padding: 0 0 0.390625vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_trivia .sec_title {
    font-size: 3.6rem;
    margin: 0 0 20px;
    padding: 0 0 5px;
  }
}
.sec_trivia .sec_title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .sec_trivia .trivia_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1025px) {
  .sec_trivia .trivia_row {
    padding: 0 45px;
  }
}
@media screen and (min-width: 768px) {
  .sec_trivia .trivia_row .text_col {
    width: calc(100% - 41.875vw);
  }
}
@media screen and (min-width: 1025px) {
  .sec_trivia .trivia_row .text_col {
    width: calc(100% - 536px);
  }
}
.sec_trivia .trivia_row .img_col {
  display: none;
}
@media screen and (min-width: 768px) {
  .sec_trivia .trivia_row .img_col {
    display: block;
    width: 39.0625vw;
    margin: 0 2.8125vw 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .sec_trivia .trivia_row .img_col {
    width: 500px;
    margin: 0 36px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .sec_trivia .trivia_row .img_col .img_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 0.78125vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_trivia .trivia_row .img_col .img_row {
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .sec_trivia .trivia_row .img_col .img_row figure:nth-child(odd) {
    margin: 0 0.78125vw 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .sec_trivia .trivia_row .img_col .img_row figure:nth-child(odd) {
    margin: 0 10px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .sec_trivia .trivia_row .img_col .img_box {
    text-align: center;
    padding: 0 3.125vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_trivia .trivia_row .img_col .img_box {
    padding: 0 40px;
  }
}

/* 輸入元
--------------------------------------------------------- */
.sec_importer {
  max-width: 940px;
  background-color: #fff;
  margin: 0 auto;
  padding: 43px 0 23px;
}
@media screen and (min-width: 768px) {
  .sec_importer {
    padding: 6.71875vw 0 3.90625vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_importer {
    padding: 86px 0 50px;
  }
}
.sec_importer .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wine_red .sec_importer .headline {
  border-bottom: 7px solid #96214e;
}
.wine_blanc .sec_importer .headline {
  border-bottom: 7px solid #a1b259;
}
@media screen and (min-width: 768px) {
  .wine_red .sec_importer .headline {
    border-bottom: 8px solid #96214e;
  }
  .wine_blanc .sec_importer .headline {
    border-bottom: 8px solid #a1b259;
  }
}
.sec_importer .headline .headline_title {
  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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: #fff;
  font-size: 1.7523364486rem;
  width: 115px;
  margin-bottom: -1px;
  padding: 8px 0 3px;
}
.wine_red .sec_importer .headline .headline_title {
  background-color: #96214e;
}
.wine_blanc .sec_importer .headline .headline_title {
  background-color: #a1b259;
}
@media screen and (min-width: 768px) {
  .sec_importer .headline .headline_title {
    font-size: 2.109375vw;
    width: 14.84375vw;
    padding: 0.859375vw 0 0.3125vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_importer .headline .headline_title {
    font-size: 2.7rem;
    width: 190px;
    padding: 11px 0 4px;
  }
}
@media screen and (min-width: 768px) {
  .sec_importer .headline .importer_name {
    font-size: 2.421875vw;
    font-weight: 700;
    line-height: 1.5161290323;
    width: calc(100% - 22.65625vw);
    padding: 0 3.125vw 0 2.34375vw;
  }
  .wine_red .sec_importer .headline .importer_name {
    color: #96214e;
  }
  .wine_blanc .sec_importer .headline .importer_name {
    color: #a1b259;
  }
}
@media screen and (min-width: 1025px) {
  .sec_importer .headline .importer_name {
    font-size: 3.1rem;
    width: calc(100% - 290px);
    padding: 0 40px 0 30px;
  }
}
.sec_importer .headline a {
  position: relative;
  font-size: 2.0151869159rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sec_importer .headline a {
    font-size: 1.5625vw;
    width: 7.8125vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_importer .headline a {
    font-size: 2rem;
    width: 100px;
  }
}
.sec_importer .headline a::before {
  position: absolute;
  top: 50%;
  left: -31px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
  width: 23px;
  height: 21px;
  margin-top: -2px;
}
.wine_red .sec_importer .headline a::before {
  background: url(/wine/img/red/icon_home.png) no-repeat;
  background-size: cover;
}
.wine_blanc .sec_importer .headline a::before {
  background: url(/wine/img/blanc/icon_home.png) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .sec_importer .headline a::before {
    left: -2.1875vw;
    width: 1.796875vw;
    height: 1.5625vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_importer .headline a::before {
    left: -28px;
    width: 23px;
    height: 20px;
    margin-top: -2px;
  }
}
.sec_importer .importer_cont {
  background-size: 2px 6px, 6px 2px, 2px 6px; /* 左の線 */
  background-position: right top, right bottom, left bottom; /* 左の線 */
  background-repeat: repeat-y, repeat-x, repeat-y; /* 左の線 */
  padding: 16px;
}
.wine_red .sec_importer .importer_cont {
  background-image: linear-gradient(to bottom, #96214e, #96214e 2px, transparent 2px, transparent 6px), linear-gradient(to left, #96214e, #96214e 2px, transparent 2px, transparent 6px), linear-gradient(to top, #96214e, #96214e 2px, transparent 2px, transparent 6px); /* 左の線 */
}
.wine_blanc .sec_importer .importer_cont {
  background-image: linear-gradient(to bottom, #a1b259, #a1b259 2px, transparent 2px, transparent 6px), linear-gradient(to left, #a1b259, #a1b259 2px, transparent 2px, transparent 6px), linear-gradient(to top, #a1b259, #a1b259 2px, transparent 2px, transparent 6px); /* 左の線 */
}
@media screen and (min-width: 768px) {
  .sec_importer .importer_cont {
    padding: 1.875vw 3.125vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_importer .importer_cont {
    padding: 24px 40px;
  }
}
.sec_importer .importer_cont .importer_name {
  font-size: 1.7523364486rem;
  font-weight: 700;
  margin: 0 0 8px;
}
.wine_red .sec_importer .importer_cont .importer_name {
  color: #96214e;
}
.wine_blanc .sec_importer .importer_cont .importer_name {
  color: #a1b259;
}
.sec_importer .importer_cont dl {
  font-size: 1.7523364486rem;
  margin: 0 0 17px;
}
@media screen and (min-width: 768px) {
  .sec_importer .importer_cont dl {
    font-size: 1.71875vw;
    margin: 0 0 0.625vw;
  }
}
@media screen and (min-width: 1025px) {
  .sec_importer .importer_cont dl {
    font-size: 2.2rem;
    margin: 0 0 8px;
  }
}
.sec_importer .importer_cont dl dd {
  font-weight: 700;
  line-height: 1.3142523364;
}
.wine_red .sec_importer .importer_cont dl dd {
  color: #96214e;
}
.wine_blanc .sec_importer .importer_cont dl dd {
  color: #a1b259;
}
@media screen and (min-width: 768px) {
  .sec_importer .importer_cont dl dd {
    line-height: 1.5;
  }
}
.sec_importer .importer_cont p {
  font-size: 1.5771028037rem;
  line-height: 1.7036604361;
}
@media screen and (min-width: 768px) {
  .sec_importer .importer_cont p {
    font-size: 1.71875vw;
    line-height: 1.3636363636;
  }
}
@media screen and (min-width: 1025px) {
  .sec_importer .importer_cont p {
    font-size: 2.2rem;
  }
}

.copyright {
  display: block;
  color: #131313;
  font-size: 1.1390186916rem;
  text-align: center;
  margin: 11px 0;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: 1.5625vw;
    margin: 1.328125vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .copyright {
    font-size: 2rem;
    margin: 17px 0;
  }
}/*# sourceMappingURL=style.css.map */