.main-title-wrp{
  display: block !important;
}
@media screen and (max-width: 767px) {
  .title-wrp{
    display: none;
  }
}
/* colty features - 01 豊富なバリエーション */
.coltyFeatures {
  color: #121212;
  font-family: "Noto Sans JP", sans-serif;
}

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

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

.coltyFeatures br.forSP {
  display: none;
}
@media screen and (max-width: 767px) {
  .coltyFeatures br.forSP {
    display: inline;
  }
}

.coltyFeature {
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .coltyFeature {
    padding: 68px 0 80px;
  }
}

.coltyFeature__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .coltyFeature__inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .coltyFeature__inner {
    display: block;
    padding: 0 24px;
  }
}

.coltyFeature__head {
  position: sticky;
  top: calc(var(--hd_h, 80px) + 40px);
  flex: 0 0 540px;
  padding-right: 40px;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .coltyFeature__head {
    flex: 0 0 280px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .coltyFeature__head {
    position: static;
    top: auto;
    flex: none;
    width: 100%;
    max-width: 327px;
    margin: 0 auto 60px;
    padding-right: 0;
    z-index: auto;
  }
}

.coltyFeature__num {
  margin: 0 0 30px;
  color: #d80c24;
  font-family: Inter, sans-serif;
  font-size: 72px;
  font-weight: 200;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .coltyFeature__num {
    font-size: 56px;
  }
}
@media screen and (max-width: 767px) {
  .coltyFeature__num {
    margin: 0 0 40px;
    font-size: 56px;
    line-height: 34px;
  }
}

.coltyFeature__title {
  margin: 0 0 30px;
  font-size: 32px;
  font-weight: 100;
  line-height: 47px;
}
@media screen and (max-width: 1100px) {
  .coltyFeature__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .coltyFeature__title {
    margin: 0 0 24px;
    font-size: 19.5px;
    line-height: 30px;
  }
}

.coltyFeature__lead {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .coltyFeature__lead {
    font-size: 13px;
    line-height: 25px;
  }
}

.coltyFeature__body {
  flex: 1;
  min-width: 0;
  max-width: 786px;
}
@media screen and (max-width: 767px) {
  .coltyFeature__body {
    max-width: 270px;
    margin: 0 auto;
  }
}

.coltyFeature__sectionTitle {
  margin: 0 0 40px;
  font-size: 32px;
  font-weight: 100;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .coltyFeature__sectionTitle {
    margin: 0 0 18px;
    font-size: 17.25px;
    line-height: 25px;
    text-align: center;
  }
}

.coltyFeature__sectionLead {
  margin: 0 0 80px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .coltyFeature__sectionLead {
    margin: 0 0 40px;
    font-size: 12px;
    line-height: 20px;
  }
}
.coltyFeatureLayout__subhead{
  font-size: 16px;
  line-height: calc(27 / 16);
  margin-bottom: 50px;
  font-weight: 400;

}
.coltyFeatureLayout__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.coltyFeatureLayout__item {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureLayout__item {
    margin-bottom: 50px;
  }
}

.coltyFeatureLayout__item:last-child {
  margin-bottom: 0;
}

.coltyFeatureLayout__visuals {
  display: flex;
  gap: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureLayout__visuals {
    display: block;
    margin-bottom: 22px;
  }
}

.coltyFeatureLayout__photo {
  flex: 0 0 56%;
  max-width: 440px;
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .coltyFeatureLayout__photo {
    flex: none;
    max-width: none;
    width: 100%;
    margin-bottom: 0;
  }
}

.coltyFeatureLayout__photo img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 440 / 330;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .coltyFeatureLayout__photo img {
    aspect-ratio: 270 / 203;
  }
}

.coltyFeatureLayout__plan {
  flex: 1;
  min-width: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .coltyFeatureLayout__plan {
    margin-top: 0;
  }
}

.coltyFeatureLayout__plan img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 346 / 330;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .coltyFeatureLayout__plan img {
    aspect-ratio: 346 / 330;
  }
}

.coltyFeatureLayout__name {
  margin: 0 0 12px;
  font-size: 15.2px;
  font-weight: 300;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureLayout__name {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 27px;
  }
}

.coltyFeatureLayout__text {
  margin: 0;
  font-size: 12.8px;
  font-weight: 300;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureLayout__text {
    font-size: 12.8px;
    line-height: 20px;
  }
}

.coltyFeatureWidth {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureWidth {
    margin-top: 60px;
  }
}

.coltyFeatureWidth__chart {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .coltyFeatureWidth__chart {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.coltyFeatureWidth__chart img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .coltyFeatureWidth__chart img {
    min-width: 520px;
  }
}

/* 02 さまざまなリフォームに対応 */
.coltyFeature--gray {
  background: #ededeb;
}

.coltyFeature__title br {
  display: inline;
}
@media screen and (max-width: 767px) {
  .coltyFeature--gray .coltyFeature__sectionTitle {
  }
}

.coltyFeatureBlock {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureBlock {
    margin-bottom: 60px;
  }
}

.coltyFeatureBlock--last {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .coltyFeatureBlock--last {
    margin-bottom: 0;
  }
}

.coltyFeatureBlock__figure {
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureBlock__figure {
    margin: 0 0 18px;
  }
}

.coltyFeatureBlock__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.coltyFeatureBlock__figure--half {
  max-width: 379px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureBlock__figure--half {
    max-width: none;
  }
}

.coltyFeatureBlock__caption {
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureBlock__caption {
    margin: 0 0 36px;
  }
}

.coltyFeatureBlock__captionTitle {
  margin: 0 0 12px;
  font-size: 15.2px;
  font-weight: 300;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureBlock__captionTitle {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.5;
  }
}

.coltyFeatureBlock__captionText {
  margin: 0;
  font-size: 12.8px;
  font-weight: 300;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureBlock__captionText {
    font-size: 12.8px;
    line-height: 20px;
  }
}

.coltyFeatureBlock__note {
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureBlock__note {
    margin: 0 0 36px;
  }
}

.coltyFeatureBlock__noteTitle {
  margin: 0 0 12px;
  font-size: 15.2px;
  font-weight: 300;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureBlock__noteTitle {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.5;
  }
}

.coltyFeatureBlock__noteText {
  margin: 0;
  font-size: 12.8px;
  font-weight: 300;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureBlock__noteText {
    font-size: 12.8px;
    line-height: 20px;
  }
}

.coltyFeaturePair {
  display: flex;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .coltyFeaturePair {
    display: block;
  }
}

.coltyFeaturePair__item {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .coltyFeaturePair__item {
    margin-bottom: 36px;
  }
}

.coltyFeaturePair__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .coltyFeaturePair__item:last-child {
    margin-bottom: 0;
  }
}

.coltyFeaturePair__figure {
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .coltyFeaturePair__figure {
    margin: 0 0 18px;
  }
}

.coltyFeaturePair__figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.coltyFeaturePair__title {
  margin: 0 0 12px;
  font-size: 15.2px;
  font-weight: 300;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .coltyFeaturePair__title {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.5;
  }
}

.coltyFeaturePair__text {
  margin: 0;
  font-size: 12.8px;
  font-weight: 300;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .coltyFeaturePair__text {
    font-size: 12.8px;
    line-height: 20px;
  }
}

/* Figma: 1段 375×204 / 2段 395×204（等幅だと高さズレる） */
.coltyFeaturePair--shelfType {
  gap: 16px;
}

.coltyFeaturePair--shelfType .coltyFeaturePair__item:first-child {
  flex: 375 1 0;
}
@media screen and (max-width: 767px) {
  .coltyFeaturePair--shelfType .coltyFeaturePair__item:first-child {
    flex: none;
  }
}

.coltyFeaturePair--shelfType .coltyFeaturePair__item:last-child {
  flex: 395 1 0;
}
@media screen and (max-width: 767px) {
  .coltyFeaturePair--shelfType .coltyFeaturePair__item:last-child {
    flex: none;
  }
}

.coltyFeaturePair--shelfType .coltyFeaturePair__item:first-child img {
  aspect-ratio: 375 / 204;
  object-fit: cover;
}

.coltyFeaturePair--shelfType .coltyFeaturePair__item:last-child img {
  aspect-ratio: 395 / 204;
  object-fit: cover;
}

/* 03 扉カラー */
.coltyFeatureColor__category {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureColor__category {
    margin-bottom: 60px;
  }
}

.coltyFeatureColor__category--last {
  margin-bottom: 0!important;
}

.coltyFeatureColor__visual {
  margin: 0 0 30px;
  max-width: 378px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureColor__visual {
    max-width: none;
    margin: 0 0 22px;
  }
}

.coltyFeatureColor__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.coltyFeatureColor__caption {
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureColor__caption {
    margin: 0 0 28px;
  }
}

.coltyFeatureColor__name {
  margin: 0 0 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureColor__name {
    margin: 0 0 20px;
    font-size: 13px;
  }
}

.coltyFeatureColor__text {
  margin: 0;
  font-size: 12.8px;
  font-weight: 300;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureColor__text {
    font-size: 12.8px;
    line-height: 20px;
  }
}

.coltyFeatureColor__series {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureColor__series {
    margin-bottom: 28px;
  }
}

.coltyFeatureColor__series:last-child {
  margin-bottom: 0;
}

.coltyFeatureColor__seriesTitle {
  margin: 0 0 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureColor__seriesTitle {
    margin: 0 0 14px;
    font-size: 13px;
  }
}

.coltyFeatureColor__swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .coltyFeatureColor__swatches {
    gap: 20px 8px;
  }
}

.coltyFeatureColor__swatch {
  flex: 0 0 calc((100% - 33px) / 4);
  max-width: 188px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .coltyFeatureColor__swatch {
    flex: 0 0 calc((100% - 8px) / 2);
    max-width: none;
  }
}

.coltyFeatureColor__swatch img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 188 / 100;
  object-fit: cover;
  margin-bottom: 10px;
}

.coltyFeatureColor__swatch span {
  display: block;
  font-size: 12.8px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .coltyFeatureColor__swatch span {
    font-size: 11px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  #feature03 .coltyFeature__sectionTitle {
  }
}

/* 04 開放的な空間を演出する工夫 */
.coltyFeatureOpen__block {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureOpen__block {
    margin-bottom: 60px;
  }
}

.coltyFeatureOpen__block--last {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .coltyFeatureOpen__block--last {
    margin-bottom: 0;
  }
}

.coltyFeatureOpen__row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureOpen__row {
    display: block;
  }
}

.coltyFeatureOpen__row--worktop {
  gap: 26px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureOpen__row--worktop {
    margin-bottom: 18px;
  }
}

.coltyFeatureOpen__row--handle {
  gap: 25px;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureOpen__row--handle {
    margin-bottom: 18px;
  }
}

.coltyFeatureOpen__main {
  flex: 1;
  min-width: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .coltyFeatureOpen__main {
    margin: 0 0 24px;
  }
}

.coltyFeatureOpen__main img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.coltyFeatureOpen__main--worktop {
  flex: 428 1 0;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .coltyFeatureOpen__main--worktop {
    flex: none;
    width: 100%;
    max-width: none;
  }
}

.coltyFeatureOpen__main--wide {
  flex: 537 1 0;
  min-width: 0;
}

.coltyFeatureOpen__main--wide img {
  aspect-ratio: 537 / 331;
}

.coltyFeatureOpen__side {
  flex: 0 0 332px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .coltyFeatureOpen__side {
    flex: none;
    width: 100%;
    max-width: none;
  }
}

.coltyFeatureOpen__side > img {
  display: block;
  width: 100%;
  height: auto;
}

.coltyFeatureOpen__side--stack {
  flex: 224 1 0;
  min-width: 0;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .coltyFeatureOpen__side--stack {
    flex: none;
    width: 100%;
    max-width: none;
    gap: 24px;
  }
}

.coltyFeatureOpen__side--stack > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 224 / 329;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .coltyFeatureOpen__side--stack > img{
    aspect-ratio: initial;
  }
}

.coltyFeatureOpen__side--grid {
  flex: 332 1 0;
  min-width: 0;
  max-width: 332px;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureOpen__side--grid {
    flex: none;
    width: 100%;
    max-width: none;
    gap: 19px;
  }
}

.coltyFeatureOpen__col {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .coltyFeatureOpen__col {
    flex: 1;
    width: auto;
    min-width: 0;
  }
}

.coltyFeatureOpen__label {
  margin: 0 0 19px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .coltyFeatureOpen__label {
    margin: 0 0 15px;
    font-size: 12px;
  }
}

.coltyFeatureOpen__thumb {
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureOpen__thumb {
    margin: 0 0 13px;
  }
}

.coltyFeatureOpen__thumb:last-child {
  margin-bottom: 0;
}

.coltyFeatureOpen__thumb img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 13px;
  object-fit: cover;
}

.coltyFeatureOpen__side--grid .coltyFeatureOpen__thumb img {
  aspect-ratio: 154 / 102;
}
@media screen and (max-width: 767px) {
  .coltyFeatureOpen__side--grid .coltyFeatureOpen__thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 125 / 83;
    margin-bottom: 10px;
  }
}

.coltyFeatureOpen__side--stack .coltyFeatureOpen__thumb img {
  aspect-ratio: 224 / 133;
}

.coltyFeatureOpen__thumb figcaption {
  margin: 0;
  font-size: 12.8px;
  font-weight: 400;
  line-height: 18px;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .coltyFeatureOpen__thumb figcaption {
    font-size: 10.5px;
    line-height: 15px;
  }
}

@media screen and (max-width: 767px) {
  #feature04 .coltyFeature__sectionTitle {
    text-align: center;
  }
}

/* 05 限られた空間で最大限の快適さ */
.coltyFeatureSpace__block {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureSpace__block {
    margin-bottom: 60px;
  }
}

.coltyFeatureSpace__block--last {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .coltyFeatureSpace__block--last {
    margin-bottom: 0;
  }
}

.coltyFeatureSpace__text {
  margin: 0 0 80px;
  font-size: 15.2px;
  font-weight: 300;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureSpace__text {
    margin: 0 0 36px;
    font-size: 12.8px;
    line-height: 20px;
  }
}

.coltyFeatureSpace__text--shelfAfter,
.coltyFeatureSpace__text--stove {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureSpace__text--shelfAfter {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .coltyFeatureSpace__text--shelfIntro {
    margin-bottom: 60px;
  }
}

.coltyFeatureSpace__subhead {
  margin: 0 0 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureSpace__subhead {
    margin: 0 0 20px;
    font-size: 13px;
  }
}

.coltyFeatureSpace__block .coltyFeaturePair {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureSpace__block .coltyFeaturePair {
    margin-bottom: 36px;
  }
}
.coltyFeatureSpace__block .coltyFeaturePair--shelfUse {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .coltyFeatureSpace__block .coltyFeaturePair--shelfUse{
    margin: 0 0 18px;
  }
}

.coltyFeatureSpace__block .coltyFeaturePair--beforeAfter {
  margin-bottom: 40px;
}

.coltyFeatureSpace__block .coltyFeaturePair:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .coltyFeatureSpace__block .coltyFeaturePair--shelfType {
    margin-bottom: 60px;
  }
}

.coltyFeatureSpace__block .coltyFeaturePair__title {
  margin: 0;
}

.coltyFeatureSpace__caption {
  margin: 0;
}

.coltyFeatureSpace__captionTitle {
  margin: 0 0 12px;
  font-size: 15.2px;
  font-weight: 300;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureSpace__captionTitle {
    margin: 0 0 8px;
    font-size: 13px;
  }
}

.coltyFeatureSpace__captionText {
  margin: 0;
  font-size: 12.8px;
  font-weight: 300;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureSpace__captionText {
    font-size: 12.8px;
    line-height: 20px;
  }
}

.coltyFeatureSpace__magnet {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureSpace__magnet {
    display: block;
    margin: 0 0 28px;
  }
}

.coltyFeatureSpace__magnetMain {
  flex: 438 1 0;
  min-width: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .coltyFeatureSpace__magnetMain {
    margin: 0 0 24px;
  }
}

.coltyFeatureSpace__magnetMain img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 438 / 350;
  object-fit: cover;
}

.coltyFeatureSpace__magnetColors {
  flex: 324 1 0;
  min-width: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .coltyFeatureSpace__magnetColors {
    flex: none;
    width: 100%;
  }
}

.coltyFeatureSpace__magnetColors > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 324 / 350;
  object-fit: cover;
}

.coltyFeatureSpace__magnetLabel {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureSpace__magnetLabel {
    margin: 0 0 12px;
    font-size: 13px;
  }
}

.coltyFeatureSpace__swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .coltyFeatureSpace__swatches {
    gap: 16px 10px;
  }
}

.coltyFeatureSpace__swatch {
  flex: 0 0 calc((100% - 24px) / 2);
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureSpace__swatch {
    flex: 0 0 calc((100% - 10px) / 2);
    max-width: none;
  }
}

.coltyFeatureSpace__swatch img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 150 / 56;
  object-fit: cover;
  margin-bottom: 8px;
}

.coltyFeatureSpace__swatch span {
  display: block;
  font-size: 12.8px;
  font-weight: 400;
  line-height: 18px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureSpace__swatch span {
    font-size: 11px;
    line-height: 1.4;
  }
}

.coltyFeatureSpace__note {
  margin: 0;
}

.coltyFeatureSpace__note .coltyFeatureSpace__text {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureSpace__note .coltyFeatureSpace__text {
    margin-bottom: 10px;
  }
}

.coltyFeatureSpace__cert {
  margin: 0;
  font-size: 12.8px;
  font-weight: 300;
  line-height: 27px;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .coltyFeatureSpace__cert {
    font-size: 10px;
    line-height: 1.5;
  }
}

.coltyFeatureSpace__cabinetDiag {
  margin-bottom: 24px;
}

.coltyFeatureSpace__diagCaption {
  margin: 0;
  font-size: 15.2px;
  font-weight: 300;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .coltyFeatureSpace__diagCaption {
    font-size: 12.8px;
  }
}

@media screen and (max-width: 767px) {
  #feature05 .coltyFeature__sectionTitle {
    text-align: center;
  }
}
