@charset "UTF-8";
.container.active .fade-bg {
  background-position-y: 0;
}

#main {
  padding-bottom: 70px;
}

.sg-hero {
  position: relative;
  max-width: 1440px;
  margin: 0 auto 26px;
  text-align: center;
}

.sg-hero__visual {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(135deg, #f0f4f8 0%, #e8edf2 100%);
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sg-hero__visual img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .sg-hero__visual {
    min-height: 200px;
  }
}

.sg-hero__content {
  padding: 56px 20px 0;
}

.sg-hero__title {
  margin: 0 0 7px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.sg-hero__lead {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 1.61;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  .sg-hero {
    margin-bottom: 24px;
  }
  .sg-hero__content {
    padding: 30px 16px 0;
  }
  .sg-hero__title {
    font-size: 22px;
  }
  .sg-hero__lead {
    font-size: 13px;
  }
}

.sg-concern-nav {
  max-width: 1040px;
  margin: 0 auto 60px;
  padding: 20px;
  border-radius: 10px;
  background: rgba(0, 170, 204, 0.1);
  text-align: center;
}

.sg-concern-nav__title {
  margin: 0 0 20px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #0ac;
  letter-spacing: 0.2em;
}

.sg-concern-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.sg-concern-nav__link {
  display: inline-block;
  padding: 10px 18px;
  color: #0ac;
  border: 1px solid #0ac;
  border-radius: 4px;
  background: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.sg-concern-nav__link:before {
  margin: 0 0 -2px 0;
  content: '#';
  font-family: "Montserrat", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 14px;
}

@media (max-width: 768px) {
  .sg-concern-nav__link:before {
    font-size: 11px;
  }
}

.sg-concern-nav__link:hover {
  color: #fff;
  background: #0ac;
}

@media (max-width: 768px) {
  .sg-concern-nav {
    margin-bottom: 40px;
    padding: 16px;
    border-radius: 0;
  }
  .sg-concern-nav__title {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .sg-concern-nav__list {
    gap: 8px;
  }
  .sg-concern-nav__link {
    padding: 8px 14px;
    font-size: 13px;
  }
}

.sg-section {
  max-width: 1080px;
  margin: 0 auto 80px;
  padding: 0 20px;
}

.sg-section__title {
  margin: 0 0 24px;
  padding-top: 20px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #222;
  text-align: center;
  letter-spacing: 0.08em;
}

.sg-section__info {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  padding: 32px;
  background: #f7f9fb;
  border: 1px solid #e8ecf0;
  border-radius: 8px;
  margin-bottom: 36px;
}

.sg-section__img {
  flex: 0 0 180px;
  width: 180px;
}

.sg-section__img img {
  border-radius: 50%;
}

.sg-section__texts {
  flex: 1;
  display: flex;
  gap: 32px;
}

.sg-section__col {
  flex: 1;
}

.sg-section__subtitle {
  margin: 0 0 12px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.04em;
}

.sg-section__col p {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 1.9;
  color: #444;
  letter-spacing: 0.01em;
}

.sg-section__col p sup {
  font-size: 10px;
}

.sg-section__col .sg-section__note {
  margin: 16px 0 -16px;
  font-size: 12px;
  line-height: 1.7;
  color: #888;
  text-align: right;
  letter-spacing: 0.01em;
}

.sg-section__products {
  margin-bottom: 24px;
}

.sg-section__products-title {
  margin: 0 0 16px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .sg-section {
    margin-bottom: 56px;
    padding: 0 16px;
  }
  .sg-section__title {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .sg-section__info {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .sg-section__img {
    flex: none;
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
  }
  .sg-section__texts {
    flex-direction: column;
    gap: 20px;
  }
  .sg-section__subtitle {
    font-size: 15px;
  }
  .sg-section__col p {
    font-size: 13px;
    line-height: 1.85;
  }
  .sg-section__products-title {
    font-size: 16px;
  }
  .sg-section__col .sg-section__note {
    margin-bottom: 0;
  }
}

#main > sc-section:last-child {
  margin-bottom: 140px;
}

.concern-products__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  gap: 20px;
}

@media (max-width: 960px) and (min-width: 769px) {
  .concern-products__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .concern-products__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.concern-products__grid .product-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  position: relative;
}

.concern-products__grid .product-card:hover {
  transform: translateY(-8px);
}

.concern-products__grid .product-card:hover .product-image img {
  transform: scale(1.05);
}

.concern-products__grid .product-card:hover .product-title {
  color: #0ac;
}

.concern-products__grid .product-card .product-image {
  position: relative;
  height: 200px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 24px;
}

@media (max-width: 768px) {
  .concern-products__grid .product-card .product-image {
    height: 160px;
  }
}

.concern-products__grid .product-card .product-image img {
  max-width: 180px;
  max-height: 180px;
  object-fit: contain;
  transition: transform 0.4s ease;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
}

@media (max-width: 768px) {
  .concern-products__grid .product-card .product-image img {
    max-width: 140px;
    max-height: 140px;
  }
}

.concern-products__grid .product-card .product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #0ac;
  color: #fff;
  padding: 5px 10px 6px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #0ac;
  z-index: 2;
  font-feature-settings: 'palt';
}

@media (max-width: 768px) {
  .concern-products__grid .product-card .product-badge {
    padding: 3px 8px 4px;
    font-size: 11px;
  }
}

.concern-products__grid .product-card .product-info-card {
  padding: 14px 16px 4px;
  text-align: left;
}

@media (max-width: 768px) {
  .concern-products__grid .product-card .product-info-card {
    padding: 10px 10px 2px;
  }
}

.concern-products__grid .product-card .product-title {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.61;
  transition: color 0.3s ease;
  letter-spacing: 0.02em;
  width: 100%;
}

@media (max-width: 768px) {
  .concern-products__grid .product-card .product-title {
    font-size: 12px;
  }
}

.concern-products__grid .product-card .product-title-wrapper {
  display: block;
  position: static;
}

.concern-products__grid .product-card .medical-badge {
  position: absolute;
  right: 10px;
  top: 190px;
  bottom: auto;
  left: auto;
  transform: translateY(-100%);
  z-index: 3;
  color: #333;
  border: 1px solid #333;
  padding: 4px 5px 6px;
  line-height: 1;
  font-size: 10px;
  font-weight: 400;
  border-radius: 0;
  white-space: nowrap;
  font-feature-settings: 'palt';
  letter-spacing: 0.02em;
  flex-shrink: 0;
  align-self: auto;
}

@media (max-width: 768px) {
  .concern-products__grid .product-card .medical-badge {
    top: 186px;
    padding: 3px 4px 5px;
    font-size: 9px;
  }
}

.concern-products__grid .product-card .product-price {
  padding: 0 16px 16px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 6px;
}

@media (max-width: 479px) {
  .concern-products__grid .product-card .product-price {
    padding: 0 10px 10px;
    font-size: 12px;
  }
}

.concern-products__grid .product-card .product-price .tax-note {
  font-size: 11px;
  color: #999;
  font-weight: 400;
}

@media (max-width: 479px) {
  .concern-products__grid .product-card .product-price .tax-note {
    font-size: 10px;
  }
}

.concern-products__grid .product-card .product-price small {
  font-size: 11px;
  color: #999;
  font-weight: 400;
}

@media (max-width: 479px) {
  .concern-products__grid .product-card .product-price small {
    font-size: 10px;
  }
}

#sgBgCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
}

.sg-hero,
.sg-concern-nav,
.sg-section,
.footer_img,
#shopping-guide {
  position: relative;
  z-index: 1;
}

/*# sourceMappingURL=skincare-guide.map */