/* 共通 ---------------------------------*/
main section {
  padding-bottom: 0;
}

main img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 18px;
}
h2::before {
  display: inline-block;
  margin-right: 0.5em;
  background: #000;
  width: 4px;
  height: 1.3em;
  vertical-align: middle;
  content: "";
}
.innerWrap>section section {
  padding-right: 0;
  padding-left: 0;
}
.annotation {
  list-style: none;
  padding: 0;
}
.txt-center {
  text-align: center;
}
.txt--sizeXS {
  font-size: 12px !important;
}
.txt--sizeS {
  font-size: 14px !important;
}
.txt--sizeL {
  font-size: 26px !important;
}

/* 注釈 */
.annotation_list {
  margin-top: 15px;
}
.annotation_list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  word-break: normal;
}

/*  テキストリンクアイコン（外部リンク） */
.txtLink__external::after {
  display: inline-block;
  content: "";
  width: 1.3em;
  height: 1.3em;
  margin-top: -0.1em;
  margin-left: 0.2em;
  background: url(/static/packages/default/images/campaign/common/opennew_g.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* MV上アイコン ---------------------------------*/
.mv-icon {
  width: 980px;
  padding: 0 10px;
  margin: 8px 0;
}

.mv-icon-list li {
  display: inline-block;
  color: #fff;
  background: #fa951f;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  padding: 5px 12px 4px;
  border-radius: 6px;
  min-width: 180px;
  text-align: center;
  line-height: 1.5;
}

/* MV上テキスト ---------------------------------*/
.txt_limit {
  margin: 0 10px;
  padding: 14px 10px 11px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center;
  background: #fffacd;
}
.txt_point_abolition {
  font-size: 14px;
  font-weight: normal;
}

/* MV ---------------------------------*/
.mv {
  padding: 0 10px;
}

/* 対象のお支払い方法 ---------------------------------*/
table.table-paypay {
  border-collapse: collapse;
  border: solid 2px #ccc;
  margin: 20px auto 40px;
  line-height: 1.4;
  width: 750px;
}
.table-paypay th,
.table-paypay td {
  border-width: 0 2px 2px 0;
}
.table-paypay th {
  text-align: left;
  padding: 40px 15px;
  background: none;
  border-right: solid 2px #ccc;
}
.table-paypay td {
  padding: 10px 30px;
  text-align: center;
}
.table-paypay td:first-of-type {
  border-right: solid 2px #ccc;
}
.table-paypay .border-bottom-double {
  border-bottom: none;
  position: relative;
}
.table-paypay .border-bottom-double::after {
  content: "";
  border-bottom: double 7px #ccc;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.table-paypay th p,
.table-paypay td p {
  margin-top: 0;
  font-size: 18px;
}
.table-paypay li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.table-paypay ul li:nth-child(n+2) {
  margin-top: 35px;
}
.table-paypay li .table-paypay__icon {
  display: flex;
  width: 70px;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.table-paypay .table-paypay__prize {
  font-size: 150%;
  margin-right: 3px;
}
.table-paypay strong.table-paypay__percent {
  font-size: 200%;
  margin: 0 3px;
  color: #222;
}
.table-paypay li .table-paypay__icon-label .txt_small {
  font-weight: normal;
}
.txt-limited {
  color: #00a841;
}

/* キャンペーン対象かを確認する方法 ---------------------------------*/
.flow_box {
  margin-top: 10px;
}

/* 注意事項 ---------------------------------*/
.notice-list dl dt {
  margin-top: 15px;
}
.notice-list dl dd {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
}

/* お問い合わせ先 ---------------------------------*/
.info__linkArea {
  text-align: right;
  margin-top: 15px;
}

/* 同時開催中 ---------------------------------*/
.cp__bnr__ttl {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #480706;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  background: inherit;
  border: none;
}
.cp__bnr__ttl::before {
  display: block;
  content: "";
  width: 19px;
  height: 33px;
  border-left: solid 2px;
  transform: rotate(-35deg);
  background: inherit;
}
.cp__bnr__ttl::after {
  display: block;
  content: "";
  width: 14px;
  height: 33px;
  border-right: solid 2px;
  transform: rotate(35deg);
}

/* 本日のおすすめお礼品---------------------------------*/
.recommend {
  margin-top: 50px;
  padding: 0 10px 0px;
}
.Title {
  margin-bottom: 0 !important;
}
.recommend .Title__txt {
  padding-bottom: 0;
  padding-left: 10px;
  border-left: 10px solid #9a5a24;
  border-bottom: 0;
  font-weight: bold;
  height: auto;
  font-size: 19px;
  color: #333;
}
.recommend .Title__txt::before {
  content: none;
}
main .content .recommend a {
  color: #333;
  text-align: left;
}
#rt_pc_campaign_more a {
  font-size: 16px;
}
.ItemSlider2__set__name {
  min-height: calc(2em * 1.4) !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ItemSlider2__set__picture {
  font-size: 16px;
}
.recommend .notices {
  margin-top: 20px;
  padding-left: 0;
}

/* 探してみるボタン ---------------------------------*/
.item_box__btn-box {
  display: flex;
  justify-content: center;
  margin: 30px 0 30px;
}
.button-container {
  width: calc((980px - 250px) / 2);
  text-align: center;
}
.button-container>a.button {
  position: relative;
  display: inline-block;
  width: 350px;
  margin-left: 20px;
  padding: 20px 25px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff !important;
  background: #9a5a24;
  box-sizing: border-box;
  text-decoration: none !important;
}
.button-container>a.button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  border: 4px solid transparent;
  border-left: 6px solid #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/* シェアボタン---------------------------------*/
.sns__box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 30px auto;
  position: relative;
}
.sns__txt {
  margin-top: 0;
  margin-right: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #582601;
}
.sns__list {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 0 10px;
}
.sns__item {
  line-height: 1;
  list-style: none;
}
.sns__item a {
  display: block;
}
.sns__item img {
  vertical-align: middle;
}
.btn__copy {
  padding: 0;
  border: none;
  background: #fff;
  vertical-align: middle;
  cursor: pointer;
}
.success-msg {
  display: none;
  position: absolute;
  bottom: -27px;
  right: 0;
  padding: 4px 5px 4px;
  font-size: 12px;
  color: #fff;
  background-color: #582601;
  border-radius: 3px;
}
.success-msg::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 8px solid #582601;
  border-top: 0;
  position: absolute;
  top: -7px;
  right: 10px;
}