@charset "UTF-8";
/*-----------------------------------------------

ユーティリティ

-----------------------------------------------*/
.text-indext {
  padding-left: 1em;
  text-indent: -1em;
}

.text-15px {
  font-size: 15px;
}

.text-18px {
  font-size: 18px;
}

.text-34px {
  font-size: 34px;
}

/*-----------------------------------------------

heading

-----------------------------------------------*/
.heading-default {
  position: relative;
  font-size: 28px;
  text-align: center;
  color: #333333;
}
.heading-default .em {
  font-size: 32px;
}

.heading-entry {
  position: relative;
  background-image: url(https://r.r10s.jp/evt/event/campaign/giftcoupon/202503xbeub/_pc/img/heading-entry_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 109px;
}
.heading-entry .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading-present {
  position: relative;
  background-image: url(https://r.r10s.jp/evt/event/campaign/giftcoupon/202503xbeub/_pc/img/heading-present_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 150px;
}
.heading-present .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  box-sizing: border-box;
}

.heading-cwd25appear {
  position: relative;
  background-image: url(https://r.r10s.jp/evt/event/campaign/giftcoupon/202503xbeub/_pc/img/heading-cwd25appear_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 194px;
}
.heading-cwd25appear .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 40px;
  box-sizing: border-box;
}

/*-----------------------------------------------

article,section

-----------------------------------------------*/
.article {
  color: #333333;
}

.article-entry {
  background-color: #ffeb7f;
  padding-bottom: 24px;
}

.article-present {
  position: relative;
  background-color: #ffd800;
  background-image: url(https://r.r10s.jp/evt/event/campaign/giftcoupon/202503xbeub/_pc/img/article-present_bg.png);
  background-repeat: repeat;
  background-size: 1920 auto;
  padding-bottom: 80px;
  z-index: 0;
}
.article-present::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ff9800;
  width: 100%;
  padding-top: 239px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}

.section-white-continer {
  background-color: #fff;
  border-radius: 20px;
  padding: 32px 90px;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}

.section-keyword {
  background-color: #fdf7d7;
  border-radius: 40px;
}

.section-step {
  position: relative;
}
.section-step + * {
  margin-top: 72px;
}
.section-step + *::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -56px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffffff transparent transparent;
  border-width: 40px 50px 0;
}
.section-step .step-icon {
  position: absolute;
  left: 50px;
  top: -56px;
  width: 140px;
  height: 140px;
}

.present-container {
  position: relative;
}
.present-container .present-image {
  position: absolute;
  top: -40px;
  right: -52px;
  width: 211px;
  height: 159px;
}

/*-----------------------------------------------

anchor-list

-----------------------------------------------*/
.anchor-list {
  max-width: 520px;
  margin: 0 auto;
}
.anchor-list > * {
  font-size: 18px;
  height: 30px;
}
.anchor-list > * + * {
  border-left: 1px solid #333333;
}
.anchor-list [class^=ecm-icon-chevron] {
  margin-left: 24px;
}

/*-----------------------------------------------

giftcoupon-list

-----------------------------------------------*/
.giftcoupon-list .giftcoupon-heading {
  font-size: 28px;
  border-bottom: 2px solid #ffe555;
  padding-bottom: 4px;
  margin-bottom: 8px;
  color: #333333;
}
.giftcoupon-list .giftcoupon-listItem {
  margin-bottom: 20px;
}
.giftcoupon-list .giftcoupon-detail {
  display: flex;
}
.giftcoupon-list .giftcoupon-detail .giftcoupon-detail-imageBox {
  width: 90px;
  margin-right: 12px;
}
.giftcoupon-list .giftcoupon-detail .giftcoupon-detail-textContainer {
  width: calc(100% - 102px);
}

/*-----------------------------------------------

ecm-accordion

-----------------------------------------------*/
.ecm-accordion-coupon {
  max-width: 840px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #000;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  color: #333333;
  margin: 0 auto;
}
.ecm-accordion-coupon .ecm-accordion-panel {
  background-color: transparent;
  padding: 0 32px;
}
.ecm-accordion-coupon .ecm-accordion-trigger {
  position: relative;
  display: flex;
  align-items: center;
  height: 84px;
}
.ecm-accordion-coupon .ecm-icon-chevron-down {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 36px;
  margin: auto;
  margin-left: inherit;
  height: 1em;
}

/*-----------------------------------------------

ecm-search

-----------------------------------------------*/
.ecm-search-cwd25appear {
  max-width: 912px;
  margin: 0 auto;
  border: 1px solid #ff9800;
  height: 58px;
}
.ecm-search-cwd25appear .ecm-search-submit {
  background-color: #ff9800;
  width: 58px;
}
.ecm-search-cwd25appear .ecm-icon-search {
  font-size: 32px;
}

#ss-searchForm__form .rc-searchForm__autoCompleteContainer > * {
  margin-top: -36px;
}

.cnt-search-keyword-wrapper {
  margin: 16px 0 0;
}

.cnt-search-keyword-wrapper .cnt-search-keyword-label {
  color: #333333;
  display: block;
  width: 100%;
  font-size: 18px;
  text-align: center;
}

.cnt-search-keyword-wrapper .ecm-search-keyword-container {
  height: auto;
  justify-content: space-between;
}

.cnt-search-keyword-wrapper .ecm-search-keyword.cnt-search-keyword {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-color: #848484;
  color: #848484;
  font-size: 16px;
  width: 210px;
  height: 40px;
  margin-top: 16px;
}
.cnt-search-keyword-wrapper .ecm-search-keyword.cnt-search-keyword span {
  max-width: 12em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.cnt-search-keyword-wrapper .ecm-search-keyword.cnt-search-keyword:nth-child(4n+1) {
  margin-left: 0;
}

/*-----------------------------------------------

ecm-button

-----------------------------------------------*/
.ecm-button-ichibatop {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #bf0000;
  height: 84px;
  border: 1px solid #bf0000;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.15);
  width: 492px;
  margin: 0 auto;
}
.ecm-button-ichibatop .ecm-icon-chevron-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  width: 24px;
  height: 24px;
  font-size: 20px;
}
.ecm-button-ichibatop:visited, .ecm-button-ichibatop:hover, .ecm-button-ichibatop:active {
  color: #bf0000;
}

/*-----------------------------------------------

ecm-floating

-----------------------------------------------*/
.floating-noentry {
  opacity: 0;
  transition: 0.5s;
  display: none;
}
.floating-noentry.is-active {
  opacity: 1;
  display: block;
}

.floating-entered {
  opacity: 0;
  transition: 0.5s;
  position: fixed;
  z-index: 110;
  display: none;
}
.floating-entered.is-active {
  opacity: 0;
  display: block;
  animation: fadeInAnimation 0.5s ease-in-out forwards;
  animation-delay: 2s;
}
@keyframes fadeInAnimation {
  to {
    opacity: 1;
  }
}

/*-----------------------------------------------

ranking-note

-----------------------------------------------*/
.ranking-note {
  padding: 12px;
  background-color: #eeeeee;
}
.ranking-note p {
  font-size: 12px;
}/*# sourceMappingURL=cnt_giftcoupon20241220.css.map */


/*-----------------------------------------------

survey

-----------------------------------------------*/

.Nps_wrapper__HNXwu{
  right: 14% !important;
}