@charset "UTF-8";

/*--------------------
 main-content
--------------------*/
.main-content {
  /* margin: 0 auto 80px; */
  margin: 0 auto;
  padding: 0 0 80px;
  font-size: 16px;
  background-color: #fdfcee;
  text-align: center;
}

.main-content img {
  max-width: 100%;
  vertical-align: bottom;
}

.main-content .inner {
  width: 1248px;
  margin: 0 auto;
  padding: 0 24px;
}

.main-content a {
  display: block;
  text-decoration: none;
}

.main-content a:hover,
.main-content a:focus {
  text-decoration: none;
}

.main-content sup {
  font-size: 60%;
  vertical-align: super;
}

.main-content sub {
  font-size: 70%;
  vertical-align: baseline;
}

.main-content h1,
.main-content h2,
.main-content h3 {
  margin: 0;
  padding: 0;
  color: inherit;
}

.main-content .pc-only {
  display: block !important;
}

.main-content .sp-only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content {
    margin: 0 auto;
    padding: 0 0 72px;
  }

  html[data-browse-mode="S"] .main-content .inner {
    width: 100%;
    padding: 0 20px;
  }

  html[data-browse-mode="S"] .main-content .pc-only {
    display: none !important;
  }

  html[data-browse-mode="S"] .main-content .sp-only {
    display: block !important;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .main-content {
    padding: 0 0 17.391vw;
  }

  html[data-browse-mode="S"] .main-content .inner {
    padding: 0 4.831vw;
  }
}

.main-content .bg-outer {
  background-color: #fff3fa;
}
.main-content .bg-inner {
  background-color: #fff3e0;
}

/*--------------------
 hero
--------------------*/
@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .hero .inner {
    padding: 0;
  }
}

/*--------------------
 intro
--------------------*/
.main-content .intro {
  margin: 64px 0 0;
}

.main-content .intro-title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.main-content .intro-text {
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 1.8;
}

.main-content .intro-cols {
  display: flex;
  margin: 40px 0 0;
}

.main-content .intro-col-link {
  display: block;
  width: 50%;
  padding: 36px 40px 40px;
}

.main-content .intro-col-title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.main-content .intro-col-text {
  margin: 12px 0 0;
  font-size: 18px;
  line-height: 1.6;
}

.main-content .intro-col-product-wrap {
  display: flex;
  justify-content: center;
  gap: 0 16px;
}

.main-content .intro-col-product {
  margin: 16px 0 0;
}

.main-content .intro-col-image img {
  display: block;
  margin: 0 auto;
}
.main-content .intro-col-image img:first-child {
  max-width: 200px;
}
.main-content .intro-col-image img:last-child {
  width: auto;
  height: 20px;
  margin: 4px auto 0;
}

.main-content .intro-col-product-title {
  margin: 16px 0 0;
  font-size: 18px;
  font-weight: 600;
}

.main-content .intro-col-product-note {
  margin: 4px 0 0;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .intro {
    margin: 0;
  }

  html[data-browse-mode="S"] .main-content .intro-title {
    font-size: 24px;
  }

  html[data-browse-mode="S"] .main-content .intro-text {
    margin: 20px 0 0;
    font-size: 16px;
  }

  html[data-browse-mode="S"] .main-content .intro-cols {
    flex-wrap: wrap;
    margin: 32px 0 0;
  }

  html[data-browse-mode="S"] .main-content .intro-col-link {
    width: 100%;
    padding: 28px 20px 32px;
  }

  html[data-browse-mode="S"] .main-content .intro-col-title {
    font-size: 20px;
  }

  html[data-browse-mode="S"] .main-content .intro-col-text {
    margin: 12px 0 0;
    font-size: 16px;
  }

  html[data-browse-mode="S"] .main-content .intro-col-product-wrap {
    display: flex;
    justify-content: center;
    gap: 0 16px;
  }

  html[data-browse-mode="S"] .main-content .intro-col-product {
    margin: 20px 0 0;
  }

  html[data-browse-mode="S"] .main-content .intro-col-image img:first-child,
  html[data-browse-mode="S"] .main-content .intro-col-image img:nth-child(2) {
    max-width: 160px;
  }
  html[data-browse-mode="S"] .main-content .intro-col-product + .intro-col-product .intro-col-image img:nth-child(2) {
    margin-top: 15.69px;
  }
  html[data-browse-mode="S"] .main-content .intro-col-image img:last-child {
    height: 20px;
    margin: 4px auto 0;
  }

  html[data-browse-mode="S"] .main-content .intro-col-product-title {
    margin: 16px 0 0;
    font-size: 16px;
  }

  html[data-browse-mode="S"] .main-content .intro-col-product-note {
    margin: 4px 0 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .main-content .intro-title {
    font-size: 5.797vw;
  }

  html[data-browse-mode="S"] .main-content .intro-text {
    margin: 4.831vw 0 0;
    font-size: 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .intro-cols {
    margin: 7.729vw 0 0;
  }

  html[data-browse-mode="S"] .main-content .intro-col-link {
    padding: 6.763vw 4.831vw 7.729vw;
  }

  html[data-browse-mode="S"] .main-content .intro-col-title {
    font-size: 4.831vw;
  }

  html[data-browse-mode="S"] .main-content .intro-col-text {
    margin: 2.899vw 0 0;
    font-size: 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .intro-col-product-wrap {
    gap: 0 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .intro-col-product {
    margin: 4.831vw 0 0;
  }

  html[data-browse-mode="S"] .main-content .intro-col-image img:first-child,
  html[data-browse-mode="S"] .main-content .intro-col-image img:nth-child(2) {
    max-width: 38.647vw;
  }
  html[data-browse-mode="S"] .main-content .intro-col-product + .intro-col-product .intro-col-image img:nth-child(2) {
    margin-top: 3.79vw;
  }
  html[data-browse-mode="S"] .main-content .intro-col-image img:last-child {
    height: 4.831vw;
    margin: 0.966vw auto 0;
  }

  html[data-browse-mode="S"] .main-content .intro-col-product-title {
    margin: 3.865vw 0 0;
    font-size: 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .intro-col-product-note {
    margin: 0.966vw 0 0;
    font-size: 3.382vw;
  }
}

/*--------------------
 section
--------------------*/
.main-content .section .bg-outer,
.main-content .section .bg-inner {
  padding: 24px;
}

.main-content .section-inner {
  padding: 32px 40px;
  border-radius: 16px;
  background-color: #fff;
}
.main-content .section-inner + .section-inner {
  margin: 24px 0 0;
}

.main-content .section-title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.main-content .section-lead {
  margin: 12px 0 0;
  padding: 0 0 16px;
  font-size: 20px;
  line-height: 1.6;
}
.main-content .outer-care .section-lead {
  border-bottom: 3px solid #fff3fa;
}
.main-content .inner-care .section-lead {
  border-bottom: 3px solid #fff3e0;
}

.main-content .section-text {
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .section .bg-outer,
  html[data-browse-mode="S"] .main-content .section .bg-inner {
    padding: 12px;
  }

  html[data-browse-mode="S"] .main-content .section-inner {
    padding: 20px;
    border-radius: 12px;
  }
  html[data-browse-mode="S"] .main-content .section-inner + .section-inner {
    margin: 12px 0 0;
  }

  html[data-browse-mode="S"] .main-content .section-title {
    font-size: 22px;
  }

  html[data-browse-mode="S"] .main-content .section-lead {
    margin: 8px 0 0;
    padding: 0 0 12px;
    font-size: 16px;
  }

  html[data-browse-mode="S"] .main-content .section-text {
    margin: 20px 0 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .main-content .section .bg-outer,
  html[data-browse-mode="S"] .main-content .section .bg-inner {
    padding: 2.899vw;
  }

  html[data-browse-mode="S"] .main-content .section-inner {
    padding: 4.831vw;
    border-radius: 2.899vw;
  }
  html[data-browse-mode="S"] .main-content .section-inner + .section-inner {
    margin: 2.899vw 0 0;
  }

  html[data-browse-mode="S"] .main-content .section-title {
    font-size: 5.314vw;
  }

  html[data-browse-mode="S"] .main-content .section-lead {
    margin: 1.932vw 0 0;
    padding: 0 0 2.899vw;
    font-size: 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .section-text {
    margin: 4.831vw 0 0;
    font-size: 3.382vw;
  }
}

/*--------------------
 product
--------------------*/
.main-content .product {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 48px;
  margin: 0 auto;
  padding: 40px 56px;
  border-radius: 8px;
  border: 1px solid #ddd;
}
.main-content .outer-care .product {
  padding: 16px 56px 24px;
}

.main-content .product-image img {
  display: block;
  margin: 0 auto;
}
.main-content .product-image img:first-child {
  max-width: 240px;
}
.main-content .product-image img:last-child {
  width: auto;
  height: 20px;
  margin: 4px auto 0;
}

.main-content .product-info {
  width: calc(100% - 240px - 48px);
  text-align: left;
}

.main-content .product-tag {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 8px;
  background-color: rgba(0, 35, 102, 0.05);
  font-size: 14px;
}

.main-content .product-title {
  margin: 8px 0 0;
  font-size: 24px;
  font-weight: 600;
}

.main-content .product-text {
  margin: 16px 0 0;
  font-size: 18px;
}

.main-content .product-note {
  margin: 8px 0 0;
  font-size: 14px;
}

.main-content .product-price {
  margin: 4px 0 0;
  font-size: 32px;
  font-weight: 600;
  text-align: right;
}

.main-content .product-price small {
  display: inline-block;
  margin: 0 0 0 4px;
  font-size: 18px;
}

.main-content .product-cta {
  margin: 24px 0 0;
}

.main-content .product-cta-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  border-radius: 8px;
  background-color: #002366;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.main-content .inner-care .product-cta-link {
  background-color: #ff7300;
}

.main-content .product-cta-link {
  padding: 16px 0;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .product {
    flex-wrap: wrap;
    gap: 24px 0;
    padding: 16px 20px 24px;
  }
  html[data-browse-mode="S"] .main-content .outer-care .product {
    padding: 16px 20px 24px;
  }

  html[data-browse-mode="S"] .main-content .product-image img:first-child {
    max-width: 160px;
  }
  html[data-browse-mode="S"] .main-content .product-image img:last-child {
    height: 20px;
    margin: 4px auto 0;
  }

  .main-content .product-info {
    width: 100%;
    text-align: center;
  }

  html[data-browse-mode="S"] .main-content .product-tag {
    padding: 4px 12px;
    font-size: 12px;
  }

  html[data-browse-mode="S"] .main-content .product-title {
    margin: 8px 0 0;
    font-size: 18px;
  }

  html[data-browse-mode="S"] .main-content .product-text {
    margin: 12px 0 0;
    font-size: 14px;
  }

  html[data-browse-mode="S"] .main-content .product-note {
    margin: 4px 0 0;
    font-size: 12px;
  }

  html[data-browse-mode="S"] .main-content .product-price {
    margin: 4px 0 0;
    font-size: 24px;
    text-align: center;
  }

  html[data-browse-mode="S"] .main-content .product-price small {
    margin: 0 0 0 4px;
    font-size: 16px;
  }

  html[data-browse-mode="S"] .main-content .product-cta {
    margin: 16px 0 0;
  }

  html[data-browse-mode="S"] .main-content .product-cta-link {
    padding: 12px 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .main-content .product {
    gap: 5.797vw 0;
    padding: 3.865vw 4.831vw 5.797vw;
  }
  html[data-browse-mode="S"] .main-content .outer-care .product {
    padding: 3.865vw 4.831vw 5.797vw;
  }

  html[data-browse-mode="S"] .main-content .product-image img:first-child {
    max-width: 38.647vw;
  }
  html[data-browse-mode="S"] .main-content .product-image img:last-child {
    height: 4.831vw;
    margin: 0.966vw auto 0;
  }

  html[data-browse-mode="S"] .main-content .product-tag {
    padding: 0.966vw 2.899vw;
    font-size: 2.899vw;
  }

  html[data-browse-mode="S"] .main-content .product-title {
    margin: 1.932vw 0 0;
    font-size: 4.348vw;
  }

  html[data-browse-mode="S"] .main-content .product-text {
    margin: 2.899vw 0 0;
    font-size: 3.382vw;
  }

  html[data-browse-mode="S"] .main-content .product-note {
    margin: 0.966vw 0 0;
    font-size: 2.899vw;
  }

  html[data-browse-mode="S"] .main-content .product-price {
    margin: 0.966vw 0 0;
    font-size: 5.797vw;
  }

  html[data-browse-mode="S"] .main-content .product-price small {
    margin: 0 0 0 0.966vw;
    font-size: 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .product-cta {
    margin: 3.865vw 0 0;
  }

  html[data-browse-mode="S"] .main-content .product-cta-link {
    padding: 2.899vw 0;
    font-size: 4.348vw;
  }
}

/*--------------------
 outer-care
--------------------*/
.main-content .outer-care {
  margin: 64px 0 0;
}

/* outer-care-01 */
.main-content .outer-care-01 {
  margin: 40px 0 0;
  padding: 24px 56px 32px;
  background-color: rgba(0, 35, 102, 0.05);
}

.main-content .outer-care-01-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 64px;
}

.main-content .outer-care-01-list {
  display: flex;
  justify-content: center;
  gap: 0 24px;
  margin: 40px 0 0;
}

.main-content .outer-care-01-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-content .outer-care-01-item.text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 9999px;
  background-color: #002366;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.main-content .outer-care-01-item.text sup {
  font-size: 60%;
  vertical-align: super;
  font-weight: 400;
  line-height: 0;
}

.main-content .outer-care-01-item .cross {
  display: block;
  position: relative;
  width: 42px;
  height: 42px;
}
.main-content .outer-care-01-item .cross::before,
.main-content .outer-care-01-item .cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 42px;
  border-radius: 0.5px;
  background-color: #333;
}
.main-content .outer-care-01-item .cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.main-content .outer-care-01-item .cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.main-content .outer-care-01-note {
  margin: 32px 0 0;
  color: #777;
  font-size: 14px;
}

.main-content .outer-care-product-image img {
  display: block;
  margin: 0 auto;
}
.main-content .outer-care-product-image img:first-child {
  max-width: 200px;
}
.main-content .outer-care-product-image img:last-child {
  width: auto;
  height: 20px;
  margin: 4px auto 0;
}

.main-content .outer-care-product-title {
  margin: 16px 0 0;
  font-size: 18px;
  font-weight: 600;
}

.main-content .outer-care-product-note {
  margin: 4px 0 0;
  font-size: 14px;
}

.main-content .outer-care-product-price {
  margin: 4px 0 0;
  font-size: 28px;
  font-weight: 600;
}

.main-content .outer-care-product-price small {
  display: inline-block;
  margin: 0 0 0 4px;
  font-size: 16px;
}

.main-content .outer-care-product-cta {
  margin: 24px 0 0;
}

.main-content .outer-care-product-cta-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  border-radius: 8px;
  background-color: #002366;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

/* outer-care-02 */
.main-content .outer-care-02 {
  margin: 32px 0 0;
}

.main-content .outer-care-feature-list {
  max-width: 640px;
  margin: 0 auto;
}

.main-content .outer-care-feature-item {
  margin: 64px 0 0;
  padding: 0 64px;
}
.main-content .outer-care-feature-item:nth-child(1) {
  margin: 0;
  padding: 0;
}

/* outer-care-03 */
.main-content .outer-care-03 {
  margin: 64px 0 0;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .outer-care {
    margin: 32px 0 0;
  }

  /* outer-care-01 */
  html[data-browse-mode="S"] .main-content .outer-care-01 {
    margin: 32px 0 0;
    padding: 28px 20px;
  }

  html[data-browse-mode="S"] .main-content .outer-care-01-wrap {
    flex-wrap: wrap;
    gap: 32px 0;
  }

  html[data-browse-mode="S"] .main-content .outer-care-01-list {
    gap: 0 4px;
    margin: 0;
  }

  html[data-browse-mode="S"] .main-content .outer-care-01-item.text {
    width: 68px;
    height: 68px;
    font-size: 14px;
  }

  html[data-browse-mode="S"] .main-content .outer-care-01-item .cross {
    width: 20px;
    height: 20px;
  }
  html[data-browse-mode="S"] .main-content .outer-care-01-item .cross::before,
  html[data-browse-mode="S"] .main-content .outer-care-01-item .cross::after {
    height: 20px;
  }

  html[data-browse-mode="S"] .main-content .outer-care-01-note {
    margin: 12px 0 0;
    font-size: 14px;
  }

  html[data-browse-mode="S"] .main-content .outer-care-product-image img:first-child {
    max-width: 120px;
  }
  html[data-browse-mode="S"] .main-content .outer-care-product-image img:last-child {
    height: 20px;
    margin: 4px auto 0;
  }

  html[data-browse-mode="S"] .main-content .outer-care-product-title {
    margin: 16px 0 0;
    font-size: 18px;
  }

  html[data-browse-mode="S"] .main-content .outer-care-product-note {
    margin: 4px 0 0;
    font-size: 12px;
  }

  html[data-browse-mode="S"] .main-content .outer-care-product-price {
    margin: 4px 0 0;
    font-size: 24px;
  }

  html[data-browse-mode="S"] .main-content .outer-care-product-price small {
    margin: 0 0 0 4px;
    font-size: 16px;
  }

  html[data-browse-mode="S"] .main-content .outer-care-product-cta {
    margin: 16px 0 0;
  }

  html[data-browse-mode="S"] .main-content .outer-care-product-cta-link {
    padding: 12px 0;
    font-size: 18px;
  }

  /* outer-care-02 */
  html[data-browse-mode="S"] .main-content .outer-care-02 {
    margin: 24px 0 0;
  }

  html[data-browse-mode="S"] .main-content .outer-care-feature-list {
    max-width: 100%;
  }

  html[data-browse-mode="S"] .main-content .outer-care-feature-item {
    margin: 40px 0 0;
    padding: 0 8px;
  }
  html[data-browse-mode="S"] .main-content .outer-care-feature-item:nth-child(1) {
    margin: 0;
    padding: 0;
  }

  /* outer-care-03 */
  html[data-browse-mode="S"] .main-content .outer-care-03 {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .main-content .outer-care {
    margin: 7.729vw 0 0;
  }

  /* outer-care-01 */
  html[data-browse-mode="S"] .main-content .outer-care-01 {
    margin: 7.729vw 0 0;
    padding: 6.763vw 4.831vw;
  }

  html[data-browse-mode="S"] .main-content .outer-care-01-wrap {
    gap: 7.729vw 0;
  }

  html[data-browse-mode="S"] .main-content .outer-care-01-list {
    gap: 0 0.966vw;
  }

  html[data-browse-mode="S"] .main-content .outer-care-01-item.text {
    width: 16.425vw;
    height: 16.425vw;
    font-size: 3.382vw;
  }

  html[data-browse-mode="S"] .main-content .outer-care-01-item .cross {
    width: 4.831vw;
    height: 4.831vw;
  }
  html[data-browse-mode="S"] .main-content .outer-care-01-item .cross::before,
  html[data-browse-mode="S"] .main-content .outer-care-01-item .cross::after {
    height: 4.831vw;
  }

  html[data-browse-mode="S"] .main-content .outer-care-01-note {
    margin: 2.899vw 0 0;
    font-size: 3.382vw;
  }

  html[data-browse-mode="S"] .main-content .outer-care-product-image img:first-child {
    max-width: 28.986vw;
  }
  html[data-browse-mode="S"] .main-content .outer-care-product-image img:last-child {
    height: 4.831vw;
    margin: 0.966vw auto 0;
  }

  html[data-browse-mode="S"] .main-content .outer-care-product-title {
    margin: 3.865vw 0 0;
    font-size: 4.348vw;
  }

  html[data-browse-mode="S"] .main-content .outer-care-product-note {
    margin: 0.966vw 0 0;
    font-size: 2.899vw;
  }

  html[data-browse-mode="S"] .main-content .outer-care-product-price {
    margin: 0.966vw 0 0;
    font-size: 5.797vw;
  }

  html[data-browse-mode="S"] .main-content .outer-care-product-price small {
    margin: 0 0 0 0.966vw;
    font-size: 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .outer-care-product-cta {
    margin: 3.865vw 0 0;
  }

  html[data-browse-mode="S"] .main-content .outer-care-product-cta-link {
    padding: 2.899vw 0;
    font-size: 4.348vw;
  }

  /* outer-care-02 */
  html[data-browse-mode="S"] .main-content .outer-care-02 {
    margin: 5.797vw 0 0;
  }

  html[data-browse-mode="S"] .main-content .outer-care-feature-item {
    margin: 9.662vw 0 0;
    padding: 0 1.932vw;
  }

  /* outer-care-03 */
  html[data-browse-mode="S"] .main-content .outer-care-03 {
    margin: 9.662vw 0 0;
  }
}

/*--------------------
 inner-care
--------------------*/
.main-content .inner-care {
  margin: 64px 0 0;
}

/* feature */
.main-content .feature {
  margin: 48px 0 0;
  text-align: left;
}

.main-content .feature-title {
  font-size: 20px;
  font-weight: 600;
}

.main-content .feature-list {
  display: flex;
  width: 100%;
  margin: 16px 0 0;
  text-align: center;
}

.main-content .feature-item {
  width: calc(100% / 3);
  padding: 0 0 24px;
}
.main-content .feature-item:nth-child(1) {
  background-color: #fdfcee;
}
.main-content .feature-item:nth-child(2) {
  background-color: #fdeef7;
}
.main-content .feature-item:nth-child(3) {
  background-color: #eefdf1;
}

.main-content .feature-item-label {
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
}
.main-content .feature-item:nth-child(1) .feature-item-label {
  background-color: rgba(255, 115, 0, 0.1);
}
.main-content .feature-item:nth-child(2) .feature-item-label {
  background-color: rgba(255, 55, 175, 0.1);
}
.main-content .feature-item:nth-child(3) .feature-item-label {
  background-color: rgba(31, 178, 2, 0.1);
}

.main-content .feature-item-title {
  margin: 24px 24px 0;
  padding: 0 0 12px 0;
  font-size: 16px;
  font-weight: 600;
}
.main-content .feature-item:nth-child(1) .feature-item-title {
  border-bottom: 2px solid rgba(255, 115, 0, 0.1);
}
.main-content .feature-item:nth-child(2) .feature-item-title {
  border-bottom: 2px solid rgba(255, 55, 175, 0.1);
}
.main-content .feature-item:nth-child(3) .feature-item-title {
  border-bottom: 2px solid rgba(31, 178, 2, 0.1);
}

.main-content .feature-item-text {
  margin: 12px 24px 0;
  font-size: 16px;
}

/* ingredient */
.main-content .ingredient {
  margin: 32px 0 0;
  text-align: left;
}

.main-content .ingredient-title {
  font-size: 20px;
  font-weight: 600;
}

.main-content .ingredient-list {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 12px 16px;
  width: 100%;
  margin: 16px 0 0;
  padding: 24px;
  background-color: #fafafa;
}

.main-content .ingredient-list-title {
  width: 344px;
  font-size: 16px;
  font-weight: 600;
}

.main-content .ingredient-list-text {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  html[data-browse-mode="S"] .main-content .inner-care {
    margin: 32px 0 0;
  }

  /* feature */
  html[data-browse-mode="S"] .main-content .feature {
    margin: 32px 0 0;
  }

  html[data-browse-mode="S"] .main-content .feature-title {
    font-size: 18px;
  }

  html[data-browse-mode="S"] .main-content .feature-list {
    flex-wrap: wrap;
    margin: 12px 0 0;
  }

  html[data-browse-mode="S"] .main-content .feature-item {
    width: 100%;
    padding: 0 0 24px;
  }

  html[data-browse-mode="S"] .main-content .feature-item-label {
    padding: 8px 20px;
    font-size: 16px;
  }

  html[data-browse-mode="S"] .main-content .feature-item-title {
    margin: 16px 20px 0;
    padding: 0 0 12px 0;
    font-size: 16px;
  }

  html[data-browse-mode="S"] .main-content .feature-item-text {
    margin: 12px 20px 0;
    font-size: 14px;
  }

  /* ingredient */
  html[data-browse-mode="S"] .main-content .ingredient {
    margin: 32px 0 0;
  }

  html[data-browse-mode="S"] .main-content .ingredient-title {
    font-size: 16px;
  }

  html[data-browse-mode="S"] .main-content .ingredient-list {
    grid-template-columns: 1fr;
    gap: 8px 0;
    margin: 12px 0 0;
    padding: 4px 20px 20px;
  }

  html[data-browse-mode="S"] .main-content .ingredient-list-title {
    width: 100%;
    margin: 16px 0 0;
    font-size: 16px;
  }

  html[data-browse-mode="S"] .main-content .ingredient-list-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 413px) {
  html[data-browse-mode="S"] .main-content .inner-care {
    margin: 7.729vw 0 0;
  }

  /* feature */
  html[data-browse-mode="S"] .main-content .feature {
    margin: 7.729vw 0 0;
  }

  html[data-browse-mode="S"] .main-content .feature-title {
    font-size: 4.348vw;
  }

  html[data-browse-mode="S"] .main-content .feature-list {
    margin: 2.899vw 0 0;
  }

  html[data-browse-mode="S"] .main-content .feature-item {
    padding: 0 0 5.797vw;
  }

  html[data-browse-mode="S"] .main-content .feature-item-label {
    padding: 1.932vw 4.831vw;
    font-size: 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .feature-item-title {
    margin: 3.865vw 4.831vw 0;
    padding: 0 0 2.899vw 0;
    font-size: 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .feature-item-text {
    margin: 2.899vw 4.831vw 0;
    font-size: 3.382vw;
  }

  /* ingredient */
  html[data-browse-mode="S"] .main-content .ingredient {
    margin: 7.729vw 0 0;
  }

  html[data-browse-mode="S"] .main-content .ingredient-title {
    font-size: 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .ingredient-list {
    gap: 1.932vw 0;
    margin: 2.899vw 0 0;
    padding: 0.966vw 4.831vw 4.831vw;
  }

  html[data-browse-mode="S"] .main-content .ingredient-list-title {
    margin: 3.865vw 0 0;
    font-size: 3.865vw;
  }

  html[data-browse-mode="S"] .main-content .ingredient-list-text {
    font-size: 3.382vw;
  }
}
