@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: 780px;
  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.8;
  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;
}

.jyusetu-page-sales a {
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.jyusetu-page-sales a:hover {
  opacity: 0.86;
}

.sales-main {
  background: #fff;
}

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

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

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

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

.sales-hero {
  position: relative;
  display: grid;
  grid-template-columns: 53% 47%;
  min-height: 430px;
  background: linear-gradient(135deg, #006fa6 0%, var(--sales-blue) 68%, #50bee4 100%);
  color: #fff;
  overflow: hidden;
}

.sales-hero::before,
.sales-hero::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
}

.sales-hero::before {
  width: 310px;
  height: 310px;
  top: -170px;
  left: -120px;
}

.sales-hero::after {
  width: 210px;
  height: 210px;
  right: -80px;
  bottom: -100px;
}

.sales-hero__body {
  position: relative;
  z-index: 2;
  padding: 60px 0 54px 46px;
}

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

.sales-hero h1 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 32px;
  line-height: 1.42;
  letter-spacing: 0.03em;
}

.sales-hero h1 span {
  display: inline-block;
  margin-top: 7px;
  color: #fff;
  font-size: 39px;
  line-height: 1.3;
}

.sales-hero__lead {
  width: 350px;
  margin-bottom: 27px;
  font-size: 16px;
  line-height: 1.75;
}

.sales-hero__visual {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 56px 27px 30px 0;
}

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

.sales-hero__visual img {
  position: relative;
  z-index: 1;
  width: 315px;
  mix-blend-mode: multiply;
}

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

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

.sales-button:hover {
  box-shadow: 0 7px 16px rgba(141, 73, 0, 0.27);
  transform: translateY(-2px);
}

.sales-button--hero {
  width: 252px;
  min-height: 52px;
  padding: 10px 20px;
  background: #fff;
  box-shadow: none;
  color: var(--sales-blue-dark) !important;
  font-size: 16px;
}

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

.sales-section {
  padding: 70px 48px;
}

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

.sales-section > h2,
.sales-section__heading h2 {
  margin-bottom: 33px;
  color: var(--sales-text);
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}

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

.sales-section__intro {
  margin: -13px 0 40px;
  font-size: 17px;
  text-align: center;
}

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

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

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

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

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

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

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

.sales-note {
  margin: 28px 0 0;
  color: #000;
  font-size: 14px;
  line-height: 1.8;
}

.sales-stock-message {
  display: flex;
  gap: 25px;
  align-items: center;
  margin: 0 48px 10px;
  padding: 31px 38px;
  border-radius: 12px;
  background: linear-gradient(120deg, var(--sales-blue-dark), var(--sales-blue));
  color: #fff;
  box-shadow: 0 10px 26px rgba(0, 105, 153, 0.17);
}

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

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

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

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

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

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

.sales-product {
  display: grid;
  grid-template-columns: 48% 52%;
  margin-bottom: 28px;
  border: 1px solid #d9e6eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(43, 79, 94, 0.1);
  overflow: hidden;
}

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

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

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

.sales-product__body {
  padding: 38px 30px 34px;
  border-left: 1px solid #e5edf0;
}

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

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

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

.sales-product h3 {
  margin-bottom: 15px;
  color: #000;
  font-size: 23px;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

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

.sales-product__price {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin: -3px 0 18px;
  color: #e00000;
  line-height: 1.25;
}

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

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

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

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

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

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

.sales-product .sales-button:hover {
  box-shadow: 0 7px 16px rgba(160, 0, 0, 0.27);
}

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

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

.sales-trust__heading {
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: end;
  margin-bottom: 28px;
}

.sales-trust__heading .sales-section__label {
  grid-column: 1 / -1;
  text-align: left;
}

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

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

.sales-trust__points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.sales-trust-card {
  padding: 24px 18px 22px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.sales-trust-card > span {
  display: grid;
  width: 39px;
  height: 39px;
  margin: 0 auto 13px;
  place-items: center;
  border-radius: 50%;
  background: var(--sales-blue-pale);
  color: var(--sales-blue-dark);
  font-size: 13px;
  font-weight: 800;
}

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

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

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

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

.sales-final::before {
  top: -110px;
  left: -90px;
}

.sales-final::after {
  right: -90px;
  bottom: -120px;
}

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

.sales-final h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  color: #fff;
  font-size: 29px;
}

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

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