@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Domine:wght@700&display=swap&text=1234567890");
/* patch */
.comp-footer-sub {
  margin-bottom: 16px;
}

.framework-0 {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  color: #454545;
}

.framework-0 p,
.framework-0 dt {
  font-size: 16px;
}

@media (max-width: 768px) {
  .framework-0 p,
.framework-0 dt {
    font-size: 14px;
  }
}
.framework-0 a {
  color: #0d6efd;
}

.framework-0 a:hover,
.framework-0 a:active {
  color: #ff1212;
}

.framework-0 .btn-primary {
  color: #ffffff;
  background-color: #bf0000;
  text-decoration: none;
  padding: 0 24px;
}

.framework-0 .btn-primary:hover,
.framework-0 .btn-primary:active {
  color: #ffffff;
  background-color: #ff1212;
}

.framework-0 .btn-secondary {
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 0 24px;
}

.framework-0 .btn-secondary:hover,
.framework-0 .btn-secondary:active {
  color: #ffffff !important;
}

.framework-0 .btn-outline-primary {
  color: #bf0000;
  border: 1px solid #bf0000;
  text-decoration: none;
  padding: 0 24px;
}

.framework-0 .btn-outline-primary:hover,
.framework-0 .btn-outline-primary:active {
  color: #ffffff;
  background-color: #ff1212;
  border: none;
}

.framework-0 .btn-big {
  color: #ffffff;
  text-decoration: none;
}

.framework-0 .btn-big:hover,
.framework-0 .btn-big:active {
  color: #ffffff;
}

.framework-0 .btn-toto {
  color: #000000;
  text-decoration: none;
}

.framework-0 .btn-toto:hover,
.framework-0 .btn-toto:active {
  color: #000000;
}

.comp-footer-list .js-accordion {
  border: 0;
}

.framework-0 .comp-footer-sub {
  margin-bottom: 16px;
}

body.is-fixed .framework-0 .headerEl {
  width: 100vw;
}

.framework-0 .global-nav {
  max-width: 100vw;
}

.framework-0 .nav-btn-name {
  line-height: 1;
}

.framework-0 a.card {
  color: #454545;
  text-decoration: none;
}

.framework-0 .card-foot a {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-decoration: none;
}

.framework-0 .card-foot a .ico {
  font-size: 13px;
}

.framework-0 .article-item {
  text-decoration: none;
  color: #454545;
}

.framework-0 .article-item:hover {
  color: #454545;
}

/* patch */
.fs-medium {
  font-size: 14px !important;
}

.ms-half {
  margin-left: 0.25rem;
}

.me-half {
  margin-right: 0.25rem;
}

.mb-half {
  margin-bottom: 0.25rem;
}

.w-max-100 {
  max-width: 100%;
}

.grid-3 {
  row-gap: 0;
}

@media (max-width: 768px) {
  .grid-3 {
    row-gap: 12px;
  }
}
.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 8px;
}

.card-logo {
  width: auto;
  height: 50px;
}

.card-title {
  font-size: 16px;
  font-weight: bold;
}

.card-body {
  font-size: 14px;
  margin-bottom: auto;
}

.card-foot {
  font-size: 14px;
  margin-top: 16px;
  text-align: right;
}

.card-foot a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.card-foot a .ico {
  font-size: 12px;
  text-decoration: none;
}

.card-foot a:hover, .card-foot a:active {
  text-decoration: underline;
}

@media (max-width: 1080px) {
  .flex-xl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .flex-lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .flex-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .flex-sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .text-sm-center {
    text-align: center;
  }
}
.hero-banner {
  width: 100%;
  max-width: 420px;
}

@media (max-width: 768px) {
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.group-info-title {
  position: relative;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
  text-align: center;
}

.group-info-title h2 {
  line-height: 1;
}

.group-info-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.75rem;
  left: 0;
  z-index: -1;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #f7f7f7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.count-card {
  width: 100%;
  max-width: 380px;
  margin: auto;
  border-radius: 8px;
  border: 2px solid #454545;
}

@media (max-width: 576px) {
  .count-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.count-card__head {
  position: relative;
  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;
  padding: 1rem 0;
}

@media (max-width: 576px) {
  .count-card__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 1rem;
  }
}
.count-card__head::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  background-color: #454545;
  z-index: -1;
  border-radius: 6px 6px 0 0;
}

@media (max-width: 576px) {
  .count-card__head::after {
    border-radius: 6px 0 0 6px;
  }
}
.count-card__head__text {
  padding-bottom: 2px;
  line-height: 1.3;
  font-weight: bold;
  white-space: nowrap;
}

.count-card__head__img {
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .count-card__head__img {
    width: 60px;
  }
}
@media (max-width: 576px) {
  .count-card__head__img {
    width: 115px;
    margin-right: 0;
    margin-bottom: 4px;
  }
}
.count-card__body {
  width: 100%;
  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;
  padding: 0.5rem 0;
}

@media (max-width: 576px) {
  .count-card__body {
    max-width: 220px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
.count-card__body__title {
  font-size: 33px;
  font-weight: bold;
  line-height: 1.3;
}

@media (max-width: 992px) {
  .count-card__body__title {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .count-card__body__title {
    line-height: 1;
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .count-card__body__title {
    font-size: 33px;
    margin-bottom: 8px;
  }
}
.count-card__body__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-left: 4px;
}

@media (max-width: 576px) {
  .count-card__body__num {
    margin-left: 0;
  }
}
.count-num {
  font-family: "Domine", serif;
  font-size: 109px;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 992px) {
  .count-num {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .count-num {
    font-size: 4rem;
  }
}
@media (max-width: 576px) {
  .count-num {
    font-size: 5.1rem;
  }
}
@media (max-width: 330px) {
  .count-num {
    font-size: 4.1rem;
  }
}
.count-unit {
  font-size: 66px;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 992px) {
  .count-unit {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .count-unit {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .count-unit {
    font-size: 2.8rem;
  }
}
.fs-amount-top {
  color: #ffffff;
  font-size: 1.2rem;
}

@media (max-width: 992px) {
  .fs-amount-top {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .fs-amount-top {
    font-size: 0.8rem;
  }
}
@media (max-width: 576px) {
  .fs-amount-top {
    font-size: 1.2rem;
    font-weight: normal;
  }
}
.fs-amount {
  color: #ffffff;
  font-size: 1.6rem;
}

@media (max-width: 992px) {
  .fs-amount {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .fs-amount {
    font-size: 0.9rem;
  }
}
.fs-amount--large {
  font-size: 1.3rem;
}

.count-card-link  {
  width: 100%;
  max-width: 380px;
  margin: auto;
}

.tousen-data {
  padding-right: 2rem;
  padding-left: 2rem;
  border-radius: 0.5rem;
}

@media (max-width: 1080px) {
  .tousen-data {
    padding: 0;
    border-radius: 0;
  }
}
.card {
  background-color: transparent;
}

.case--mega-big {
  border-color: #c39a10;
}

.case--mega-big .card {
  border-color: #c39a10;
}

.case--mega-big .archive-title {
  color: #c39a10;
  border-color: #c39a10;
}

.case--mega-big .case-card-title {
  border-color: #c39a10;
}

.case--mega-big .case-card-body::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 1px);
  background-color: #c39a10;
  border-radius: 0 0 8px 8px;
  z-index: -1;
}

.case--big {
  border-color: #e61616;
}

.case--big .card {
  border-color: #e61616;
}

.case--big .archive-title {
  color: #e61616;
  border-color: #e61616;
}

.case--big .case-card-title {
  border-color: #e61616;
}

.case--big .case-card-body::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 1px);
  background-color: #e61616;
  border-radius: 0 0 8px 8px;
  z-index: -1;
}

.case--100yen-big {
  border-color: #ef8200;
}

.case--100yen-big .card {
  border-color: #ef8200;
}

.case--100yen-big .archive-title {
  color: #ef8200;
  border-color: #ef8200;
}

.case--100yen-big .case-card-title {
  border-color: #ef8200;
}

.case--100yen-big .case-card-body::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 1px);
  background-color: #ef8200;
  border-radius: 0 0 8px 8px;
  z-index: -1;
}

.case-card-head {
  position: relative;
  padding: 14px;
  background-color: #ffffff;
  border-radius: 8px 8px 0 0;
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .case-card-head {
    font-size: 13px;
  }
}
.case-card-head::after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: -0.5rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.case-card-body {
  position: relative;
  z-index: 0;
  padding: 1rem;
  border-radius: 0 0 6px 6px;
  color: #ffffff;
  line-height: 1.5;
}

.case-card-title {
  display: inline-block;
  font-weight: bold;
  border-bottom: 2px solid #bf0000;
}

@media (max-width: 768px) {
  .case-card-title {
    font-size: calc(1rem + 2px);
  }
}
.case-card-title--result {
  display: inline-block;
  font-weight: bold;
  border-bottom: 2px solid #ffffff;
}

@media (max-width: 768px) {
  .case-card-title--result {
    font-size: calc(1rem + 2px);
  }
}
.voice-winning-money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .voice-winning-money {
    width: 100%;
  }
}
.voice-winner {
  padding: 7px 8px 9px;
  border-radius: 4px;
  line-height: 1.3;
}

@media (max-width: 992px) {
  .voice-winner {
    width: 100%;
  }
}
.voice-title {
  padding-left: 8px;
  margin-bottom: 4px;
  border-left: 5px solid #bf0000;
  font-weight: bold;
}

.voice-summary {
  padding-left: 16px;
  font-size: 14px;
}

.lh-1 {
  line-height: 1;
}

.lh-narrow {
  line-height: 1.3;
}

.border-black {
  border-color: #000000;
}

.border-white {
  border-color: #ffffff;
}

.kuji-brand {
  display: block;
  width: auto;
  height: 50px;
}

.border-end-md-none {
  border-right: 1px solid #d7d7d7;
}

@media (max-width: 768px) {
  .border-end-md-none {
    border: 0;
  }
}
.scroll-x {
  overflow-x: scroll;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scroll-x::-webkit-scrollbar {
  display: none;
}

.scroll-x .card {
  width: 33.33333%;
  min-width: 310px;
}

@media (max-width: 576px) {
  .scroll-x .card {
    min-width: 285px;
  }
}
.h3-underline-decoration {
  position: relative;
  padding-bottom: 8px;
}

.h3-underline-decoration::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 2px;
  margin: auto;
  border-radius: 50rem;
  background-color: #bf0000;
}

.h3-pickup-decoration {
  position: relative;
  display: inline-block;
}

.h3-pickup-decoration::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -10px;
  display: block;
  width: 18px;
  height: 13px;
  background: url(/img/tips/h3-decoration.svg) no-repeat;
}

.h3-slash-decoration {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .h3-slash-decoration {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.h3-slash-decoration::before {
  content: "";
  display: block;
  width: 26px;
  height: 23px;
  margin-right: 0.5rem;
  background: url(/img/tips/triangle.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .h3-slash-decoration::before {
    margin-bottom: 6px;
  }
}
.h3-slash-decoration::after {
  content: "";
  display: block;
  width: 26px;
  height: 23px;
  margin-left: 0.5rem;
  background: url(/img/tips/triangle.svg) no-repeat;
  background-size: contain;
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
}

@media (max-width: 768px) {
  .h3-slash-decoration::after {
    margin-bottom: 6px;
  }
}
.article-list {
  display: block;
  width: 100%;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}

.article-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 1.5rem calc(1rem + 2px) 1.5rem;
  color: #454545;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.article-item:hover {
  background-color: #ffffff;
}

.article-item__time {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  color: #888888;
}

.article-item__title {
  color: #454545;
  white-space: initial;
}

.tips-banner {
  height: 70px;
  width: auto;
}

@media (max-width: 768px) {
  .tips-banner {
    width: 100%;
    height: auto;
  }
}
.winner-amount-font {
  font-family: "Domine", serif;
}

.mangaku-badge {
  position: relative;
}

.mangaku-badge::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 10px;
  display: block;
  width: 56px;
  height: 83px;
  background: url(/img/tips/mangaku-badge.svg) no-repeat;
  background-size: 100%;
}

@media (max-width: 768px) {
  .mangaku-badge::after {
    width: 48px;
    height: 74px;
  }
}
.container-narrow {
  max-width: 768px;
}

.bg-daruma {
  background: url(/img/tips/daruma.svg) no-repeat;
  background-position: center;
  background-size: contain;
}

.bg-koduti {
  background: url(/img/tips/koduti.svg) no-repeat;
  background-position: center;
  background-size: contain;
}

.bg-tai {
  background: url(/img/tips/tai.svg) no-repeat;
  background-position: center;
  background-size: contain;
}

.cta-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 8px;
}

.cta-card-head {
  position: relative;
  display: block;
  padding-top: 1.5rem;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .cta-card-head {
    font-size: 16px;
    padding-top: 1.6rem;
  }
}
.cta-card-head span {
  font-size: 14px;
}

@media (max-width: 768px) {
  .cta-card-head span {
    font-size: 14px;
  }
}
.cta-card-body {
  position: relative;
  padding: 0.5rem 1rem 1rem;
}

.cta-card-head-balloon {
  position: absolute;
  top: -1.7rem;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  min-width: 230px;
  max-width: 260px;
  margin: auto;
  padding: 8px 0;
  background-color: #454545;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border-radius: 8px;
}

.cta-card-head-balloon::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #454545;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cta-card-head-main-balloon {
  position: absolute;
  top: -1.7rem;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  min-width: 230px;
  max-width: 260px;
  margin: auto;
  padding: 8px 0;
  background-color: #bf0000;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border-radius: 8px;
}

.cta-card-head-main-balloon::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #bf0000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.border-primary {
  border: 1px solid #bf0000;
}

.bg-orange {
  background-color: #fff0d3;
}

.bg-light-orange {
  background-color: #fff8eb;
}

.card-omakaseSelect {
  padding: 14px;
  margin-top: 14px;
  background-color: #f5f5f5;
  position: relative;
  border-radius:6px 6px 0 0;
}

.card-omakaseSelect-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1;
}

.card-omakaseSelect-table {
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
}
.card-omakaseSelect-table::after {
  content:"";
  position:absolute;
  width: 3rem;
  height:auto;

}
.card-omakaseSelect-table dt {
  line-height: 1;
  width: 6em;
  text-align: left;
  margin-bottom: 4px;
  font-weight: 400;
  border: none;
  min-height: 16px;
}

.card-omakaseSelect-table dt:last-of-type {
  margin-bottom: 0px;
}

.card-omakaseSelect-table dd {
  line-height: 1;
  width: calc(100% - 6em);
  text-align: left;
  border: none;
}

.card-omakaseSelect-icon {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background-size: contain;
}

.card-omakaseSelect-icon.-icon1{
  width: 80px;
  padding-bottom:calc(80px * 0.77);
  background-image: url(/tips/images/icon_omakase1.svg);
}

.card-omakaseSelect-icon.-icon2{
  width: 48px;
  padding-bottom:calc(48px * 1.41);
  background-image: url(/tips/images/icon_omakase2.svg);
}

.card-omakaseSelect-icon.-icon3{
  width: 60px;
  padding-bottom:calc(60px * 1.15);
  background-image: url(/tips/images/icon_omakase3.svg);
}

.card-omakaseSelect-notomakase {
  padding-bottom: calc(3em + 12px);
  padding-top: calc(1em + 4px);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768px){
  .card-omakaseSelect .card-omakaseSelect-notomakase {
    font-size: 16px;
  }
}

.cta-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #d7d7d7;
}

.cta-card-head {
  position: relative;
  display: block;
  padding-top: 2rem;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .cta-card-head {
    font-size: 16px;
    padding-top: 2.6rem;
  }
}
.cta-card-head span {
  font-size: 14px;
}
@media (max-width: 768px) {
  .cta-card-head span {
    font-size: 14px;
  }
}

.cta-card-body {
  position: relative;
  padding: 0.5rem 1rem 1rem;
}

.cta-card-head-balloon {
  position: absolute;
  top: -1.7rem;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  min-width: 230px;
  max-width: 260px;
  margin: auto;
  padding: 8px 0;
  background-color: #454545;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border-radius: 50rem;
}
.cta-card-head-balloon::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #454545;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cta-card-head-main-balloon {
  position: absolute;
  top: -1.7rem;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  min-width: 230px;
  max-width: 260px;
  margin: auto;
  padding: 8px 0;
  background-color: #bf0000;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border-radius: 8px;
}
.cta-card-head-main-balloon::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #bf0000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cta-card-head-sub-balloon {
  position: absolute;
  top: -1.7rem;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  min-width: 230px;
  max-width: 260px;
  margin: auto;
  padding: 8px 0;
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border-radius: 8px;
}
.cta-card-head-sub-balloon::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tips_bigbuy_icon {
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translate(0, -45%);
  transform: translate(0, -45%);
}