@charset "UTF-8";

/* =========================================================
   オーランのコミュニティ LP
========================================================= */

body.orank-community-lp {
  margin: 0;
  background: #fffaf1;
  color: #102641;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

body.orank-community-lp .os-lp {
  --oc-hero-bg: url("img/orank-community-hero-bg.png");
  --oc-can-bg: url("img/orank-community-can-bg.png");
  --oc-can-overlay-opacity: .64;
  --oc-can-bg-blur: .35px;
  --oc-member-site-bg: url("img/orank-community-member-site-bg.png");
  --oc-member-site-overlay-opacity: .72;
  --oc-member-site-bg-blur: .8px;
  --oc-recommend-bg: url("img/orank-community-recommend-bg.png");
  --oc-recommend-overlay-opacity: .78;
  --oc-recommend-bg-blur: .45px;
  --oc-flow-bg: url("img/orank-community-flow-bg.png");
  --oc-flow-overlay-opacity: .82;
  --oc-flow-bg-blur: .35px;
  --oc-final-bg: url("img/orank-community-final-bg.png");
  --oc-final-overlay-opacity: .66;
  --oc-final-bg-blur: .35px;

  overflow: hidden;
  line-height: 1.85;
  background: linear-gradient(180deg, #fffdf8, #f7efe0 55%, #fffaf1);
}

body.orank-community-lp .os-lp button,
body.orank-community-lp .os-lp input,
body.orank-community-lp .os-lp textarea,
body.orank-community-lp .os-lp select {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.oc-hero {
  width: 100vw;
  max-width: 100vw;
  min-height: 620px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(197, 164, 89, .28);
  border-bottom: 1px solid rgba(197, 164, 89, .28);
  background:
    linear-gradient(
      90deg,
      rgba(255, 253, 248, .72) 0%,
      rgba(255, 253, 248, .64) 38%,
      rgba(255, 253, 248, .48) 62%,
      rgba(255, 253, 248, .24) 100%
    ),
    var(--oc-hero-bg) right center / cover no-repeat,
    #fffdf8;
}

.oc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0) 62%, rgba(247, 239, 224, .96) 100%),
    radial-gradient(circle at 76% 46%, rgba(19, 65, 86, .12), transparent 34%);
}

.oc-hero__inner {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(380px, .82fr) minmax(500px, 1.18fr);
  align-items: center;
  gap: 32px;
  position: relative;
  z-index: 1;
}

.oc-hero__copy {
  max-width: 540px;
  position: relative;
  z-index: 2;
}

.oc-hero__eyebrow {
  margin: 0 0 14px;
  color: #a67c2c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.oc-hero h1 {
  margin: 0;
  color: #102641;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.22;
}

.oc-hero__offer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
  margin: 22px 0 0;
  color: #5d4c32;
}

.oc-hero__label {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  color: #966f24;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(188, 142, 56, .32);
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
}

.oc-hero__price {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  margin: 0;
  color: #a56f19;
  line-height: 1;
}

.oc-hero__price span {
  color: #6f6044;
  font-size: 19px;
  font-weight: 700;
}

.oc-hero__price strong {
  font-size: 48px;
  font-weight: 700;
}

.oc-hero__price small {
  color: #6f6044;
  font-size: 14px;
  font-weight: 700;
}

.oc-hero__lead {
  max-width: 520px;
  margin: 22px 0 0;
  color: #263a52;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.9;
}

.oc-hero__notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 12px 0 0;
  padding: 0;
  color: #57616f;
  font-size: 12px;
  list-style: none;
}

.oc-hero__notes li::before {
  content: "※";
  margin-right: 3px;
}

.oc-hero__visual {
  align-self: end;
  justify-self: end;
  width: min(790px, 54vw);
  margin-right: -84px;
  position: relative;
  z-index: 1;
}

.oc-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 26px 34px rgba(23, 39, 55, .18));
}

.oc-hero__seal {
  width: 190px;
  height: 168px;
  display: grid;
  place-items: center;
  position: absolute;
  top: 54px;
  right: -2px;
  z-index: 3;
  color: #9b742e;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.48;
  filter: drop-shadow(0 10px 18px rgba(70, 49, 24, .10));
  isolation: isolate;
}

.oc-hero__seal::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.oc-hero__seal::after {
  inset: 0;
  z-index: 1;
  background: url("img/orank-community-laurel-wreath.png") center center / contain no-repeat;
}

.oc-hero__seal span {
  display: block;
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
}

.oc-hero__seal strong {
  color: #8f641b;
  font-size: 18px;
  letter-spacing: .04em;
}

.oc-video {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 44px 0 62px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fffdf8 0%, #fff8ec 52%, #fffdf8 100%);
}

.oc-video__top,
.oc-video__bottom {
  height: 48px;
  background: url("img/orank-community-video-bottom-premium.png") center center / contain no-repeat;
}

.oc-video__top {
  margin-bottom: 80px;
}

.oc-video__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  align-items: center;
  gap: 48px;
}

.oc-video__media {
  position: relative;
}

.oc-video__title {
  margin: 0 auto 34px;
  color: #102641;
  font-size: 34px;
  line-height: 1.42;
  text-align: center;
  letter-spacing: .03em;
}

.oc-video__title::after {
  content: "";
  width: 100%;
  max-width: 420px;
  height: 1px;
  display: block;
  margin: 18px auto 0;
  background: linear-gradient(90deg, rgba(181, 139, 49, .18), rgba(181, 139, 49, .74), rgba(181, 139, 49, .18));
}

.oc-video__frame {
  aspect-ratio: 16 / 9;
  padding: 0;
  position: relative;
  background: rgba(8, 24, 39, .96);
  border: 0;
  border-radius: 7px;
  box-shadow:
    0 24px 48px rgba(30, 38, 45, .18),
    0 0 0 1px rgba(181, 139, 49, .16);
}

.oc-video__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: url("img/orank-community-video-frame-premium.png") center center / 100% 100% no-repeat;
  pointer-events: none;
}

.oc-video__frame iframe {
  position: absolute;
  top: 5.2%;
  left: 5.2%;
  width: 89.6%;
  height: 89.6%;
  display: block;
  border: 0;
  border-radius: 3px;
  background: #081827;
}

.oc-video__content {
  color: #102641;
}

.oc-video__content p {
  margin: 0;
  color: #46546a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
}

.oc-video__points {
  margin: 24px 0 22px;
  padding: 0;
  list-style: none;
  background: rgba(255, 253, 248, .72);
  border: 1px solid rgba(181, 139, 49, .28);
  border-radius: 8px;
}

.oc-video__points li {
  min-height: 58px;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  color: #39465a;
  font-size: 14px;
  font-weight: 700;
}

.oc-video__points li + li {
  border-top: 1px solid rgba(181, 139, 49, .20);
}

.oc-video__points img {
  width: 34px;
  height: 34px;
  display: block;
}

.oc-video__bottom {
  margin-top: 100px;
  transform: scaleY(-1);
  transform-origin: center;
}

.oc-can {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 66px 0 74px;
  position: relative;
  overflow: hidden;
  background: var(--oc-can-bg) center top no-repeat #fffaf1;
  background-size: cover;
}

.oc-can::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, .78) 0%, rgba(255, 253, 248, var(--oc-can-overlay-opacity)) 42%, rgba(255, 250, 241, .84) 100%);
  backdrop-filter: blur(var(--oc-can-bg-blur));
  pointer-events: none;
}

.oc-can__inner {
  position: relative;
  z-index: 1;
}

.oc-can__heading {
  max-width: 920px;
  margin: 0 auto 34px;
  text-align: center;
}

.oc-can__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 0 8px;
  color: #b58b31;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .12em;
}

.oc-can__eyebrow::before,
.oc-can__eyebrow::after {
  content: "";
  width: min(150px, 22vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(181, 139, 49, .78));
}

.oc-can__eyebrow::after {
  transform: scaleX(-1);
}

.oc-can__eyebrow span {
  position: relative;
  display: inline-block;
}

.oc-can__eyebrow span::before,
.oc-can__eyebrow span::after {
  content: "◆";
  position: absolute;
  top: 50%;
  color: #c9a050;
  font-size: 10px;
  transform: translateY(-50%);
}

.oc-can__eyebrow span::before {
  left: -24px;
}

.oc-can__eyebrow span::after {
  right: -24px;
}

.oc-can__heading h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0;
  color: #102641;
  font-size: 42px;
  line-height: 1.35;
  letter-spacing: .09em;
}

.oc-can__heading h2::before,
.oc-can__heading h2::after {
  content: "✦";
  color: #c89b3f;
  font-size: 20px;
  letter-spacing: 0;
}

.oc-can__lead {
  margin: 18px 0 0;
  color: #253a52;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
}

.oc-can__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: oc-can;
}

.oc-can__card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 32px 18px 18px;
  color: #102641;
  background: rgba(255, 253, 248, .88);
  border: 1px solid rgba(181, 139, 49, .38);
  border-radius: 4px;
  box-shadow:
    0 18px 34px rgba(50, 42, 28, .08),
    inset 0 0 0 4px rgba(255, 255, 255, .54);
}

.oc-can__card::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(181, 139, 49, .34);
  border-radius: 3px;
  pointer-events: none;
}

.oc-can__number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  position: absolute;
  top: -17px;
  left: 50%;
  z-index: 2;
  color: #9b742e;
  background: transparent;
  border: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transform: translateX(-50%);
  isolation: isolate;
}

.oc-can__number::before,
.oc-can__number::after {
  content: "";
  position: absolute;
  clip-path: polygon(50% 0, 91% 24%, 91% 76%, 50% 100%, 9% 76%, 9% 24%);
  pointer-events: none;
}

.oc-can__number::before {
  inset: 0;
  z-index: -2;
  background: rgba(181, 139, 49, .78);
}

.oc-can__number::after {
  inset: 2px;
  z-index: -1;
  background: rgba(255, 253, 248, .98);
}

.oc-can__card h3 {
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
  color: #102641;
  font-size: 20px;
  line-height: 1.45;
  text-align: center;
}

.oc-can__card img {
  width: min(100%, 286px);
  height: 184px;
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto 10px;
  object-fit: contain;
}

.oc-can__card p {
  position: relative;
  z-index: 1;
  color: #39465a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.oc-member-site {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 62px 0;
  position: relative;
  overflow: hidden;
  color: #fffdf8;
  background: var(--oc-member-site-bg) center center / cover no-repeat #06172a;
}

.oc-member-site::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 68% 48%, rgba(197, 164, 89, .14), transparent 34%),
    linear-gradient(90deg, rgba(6, 23, 42, var(--oc-member-site-overlay-opacity)) 0%, rgba(6, 23, 42, .72) 48%, rgba(6, 23, 42, .58) 100%);
  backdrop-filter: blur(var(--oc-member-site-bg-blur));
  pointer-events: none;
}

.oc-member-site::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(197, 164, 89, .72);
  box-shadow: inset 0 0 0 3px rgba(6, 23, 42, .72);
  pointer-events: none;
}

.oc-member-site__inner {
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.oc-member-site__content {
  max-width: 540px;
}

.oc-member-site__eyebrow {
  width: 270px;
  height: 54px;
  margin: 0 0 8px;
  position: relative;
}

.oc-member-site__eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, rgba(197, 164, 89, .18), rgba(197, 164, 89, .86), rgba(197, 164, 89, .18));
}

.oc-member-site__eyebrow::after {
  content: "✦";
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  position: absolute;
  left: 50%;
  top: 6px;
  color: #c5a459;
  border: 1px solid rgba(197, 164, 89, .66);
  background: rgba(6, 23, 42, .62);
  font-size: 17px;
  transform: translateX(-50%) rotate(45deg);
}

.oc-member-site h2 {
  margin: 0;
  color: #fff8e7;
  font-size: 36px;
  line-height: 1.42;
  letter-spacing: .06em;
}

.oc-member-site h2 span {
  color: #d5b15b;
}

.oc-member-site h2::after {
  content: "";
  width: 100%;
  max-width: 420px;
  height: 1px;
  display: block;
  margin: 20px 0 18px;
  background: linear-gradient(90deg, rgba(197, 164, 89, .82), rgba(197, 164, 89, .18));
}

.oc-member-site__content p:not(.oc-member-site__eyebrow) {
  margin: 0;
  color: rgba(255, 253, 248, .88);
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}

.oc-member-site__button {
  min-height: 58px;
  width: min(320px, 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 28px;
  color: #fffdf8 !important;
  background: linear-gradient(180deg, #b99042 0%, #8b6427 100%);
  border: 1px solid rgba(238, 205, 128, .88);
  border-radius: 3px;
  box-shadow:
    inset 0 0 0 2px rgba(70, 42, 9, .24),
    0 16px 32px rgba(0, 0, 0, .22);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
}

.oc-member-site__button::after {
  content: "›";
  font-size: 24px;
  line-height: 1;
}

.oc-member-site__visual {
  width: min(760px, 52vw);
  justify-self: end;
  margin-right: -20px;
  filter: drop-shadow(0 28px 38px rgba(0, 0, 0, .38));
}

.oc-member-site__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.oc-recommend {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 62px 0 58px;
  position: relative;
  overflow: hidden;
  color: #102641;
  background: var(--oc-recommend-bg) center center / cover no-repeat #fffaf1;
}

.oc-recommend::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, .72), rgba(255, 253, 248, var(--oc-recommend-overlay-opacity)) 48%, rgba(255, 250, 241, .86));
  backdrop-filter: blur(var(--oc-recommend-bg-blur));
  pointer-events: none;
}

.oc-recommend::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(181, 139, 49, .46);
  box-shadow: inset 0 0 0 3px rgba(255, 253, 248, .46);
  pointer-events: none;
}

.oc-recommend__inner {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(420px, 1.04fr);
  grid-template-areas:
    "intro list"
    "message message";
  align-items: center;
  gap: 32px 54px;
  position: relative;
  z-index: 1;
}

.oc-recommend__intro {
  grid-area: intro;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
}

.oc-recommend__heading {
  width: min(100%, 560px);
  display: grid;
  justify-items: center;
}

.oc-recommend__title-top {
  width: min(360px, 80%);
  height: auto;
  display: block;
  margin: 0 auto 8px;
}

.oc-recommend h2 {
  margin: 0;
  color: #102641;
  font-size: 36px;
  line-height: 1.35;
  letter-spacing: .08em;
}

.oc-recommend__title-bottom {
  width: min(300px, 70%);
  height: auto;
  display: block;
  margin: 10px auto 0;
}

.oc-recommend__lead {
  margin: 20px 0 0;
  color: #243953;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.9;
}

.oc-recommend__lead span {
  color: #a87822;
}

.oc-recommend__text {
  max-width: 470px;
  margin: 18px auto 0;
  color: #30445d;
  font-size: 13px;
  font-weight: 700;
  line-height: 2;
}

.oc-recommend__character {
  width: min(520px, 94%);
  margin-top: auto;
  position: relative;
  z-index: 1;
}

.oc-recommend__character img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 22px 24px rgba(47, 35, 18, .15));
}

.oc-recommend__list {
  grid-area: list;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.oc-recommend__list li {
  min-height: 78px;
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  gap: 18px;
  position: relative;
  padding: 12px 24px 12px 18px;
  background: rgba(255, 253, 248, .82);
  border: 1px solid rgba(181, 139, 49, .32);
  box-shadow:
    0 14px 28px rgba(59, 47, 27, .07),
    inset 0 0 0 3px rgba(255, 255, 255, .44);
}

.oc-recommend__list li::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(181, 139, 49, .22);
  pointer-events: none;
}

.oc-recommend__list img {
  width: 58px;
  height: 58px;
  display: block;
  position: relative;
  z-index: 1;
}

.oc-recommend__list span {
  position: relative;
  z-index: 1;
  color: #102641;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.65;
}

.oc-recommend__message {
  grid-area: message;
  margin: 0 auto;
  width: min(100%, 1040px);
  padding: 20px 130px;
  position: relative;
  color: #102641;
  background: rgba(255, 253, 248, .82);
  border: 1px solid rgba(181, 139, 49, .34);
  box-shadow:
    0 14px 32px rgba(59, 47, 27, .07),
    inset 0 0 0 3px rgba(255, 255, 255, .46);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.9;
  text-align: center;
}

.oc-recommend__message::before,
.oc-recommend__message::after {
  content: "";
  width: 74px;
  height: 20px;
  position: absolute;
  top: 50%;
  background: url("img/orank-community-recommend-title-bottom.png") center center / contain no-repeat;
  opacity: .75;
  transform: translateY(-50%);
}

.oc-recommend__message::before {
  left: 24px;
}

.oc-recommend__message::after {
  right: 24px;
  transform: translateY(-50%) scaleX(-1);
}

.oc-recommend__message span {
  color: #a87822;
}

/* メンバーの声 */
body.orank-community-lp .os-center {
  text-align: center;
}

body.orank-community-lp .os-label-title {
  margin: 0 0 22px;
  color: #b58b31;
  font-size: clamp(28px, 2.45vw, 40px);
  line-height: 1.22;
  letter-spacing: .1em;
  font-weight: 900;
}

body.orank-community-lp .os-label-title::after {
  content: "";
  display: block;
  width: 76px;
  height: 1px;
  margin: 14px 0 0;
  background: linear-gradient(90deg, #b58b31, rgba(181, 139, 49, 0));
}

body.orank-community-lp .os-label-title.os-center::after {
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(90deg, rgba(181, 139, 49, 0), #b58b31, rgba(181, 139, 49, 0));
}

body.orank-community-lp .os-section-lead {
  max-width: 720px;
  margin: -8px auto 28px;
  color: #30445d;
  font-size: 16px;
  font-weight: 700;
}

body.orank-community-lp .os-voices {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 66px 0 74px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fffdf8 0%, #fff8ec 54%, #fffdf8 100%);
}

body.orank-community-lp .os-voice-slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding: 10px 0 20px;
  cursor: pointer;
  touch-action: pan-y;
  user-select: none;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

body.orank-community-lp .os-voice-slider.is-dragging {
  cursor: pointer;
}

body.orank-community-lp .os-voice-track {
  display: flex;
  width: max-content;
  gap: 24px;
  padding: 0 24px;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

body.orank-community-lp .os-voice-card {
  width: min(430px, calc(100vw - 60px));
  min-height: 238px;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 20px;
  align-items: start;
  padding: 26px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(198, 163, 88, .34);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, .95), rgba(250, 244, 232, .92)),
    radial-gradient(circle at 100% 0%, rgba(181, 139, 49, .13), transparent 32%);
  box-shadow: 0 18px 42px rgba(20, 36, 58, .08);
}

body.orank-community-lp .os-voice-card::after {
  content: "“";
  position: absolute;
  right: 22px;
  bottom: -38px;
  color: rgba(181, 139, 49, .16);
  font-family: Georgia, serif;
  font-size: 150px;
  line-height: 1;
}

body.orank-community-lp .os-voice-card figure {
  margin: 0;
}

body.orank-community-lp .os-voice-card img {
  width: 96px;
  height: 96px;
  display: block;
  object-fit: cover;
  border: 2px solid rgba(181, 139, 49, .45);
  border-radius: 999px;
  background: #f6efe0;
  box-shadow: 0 12px 24px rgba(16, 38, 65, .12);
}

body.orank-community-lp .os-voice-card h3 {
  margin: 0 0 8px;
  color: #102641;
  font-size: 20px;
  line-height: 1.45;
}

body.orank-community-lp .os-voice-card p {
  margin: 0 0 12px;
  color: #30445d;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.8;
}

body.orank-community-lp .os-voice-card small {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  color: #8b6a2d;
  background: rgba(181, 139, 49, .12);
  border-radius: 999px;
  font-weight: 800;
}

.oc-section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.oc-section-heading h2 {
  margin: 0;
  color: #102641;
  font-size: clamp(32px, 3vw, 44px);
  line-height: 1.35;
  letter-spacing: .12em;
}

.oc-section-heading h2::after {
  content: "";
  display: block;
  width: 76px;
  height: 1px;
  margin: 14px auto 0;
  background: linear-gradient(90deg, rgba(181, 139, 49, 0), #b58b31, rgba(181, 139, 49, 0));
}

.oc-section-heading p {
  margin: 14px 0 0;
  color: #45566b;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
}

.oc-price {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 66px 0 74px;
  background: linear-gradient(180deg, #fffdf8 0%, #fff8ec 56%, #fffdf8 100%);
  overflow: hidden;
}

.oc-price__table {
  overflow-x: auto;
  padding: 0 0 10px;
  -webkit-overflow-scrolling: touch;
}

.oc-price__scroll-hint {
  display: none;
}

.oc-price__row {
  min-width: 820px;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) minmax(0, 1fr);
  border-left: 1px solid rgba(181, 139, 49, .26);
  border-right: 1px solid rgba(181, 139, 49, .26);
  background: rgba(255, 253, 248, .86);
}

.oc-price__row:first-child {
  border-top: 1px solid rgba(181, 139, 49, .26);
}

.oc-price__row + .oc-price__row {
  border-top: 1px solid rgba(181, 139, 49, .20);
}

.oc-price__row:last-child {
  border-bottom: 1px solid rgba(181, 139, 49, .26);
}

.oc-price__row--head {
  background: transparent;
}

.oc-price__label,
.oc-price__plan,
.oc-price__cell {
  min-width: 0;
  display: grid;
  place-items: center;
  padding: 18px 16px;
  text-align: center;
}

.oc-price__label {
  color: #5a4d36;
  background: rgba(250, 244, 232, .86);
  border-right: 1px solid rgba(181, 139, 49, .22);
  font-size: 14px;
  font-weight: 800;
}

.oc-price__plan {
  min-height: 58px;
  color: #fffdf8;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .04em;
}

.oc-price__plan--school {
  background: linear-gradient(135deg, #c59b42, #9d6e1f);
}

.oc-price__plan--community {
  background: linear-gradient(135deg, #173b60, #071828);
}

.oc-price__cell {
  color: #102641;
  border-right: 1px solid rgba(181, 139, 49, .16);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

.oc-price__cell:last-child {
  border-right: 0;
}

.oc-price__row--price .oc-price__cell {
  gap: 8px;
  padding-top: 26px;
  padding-bottom: 24px;
}

.oc-price__mark {
  width: 96px;
  height: 96px;
  display: block;
  margin-bottom: 4px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(20, 30, 45, .14));
}

.oc-price__amount {
  margin: 0;
  color: #102641;
}

.oc-price__amount strong {
  color: #a87822;
  font-size: 34px;
  line-height: 1;
}

.oc-price__amount small {
  margin-left: 4px;
  color: #5d6472;
  font-size: 12px;
}

.oc-price__cell ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.oc-price__cell li::before {
  content: "・";
  color: #a87822;
  font-weight: 900;
}

.oc-price__row--cta {
  background: rgba(255, 253, 248, .94);
}

.oc-price__button,
.oc-flow__button {
  min-height: 56px;
  width: min(300px, 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  color: #fffdf8 !important;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .06em;
  text-decoration: none;
  box-shadow: 0 16px 32px rgba(20, 36, 58, .14);
}

.oc-price__button--gold,
.oc-flow__button {
  background: linear-gradient(135deg, #c59b42, #9d6e1f);
}

.oc-price__button--navy {
  background: linear-gradient(135deg, #173b60, #071828);
}

.oc-price__notice {
  width: min(900px, 100%);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
  margin: 22px auto 0;
  padding: 18px 22px;
  color: #102641;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, .96), rgba(255, 248, 236, .92));
  border: 1px solid rgba(181, 139, 49, .34);
  box-shadow:
    0 16px 36px rgba(20, 36, 58, .08),
    inset 0 0 0 4px rgba(255, 255, 255, .54);
}

.oc-price__notice-label {
  min-width: 92px;
  display: inline-grid;
  place-items: center;
  padding: 8px 12px;
  color: #fffdf8;
  background: linear-gradient(135deg, #173b60, #071828);
  border: 1px solid rgba(197, 164, 89, .82);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
}

.oc-price__notice p {
  margin: 0;
  color: #30415a;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.85;
}

.oc-price__notice a {
  color: #a87822;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.oc-flow {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  isolation: isolate;
  padding: 66px 0 74px;
  background: var(--oc-flow-bg) center center / cover no-repeat #fffdf8;
  overflow: hidden;
}

.oc-flow::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(
      180deg,
      rgba(255, 253, 248, var(--oc-flow-overlay-opacity)) 0%,
      rgba(255, 253, 248, var(--oc-flow-overlay-opacity)) 48%,
      rgba(255, 253, 248, var(--oc-flow-overlay-opacity)) 100%
    );
  backdrop-filter: blur(var(--oc-flow-bg-blur));
  pointer-events: none;
}

.oc-flow > .os-container {
  position: relative;
  z-index: 1;
}

.oc-flow__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: oc-flow;
}

.oc-flow__steps li {
  min-height: 268px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 26px 20px 22px;
  background: rgba(255, 253, 248, .88);
  border: 1px solid rgba(181, 139, 49, .32);
  box-shadow:
    0 18px 36px rgba(50, 42, 28, .08),
    inset 0 0 0 4px rgba(255, 255, 255, .48);
}

.oc-flow__steps li::after {
  content: "";
  width: 28px;
  height: 1px;
  position: absolute;
  top: 56px;
  right: -24px;
  background: linear-gradient(90deg, rgba(181, 139, 49, .2), rgba(181, 139, 49, .72));
}

.oc-flow__steps li:last-child::after {
  display: none;
}

.oc-flow__number {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 0 18px;
  color: #fffdf8;
  background: linear-gradient(135deg, #173b60, #071828);
  border: 2px solid rgba(197, 164, 89, .86);
  border-radius: 999px;
  font-size: 22px;
  font-weight: 800;
}

.oc-flow__steps h3 {
  margin: 0 0 12px;
  color: #102641;
  font-size: 20px;
  line-height: 1.45;
}

.oc-flow__steps p {
  margin: 0;
  color: #45566b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}

.oc-flow__steps p a {
  color: #a87822;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.oc-flow__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  padding: 22px 26px;
  background: rgba(255, 253, 248, .88);
  border: 1px solid rgba(181, 139, 49, .32);
}

.oc-flow__cta p {
  margin: 0;
  color: #102641;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.8;
}

.os-faq {
  padding: 48px 0;
}

body.orank-community-lp .os-faq-grid {
  align-items: start;
}

body.orank-community-lp .os-faq-item {
  overflow: hidden;
  border: 1px solid rgba(20, 36, 58, .11);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 10px 28px rgba(20, 36, 58, .04);
}

body.orank-community-lp .os-faq-question {
  width: 100%;
  min-height: 64px;
  padding: 17px 50px 17px 50px;
  position: relative;
  display: block;
  color: #102641;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
  text-align: left;
}

body.orank-community-lp .os-faq-question::before {
  content: "Q.";
  position: absolute;
  left: 18px;
  color: #153a5d;
}

body.orank-community-lp .os-faq-question::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  color: #b18a36;
  font-size: 22px;
  line-height: 1;
  transform: translateY(-50%) rotate(0deg);
  transition: transform .28s ease;
}

body.orank-community-lp .os-faq-item.is-open .os-faq-question::after {
  transform: translateY(-50%) rotate(45deg);
}

body.orank-community-lp .os-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .42s cubic-bezier(.22, 1, .36, 1);
}

body.orank-community-lp .os-faq-answer__inner {
  padding: 0 18px 20px 50px;
}

body.orank-community-lp .os-faq-answer p {
  margin: 0;
  font-size: 14px;
}

body.orank-community-lp .os-faq-answer__inner a {
  color: #b58b31;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.oc-final {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 78px 0 0;
  border-top: 1px solid rgba(197, 164, 89, .28);
  background: var(--oc-final-bg) center center / cover no-repeat #fffdf8;
}

.oc-final::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 253, 248, var(--oc-final-overlay-opacity)) 0%,
      rgba(255, 253, 248, var(--oc-final-overlay-opacity)) 48%,
      rgba(255, 253, 248, var(--oc-final-overlay-opacity)) 100%
    );
  backdrop-filter: blur(var(--oc-final-bg-blur));
  pointer-events: none;
}

.oc-final__inner {
  min-height: 380px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: end;
  gap: 36px;
  position: relative;
  z-index: 1;
}

.oc-final__content {
  align-self: center;
  max-width: 660px;
  padding-bottom: 54px;
  text-align: center;
}

.oc-final__label {
  margin: 0 0 14px;
  color: #a87822;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .12em;
}

.oc-final h2 {
  margin: 0;
  color: #102641;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.35;
  letter-spacing: .08em;
}

.oc-final__content > p:not(.oc-final__label) {
  max-width: 560px;
  margin: 18px auto 0;
  color: #30415a;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.9;
}

.oc-final .os-btn {
  margin-top: 26px;
}

.oc-final strong {
  display: block;
  margin-top: 16px;
  color: #102641;
  font-size: 26px;
  line-height: 1.2;
}

.oc-final__prefix {
  margin: 0 4px;
  color: #102641;
  font-size: 24px;
  font-weight: 900;
}

.oc-final__tax {
  margin-left: 4px;
  color: #5d6472;
  font-size: 13px;
  font-weight: 800;
}

.oc-final__price {
  color: #a87822;
  font-size: 40px;
  font-weight: 900;
}

.oc-final__yen {
  color: #102641;
  font-size: 24px;
  font-weight: 900;
}

.oc-final__character {
  width: min(360px, 100%);
  align-self: end;
  justify-self: center;
  display: block;
  filter: drop-shadow(0 26px 34px rgba(10, 18, 28, .22));
}

@media (max-width: 760px) {
  .oc-price__notice {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px;
  }

  .oc-price__notice-label {
    justify-self: start;
  }

  .oc-price__notice p {
    font-size: 13px;
    line-height: 1.8;
  }

  .oc-price__scroll-hint {
    display: flex;
    justify-content: center;
    margin: -10px 0 14px;
  }

  .oc-price__scroll-hint span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    color: #102641;
    background: rgba(255, 253, 248, .88);
    border: 1px solid rgba(181, 139, 49, .42);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(20, 36, 58, .08);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
  }

  .oc-price__scroll-hint span::before,
  .oc-price__scroll-hint span::after {
    color: #a87822;
    font-size: 14px;
    line-height: 1;
  }

  .oc-price__scroll-hint span::before {
    content: "←";
  }

  .oc-price__scroll-hint span::after {
    content: "→";
  }
}

@media (max-width: 960px) {
  .oc-hero,
  .oc-hero__inner {
    min-height: auto;
  }

  .oc-hero__inner {
    grid-template-columns: 1fr;
    padding: 44px 0 34px;
  }

  .oc-hero__copy {
    max-width: 720px;
  }

  .oc-hero__visual {
    width: min(620px, 88vw);
    margin-right: 0;
    justify-self: center;
  }

  .oc-hero__seal {
    top: 40px;
    right: 18px;
  }

  .oc-video__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .oc-video__content {
    max-width: 640px;
    margin: auto;
  }

  .oc-can {
    padding: 58px 0 64px;
  }

  .oc-can__heading h2 {
    font-size: 34px;
  }

  .oc-can__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .oc-can__card {
    min-height: 342px;
  }

  .oc-member-site {
    padding: 54px 0 58px;
  }

  .oc-member-site__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .oc-member-site__content {
    max-width: 680px;
  }

  .oc-member-site__visual {
    width: min(760px, 92vw);
    justify-self: center;
    margin-right: 0;
  }

  .oc-recommend {
    padding: 56px 0 58px;
  }

  .oc-recommend__inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "list"
      "message";
    gap: 30px;
  }

  .oc-recommend__intro {
    min-height: auto;
  }

  .oc-recommend__character {
    width: min(500px, 90vw);
    margin-top: 24px;
  }

  .oc-recommend__list {
    width: min(720px, 100%);
    margin: 0 auto;
  }

  .oc-recommend__message {
    width: min(720px, 100%);
    padding: 20px 96px;
  }

  .oc-price {
    padding: 56px 0 62px;
  }

  .oc-price__row {
    min-width: 760px;
    grid-template-columns: 96px minmax(0, 1fr) minmax(0, 1fr);
  }

  .oc-flow {
    --oc-flow-overlay-opacity: .86;
    --oc-flow-bg-blur: .45px;
    padding: 56px 0 62px;
    background-position: center top;
  }

  .oc-flow__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oc-flow__steps li::after {
    display: none;
  }

  .oc-flow__cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .oc-final {
    --oc-final-overlay-opacity: .76;
    --oc-final-bg-blur: .45px;
    padding-top: 58px;
    background-position: 58% center;
  }

  .oc-final__inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .oc-final__content {
    justify-self: center;
    padding-bottom: 0;
  }

  .oc-final__character {
    width: min(300px, 72vw);
  }
}

@media (max-width: 560px) {
  .oc-hero {
    background:
      linear-gradient(
        180deg,
        rgba(255, 253, 248, .74) 0%,
        rgba(255, 253, 248, .66) 45%,
        rgba(255, 253, 248, .78) 100%
      ),
      var(--oc-hero-bg) 58% center / cover no-repeat,
      #fffdf8;
  }

  .oc-hero__inner {
    gap: 0;
    padding: 34px 0 0;
  }

  .oc-hero__eyebrow {
    margin-bottom: 10px;
    font-size: 13px;
    text-align: left;
  }

  .oc-hero h1 {
    font-size: 34px;
    line-height: 1.28;
    text-align: center;
  }

  .oc-hero__offer {
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
  }

  .oc-hero__label {
    min-height: 32px;
    font-size: 13px;
  }

  .oc-hero__price strong {
    font-size: 38px;
  }

  .oc-hero__lead {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.85;
  }

  .oc-hero .os-actions {
    margin-top: 20px;
  }

  .oc-hero .os-btn {
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
    font-size: 14px;
  }

  .oc-hero__notes {
    display: block;
    font-size: 11px;
    line-height: 1.8;
  }

  .oc-hero__visual {
    order: 3;
    width: min(500px, calc(100vw - 24px));
    max-width: 100%;
    justify-self: center;
    margin: 8px auto 0;
  }

  .oc-hero__seal {
    order: 2;
    width: 132px;
    height: 132px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    justify-self: center;
    margin: 18px auto 0;
    font-size: 11px;
  }

  .oc-hero__seal span {
    padding-bottom: 20px;
  }

  .oc-hero__seal strong {
    font-size: 15px;
  }

  .oc-video {
    padding: 36px 0 44px;
  }

  .oc-video__top,
  .oc-video__bottom {
    height: 36px;
  }

  .oc-video__top {
    margin-bottom: 14px;
  }

  .oc-video__inner {
    gap: 26px;
  }

  .oc-video__title {
    margin-bottom: 22px;
    font-size: 26px;
    line-height: 1.45;
  }

  .oc-video__title::after {
    margin-top: 14px;
  }

  .oc-video__frame {
    padding: 0;
    border-radius: 5px;
  }

  .oc-video__frame iframe {
    top: 5.2%;
    left: 5.2%;
    width: 89.6%;
    height: 89.6%;
  }

  .oc-video__content p {
    font-size: 14px;
  }

  .oc-video__points {
    margin: 20px 0;
  }

  .oc-video__points li {
    grid-template-columns: 34px 1fr;
    gap: 10px;
    padding: 9px 12px;
    font-size: 13px;
  }

  .oc-video__points img {
    width: 30px;
    height: 30px;
  }

  .oc-video__bottom {
    margin-top: 30px;
  }

  .oc-can {
    --oc-can-overlay-opacity: .74;
    --oc-can-bg-blur: .6px;

    padding: 44px 0 54px;
    background-size: auto 100%;
  }

  .oc-can__heading {
    margin-bottom: 28px;
  }

  .oc-can__eyebrow {
    gap: 10px;
    font-size: 12px;
    letter-spacing: .08em;
  }

  .oc-can__eyebrow::before,
  .oc-can__eyebrow::after {
    width: 42px;
  }

  .oc-can__eyebrow span::before {
    left: -16px;
  }

  .oc-can__eyebrow span::after {
    right: -16px;
  }

  .oc-can__heading h2 {
    gap: 8px;
    font-size: 28px;
    line-height: 1.45;
    letter-spacing: .04em;
  }

  .oc-can__heading h2::before,
  .oc-can__heading h2::after {
    font-size: 15px;
  }

  .oc-can__lead {
    margin-top: 12px;
    font-size: 13px;
    letter-spacing: .04em;
  }

  .oc-can__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .oc-can__card {
    min-height: auto;
    padding: 30px 14px 16px;
  }

  .oc-can__card h3 {
    font-size: 18px;
  }

  .oc-can__card img {
    width: min(100%, 320px);
    height: clamp(174px, 54vw, 220px);
  }

  .oc-can__card p {
    font-size: 12px;
  }

  .oc-member-site {
    --oc-member-site-overlay-opacity: .82;
    --oc-member-site-bg-blur: .9px;

    padding: 42px 0 46px;
    background-position: center center;
  }

  .oc-member-site::after {
    inset: 8px;
  }

  .oc-member-site__inner {
    min-height: auto;
    gap: 22px;
  }

  .oc-member-site__eyebrow {
    width: 210px;
    height: 44px;
    margin-bottom: 6px;
  }

  .oc-member-site__eyebrow::after {
    width: 34px;
    height: 34px;
    top: 5px;
    font-size: 14px;
  }

  .oc-member-site h2 {
    font-size: 24px;
    line-height: 1.48;
  }

  .oc-member-site h2::after {
    margin: 16px 0 14px;
  }

  .oc-member-site__content p:not(.oc-member-site__eyebrow) {
    font-size: 13px;
    line-height: 1.9;
  }

  .oc-member-site__button {
    min-height: 52px;
    width: 100%;
    margin-top: 22px;
    font-size: 14px;
  }

  .oc-member-site__visual {
    width: min(620px, 100%);
  }

  .oc-recommend {
    --oc-recommend-overlay-opacity: .84;
    --oc-recommend-bg-blur: .6px;

    padding: 42px 0 46px;
    background-position: center top;
  }

  .oc-recommend::after {
    inset: 8px;
  }

  .oc-recommend__inner {
    gap: 24px;
  }

  .oc-recommend__title-top {
    width: min(300px, 88%);
    margin-bottom: 6px;
  }

  .oc-recommend h2 {
    font-size: 24px;
    line-height: 1.45;
    letter-spacing: .04em;
  }

  .oc-recommend__title-bottom {
    width: min(230px, 70%);
    margin-top: 8px;
  }

  .oc-recommend__lead {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.85;
  }

  .oc-recommend__text {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.9;
  }

  .oc-recommend__character {
    width: min(430px, 100%);
    margin-top: 16px;
  }

  .oc-recommend__list {
    gap: 10px;
  }

  .oc-recommend__list li {
    min-height: 66px;
    grid-template-columns: 48px 1fr;
    gap: 12px;
    padding: 10px 14px 10px 12px;
  }

  .oc-recommend__list li::before {
    inset: 6px;
  }

  .oc-recommend__list img {
    width: 44px;
    height: 44px;
  }

  .oc-recommend__list span {
    font-size: 14px;
    line-height: 1.6;
  }

  .oc-recommend__message {
    text-align: left;
    padding: 16px 18px;
    font-size: 13px;
    line-height: 1.85;
  }

  .oc-recommend__message::before,
  .oc-recommend__message::after {
    display: none;
  }

  body.orank-community-lp .os-voices {
    padding: 46px 0 52px;
  }

  body.orank-community-lp .os-voice-slider {
    -webkit-mask-image: none;
    mask-image: none;
  }

  body.orank-community-lp .os-voice-card {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    padding: 22px;
    width: min(330px, calc(100vw - 40px));
    min-height: auto;
    text-align: center;
  }

  body.orank-community-lp .os-voice-card img {
    width: 72px;
    height: 72px;
  }

  body.orank-community-lp .os-voice-card > div {
    width: 100%;
  }

  body.orank-community-lp .os-voice-card h3 {
    font-size: 17px;
  }

  body.orank-community-lp .os-voice-card p {
    text-align: left;
  }

  .oc-price {
    padding: 54px 0 62px;
  }

  .oc-section-heading {
    margin-bottom: 26px;
  }

  .oc-section-heading h2 {
    font-size: 30px;
    letter-spacing: .08em;
  }

  .oc-section-heading p {
    font-size: 13px;
  }

  .oc-price__row {
    min-width: 700px;
    grid-template-columns: 96px minmax(0, 1fr) minmax(0, 1fr);
  }

  .oc-price__label,
  .oc-price__plan,
  .oc-price__cell {
    padding: 14px 12px;
  }

  .oc-price__amount strong {
    font-size: 28px;
  }

  .oc-flow {
    --oc-flow-overlay-opacity: .88;
    --oc-flow-bg-blur: .55px;
    padding: 54px 0 62px;
  }

  .oc-flow__steps {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .oc-flow__steps li::after {
    display: none;
  }

  .oc-flow__cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px;
  }

  .oc-flow__button {
    width: 100%;
  }

  body.orank-community-lp .os-faq-question {
    padding-right: 44px;
    font-size: 14px;
  }

  body.orank-community-lp .os-faq-answer__inner {
    padding-left: 50px;
  }

  .oc-final {
    --oc-final-overlay-opacity: .82;
    --oc-final-bg-blur: .55px;
    padding-top: 50px;
  }

  .oc-final__content {
    max-width: 100%;
  }

  .oc-final__label {
    font-size: 12px;
    letter-spacing: .08em;
  }

  .oc-final h2 {
    font-size: 28px;
    letter-spacing: .04em;
  }

  .oc-final__content > p:not(.oc-final__label) {
    font-size: 13px;
    line-height: 1.85;
  }

  .oc-final .os-btn {
    width: 100%;
    margin-top: 22px;
  }

  .oc-final__price {
    font-size: 34px;
  }

  .oc-final__character {
    width: min(250px, 74vw);
  }
}
