@charset "utf-8";
/* ---------------------------------------
クーポンキャンペーン 共通スタイル ： 2019.11
--------------------------------------- */
/* レイアウト */
.m-container {
  width: auto;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  padding-left: 38px;
  padding-right: 38px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
.row {
  margin-right: -14px;
  margin-left: -14px;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 14px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-sm-1 {
  width: 8.33333333%;
}
.col-sm-2 {
  width: 16.66666667%;
}
.col-sm-3 {
  width: 25%;
}
.col-sm-4 {
  width: 33.33333333%;
}
.col-sm-5 {
  width: 41.66666667%;
}
.col-sm-6 {
  width: 50%;
}
.col-sm-7 {
  width: 58.33333333%;
}
.col-sm-8 {
  width: 66.66666667%;
}
.col-sm-9 {
  width: 75%;
}
.col-sm-10 {
  width: 83.33333333%;
}
.col-sm-11 {
  width: 91.66666667%;
}
.col-sm-12 {
  width: 100%;
}
.m-container:after, .row:after {
  clear: both;
  }
.m-container:before, .m-container:after, .row:before, .row:after {
  content: " ";
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }

/* クーポンコード */
.m-coupon {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 4px #ccc;
}
.m-coupon .m-coupon-txt {
  font-size: 24px;
  background-color: #fff;
  display: inline-block;
  padding: 0 16px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.75em;
  margin-bottom: 0;
}
.m-coupon .m-coupon-code {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 80px;
  padding: 16px;
  text-align: center;
}

.m-coupon-attention {
  padding: 0 18px;
}

/* クーポン利用可能期間 */
.m-block-period {
  border: 4px solid #009953;
  margin: 0 8px 24px 8px;
}
.m-block-period dt {
  background-color: #009953;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 8px 0;
}
.m-block-period dd {
  font-size: 18px;
  padding: 24Px 0;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.05em;
}

/* 箱 */
.m-block-attention {
  display: block;
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3f3;
}
.m-sample-block {
  display: block;
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 見出し */
.m-heading--t1 {
  margin: 0 8px 16px 8px;
}

.m-heading--t2 {
  color: #009953;
  border-bottom: 1px solid #009953;
  padding-bottom: 12px;
}

.m-heading-t3 {
  position: relative;
  background-color: #f3f3f3;
  padding: 12px 16px;
  margin: 32px 0 16px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-heading-t3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background-color: #009953;
}

.m-heading-t3 .m-heading-text {
  color: #009953;
  font-weight: bold;
  font-size: 20px;
  margin-left: 12px;
  display: inline-block;
}


.m-heading--t4 {
  color: #009953;
  display: block;
  line-height: 1.1;
  margin: 0 0 16px 0;
  font-size: 20px;
  font-weight: bold;
  padding: 8px;
  border-bottom: solid 1px #009953;
}

.m-heading-attention {
  display: block;
  color: #fff;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #333333;
  margin-bottom: 0;
  text-align: center;
  font-size: 24px;
}

/* リスト */
.m-plain-list {
  padding-left: 0;
  margin-left: 20px;
  line-height: 1.8;
}
.m-plain-list--kome {
  margin-left: 0;
  line-height: 1.8;
}
.m-plain-list--kome li {
  position: relative;
  list-style: none;
  padding-left: 1.4em;
}
.m-plain-list--kome li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
}

/* 画像 */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m-container a:hover .img-responsive {
  opacity: 0.8;
}

/* 商品一覧 */
.m-goods-pickup-name {
  color: #333;
  font-weight: bold;
  color: #333;
  padding: 8px;
  font-size: 16px;
}

.m-goods-price-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.m-goods-discount-tag {
  display: inline-block;
  background-color: #FCF4E3;
  color: #9B782F;
  font-size: 14px;
  padding: 4px 8px;
  box-sizing: border-box;
}

.m-goods-price__sale-price {
  font-weight: bold;
  margin-left: auto;
}

.m-goods-price__sale-price .m-goods-price__sale-price__int {
  color: #d50000;
  font-size: 18px;
}

.m-goods-price__sale-price .m-goods-price__sale-price__punit {
  color: #d50000;
  font-size: 14px;
}

.m-goods-price__price {
  font-size: 14px;
  color: #000;
  text-align: right;
}

.m-goods-price__price .m-goods-item__name-inline {
  color: #000;
}

.m-goods-price__price__int {
  text-decoration: line-through;
  color: #000;
}

.m-goods-price__price__punit {
  color: #000;
}

/* ボタン */
.m-btn {
  display: block;
  position: relative;
  background-color: #009953;
  color: #fff !important;
  text-align: center;
  font-weight: bold;
  padding: 1em;
  padding-right: 2.5em;
  font-size: 16px;
  border-radius: 8px;
  box-shadow: 3px 3px 0px 0px #c9c9c9;
  text-decoration: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m-btn::after {
  content: "＞";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: bold;
}
.m-btn:hover,
.m-btn:visited,
.m-btn:active,
.m-btn:focus {
  text-decoration: none !important;
  color: #fff !important;
}
.m-btn:hover {
  transform: translateY(3px);
  box-shadow: none;
  opacity: 0.7;
}

.m-page-link-btn {
  max-width: 360px;
  text-align: center;
}

.m-page-link-btn {
  position: relative;
  display: block;
  padding: 1.5em 1.5em 1.5em 1em;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgb(255 255 255 / 20%), 0 2px 2px rgb(0 0 0 / 19%);
  font-weight: bold;
  transition: all 0.1s;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  transition: all 0.1s ease-in-out 0s;
}
.m-page-link-btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-page-link-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

.m-page-link-btn-general {
  background: #4A4A4A;
  border-bottom: solid 2px #4A4A4A;
  color: #fff;
  margin-top: 64px;
  font-size: 18px;
}
.m-page-link-btn:visited, .m-page-link-btn:hover {
  color: #fff;
}

/* 区切り */
.m-hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #eee;
}

/* テキスト */
.u-ta-c {
  text-align: center;
}
.u-fc-red {
  color: #d50000;
}
.u-fz-md {
  font-size: 16px;
}
.u-fz-lg {
  font-size: 20px;
}
.u-fz-xl {
  font-size: 24px;
}

/* 線 */
.u-bt-ds {
  border-top: 1px dashed #999;
}
.u-bb-ds {
  border-bottom: 1px dashed #999;
}
.u-b {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* 下margin */
.u-mb-0 {
  margin-bottom: 0;
}
.u-mb-xs {
  margin-bottom: 4px;
}
.u-mb-sm {
  margin-bottom: 8px;
}
.u-mb-md {
  margin-bottom: 16px;
}
.u-mb-lg {
  margin-bottom: 24px;
}
.u-mb-xl {
  margin-bottom: 28px;
}
.u-mb-xxl {
  margin-bottom: 48px;
}
.u-mb-xxxl {
  margin-bottom: 64px;
}

/* 上margin */
.u-mt-0 {
  margin-top: 0;
}
.u-mt-xs {
  margin-top: 4px;
}
.u-mt-sm {
  margin-top: 8px;
}
.u-mt-md {
  margin-top: 16px;
}
.u-mt-lg {
  margin-top: 24px;
}
.u-mt-xl {
  margin-top: 28px;
}
.u-mt-xxl {
  margin-top: 48px;
}
.u-mt-xxxl {
  margin-top: 64px;
}

/* 下padding */
.u-pb-xs {
  padding-bottom: 4px;
}
.u-pb-sm {
  padding-bottom: 8px;
}
.u-pb-md {
  padding-bottom: 16px;
}
.u-pb-lg {
  padding-bottom: 24px;
}
.u-pb-xl {
  padding-bottom: 28px;
}

/* 上padding */
.u-pt-xs {
  padding-top: 4px;
}
.u-pt-sm {
  padding-top: 8px;
}
.u-pt-md {
  padding-top: 16px;
}
.u-pt-lg {
  padding-top: 24px;
}
.u-pt-xl {
  padding-top: 28px;
}
