:root {
  --BLK000: #000000;
  --BLK2: #222527;
  --BG: #f0f0f3;
  --BLK1: #3E4C59;
}

@font-face {
  font-family: "DIN Condensed";
  src: url(../webfont/DIN_Condensed_Bold.ttf) format("truetype");
}

/* // <uniquifier>: Use a unique and descriptive class name */
/* // <weight>: Use a value from 200 to 700 */

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  /* font-weight: <weight>; */
  font-style: normal;
}

body {
  background-color: var(--BG);
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
  font-weight: 400;
  font-style: normal;
  position: relative;
}

@media screen and (min-width: 768px) {
  section {
    font-size: 18px;
  }

  .sp_only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }

  section {
    padding-top: 8.6vw;
    padding-bottom: 8.6vw;
  }
}

.grid-container {
  display: grid;
}

.flex-container {
  display: flex;
}

iframe {
  border: 0;
}

.section-inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1920px;
  position: relative;
}

.emboss {
  border-radius: 40px;
  background: var(--BG-f0f0f3, #F0F0F3);
  /* shadow button */
  box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.10) inset, 2px 2px 4px 0px #FFF inset, -5px -5px 5px 0px rgba(255, 255, 255, 0.40), 10px 10px 20px 0px rgba(170, 170, 204, 0.50);
}

.deboss {
  background: var(--BG-f0f0f3, #F0F0F3);

  /* table shadow */
  box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.50) inset, 5px 5px 10px 0px rgba(170, 170, 204, 0.25) inset, 10px 10px 20px 0px rgba(170, 170, 204, 0.50) inset, -10px -10px 20px 0px #FFF inset;
}

span.en,
div.en {
  leading-trim: both;
  text-edge: cap;
  font-family: "DIN Condensed";
  font-weight: 700;
  margin-top: .3em;
  text-transform: uppercase;
  letter-spacing: initial;
}

.title {
  margin-top: 10px;
  font-size: 32px;
  line-height: 1.625em;
}

@media screen and (max-width: 1159px) {
  .title {
    font-size: clamp(1.25rem, 1.012rem + 1.19vw, 1.875rem);
  }
}

@media screen and (max-width: 767px) {
  .flex-container>* {
    width: 50%;
  }

  .actions .flex-container>* {
    min-width: 260px;
  }
}

.kv {
  max-height: 840px;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 0;
}

.kv .section-inner {
  max-width: 1050px;
  display: grid;
  grid-template-columns: 460px 545px;
}

.kv .title {
  letter-spacing: 2px;
  text-align: center;
  grid-column: 1 / 3;
  grid-row: 2 / 3;
}

@media screen and (max-width: 1049px) {
  .kv .section-inner {
    grid-template-columns: 39.6% 1fr;
  }
}

@media screen and (min-width: 769px) {
  .kv {
    margin-top: 60px;
  }

  .kv .title {
    letter-spacing: 8px;
  }
}

/* ST-350 */
.product-st350 .kv h1 {
  width: 100%;
  max-width: 460px;
  display: block;
  aspect-ratio: 892 / 537;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background-image: url('../img/contents/lp/st-350/st350.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.product-st350 .kv figure {
  max-width: 450px;
  grid-column: 2 / 3;
  overflow: visible;
  z-index: 1;
  position: relative;
}

.product-st350 .kv figure img {
  position: relative;
  left: -22%;
}

/* ST-711/712 */
.product-st71x .kv .section-inner {
  max-width: 1000px;
  display: block;
  position: relative;
  aspect-ratio: 3.3 / 2;
}

.product-st71x .kv h1 {
  width: 100%;
  max-width: 725px;
  display: block;
  aspect-ratio: 1438 / 563;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background-image: url('../img/contents/lp/st-71x/st711_712.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.product-st71x .kv figure {
  max-width: 588px;
  position: absolute;
  right: 40px;
  top: 10px;
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  .product-st71x .kv .section-inner {
    height: 60vw;
    aspect-ratio: initial;
  }

  .product-st71x .kv h1 {
    width: 72.5vw;
  }

  .product-st71x .kv figure {
    width: 58.8vw;
  }
}

/* ST-489 */
.product-st489 .kv .section-inner {
  display: block;
  /* grid-template-columns: 450px 450px; */
}

.product-st489 .kv h1 {
  width: 100%;
  max-width: 450px;
  display: block;
  aspect-ratio: 902 / 563;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background-image: url('../img/contents/lp/st-489/product-name.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.product-st489 .kv figure {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10%;
  max-width: 545px;
  overflow: visible;
  z-index: 1;
  position: relative;
}

.product-st489 .kv figure img {
  margin-left: auto;
  margin-right: auto;
  max-width: 310px;
  position: relative;
  /* left: -25%; */
  /* top: 14%; */
}

@media screen and (max-width: 1000px) {
  .product-st489 .kv .section-inner {
    /* height: 60vw; */
    aspect-ratio: initial;
  }

  .product-st489 .kv h1 {
    width: 50vw;
  }

  .product-st489 .kv figure {
    /* width: 58.8vw; */
  }
}

@media screen and (max-width: 767px) {
  .product-st489 .kv figure img {
    margin-top: 10vw;
    margin-left: auto;
    margin-right: auto;
    width: 50vw;
  }
}

/* ST-632 */
.product-st632 .kv .section-inner {
  display: block;
  /* grid-template-columns: 450px 450px; */
}

.product-st632 .kv h1 {
  width: 100%;
  max-width: 450px;
  display: block;
  aspect-ratio: 902 / 563;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background-image: url('../img/contents/lp/st-632/product-name.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.product-st632 .kv figure {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  overflow: visible;
  z-index: 1;
  position: relative;
}

.product-st632 .kv figure img {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .product-st632 .kv .section-inner {
    aspect-ratio: initial;
  }

  .product-st632 .kv h1 {
    width: 50vw;
  }
}

@media screen and (max-width: 767px) {
  .product-st632 .kv figure {
    padding-top: clamp(40, 78.272px + -10.2vw, 0px);
    width: clamp(300px, -82.656px + 102.04vw, 700px);
  }

  .product-st632 .kv figure img {
    margin-top: 10vw;
    margin-left: auto;
    margin-right: auto;
  }
}

/* SOD-523 */
.product-sod523 .selling-point {
  display: none !important;
}

.product-sod523 .kv .section-inner {
  /* display: block; */
  /* grid-template-columns: 450px 450px; */
}

.product-sod523 .kv h1 {
  width: 100%;
  max-width: 580px;
  display: block;
  aspect-ratio: 902 / 563;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background-image: url('../img/contents/lp/st-632/product-name.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.product-sod523 .kv figure {
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  grid-column: 2 / 3;
  overflow: visible;
  z-index: 1;
  position: relative;
}

.product-sod523 .kv figure img {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -22%;
}

@media screen and (max-width: 1000px) {
  .product-sod523 .kv .section-inner {
    aspect-ratio: initial;
  }

  .product-sod523 .kv h1 {
    width: 50vw;
  }
}

.product-sod523 .spec-point figure {
  height: 700px;
  object-fit: contain;
}

.product-sod523 .spec-point figure img {
  height: 100%;
  position: relative;
  left: -6%;
}

.product-sod523 .product-info figure {
  margin: 0 auto;
  max-width: 910px;
  width: 100%;
}

.product-sod523 .features-suitable.first-block img {
  max-width: 320px;
  margin-left: auto;
  margin-right: 80px;
}

.product-sod523 .technorogy figure {
  max-width: 525px;
  width: 100%;
}

/* @media screen and (max-width: 767px) {
  .product-sod523 .kv figure {
    padding-top: clamp(40, 78.272px + -10.2vw, 0px);
    width: clamp(300px, -82.656px + 102.04vw, 700px);
  }

  .product-sod523 .kv figure img {
    margin-top: 10vw;
    margin-left: auto;
    margin-right: auto;
  }
} */

/* ST-3110 */
.spec-point .emboss {
  box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.50), 5px 5px 10px 0px rgba(170, 170, 204, 0.25), 10px 10px 20px 0px rgba(170, 170, 204, 0.50), -10px -10px 20px 0px #FFF;
}

.spec-point .section-inner {
  max-width: 1120px;
}

.spec-point .section-inner .emboss {
  max-width: 1121px;
  width: 100%;
  flex-shrink: 0;
  padding: 74px 155px;
}

.spec-point figure {
  position: absolute;
  z-index: 0;
}

.product-st350 .spec-point figure {
  max-width: 400px;
  margin-left: 20px;
}

.product-st71x .spec-point figure {
  max-width: 400px;
  margin-left: 20px;
}

.product-st632 .spec-point figure {
  left: 10%;
  max-width: 690px;
}

.spec-point div.row {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  margin-top: 0;
  height: 196px;
  position: relative;
  z-index: 1;
}

.spec-point div.row.sp02,
.spec-point div.row.sp03 {
  margin-top: 40px;
}

.spec-point div.row .label,
.spec-point div.row .spec {
  color: var(--BLK000, #000);
  text-align: right;
  /* white-space: nowrap;
  text-indent: 100%;
  overflow: hidden; */
}

.spec-point div.row .label {
  margin-right: clamp(16px, 9.792px + 1.66vw, 29px);
  font-size: clamp(11px, 6.704px + 1.15vw, 20px);
  letter-spacing: clamp(3px, 0.608px + 0.64vw, 8px);
  line-height: 1;
}

.spec-point div.row .spec {
  font-family: "Oswald", sans-serif;
  font-size: clamp(86px, 38.704px + 12.61vw, 185px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: clamp(-3px, -0.128px + -0.76vw, -9px);
}

.spec-point div.row .spec .unit {
  margin-left: .1em;
  font-size: clamp(18px, 9.408px + 2.29vw, 36px);
  letter-spacing: 0;
}

.spec-point .outline,
.product-info .outline,
.product-features .outline {
  max-width: 575px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.spec-point .outline {
  margin-top: 40px;
}

@media screen and (min-width: 1160px) {}

@media screen and (max-width: 1159px) {
  .spec-point .section-inner .emboss {
    padding: 6.35vw 13.36vw;
  }

  .spec-point figure {
    width: 34.48vw;
    margin-left: 0;
  }

  .product-st632 .spec-point figure {
    width: 59vw;
  }

  .spec-point div.row {
    height: clamp(100px, 54.144px + 12.23vw, 196px);
  }
}

@media screen and (max-width: 767px) {
  .spec-point .section-inner .emboss {
    padding: 6.35vw 8.36vw;
  }
}

/* ST-350 */
.product-st350 .spec-point div.row.sp03 {
  display: none !important;
}

/* ST-711/712 */
.product-st71x .spec-point div.row.sp03 {
  display: none !important;
}

.product-st71x .spec-point .outline {
  max-width: 660px;
}

/* ST-489 */
.product-st489 .spec-point figure img {
  max-width: 330px;
  width: auto;
}

@media screen and (max-width:767px) {
  .product-st489 .spec-point figure {
    width: initial;
  }

  .product-st489 .spec-point figure img {
    max-height: 70vw;
  }
}

/* 暫定 */
.product-st350 .spec-point figure,
.product-st71x .spec-point figure {
  height: 440px;
  object-fit: contain;
}

.product-st350 .spec-point figure img,
.product-st71x .spec-point figure img {
  height: 100%;
}

@media screen and (max-width:1160px) {

  .product-st350 .spec-point figure img,
  .product-st71x .spec-point figure img {
    height: clamp(240px, 9.268rem + 24.46vw, 432px);
  }
}



.product-info .inner-box {
  text-align: center;
}

.product-info figure {
  margin: 0 auto;
  max-width: 590px;
  width: 100%;
}

.product-info .name {
  max-width: 400px;
  width: 100%;
  /* height: 60px; */
  margin: 0 auto;
  border-radius: 10px;
  color: var(--BLK1, #3E4C59);
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.product-info .price {
  margin-top: 25px;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 2px;
}

.product-info .price span {
  font-size: 32px;
}

.product-info .title,
.product-features .title {
  letter-spacing: 2px;
}

.product-info .outline {
  margin-top: 40px;
}

@media screen and (min-width: 1160px) {}

@media screen and (max-width: 1159px) {
  .product-st350.product-info .section-inner {
    padding: 6.35vw 13.36vw;
  }
}

@media screen and (min-width: 769px) {

  .product-info .title,
  .product-features .title {
    letter-spacing: 8px;
  }
}

/* ST-350 */
.product-st350 .product-info .name {
  font-size: clamp(1.25rem, 1.012rem + 1.19vw, 1.875rem);
}

.product-st350 .product-info .name .en {
  text-transform: none;
}

/* ST-711/712 */
.product-st71x .product-info .inner-box>.flex-container {
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.product-st71x .product-info .inner-box>.flex-container>div {
  max-width: 440px;
  width: 100%;
}

.product-st71x .product-info .name {
  margin: 40px auto 20px;
  padding-right: 15px;
  padding-left: 15px;
  width: fit-content;
  font-size: clamp(1.25rem, 1.012rem + 1.19vw, 1.875rem);
  border-radius: 10px;
  border: 1px solid #FFF;
  background: var(--BG-f0f0f3, #F0F0F3);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), -10px -5px 14px -2px rgba(255, 255, 255, 0.80);
}

.product-st71x .product-info .title {
  margin-top: 30px;
}

.product-features .kv-features {
  max-height: 633px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.product-features .inner-box {
  margin: 0 auto;
  padding: 0px 0px 100px;
  max-width: 1218px;
  width: 100%;
}

.product-features .prologue .title {
  text-align: center;
  letter-spacing: 2px;
}

.product-features .inner-box .title {
  margin-left: 40px;
  padding: 40px 0;
}

.product-features .inner-box .title .en {
  line-height: 0.5em;
}

.product-features .inner-box .content {
  margin-top: 100px;
}

.product-features .inner-box .content {
  padding: 60px 50px;
}

.product-features .inner-box .flex-container {
  grid-gap: 100px;
  align-items: center;
}

.product-features .inner-box .flex-container>div {
  letter-spacing: 0.45px;
}

.product-features .features-suitable .flex-container>figure {
  border-radius: 20px;
  overflow: hidden;
}

.product-features .features-suitable:nth-child(even) .flex-container {
  flex-direction: row-reverse;
}

@media screen and (min-width: 1160px) {
  .product-features .features-suitable .flex-container>figure {
    max-width: 570px;
    width: 100%;
  }

  .product-features .inner-box .flex-container>div {
    max-width: 370px;
  }
}

@media screen and (max-width: 1159px) {
  .product-features .inner-box .content {
    padding: 40px 30px;
  }

  .product-features .inner-box .flex-container {
    gap: 10vw;
  }

  .product-features .inner-box .flex-container>* {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .product-features .prologue .title {
    letter-spacing: 8px;
  }
}

@media screen and (max-width: 767px) {
  .product-features .inner-box {
    padding-bottom: 8.6vw;
  }

  .product-features .inner-box .title {
    margin-left: 0px;
  }

  .product-features .inner-box .flex-container {
    display: block;
  }

  .product-features .inner-box .flex-container>* {
    width: 100%;
    max-width: initial;
  }

  .product-features .features-suitable .flex-container>figure {
    margin-left: initial;
    max-width: initial;
    width: 100%;
  }

  .product-features .inner-box .flex-container>div {
    margin-top: 60px;
  }
}

.product-features .safety .flex-container>figure {
  margin-left: 130px;
  max-width: 430px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

/* ST-350 */
.product-st350 .product-features .prototypes .movie {
  /* display: none; */
  width: 100%;
  max-width: 812px;
  max-height: 500px;
  margin: 100px auto 40px;
}

.product-st350 .product-features .prototypes .movie-wrap {
  padding: 30px;
  background: #F0F0F3;
  box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.50) inset, 5px 5px 10px 0px rgba(170, 170, 204, 0.25) inset, 10px 10px 20px 0px rgba(170, 170, 204, 0.50) inset, -10px -10px 20px 0px #FFF inset;
}

.product-st350 .product-features .prototypes .movie iframe {
  width: 100%;
  max-width: 750px;
  vertical-align: top;
  aspect-ratio: 16 / 9;
}

/* ST-711/712 */
.product-st71x .product-features .prologue {
  margin-top: 140px;
}

.product-st71x .product-features .inner-box .title {
  padding-bottom: 10px;
}

.product-st71x .product-features .features-suitable:nth-of-type(odd) .flex-container {
  flex-direction: row;
}

@media screen and (max-width: 767px) {
  .product-st71x .product-features .prologue {
    margin-top: 12vw;
  }
}

@media screen and (min-width: 1160px) {
  .product-features .safety .flex-container {
    grid-gap: 80px;
  }
}

@media screen and (max-width: 1159px) {
  .product-features .safety .flex-container>figure {
    margin-left: auto;
    max-width: 60%;
  }
}

@media screen and (min-width: 768px) {
  .product-features .prototypes .flex-container>div {
    margin-left: 65px;
  }
}

@media screen and (max-width: 767px) {
  .product-features .inner-box .content {
    margin-top: 0;
    padding: 40px 30px;
  }

  .product-features .safety .flex-container>figure {
    max-width: 100%;
  }

  .product-features .inner-box .flex-container>div {
    margin-top: 30px;
  }
}

.product-st350 .product-features .technorogy .content {
  padding-left: 110px;
  padding-right: 130px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.product-st350 .product-features .technorogy .flex-container {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.product-st350 .product-features .technorogy .flex-container>figure {
  max-width: 408px;
  margin-left: auto;
  margin-right: auto;
}

.product-st350 .product-features .technorogy .flex-container>figure img+img {
  margin-top: 60px;
}

.product-st350 .product-features .technorogy .flex-container>div {
  align-self: start;
}

@media screen and (max-width: 1159px) {
  .product-st350 .product-features .technorogy .content {
    padding-left: 9.48vw;
    padding-right: 11.2vw;
    padding-top: 6.89vw;
    padding-bottom: 6.89vw;
  }
}

@media screen and (max-width: 767px) {
  .product-st350 .product-features .technorogy .content {
    padding-left: max(30px, 9.48vw);
    padding-right: max(30px, 9.48vw);
  }
}

.product-features .comparison.inner-box .content {
  padding: 36px 14px;
}

.product-features .comparison .scroll-wrap {
  overflow-x: auto;
}

.product-features .comparison table {
  border-collapse: separate;
  border-spacing: 10px;
}

.product-features .comparison table .emboss {
  border-radius: 20px;
}

.product-features .comparison th,
.product-features .comparison td {
  padding: 0px;
  text-align: center;
  max-height: 100px;
  height: 100px;
}

.product-features .comparison tr:nth-child(1) th {
  padding: 20px;
}

.product-features .comparison tr th:nth-child(1) {
  width: 170px;
  white-space: nowrap;
}

.product-features .comparison tr th:not(:nth-child(1)) {
  min-width: 300px;
}

.product-features .comparison th figure {
  margin: 0 auto;
  max-width: 220px;
  max-height: 220px;
}

.product-features .comparison th figure img {
  margin: 0 auto;
  max-width: 220px;
  max-height: 220px;
  object-fit: contain;
}

.product-features .comparison th .name {
  text-align: center;
  margin-top: 20px;
}

.product-features .comparison th .name span {
  font-size: 32px;
  font-weight: 700;
  white-space: nowrap;
  display: block;
}

.product-features .comparison td {
  width: 330px;
}

.product-features .comparison table .txt-small {
  font-size: 14px;
  font-size: clamp(0.625rem, 0.506rem + 0.51vw, 0.875rem);
}

.product-features .comparison .sticky {
  position: sticky;
  top: 0;
  left: 0;
}

.product-features .comparison .note {
  margin: 20px auto 0;
  width: fit-content;
  font-size: clamp(0.625rem, 0.506rem + 0.51vw, 0.875rem);
}

.product-features .knowledge .title {
  /* margin-left: clamp(20px, 10.82vw, 130px); */
  letter-spacing: 0;
}

.product-features .knowledge .grid-container {
  padding: 70px 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: min(10vw, 100px);
}

.product-features .knowledge .grid-container .title {
  padding: 0 0 25px;
  font-size: 24px;
  margin-left: 0;
  letter-spacing: initial;
  font-weight: 700;
}

.product-features .knowledge .grid-container .content-txt a {
  display: inline;
  text-decoration: underline;
}

@media screen and (max-width: 1159px) {
  .product-features .knowledge .grid-container {
    padding: max(40px, 6.03vw) max(20px, 4.3vw);
  }

  .product-features .knowledge .grid-container .title {
    font-size: clamp(1.125rem, 0.946rem + 0.76vw, 1.5rem);
  }
}

@media screen and (min-width: 769px) {
  .product-features .knowledge .title {
    margin-left: clamp(20px, 10.82vw, 130px);
  }
}

@media screen and (max-width: 480px) {
  .product-features .knowledge .grid-container {
    grid-template-columns: 1fr;
  }
}

.product-st71x .product-features .knowledge {
  padding-bottom: 0;
}

.selling-point>div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-height: 1280px;
  aspect-ratio: 3 / 2;
  width: 100%;
}

/* ST-315 */
.product-st350 .selling-point>div:nth-child(1) {
  background-image: url('../img/contents/lp/st-350/SOTO_TriTrail-CBTough_0039_1@2x.jpg');
}

.product-st350 .selling-point>div:nth-child(2) {
  background-image: url('../img/contents/lp/st-350/SOTO_TriTrail-CBTough_0039_1-1@2x.jpg');
}

.product-st350 .selling-point>div:nth-child(3) {
  background-image: url('../img/contents/lp/st-350/SOTO_TriTrail-CBTough_0039_1-2@2x.jpg');
}

.product-st350 .selling-point>div:nth-child(4) {
  background-image: url('../img/contents/lp/st-350/SOTO_TriTrail-CBTough_0041_1@2x.jpg');
}

.product-st350 .selling-point .title {
  margin: 0px auto;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 960px;
}

@media screen and (max-width: 1159px) {
  .product-st350 .selling-point .title {
    padding-top: 5.17vw;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ST-711/712 */
.product-st71x .selling-point>div:nth-child(1) {
  background-image: url('../img/contents/lp/st-71x/SOTO_TriTrail-CBTough_0039_1.jpg');
}

.product-st71x .selling-point>div:nth-child(2) {
  background-image: url('../img/contents/lp/st-71x/SOTO_TriTrail-CBTough_0041_1.jpg');
}

/* ST-489 */
.product-st489 .selling-point>div:nth-child(1) {
  background-image: url('../img/contents/lp/st-489/SOTO_MICRO_TORCH_EDGE_1.jpg');
}

.product-st489 .selling-point>div:nth-child(2) {
  background-image: url('../img/contents/lp/st-489/SOTO_MICRO_TORCH_EDGE_2.jpg');
}

.product-st489 .selling-point>div:nth-child(3) {
  background-image: url('../img/contents/lp/st-489/SOTO_MICRO_TORCH_EDGE_3.jpg');
}

.product-st489 .selling-point .title {
  margin: 0px auto;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 960px;
  color: #fff;
}

@media screen and (max-width: 1159px) {
  .product-st489 .selling-point .title {
    padding-top: 5.17vw;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.product-spec .section-inner {
  margin: 0 auto;
  /* padding: 0px 0px 100px; */
  max-width: 1218px;
  width: 100%;
}

.product-spec .title {
  padding: 0 0 40px;
}

.product-spec .grid-container {
  padding: 80px 20px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px;
}

@media screen and (min-width: 769px) {
  .product-spec .title {
    margin-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .product-spec .grid-container {
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
  }
}

.product-spec .grid-container .spec-list .table {
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  font-size: 13px;
}

.product-spec .grid-container .spec-list .tr {
  display: grid;
  grid-template-columns: 40% 1fr;
  border-bottom: 1px solid;
  padding: 1em;
}

.product-spec .grid-container .spec-list .tr:first-child {
  border-top: 1px solid;
}

/* ST-350 */
.product-st350 .product-spec .grid-container .spec-list {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

@media screen and (max-width: 768px) {
  .product-st350 .product-spec .grid-container .spec-list {
    grid-column: 1 / 3;
    grid-row: 4 / 5;
  }
}

@media screen and (max-width: 480px) {}

/* ST-711 */
.product-spec .grid-container .spec-list .tr {
  grid-template-columns: 35% 1fr;
}

.product-st71x .product-spec .grid-container .spec-list.st711 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.product-st71x .product-spec .grid-container .spec-list.st712 {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

@media screen and (max-width: 768px) {
  .product-st71x .product-spec .grid-container .spec-list.st711 {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
  }

  .product-st71x .product-spec .grid-container .spec-list.st712 {
    grid-column: 1 / 3;
    grid-row: 4 / 5;
  }
}

/* ST-489 */
.product-st489 .product-spec .grid-container .spec-list {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

@media screen and (max-width: 768px) {
  .product-st489 .product-spec .grid-container .spec-list {
    grid-column: 1 / 3;
    grid-row: 4 / 5;
  }
}

.actions .section-inner {
  max-width: 960px;
}

.actions .flex-container .title {
  margin-bottom: 40px;
  font-weight: 700;
}

.actions .flex-container {
  justify-content: center;
  flex-wrap: wrap;
  /* grid-template-columns: 1fr 1fr; */
  gap: 80px;
  text-align: center;
}

.actions .flex-container .btn {
  padding: 15px 70px;
  color: #FF5961;
  font-feature-settings: 'palt' on;
  text-align: center;
  white-space: nowrap;
  height: initial;
  border-radius: 40px;
  border: 2px solid rgba(0, 0, 0, 0.05);
  background: var(--BG-f0f0f3, #F0F0F3);

  /* shadow button */
  box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.10) inset, 2px 2px 4px 0px #FFF inset, -5px -5px 5px 0px rgba(255, 255, 255, 0.40), 10px 10px 20px 0px rgba(170, 170, 204, 0.50);
}

.actions .flex-container .btn span::before {
  content: '';
  margin-right: 8px;
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%2214%22%20viewBox%3D%220%200%2010%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.43809%2012.8384C3.43809%2012.8384%201.62038%2012.3935%200.681056%2010.9091C-0.104988%209.66689%20-0.496446%207.44888%201.12408%205.53226C2.98428%203.33222%203.60227%203.40176%204.34808%200.803711C4.34808%200.803711%207.46291%202.8089%206.33201%207.0846C6.33201%207.0846%207.53443%206.88181%208.28801%204.59203C8.28801%204.59203%2011.657%208.78921%207.03715%2013.1954C7.03715%2013.1954%203.53086%2010.8772%203.66505%208.3499C3.66505%208.3499%201.61909%209.57168%203.43809%2012.8384Z%22%20fill%3D%22%23FF5961%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  /* .actions .flex-container {
    grid-template-columns: 1fr;
  } */
}

@media screen and (max-width: 480px) {
  .actions .flex-container .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.related-info .section-inner,
.new-products .section-inner {
  max-width: 1260px;
}

.related-info .title,
.new-products .title {
  padding: 0 0 40px;
}

.related-info .content {
  padding: 100px 40px 80px;
}

.related-info .content .postlist,
.new-products .content .postlist {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.related-info .content .postlist>div,
.new-products .content .postlist>div {
  max-width: 360px;
  width: 100%;
}

.related-info .content .postlist figure,
.new-products .content .postlist figure {
  width: 100%;
  aspect-ratio: 4 / 3;
  /* border: 1px solid; */
}

.related-info .content .postlist .article-title {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
}

.related-info .content .postlist .article-content {
  margin-top: 20px;
  font-size: 15px;
}

.new-products .content {
  padding: 60px 40px;
  box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.50), 5px 5px 10px 0px rgba(170, 170, 204, 0.25), 10px 10px 20px 0px rgba(170, 170, 204, 0.50), -10px -10px 20px 0px #FFF;
}

.new-products .content .postlist .btn.emboss {
  margin: 20px auto 0;
  max-width: 230px;
  height: inherit;
  border-radius: 10px;
  text-align: center;
  font-size: 32px;
  font-size: clamp(1.25rem, 1.012rem + 1.19vw, 1.875rem);
  line-height: 1;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), -10px -5px 14px -2px rgba(255, 255, 255, 0.80);
}

.new-products .content .postlist .btn.emboss .en {
  text-transform: initial;
  margin: 0;
  padding: .5em 0 .1em;
  display: inline-block;
}

@media screen and (min-width: 769px) {

  .related-info .title,
  .new-products .title {
    margin-left: 40px;
  }
}

.new-products .content .postlist span.btn.emboss {
  display: block;
}