:root {
  --orabio-teal: #00a9c1;
  --orabio-accent-green: #8cc63f;
  --orabio-bg-light: #f7fbfd;
  --orabio-text-main: #333;
  --orabio-text-sub: #646567;
}

.orabio-lesson {
  padding: 80px 16px 0px;
}

.orabio-lesson__inner {
  max-width: 1032px;
  margin: 0 auto;
}
.orabio-lesson__banner {
  /* background: radial-gradient(
    circle at right top,
    #e7f6fb 0,
    #f5fafc 40%,
    #ffffff 80%
  ); */
  border-radius: 8px;
  padding: 28px 32px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  position: relative;
  border: 1px solid #d8d8d8;
}

.orabio-lesson__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("images/banner-dots.png");
  opacity: 0.5;
  pointer-events: none;
  mix-blend-mode: lighten;
}

.orabio-lesson__banner-inner {
  position: relative;
  z-index: 1;
  display: flex;
}

.orabio-lesson__banner-left {
  flex: 0 0 58%;
  padding-right: 24px;
  border-right: 1px solid rgba(0, 0, 0, 0.04);
}

.orabio-lesson__logo {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.orabio-lesson__logo img {
  height: 54px;
  margin-right: 12px;
  display: block;
}

.orabio-lesson__logo-text {
  font-size: 30px;
  font-weight: 700;
  color: var(--orabio-teal);
  letter-spacing: 0.06em;
}

.orabio-lesson__heading-main {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 16px;
  color: var(--orabio-text-sub);
}
.orabio-lesson__heading-main_blue {
  font-size: 62px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 16px;
  color: var(--orabio-text-sub);
}

.orabio-lesson__heading-main span {
  display: block;
}

.orabio-lesson__price-row {
  display: flex;
  align-items: center;
  margin-top: 24px;
  gap: 20px;
}

.orabio-lesson__price-badge {
  background: var(--orabio-accent-green);
  color: #fff;
  border-radius: 4px;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.orabio-lesson__price-badge_blue {
  background: #00a8c0;
  color: #fff;
  border-radius: 4px;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

.orabio-lesson__price-main {
  display: flex;
  align-items: baseline;
  color: var(--orabio-text-sub);
}

.orabio-lesson__price-number {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-right: 6px;
}

.orabio-lesson__price-yen {
  font-size: 26px;
  font-weight: 700;
  margin-right: 8px;
}

.orabio-lesson__price-tax {
  font-size: 14px;
  color: var(--orabio-text-sub);
  white-space: nowrap;
}

.orabio-lesson__meta {
  font-size: 18px;
  line-height: 1.7;
  color: var(--orabio-text-sub);
  white-space: nowrap;
}

.orabio-lesson__banner-right {
  flex: 1;
  padding-left: 32px;
  font-family: serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-image: radial-gradient(
      circle at center,
      rgba(174, 255, 149, 0.55) 0%,
      rgba(120, 205, 140, 0) 85%
    ),
    radial-gradient(
      circle at 0 0,
      rgba(255, 255, 255, 0.9) 0,
      rgba(255, 255, 255, 0.9) 1px,
      transparent 1px
    );
  background-size: 100% 100%, 18px 18px;
}
.orabio-lesson__banner-right_blue {
  flex: 1;
  padding-left: 32px;
  font-family: serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-image: radial-gradient(
      circle at center,
      rgba(149, 251, 255, 0.55) 0%,
      rgba(120, 205, 140, 0) 85%
    ),
    radial-gradient(
      circle at 0 0,
      rgba(255, 255, 255, 0.9) 0,
      rgba(255, 255, 255, 0.9) 1px,
      transparent 1px
    );
  background-size: 100% 100%, 18px 18px;
}

.orabio-lesson__banner-right-top {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  padding: 10px 14px;
  border-radius: 999px;
  display: inline-block;
  color: var(--orabio-text-sub);
  -webkit-text-stroke: 3px #fff;
  paint-order: stroke fill;
}

.orabio-lesson__banner-right-main {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--orabio-accent-green);
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  margin-bottom: 12px;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill;
}
.orabio-lesson__banner-right-main_blue {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  color: #00a8c0;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  margin-bottom: 12px;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill;
}

.orabio-lesson__banner-right-main span {
  display: block;
}

.orabio-lesson__banner-right-main-small {
  font-size: 24px;
  color: var(--orabio-text-sub);
}

.orabio-lesson__banner-note {
  margin-top: 10px;
  font-size: 15px;
  color: var(--orabio-text-sub);
  font-weight: 700;
}

/* =========================
   特徴セクション
   ========================= */

.orabio-lesson__features {
  margin-top: 40px;
  padding: 32px 28px 28px;
  border-radius: 12px;
}

.orabio-lesson__features-title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 24px;
  letter-spacing: 0.2em;
  color: var(--orabio-text-sub);
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill;
}
.orabio-lesson__features-title span {
  color: #00a8c0;
}

.orabio-lesson__features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.orabio-step-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.orabio-step-card_blue {
  padding: 16px 0;
  background: #f5fafc;
}

.orabio-step-card__header {
  display: flex;
  align-items: center;
  padding: 8px 14px 4px;
  background: #f5fafc;
  border-bottom: 1px solid #e0edf2;
  position: relative;
}

.orabio-step-card__label {
  font-size: 11px;
  font-weight: 700;
  color: #999;
  margin-right: 6px;
}

.orabio-step-card__number {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--orabio-accent-green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  margin-right: 6px;
}

.orabio-step-card__number_blue {
  background: #00a8c0;
  font-size: 20px;
  width: 32px;
  height: 32px;
}
.orabio-step-card__title_sub {
  color: #00a8c0;
  font-weight: 600;
  font-size: 22px;
  padding-left: 10%;
  white-space: nowrap;
  position: absolute;
  right: 3%;
}

.orabio-step-card__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--orabio-text-sub);
}
.orabio-step-card__title_blue {
  font-size: 18px;
  font-weight: 700;
  color: var(--orabio-text-sub);
  white-space: nowrap;
}

.orabio-step-card__image img {
  width: 100%;
  display: block;
}

.orabio-step-card__body {
  font-size: 12px;
  line-height: 1.6;
  color: var(--orabio-text-sub);
}

.orabio-special {
  position: relative;
}

.orabio-special__text {
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
  color: #62a53b;
  font-weight: 700;
  margin-bottom: 14px;
  position: absolute;
  z-index: 999;
  top: 40%;
  left: 10%;
  -webkit-text-stroke: 2px #fff;
  paint-order: stroke fill;
}

.orabio-special__text span {
  display: block;
}

.orabio-special__photos {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.orabio-special__photos img {
  width: 60%;
  border-radius: 999px;
  object-fit: cover;
  margin: 0 auto;
  position: absolute;
}
.orabio-special__photos1 {
  top: 0;
}
.orabio-special__photos2 {
  right: 0;
  bottom: 0;
}
/* =========================
   推奨する対象
   ========================= */

.orabio-target {
  margin-top: 32px;
  padding: 24px 24px 0px;
  border-radius: 12px;
}

.orabio-target__title {
  margin: 0 0 40px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--orabio-text-sub);
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill;
}

.orabio-target__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-wrap: wrap;
  gap: 16px;
}

.orabio-target__item {
  flex: 1 1 calc(50% - 20px);
  background: #ffffff;
  border-radius: 16px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  color: var(--orabio-text-sub);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
}

.orabio-target__icon {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid var(--orabio-accent-green);
  margin-right: 10px;
}
.orabio-target__icon_blue {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #00a8c0;
  margin-right: 10px;
}
.orabio-target__icon_grey {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #5c5c5c;
  margin-right: 10px;
}

.orabio-target__item_blue {
  border-radius: 0;
  box-shadow: none;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  background: #f5fafc;
  line-height: 1.5;
  margin-top: 10px;
}
.orabio-target__item_grey {
  border-radius: 0;
  box-shadow: none;
  padding: 0px 20px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  background: #f5fafc;
  line-height: 1.5;
}

.btn-detail {
  padding: 10px 20px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(90deg, var(--c1), var(--c2));
  color: #fff !important;
  --c1: #00a5bf;
  --c2: #0e77ba;
  font-weight: 600;
  cursor: pointer;
  font-size: 24px;
}

.btn-detail:hover {
  opacity: 0.8;
}

.button_item {
  text-align: center;
  margin: 60px auto 0;
  padding: 40px;
  border-top: 1px solid var(--orabio-text-sub);
  max-width: 1032px;
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1000;
  overflow-y: auto;
}

.modal.is-active {
  display: block;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.modal__content {
  position: relative;
  max-width: 1100px;
  margin: 100px auto 0;
  padding: 0px 20px 24px;
  background: #fff;
  border-radius: 12px;
  text-align: center;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}

.modal__title {
  font-size: 18px;
  margin-bottom: 8px;
}

.modal__text {
  font-size: 14px;
  margin-bottom: 16px;
}

.modal__input {
  width: 100%;
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-bottom: 8px;
}

.modal__error {
  min-height: 1.2em;
  font-size: 12px;
  color: #d33;
  margin-bottom: 12px;
}

.modal__buttons {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.modal__btn {
  border-radius: 6px;
  border: none;
  padding: 8px 14px;
  cursor: pointer;
  font-size: 14px;
}

.modal__btn--cancel {
  background: #eee;
}

.modal__btn--ok {
  background: #07a8c1;
  color: #fff;
}

/* ========== Modal ========== */

.modal__content h2 {
  margin-bottom: 32px;
  margin-top: 32px;
  font-size: 32px;
  font-weight: 700;
  color: #00a8c0;
}
.modal__content p {
  font-size: 16px;
  line-height: 1.5;
}

#passwordInput {
  width: 100%;
  padding: 10px 14px;
  font-size: 18px;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.2s;
  max-width: 500px;
  margin-top: 32px;
}
#passwordInput:focus {
  border-color: #00a8c0;
}

#passwordForm button {
  cursor: pointer;
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 8px;
  margin-top: 14px;
  transition: 0.2s ease;
}

#closeModalBtn {
  background: #fff;
  color: #666;
  border: 1px solid #ccc;
  margin-right: 8px;
}
#closeModalBtn:hover {
  background: #f1f1f1;
}

#passwordForm button[type="submit"] {
  background: #00a8c0;
  color: #fff;
  border: 1px solid #00a8c0;
}
#passwordForm button[type="submit"]:hover {
  opacity: 0.85;
}

.secret-box {
  padding: 18px;
  border-left: 4px solid #00a8c0;
  background: rgba(0, 168, 192, 0.06);
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.6;
}

.lesson-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.lesson-card:nth-child(1) {
  flex: 2 1 0;
}
.lesson-card:nth-child(2) {
  flex: 3.6 1 0;
}

.lesson-card {
  flex: 1 1 0;
  background: #ffffff;
  border-radius: 16px;
  border: 2px solid #d5e4f5;
  padding: 18px 18px 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  position: relative;
}

.lesson-card__header {
  position: absolute;
  left: 50%;
  top: -18px;
  transform: translateX(-50%);
  background: #0067b3;
  color: #fff;
  padding: 8px 32px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.lesson-card__body {
  margin-top: 16px;
}

.lesson-card__img {
  display: block;
  width: 100%;
  height: auto;
}

.lesson-secret {
  padding: 0;
  border: none;
  background: transparent;
}

.lesson-panel {
  background: #ffffff;
  border-radius: 18px;
  border: 2px solid #d5e4f5;
  padding: 0 24px 26px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.lesson-panel__header {
  margin: 0 -24px 20px;
}

.lesson-panel__header-img {
  display: block;
  width: 100%;
  height: auto;
}
.lesson-benefits {
  margin-top: 24px;
  padding: 18px 24px;
  background: #e6f2fb;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.benefit-label {
  flex: 0 0 96px;
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  letter-spacing: 0.4em;
  color: #0067b3;
  font-weight: 700;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  padding: 5px;
}

.benefit-item {
  flex: 1 1 0;
  display: flex;
  gap: 8px;
  align-items: center;
}

.benefit-number {
  font-size: 32px;
  font-weight: 700;
  color: #0067b3;
  line-height: 1;
}

.benefit-text {
  flex: 1;
  text-align: left;
}

.benefit-title {
  margin: 0 0 4px;
  font-size: 16px !important;
  font-weight: 700;
  color: #0067b3;
}

.benefit-desc {
  margin: 0;
  font-size: 12px !important;
  line-height: 1.7;
  color: #0067b3;
}

.lesson-benefits > .benefit-item:nth-child(2) {
  flex: 2.9 1 0;
}

.lesson-benefits > .benefit-item:nth-child(3) {
  flex: 2 1 0;
}

.sp-only {
  display: none;
}

.lesson-sales {
  margin-top: 28px;
  padding: 32px 16px 24px;
  border-radius: 18px;
  border: 2px solid #d5e4f5;
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.lesson-sales__header-pill {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  background: #0067b3;
  color: #ffffff;
  padding: 8px 40px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.lesson-sales__body {
  margin-top: 4px;
}

.lesson-sales__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.sp_br {
  display: none;
}
.repeat-block {
  display: block;
}
.sale-intro {
  font-size: 18px !important;
  color: #0067b3;
  margin-bottom: 5px;
}

.sale-highlight {
  font-size: 20px !important;
  font-weight: 700;
  color: #d9335b;
  text-align: center;
  margin: 0;
}

.repeat-title {
  font-size: 20px;
  font-weight: 700;
  color: #0067b3;
  margin-bottom: 5px;
  margin-top: 16px;
  text-align: left;
}
.button_item_title {
  font-size: 27px;
  font-weight: 700;
  color: var(--orabio-text-sub);
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill;
  margin: 20px 0;
  line-height: 1.5;
}
.button_item_text {
  font-size: 18px;
  color: var(--orabio-text-sub);
  margin: 12px;
  line-height: 1.5;
}
.btn-detail {
  font-size: 18px;
  text-decoration: none !important;
  line-height: 1.5;
}

.buton_content {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}
.repeat-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  margin-bottom: 16px;
}

.repeat-list li {
  font-size: 16px;
}

.repeat-type {
  font-weight: 700;
  color: #0067b3;
  text-align: left;
}

.repeat-notes {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.repeat-notes li {
  margin-bottom: 4px;
  text-align: left;
}
.repeat-block_text {
  font-size: 14px !important;
  text-align: left;
  margin: 0;
}
.repeat-block_content {
  display: flex;
  align-items: center;
  gap: 16px;
}
.orabio-lesson-section {
  /* padding: 80px 0px 60px; */
}

.orabio-lesson-inner {
  max-width: 1032px;
  margin: 0 auto;
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

.orabio-lesson-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 24px;
}
.orabio-lesson-logo img {
  max-height: 100px;
  width: auto;
  display: block;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill;
}
.orabio-lesson-logo-sub {
  font-size: 42px;
  letter-spacing: 0.15em;
  color: var(--orabio-text-sub);
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill;
  white-space: nowrap;
}

.orabio-lesson-title-wrap {
  position: relative;
  text-align: center;
  margin-bottom: 32px;
}

.orabio-lesson-badge {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 6px 18px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  font-size: 14px;
}

.orabio-lesson-title {
  display: inline-block;
}
.lesson-title-main {
  font-size: 62px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0;
  color: var(--orabio-text-sub);
  -webkit-text-stroke: 15px #fff;
  paint-order: stroke fill;
  position: relative;
  line-height: 1.5;
}
.lesson-title-and {
  font-size: 46px;
  margin: 6px 0;
  color: var(--orabio-text-sub);
  -webkit-text-stroke: 15px #fff;
  paint-order: stroke fill;
}

.lesson-title-main_pri {
  position: absolute;
  font-size: 36px;
  top: -29%;
  left: -28%;
  transform: rotate(-15deg);
  transform-origin: center;
  letter-spacing: normal;
  -webkit-text-stroke: 15px #fff;
  paint-order: stroke fill;
}

.orabio-lesson-body {
  display: flex;
  gap: 24px;
  align-items: stretch;
}
.orabio-lesson-photos {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lesson-photo {
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
}
.lesson-photo img {
  display: block;
  max-width: 68%;
  height: auto;
  flex: 5;
}
.lesson-caption {
  padding: 10px 14px 14px;
  flex: 2 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  white-space: nowrap;
  text-align: right;
}
.lesson-caption-line {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
  text-align: right;
  justify-content: flex-end;
}
.lesson-caption-logo {
  width: 50% !important;
  height: auto;
  text-align: right;
}
.lesson-caption-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 4px;
  color: var(--orabio-text-sub);
  line-height: 1.5;
}
.lesson-caption-text {
  font-size: 28px;
  margin: 0;
  color: var(--orabio-text-sub);
  font-family: serif;
  line-height: 1.5;
  font-weight: 700;
}
.orabio_title_text {
  font-size: 20px;
  color: var(--orabio-text-sub);
  margin: 40px auto 0;
  line-height: 1.5;
  text-align: center;
}

.orabio-lesson-copy {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
}
.orabio-lesson-copy p {
  margin: 0;
  font-size: 32px;
  line-height: 1.8;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: var(--orabio-text-sub);
  font-family: serif;
  font-weight: 700;
}

/* =========================
   レスポンシブ
   ========================= */

@media (max-width: 768px) {
  .sp_br {
    display: block;
  }
  .orabio-lesson {
    padding: 40px 0px 0;
  }
  .orabio-lesson__banner {
    padding: 24px 1rem;
  }

  .orabio-lesson__banner-inner {
    flex-direction: column;
  }
  .lesson-card__header {
    font-size: 16px;
    padding: 8px 16px;
  }
  .orabio-lesson__banner-left {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 18px;
    margin-bottom: 18px;
    text-align: center;
  }
  .orabio-lesson__logo {
    text-align: center;
    justify-content: center;
  }

  .orabio-lesson__banner-right {
    padding-left: 0;
  }

  .orabio-lesson__heading-main {
    font-size: 32px;
  }

  .orabio-lesson__banner-right-main {
    font-size: 24px;
  }

  .orabio-lesson__banner-right-main-small {
    font-size: 20px;
  }

  .orabio-lesson__features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .orabio-special {
    grid-row: auto;
  }

  .orabio-lesson__logo img {
    height: 42px;
  }

  .orabio-lesson__logo-text {
    font-size: 24px;
  }

  .orabio-lesson__heading-main {
    font-size: 26px;
  }

  .orabio-lesson__heading-sub {
    font-size: 24px;
  }

  .orabio-lesson__price-badge {
    font-size: 16px;
    padding: 8px 16px;
  }

  .orabio-lesson__price-number {
    font-size: 34px;
  }

  .orabio-lesson__price-yen {
    font-size: 20px;
  }

  .orabio-lesson__features {
    padding: 24px 16px 20px;
  }

  .orabio-lesson__features-grid {
    grid-template-columns: 1fr;
  }
  .orabio-target {
    margin-top: 25%;
    padding: 14px;
  }
  .orabio-target__item {
    flex: 1 1 100%;
    font-size: 12px;
    padding: 5px;
  }
  .orabio-special__text {
    margin: 36px auto;
    position: relative;
    left: 0;
  }
  .orabio-special__photos1 {
    position: relative;
  }
  .orabio-special__photos2 {
    position: relative;
    bottom: -80%;
  }
  .orabio-special__photos img {
    width: 50%;
  }
  .lesson-wrapper {
    flex-direction: column;
  }
  .lesson-card {
    width: 100%;
    padding: 16px 12px;
  }
  .lesson-benefits {
    flex-direction: column;
    gap: 16px;
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: start;
    padding: 24px 12px;
  }

  .benefit-label {
    flex: 0 0 auto;
    max-width: 100%;
    width: 96px;
    margin: 0 auto;
  }

  .benefit-item {
    flex: 1 1 100%;
    gap: 16px;
  }

  .sp-only {
    display: inline;
  }
  .lesson-benefits > .benefit-item:nth-child(2),
  .lesson-benefits > .benefit-item:nth-child(3) {
    flex: 1 1 100%;
  }
  .orabio-lesson__price-row {
    gap: 0;
    flex-direction: column;
  }
  .benefit-title {
    font-size: 14px !important;
  }
  .benefit-desc {
    font-size: 10px !important;
  }
  .lesson-sales {
    padding: 32px 10px;
  }
  .orabio-target__list {
    gap: 5px;
  }
  .repeat-block {
    display: block;
  }
  .lesson-sales-text {
    margin-top: 20px;
    text-align: left;
    color: #0067b3;
    font-size: 12px;
    line-height: 1.7;
  }

  .sale-intro {
    font-size: 10px !important;
    color: #0067b3;
    margin-bottom: 5px;
  }

  .sale-highlight {
    font-size: 10px !important;
    font-weight: 700;
    color: #d9335b;
    text-align: center;
    margin: 0;
  }

  .repeat-block {
    margin-top: 5px;
    text-align: left;
  }
  .lesson-sales__header-pill {
    font-size: 16px;
    padding: 8px 16px;
  }

  .repeat-title {
    font-size: 12px;
    font-weight: 700;
    color: #0067b3;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .btn-detail {
    font-size: 18px;
  }
  .repeat-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .repeat-list li {
    font-size: 9px;
  }

  .repeat-type {
    font-weight: 700;
    color: #0067b3;
  }

  .repeat-notes {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 9px;
    margin-top: 5px;
  }
  .repeat-notes li {
    margin-bottom: 4px;
  }
  .repeat-block_text {
    font-size: 9px !important;
    text-align: left;
    margin: 0;
  }
  .sale-intro {
    display: block;
  }
  .sale-highlight {
    display: block;
  }
  .repeat-block_content {
    flex-direction: column;
    text-align: left;
    align-items: start;
    gap: 5px;
  }
  .orabio-lesson__banner-right_blue {
    padding: 0;
  }
  .orabio-lesson__banner-right-main_blue {
    font-size: 24px;
  }
  .orabio-lesson__heading-sub {
    font-size: 38px;
  }
  .orabio-target__item_blue {
    font-size: 14px;
    padding: 0 0 0 20px;
  }
  .orabio-target_blue {
    margin: 16px 0 0;
    padding: 0;
  }
  .orabio-target__item_grey {
    padding: 2px 0 0px 20px;
  }
  .orabio-target__title {
    margin: 0 0 20px;
  }
  .orabio-lesson-title-wrap {
    padding-top: 24px;
  }
  .orabio-lesson-badge {
    position: static;
    transform: none;
    margin: 0 auto 8px;
  }
  .orabio-lesson-body {
    flex-direction: column;
  }
  .orabio-lesson-copy p {
    writing-mode: horizontal-tb;
    text-align: center;
    line-height: 1.8;
    font-size: 16px;
  }
  .orabio-lesson-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 0px;
    gap: 0;
    max-width: 270px;
    margin: auto;
  }
  .orabio-lesson-logo img {
    max-height: 50px;
  }
  .orabio-lesson-logo-sub {
    font-size: 20px;
    margin: 0;
    padding: 0;
  }
  .lesson-title-main {
    font-size: 28px;
    -webkit-text-stroke: 5px #fff;
    paint-order: stroke fill;
  }
  .lesson-title-and {
    font-size: 24px;
    -webkit-text-stroke: 5px #fff;
    paint-order: stroke fill;
  }
  .lesson-title-main_pri {
    font-size: 18px;
    top: -60%;
    left: -25%;
    -webkit-text-stroke: 5px #fff;
    paint-order: stroke fill;
  }
  .lesson-caption {
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
  }
  .lesson-caption-line {
    justify-content: center;
  }
  .lesson-photo {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 10px;
  }
  .lesson-photo img {
    max-width: 90%;
    flex: none;
    height: auto !important;
    margin: 0 auto;
  }
  .lesson-caption-logo {
    max-width: 45% !important;
  }
  .lesson-caption-title {
    font-size: 20px;
  }
  .lesson-caption-text {
    font-size: 16px;
    font-weight: 600;
  }
  .orabio_title_text {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 350px;
  }
  .buton_content {
    flex-direction: column;
  }
  .button_item_title {
    font-size: 18px;
  }
  .button_item_text {
    font-size: 14px;
  }
  .btn-detail {
    font-size: 16px;
  }
  .button_item {
    padding: 0;
    margin-top: 20px;
  }
  .btn-detail {
    margin: 0 36px;
  }
  .orabio-lesson__features-title {
    font-size: 18px;
    white-space: nowrap;
  }
  .orabio-target__title {
    font-size: 20px;
  }
  .pc_br {
    display: none;
  }
}
