@charset "UTF-8";
.lp {
  position: relative;
  background: #fff;
}
.lp::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/lp/owner26/images/lp/bg_marble_alpha.png");
  background-position: center;
  opacity: 0.2;
  z-index: 0;
}
.lp-cta-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 30px;
  background: #C80D0D;
  box-shadow: 0px -5px 0px #e83a3a inset, 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  border-radius: 10px;
  color: #fff;
}
.lp-cta-btn .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 30px;
  background: #fff;
  color: #bf360c;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
.lp-cta-btn .text_1 {
  font-size: 18px;
}
.lp-cta-btn .text_2 {
  font-size: 40px;
}
.lp-cta-btn:hover {
  opacity: 0.8;
}

.lp-inner {
  position: relative;
  z-index: 2;
  width: 980px;
  margin: 0 auto;
}

/* kv
-------------------------------------------------------------- */
.lp-kv {
  position: relative;
  padding-bottom: 60px;
}
.lp-kv-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  background-size: cover;
  z-index: 1;
  background-image: url("/lp/owner26/images/lp/bg_kv.jpg");
}
.lp-kv-catch {
  width: 390px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0);
  font-size: 20px;
  line-height: 1.4;
}
.lp-kv-catch-title {
  background: linear-gradient(90deg, #c80d0d, #840000);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0px;
  color: #fff;
}
.lp-kv-catch-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 30px;
  background: #fff;
}
.lp-kv-catch-contents .en {
  margin-top: 20px;
  color: #bf360c;
  text-align: center;
}
.lp-kv-catch-copy {
  padding: 20px 30px;
  border: 3px solid #bf360c;
}
.lp-kv-merit {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  background-color: #f6f1e9;
  border-top: 10px solid #b48838;
}
.lp-kv-merit-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.lp-kv-merit-subTitle {
  font-size: 24px;
  color: #b48838;
}
.lp-kv-merit-title {
  line-height: 1;
  font-size: 50px;
}
.lp-kv-merit-title span {
  font-size: 76px;
}
.lp-kv-merit-list {
  display: flex;
  font-size: 20px;
  line-height: 1.4;
}
.lp-kv-merit-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.lp-kv-merit-list li:not(:first-child) {
  margin-left: -10px;
}
.lp-kv-merit-list img {
  display: block;
  width: 100%;
  height: auto;
}
.lp-kv-merit-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px;
  background-color: #fff;
  gap: 30px;
}
.lp-kv-merit-cta-text {
  color: #b48838;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}
.lp-kv-merit-cta-text .clr-red {
  color: #C80D0D;
}
.lp-kv-merit-cta-text .text_s {
  font-size: 24px;
}

/* problem
-------------------------------------------------------------- */
.lp-problem {
  padding: 50px 0px 80px;
  background-image: url("/lp/owner26/images/lp/bg_problem.png");
  background-size: 100% auto;
  background-position: center;
}
.lp-problem .lp-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.lp-problem-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 40px 0px 20px;
  background: url("/lp/owner26/images/lp/txt_problem.svg") no-repeat center top;
  color: #fff;
  text-align: center;
  font-size: 26px;
}
.lp-problem-header h2 {
  font-weight: 500;
}
.lp-problem-header:after {
  content: "";
  display: block;
  width: 20px;
  height: 5px;
  background: #B48838;
}
.lp-problem-listWrapper {
  position: relative;
  display: flex;
  padding: 30px 30px 0px;
  gap: 19px;
  background: #000;
}
.lp-problem-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-bottom: 30px;
  color: #fff;
  font-size: 16px;
}
.lp-problem-list li {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 0;
}
.lp-problem-list li:nth-child(1) {
  animation-delay: 0s;
}
.lp-problem-list li:nth-child(2) {
  animation-delay: 0.1s;
}
.lp-problem-list li:nth-child(3) {
  animation-delay: 0.2s;
}
.lp-problem-list li:nth-child(4) {
  animation-delay: 0.3s;
}
.lp-problem-list li:before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url("/lp/owner26/images/lp/icon_problem.svg") no-repeat center center;
  background-size: cover;
}
.lp-problem-image {
  position: relative;
  bottom: -30px;
}
.lp-problem-catch {
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
.lp-problem-catch .text_1 {
  font-size: 28px;
}
.lp-problem-catch .text_2 {
  font-size: 36px;
}
.lp-problem-catch .text_2 span {
  color: #B48838;
}

/* reason
-------------------------------------------------------------- */
.lp-reason {
  position: relative;
  padding: 80px 0 170px;
  background: url("/lp/owner26/images/lp/bg_marble_beige.png");
}
.lp-reason:before, .lp-reason:after {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 50%;
  height: 130px;
  background: #fff;
  z-index: 1;
}
.lp-reason:before {
  left: 0;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.lp-reason:after {
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.lp-reason-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  background-size: cover;
  z-index: 1;
  background-image: url("/lp/owner26/images/lp/pht_reason.jpg");
}
.lp-reason-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 40px 0px 20px;
  background: url("/lp/owner26/images/lp/txt_value.svg") no-repeat center top;
  color: #fff;
  text-align: center;
  font-size: 36px;
}
.lp-reason-header h2 {
  font-weight: 500;
}
.lp-reason-header:after {
  content: "";
  display: block;
  width: 20px;
  height: 5px;
  background: #B48838;
}
.lp-reason-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.lp-reason-item {
  display: flex;
  justify-content: flex-end;
  border-left: 5px solid #b48838;
}
.lp-reason-item:nth-child(1) {
  animation-delay: 0s;
}
.lp-reason-item:nth-child(2) {
  animation-delay: 0.1s;
}
.lp-reason-item:nth-child(3) {
  animation-delay: 0.2s;
}
.lp-reason-item-contents {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 30px 40px 30px 35px;
  background: #fff;
}
.lp-reason-itemNumber {
  position: relative;
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  width: 100px;
  flex-shrink: 0;
}
.lp-reason-itemNumber:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 80px;
  height: 100%;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 1;
}
.lp-reason-itemNumber span {
  position: relative;
  z-index: 2;
  color: #B48838;
}
.lp-reason-itemNumber .sub {
  font-size: 14px;
}
.lp-reason-itemNumber .number {
  font-size: 100px;
  line-height: 1;
}
.lp-reason-itemTitle {
  line-height: 1.4;
  font-size: 28px;
  font-weight: 500;
}
.lp-reason-itemCatch {
  color: #C80D0D;
  font-weight: bold;
  font-size: 16px;
}
.lp-reason-itemText {
  line-height: 1.6;
  font-size: 16px;
}
.lp-reason-itemList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.lp-reason-itemList li {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 15px;
  background: #F6F1E9;
  line-height: 1;
  font-size: 14px;
}
.lp-reason-itemList li:before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background: url("/lp/owner26/images/lp/icon_check.svg") no-repeat center center;
  background-size: cover;
}

/* benefit
-------------------------------------------------------------- */
.lp-benefit {
  position: relative;
  padding: 50px 0 80px;
  background: #fff;
}
.lp-benefit-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 40px 0px 20px;
  background: url("/lp/owner26/images/lp/txt_benefit.svg") no-repeat center top;
  text-align: center;
  font-size: 36px;
}
.lp-benefit-header h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  line-height: 1.4;
}
.lp-benefit-header-title01 {
  display: flex;
  flex-direction: column;
  text-align: right;
  font-size: 36px;
}
.lp-benefit-header-title01 .text_s {
  font-size: 20px;
}
.lp-benefit-header-title02 {
  font-size: 70px;
}
.lp-benefit-header:after {
  content: "";
  display: block;
  width: 20px;
  height: 5px;
  background: #B48838;
}
.lp-benefit-desc {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
.lp-benefit-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.lp-benefit-item {
  position: relative;
  background: url("/lp/owner26/images/lp/bg_marble.jpg");
}
.lp-benefit-item:nth-child(1), .lp-benefit-item:nth-child(2) {
  animation-delay: 0s;
}
.lp-benefit-item:nth-child(3), .lp-benefit-item:nth-child(4) {
  animation-delay: 0.1s;
}
.lp-benefit-itemPhoto {
  height: 200px;
}
.lp-benefit-itemPhoto img {
  display: block;
  width: 100%;
  height: auto;
}
.lp-benefit-itemHeader {
  position: absolute;
  top: 170px;
  display: flex;
  align-items: stretch;
}
.lp-benefit-itemHeader:after {
  display: block;
  content: "";
  width: 34px;
  height: 64px;
  background: #000;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 1;
}
.lp-benefit-itemTitle {
  display: flex;
  padding: 15px 30px 15px 25px;
  background: #000;
  border-left: 5px solid #C80D0D;
  color: #fff;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 500;
}
.lp-benefit-itemLabel {
  position: absolute;
  top: -19px;
  left: 0;
  padding: 7px 15px;
  line-height: 1;
  background: #C80D0D;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
.lp-benefit-itemText {
  display: flex;
  flex-direction: column;
  gap: 1em;
  min-height: 194px;
  padding: 52px 30px 30px;
  line-height: 1.4;
  color: #fff;
  font-size: 16px;
}

/* service
-------------------------------------------------------------- */
.lp-service {
  position: relative;
  padding: 50px 0 80px;
}
.lp-service-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.lp-service-header-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  line-height: 1.4;
  font-size: 36px;
}
.lp-service-header:after {
  content: "";
  display: block;
  width: 20px;
  height: 5px;
  background: #B48838;
}
.lp-service-desc {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
.lp-service-listWrapper {
  position: relative;
  padding: 50px;
  background-color: #DDDEDE;
}
.lp-service-listWrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/lp/owner26/images/lp/bg_marble_alpha.png");
  background-position: center;
  opacity: 0.3;
  z-index: 0;
}
.lp-service-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.lp-service-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 190px;
  background: #fff;
}
.lp-service-itemTitle {
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 1.4;
  color: #B48838;
  font-size: 16px;
}
.lp-service-itemTitle .text_s {
  font-size: 12px;
}

/* comparison
-------------------------------------------------------------- */
.lp-comparison {
  position: relative;
  padding: 0 0 80px;
}
.lp-comparison-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.lp-comparison-header-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  line-height: 1.4;
  font-size: 36px;
}
.lp-comparison-header:after {
  content: "";
  display: block;
  width: 20px;
  height: 5px;
  background: #B48838;
}
.lp-comparison-desc {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
.lp-comparison-tableWrapper {
  position: relative;
  padding: 50px;
  background: url("/lp/owner26/images/lp/bg_marble_bluegray.png");
}
.lp-comparison-table {
  width: 100%;
  table-layout: fixed;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.lp-comparison-table th,
.lp-comparison-table td {
  border: 1px solid #E0E0E0;
  padding: 12px 14px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
}
.lp-comparison-table tbody th {
  font-weight: 500;
  text-align: left;
}
.lp-comparison-table thead th {
  padding: 18.5px 0;
  background: #212121;
  color: #fff;
  font-weight: 700;
}
.lp-comparison-table thead th:nth-child(1) {
  background: #FAFAFA;
}
.lp-comparison-table thead th:nth-child(2) {
  background: #C80D0D;
}
.lp-comparison-table tbody td:nth-child(2) {
  background: #FEFFEB;
  color: #C80D0D;
  font-size: 20px;
}
.lp-comparison-table tbody tr:nth-child(odd) th,
.lp-comparison-table tbody tr:nth-child(odd) td:nth-child(3),
.lp-comparison-table tbody tr:nth-child(odd) td:nth-child(4) {
  background: #F5F5F5;
}
.lp-comparison-table br {
  content: "";
  margin: 4px 0;
  display: block;
}
.lp-comparison-notice li {
  display: flex;
  gap: 5px;
  line-height: 1.2;
  font-size: 14px;
}
.lp-comparison-notice li:before {
  content: "※";
}
.lp-comparison-itemTitle {
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 1.4;
  color: #B48838;
  font-size: 16px;
}
.lp-comparison-itemTitle .text_s {
  font-size: 12px;
}

/* target
-------------------------------------------------------------- */
.lp-target {
  position: relative;
  margin-bottom: 80px;
  /* left intro */
  /* right cards */
}
.lp-target .lp-inner {
  position: relative;
}
.lp-target-layout {
  display: flex;
  background: #000;
  border-top: 6px solid #b48838;
}
.lp-target-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 360px;
  padding: 0 30px;
  background: url("/lp/owner26/images/lp/bg_target.jpg") no-repeat center center;
  background-size: cover;
}
.lp-target-introHeader {
  padding: 30px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.lp-target-kicker {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
}
.lp-target-title {
  color: #b48838;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.4;
}
.lp-target-lead {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}
.lp-target-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 60px 30px;
}
.lp-target-item {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.lp-target-itemImage {
  width: 210px;
}
.lp-target-itemImage img {
  display: block;
  width: 100%;
  height: auto;
}
.lp-target-itemBody {
  position: absolute;
  top: 10px;
  left: 180px;
  width: 380px;
  padding: 30px 20px;
  background: #b48838;
}
.lp-target-itemText {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  color: #111;
}
.lp-target-itemTitle {
  font-size: 18px;
  line-height: 1.4;
  font-weight: normal;
}
.lp-target-itemPoints {
  font-size: 16px;
  line-height: 1.6;
  list-style: disc;
  margin-left: 20px;
  color: #fff;
}
.lp-target-type {
  position: absolute;
  top: -32px;
  right: 13px;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-weight: 500;
}
.lp-target-typeLabel {
  font-size: 14px;
  line-height: 1;
}
.lp-target-typeLetter {
  font-size: 60px;
  line-height: 0.8;
}

/* pricing
-------------------------------------------------------------- */
.lp-pricing {
  padding: 80px 0px;
  background: url("/lp/owner26/images/lp/bg_plan.jpg") no-repeat center top;
  background-size: 100% auto;
  /* tables wrapper */
}
.lp-pricing .lp-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.lp-pricing-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 40px 0px 20px;
  background: url("/lp/owner26/images/lp/txt_pricing.svg") no-repeat center top;
  color: #fff;
  text-align: center;
}
.lp-pricing-header:after {
  content: "";
  display: block;
  width: 20px;
  height: 5px;
  background: #B48838;
}
.lp-pricing-title {
  font-size: 36px;
  font-weight: 500;
}
.lp-pricing-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.lp-pricing-card {
  background: #fff;
}
.lp-pricing-cardImage {
  height: 200px;
}
.lp-pricing-cardImage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-pricing-cardBody {
  padding: 20px 30px 30px;
}
.lp-pricing-cardTitle {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
  color: #B48838;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 500;
}
.lp-pricing-cardTitle:before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url("/lp/owner26/images/lp/icon_problem.svg") no-repeat center center;
  background-size: cover;
}
.lp-pricing-cardList {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lp-pricing-cardRow {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 10px;
  line-height: 1.4;
}
.lp-pricing-cardRow dt {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.lp-pricing-cardRow dt:before {
  display: block;
  content: "・";
}
.lp-pricing-cardRow dt:after {
  /*display: block;*/
  /*content: "：";*/
}
.lp-pricing-cardRow dd strong {
  font-size: 20px;
  font-weight: 700;
}
.lp-pricing-note {
  font-size: 16px;
}
.lp-pricing-table {
  width: 100%;
  color: #212121;
  border: 1px solid #E0E0E0;
  border-collapse: separate;
}
.lp-pricing-table .align-middle {
  vertical-align: middle;
}
.lp-pricing-table .text-align-center {
  text-align: center;
}
.lp-pricing-table td, .lp-pricing-table th {
  padding: 8px 10px;
}
.lp-pricing-table th {
  font-size: inherit;
  text-align: left;
  vertical-align: top;
}
.lp-pricing-table td {
  background: #fff;
  font-size: inherit;
  border-left: 1px solid #e0e0e0;
  vertical-align: middle;
}
.lp-pricing-table .th_lv1 {
  background: #212121;
  color: #fff;
}
.lp-pricing-table .th_lv2 {
  background: #FAFAFA;
  border-left: none;
  font-weight: normal;
  vertical-align: middle;
}
.lp-pricing-table .td_head {
  padding: 10px 15px;
  background-color: #FAFAFA;
  vertical-align: top;
}
.lp-pricing-table .tr_line th, .lp-pricing-table .tr_line td {
  border-top: 1px solid #E0E0E0;
}
.lp-pricing-table .line {
  border-bottom: 1px solid #e0e0e0;
}
.lp-pricing-table .plan_balloon {
  position: relative;
  display: block;
  padding: 10px 0 12px;
  margin-bottom: 10px;
  background: #212121;
  border-radius: 200px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.lp-pricing-table .plan_balloon:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #212121;
}
.lp-pricing-table img {
  display: block;
  margin: 0 auto;
}
.lp-pricing-table .all {
  line-height: 1;
  color: #C80D0D;
  font-weight: bold;
}
.lp-pricing-table .caption {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
  line-height: 1.4;
  font-size: 14px;
}
.lp-pricing-table .highlight {
  background-color: #FEFFEB !important;
}
.lp-pricing-table .highlight .plan_balloon {
  background: #C80D0D;
}
.lp-pricing-table .highlight .plan_balloon:before {
  border-top-color: #C80D0D;
}
.lp-pricing-table-1 {
  margin-bottom: 45px;
}
.lp-pricing-table-1 .th_lv1 {
  width: 90px;
  text-align: center;
  vertical-align: middle;
}
.lp-pricing-table-1 .th_lv2 {
  width: 180px;
  padding: 5px 10px;
}
.lp-pricing-table-1 .td_head {
  font-size: 12px;
}
.lp-pricing-table-1 tbody td {
  text-align: center;
  width: 234px;
}
.lp-pricing-table-1 tbody .th_lv2 {
  line-height: 1.6;
  font-size: 14px;
  vertical-align: middle;
  text-align: left;
}
.lp-pricing-table-2 .clr-strong {
  color: #C80D0D;
}
.lp-pricing-table-2 .th_lv2 {
  width: 180px;
}
.lp-pricing-table-2 .planFilter {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 235px;
  height: 55px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}
.lp-pricing-table-2 tbody tr:nth-child(even) th {
  background: #f5f5f5;
}
.lp-pricing-table-2 tbody tr:nth-child(even) td {
  background: #fafafa;
}
.lp-pricing-table-2 tbody td {
  width: 265px;
  text-align: center;
  line-height: 1.2;
}
.lp-pricing-table-2 tbody td .clr-strong {
  font-size: 26px;
  font-weight: bold;
}

/* performance
-------------------------------------------------------------- */
.lp-performance {
  margin-bottom: 80px;
  /* list */
}
.lp-performance .lp-inner {
  position: relative;
}
.lp-performance-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  padding: 40px 0px 20px;
  background: url("/lp/owner26/images/lp/txt_performance.svg") no-repeat center top;
  text-align: center;
}
.lp-performance-header:after {
  content: "";
  display: block;
  width: 20px;
  height: 5px;
  background: #B48838;
}
.lp-performance-title {
  font-size: 36px;
  font-weight: 500;
}
.lp-performance-desc {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
.lp-performance-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  justify-items: center;
}
.lp-performance-item {
  width: 100%;
  height: 258px;
  background: url("/lp/owner26/images/lp/bg_medal.png") no-repeat center center;
  background-size: contain;
}
.lp-performance-item:nth-child(1) {
  animation-delay: 0s;
}
.lp-performance-item:nth-child(2) {
  animation-delay: 0.1s;
}
.lp-performance-item:nth-child(3) {
  animation-delay: 0.2s;
}
.lp-performance-item:nth-child(4) {
  animation-delay: 0.3s;
}
.lp-performance-badge {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 45px 38px;
  text-align: center;
}
.lp-performance-badgeTitle {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #B48838;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 500;
}
.lp-performance-badgeBody {
  margin: auto 0;
}
.lp-performance-text {
  line-height: 1.4;
  background: linear-gradient(180deg, #C69432, #000000);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 20px;
  font-weight: 500;
}
.lp-performance-strong {
  margin-top: 5px;
  line-height: 1.2;
  color: #C80D0D;
  font-size: 22px;
  font-weight: 500;
}
.lp-performance-strong .text_l {
  font-size: 30px;
}
.lp-performance-note {
  line-height: 1.4;
  margin-top: 5px;
  font-size: 12px;
  color: #B48838;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* cta
-------------------------------------------------------------- */
.lp-cta {
  position: relative;
  /* 上の写真ストリップ */
  /* 右 */
  /* 0円枠 */
}
.lp-cta-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.lp-cta-strip img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.lp-cta .lp-inner {
  position: relative;
  z-index: 1;
  padding: 40px 0 70px;
}
.lp-cta-panel {
  position: relative;
  padding: 30px 0;
  background: url("/lp/owner26/images/lp/bg_cta.jpg") no-repeat center center;
  background-size: cover;
}
.lp-cta .lp-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 30px 40px 30px 30px;
  background: #fff;
}
.lp-cta-left {
  width: 447px;
}
.lp-cta-title {
  margin: 0 0 5px;
  color: #B48838;
  font-size: 36px;
  font-weight: 500;
}
.lp-cta-lead {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.6;
}
.lp-cta-right {
  position: relative;
  display: flex;
  flex: 1;
  align-items: flex-end;
}
.lp-cta-person {
  position: relative;
  display: block;
  width: 280px;
  height: auto;
  z-index: 2;
}
.lp-cta-price {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  padding: 20px 0;
  border: 3px solid #C80D0D;
  color: #C80D0D;
  text-align: center;
  background: #fff;
}
.lp-cta-priceLabel {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
.lp-cta-priceValue {
  display: flex;
  justify-content: center;
  align-items: baseline;
  line-height: 1;
}
.lp-cta-priceNum {
  font-size: 120px;
  font-weight: 500;
  line-height: 0.8;
}
.lp-cta-priceUnit {
  font-size: 40px;
}

/* 追従フッター
-------------------------------------------------------------- */
.c-floatingNavi {
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}
.c-floatingNavi.is-active {
  opacity: 1;
}
.c-floatingNavi.is-active + #pagetop {
  bottom: 120px;
}
.c-floatingNavi .l-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.c-floatingNavi-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.c-floatingNavi .tel_item {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
.c-floatingNavi .tel_item_numberWrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-floatingNavi .tel_item_no {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #C80D0D;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
.c-floatingNavi .tel_item_text {
  font-size: 14px;
}
.c-floatingNavi .tel_item_label {
  position: relative;
  display: flex;
  align-items: center;
  height: 56px;
  margin-right: 20px;
  padding-left: 10px;
  border: 1px solid #C80D0D;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.4;
  color: #C80D0D;
}
.c-floatingNavi .tel_item_label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 29px 0 29px 20px;
  border-color: transparent transparent transparent #C80D0D;
  translate: 100% -50%;
}
.c-floatingNavi .tel_item_label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 27.3px 0 27.3px 18.8px;
  border-color: transparent transparent transparent #fff;
  translate: 100% -50%;
}

@keyframes blur-anime {
  from {
    opacity: 0;
    filter: blur(15px);
  }
  66% {
    opacity: 0.2;
    filter: blur(6px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}

.lp-kv-merit-cta-btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.lp-kv-merit-cta-btn .lp-cta-btn {
  padding: 10px 12px;
}
.lp-kv-merit-cta-btn .tel_item {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
}
.lp-kv-merit-cta-btn .tel_item_label {
  position: relative;
  display: flex;
  align-items: center;
  height: 56px;
  margin-right: 20px;
  padding-left: 10px;
  border: 1px solid #C80D0D;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.4;
  color: #C80D0D;
}
.lp-kv-merit-cta-btn .tel_item_label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 29px 0 29px 20px;
  border-color: transparent transparent transparent #C80D0D;
  translate: 100% -50%;
}
.lp-kv-merit-cta-btn .tel_item_label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 27.3px 0 27.3px 18.8px;
  border-color: transparent transparent transparent #fff;
  translate: 100% -50%;
}
.lp-kv-merit-cta-btn .tel_item_numberWrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lp-kv-merit-cta-btn .tel_item_no {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #C80D0D;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}
.lp-kv-merit-cta-btn .tel_item_text {
  font-size: 14px;
}
