/** Shopify CDN: Minification failed

Line 135:0 Unexpected "}"

**/
.selling-point-list.dark-theme {
  background: #1a1a1a;
}
.selling-point-list__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.selling-point-list .image-container {
  position: relative;
  /* height: calc(400px + var(--pc-padding-2textpicture, 24px)); */
  height: auto;
  overflow: hidden;
  img {
    /* position: absolute; */
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px !important;
  }
}
.padding-text-aside.hys-ta-right {
	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 1280px) {
  .muticolumns-container .hide--pc {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1279px) {
  .muticolumns-container .hide--pad {
    display: none;
  }
}
@media (max-width: 768px) {
  .muticolumns-container .hide--mb {
    display: none;
  }
  .selling-point-list .reverse-in-mob {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    .image-container {
      padding-bottom: 0;
    }
  }
}
.selling-point-list img {
  width: 100%;
}
.two-columns .selling-point-list__item {
  width: calc((100% - var(--pc-padding-2textpicture, 24px)) / 2);
}
.three-columns .selling-point-list__item {
  width: calc((100% - 2 * var(--pc-padding-2textpicture, 24px)) / 3);
}
.four-columns .selling-point-list__item {
  width: calc((100% - 3 * var(--pc-padding-2textpicture, 24px)) / 4);
}
.selling-point-text.left_pc {
  text-align: left;
}
.selling-point-text.right_pc {
  text-align: right;
}
.selling-point-text.center_pc {
  text-align: center;
}
.selling-point-text.title-gradient {
  margin-top: 0;
}
.selling-point-text.title-gradient .title {
  background: linear-gradient(to right, #ffa201 0%, #ff6e14 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.selling-point-text.subtitle-gradient .subtitle {
  background: linear-gradient(to right, #ffa201 0%, #ff6e14 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

@media (max-width: 1279px) {
  .selling-point-list__inner {
    /* margin-top: 20px; */
  }
}
@media (max-width: 1000px) {
  .selling-point-list__inner .selling-point-list__item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .selling-point-list__inner {
    gap: var(--mob-medium-size-chapter-padding-bottom, 48px);
  }

  .selling-point-list .title {
    font-size:20px !important; 
    font-weight: 520;
  }
   /*.selling-point-list .text {
    /* margin: 20px 0 0; */
  }
  .selling-point-list .remark {
    /* margin: 20px 0 0; */
    /* font-size: calc(12px + 0.5vw); */
  }
  /* .selling-point-list .text {
    font-size: calc(12px + 0.5vw);
  } */
  .selling-point-list__inner .selling-point-list__item {
    /* margin-bottom: 15px; */
  }
  .selling-point-text.left-mob {
    text-align: left;
  }
  .selling-point-text.right-mob {
    text-align: right;
  }
  .selling-point-text.center-mob {
    text-align: center;
  }
}
