@charset "UTF-8";
/*共通*/
* {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/*PC・SP非表示*/
#mgwine .spNone {
  display: block;
}
#mgwine .pcNone {
  display: none;
}
/*メインビジュアル*/
#mgwine .mv {
  margin-bottom: 25px;
}
/*アンカーリンク*/
#mgwine .anchor-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0 auto 100px;
  width: 95%;
}
#mgwine .anchor-nav li {
  transition: opacity .3s ease-in-out;
  box-sizing: border-box;
}
#mgwine .anchor-nav li a {
  color: #19191a;
  font-size: clamp(1.5rem, 3vw, 1.6rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  background-image: url(/d_images/campaign/cataloggift/icon-arrow-bottom01.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  display: block;
  min-height: 25px;
  padding-left: 33px;
}
#mgwine .anchor-nav li a:hover {
  opacity: .7;
}
#mgwine .section {
  margin-bottom: 100px;
}
/*グリッドレイアウト*/
#mgwine .mt {
  margin-top: 20px;
}
#mgwine .oneColumn {
  margin-bottom: 100px;
}
#mgwine .twoColumn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 15px;
}
#mgwine .threeColumn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#mgwine .fourColumn {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
#mgwine .fiveColumn {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
}
#mgwine .gridbtn {
  background-color: #b43f35;
  position: relative;
  padding: 19px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-size: clamp(1.4rem, 3vw, 1.7rem);
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
}
#mgwine .gridbtn:after {
  border-style: solid;
  border-width: 0 0 15px 15px;
  bottom: 6px;
  content: "";
  height: 0;
  position: absolute;
  right: 6px;
  width: 0;
  border-color: transparent transparent #822017 transparent;
}
#mgwine .gridbtn a:hover {
  opacity: .7;
}
#mgwine .gridcaption_bg p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 8px 15px;
  text-align: center;
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #b43f35;
  font-weight: 500;
}
#mgwine .gridcaption_bg p:after {
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  bottom: 8px;
  content: " ";
  display: inline-block;
  height: 12px;
  position: absolute;
  right: 8px;
  width: 12px;
  background-color: #822017;
}
#mgwine .threeColumn a:hover, #mgwine .fourColumn a:hover, #mgwine .twoColumn a:hover, #mgwine .oneColumn a:hover, #mgwine .fiveColumn a:hover {
  opacity: 0.8;
}
/*365日の旅*/
#mgwine .travelbg {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
#mgwine .travelbg > div {
  background-image: url(/d_images/campaign/winesite/wine_bg_2401.png);
  /*background-position: 100% 50%;*/
  background-repeat: no-repeat;
  /*background-size: 11px 15px;*/
  padding: 60px 35px 35px;
  width: 1070px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #fff2c9;
}
#mgwine .travelbg p {
  padding: 24px;
  color: #331412;
  text-align: center;
  background-color: #fff;
  width: 80%;
  margin: 0 auto 30px;
  border-radius: 15px;
}
/*youtube設定*/
#mgwine #travel .movie {
  text-align: center;
  width: 60%;
  aspect-ratio: 16/9;
  margin: auto;
  margin-bottom: 40px;
}
#mgwine #travel .movie iframe {
  width: 100%;
  height: 100%;
}
/*#mgwine .travelbg .section_title .h3 {
  color: #331412;
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 30px;
  text-align: center;
  text-shadow: rgb(255, 255, 255) 1px 1px 5px;
}*/
#mgwine .travelbg .section_title {
  width: 40%;
  margin: 0 auto;
}
#mgwine .travelbg #travel {
  position: relative;
}
/*#mgwine .travelbg #travel::after {
  content: '';
  position: absolute;
  display: block;
  height: 400px;
  width: 830px;
  top: 48px;
  left: 115px;
  background-image: linear-gradient(1deg, rgba(255, 255, 255, 0.39) 26%, rgba(255, 255, 255, 0.88));
  z-index: -1;
  border-radius: 15px;
}*/
/*特集見出しh3*/
#mgwine .section_title .h3 {
  color: #19191a;
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  text-align: center;
}
#mgwine .section .section_title p.mark {
  position: relative;
  display: inline-block;
}
#mgwine .section .section_title p.mark span {
  color: #b43f35;
  font-size: clamp(20px, 3vw, 28px);
  padding: 0 32px;
  display: inline-block;
  font-weight: 500;
}
#mgwine .section .section_title p.mark span::before, #mgwine .section .section_title p.mark span::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/d_images/campaign/winesite/wine_mark_2.png)no-repeat 0 0/20px;
}
#mgwine .section .section_title p.mark span::before {
  top: 40%;
  left: 0;
}
#mgwine .section .section_title p.mark span::after {
  top: 40%;
  right: 0;
  transform: scale(-1, 1);
}
/*人気キーワード*/
#mgwine .popularKeywords {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(204, 204, 204, .8);
  padding: 20px 0 20px 22px;
}
#mgwine .popularKeywords a {
  color: #19191a;
}
#mgwine .popularKeywords a:hover {
  opacity: 0.7;
}
#mgwine .popularKeywords h3 {
  background: url(/ec/shop/images/header/search.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 20px;
  margin-bottom: 12px;
  padding-left: 30px;
}
#mgwine .popularKeywords ul li .travelbg > div {
  float: left;
  font-size: 16px;
  letter-spacing: .01em;
  line-height: 16px;
  margin-bottom: 6px;
  padding-right: 20px;
}
#mgwine .popularKeywords ul li:not(:last-child) {
  margin-right: 54px;
}
#mgwine .clearfix::after {
  clear: both;
  content: "";
  display: block;
}
/*価格から探す*/
#mgwine .price_body {
  box-shadow: 0 5px 10px rgba(204, 204, 204, 0.8);
  padding: 30px 40px;
}
#mgwine .price_body .flex_price {
  display: flex;
  flex-wrap: wrap;
}
#mgwine .price_body .flex_price .item_price {
  margin-bottom: 6px;
  width: calc(99.999% / 3);
  text-align: right;
  padding-right: 30px;
}
#mgwine .price_body .flex_price .item_price a {
  background-image: url(/d_images/campaign/cataloggift/icon-arrow01.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 11px 15px;
  color: #19191a;
  font-size: clamp(15px, 3vw, 18px);
  letter-spacing: .01em;
  margin-bottom: 2px;
  padding-right: 20px;
}
#mgwine .price_body .flex_price .item_price a:hover {
  opacity: .7;
}
#mgwine .section_price:not(:last-child) {
  margin-bottom: 100px;
}
/*お買い物ガイド*/
#mgwine .content_guide {
  background-color: #f6f6f8;
  margin-bottom: 50px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
#mgwine .content_guide .guide_inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 50px 0 55px;
}
#mgwine .content_guide .guide_inner .content_ttl {
  color: #19191a;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}
#mgwine .content_guide .guide_inner .flex {
  display: flex;
  flex-wrap: wrap;
}
#mgwine .content_guide .section {
  margin-bottom: 0;
}
#mgwine .content_guide .row .colomun:first-child {
  padding-right: 80px;
  width: calc((408 / 1000) * 100%);
}
#mgwine .content_guide .row .colomun:nth-child(2) {
  padding-right: 80px;
  width: calc((408 / 1000) * 100%);
}
#mgwine .content_guide .row .colomun:last-child {
  width: calc((183 / 1000) * 100%);
}
#mgwine .content_guide .row .colomun .section {
  margin-bottom: 0;
}
#mgwine .content_guide .row .colomun .section:not(:last-child) {
  margin-bottom: 35px;
}
#mgwine .content_guide .row .colomun .section h3 {
  border-left: 3px solid #19191a;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .01em;
  line-height: 1.2;
  margin-bottom: 17px;
  padding-left: 10px;
}
#mgwine .content_guide .row .colomun .section .register {
  display: inline-block;
}
#mgwine .content_guide .row .colomun .section p {
  font-size: 12px;
  letter-spacing: .01em;
  line-height: 1.5;
}
#mgwine .content_guide .row .colomun .section dl dt, #mgwine .content_guide .row .colomun .section dl dd {
  font-size: 12px;
  letter-spacing: .01em;
  line-height: 1.5;
}
#mgwine .content_guide .row .colomun .section ul, #mgwine .content_guide .row .colomun .section ol {
  font-size: 12px;
  letter-spacing: .01em;
  line-height: 1.5;
}
#mgwine .content_guide .row .colomun .section dl ol {
  font-size: 10px;
  letter-spacing: .01em;
}
#mgwine .content_guide .row .colomun .section dl ol li {
  line-height: 1.5;
}
#mgwine .content_guide .row .colomun .section p:not(:last-child), #mgwine .content_guide .row .colomun .section dl:not(:last-child), #mgwine .content_guide .row .colomun .section ul:not(:last-child), #mgwine .content_guide .row .colomun .section ol:not(:last-child) {
  margin-bottom: 15px;
}
/*#mgwine .content_guide .row .colomun:first-child .section p:first-of-type {
  margin-bottom: 24px;
}*/
#mgwine .content_guide .row .colomun .section p:not(:last-child), #mgwine .content_guide .row .colomun .section dl:not(:last-child), #mgwine .content_guide .row .colomun .section ul:not(:last-child), #mgwine .content_guide .row .colomun .section ol:not(:last-child) {
  margin-bottom: 24px;
}
#mgwine .content_guide .row .colomun .section p.mrb0, #mgwine .content_guide .row .colomun .section dl.mrb0 {
  margin-bottom: 0;
}
#mgwine .content_guide .row .colomun .section .attention li {
  font-size: 12px;
  letter-spacing: .01em;
  padding-left: 1em;
  text-indent: -1em;
}
#mgwine .content_guide .row .colomun .section .delivery li {
  font-size: 12px;
  line-height: 1.8;
  padding-left: 1.35em;
  position: relative;
  text-indent: -1.35em;
}
#mgwine .content_guide .row .colomun .section .brackets li {
  line-height: 1.8;
  padding-left: 1.35em;
  position: relative;
  text-indent: -1.35em;
}
#mgwine .content_guide .row .colomun .section .attention li::before {
  content: "※";
}
#mgwine .content_guide .row .colomun .section .brackets li::before {
  content: "＞";
  font-size: 11px;
}
#mgwine .content_guide .row .colomun .section .brackets a {
  border-bottom: 1px solid #19191a;
  color: #19191a;
  font-size: 12px;
  letter-spacing: .01em;
}
#mgwine .content_guide .row .colomun .section .flow li {
  counter-increment: number;
  font-size: 12px;
  letter-spacing: .01em;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
#mgwine .content_guide .row .colomun .section .flow li::before {
  content: counter(number) ")";
  margin-right: 4px;
}
#mgwine .content_guide .register .submitBtn {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .01em;
  margin-bottom: auto;
}
#mgwine .content_guide .submitBtn, #mgwine .content_guide input[type="submit"].submitBtn {
  background: #fff;
  color: #19191a;
  width: 250px;
}
#mgwine .content_guide .submitBtn:hover, #mgwine .content_guide input[type="submit"].submitBtn:hover {
  background: #19191a;
  color: #fff;
}
#mgwine .content_guide .row .colomun .section .inquiry h4 {
  font-weight: 500;
}
#mgwine .content_guide .row .colomun .section .postage a, #mgwine .content_guide .row .colomun .section .inquiry a {
  font-size: 12px;
  background: #dfdfdf;
  padding: 2px 8px 5px;
  margin: 0 2px;
  line-height: 220%;
}
/*スライダー*/
#mgwine .slider_bg {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
#mgwine .slider_bg > div {
  /*background-color: #fff9ef;*/
  border-radius: 20px;
  width: 1070px;
  margin: 0 auto;
  padding: 0 35px;
}
#mgwine .slider_bg .section_title {
  text-align: center;
}
#mgwine .slide01 a:hover {
  opacity: 0.7;
}
#mgwine .staff_rec .rec_col {
  /*background: rgb(255, 255, 255);*/
  border-radius: 10px;
  box-shadow: 10px 10px 0px 0px rgb(217, 116, 116);
  border: 2px solid #d97474;
}
#mgwine .staff_rec .rec_col .rec_body {
  display: grid;
  grid-template-columns: 35% 62%;
  justify-content: space-between;
  color: #19191a;
  padding: 55px;
}
#mgwine .staff_rec .rec_col .item-img a img {
  width: 100%;
}
#mgwine .staff_rec .rec_col .item-img a img:hover {
  opacity: 0.7;
  transition: opacity .3s ease-in-out;
}
#mgwine .staff_rec .rec_caption {
  position: relative;
  display: inline-block;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
}
#mgwine .staff_rec .item_box {
  padding-left: 10px;
  justify-content: space-between;
  margin-bottom: 20px;
}
#mgwine .staff_rec .item_box .name_price .item_name {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.6;
}
#mgwine .staff_rec .item_box .name_price .item_name span {
  font-weight: normal;
  font-size: 13px;
}
#mgwine .staff_rec .item_box .name_price .item_price {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;
  text-align: right;
}
#mgwine .staff_rec .item_box .name_price .item_price span {
  font-size: 12px;
}
#mgwine .staff_rec .rec_caption ul {
  display: grid;
  grid-template-columns: 20% 78%;
  margin-bottom: 8px;
  justify-content: space-between;
}
#mgwine .staff_rec .rec_caption .rec_name {
  text-align: center;
}
#mgwine .staff_rec .rec_caption .rec_name p {
  text-align: center;
  display: block;
  line-height: 1.4;
}
#mgwine .staff_rec .rec_caption .staff_jobtitle {
  font-size: 11px;
  margin-bottom: 5px;
}
#mgwine .staff_rec .rec_caption .staff_name {
  font-size: 14px;
}
#mgwine .staff_rec .rec_caption .rec_name img {
  margin: 0 auto 8px;
  width: 90%;
  border-radius: 10px;
}
#mgwine .staff_rec .rec_caption .rec_comment {
  display: inline-block;
  padding: 15px 15px 15px 20px;
  min-width: 120px;
  max-width: 100%;
  background: #fff6f5;
  border-top: 3px double #b43f3566;
  border-bottom: 3px double #b43f3566;
}
#mgwine .staff_rec .rec_caption .rec_comment .comment_ttl {
  font-weight: 500;
  font-size: clamp(17px, 3vw, 16px);
  color: #b43f35;
  line-height: 1.6;
  margin-bottom: 10px;
}
#mgwine .staff_rec .rec_caption .rec_comment .name_ttl {
  display: grid;
  grid-template-columns: 77% 20%;
  justify-content: space-between;
}
#mgwine .staff_rec .rec_caption .rec_comment .comment_tx {
  font-size: 14px;
  color: #4d4c4b;
}
#mgwine .staff_rec .rec_caption p {
  font-size: 14px;
}
#mgwine .staff_rec .rec_caption .buy_btn {
  background-color: #b43f35;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  text-align: center;
  width: 230px;
  padding: 8px;
  margin-top: 25px;
  float: right;
}
/*swiper設定*/
#mgwine .swiper-button-prev {
  left: 7px;
}
#mgwine .swiper-button-next {
  right: 7px;
}
#mgwine .swiper-button-next, #mgwine .swiper-button-prev {
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
}
#mgwine .swiper-container-horizontal > .swiper-pagination-bullets {
  position: unset;
  padding-top: 25px;
}
#mgwine .swiper-pagination-bullet-active {
  background: #711520;
}
#mgwine .swiper-wrapper .swiper-slide {
  display: flex;
  height: auto;
}
/*アコーディオンバナー*/
.coupon {
  text-align: center;
  background: #151515;
  padding-top: 20px;
  font-weight: bold;
}
.coupon_container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.coupon_text, .coupon_number {
  border: 2px solid #fff;
  font-size: 3rem;
}
.coupon_text {
  background: #fff;
  padding: 0px 50px;
}
.coupon_number {
  color: #fff;
  padding: 0px 65px;
}
.coupon_toggle {
  display: none;
}
input[type="radio"], input[type="checkbox"] {
  border: none;
  margin: 0 5px 0 0;
  outline: 0;
  padding: 0;
}
.coupon_label {
  padding: 1rem;
  display: block;
  color: #fff;
  background: #151515;
  text-align: center;
  cursor: pointer;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.coupon_label span {
  position: relative;
  font-size: clamp(1.5rem, 3vw, 1.8rem);
  font-weight: bold;
}
.coupon_label span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: calc(50% - 6px);
  right: -22px;
  transform: rotate(135deg);
}
.coupon_toggle:checked + .coupon_label span::after {
  transform: rotate(-45deg) !important;
}
.note {
  background-color: #f4f4f4;
  height: 0;
  padding: 0 20px;
  overflow: hidden;
  transition: all .3s;
}
.coupon_toggle:checked + .coupon_label + .note {
  height: auto;
  padding: 20px;
}
.note ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.howto {
  margin-top: 1em;
}
/*-------------tb-------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /*swiper設定*/
  #mgwine .swiper-button-prev, #mgwine .swiper-button-next {
    background-size: 100%;
    top: 50%;
    opacity: 1;
  }
  #mgwine .swiper-button-prev {
    left: 0%;
  }
  #mgwine .swiper-button-next {
    right: 0%;
  }
  #mgwine .content_guide .guide_inner {
    padding: 50px 10px 55px;
  }
  #mgwine .gridcaption_bg p {
    line-height: 1.2;
    height: 7em;
  }
  #mgwine .travelbg > div {
    width: 100vw;
    padding: 50px 15px;
    background-size: contain;
  }
  #mgwine .slider_bg > div {
    width: 100vw;
    padding: 0 15px;
  }
  #mgwine .travelbg p {
    width: 100%;
  }
  /*#mgwine .travelbg #travel::after {
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
    background-image: linear-gradient(1deg, rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0.43));
  }*/
}
/*-------------sp-------------*/
@media screen and (max-width: 767px) {
  #mgwine .spNone {
    display: none;
  }
  #mgwine .pcNone {
    display: block;
  }
  /*メインビジュアル*/
  #mgwine .mv {
    margin: 0px calc(50% - 50vw) 20px;
    width: 100vw;
  }
  /*新規会員登録*/
  #mgwine .registration a {
    letter-spacing: 1px;
    line-height: 1.6;
  }
  #mgwine .registration a span {
    display: block;
    color: rgb(255, 255, 255);
    background: rgb(17, 17, 17);
    text-decoration: none;
    letter-spacing: 1.5px;
    padding: 6px 0px 8px;
    margin-top: 3px;
  }
  /*注目事項*/
  #mgwine .notice p {
    font-size: 100%;
    color: #b20707;
  }
  /*アンカーリンク*/
  #mgwine .anchor-nav {
    margin-bottom: 60px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 23px;
    column-gap: 5px;
    width: 100%;
  }
  #mgwine .anchor-nav li a {
    letter-spacing: 0.1px;
    background-size: 22px 22px;
    font-feature-settings: "palt";
    min-height: 22px;
    padding-left: 30px;
  }
  /*特集見出しh3*/
  #mgwine .section_title .h3 {
    margin-bottom: 30px;
  }
  #mgwine .section .section__ttl p.mark span::before {
    top: 30%;
  }
  #mgwine .section {
    margin-bottom: 60px;
  }
  /*グリッドレイアウト*/
  #mgwine .mt {
    margin-top: 10px;
  }
  #mgwine .oneColumn {
    margin-bottom: 60px;
  }
  #mgwine .twoColumn {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  #mgwine .threeColumn {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  #mgwine .fourColumn {
    grid-template-columns: repeat(2, 1fr);
  }
  #mgwine .fiveColumn {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  #mgwine .gridcaption_bg p {
    padding: 12px;
    height: 6em;
  }
  #mgwine .gridbtn {
    padding: 12px;
  }
  /*365日の旅*/
  #mgwine .travelbg {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  #mgwine .travelbg > div {
    width: 100vw;
    padding: 40px 1em;
    background-image: url("/d_images/campaign/winesite/wine_bg_2401_sp.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  #mgwine .travelbg p {
    width: 100%;
    background-color: #ffffffb8;
  }
  #mgwine .travelbg .section_title {
    width: 70%;
  }
  /*youtube設定*/
  #mgwine #travel .movie {
    width: 100%;
  }
  /*#mgwine .travelbg .section_title .h3 {
    margin-top: 18px;
  }*/
  /*#mgwine .travelbg #travel::after {
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
    background-image: linear-gradient(1deg, rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0.44));
  }*/
  /*もっと見るボタン*/
  #mgwine .section_foot .read_more {
    height: 40px;
  }
  /*全商品をもっと見る　大*/
  #mgwine .all_list_btn {
    margin-bottom: 60px;
  }
  /*もっと見るボタン*/
  #mgwine .section_foot {
    margin-bottom: 60px;
  }
  /*お買い物ガイド*/
  #mgwine .content_guide {
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding: 30px 0 20px;
    margin-top: 60px;
  }
  #mgwine .content_guide .guide_inner {
    padding: 0 18px;
  }
  #mgwine .content_guide .guide_inner .content_ttl {
    font-size: 19px;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  #mgwine .content_guide .row .colomun {
    width: 100% !important;
  }
  #mgwine .content_guide .row .colomun:first-child {
    padding-right: 0;
  }
  #mgwine .content_guide .row .colomun:nth-child(2) {
    padding-right: 0;
  }
  #mgwine .content_guide .row .colomun:not(:nth-child(3n)) {
    margin-right: 0;
  }
  #mgwine .content_guide .row .colomun .section {
    margin-bottom: 20px;
  }
  #mgwine .content_guide .row .colomun .section:not(:last-child) {
    margin-bottom: 30px;
  }
  #mgwine .content_guide .row .colomun .section h3 {
    font-size: 15px;
    letter-spacing: .01em;
    line-height: 17px;
    margin-bottom: 15px;
  }
  #mgwine .content_guide .row .colomun .section .register {
    display: block;
    margin-bottom: 24px;
  }
  #mgwine .content_guide .row .colomun .section p {
    font-size: 12px;
    line-height: 17px;
  }
  #mgwine .content_guide .row .colomun .section dl dt, #mgwine .content_guide .row .colomun .section dl dd {
    font-size: 12px;
    line-height: 17px;
  }
  #mgwine .content_guide .row .colomun .section ul, #mgwine .content_guide .row .colomun .section ol {
    font-size: 12px;
    line-height: 17px;
  }
  #mgwine .content_guide .row .colomun .section .brackets li {
    line-height: 1.5;
  }
  #mgwine .content_guide .register .submitBtn {
    font-size: 13px;
    padding: .5em .5em;
  }
  /*価格から探す*/
  #mgwine .price_body {
    border-top: 1px solid #ececec;
    padding: 18px 5px 12px 13px;
  }
  #mgwine .price_body .flex_price .item_price {
    text-align: right;
    width: calc(100% / 2);
    padding-right: 5px;
  }
  #mgwine .price_body .flex_price .item_price a {
    padding-right: 15px;
  }
  #mgwine .section_price:not(:last-child) {
    margin-bottom: 60px;
  }
  /*人気キーワード*/
  #mgwine .popularKeywords {
    border-top: 1px solid #ececec;
    padding: 18px 0 11px 18px;
    text-align: center;
  }
  #mgwine .popularKeywords h3 {
    display: inline-block;
    letter-spacing: .01em;
    line-height: 24px;
    margin-bottom: 18px;
    padding: 0 30px 0 30px;
  }
  #mgwine .popularKeywords ul li {
    background-image: url(/d_images/campaign/seibo/sp/icon-arrow02.png);
    background-size: 10px 13px;
  }
  #mgwine .popularKeywords ul li a {
    font-size: 13px;
  }
  #mgwine .popularKeywords ul li:not(:last-child) {
    margin-right: 21px;
  }
  /*  スライダー*/
  #mgwine .slider_bg > div {
    width: 100vw;
    padding: 0 1em;
  }
  #mgwine .slider_bg {
    margin: 0 calc(50% - 50vw) 60px;
    width: 100vw;
  }
  #mgwine .staff_rec .rec_col {
    box-shadow: 7px 7px 0px 0px rgb(217, 116, 116);
  }
  #mgwine .staff_rec .rec_col .rec_body {
    display: block;
    padding: 45px 20px;
  }
  #mgwine .staff_rec .rec_col .item-img {
    margin: 0 auto 20px;
    width: 80%;
    max-width: 300px;
  }
  #mgwine .staff_rec .rec_col .item-img a img {
    width: 100%;
  }
  #mgwine .staff_rec .rec_caption {
    position: relative;
    display: inline-block;
    min-width: 120px;
    max-width: 100%;
  }
  #mgwine .staff_rec .item_box {
    display: block;
    padding: 0;
  }
  #mgwine .staff_rec .item_box .name_price .item_name {
    margin-bottom: 7px;
    display: block;
  }
  #mgwine .staff_rec .item_box .name_price .item_name .brandname {
    font-size: 12px;
  }
  #mgwine .staff_rec .item_box .name_price .item_price {
    display: block;
    width: 100%;
  }
  #mgwine .staff_rec .item_box .name_price .item_price span {
    font-size: 10px;
  }
  #mgwine .staff_rec .rec_caption ul {
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
  }
  #mgwine .staff_rec .rec_caption .order2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  #mgwine .staff_rec .rec_caption .rec_comment .name_ttl {
    display: block;
  }
  #mgwine .staff_rec .rec_caption .rec_name {
    display: grid;
    margin: 20px auto 0;
    grid-template-columns: 50% 50%;
  }
  #mgwine .staff_rec .rec_caption .rec_name div {
    margin: auto 0;
  }
  #mgwine .staff_rec .rec_caption .rec_name img {
    margin: 0px 10px auto auto;
    max-width: 80px;
  }
  #mgwine .staff_rec .rec_caption .rec_name p {
    text-align: left;
  }
  #mgwine .staff_rec .rec_caption .rec_name > .staff_name {
    margin: auto 0;
  }
  #mgwine .staff_rec .rec_caption .order1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  #mgwine .staff_rec .rec_caption .rec_comment {
    width: 100%;
    display: inline-block;
    padding: 20px 15px 25px;
    min-width: 120px;
    max-width: 100%;
    box-sizing: border-box;
  }
  #mgwine .staff_rec .rec_caption .buy_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    text-align: center;
    height: 50px;
    padding: 10px;
    margin: 30px auto 0;
    float: none;
  }
  /*アコーディオンバナー*/
  .coupon_text, .coupon_number {
    font-size: 1.7rem;
  }
  .coupon_text {
    padding: 0px 5px;
  }
  .coupon_number {
    padding: 0px 20px;
  }
  /*swiper設定*/
  #mgwine .swiper-button-prev, #mgwine .swiper-button-next {
    background-size: 95%;
    top: 17%;
    opacity: 1;
  }
  #mgwine .swiper-button-prev {
    left: 4%;
  }
  #mgwine .swiper-button-next {
    right: 4%;
  }
}
.campaign-wrap .brand-campaign.low {
  width: 100%;
  margin-right: 0;
}
.campaign-wrap .brand-campaign {
  padding: 20px;
  background-color: #F8F6F6;
  margin: 0 0 10px 0;
  margin-right: 0px;
  width: calc((100% - 10px) / 2);
}