@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
html,
body {
  color: #0A2C3D;
}

.landing_page {
  --color-b: #000;
  --color-w: #fff;
  --color-mv-bg: #edfaff;
  --color1: #ffbb00;
  --color2: linear-gradient(to bottom, #70ddf9, #fafdce);
  --color3: #ff50d5;
  --color4: #edfaff;
  --color5: #0707c9;
  --color6: #fffddc;
  --color7: linear-gradient(
    to bottom,
    rgba(255, 167, 255, 0.4) 0%,
    rgba(101, 234, 253, 0.4) 25%,
    rgba(127, 252, 107, 0.4) 50%,
    rgba(252, 242, 0, 0.4) 75%,
    rgba(255, 182, 208, 0.4) 100%
  );
  --color9: #f7f7f7;
  --color8: rgb(235, 237, 244);
  --color10: #1a1817;
  --color11: linear-gradient(to right, #fbfbfb 0%, #eeeeee 100%);
  --bold: 600;
  --semibold: 500;
}
.landing_page .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.landing_page .bg-shape svg {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .landing_page {
    --fs-xs: 10;
    --fs-xs-rem: 1rem;
    --fs-sm: 16;
    --fs-sm-rem: 1.6rem;
    --fs-md: 20;
    --fs-md-rem: 2rem;
    --fs-lg: 32;
    --fs-lg-rem: 3.2rem;
    --fs-xl: 40;
    --fs-xl-rem: 4rem;
    --pad-xxs: 10;
    --pad-xs: 30;
    --pad-sm: 60;
    --pad-md: 100;
    --pad-lg: 120;
  }
  .l-breadcrumbs {
    margin-top: 0;
  }
  .landing_page {
    overflow: visible;
    contain: paint;
    background-color: var(--color-w);
  }
  .landing_page .js-fadeIn {
    opacity: 0;
    transform: translateY(50px);
    transition: ease-in, opacity 1s, transform 1s;
  }
  .landing_page .js-fadeIn--active {
    opacity: 1;
    transform: translateY(0);
  }
  .landing_page .js-revealIn {
    position: relative;
  }
  .landing_page .js-revealIn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    transform-origin: right;
    transform: scaleX(1);
    transition: transform 1.2s ease-in-out;
    z-index: 3;
  }
  .landing_page .js-revealIn--active::after {
    transform: scaleX(0);
  }
  .landing_page .s-view {
    display: none;
  }
  .landing_page img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .landing_page p {
    font-size: 0.86vw;
    line-height: 1.6;
  }
  .landing_page .container {
    max-width: 75rem;
    width: 62.5%;
    margin-inline: auto;
  }
  .landing_page .main-visual {
    position: relative;
    background: #F2FAFF;
  }
  .landing_page .main-visual .mv-container {
    position: relative;
    width: 72.9166666667vw;
    max-width: 87.5rem;
    margin-inline: auto;
    background: url(./../images/mv-bg.jpg) no-repeat center/cover;
    z-index: 1;
  }
  .landing_page .main-visual .mv-inner {
    position: relative;
    padding: 8vw 0 16vw 0;
  }
  .landing_page .main-visual .mv-box {
    width: 83.3333333333%;
    margin-inline: auto;
  }
  .landing_page .main-visual .mv-contents {
    padding-top: 4vw;
  }
  .landing_page .main-visual .product-head {
    font-size: min(var(--fs-md) * 100vw / 1920, var(--fs-md-rem));
    font-weight: 600;
    background: #07F;
    color: #eee;
    padding: 1em 3em;
    width: max-content;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .landing_page .main-visual .product-head {
    font-size: 0.6vw;
  }
}
@media screen and (min-width: 768px) {
  .landing_page .main-visual .mv-title {
    font-size: min(var(--fs-xl) * 100vw / 1920, var(--fs-xl-rem));
    font-weight: 900;
    line-height: 1.4;
    margin: 1em 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .landing_page .main-visual .mv-title {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 768px) {
  .landing_page .main-visual .mv-title span {
    display: block;
    font-size: 3vw;
    color: #07F;
  }
  .landing_page .main-visual .mv-txt {
    max-width: 30.9375rem;
    width: calc(495 * 100vw / 1920);
    font-size: min(16 * 100vw / 1920, 1rem);
    font-weight: 400;
    line-height: 2;
    text-align: justify;
  }
  .landing_page .main-visual .mv-laundry {
    width: calc(50% - 70px);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    display: grid;
    place-items: flex-end;
    align-items: center;
  }
  .landing_page .main-visual .mv-image {
    display: none;
  }
  .landing_page .main-visual::after {
    content: "";
    width: 100%;
    height: 60px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .landing_page .main-visual .scroll-image {
    max-width: 140px;
    position: absolute;
    left: 100px;
    bottom: -32.5px;
  }
  .landing_page .section-contents {
    padding: 5vw 0;
  }
  .landing_page .section-heading {
    padding: 0 0 1.5em 0;
  }
  .landing_page .section-num {
    font-family: "Quicksand", sans-serif;
    font-size: min(var(--fs-md) * 100vw / 1920, var(--fs-md-rem));
    color: #0077FF;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 1em;
    margin: 0 0 1.5em 0;
  }
  .landing_page .section-num::before {
    content: "";
    display: block;
    min-width: 2em;
    height: 2em;
    background: url(.././images/icon-check.svg) no-repeat center/contain;
  }
  .landing_page .section-title {
    font-size: min(var(--fs-lg) * 100vw / 1920, var(--fs-lg-rem));
    font-weight: 700;
    line-height: 1.4;
  }
  .landing_page .section-title sup {
    font-size: 0.86vw;
  }
  .landing_page .section-title span {
    font-size: min(var(--fs-md) * 100vw / 1920, var(--fs-md-rem));
    display: block;
  }
  .landing_page .section-title i {
    font-style: normal;
    font-size: min(var(--fs-md) * 100vw / 1920, var(--fs-md-rem));
  }
  .landing_page .section-desc {
    margin: 1.5em 0 0 0;
  }
  .landing_page .section-image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 1vw;
  }
  .landing_page .css-font-sm {
    font-size: min(var(--fs-sm) * 100vw / 1920, var(--fs-sm-rem));
    line-height: 1.5;
  }
  .landing_page .css-font-sm.bold {
    font-weight: var(--bold);
  }
  .landing_page .css-font-md {
    font-size: min(var(--fs-md) * 100vw / 1920, var(--fs-md-rem));
    line-height: 1.5;
  }
  .landing_page .css-font-md.bold {
    font-weight: var(--bold);
  }
}
@media screen and (min-width: 768px) and (min-width: 767px) {
  .landing_page .section-contents {
    position: relative;
  }
  .landing_page .bar {
    position: absolute;
    top: 5vw;
    left: -8vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
  }
  .landing_page .bar span {
    display: block;
    width: 2.5vw;
    height: 2px;
    background: #07F;
  }
  .landing_page .bar span.active {
    position: relative;
    width: 4vw;
  }
  .landing_page .bar span.active::after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #07F;
    position: absolute;
    top: -5px;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1500px) {
  .landing_page .bar {
    left: -8vw;
  }
}
@media screen and (min-width: 768px) {
  .css-section1 {
    position: relative;
  }
  .css-section1::after {
    content: "";
    width: 100%;
    height: 3vw;
    background: #F2FAFF;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .css-section1::after {
    height: 100px;
  }
}
@media screen and (min-width: 768px) {
  .css-section1 .notes {
    font-size: min(var(--fs-xs) * 100vw / 1920, var(--fs-xs-rem));
  }
  .feature-section {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 60% 1fr;
    align-items: center;
    padding: 6vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .feature-section {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .feature-section__title {
    font-family: Quicksand;
    font-size: min(var(--fs-xl) * 100vw / 1920, var(--fs-xl-rem));
    margin-bottom: 1.5em;
  }
  .feature-section__title::before {
    content: attr(data-en);
    display: block;
    color: #7D8FB2;
    font-size: min(var(--fs-md) * 100vw / 1920, var(--fs-md-rem));
    margin: 0 0 10px 0;
  }
  .feature-section__list {
    counter-reset: number 0;
    list-style: none;
    margin: 0 0 4vw 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8em;
  }
  .feature-section__list li {
    font-size: min(16 * 100vw / 1920, 1rem);
    font-weight: 700;
    line-height: 1.6;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .feature-section__list li::before {
    width: calc(32 * 100vw / 1920);
    max-width: 2rem;
    min-width: 2rem;
    aspect-ratio: 1/1;
    counter-increment: number 1;
    content: counter(number);
    display: grid;
    place-content: center;
    font-family: Quicksand;
    font-size: min(16 * 100vw / 1920, 1rem);
    font-weight: 600;
    color: #07F;
    background: rgba(125, 143, 178, 0.14);
    border-radius: 999px;
  }
  .feature-section__list li:hover::before {
    background: #07F;
    color: #fff;
  }
  .feature-section__list li:last-of-type {
    grid-area: 4/1/5/3;
  }
  .feature-section__list a {
    color: #2B3432;
    text-decoration: none;
  }
  .feature-section__img {
    margin-bottom: -12vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .feature-section__img {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .css-section2 {
    background: #F2FAFF;
  }
  .css-section2 .image-grid {
    display: grid;
    grid-template-columns: 55% 1fr;
    gap: 24px 1vw;
  }
  .css-section2 .num-label {
    display: block;
    font-family: "Quicksand", sans-serif;
    font-size: 0.86vw;
    font-weight: 600;
    color: #0041C0;
    background: rgba(125, 143, 178, 0.1);
    border-radius: 999px;
    width: max-content;
    padding: 0.4em 2em;
  }
  .css-section2 .sub-title {
    font-size: 1.4vw;
    margin: 0.6em 0;
  }
  .css-section2 .sub-txt {
    line-height: 1.8;
  }
  .css-section2 .section2-image-box {
    width: 94%;
  }
  .css-section2 .note-title {
    font-size: min(var(--fs-md) * 100vw / 1920, var(--fs-md-rem));
    margin: 1.5em 0 1em 0;
    line-height: 1.4;
  }
  .section2-txt {
    margin: 1em 0;
  }
  p.section2-note {
    font-size: min(var(--fs-xs) * 100vw / 1920, var(--fs-xs-rem));
    clear: both;
    padding: 2em 0 0 0;
  }
  .section2-image {
    padding: 1em 0 0 0;
  }
  .section2-image-box {
    padding: 1em 0 0 0;
  }
  .image-note-item {
    width: 60%;
    float: right;
    shape-outside: polygon(25% 0%, 43% 3%, 55% 10%, 65% 20%, 100% 20%, 100% 95%, 45% 95%, 40% 98%, 25% 100%, 10% 95%, 0% 85%, 0% 75%, 5% 65%, 15% 58%, 30% 55%, 40% 60%, 45% 65%, 50% 60%, 50% 50%, 40% 45%, 25% 40%, 15% 30%, 10% 20%, 15% 10%);
    shape-margin: 24px;
  }
  .css-section3 .section3-image {
    padding: 1em 0 0 0;
    align-items: center;
  }
  .css-section3 .section3-title {
    font-size: max(16px, min(3vw, 20px));
    margin-bottom: 2em;
  }
  .css-section3 .glass-feature {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .css-section3 .glass-feature__content {
    display: grid;
    grid-template-columns: 40% 1fr;
    align-items: center;
    gap: 16px 20px;
  }
  .css-section3 .glass-feature__label {
    display: block;
    width: max-content;
    border-radius: 999px;
    background: #E4F2F3;
    font-size: min(var(--fs-sm) * 100vw / 1920, var(--fs-sm-rem));
    font-weight: 600;
    color: #07F;
    padding: 0.4em 1em;
  }
  .css-section3 .glass-feature__title {
    font-size: min(var(--fs-md) * 100vw / 1920, var(--fs-md-rem));
    margin: 0.5em 0;
  }
  .css-section3 .glass-feature__title span {
    font-size: min(var(--fs-xs) * 100vw / 1920, var(--fs-xs-rem));
  }
  .css-section3 .glass-feature__description span {
    display: block;
    font-size: 0.66vw;
  }
  .css-section4 {
    background: #F2FAFF;
  }
  .css-section4 .soft-finish {
    padding: 1em 0 0 0;
  }
  .css-section4 .soft-finish__images {
    display: grid;
    grid-template-columns: 1fr 20px 1fr;
    gap: 16px;
    align-items: center;
    padding: 24px 0;
  }
  .css-section4 .soft-finish__note {
    font-size: min(var(--fs-xs) * 100vw / 1920, var(--fs-xs-rem));
  }
  .css-section5 .section5-image {
    gap: 30px 2vw;
  }
  .css-section5 .sub-title {
    font-size: min(var(--fs-md) * 100vw / 1920, var(--fs-md-rem));
    line-height: 1.4;
    margin: 0 0 1em 0;
  }
  .css-section5 .section5-image-box1 {
    margin: 0 0 1em 0;
  }
  .css-section5 .section5-image-box2 {
    margin: 1em 0 0 0;
  }
  .css-section5 .air-dry-feature {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 16px;
    margin: 0 0 24px 0;
  }
  .css-section5 .air-dry-feature__note,
  .css-section5 .blanket-wash-feature__note {
    font-size: min(var(--fs-xs) * 100vw / 1920, var(--fs-xs-rem));
    margin: 0.5em 0 0 0;
  }
  .css-section5 .air-dry-feature__note + .sub-title,
  .css-section5 .blanket-wash-feature__note + .sub-title {
    margin: 2em 0 0 0;
  }
  .point-container {
    background: #FFF;
    border: 1px solid #07F;
    padding: 1em;
  }
  .point-title {
    font-family: "Quicksand", sans-serif;
    color: #07F;
    margin: 0 0 0.8em 0;
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .point-title::before {
    content: "";
    display: block;
    min-width: 20px;
    height: 20px;
    background: url(./../images/icon-point.svg) no-repeat center/contain;
  }
  .section5-image-box2 {
    margin: 8px 0 0 0;
  }
  .blanket-wash-feature {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    gap: 16px 3vw;
  }
  .css-section6 {
    background: #F2FAFF;
  }
  .css-section6 .section6-image {
    padding: 1em 0 1em 0;
  }
  .css-section6 .sub-title {
    font-size: min(var(--fs-md) * 100vw / 1920, var(--fs-md-rem));
    line-height: 1.4;
    margin: 0 0 1em 0;
  }
  .css-section6 .note {
    font-size: min(var(--fs-xs) * 100vw / 1920, var(--fs-xs-rem));
    margin: 2em 0 0 0;
  }
  .css-section6 .auto-clean-feature {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .css-section6 .section6-image-item {
    padding-left: 30px;
  }
  .css-section7 .section7-image {
    padding: 1em 0 0 0;
  }
  .css-section7 .sub-title {
    font-size: min(var(--fs-md) * 100vw / 1920, var(--fs-md-rem));
    line-height: 1.4;
    margin: 0 0 1em 0;
  }
  .css-section7 .note {
    font-size: min(var(--fs-xs) * 100vw / 1920, var(--fs-xs-rem));
    margin: 2em 0 0 0;
  }
  .css-section8 {
    background: linear-gradient(90deg, #FBFBFB 0%, #EEE 98.59%);
  }
  .css-section8 .product-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
    padding: calc(1em + 45px) 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .css-section8 .product-card {
    gap: 40px;
    padding: calc(1em + 30px) 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .css-section8 .product-card__link {
    position: relative;
    text-decoration: none;
  }
  .css-section8 .product-card__link .item-tag {
    width: 90px;
    position: absolute;
    top: -45px;
    right: -45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .css-section8 .product-card__link .item-tag {
    width: 60px;
    top: -30px;
    right: -30px;
  }
}
@media screen and (min-width: 768px) {
  .css-section8 .product-card__link:hover .product-card__spec {
    background: #fff;
    color: #07F;
  }
  .css-section8 .product-card__link:hover .product-card__value::before {
    content: "";
    background: #07F;
  }
  .css-section8 .product-card__image {
    aspect-ratio: 333/295;
  }
  .css-section8 .product-card__image img {
    height: 100%;
    object-fit: contain;
  }
  .css-section8 .product-card__name {
    font-size: min(var(--fs-md) * 100vw / 1920, var(--fs-md-rem));
    font-weight: 700;
    color: #000;
    text-align: center;
    margin: 0.5em 0;
  }
  .css-section8 .product-card__spec {
    font-size: min(var(--fs-md) * 100vw / 1920, var(--fs-md-rem));
    background: #07F;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding: 12px 1em;
    margin-inline: auto;
    border: solid 1px #07F;
  }
  .css-section8 .product-card__value {
    font-weight: 700;
    display: flex;
  }
  .css-section8 .product-card__value::before {
    content: "";
    display: block;
    width: 1px;
    background: #fff;
    margin: 0 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .landing_page {
    --fs-xs: 12;
    --fs-sm: 18;
    --fs-md: 22;
    --fs-lg: 32;
    --fs-xl: 40;
    --pad-xxs: 10;
    --pad-xs: 30;
    --pad-sm: 30;
    --pad-md: 60;
    --pad-lg: 100;
    --pad-xl: 120;
  }
  .l-breadcrumbs {
    margin-top: 0;
  }
  .landing_page {
    overflow: visible;
    contain: paint;
    background-color: var(--color-w);
  }
  .landing_page .js-fadeIn {
    opacity: 0;
    transform: translateY(50px);
    transition: ease-in, opacity 1s, transform 1s;
  }
  .landing_page .js-fadeIn--active {
    opacity: 1;
    transform: translateY(0);
  }
  .landing_page .js-revealIn {
    position: relative;
  }
  .landing_page .js-revealIn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    transform-origin: right;
    transform: scaleX(1);
    transition: transform 1.2s ease-in-out;
    z-index: 3;
  }
  .landing_page .js-revealIn--active::after {
    transform: scaleX(0);
  }
  .landing_page .l-view {
    display: none;
  }
  .landing_page img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .landing_page p {
    font-size: max(14px, min(3vw, 16px));
    line-height: 1.6;
  }
  .landing_page .container {
    padding: 0 15px;
  }
  .landing_page .main-visual {
    position: relative;
    background: #F2FAFF;
  }
  .landing_page .main-visual .mv-box {
    position: relative;
  }
  .landing_page .main-visual .mv-contents {
    padding: 40px 15px 20px 15px;
    display: grid;
    place-content: center;
  }
  .landing_page .main-visual .product-head {
    width: max-content;
    margin-bottom: calc(20 * 100vw / 750);
    font-size: max(14px, min(3vw, 28px));
    font-weight: 600;
    background: #07F;
    color: #eee;
    padding: 0.5em 1.5em;
  }
  .landing_page .main-visual .mv-title {
    font-size: max(20px, min(3vw, 40px));
    font-weight: 900;
    color: #000;
    line-height: 1.2;
    margin: 0.8em 0;
  }
  .landing_page .main-visual .mv-title span {
    display: block;
    font-size: max(40px, min(3vw, 80px));
    color: #07F;
  }
  .landing_page .main-visual .mv-txt {
    padding: 1em 0;
  }
  .landing_page .main-visual .mv-image {
    position: relative;
    width: calc(100% - 30px);
  }
  .landing_page .main-visual .mv-image img {
    position: relative;
    z-index: 1;
  }
  .landing_page .main-visual .mv-image::after {
    content: "";
    width: 100%;
    height: 90%;
    background: #07F;
    position: absolute;
    right: -30px;
    bottom: 0;
  }
  .landing_page .main-visual .scroll-image {
    max-width: 86px;
    position: absolute;
    bottom: 20%;
    left: 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 599px) {
  .landing_page .main-visual .scroll-image {
    max-width: 43px;
  }
}
@media screen and (max-width: 767px) {
  .landing_page .main-visual .mv-laundry {
    display: none;
  }
  .landing_page .section-contents {
    padding: 60px 0;
  }
  .landing_page .section-heading {
    padding: 0 0 1em 0;
  }
  .landing_page .section-num {
    font-family: "Quicksand", sans-serif;
    font-size: max(14px, min(3vw, 20px));
    color: #0077FF;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 1.5em 0;
  }
  .landing_page .section-num::before {
    content: "";
    display: block;
    min-width: 32px;
    height: 32px;
    background: url(.././images/icon-check.svg) no-repeat center/contain;
  }
  .landing_page .section-title {
    font-size: max(20px, min(3vw, 32px));
    font-weight: 700;
    line-height: 1.6;
  }
  .landing_page .section-title span {
    font-size: max(16px, min(3vw, 20px));
    display: block;
  }
  .landing_page .section-title i {
    font-style: normal;
    font-size: max(16px, min(3vw, 20px));
  }
  .landing_page .section-desc {
    margin: 1.5em 0 0 0;
  }
  .landing_page .section-image {
    display: grid;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) and (max-width: 599px) {
  .landing_page .section-image {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .css-section1 {
    position: relative;
  }
  .css-section1::after {
    content: "";
    width: 100%;
    height: 60px;
    background: #F2FAFF;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .css-section1 .notes {
    font-size: max(10px, min(3vw, 12px));
  }
  .feature-section {
    position: relative;
    z-index: 1;
  }
  .feature-section__inner {
    padding: 60px 0 0 0;
  }
  .feature-section__title {
    font-family: Quicksand;
    font-size: max(24px, min(3vw, 48px));
    margin-bottom: 32px;
  }
  .feature-section__title::before {
    content: attr(data-en);
    display: block;
    color: #716D69;
    font-size: max(14px, min(3vw, 18px));
    margin: 0 0 10px 0;
  }
  .feature-section__list {
    counter-reset: number 0;
    list-style: none;
    margin: 0 0 2em 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1em;
  }
  .feature-section__list li {
    font-size: max(14px, min(3vw, 16px));
    font-weight: 700;
    line-height: 1.6;
    display: flex;
    gap: 16px;
  }
  .feature-section__list li::before {
    counter-increment: number 1;
    content: counter(number);
    display: grid;
    place-content: center;
    font-family: Quicksand;
    font-size: 14px;
    font-weight: 700;
    color: #07F;
    background: rgba(125, 143, 178, 0.14);
    min-width: 32px;
    height: 32px;
    border-radius: 999px;
  }
  .feature-section__list li:hover::before {
    background: #07F;
    color: #fff;
  }
  .feature-section__list a {
    color: #2B3432;
    text-decoration: none;
  }
  .feature-section__img {
    max-width: 500px;
    margin: 0 auto;
    padding: 24px 0 0 0;
  }
  .css-section2 {
    background: #F2FAFF;
  }
  .css-section2 .num-label {
    display: block;
    font-family: "Quicksand", sans-serif;
    font-size: max(14px, min(3vw, 16px));
    font-weight: 600;
    color: #0041C0;
    background: rgba(125, 143, 178, 0.1);
    border-radius: 999px;
    width: max-content;
    padding: 0.4em 2em;
  }
  .css-section2 .sub-title {
    font-size: max(18px, min(3vw, 32px));
    margin: 0.6em 0;
  }
  .css-section2 .sub-txt {
    line-height: 1.8;
  }
  .css-section2 .note-title {
    font-size: min(var(--fs-md) * 100vw / 1920, var(--fs-md-rem));
    margin: 1.5em 0 1em 0;
    line-height: 1.4;
  }
  .css-section2 .image-note-item {
    width: 80%;
    margin-inline: auto;
    padding: 16px 0;
  }
  .css-section2 .section2-title {
    font-size: max(16px, min(3vw, 18px));
    font-weight: 600;
    line-height: 1.6;
  }
  .css-section2 .section2-txt {
    margin: 1em 0;
  }
  .css-section2 p.section2-note {
    font-size: max(10px, min(3vw, 12px));
  }
  .css-section2 p.section2-note.text-right {
    text-align: right;
  }
  .css-section2 .section2-image-box {
    margin: 24px 0;
  }
  .css-section2 .image-grid {
    padding: 24px 0;
  }
  .css-section2 .image-grid .image-grid-item--container {
    width: 60%;
    margin-inline: auto;
    padding: 16px 0 0 0;
  }
  .css-section3 .section3-image {
    padding: 1em 0 0 0;
    align-items: center;
  }
  .css-section3 .section3-title {
    font-size: max(18px, min(3vw, 32px));
    margin-bottom: 2em;
  }
  .css-section3 .glass-feature {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .css-section3 .glass-feature__content {
    display: grid;
    grid-template-columns: 33% 2fr;
    align-items: center;
    gap: 16px 20px;
  }
  .css-section3 .glass-feature__label {
    display: block;
    width: max-content;
    border-radius: 999px;
    background: #E4F2F3;
    font-size: max(12px, min(3vw, 16px));
    font-weight: 600;
    color: #07F;
    padding: 0.4em 1em;
  }
  .css-section3 .glass-feature__title {
    font-size: max(16px, min(3vw, 18px));
    margin: 0.5em 0;
  }
  .css-section3 .glass-feature__title span {
    display: block;
    font-size: max(12px, min(3vw, 16px));
    margin: 0.5em 0 0 0;
  }
  .css-section3 .glass-feature__description {
    font-size: max(12px, min(3vw, 16px));
  }
  .css-section3 .glass-feature__description span {
    display: block;
    font-size: max(10px, min(3vw, 12px));
  }
  .css-section4 {
    background: #F2FAFF;
  }
  .css-section4 .soft-finish {
    padding: 1em 0 0 0;
  }
  .css-section4 .soft-finish__images {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: center;
    padding: 24px 0;
  }
  .css-section4 .soft-finish__images svg {
    transform: rotate(90deg);
    margin: 0 auto;
  }
  .css-section4 .soft-finish__note {
    font-size: max(10px, min(3vw, 12px));
  }
  .css-section5 .section5-image {
    gap: 30px 2vw;
  }
  .css-section5 .sub-title {
    font-size: max(16px, min(3vw, 18px));
    line-height: 1.4;
    margin: 0 0 1em 0;
  }
  .css-section5 .section5-image-box1 {
    margin: 0 0 1em 0;
  }
  .css-section5 .section5-image-box2 {
    margin: 1em 0 0 0;
  }
  .css-section5 .air-dry-feature {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 0 0 24px 0;
  }
  .css-section5 .air-dry-feature__image {
    width: 60%;
    margin-inline: auto;
  }
  .css-section5 .air-dry-feature__note,
  .css-section5 .blanket-wash-feature__note {
    font-size: max(10px, min(3vw, 12px));
    margin: 1.5em 0 0 0;
  }
  .css-section5 .air-dry-feature__note + .sub-title,
  .css-section5 .blanket-wash-feature__note + .sub-title {
    margin: 2em 0 1em 0;
  }
  .point-container {
    background: #FFF;
    border: 1px solid #07F;
    padding: 1em;
  }
  .point-title {
    font-family: "Quicksand", sans-serif;
    color: #07F;
    margin: 0 0 0.8em 0;
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .point-title::before {
    content: "";
    display: block;
    min-width: 20px;
    height: 20px;
    background: url(./../images/icon-point.svg) no-repeat center/contain;
  }
  .section5-image-box2 {
    margin: 8px 0 0 0;
  }
  .blanket-wash-feature {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    gap: 16px 3vw;
  }
  .css-section6 {
    background: #F2FAFF;
  }
  .css-section6 .section6-image {
    padding: 1em 0 1em 0;
  }
  .css-section6 .sub-title {
    font-size: max(16px, min(3vw, 18px));
    line-height: 1.4;
    margin: 0 0 1em 0;
  }
  .css-section6 .note {
    font-size: max(10px, min(3vw, 12px));
    margin: 2em 0 0 0;
  }
  .css-section6 .auto-clean-feature {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px 20px;
  }
  .css-section6 .auto-clean-feature__image {
    width: 60%;
    margin-inline: auto;
  }
  .css-section7 .section7-image {
    padding: 1em 0 0 0;
  }
  .css-section7 .sub-title {
    font-size: max(16px, min(3vw, 18px));
    line-height: 1.4;
    margin: 0 0 1em 0;
  }
  .css-section7 .note {
    font-size: max(10px, min(3vw, 12px));
    margin: 2em 0 0 0;
  }
  .css-section8 {
    background: linear-gradient(90deg, #FBFBFB 0%, #EEE 98.59%);
  }
  .css-section8 .product-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: calc(1em + 30px) 0 0 0;
  }
  .css-section8 .product-card__link {
    position: relative;
    text-decoration: none;
  }
  .css-section8 .product-card__link .item-tag {
    width: 60px;
    position: absolute;
    top: -30px;
    right: -30px;
  }
  .css-section8 .product-card__image {
    aspect-ratio: 333/295;
  }
  .css-section8 .product-card__image img {
    height: 100%;
    object-fit: contain;
  }
  .css-section8 .product-card__name {
    font-weight: 700;
    color: #000;
    text-align: center;
    margin: 0.5em 0;
  }
  .css-section8 .product-card__spec {
    font-size: max(12px, min(3vw, 14px));
    background: #07F;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding: 12px 1em;
    margin-inline: auto;
  }
  .css-section8 .product-card__value {
    font-size: max(14px, min(3vw, 16px));
    font-weight: 700;
    display: flex;
  }
  .css-section8 .product-card__value::before {
    content: "";
    display: block;
    width: 1px;
    background: #fff;
    margin: 0 0.5em;
  }
}
