@charset "UTF-8";

.jyusetu-page-sales {
  --sales-blue: #0192d1;
  --sales-blue-dark: #006d9f;
  --sales-blue-pale: #eaf8fd;
  --sales-orange: #ef8103;
  --sales-gray: #f3f3f3;
  --sales-text: #000;
  width: 100%;
  margin: 0 auto;
  color: var(--sales-text);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  overflow: hidden;
}

.jyusetu-page-sales,
.jyusetu-page-sales * {
  box-sizing: border-box;
}

.jyusetu-page-sales img {
  display: block;
  max-width: 100%;
  height: auto;
}

.jyusetu-page-sales h1,
.jyusetu-page-sales h2,
.jyusetu-page-sales h3,
.jyusetu-page-sales p,
.jyusetu-page-sales ul {
  margin-top: 0;
}

.sales-main {
  background: #fff;
}

.jyusetu-page-sales .pankuzu {
  margin: 0 0 14px;
  padding: 9px 12px;
  color: #6b7280;
  font-size: 11px;
  line-height: 1.55;
  background: #f3f3f3;
}

.jyusetu-page-sales .pankuzu a {
  color: #4b5563;
  text-decoration: underline;
}

.sales-top-banner {
  margin: 0 0 18px;
  background: #fff;
}

.sales-top-banner img {
  width: 100%;
}

.sales-hero {
  position: relative;
  min-height: 610px;
  padding: 39px 21px 31px;
  background: linear-gradient(145deg, #006fa6 0%, var(--sales-blue) 68%, #50bee4 100%);
  color: #fff;
  overflow: hidden;
}

.sales-hero::before {
  position: absolute;
  width: 230px;
  height: 230px;
  top: -145px;
  left: -105px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
}

.sales-hero__body {
  position: relative;
  z-index: 2;
}

.sales-hero__eyebrow {
  display: inline-block;
  margin-bottom: 15px;
  padding: 4px 12px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.sales-hero h1 {
  margin-bottom: 15px;
  color: #fff;
  font-size: clamp(25px, 7vw, 31px);
  line-height: 1.42;
  letter-spacing: 0.02em;
}

.sales-hero h1 span {
  display: inline-block;
  margin-top: 4px;
  color: #fff;
  font-size: clamp(30px, 8vw, 38px);
  line-height: 1.32;
}

.sales-hero__lead {
  margin-bottom: 21px;
  font-size: 14px;
  line-height: 1.75;
}

.sales-hero__visual {
  position: absolute;
  z-index: 1;
  right: -5px;
  bottom: 12px;
  display: flex;
  width: 94%;
  height: 250px;
  align-items: center;
  justify-content: center;
}

.sales-hero__visual::before {
  position: absolute;
  width: 275px;
  height: 275px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 15px 35px rgba(0, 57, 89, 0.17);
  content: "";
}

.sales-hero__visual img {
  position: relative;
  z-index: 1;
  width: 290px;
  max-height: 230px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.sales-hero__sun {
  position: absolute;
  z-index: 3;
  top: -4px;
  right: 9px;
  display: grid;
  width: 69px;
  height: 69px;
  place-items: center;
  border: 4px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  background: #e00000;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  transform: rotate(8deg);
}

.sales-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 54px;
  padding: 11px 18px;
  border-radius: 7px;
  background: var(--sales-orange);
  box-shadow: 0 5px 13px rgba(141, 73, 0, 0.2);
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
}

.sales-button--hero {
  width: 222px;
  min-height: 47px;
  padding: 8px 16px;
  background: #fff;
  box-shadow: none;
  color: var(--sales-blue-dark) !important;
  font-size: 14px;
}

.sales-button--hero::after {
  content: "↓";
}

.sales-section {
  padding: 53px 20px;
}

.sales-section__label {
  margin-bottom: 5px;
  color: var(--sales-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-align: center;
}

.sales-section > h2 {
  margin-bottom: 27px;
  color: var(--sales-text);
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}

.sales-section > h2::after {
  display: block;
  width: 42px;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 3px;
  background: var(--sales-blue);
  content: "";
}

.sales-section__intro {
  margin: -10px 0 31px;
  font-size: 15px;
  line-height: 1.75;
  text-align: center;
}

.sales-reason-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.sales-reason-card {
  position: relative;
  padding: 25px 21px 22px;
  border: 1px solid #dcebf1;
  border-top: 4px solid var(--sales-blue);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(1, 85, 123, 0.07);
}

.sales-reason-card__number {
  position: absolute;
  top: 14px;
  right: 17px;
  color: #d8eef7;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.sales-reason-card h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--sales-blue-dark);
  font-size: 19px;
}

.sales-reason-card h3::before {
  color: #198754;
  content: "✓";
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.sales-reason-card p {
  margin-bottom: 0;
  color: #000;
  font-size: 15px;
  line-height: 1.8;
}

.sales-note {
  margin: 23px 0 0;
  color: #000;
  font-size: 13px;
  line-height: 1.75;
}

.sales-stock-message {
  margin: 0 20px 4px;
  padding: 27px 23px;
  border-radius: 11px;
  background: linear-gradient(130deg, var(--sales-blue-dark), var(--sales-blue));
  color: #fff;
  box-shadow: 0 9px 23px rgba(0, 105, 153, 0.17);
  text-align: center;
}

.sales-stock-message__icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 auto 13px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
  font-size: 29px;
  font-weight: 700;
}

.sales-stock-message__catch {
  margin-bottom: 2px;
  color: #d8f5ff;
  font-size: 13px;
  font-weight: 700;
}

.sales-stock-message h2 {
  margin-bottom: 9px;
  color: #fff;
  font-size: 21px;
  line-height: 1.45;
}

.sales-stock-message p:last-child {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.7;
}

.sales-sp-only {
  display: block;
}

.sales-section--products {
  background: #fff;
}

.sales-product {
  margin-bottom: 22px;
  border: 1px solid #d9e6eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 23px rgba(43, 79, 94, 0.1);
  overflow: hidden;
}

.sales-product__image {
  position: relative;
  display: flex;
  min-height: 255px;
  align-items: center;
  justify-content: center;
  padding: 35px 22px 20px;
  background: #fff;
}

.sales-product__image img {
  width: 100%;
  max-height: 230px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.sales-product__stock {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  padding: 4px 11px;
  border-radius: 999px;
  background: var(--sales-orange);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.sales-product__body {
  padding: 28px 21px 25px;
  border-top: 1px solid #e5edf0;
}

.sales-product__year {
  display: inline-block;
  margin-bottom: 9px;
  padding: 3px 10px;
  border: 1px solid var(--sales-blue);
  border-radius: 4px;
  color: var(--sales-blue-dark);
  font-size: 13px;
  font-weight: 700;
}

.sales-product__maker {
  margin-bottom: 3px;
  color: var(--sales-blue-dark);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.sales-product__maker span {
  margin-left: 3px;
  color: #000;
  font-size: 13px;
  letter-spacing: 0;
}

.sales-product h3 {
  margin-bottom: 13px;
  color: #000;
  font-size: 21px;
  line-height: 1.35;
}

.sales-product h3 span {
  font-size: 16px;
}

.sales-product__price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: -2px 0 16px;
  color: #e00000;
  line-height: 1.25;
}

.sales-product__price strong {
  font-size: 27px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.sales-product__price span {
  font-size: 13px;
  font-weight: 700;
}

.sales-product__specs {
  display: flex;
  gap: 5px;
  margin-bottom: 13px;
  padding: 0;
  list-style: none;
}

.sales-product__specs li {
  flex: 1;
  padding: 4px 6px;
  border-radius: 4px;
  background: var(--sales-gray);
  color: #000;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.sales-product__copy {
  margin-bottom: 20px;
  color: #000;
  font-size: 14px;
  line-height: 1.8;
}

.sales-product .sales-button {
  background: #e00000;
  box-shadow: 0 5px 13px rgba(160, 0, 0, 0.2);
}

.sales-note--products {
  margin-top: -3px;
}

.sales-section--trust {
  background: #fff;
}

.sales-trust__heading {
  margin-bottom: 23px;
}

.sales-trust__heading .sales-section__label {
  text-align: left;
}

.sales-trust__heading h2 {
  margin-bottom: 13px;
  color: var(--sales-text);
  font-size: 24px;
  line-height: 1.5;
}

.sales-trust__heading > p:last-child {
  margin-bottom: 0;
  padding-left: 15px;
  border-left: 2px solid var(--sales-blue);
  color: #000;
  font-size: 15px;
  line-height: 1.75;
}

.sales-trust__points {
  display: grid;
  gap: 10px;
}

.sales-trust-card {
  position: relative;
  min-height: 91px;
  padding: 18px 15px 17px 71px;
  border-radius: 8px;
  background: #fff;
}

.sales-trust-card > span {
  position: absolute;
  top: 23px;
  left: 18px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--sales-blue-pale);
  color: var(--sales-blue-dark);
  font-size: 12px;
  font-weight: 800;
}

.sales-trust-card h3 {
  margin-bottom: 2px;
  color: var(--sales-blue-dark);
  font-size: 16px;
}

.sales-trust-card p {
  margin-bottom: 0;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
}

.sales-final {
  position: relative;
  padding: 48px 20px;
  background: var(--sales-blue-dark);
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.sales-final::before,
.sales-final::after {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 28px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  content: "";
}

.sales-final::before {
  top: -95px;
  left: -85px;
}

.sales-final::after {
  right: -85px;
  bottom: -100px;
}

.sales-final__eyebrow {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
  color: #9bddf6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.sales-final h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  color: #fff;
  font-size: 23px;
  line-height: 1.5;
}

.sales-final > p:not(.sales-final__eyebrow) {
  position: relative;
  z-index: 1;
  margin-bottom: 21px;
  font-size: 14px;
}

.sales-button--final {
  position: relative;
  z-index: 1;
  max-width: 330px;
  margin: 0 auto;
}
