.solvents-page {
  background: white;
  min-height: 100vh;
}

.table-scroll-hint {
  display: none;
}

.products-table-wrapper {
  width: 100%;
}

.hero-background {
  position: relative;
  width: 100%;
  height: 265px;
  overflow: visible;
}

.hero-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 265px;
  background: #2b39d5;
  opacity: 0.05;
  z-index: 0;
}

.hero-background .hero-image {
  position: absolute;
  top: -241px;
  left: 50%;
  transform: translateX(-50%);
  width: 350px;
  height: 372px;
  z-index: 2;
}

.hero-background .hero-image img {
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: contain;
}

.hero-background .placeholder-image {
  width: 100%;
  height: 100%;
  background: #e0e0e0;
  border-radius: 8px;
}

.hero-background .breadcrumb {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1.44px;
  margin-left: 13%;
  margin-right: 13%;
}

.hero-background .breadcrumb a {
  color: #000000;
  text-decoration: none;
}

.hero-background .breadcrumb .separator {
  margin: 0 8px;
  color: #000000;
}

.hero-background .breadcrumb .current {
  color: #003af1;
  text-decoration: underline;
}

.hero-background .page-title-section {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 30px;
}

.title-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 50px;
  font-weight: 600;
  color: #000000;
  line-height: 1.35;
  margin: 0;
  letter-spacing: 5px;
}

.page-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #2b39d5;
  line-height: 1;
  margin: 0;
  padding-bottom: 8px;
}

.content-section {
  width: 100%;
  padding: 60px;
}

.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 150px;
}

.main-content {
  flex: 1;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.tobacco-highlight {
  background: #f4f5fd;
  padding: 32px 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  height: 272px;
}

.tabaco-gihlight-wrapper {
  width: 600px;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tobacco-highlight__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #2b39d5;
  border-bottom: 3px solid #2b39d5;
  padding-bottom: 30px;
}

.tobacco-highlight__body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #4a4459;
  line-height: 30px;
  text-align: center;
}

.products-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #2b39d5;
  line-height: 45px;
  margin: 0;
  text-align: center;
  background: #f4f5fd;
  padding: 17.5px 0;
  letter-spacing: 3px;
}

.products-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
}

.table-row {
  display: flex;
  width: 100%;
  min-height: 48px;
}

.table-row:nth-child(odd) {
  background: #f7f6f8;
}

.table-row:nth-child(even) {
  background: white;
}

.table-cell {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #4a4459;
  line-height: 28px;
  padding: 10px 12px;
  border-left: 1px solid white;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  -webkit-text-size-adjust: 100%;
}

.table-cell.category {
  width: 175px;
  flex-shrink: 0;
}

.table-cell.products {
  width: 541px;
  flex-shrink: 0;
}

.products-table-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
}

.products-table-2 .table-row {
  display: flex;
  width: 100%;
  min-height: 48px;
  background: transparent;
}

.products-table-2 .table-row:nth-child(odd),
.products-table-2 .table-row:nth-child(even) {
  background: transparent;
}

.products-table-2 .table-cell {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #4a4459;
  line-height: 28px;
  padding: 10px 12px;
  border: 1px solid white;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
}

.products-table-2 .table-cell:nth-child(1) {
  width: 159px;
  flex-shrink: 0;
  background: #f4f5fd;
}

.products-table-2 .table-cell:nth-child(2) {
  width: 209px;
  flex-shrink: 0;
}

.products-table-2 .table-cell:nth-child(3) {
  flex: 1;
}

.products-table-2 .table-row:nth-child(odd) .table-cell:nth-child(2),
.products-table-2 .table-row:nth-child(odd) .table-cell:nth-child(3) {
  background: #f7f6f8;
}

.products-table-2 .table-row:nth-child(even) .table-cell:nth-child(2),
.products-table-2 .table-row:nth-child(even) .table-cell:nth-child(3) {
  background: white;
}

.download-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.download-section-large {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.thumbnail-placeholder {
  width: 75px;
  height: 100px;
  background: #d9d9d9;
  flex-shrink: 0;
}

.download-link {
  display: flex;
  width: 628px;
  height: 76px;
  padding: 10px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border: 4px solid var(--Point_Primary, #2b39d5);
  background-color: #f2f4fd;
}

.download-section .download-link-raw {
  color: #003af1;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1.44px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}

.download-link-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  color: #2b39d5;
  letter-spacing: 1.44px;
  width: 526px;
}

.sidebar {
  width: 360px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.sidebar-nav {
  flex: 0 0 360px;
  width: 360px;
  background: transparent;
  padding: 0;
}

.sidebar-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #4a4459;
  line-height: 30px;
  margin: 0 0 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e3e5ff;
}

.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 41px;
}

.sidebar-menu li {
  margin-bottom: 14px;
  position: relative;
}

.sidebar-menu li:first-child {
  margin-top: 16px;
}

.sidebar-menu li:last-child {
  margin-bottom: 0;
}

.sidebar-menu li.active::before {
  content: "•";
  position: absolute;
  left: -21px;
  color: #2b39d5;
  font-size: 18px;
  line-height: 40px;
}

.sidebar-menu li.active a {
  font-weight: 700;
  color: #2b39d5;
}

.sidebar-menu a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #4a4459;
  line-height: 40px;
  letter-spacing: 1.44px;
  text-decoration: none;
  display: block;
  transition: color 0.3s ease;
}

.sidebar-menu a:hover {
  color: #2b39d5;
}

.solvents-page .footer {
  margin-top: 0;
}

@media (max-width: 1630px) {
  .hero-background .breadcrumb {
    margin-left: 3%;
    margin-right: 3%;
  }
}

@media (max-width: 955px) {
  .hero-background .breadcrumb {
    display: none;
  }
}

@media (max-width: 768px) {
  .news-hero {
    display: block;
    height: 200px;
  }

  .hero-background {
    height: 124px;
    padding-bottom: 20px;
  }

  .hero-background::before {
    height: 100%;
  }

  .hero-background .hero-image {
    width: 108px;
    height: 115px;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    position: absolute;
  }

  .hero-background .hero-image img {
    width: 108px;
    height: 115px;
    flex-shrink: 0;
    aspect-ratio: 108/115;
  }

  .hero-background .breadcrumb {
    display: none;
  }

  .hero-background .page-title-section {
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    transform: none;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 20px 0;
  }

  .title-icon svg {
    width: 31px;
    height: 31px;
  }

  .page-title {
    font-size: 20px;
    letter-spacing: 4px;
  }

  .page-subtitle {
    font-size: 19px;
    line-height: 30px;
    padding-bottom: 0px;
  }

  .content-section {
    padding: 20px 0px;
  }

  .content-wrapper {
    flex-direction: column;
    margin: 0;
    gap: 30px;
  }

  .main-content {
    max-width: 100%;
    padding: 0;
  }

  .tobacco-highlight {
    margin: 0 16px;
    padding: 20px 16px;
  }

  .tobacco-highlight__title {
    font-size: 20px;
  }

  .tobacco-highlight__body {
    font-size: 14px;
    line-height: 24px;
  }

  .products-section {
    margin: 0;
  }

  .section-title {
    font-size: 19px;
    line-height: 30px;
    margin: 0 16px 20px;
    padding: 25px 0;
  }

  .table-scroll-hint {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    line-height: 26px;
    color: #2b39d5;
  }

  .table-scroll-hint svg {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
  }

  .products-table-wrapper {
    overflow-x: auto;
    margin: 0 16px;
  }

  .products-table {
    min-width: 800px;
    width: 800px;
  }

  .products-table-2 {
    min-width: 800px;
    width: 800px;
  }

  .table-cell.category {
    width: 259px;
  }

  .table-cell.products {
    width: 541px;
  }

  .download-section {
    padding: 0 16px;
    margin-top: 32px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .download-link {
    width: 100%;
    height: auto;
    padding: 16px;
    justify-content: center;
  }

  .download-link-title {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
  }

  .sidebar {
    width: 100%;
    padding: 24px 16px;
    margin-top: 50px;
  }

  .sidebar-nav {
    width: 100%;
    flex: none;
  }

  .sidebar-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .sidebar-menu {
    padding-left: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 12px;
    row-gap: 0;
  }

  .sidebar-menu li {
    margin-bottom: 0;
    margin-top: 0;
  }

  .sidebar-menu li:first-child {
    margin-top: 0;
  }

  .sidebar-menu li.active::before {
    left: -15px;
  }

  .sidebar-menu a {
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 1.12px;
  }
}

@media (max-width: 414px) {
  .hero-background .page-title-section {
    margin-left: 8px;
    margin-right: 8px;
    padding: 0px;
  }

  .content-wrapper {
    margin: 0 8px;
  }

  .download-section {
    padding: 0 8px;
    gap: 12px;
  }

  .download-link {
    padding: 14px 12px;
  }

  .download-link-title {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Age verification modal */

body.age-check-open {
  overflow: hidden;
}

.age-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.55);
  z-index: 10000;
}

.age-modal-overlay.is-hidden {
  display: none;
}

.age-modal {
  width: 100%;
  max-width: 520px;
  background: #ffffff;
  border-radius: 12px;
  padding: 32px 32px 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  text-align: center;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

.age-modal-title {
  font-size: 19px;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 24px;
  line-height: 1.6;
}

.age-modal-question {
  font-size: 18px;
  font-weight: 500;
  color: #1c1c1c;
  margin-bottom: 24px;
}

.age-modal-buttons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
}

.age-modal-button {
  min-width: 120px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #2b39d5;
  border-radius: 6px;
  background: #ffffff;
  color: #2b39d5;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.age-modal-button:hover,
.age-modal-button:focus {
  background: #2b39d5;
  color: #ffffff;
  outline: none;
}

.age-modal-button--primary {
  background: #2b39d5;
  color: #ffffff;
}

.age-modal-button--primary:hover,
.age-modal-button--primary:focus {
  background: #1f2db4;
}

.age-modal-note {
  font-size: 15px;
  line-height: 1.7;
  color: #4a4a4a;
  text-align: left;
}

@media (max-width: 480px) {
  .age-modal {
    padding: 24px 20px;
  }

  .age-modal-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .age-modal-button {
    width: 100%;
    min-width: 0;
  }
}
