@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@800&display=swap");
.menu-z-index {
  z-index: 70; }

.event-promotion {
  position: relative;
  color: #226B3E;
  font-weight: 500;
  line-height: 1.4; }

@media (min-width: 60em) {
  .event-promotion {
    font-size: 2.0rem; } }

@media (min-width: 75em) {
  .event-promotion {
    font-size: 2.2rem; } }

.event-promotion .h2,
.event-promotion .h3,
.event-promotion .h4,
.event-promotion .h5,
.event-promotion .sub-h5 {
  color: inherit; }

.event-promotion strong,
.event-promotion strong em {
  font-weight: bold; }

.event-promotion span {
  display: inline-block; }

.event-promotion .desc {
  color: inherit;
  font-size: 90%;
  opacity: 0.8; }

.event-promotion .l-event {
  position: relative;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem; }

@media (min-width: 60em) {
  .event-promotion .l-event {
    padding-left: 9.5rem;
    padding-right: 9.5rem; } }

.event-promotion .hr {
  border: 0;
  margin-top: 2rem; }

@media (min-width: 45em) {
  .event-promotion .hr {
    margin-top: 4rem; } }

@media (min-width: 60em) {
  .event-promotion .hr {
    margin-top: 6rem; } }

.event-promotion .hr:last-child {
  display: none; }

.cont-wrap {
  position: relative; }

.cashback-item {
  padding: 1rem;
  border: 3px solid #226B3E; }

.cashback-item__dashed {
  display: grid;
  grid-template-columns: 50% 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  border: 2px dashed #226B3E; }

.cashback-item .item {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #226B3E; }

.cashback-item .item:nth-child(odd) {
  border-right: 1px solid #226B3E; }

.cashback-item .item:nth-last-child(-n+2) {
  border-bottom: none; }

.cashback-item .thumb {
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(34, 107, 62, 0.15); }

.cashback-item .thumb:after {
  content: '\ea1a';
  display: inline-block;
  font-family: 'icon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none !important;
  text-transform: none;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: rgba(34, 107, 62, 0.35);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

@media (min-width: 60em) {
  .cashback-item .thumb:after {
    width: 40px;
    height: 40px; } }

.cashback-item .thumb,
.cashback-item .cont {
  padding: 1rem; }

.cashback-item .cashback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 1.2rem; }

.cashback-item .cashback div {
  display: inline-block;
  padding: 0.2rem 0.4rem 0.1rem 0.4rem;
  background-color: #226B3E;
  margin-right: 0.5rem; }

.cashback-item .cashback div em {
  color: #F3E8D4;
  font-size: 1rem; }

.cashback-item .cashback strong {
  font-family: "Manrope";
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 1.9rem; }

@media (min-width: 45em) {
  .cashback-item__dashed {
    border: 3px dashed #226B3E; }
  .cashback-item .thumb,
  .cashback-item .cont {
    padding: 1rem 2rem; }
  .cashback-item .name {
    font-size: 1.8rem; }
  .cashback-item .cashback {
    font-size: 1.8rem; }
  .cashback-item .cashback div {
    padding: 0.4rem 1rem 0.3rem 1rem;
    margin-right: 1rem; }
  .cashback-item .cashback div em {
    font-size: 1.5rem; }
  .cashback-item .cashback strong {
    font-size: 3rem; } }

@media (min-width: 60em) {
  .cashback-item {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .cashback-item .thumb {
    padding: 1.5rem 5rem; }
  .cashback-item .cont {
    padding: 2rem 3rem; }
  .cashback-item .name {
    font-size: 2rem; }
  .cashback-item .cashback {
    font-size: 2.2rem; }
  .cashback-item .cashback div em {
    font-size: 1.8rem; }
  .cashback-item .cashback strong {
    font-size: 4rem; } }

.notice-wrap {
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.6rem;
  padding-top: 3rem;
  padding-bottom: 3rem; }

.notice-wrap .l-event {
  max-width: 940px; }

.notice-wrap .tl {
  display: block;
  color: #fff;
  margin-bottom: 2rem; }

.notice-wrap a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline; }

.notice-wrap .green {
  color: #70c424; }

@media (min-width: 60em) {
  .notice-wrap {
    padding-top: 6rem;
    padding-bottom: 6rem; } }

.sticky-func .btn,
.sticky-func .btn:hover,
.sticky-func .btn:focus {
  border-color: #226B3E;
  background-color: #226B3E; }
