@keyframes zoomPC {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomSD {
  0% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
:root {
  --bk: #000;
  --bk00: rgb(0 0 0 / 0);
  --bk05: rgb(0 0 0 / .05);
  --bk10: rgb(0 0 0 / .10);
  --bk15: rgb(0 0 0 / .15);
  --bk20: rgb(0 0 0 / .20);
  --bk25: rgb(0 0 0 / .25);
  --bk30: rgb(0 0 0 / .30);
  --bk35: rgb(0 0 0 / .35);
  --bk40: rgb(0 0 0 / .40);
  --bk45: rgb(0 0 0 / .45);
  --bk50: rgb(0 0 0 / .50);
  --bk55: rgb(0 0 0 / .55);
  --bk60: rgb(0 0 0 / .60);
  --bk65: rgb(0 0 0 / .65);
  --bk70: rgb(0 0 0 / .70);
  --bk75: rgb(0 0 0 / .75);
  --bk80: rgb(0 0 0 / .80);
  --bk85: rgb(0 0 0 / .85);
  --bk90: rgb(0 0 0 / .90);
  --bk95: rgb(0 0 0 / .95);
  --wh: #fff;
  --wh00: rgb(255 255 255 / 0);
  --wh05: rgb(255 255 255 / .05);
  --wh10: rgb(255 255 255 / .10);
  --wh15: rgb(255 255 255 / .15);
  --wh20: rgb(255 255 255 / .20);
  --wh25: rgb(255 255 255 / .25);
  --wh30: rgb(255 255 255 / .30);
  --wh35: rgb(255 255 255 / .35);
  --wh40: rgb(255 255 255 / .40);
  --wh45: rgb(255 255 255 / .45);
  --wh50: rgb(255 255 255 / .50);
  --wh55: rgb(255 255 255 / .55);
  --wh60: rgb(255 255 255 / .60);
  --wh65: rgb(255 255 255 / .65);
  --wh70: rgb(255 255 255 / .70);
  --wh75: rgb(255 255 255 / .75);
  --wh80: rgb(255 255 255 / .80);
  --wh85: rgb(255 255 255 / .85);
  --wh90: rgb(255 255 255 / .90);
  --wh95: rgb(255 255 255 / .95);
  --key: #55595e;
  --key00: rgb(85 89 94 / 0);
  --key05: rgb(85 89 94 / .05);
  --key10: rgb(85 89 94 / .10);
  --key15: rgb(85 89 94 / .15);
  --key20: rgb(85 89 94 / .20);
  --key25: rgb(85 89 94 / .25);
  --key30: rgb(85 89 94 / .30);
  --key35: rgb(85 89 94 / .35);
  --key40: rgb(85 89 94 / .40);
  --key45: rgb(85 89 94 / .45);
  --key50: rgb(85 89 94 / .50);
  --key55: rgb(85 89 94 / .55);
  --key60: rgb(85 89 94 / .60);
  --key65: rgb(85 89 94 / .65);
  --key70: rgb(85 89 94 / .70);
  --key75: rgb(85 89 94 / .75);
  --key80: rgb(85 89 94 / .80);
  --key85: rgb(85 89 94 / .85);
  --key90: rgb(85 89 94 / .90);
  --key95: rgb(85 89 94 / .95);
  --accent: #2ea7e0;
  --accent00: rgb(46 167 224 / 0);
  --accent10: rgb(46 167 224 / .10);
  --accent20: rgb(46 167 224 / .20);
  --accent30: rgb(46 167 224 / .30);
  --accent50: rgb(46 167 224 / .50);
  --dark: #1e2028;
  --light: #f2f3f5;
  --border: #dde0e6;
  --sub: #5a6070;
  --silver: #b0b8c8;
  --red: #dc4040;
}

.display-stand {
  padding-top: 3.75rem;
}
@media (max-width: 768px) {
  .display-stand {
    padding-top: 12.5vw;
  }
}

.display-stand-hero {
  background: linear-gradient(135deg, var(--dark) 0%, var(--key) 100%), url("../images/visual-texture.jpg") center/cover no-repeat;
  background-blend-mode: multiply;
  padding: 5rem 2.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .display-stand-hero {
    padding: 12.5vw 8.3333333333vw;
  }
}
.display-stand-hero .catch {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--wh);
  background-color: var(--accent);
  padding: 0.375rem 1rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .display-stand-hero .catch {
    font-size: 2.9166666667vw;
  }
}
.display-stand-hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--wh);
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .display-stand-hero h1 {
    font-size: 6.6666666667vw;
  }
}
.display-stand-hero .sub {
  font-size: 0.75rem;
  color: var(--wh40);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 768px) {
  .display-stand-hero .sub {
    font-size: 2.5vw;
  }
}

.display-stand-body {
  padding: 5rem 0 6.25rem;
}
@media (max-width: 768px) {
  .display-stand-body {
    padding: 12.5vw 0 16.6666666667vw;
  }
}

.display-stand-main {
  text-align: center;
  margin-bottom: 4.5rem;
}
@media (max-width: 768px) {
  .display-stand-main {
    margin-bottom: 10vw;
  }
}
.display-stand-main .main-catch {
  font-size: 1.125rem;
  color: var(--sub);
  margin-bottom: 1.25rem;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .display-stand-main .main-catch {
    font-size: 3.3333333333vw;
    margin-bottom: 3.3333333333vw;
  }
}
.display-stand-main .main-catch strong {
  font-size: 1.5rem;
  color: var(--key);
  font-weight: 700;
}
@media (max-width: 768px) {
  .display-stand-main .main-catch strong {
    font-size: 3.75vw;
  }
}
.display-stand-main .main-catch span {
  display: block;
}
.display-stand-main img {
  max-width: 42.5rem;
  width: 100%;
  height: auto;
}
.display-stand-main .main-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  font-size: 1rem;
  color: var(--sub);
  line-height: 1.7;
}
@media (max-width: 768px) {
  .display-stand-main .main-sub {
    font-size: 3.3333333333vw;
    margin-top: 3.3333333333vw;
    gap: 2.5vw;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}
.display-stand-main .main-sub strong {
  font-size: 1.125rem;
  color: var(--bk);
  font-weight: 700;
}
@media (max-width: 768px) {
  .display-stand-main .main-sub strong {
    font-size: 3.3333333333vw;
  }
}
.display-stand-main .main-sub span strong {
  color: var(--key);
}

.display-stand-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 768px) {
  .display-stand-features {
    grid-template-columns: 1fr;
    gap: 3.3333333333vw;
    margin-bottom: 10vw;
  }
}
.display-stand-features .feature-item {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  background-color: var(--light);
  border: 1px solid var(--border);
  padding: 2rem 1.75rem;
}
@media (max-width: 768px) {
  .display-stand-features .feature-item {
    padding: 5vw 4.1666666667vw;
    gap: 3.3333333333vw;
  }
}
.display-stand-features .feature-num {
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--wh);
  background-color: var(--accent);
  padding: 0.3125rem 0.75rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .display-stand-features .feature-num {
    font-size: 2.5vw;
    padding: 1.0416666667vw 2.5vw;
  }
}
.display-stand-features .feature-body h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--bk);
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .display-stand-features .feature-body h3 {
    font-size: 3.3333333333vw;
  }
}
.display-stand-features .feature-body p {
  font-size: 0.875rem;
  color: var(--sub);
  line-height: 1.9;
}
@media (max-width: 768px) {
  .display-stand-features .feature-body p {
    font-size: 2.9166666667vw;
  }
}
.display-stand-features .feature-body p strong {
  color: var(--accent);
  font-weight: 700;
}

.display-stand-spec {
  background-color: var(--wh);
  border: 1px solid var(--border);
  padding: 3rem 3rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 768px) {
  .display-stand-spec {
    padding: 6.6666666667vw 5vw;
    margin-bottom: 10vw;
  }
}
.display-stand-spec .spec-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--bk);
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--border);
}
@media (max-width: 768px) {
  .display-stand-spec .spec-title {
    font-size: 3.75vw;
  }
}
.display-stand-spec table {
  width: 100%;
  border-top: 1px solid var(--border);
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .display-stand-spec table {
    margin-bottom: 6.6666666667vw;
  }
}
.display-stand-spec table tr {
  border-bottom: 1px solid var(--border);
}
.display-stand-spec table th {
  width: 8.75rem;
  padding: 0.875rem 1rem 0.875rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--silver);
  vertical-align: top;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .display-stand-spec table th {
    display: block;
    width: 100%;
    font-size: 2.9166666667vw;
    padding: 2.5vw 0 0.4166666667vw;
    white-space: normal;
  }
}
.display-stand-spec table td {
  padding: 0.875rem 0;
  font-size: 1rem;
  color: var(--bk);
  line-height: 1.7;
}
@media (max-width: 768px) {
  .display-stand-spec table td {
    display: block;
    width: 100%;
    font-size: 2.9166666667vw;
    padding: 0.4166666667vw 0 2.5vw;
  }
}
.display-stand-spec .spec-price {
  text-align: center;
  background-color: var(--light);
  padding: 2rem 1.5rem;
}
@media (max-width: 768px) {
  .display-stand-spec .spec-price {
    padding: 5vw 4.1666666667vw;
  }
}
.display-stand-spec .spec-price .price-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .display-stand-spec .spec-price .price-label {
    font-size: 2.5vw;
  }
}
.display-stand-spec .spec-price .price-value {
  font-size: 1.125rem;
  color: var(--bk);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .display-stand-spec .spec-price .price-value {
    font-size: 3.3333333333vw;
  }
}
.display-stand-spec .spec-price .price-value span {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--key);
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .display-stand-spec .spec-price .price-value span {
    font-size: 10vw;
  }
}
.display-stand-spec .spec-price .price-value small {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .display-stand-spec .spec-price .price-value small {
    font-size: 3.3333333333vw;
  }
}
.display-stand-spec .spec-price .price-note {
  font-size: 0.75rem;
  color: var(--silver);
}
@media (max-width: 768px) {
  .display-stand-spec .spec-price .price-note {
    font-size: 2.5vw;
  }
}

.display-stand-order {
  text-align: center;
  margin-bottom: 4.5rem;
}
@media (max-width: 768px) {
  .display-stand-order {
    margin-bottom: 10vw;
  }
}
.display-stand-order .order-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--bk);
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .display-stand-order .order-title {
    font-size: 3.75vw;
  }
}
.display-stand-order .order-desc {
  font-size: 0.875rem;
  color: var(--sub);
  line-height: 1.9;
  margin-bottom: 1.75rem;
}
@media (max-width: 768px) {
  .display-stand-order .order-desc {
    font-size: 2.9166666667vw;
    text-align: left;
  }
}
.display-stand-order .order-box {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  border: 2px solid var(--border);
  padding: 2rem 3rem;
}
@media (max-width: 768px) {
  .display-stand-order .order-box {
    flex-direction: column;
    padding: 5vw 4.1666666667vw;
    gap: 3.3333333333vw;
    width: 100%;
  }
}
.display-stand-order .order-fax {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .display-stand-order .order-fax {
    gap: 2.5vw;
  }
}
.display-stand-order .order-fax .fax-label {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: var(--silver);
}
@media (max-width: 768px) {
  .display-stand-order .order-fax .fax-label {
    font-size: 2.5vw;
  }
}
.display-stand-order .order-fax .fax-num {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--bk);
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .display-stand-order .order-fax .fax-num {
    font-size: 3.75vw;
  }
}
.display-stand-order .btn-order {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2.5rem;
  background-color: var(--key);
  color: var(--wh);
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}
@media (max-width: 768px) {
  .display-stand-order .btn-order {
    padding: 2.9166666667vw 5.8333333333vw;
    font-size: 2.9166666667vw;
    width: 100%;
    justify-content: center;
  }
}
@media (any-hover: hover) {
  .display-stand-order .btn-order:hover {
    opacity: 1;
    transform: translateY(-0.125rem);
    box-shadow: 0 0.375rem 1.25rem var(--key20);
  }
}
.display-stand-order .btn-order:link, .display-stand-order .btn-order:visited {
  color: var(--wh);
}

.display-stand-cta {
  background-color: var(--key);
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .display-stand-cta {
    padding: 12.5vw 0;
  }
}
.display-stand-cta .cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .display-stand-cta .cta-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 6.6666666667vw;
  }
}
.display-stand-cta .cta-text h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--wh);
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .display-stand-cta .cta-text h2 {
    font-size: 5vw;
  }
}
.display-stand-cta .cta-text p {
  font-size: 0.875rem;
  color: var(--wh70);
  line-height: 1.8;
}
@media (max-width: 768px) {
  .display-stand-cta .cta-text p {
    font-size: 2.9166666667vw;
  }
}
.display-stand-cta .cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}
@media (max-width: 768px) {
  .display-stand-cta .cta-actions {
    align-items: flex-start;
    gap: 3.3333333333vw;
    width: 100%;
  }
}
.display-stand-cta .btn-tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-decoration: none;
}
@media (max-width: 768px) {
  .display-stand-cta .btn-tel {
    align-items: flex-start;
  }
}
.display-stand-cta .btn-tel .tel-label {
  font-size: 0.75rem;
  color: var(--wh60);
  margin-bottom: 0.25rem;
}
@media (max-width: 768px) {
  .display-stand-cta .btn-tel .tel-label {
    font-size: 2.5vw;
  }
}
.display-stand-cta .btn-tel .tel-num {
  font-size: 2rem;
  font-weight: 700;
  color: var(--wh);
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .display-stand-cta .btn-tel .tel-num {
    font-size: 6.6666666667vw;
  }
}
.display-stand-cta .btn-contact {
  display: inline-flex;
  align-items: center;
  padding: 0.875rem 2.25rem;
  background-color: var(--wh);
  color: var(--key);
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}
@media (max-width: 768px) {
  .display-stand-cta .btn-contact {
    padding: 2.9166666667vw 5.8333333333vw;
    font-size: 2.9166666667vw;
    width: 100%;
    justify-content: center;
  }
}
@media (any-hover: hover) {
  .display-stand-cta .btn-contact:hover {
    opacity: 1;
    transform: translateY(-0.125rem);
    box-shadow: 0 0.375rem 1.25rem var(--bk20);
  }
}
.display-stand-cta .btn-contact:link, .display-stand-cta .btn-contact:visited {
  color: var(--key);
}
