:root {
  --main: #15233d;
  --gold: #b08a3e;
  --bg: #f7f3ea;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: var(--bg);
  color: var(--main);
  line-height: 1.8;
}

.inner {
  width: min(92%, 1200px);
  margin-inline: auto;
}

/******************************************************
************************* hero ************************
*******************************************************/
.hero {
  background: var(--bg);
  padding: 60px 0 100px;
}

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
  margin-bottom: 60px;
}

.hero-person-left,
.hero-person-right {
  transform: translateY(-20px);
}

.hero-person {
  width: 370px;
  position: relative;
  z-index: 1;
  flex: none;
}

.hero-person-left {
  margin-right: -20px;
}

.hero-person-right {
  margin-left: -20px;
}

.hero-person-left img {
    object-position: 45% center;
}

.hero-person-right img {
    object-position: 25% center;
}

.hero-badge {
  position: absolute;
  /* top: -100px; */
  z-index: 20;

  background: none;
  padding: 0;

  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .02em;

  text-shadow:
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    0 4px 12px rgba(0, 0, 0, .15);
}

.badge-left {
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  white-space: nowrap;
  color: #ff3b30;
  font-size: 4.2rem;
  line-height: .95;
  letter-spacing: -0.03em;
  text-shadow:
    3px 3px 0 #fff,
    -3px -3px 0 #fff,
    3px -3px 0 #fff,
    -3px 3px 0 #fff,
    0 8px 20px rgba(0, 0, 0, .2);
}

.badge-right {
  right: 10px;
  top: -95px;
  left: auto;
  width: 420px;
  max-width: none;
  color: #ff8c00;
  text-align: right;
  font-size: 1.9rem;
  line-height: 1.15;
}

.badge-right span {
  display: block;
  /* margin-top: 6px; */
  font-size: .85rem;
  font-weight: 500;
  color: #666;
  text-shadow: none;
}

.hero-person img {
  width: 100%;
  aspect-ratio: 11/16;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.hero-book {
  width: 520px;
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.hero-title {
  font-size: clamp(2rem, 4vw, 4.5rem);
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 25px;
}

.hero-title span {
  color: var(--gold);
}

.hero-title em {
  font-style: normal;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  background: linear-gradient(
      transparent 60%,
      rgba(176, 138, 62, 0.35) 60%
  );
  padding: 0 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.hero-title em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  height: 0.35em;
  background: var(--gold);
  opacity: 0.35;
  z-index: -1;
  pointer-events: none;
}

.hero-catch {
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 700;
  margin-bottom: 18px;
}

.hero-description {
  font-size: clamp(.95rem, 1.2vw, 1.1rem);
  margin-bottom: 35px;
}

.hero-lead {
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  margin-bottom: 24px;
}

.hero-lead strong {
  color: var(--gold);
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 400px;
  padding: 18px 30px;
  border-radius: 12px;
  background: var(--gold);
  color: #fff;
  text-decoration: none;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  font-weight: 700;
  transition: .3s;
}

.hero-btn:hover {
  background: #9a7631;
  border-color: #9a7631;
}

.hero-note {
  margin-top: 12px;
  font-size: .9rem;
  opacity: .7;
}

/******************************************************
******************* download-form *********************
*******************************************************/
.download-form {
  background: var(--main);
  color: #fff;
  padding: 100px 0;
}

.download-form .inner {
  width: min(92%, 800px);
  margin-inline: auto;
  text-align: center;
}

.form-label {
  color: var(--gold);
  font-size: clamp(.9rem, 1vw, 1rem);
  font-weight: 700;
  letter-spacing: .15em;
  margin-bottom: 12px;
}

.form-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.5;
  margin-bottom: 20px;
}

.form-description {
  font-size: clamp(.95rem, 1.2vw, 1.1rem);
  line-height: 2;
  opacity: .9;
  /* margin-bottom: 40px; */
  max-width: 600px;
  margin: 0 auto 40px;
  text-align: left;
}

.form-area {
  max-width: 600px;
  margin: 0 auto;
}

.form-area input[type="text"],
.form-area input[type="email"]{
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 10px;
  padding: 0 20px;
  margin-bottom: 15px;
  font-size: 1rem;
}

.form-area input[type="submit"]{
  width: 100%;
  height: 64px;
  border: none;
  border-radius: 10px;
  background: var(--gold);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: .3s;
}

.form-area input[type="submit"]:hover {
  opacity: .9;
}

.form-note {
  /* margin-top:20px; */
  font-size: .9rem;
  opacity: .8;
}

.form-privacy {
  /* margin-top:10px; */
  font-size: .9rem;
  opacity: .8;
}

.form-privacy a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid var(--gold);
}

.wpcf7 br {
  display: none;
}

.cf7-label {
  display: block;
  text-align: left;
  color: #fff;
  font-size: clamp(.95rem, 1vw, 1rem);
  font-weight: 500;
  margin-bottom: 8px;
}

.required {
  color: var(--gold);
  font-size: .9em;
  margin-left: 4px;
}

.optional {
  color: rgba(255, 255, 255, .7);
  font-size: .9em;
  font-weight: 400;
  margin-left: 4px;
}

/******************************************************
*********************** media *************************
*******************************************************/
.media {
  background: var(--bg);
  padding: 80px 0;
}

.media-title {
  text-align: center;
  color: var(--gold);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 40px;
}

.media-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.media-list li {
  background: #fff;
  border: 1px solid rgba(21, 35, 61, .1);
  border-radius: 12px;
  padding: 20px;

  text-align: center;
  color: var(--main);
  font-size: clamp(.95rem, 1vw,1 .05rem);
  font-weight: 600;
}

/******************************************************
*********************** for-you ***********************
*******************************************************/
.for-you {
  background: #fff;
  padding: 100px 0;
}

.for-you .inner {
  width: min(92%, 900px);
  margin-inline: auto;
  text-align: center;
}

.for-you-label {
  color: var(--gold);
  font-size: clamp(.875rem, 1vw, 1rem);
  font-weight: 700;
  letter-spacing: .15em;
  margin-bottom: 10px;
}

.for-you-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.4;
  margin-bottom: 50px;
}

.for-you-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.for-you-list li {
  background: var(--bg);
  border-left: 4px solid var(--gold);
  border-radius: 10px;
  padding: 18px 24px;
  margin-bottom: 14px;
  text-align: left;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.8;
}

.for-you-strong {
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 700;
  color: var(--main);
  margin-bottom: 12px;
}

.for-you-description {
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 2;
  margin-bottom: 40px;
}

.for-you .hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 400px;
  min-height: 64px;
  padding: 18px 32px;
  background: var(--gold);
  color: #fff;
  border-radius: 12px;
  text-decoration: none;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  font-weight: 700;
  transition: .3s;
}

.for-you .hero-btn:hover {
  opacity: .9;
}

/******************************************************
*********************** recommend *********************
*******************************************************/
.recommend {
  background: var(--main);
  color: #fff;
  padding: 100px 0;
}

.recommend .inner {
  width: min(92%, 1100px);
  margin-inline: auto;
}

.recommend-label {
  text-align: center;
  color: var(--gold);
  font-size: clamp(.875rem, 1vw, 1rem);
  font-weight: 700;
  letter-spacing: .15em;
  margin-bottom: 10px;
}

.recommend-title {
  text-align: center;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.4;
  margin-bottom: 50px;
}

.recommend-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.recommend-card {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  padding: 40px 32px;
}

.recommend-text {
  font-size: clamp(1.1rem, 1.5vw, 1.4rem);
  line-height: 1.9;
  font-weight: 700;
  margin-bottom: 30px;
}

.recommend-name {
  color: var(--gold);
  font-size: clamp(1.1rem, 1.3vw, 1.3rem);
  font-weight: 700;
  margin-bottom: 6px;
}

.recommend-position {
  font-size: clamp(.95rem, 1vw, 1rem);
  opacity: .85;
  line-height: 1.8;
}

/******************************************************
************************ contents *********************
*******************************************************/
.contents {
  background: var(--bg);
  padding: 100px 0;
}

.contents .inner {
  width: min(92%, 1100px);
  margin-inline: auto;
  text-align: center;
}

.contents-label {
  color: var(--gold);
  font-size: clamp(.875rem, 1vw, 1rem);
  font-weight: 700;
  letter-spacing: .15em;
  margin-bottom: 10px;
}

.contents-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.4;
  margin-bottom: 20px;
}

.contents-description {
  font-size: clamp(.95rem, 1.1vw, 1.1rem);
  line-height: 2;
  color: var(--main);
  opacity: .8;
  margin-bottom: 50px;
}

.contents-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 50px;
}

.contents-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
}

.contents-number {
  display: block;
  color: var(--gold);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
}

.contents-card-title {
  font-size: clamp(1.1rem, 1.3vw, 1.3rem);
  line-height: 1.6;
  margin-bottom: 12px;
}

.contents-card-text {
  font-size: clamp(.95rem, 1vw, 1rem);
  line-height: 1.9;
}

.contents .hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 400px;
  min-height: 64px;
  padding: 18px 32px;
  background: var(--gold);
  color: #fff;
  border-radius: 12px;
  text-decoration: none;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  font-weight: 700;
  transition: .3s;
}

.contents .hero-btn:hover {
  opacity: .9;
}

/******************************************************
************************* reviews *********************
*******************************************************/
.reviews {
  background: #fff;
  padding: 100px 0;
}

.reviews .inner {
  width: min(92%, 1100px);
  margin-inline: auto;
  text-align: center;
}

.reviews-label {
  color: var(--gold);
  font-size: clamp(.875rem, 1vw, 1rem);
  font-weight: 700;
  letter-spacing: .15em;
  margin-bottom: 10px;
}

.reviews-title {
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: 1;
  font-weight: 700;
  color: var(--main);
  margin-bottom: 12px;
}

.reviews-rating {
  color: var(--gold);
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  letter-spacing: .2em;
  line-height: 1;
  margin-bottom: 12px;
}

.reviews-subtitle {
  font-size: clamp(.9rem, 1vw, 1rem);
  color: var(--main);
  opacity: .7;
  margin-bottom: 50px;
}

.reviews-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 50px;
}

.review-card {
  background: var(--bg);
  border-radius: 16px;
  padding: 30px 24px;
  text-align: left;
}

.review-stars {
  color: var(--gold);
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.review-heading {
  font-size: clamp(1.1rem, 1.3vw, 1.3rem);
  line-height: 1.6;
  margin-bottom: 15px;
}

.review-text {
  font-size: clamp(.95rem, 1vw, 1rem);
  line-height: 1.9;
}

.reviews .hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 400px;
  min-height: 64px;
  padding: 18px 32px;
  background: var(--gold);
  color: #fff;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
}

/******************************************************
************************** author *********************
*******************************************************/
.author {
  background: var(--main);
  color: #fff;
  padding: 100px 0;
}

.author .inner {
  width: min(92%, 1100px);
  margin-inline: auto;
}

.author-label {
  text-align: center;
  color: var(--gold);
  font-size: clamp(.875rem, 1vw, 1rem);
  font-weight: 700;
  letter-spacing: .15em;
  margin-bottom: 10px;
}

.author-title {
  text-align: center;
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 20px;
}

.author-main {
  display: flex;
  justify-content: center;
  gap: 80px;
  align-items: center;
}

.author-image-wrap {
  position: relative;
  width: 240px;
}

.author-image {
  width: 240px;
  height: 240px;
  display: block;
  object-fit: cover;
}

.author-name-box {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  white-space: nowrap;
  text-align: center;
}

.author-name {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.author-position {
  font-size: .8rem;
  color: #fff;
}

.author-text {
  max-width: 600px;
}

.author-text p {
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  line-height: 2.2;
}

/******************************************************
************************ youtube **********************
*******************************************************/
.youtube {
  background: var(--bg);
  padding: 100px 0;
}

.youtube .inner {
  width: min(92%, 1100px);
  margin-inline: auto;
  text-align: center;
}

.youtube-label {
  color: var(--gold);
  font-size: clamp(.85rem, 1vw, 1rem);
  font-weight: 700;
  letter-spacing: .2em;
  margin-bottom: 10px;
}

.youtube-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  margin-bottom: 50px;
  line-height: 1.4;
}

.youtube-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
}

.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.youtube-note {
  margin-top: 14px;
  font-weight: 700;
  color: #d60000;
  font-size:clamp(1.05rem, 1.4vw, 1.3rem);
  line-height: 1.6;
}

/******************************************************
*********************** lp-footer *********************
*******************************************************/
.lp-footer {
  background: #0f1a2a;
  color: #fff;
  padding: 60px 0;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0;
}

.lp-footer .inner {
  width: min(92%, 900px);
  margin-inline: auto;
  text-align: center;
}

.footer-text {
  font-size: clamp(.85rem ,1vw, .95rem);
  opacity: .8;
  margin-bottom: 20px;
}

.footer-links {
  font-size: clamp(.95rem, 1.1vw, 1.05rem);
  margin-bottom: 30px;
}

.footer-links a {
  color: var(--gold);
  text-decoration: underline;
  font-weight: 500;
}

.footer-links .divider {
  margin: 0 10px;
  opacity: .5;
}

.footer-book-title {
  font-size: clamp(.8rem, .95vw, .9rem);
  opacity: .7;
  line-height: 1.8;
  margin-bottom: 6px;
}

.footer-book-meta {
  font-size: clamp(.65rem, .75vw, .75rem);
  opacity: .55;
  line-height: 1.8;
}

/******************************************************
*********************** page-section *********************
*******************************************************/
.page-section {
  padding: 80px 0;
}

.inner {
  width: min(92%, 1100px);
  margin-inline: auto;
}

.page-title {
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin-bottom: 40px;
  text-align: center;
}

.page-content {
  text-align: left;
  line-height: 1.9;
}

.privacy-policy {
  line-height: 1.9;
}

.privacy-policy h2 {
  font-size: clamp(1.6rem, 2vw, 2rem);
  margin-bottom: 20px;
}

.privacy-policy h3 {
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  margin-top: 30px;
  margin-bottom: 10px;
}

.privacy-policy p {
  margin-bottom: 1.2em;
}

/*************** back-home *********************/
.back-home {
  text-align: center;
  margin-top: 60px;
}

.back-home-btn {
  display: inline-block;
  padding: 12px 28px;
  background: var(--gold);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 6px;
  transition: .2s;
}

.back-home-btn:hover {
  opacity: .8;
}

/********************************************************************************************************
*********************************************************************************************************
********************************************************************************************************/

/******************************************************
                 1200
*******************************************************/

@media (max-width: 1200px){

  .hero-person{
    width: 33%;
    min-width: 0;
  }

  .hero-book{
    width: 36%;
    min-width: 0;
  }

  .badge-left {
    font-size: 4rem;
  }

  .badge-right {
    font-size: 1.72rem;
    top: -85px;
  }

  .badge-right span {
    font-size: .75rem;
  }

}

/******************************************************
                 1100
*******************************************************/
@media (max-width:1100px){

  .badge-left {
    font-size: 3.6rem;
    top: -70px;
  }

  .badge-right {
    font-size: 1.6rem;
    top: -78px;
  }
}

/******************************************************
                 1000
*******************************************************/
@media (max-width:1000px){

  .badge-right {
    font-size: 1.42rem;
    top: -70px;
  }

  .badge-right span {
    font-size: .60rem;
  }
}

/******************************************************
                 900
*******************************************************/
@media (max-width:900px){

  .badge-left {
    font-size: 2.9rem;
    top: -60px;
    left: 50%;
  }

  .badge-right {
    width: 220px;
    font-size: 1.15rem;
    top: -63px;
  }

  .badge-right span {
    font-size: .65rem;
    margin-top: 2px;
  }

}

/******************************************************
               sp 768
*******************************************************/
@media (max-width:768px){
/************* hero *************/
  .hero {
    padding: 40px 0 70px;
  }

  .hero-visual {
    gap: 8px;
    margin-bottom: 30px;
  }

 

  .hero-person-left {
    margin-right: -20px;
  }

  .hero-person-right {
    margin-left: -20px;
  }

  .hero-person-left,
  .hero-person-right {
    transform: translateY(-15px);
  }

  .hero-title br {
    display: none;
  }

  .badge-left {
    font-size: 2.6rem;
    top: -50px;
    left: 50%;
  }

  .badge-right {
    width: 220px;
    /* right: -5px; */
    font-size: 1rem;
    top: -53px;
  }

  .badge-right span {
    font-size: .55rem;
    margin-top: 2px;
  }

  .hero-btn {
    min-width: 100%;
  }

/************* download-form *************/
  .download-form {
    padding: 80px 0;
  }

  .form-title br {
    display: none;
  }

/************* media *************/
  .media {
    padding: 60px 0;
  }

  .media-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

/************* for-you *************/
  .for-you {
    padding: 70px 0;
  }

  .for-you-title {
    margin-bottom: 35px;
  }

  .for-you-list li {
    padding: 16px 18px;
    font-size: 1rem;
    line-height: 1.7;
  }

  .for-you-description {
    margin-bottom: 30px;
    line-height: 1.8;
  }

  .for-you .hero-btn {
    width: 100%;
    min-width: unset;
  }

/************* recommend *************/
  .recommend {
    padding: 70px 0;
  }

  .recommend-title {
    margin-bottom: 35px;
  }

  .recommend-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .recommend-card {
    padding: 28px 22px;
  }

  .recommend-text {
    margin-bottom: 20px;
  }

/************* contents *************/
  .contents {
    padding: 70px 0;
  }

  .contents-description {
    margin-bottom: 35px;
  }

  .contents-list {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 35px;
  }

  .contents-card {
    padding: 24px 20px;
  }

  .contents .hero-btn {
    width: 100%;
    min-width: unset;
  }

/************* reviews *************/
  .reviews {
    padding: 70px 0;
  }

  .reviews-list {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 35px;
  }

  .review-card {
    padding: 24px 20px;
  }

  .reviews .hero-btn {
    width: 100%;
    min-width: unset;
  }

/************* author *************/
  .author-main {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .author-text {
    text-align: center;
  }

/************* youtube *************/
  .youtube {
    padding: 70px 0;
  }

  .youtube-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/******************************************************
               sp 650
*******************************************************/
@media (max-width: 650px){
  .badge-left {
    font-size: 2rem;
    top: -40px;
  }

  .badge-right {
    font-size: .85rem;
    top: -50px;
  }
}

/******************************************************
               sp 550
*******************************************************/
@media (max-width: 550px){

  .hero-person-left,
  .hero-person-right {
    transform: translateY(-10px);
  }

  .badge-left {
    font-size: 1.8rem;
    top: -35px;
  }

  .badge-right {
    font-size: .7rem;
    top: -40px;
  }

  .badge-right span {
    font-size: .45rem;
  }
}

/******************************************************
               sp 480
*******************************************************/
@media (max-width: 480px){

  .badge-left {
    font-size: 1.4rem;
    top: -30px;
  }

  .badge-right {
    width: 170px;
    font-size: .58rem;
    top: -34px;
  }

  .badge-right span {
    font-size: .42rem;
    margin-top: 2px;
  }
}

/******************************************************
               sp 420
*******************************************************/
@media (max-width: 420px){

  .badge-left {
    font-size: 1.32rem;
    top: -28px;
  }

  .badge-right {
    width: 170px;
    font-size: .53rem;
    top: -33px;
  }
}