@charset "UTF-8";
.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.kaji-fatigue {
  --kaji-brown: #b57a63;
  --kaji-text-soft: #5c5e5f;
  --kaji-serif: "Noto Serif JP", "Zen Old Mincho", "BIZ UDPMincho", serif;
  --kaji-sans: "Noto Sans JP", "Noto Sans", "Zen Kaku Gothic New", sans-serif;
  color: var(--color-main);
}
.kaji-fatigue__kv {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/500;
  background: #fff;
  color: var(--kaji-brown);
  overflow: hidden;
}
@media (max-width: 768px) {
  .kaji-fatigue__kv {
    aspect-ratio: 375/316;
  }
}
.kaji-fatigue__kv-slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.kaji-fatigue__kv-slider .splide__track,
.kaji-fatigue__kv-slider .splide__list,
.kaji-fatigue__kv-slider .splide__slide {
  width: 100%;
  height: 100%;
}
.kaji-fatigue__kv-slider .splide__slide picture,
.kaji-fatigue__kv-slider .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.kaji-fatigue__kv-slider .splide__slide img {
  object-fit: cover;
  object-position: center;
}
.kaji-fatigue__kv-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.6rem;
  padding: 3rem 8rem;
  pointer-events: none;
}
@media (max-width: 1280px) {
  .kaji-fatigue__kv-inner {
    padding: 3rem 4rem;
  }
}
@media (max-width: 959px) {
  .kaji-fatigue__kv-inner {
    padding: 5rem 4rem;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__kv-inner {
    padding: 3.8rem 2rem;
    gap: 1.2rem;
  }
}
.kaji-fatigue__kv-title {
  margin: 0;
  font-family: var(--kaji-serif);
  font-weight: 500;
  font-size: 3.333vw;
  line-height: 1.5;
  letter-spacing: 1rem;
  font-feature-settings: "palt" 1;
}
@media (max-width: 1280px) {
  .kaji-fatigue__kv-title {
    font-size: 3.6rem;
  }
}
@media (max-width: 993px) {
  .kaji-fatigue__kv-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__kv-title {
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
  }
}
.kaji-fatigue__kv-sub {
  margin: 0;
  font-family: var(--kaji-serif);
  font-weight: 500;
  font-size: 1.38vw;
  line-height: 1.6;
  letter-spacing: 0.6rem;
  font-feature-settings: "palt" 1;
}
@media (max-width: 1280px) {
  .kaji-fatigue__kv-sub {
    font-size: 1.8rem;
  }
}
@media (max-width: 993px) {
  .kaji-fatigue__kv-sub {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__kv-sub {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
  }
}
.kaji-fatigue__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
  padding: 11rem 12rem;
}
@media (max-width: 1024px) {
  .kaji-fatigue__lead {
    padding: 9rem 6rem;
    gap: 6rem;
  }
}
@media (max-width: 959px) {
  .kaji-fatigue__lead {
    padding: 8rem 4rem;
    gap: 5rem;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__lead {
    padding: 5.6rem 2rem;
    gap: 4rem;
  }
}
.kaji-fatigue__lead-heading {
  width: 100%;
  max-width: 1200px;
  margin: 0;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--kaji-brown);
  color: var(--kaji-brown);
  font-family: var(--kaji-serif);
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.6rem;
  font-feature-settings: "palt" 1;
}
@media (max-width: 959px) {
  .kaji-fatigue__lead-heading {
    font-size: 2.4rem;
    letter-spacing: 0.3rem;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__lead-heading {
    letter-spacing: 0.15rem;
  }
}
.kaji-fatigue__lead-body {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
}
@media (max-width: 1280px) {
  .kaji-fatigue__lead-body {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.kaji-fatigue__lead-text {
  width: 48.6rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  color: var(--kaji-text-soft);
}
@media (max-width: 1280px) {
  .kaji-fatigue__lead-text {
    width: 100%;
    gap: 2rem;
  }
}
.kaji-fatigue__lead-subheading {
  margin: 0;
  font-family: var(--kaji-serif);
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.6rem;
  font-feature-settings: "palt" 1;
}
@media (max-width: 768px) {
  .kaji-fatigue__lead-subheading {
    font-size: 2rem;
    letter-spacing: 0.3rem;
  }
}
.kaji-fatigue__lead-paragraphs {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  font-family: var(--kaji-sans);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.16rem;
  text-align: justify;
  font-feature-settings: "palt" 1;
}
.kaji-fatigue__lead-paragraphs.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .kaji-fatigue__lead-paragraphs.sp-only {
    display: flex;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__lead-paragraphs {
    font-size: 1.6rem;
  }
}
.kaji-fatigue__lead-paragraphs p {
  margin: 0;
}
.kaji-fatigue__lead-images {
  position: relative;
  width: 67.4rem;
  margin-left: -9rem;
}
@media (max-width: 959px) {
  .kaji-fatigue__lead-images {
    width: 100%;
    margin-left: 0;
  }
}
.kaji-fatigue img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kaji-fatigue__bnr {
  padding: 0 12rem 11rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .kaji-fatigue__bnr {
    padding: 0 6rem 9rem;
  }
}
@media (max-width: 959px) {
  .kaji-fatigue__bnr {
    padding: 0 4rem 8rem;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__bnr {
    padding: 0 2rem 6rem;
  }
}
.kaji-fatigue__bnr-inner {
  width: 99.6rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
.kaji-fatigue__bnr-heading {
  margin: 0;
  color: var(--kaji-brown);
  font-family: var(--kaji-serif);
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.6rem;
  text-align: center;
  font-feature-settings: "palt" 1;
}
@media (max-width: 959px) {
  .kaji-fatigue__bnr-heading {
    font-size: 2.4rem;
    letter-spacing: 0.3rem;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__bnr-heading {
    letter-spacing: 0.15rem;
  }
}
.kaji-fatigue__bnr-link {
  display: block;
  width: 100%;
  transition: opacity 0.3s ease;
}
.kaji-fatigue__bnr-link:hover {
  opacity: var(--hover-opacity);
}
.kaji-fatigue__bnr-img {
  display: block;
  width: 100%;
  height: auto;
}
.kaji-fatigue__section-heading {
  width: 100%;
  max-width: 1200px;
  margin: 0;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--kaji-brown);
  color: var(--kaji-brown);
  font-family: var(--kaji-serif);
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.6rem;
  font-feature-settings: "palt" 1;
}
@media (max-width: 959px) {
  .kaji-fatigue__section-heading {
    font-size: 2.4rem;
    letter-spacing: 0.3rem;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__section-heading {
    letter-spacing: 0.15rem;
  }
}
.kaji-fatigue__subheading {
  margin: 0;
  font-family: var(--kaji-serif);
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.6rem;
  color: var(--kaji-text-soft);
  font-feature-settings: "palt" 1;
}
@media (max-width: 768px) {
  .kaji-fatigue__subheading {
    font-size: 2rem;
    letter-spacing: 0.3rem;
  }
}
.kaji-fatigue__paragraphs {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  font-family: var(--kaji-sans);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.16rem;
  text-align: justify;
  color: var(--kaji-text-soft);
  font-feature-settings: "palt" 1;
}
.kaji-fatigue__paragraphs p {
  margin: 0;
}
.kaji-fatigue__issue {
  position: relative;
  width: 100%;
  background: #efefee;
  padding: 11rem 12rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .kaji-fatigue__issue {
    padding: 9rem 6rem;
  }
}
@media (max-width: 959px) {
  .kaji-fatigue__issue {
    padding: 8rem 4rem;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__issue {
    padding: 5.6rem 2rem;
  }
}
.kaji-fatigue__issue-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  max-width: 1440px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .kaji-fatigue__issue-bg {
    display: none;
  }
}
.kaji-fatigue__issue-bg img {
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 100%;
  max-width: none;
  object-fit: contain;
}
@media (max-width: 959px) {
  .kaji-fatigue__issue-bg img {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
  }
}
@media (max-width: 959px) {
  .kaji-fatigue__issue-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }
}
.kaji-fatigue__issue-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .kaji-fatigue__issue-inner {
    gap: 6rem;
  }
}
@media (max-width: 959px) {
  .kaji-fatigue__issue-inner {
    gap: 5rem;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__issue-inner {
    gap: 4rem;
    align-items: stretch;
  }
}
.kaji-fatigue__issue-text {
  width: 50%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media (max-width: 768px) {
  .kaji-fatigue__issue-text {
    width: 100%;
    gap: 3.2rem;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__issue-img {
    width: 100vw;
    max-width: none;
    margin-left: -20px;
  }
}
.kaji-fatigue__concept {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
  padding: 11rem 12rem;
}
@media (max-width: 1024px) {
  .kaji-fatigue__concept {
    padding: 9rem 6rem;
    gap: 6rem;
  }
}
@media (max-width: 959px) {
  .kaji-fatigue__concept {
    padding: 8rem 4rem;
    gap: 5rem;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__concept {
    padding: 5.6rem 2rem;
    gap: 4rem;
  }
}
.kaji-fatigue__concept-body {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8rem;
}
@media (max-width: 959px) {
  .kaji-fatigue__concept-body {
    flex-direction: column;
    gap: 4rem;
  }
}
.kaji-fatigue__concept-image {
  flex-shrink: 0;
  width: 50%;
  max-width: 58.8rem;
}
@media (max-width: 959px) {
  .kaji-fatigue__concept-image {
    width: 100%;
    margin: 0 auto;
  }
}
.kaji-fatigue__concept-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 616/392;
  object-fit: cover;
}
.kaji-fatigue__concept-text {
  flex: 1;
  padding-top: 3.3rem;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media (max-width: 959px) {
  .kaji-fatigue__concept-text {
    padding-top: 0;
    gap: 2rem;
  }
}
.kaji-fatigue__compare {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
  padding: 11rem 12rem;
  background: #FBF9F6;
}
@media (max-width: 1024px) {
  .kaji-fatigue__compare {
    padding: 9rem 6rem;
    gap: 6rem;
  }
}
@media (max-width: 959px) {
  .kaji-fatigue__compare {
    padding: 8rem 4rem;
    gap: 5rem;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__compare {
    padding: 5.6rem 2rem;
    gap: 4rem;
  }
}
.kaji-fatigue__compare-body {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5rem;
}
@media (max-width: 1280px) {
  .kaji-fatigue__compare-body {
    flex-direction: column;
    gap: 3rem;
  }
}
.kaji-fatigue__compare-text {
  width: 46%;
  flex-shrink: 0;
  padding-top: 8.45rem;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media (max-width: 1280px) {
  .kaji-fatigue__compare-text {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    gap: 3.2rem;
  }
}
.kaji-fatigue__compare-table-wrap {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 64px 50px;
  background: rgba(242, 233, 219, 0.5);
}
@media (max-width: 1280px) {
  .kaji-fatigue__compare-table-wrap {
    margin-inline: auto;
  }
}
@media (max-width: 959px) {
  .kaji-fatigue__compare-table-wrap {
    padding: 38px 0;
    position: relative;
    background: inherit;
    z-index: 1;
  }
  .kaji-fatigue__compare-table-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: rgba(242, 233, 219, 0.5);
    z-index: -1;
  }
}
.kaji-fatigue__compare-table {
  width: 48rem;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0.8rem 0;
  font-family: var(--kaji-sans);
  color: var(--kaji-text-soft);
  table-layout: fixed;
}
@media (max-width: 959px) {
  .kaji-fatigue__compare-table {
    width: 100%;
  }
}
.kaji-fatigue__compare-table col:nth-child(1) {
  width: auto;
}
.kaji-fatigue__compare-table th, .kaji-fatigue__compare-table td {
  padding: 0.8rem 0;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
}
.kaji-fatigue__compare-table thead tr:first-child th {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.16rem;
  font-feature-settings: "palt" 1;
}
.kaji-fatigue__compare-table-imgrow td {
  padding: 0;
}
.kaji-fatigue__compare-table-imgcell {
  width: 17rem;
  height: 11.3rem;
  background: #fff;
  overflow: hidden;
}
.kaji-fatigue__compare-table-imgcell img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .kaji-fatigue__compare-table-imgcell {
    width: auto;
    height: 8.45rem;
  }
}
.kaji-fatigue__compare-table-col {
  width: 17rem;
  background: #fff;
}
@media (max-width: 768px) {
  .kaji-fatigue__compare-table-col {
    width: auto;
  }
}
.kaji-fatigue__compare-table-col--rec {
  color: var(--kaji-brown);
}
.kaji-fatigue__compare-table-empty {
  background: transparent !important;
}
.kaji-fatigue__compare-table tbody tr {
  box-shadow: inset 0 -1px 0 #C8C9C9;
}
.kaji-fatigue__compare-table tbody tr th, .kaji-fatigue__compare-table tbody tr td {
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.16rem;
  font-feature-settings: "palt" 1;
}
.kaji-fatigue__compare-table tbody tr td {
  background: #fff;
  box-shadow: inset 0 -1px 0 #C8C9C9;
}
@media (max-width: 768px) {
  .kaji-fatigue__compare-table {
    border-spacing: 0.4rem 0;
  }
  .kaji-fatigue__compare-table-empty {
    width: 7rem;
  }
  .kaji-fatigue__compare-table tbody th {
    width: 7rem;
    padding: 0.6rem 0;
    text-align: center;
    line-height: 1.5;
    color: var(--kaji-text-soft);
    background: transparent;
    box-shadow: none;
  }
  .kaji-fatigue__compare-table thead tr:first-child th {
    padding: 0.6rem 0.4rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .kaji-fatigue__compare-table-col, .kaji-fatigue__compare-table-imgcell {
    width: calc((100% - 7rem) / 2);
  }
  .kaji-fatigue__compare-table tbody tr td {
    padding: 1.2rem 0.4rem;
  }
}
.kaji-fatigue__habit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
  padding: 11rem 12rem;
}
@media (max-width: 1024px) {
  .kaji-fatigue__habit {
    padding: 9rem 6rem;
    gap: 6rem;
  }
}
@media (max-width: 959px) {
  .kaji-fatigue__habit {
    padding: 8rem 4rem;
    gap: 5rem;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__habit {
    padding: 5.6rem 2rem;
    gap: 4rem;
  }
}
.kaji-fatigue__habit-body {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
}
@media (max-width: 959px) {
  .kaji-fatigue__habit-body {
    flex-direction: column;
    gap: 2rem;
  }
}
.kaji-fatigue__habit-images {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 58%;
  max-width: 60.8rem;
  flex-shrink: 0;
}
.kaji-fatigue__habit-images.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .kaji-fatigue__habit-images.pc-only {
    display: none;
  }
  .kaji-fatigue__habit-images.sp-only {
    display: flex;
  }
}
@media (max-width: 959px) {
  .kaji-fatigue__habit-images {
    width: 100%;
    gap: 9px;
    margin: 0 auto;
  }
}
.kaji-fatigue__habit-text {
  flex: 1;
  padding-top: 3.85rem;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media (max-width: 959px) {
  .kaji-fatigue__habit-text {
    padding-top: 0;
    gap: 2rem;
  }
}
.kaji-fatigue__accent-heading {
  margin: 0;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--kaji-brown);
  font-family: var(--kaji-serif);
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.6rem;
  color: var(--kaji-brown);
  font-feature-settings: "palt" 1;
}
@media (max-width: 959px) {
  .kaji-fatigue__accent-heading {
    font-size: 2.4rem;
    letter-spacing: 0.3rem;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__accent-heading {
    font-size: 2.4rem;
    letter-spacing: 0.15rem;
  }
}
.kaji-fatigue__types {
  padding: 11rem 12rem;
}
@media (max-width: 1024px) {
  .kaji-fatigue__types {
    padding: 9rem 6rem;
  }
}
@media (max-width: 959px) {
  .kaji-fatigue__types {
    padding: 8rem 4rem;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__types {
    padding: 5.6rem 2rem;
  }
}
.kaji-fatigue__types-inner {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  max-width: 1200px;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .kaji-fatigue__types-inner {
    gap: 6.4rem;
  }
}
@media (max-width: 959px) {
  .kaji-fatigue__types-inner {
    gap: 5.6rem;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__types-inner {
    gap: 4.8rem;
  }
}
.kaji-fatigue__types-intro {
  position: relative;
  height: 36.1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 6.4rem;
}
@media (max-width: 959px) {
  .kaji-fatigue__types-intro {
    height: auto;
    flex-direction: column-reverse;
    align-items: stretch;
    padding: 0;
  }
}
.kaji-fatigue__types-intro::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  margin: auto;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 23%, #fff 43%);
  z-index: 0;
  width: 75%;
  height: 100%;
}
@media (max-width: 959px) {
  .kaji-fatigue__types-intro::after {
    inset: 0 0 0 auto;
    margin: auto;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.7) 52%, #fff 62%);
    width: 100%;
    height: 100%;
  }
}
.kaji-fatigue__types-intro-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 72rem;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.kaji-fatigue__types-intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 959px) {
  .kaji-fatigue__types-intro-img {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 335/393;
    margin-top: -93px;
  }
}
.kaji-fatigue__types-intro-text {
  position: relative;
  z-index: 1;
  width: 52.4rem;
  padding: 4rem 0;
  font-family: var(--kaji-sans);
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: 0.16rem;
  color: var(--kaji-text-soft);
  text-align: justify;
  font-feature-settings: "palt" 1;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
.kaji-fatigue__types-intro-text p {
  margin: 0;
}
@media (max-width: 1024px) {
  .kaji-fatigue__types-intro-text {
    width: 44rem;
  }
}
@media (max-width: 959px) {
  .kaji-fatigue__types-intro-text {
    width: 100%;
    padding: 0;
    font-size: 1.5rem;
  }
  .kaji-fatigue__types-intro-text::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__types-intro-text {
    font-size: 1.6rem;
    padding: 2.5rem 2rem;
  }
}
.kaji-fatigue__types-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
@media (max-width: 959px) {
  .kaji-fatigue__types-list {
    gap: 2.4rem;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__types-list {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}
.kaji-fatigue__type-card {
  --card-color: #dc7e9d;
  --card-bg: rgba(220, 126, 157, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kaji-fatigue__type-card--pink {
  --card-color: #dc7e9d;
  --card-bg: rgba(220, 126, 157, 0.1);
}
.kaji-fatigue__type-card--green {
  --card-color: #94bca4;
  --card-bg: rgba(148, 188, 164, 0.1);
}
.kaji-fatigue__type-card--blue {
  --card-color: #77a5b9;
  --card-bg: rgba(119, 165, 185, 0.1);
}
.kaji-fatigue__type-card-badge {
  position: relative;
  z-index: 2;
  background: var(--card-color);
  color: #fff;
  font-family: var(--kaji-sans);
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: 0.16rem;
  padding: 0.4rem 3.2rem;
  border-radius: 999px;
  margin-bottom: -1.8rem;
  font-feature-settings: "palt" 1;
}
.kaji-fatigue__type-card-body {
  width: 100%;
  background: var(--card-bg);
  border-radius: 0.8rem;
  padding: 3.8rem 2.4rem 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.kaji-fatigue__type-card-title {
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: var(--kaji-serif);
  font-weight: 500;
  color: var(--card-color);
  font-feature-settings: "palt" 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 13px;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--card-color);
}
.kaji-fatigue__type-card-title-main {
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.6rem;
}
@media (max-width: 959px) {
  .kaji-fatigue__type-card-title-main {
    font-size: 2rem;
  }
}
.kaji-fatigue__type-card-title-sub {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.6rem;
}
.kaji-fatigue__type-card-text {
  margin: 0;
  width: 100%;
  padding-bottom: 1.6rem;
  font-family: var(--kaji-sans);
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.16rem;
  color: var(--kaji-text-soft);
  text-align: justify;
  font-feature-settings: "palt" 1;
}
.kaji-fatigue__type-card-text span {
  display: block;
  font-family: var(--kaji-serif);
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.4rem;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .kaji-fatigue__type-card-text span {
    font-size: 1.8rem;
    margin-top: 8px;
    margin-bottom: 10px;
  }
}
.kaji-fatigue__type-card-text p:not(:last-child) {
  margin-bottom: 12px;
}
.kaji-fatigue__type-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 25.4rem;
  height: 5rem;
  background: var(--card-color);
  color: #fff;
  font-family: var(--kaji-sans);
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
  border-radius: 0.4rem;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.kaji-fatigue__type-card-btn:visited, .kaji-fatigue__type-card-btn:hover, .kaji-fatigue__type-card-btn:active {
  color: #fff;
}
.kaji-fatigue__type-card-btn:hover {
  opacity: var(--hover-opacity);
}
.kaji-fatigue__gift {
  font-family: "Noto Serif JP", serif;
}
.kaji-fatigue__appreciation {
  background: #FBF9F6;
  padding: 11rem 12rem;
}
@media (max-width: 1024px) {
  .kaji-fatigue__appreciation {
    padding: 9rem 6rem;
  }
}
@media (max-width: 959px) {
  .kaji-fatigue__appreciation {
    padding: 8rem 4rem;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__appreciation {
    padding: 5.6rem 2rem;
  }
}
.kaji-fatigue__appreciation-inner {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  max-width: 1200px;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .kaji-fatigue__appreciation-inner {
    gap: 6.4rem;
  }
}
@media (max-width: 959px) {
  .kaji-fatigue__appreciation-inner {
    gap: 5.6rem;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__appreciation-inner {
    gap: 4rem;
  }
}
.kaji-fatigue__appreciation-body {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 959px) {
  .kaji-fatigue__appreciation-body {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__appreciation-body {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.kaji-fatigue__appreciation-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media (max-width: 768px) {
  .kaji-fatigue__appreciation-text {
    gap: 2rem;
  }
}
.kaji-fatigue__appreciation-subheading {
  margin: 0;
  font-family: var(--kaji-serif);
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.6rem;
  color: var(--kaji-text-soft);
  font-feature-settings: "palt" 1;
}
@media (max-width: 959px) {
  .kaji-fatigue__appreciation-subheading {
    font-size: 2rem;
    letter-spacing: 0.3rem;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__appreciation-subheading {
    letter-spacing: 0.2rem;
  }
}
.kaji-fatigue__appreciation-paragraphs {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  font-family: var(--kaji-sans);
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.16rem;
  color: var(--kaji-text-soft);
  text-align: justify;
  font-feature-settings: "palt" 1;
}
.kaji-fatigue__appreciation-paragraphs p {
  margin: 0;
}
.kaji-fatigue__appreciation-img {
  flex-shrink: 0;
  width: 58%;
  max-width: 61.6rem;
  max-height: 39.2rem;
}
.kaji-fatigue__appreciation-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .kaji-fatigue__appreciation-img {
    width: 48rem;
    height: 32rem;
  }
}
@media (max-width: 959px) {
  .kaji-fatigue__appreciation-img {
    width: 40rem;
    height: 26.6rem;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__appreciation-img {
    width: 100%;
    height: auto;
    aspect-ratio: 588/392;
  }
}
.kaji-fatigue__product {
  padding: 11rem 0 0;
  margin-bottom: 110px;
}
@media (max-width: 1024px) {
  .kaji-fatigue__product {
    padding: 9rem 0 0;
  }
}
@media (max-width: 959px) {
  .kaji-fatigue__product {
    padding: 8rem 0 0;
    margin-bottom: 56px;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__product {
    padding: 6rem 0 0;
  }
}
.kaji-fatigue__product-heading {
  text-align: center;
  margin: 0 auto 5.6rem;
  padding: 0 2rem;
  font-feature-settings: "palt" 1;
}
@media (max-width: 768px) {
  .kaji-fatigue__product-heading {
    margin-bottom: 3.2rem;
  }
}
.kaji-fatigue__product-eyebrow {
  margin: 0 0 1.2rem;
  font-family: var(--kaji-serif);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.4rem;
  color: var(--kaji-brown);
}
@media (max-width: 768px) {
  .kaji-fatigue__product-eyebrow {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    margin-bottom: 0.4rem;
  }
}
.kaji-fatigue__product-title {
  margin: 0;
  font-family: var(--kaji-serif);
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.6rem;
  color: var(--kaji-brown);
}
@media (max-width: 959px) {
  .kaji-fatigue__product-title {
    font-size: 2.4rem;
    letter-spacing: 0.15rem;
  }
}
.kaji-fatigue__product-tabs {
  padding: 0 2rem;
}
@media (min-width: 769px) {
  .kaji-fatigue__product-tabs {
    max-width: 120rem;
    padding: 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: visible;
  }
}
@media (min-width: 769px) {
  .kaji-fatigue__product-type {
    display: contents;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__product-type {
    display: block;
    border-bottom: 1px solid #dcd3c4;
  }
  .kaji-fatigue__product-type:first-child {
    border-top: 1px solid #dcd3c4;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__product-type.is-active .kaji-fatigue__product-type-btn {
    background: var(--bg1);
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__product-type.is-active .kaji-fatigue__product-type-icon {
    background: #fff;
  }
}
.kaji-fatigue__product-type-btn {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: #fff;
  cursor: pointer;
  color: var(--color-main);
  font-family: var(--kaji-serif);
  font-weight: 500;
  font-feature-settings: "palt" 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  position: relative;
  transition: background 0.2s ease;
}
@media (min-width: 769px) {
  .kaji-fatigue__product-type-btn {
    grid-row: 1;
    flex-direction: column;
    gap: 0.4rem;
    padding: 2.4rem 2rem;
    border: 1px solid #C8C9C9;
    border-bottom: 0;
    margin-right: -1px;
  }
  .kaji-fatigue__product-type:not(.is-active) .kaji-fatigue__product-type-btn {
    background: #fff;
  }
  .kaji-fatigue__product-type.is-active .kaji-fatigue__product-type-btn {
    background: var(--bg1);
    border-color: #dcd3c4;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__product-type-btn {
    width: 100%;
    background: transparent;
    padding: 2rem 0;
    gap: 0;
    flex-direction: column;
  }
}
.kaji-fatigue__product-type-main {
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.6rem;
}
@media (max-width: 768px) {
  .kaji-fatigue__product-type-main {
    font-size: 2rem;
    letter-spacing: 0.3rem;
  }
}
.kaji-fatigue__product-type-sub {
  font-family: var(--kaji-sans);
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.3rem;
  font-weight: 400;
  color: var(--kaji-text-soft);
}
@media (max-width: 768px) {
  .kaji-fatigue__product-type-sub {
    letter-spacing: 0.2rem;
  }
}
.kaji-fatigue__product-type-icon {
  display: none;
}
@media (max-width: 768px) {
  .kaji-fatigue__product-type-icon {
    display: block;
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.2rem;
    height: 2.2rem;
    background: var(--bg1);
    border-radius: 50%;
  }
  .kaji-fatigue__product-type-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    border-right: 1.5px solid #5C5E5F;
    border-bottom: 1.5px solid #5C5E5F;
    transform: translate(-50%, -70%) rotate(45deg);
    transition: transform 0.25s ease;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue .kaji-fatigue__product-type.is-active .kaji-fatigue__product-type-icon::before {
    transform: translate(-50%, -30%) rotate(-135deg);
  }
}
.kaji-fatigue__product-panel {
  background: var(--bg1);
}
@media (min-width: 769px) {
  .kaji-fatigue__product-panel {
    position: relative;
    grid-row: 2;
    grid-column: 1/-1;
    padding: 6.4rem 0 8rem;
  }
  .kaji-fatigue__product-type:not(.is-active) .kaji-fatigue__product-panel {
    display: none;
  }
  .kaji-fatigue__product-panel::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: var(--bg1);
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__product-panel {
    padding: 1.2rem 1.6rem 3.2rem;
  }
  .kaji-fatigue__product-type:not(.is-active) .kaji-fatigue__product-panel {
    display: none;
  }
}
@media (min-width: 769px) {
  .kaji-fatigue__product-gender, .kaji-fatigue__product-grid {
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
  }
}
.kaji-fatigue__product-gender {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 4.8rem;
}
@media (max-width: 768px) {
  .kaji-fatigue__product-gender {
    margin-bottom: 3.6rem;
    gap: 12px;
  }
}
.kaji-fatigue__product-gender-btn {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  width: fit-content;
  height: 4.3rem;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
  background: #fff;
  color: #646464;
  border: 1px solid #646464;
  border-radius: 4px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2 ease;
}
.kaji-fatigue__product-gender-btn.is-active {
  background: #646464;
  border-color: #646464;
  color: #fff;
}
@media (max-width: 768px) {
  .kaji-fatigue__product-gender-btn {
    height: 3.2rem;
    font-size: 1.6rem;
    padding-inline: 1.2rem;
  }
}
.kaji-fatigue__product-grid {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.6rem 2.4rem;
  max-width: calc(1062px + 4rem);
  margin-inline: auto;
}
.kaji-fatigue__product-grid.is-active {
  display: grid;
}
@media (max-width: 959px) {
  .kaji-fatigue__product-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.2rem 2rem;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem 1.6rem;
  }
}
.kaji-fatigue__product-card {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .kaji-fatigue__product-card {
    gap: 0.6rem;
  }
}
.kaji-fatigue__product-card-imgwrap {
  position: relative;
  aspect-ratio: 1/1;
  padding: 2.4rem 1.4rem 0.4rem;
  background: #fff;
  overflow: hidden;
  margin-bottom: 0.4rem;
}
.kaji-fatigue__product-card-imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 959px) {
  .kaji-fatigue__product-card-imgwrap {
    padding: 1.8rem 1.1rem 0.4rem;
  }
}
.kaji-fatigue__product-card-medical {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(to right, #F3A636 0%, #F2A434 2%, #EC7E18 44%, #E96606 79%, #E85E00 100%);
  color: #fff;
  font-family: var(--kaji-sans);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  padding: 0.7rem 0.8rem;
  border-radius: 4px;
  line-height: 1;
}
@media (max-width: 768px) {
  .kaji-fatigue__product-card-medical {
    top: 0.5rem;
    right: 0.5rem;
    font-size: 0.9rem;
    font-weight: 300;
    padding: 0.4rem 0.5rem;
    border-radius: 2px;
  }
}
.kaji-fatigue__product-card-tag {
  align-self: flex-start;
  border: 1px solid #B57A63;
  color: #B57A63;
  font-family: var(--kaji-sans);
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  padding: 0.2rem 0.6rem;
  line-height: 1.4;
  border-radius: 4px;
}
.kaji-fatigue__product-card-desc {
  margin: 0.4rem 0 0;
  font-family: var(--kaji-sans);
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  color: var(--kaji-text-soft);
  font-feature-settings: "palt" 1;
}
.kaji-fatigue__product-card-name {
  margin: 0 0 0.8rem 0;
  font-family: var(--kaji-sans);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--kaji-text-soft);
}
.kaji-fatigue__product-card-btn {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  background: var(--kaji-brown);
  color: #fff;
  font-family: var(--kaji-sans);
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  text-decoration: none;
  transition: opacity 0.2s ease;
  border-radius: 4px;
}
.kaji-fatigue__product-card-btn:visited, .kaji-fatigue__product-card-btn:hover, .kaji-fatigue__product-card-btn:active {
  color: #fff;
}
.kaji-fatigue__product-card-btn:hover {
  opacity: var(--hover-opacity);
}
@media (max-width: 768px) {
  .kaji-fatigue__product-card-btn {
    height: 3.6rem;
    font-size: 1.2rem;
  }
}

.kaji-fatigue__check {
  font-family: var(--kaji-serif);
  color: #25282A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.kaji-fatigue__check-desc {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .kaji-fatigue__check-desc {
    font-size: 18px;
    margin-bottom: 26px;
  }
}
.kaji-fatigue__check .ap-dot {
  appearance: none;
  -webkit-appearance: none;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  outline: none;
  width: 8px !important;
  height: 8px !important;
  min-width: 8px !important;
  min-height: 8px !important;
  border-radius: 999px !important;
  background: rgba(242, 142, 84, 0.4);
  display: inline-block !important;
  line-height: 0 !important;
  font-size: 0 !important;
  cursor: pointer;
  opacity: 1;
  transition: background 0.2s ease, border 0.2s ease;
}
.kaji-fatigue__check .ap-dot.is-answered {
  background: #F28E54;
}
.kaji-fatigue__check .ap-dot.is-active {
  background: #F28E54 !important;
  transition: none !important;
}
.kaji-fatigue__check .ap-dot.is-active.is-answered {
  background: #F28E54 !important;
  transition: none !important;
}
.kaji-fatigue__check .ap-check * {
  box-sizing: border-box;
}
.kaji-fatigue__check .ap-check__bg {
  position: relative;
  padding: 110px 20px 110px;
  overflow: hidden;
  background: var(--bg1);
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .kaji-fatigue__check .ap-check__bg {
    padding: 56px 20px;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }
}
.kaji-fatigue__check .ap-check__bg > * {
  position: relative;
  z-index: 1;
}
.kaji-fatigue__check .ap-check__head {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 18px;
  color: #1f2a24;
  display: contents;
}
@media (max-width: 768px) {
  .kaji-fatigue__check .ap-check__head {
    width: 100%;
    max-width: 100%;
  }
}
.kaji-fatigue__check .ap-check__mainTitle {
  margin: 0 0 10px;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: 38px;
  color: #F28E54;
}
@media (max-width: 768px) {
  .kaji-fatigue__check .ap-check__mainTitle {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.3;
    width: 100%;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
}
.kaji-fatigue__check .ap-check__topNav {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
  margin: 20px auto 0;
  order: 5;
}
@media (max-width: 768px) {
  .kaji-fatigue__check .ap-check__topNav {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.kaji-fatigue__check .ap-check__miniArrow {
  border: 0;
  background: transparent;
  padding: 10px;
  margin-bottom: 3px;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.18s ease;
}
@media (max-width: 768px) {
  .kaji-fatigue__check .ap-check__miniArrow {
    margin-bottom: 0;
  }
}
.kaji-fatigue__check .ap-check__miniArrow img {
  width: 20px;
  height: auto;
  display: block;
}
.kaji-fatigue__check .ap-check__miniArrow:disabled, .kaji-fatigue__check .ap-check__miniArrow[aria-disabled=true] {
  opacity: 0.5;
  cursor: not-allowed;
}
.kaji-fatigue__check .ap-check__counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  min-width: 120px;
}
.kaji-fatigue__check .ap-check__counterLabel {
  font-size: 20px;
  color: #F28E54;
  letter-spacing: 0.6rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.kaji-fatigue__check .ap-check__counterLabel--pc {
  display: none;
  margin: 0;
}
.kaji-fatigue__check .ap-check__counterLabel--sp {
  display: block;
  margin: 32px 0 4px;
  font-size: 20px;
  order: 2;
}
@media (max-width: 768px) {
  .kaji-fatigue__check .ap-check__counterLabel--sp {
    font-size: 18px;
    margin: 0 0 15px;
  }
}
.kaji-fatigue__check .ap-check__counterValue {
  font-size: 24px;
  font-weight: 400;
  color: #F28E54;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .kaji-fatigue__check .ap-check__counterValue {
    font-size: 18px;
  }
}
.kaji-fatigue__check .ap-check__counterValue #apStepNow {
  display: inline-block;
  min-width: 1.2em;
  font-size: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .kaji-fatigue__check .ap-check__counterValue #apStepNow {
    font-size: 24px;
    min-width: initial;
    letter-spacing: 0;
  }
}
.kaji-fatigue__check .ap-check__counterValue #apStepAll {
  font-size: 16px;
  font-weight: 400;
  margin-top: 11px;
}
@media (max-width: 768px) {
  .kaji-fatigue__check .ap-check__counterValue #apStepAll {
    font-size: 15px;
    margin-top: 6px;
  }
}
.kaji-fatigue__check .ap-check__counterSlash {
  width: 9px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .kaji-fatigue__check .ap-check__counterSlash {
    width: 7px;
  }
}
.kaji-fatigue__check .ap-check__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
  order: 3;
}
@media (max-width: 768px) {
  .kaji-fatigue__check .ap-check__dots {
    margin-top: 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.kaji-fatigue__check .ap-check__wrap {
  position: relative;
  max-width: 1040px;
  margin: 40px auto 0;
  order: 4;
}
@media (max-width: 768px) {
  .kaji-fatigue__check .ap-check__wrap {
    width: 100%;
    max-width: 100%;
    margin: 20px 0 0;
    box-sizing: border-box;
  }
}
.kaji-fatigue__check .ap-check__card {
  background: #fff;
  border-radius: 10px;
  padding: 38px 54px 34px;
  height: auto !important;
}
@media (max-width: 959px) {
  .kaji-fatigue__check .ap-check__card {
    padding: 38px 40px 34px;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__check .ap-check__card {
    padding: 20px 21px 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
.kaji-fatigue__check .ap-check__sideArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  background: #F28E54;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 959px) {
  .kaji-fatigue__check .ap-check__sideArrow {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__check .ap-check__sideArrow {
    width: 30px;
    height: 30px;
  }
}
.kaji-fatigue__check .ap-check__sideArrow img {
  width: 20px;
  height: auto;
  display: block;
  transition: opacity 0.18s ease;
}
@media (max-width: 959px) {
  .kaji-fatigue__check .ap-check__sideArrow img {
    width: 16px;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__check .ap-check__sideArrow img {
    width: 12px;
  }
}
.kaji-fatigue__check .ap-check__sideArrow:disabled, .kaji-fatigue__check .ap-check__sideArrow[aria-disabled=true] {
  cursor: not-allowed;
}
.kaji-fatigue__check .ap-check__sideArrow:disabled img, .kaji-fatigue__check .ap-check__sideArrow[aria-disabled=true] img {
  opacity: 0.5;
}
.kaji-fatigue__check .ap-check__sideArrow--left {
  display: none !important;
}
.kaji-fatigue__check .ap-check__sideArrow--right {
  display: none !important;
}
.kaji-fatigue__check .ap-check__splide {
  height: auto !important;
}
@media (max-width: 768px) {
  .kaji-fatigue__check .ap-check__splide {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
}
.kaji-fatigue__check .ap-check__splide .splide__track {
  height: auto !important;
}
@media (max-width: 768px) {
  .kaji-fatigue__check .ap-check__splide .splide__track {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
}
.kaji-fatigue__check .ap-check__splide .splide__list {
  height: auto !important;
}
@media (max-width: 768px) {
  .kaji-fatigue__check .ap-check__splide .splide__list {
    width: 100%;
    max-width: 100%;
  }
}
.kaji-fatigue__check .ap-check__splide .splide__slide {
  height: auto !important;
}
.kaji-fatigue__check .ap-check__splide .splide__slide#splide01-slide02, .kaji-fatigue__check .ap-check__splide .splide__slide#splide01-slide03, .kaji-fatigue__check .ap-check__splide .splide__slide#splide01-slide04, .kaji-fatigue__check .ap-check__splide .splide__slide#splide01-slide05, .kaji-fatigue__check .ap-check__splide .splide__slide#splide01-slide06 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.kaji-fatigue__check .ap-check__splide .splide__slide {
  padding-bottom: 6px;
}
@media (max-width: 768px) {
  .kaji-fatigue__check .ap-check__splide .splide__slide {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center !important;
  }
}
.kaji-fatigue__check .ap-check__splide .splide__pagination,
.kaji-fatigue__check .ap-check__splide .splide__arrows {
  display: none !important;
}
.kaji-fatigue__check .ap-q {
  padding: 0;
}
.kaji-fatigue__check .ap-q__lead {
  font-weight: 400;
  margin: 0 0 18px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.kaji-fatigue__check .ap-q__lead--sp {
  display: none;
}
@media (max-width: 768px) {
  .kaji-fatigue__check .ap-q__lead--sp {
    display: block;
  }
}
@media (max-width: 959px) {
  .kaji-fatigue__check .ap-q__lead {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__check .ap-q__lead {
    font-size: 14px;
  }
}
.kaji-fatigue__check .ap-q__title {
  margin: 0 0 30px;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
}
@media (max-width: 959px) {
  .kaji-fatigue__check .ap-q__title {
    font-size: 24px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__check .ap-q__title {
    font-size: 20px;
    letter-spacing: 0.15em;
    line-height: 1.45;
    margin-bottom: 17px;
  }
}
.kaji-fatigue__check .ap-q__titleNumber {
  color: #F28E54;
  font-size: 24px;
  letter-spacing: 0.1em;
  display: block;
  flex-shrink: 0;
  margin-right: 14px;
}
.kaji-fatigue__check .ap-q__choices {
  display: grid;
  gap: 12px;
  max-width: 384px;
  margin: 0 auto;
  width: 100%;
  flex-shrink: 0;
}
.kaji-fatigue__check .ap-q__result {
  display: none;
  text-align: center;
  padding: 20px;
  margin-top: 26px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease, display 0.4s allow-discrete;
  pointer-events: none;
  position: relative;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  order: 6;
}
.kaji-fatigue__check .ap-q__result.is-visible {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.kaji-fatigue__check .ap-q__note {
  margin: 12px 0 0;
  color: #F28E54;
  font-size: 12px;
  display: none;
}
.kaji-fatigue__check .ap-choice {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-width: 100%;
  flex-shrink: 0;
  padding: 16px 30px;
  border-radius: 6px;
  border: 1px solid #F28E54;
  cursor: pointer;
  background: #fff;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.06s ease;
}
@media (max-width: 959px) {
  .kaji-fatigue__check .ap-choice {
    padding: 20px 22px 20px 50px;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__check .ap-choice {
    padding: 10px 13px 10px 16px;
    gap: 16px;
  }
}
.kaji-fatigue__check .ap-choice:hover {
  background: #fbece2;
}
.kaji-fatigue__check .ap-choice:hover .ap-choice__pill img {
  filter: brightness(0) saturate(100%);
}
.kaji-fatigue__check .ap-choice:active {
  transform: translateY(1px);
}
.kaji-fatigue__check .ap-choice input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
.kaji-fatigue__check .ap-choice__pill {
  width: 16px;
  min-width: 16px;
  font-weight: 700;
  color: #1f2a24;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 959px) {
  .kaji-fatigue__check .ap-choice__pill {
    width: 16px;
    min-width: 16px;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__check .ap-choice__pill {
    width: 10px;
    min-width: 10px;
  }
}
.kaji-fatigue__check .ap-choice__pill img {
  width: 100%;
  height: auto;
  display: block;
  transition: filter 0.18s ease;
}
.kaji-fatigue__check .ap-choice:has(input[value=B]) .ap-choice__pill {
  width: 14px;
  min-width: 14px;
}
@media (max-width: 959px) {
  .kaji-fatigue__check .ap-choice:has(input[value=B]) .ap-choice__pill {
    width: 14px;
    min-width: 14px;
  }
}
@media (max-width: 768px) {
  .kaji-fatigue__check .ap-choice:has(input[value=B]) .ap-choice__pill {
    width: 8px;
    min-width: 8px;
  }
}
.kaji-fatigue__check .ap-choice__text {
  font-family: var(--kaji-sans);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .kaji-fatigue__check .ap-choice__text {
    font-size: 15px;
    line-height: 1.3;
  }
}
.kaji-fatigue__check .ap-choice:has(input:checked) {
  background: #F28E54;
  border-color: #F28E54;
}
.kaji-fatigue__check .ap-choice:has(input:checked) .ap-choice__pill,
.kaji-fatigue__check .ap-choice:has(input:checked) .ap-choice__text {
  color: #fff;
}
.kaji-fatigue__check .ap-choice:has(input:checked) .ap-choice__pill img {
  filter: brightness(0) invert(1);
}
.kaji-fatigue__check .ap-choice:has(input:checked) input {
  border-color: #fff;
  background: transparent;
}
.kaji-fatigue__check .ap-choice:has(input:checked) input::before {
  background: #fff;
  transform: scale(1);
}
.kaji-fatigue__check .ap-resultBtn {
  width: 254px;
  max-width: 100%;
  padding: 14px 18px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  background: #F28E54;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.08em;
}
.kaji-fatigue__check .ap-resultBtn[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}
.kaji-fatigue__check.is-done .ap-check__head,
.kaji-fatigue__check.is-done .ap-check__wrap,
.kaji-fatigue__check.is-done .ap-q__result {
  display: none;
}

/* ===================================
   診断結果カード（kaji-fatigue__result）
   =================================== */
.kaji-fatigue__result {
  max-width: 792px;
  margin: 0 auto;
  text-align: center;
}
.kaji-fatigue__result-ribbon {
  position: relative;
  width: 325px;
  margin-inline: auto;
  transform: translateY(50%);
  transform: translateY(50%);
  z-index: 2;
}
@media (max-width: 768px) {
  .kaji-fatigue__result-ribbon {
    width: 300px;
  }
}
.kaji-fatigue__result-panel {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 64px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .kaji-fatigue__result-panel {
    padding: 4rem 2rem 2.4rem;
    border-radius: 1rem;
  }
}
.kaji-fatigue__result-card {
  position: relative;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(20rem, 30rem) 1fr;
  grid-template-areas: "img type" "img desc";
  column-gap: 4.8rem;
  row-gap: 1.6rem;
  align-items: center;
}
@media (max-width: 768px) {
  .kaji-fatigue__result-card {
    display: block;
  }
}
.kaji-fatigue__result-card:not(:has(.kaji-fatigue__result-img)) {
  display: block;
  text-align: center;
}
.kaji-fatigue__result-card:not(:has(.kaji-fatigue__result-img)) .kaji-fatigue__result-type {
  text-align: center;
  margin-bottom: 2rem;
}
.kaji-fatigue__result-card:not(:has(.kaji-fatigue__result-img)) .kaji-fatigue__result-desc {
  text-align: center;
}
.kaji-fatigue__result-type {
  grid-area: type;
  align-self: end;
  font-weight: 500;
  font-size: 3rem;
  color: var(--color-main, #25282A);
  letter-spacing: 0.06em;
  margin: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .kaji-fatigue__result-type {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    text-align: center;
    align-self: auto;
  }
}
.kaji-fatigue__result-img {
  grid-area: img;
  width: 100%;
  aspect-ratio: 1.5/1;
  background: #d9d9d9;
  border-radius: 0.6rem;
  overflow: hidden;
  margin: 0;
}
.kaji-fatigue__result-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .kaji-fatigue__result-img {
    margin-bottom: 2rem;
  }
}
.kaji-fatigue__result-desc {
  grid-area: desc;
  align-self: start;
  font-family: var(--kaji-sans);
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.16rem;
  color: var(--color-main, #25282A);
  text-align: left;
  margin: 0;
}
@media (max-width: 768px) {
  .kaji-fatigue__result-desc {
    font-size: 1.4rem;
  }
}
.kaji-fatigue__result-cta {
  margin-top: 3.2rem;
  padding-top: 2.4rem;
  padding-bottom: 3.2rem;
  border-top: 1px solid #F28E54;
  border-bottom: 1px solid #F28E54;
}
@media (max-width: 768px) {
  .kaji-fatigue__result-cta {
    margin-top: 3rem;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.kaji-fatigue__result-cta-lead {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  color: #F28E54;
  margin-bottom: 2.4rem;
  letter-spacing: 0.06em;
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media (max-width: 768px) {
  .kaji-fatigue__result-cta-lead {
    font-size: 2.4rem;
  }
}
.kaji-fatigue__result-cta-lead-type {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .kaji-fatigue__result-cta-lead-type {
    font-size: 2.4rem;
  }
}
.kaji-fatigue__result-cta-btn {
  display: block;
  width: 254px;
  max-width: 100%;
  padding: 12px 18px;
  margin-inline: auto;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  background: #F28E54;
  color: #fff;
  font-family: var(--kaji-sans);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.08em;
  transition: opacity 0.2s ease;
}
.kaji-fatigue__result-cta-btn:hover {
  color: #fff;
  opacity: var(--hover-opacity, 0.8);
}
@media (max-width: 768px) {
  .kaji-fatigue__result-cta-btn {
    min-width: 24rem;
    font-size: 1.4rem;
  }
}
.kaji-fatigue__result-retry {
  display: block;
  width: 254px;
  max-width: 100%;
  padding: 12px 18px;
  margin-inline: auto;
  margin-top: 48px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  background: #fff;
  border: 1px solid #F28E54;
  color: #F28E54;
  font-family: var(--kaji-sans);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.08em;
  transition: opacity 0.2s ease;
}
.kaji-fatigue__result-retry:hover {
  opacity: var(--hover-opacity, 0.8);
}
@media (max-width: 768px) {
  .kaji-fatigue__result-retry {
    min-width: 24rem;
    font-size: 1.4rem;
    margin-top: 3.8rem;
  }
}

.gitf2510 {
  font-family: "Noto Serif JP", serif;
  color: #25282A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

.gitf2510 a, .gitf2510 a:visited, .gitf2510 a:hover, .gitf2510 a:active {
  color: initial;
}

.gitf2510 a img:hover {
  opacity: 1;
}

/* 表示制御 */
.sp-br {
  display: none;
}

/* レイアウト */
.gitf2510__search-cont-wrap {
  max-width: 1300px;
  padding: 0 50px;
  margin: 48px auto 0;
}

/* 見出しスタイル */
.lv2-heading {
  font-size: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.lv2-heading-img {
  width: 24px;
  height: 24px;
}

.lv2-heading-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 背景設定 */
.gitf2510__search-content:not(.gitf2510__search-scene) {
  background: linear-gradient(transparent 50%, #F6F1E7 50%);
  margin-top: 120px;
  margin-bottom: 120px;
}

/* レスポンシブ対応 */
@media (max-width: 959px) {
  .gitf2510__search-content {
    background: linear-gradient(transparent 50%, #F6F1E7 50%);
  }
}
@media (max-width: 768px) {
  .gitf2510__search-cont-wrap {
    padding: 0;
  }
  .sp-br {
    display: block;
  }
  .lv2-heading {
    font-size: 24px;
    letter-spacing: 0;
    gap: 0;
    font-weight: 500;
  }
  .lv2-heading-img {
    width: 20px;
    height: 20px;
    display: inline-block;
  }
  .gitf2510__search-content:not(.gitf2510__search-scene) {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .gitf2510__search-cont-wrap {
    margin-top: 30px;
  }
}
/* ============================================
   検索セクション（共通）
   ============================================ */
.gitf2510__search-sub {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  margin-bottom: 28px;
  min-height: 57.2px;
}

.gitf2510__search-sub2 {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  min-height: 57.2px;
}

.gitf2510__search-txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.375;
  text-align: center;
}

.gitf2510__search-cont-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  display: inline-block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.gitf2510__search-cont-title {
  margin-top: 16px;
}

.gitf2510__search-card {
  padding: 46px 70px 52px;
}

.gitf2510__search-card .gitf2510__search-img {
  transition: opacity 0.3s ease;
}

@media (hover: hover) {
  /* カード全体に黒いフェード */
  .gitf2510__search-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(120, 120, 120, 0.16);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 1;
  }
  .gitf2510__search-card:hover::after {
    opacity: 1;
  }
}
.gitf2510__search-cont-txt-wrap {
  min-height: 58.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 18.5px;
}

@media (max-width: 1024px) {
  .gitf2510__search-sub {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .gitf2510__search-cont-title {
    font-size: 16px;
  }
}
@media (max-width: 743px) {
  .gitf2510__search-sub {
    font-size: 20px;
    margin-bottom: 28px;
  }
}
/* ============================================
   検索ラッパー
============================================ */
.gitf2510__search-wrap {
  max-width: 1300px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

.gitf2510__search-card {
  background: #FFFFFF;
  box-shadow: 0px 4.37px 4.37px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 30px 34px 32px;
}

@media (hover: hover) {
  .gitf2510__search-card:hover {
    transform: translateY(2px);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  }
  /* スライダー内のカードも、非スライダー表示の場合のみホバーエフェクトを適用 */
  .gitf2510__problem-slider-new:not(.splide--initialized) .gitf2510__search-card:hover {
    transform: translateY(2px) !important;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15) !important;
  }
}
.gitf2510__search-img {
  width: 250px;
  height: 250px;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.gitf2510__search-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .gitf2510__search-card {
    min-height: 400px;
  }
  .gitf2510__search-img {
    height: 200px;
    width: 200px;
  }
}
/* ============================================
   お悩み別スライダー（problem-slider-new）
   ============================================ */
.gitf2510__problem-slider-new {
  position: relative;
  opacity: 1;
  transition: opacity 0.3s ease;
  min-height: 200px;
  max-width: 1300px;
  margin: 48px auto 0;
  padding: 0 40px 95px 40px;
}

.gitf2510__problem-slider-new.splide--initialized {
  opacity: 1;
}

/* Splideの基本スタイルをリセット */
.gitf2510__problem-slider-new .splide__track {
  overflow: visible;
  position: relative;
  opacity: 1;
}

.gitf2510__problem-slider-new .splide__list {
  display: flex;
  align-items: stretch;
  height: auto;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* justify-content: center; 4枚以下の時のみ */
  justify-content: flex-start; /* 5枚以上の時のみ */
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.gitf2510__problem-slider-new.has-many-slides .splide__list {
  justify-content: flex-start; /* 5枚以上の時のみ */
}

.gitf2510__problem-slider-new .splide__slide {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: stretch;
  padding: 10px;
}

/* スライダー内のカードスタイル */
.gitf2510__problem-slider-new .gitf2510__search-card {
  min-height: 350px;
  width: 100%;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  transform: none !important;
  box-shadow: 0px 4.37px 4.37px rgba(0, 0, 0, 0.25) !important;
  transition: none !important;
  padding: 46px 10px 52px;
}

/* 非スライダー表示時（ホバー可能な環境）のトランジション設定 */
@media (hover: hover) {
  .gitf2510__problem-slider-new:not(.splide--initialized) .gitf2510__search-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  }
}
/* スライダーの矢印を非表示 */
.gitf2510__problem-slider-new .splide__arrow {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.gitf2510__problem-slider-new .splide__arrows {
  display: none !important;
  visibility: hidden !important;
}

/* スライダーのページネーション */
.gitf2510__problem-slider-new .splide__pagination {
  bottom: 33px;
}

.gitf2510__problem-slider-new .splide__pagination__page {
  background: #ddd;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin: 0 6px;
  transition: all 0.3s ease;
}

.gitf2510__problem-slider-new .splide__pagination__page.is-active {
  background: #BCA27E;
  transform: none !important;
}

.gitf2510__search-txt + .gitf2510__search-cont-title {
  margin-top: 8px;
}

@media (max-width: 1279px) {
  .gitf2510__problem-slider-new .gitf2510__search-card {
    padding: 30px 10px 32px;
  }
}
/* PCの時、スライドが4枚以上の場合のみページネーションを表示 */
@media (min-width: 960px) {
  .gitf2510__problem-slider-new.has-many-slides .splide__pagination,
  .gitf2510__problem-slider-new.has-many-slides .splide__pagination__list {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    width: auto !important;
    padding: 0 !important;
  }
  .gitf2510__problem-slider-new.has-many-slides .splide__pagination__page {
    width: 14px !important;
    height: 14px !important;
    margin: 0 6px !important;
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .gitf2510__problem-slider-new .splide__slide {
    flex: 0 0 auto;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .gitf2510__problem-slider-new .splide__track {
    overflow: hidden;
  }
  .gitf2510__problem-slider-new {
    padding: 0 0 95px 0;
  }
}
@media (max-width: 959px) {
  .gitf2510__problem-slider-new {
    padding: 0 0 66px 0;
  }
}
@media (max-width: 768px) {
  .gitf2510__problem-slider-new .splide__arrow {
    display: none !important;
    visibility: hidden !important;
  }
  .gitf2510__problem-slider-new .splide__arrows {
    display: none !important;
    visibility: hidden !important;
  }
  .gitf2510__problem-slider-new .gitf2510__search-card {
    min-height: 300px;
    padding: 18px 25px;
    min-height: initial;
  }
  .gitf2510__problem-slider-new {
    margin-top: 20px;
  }
  .gitf2510__problem-slider-new .splide__list {
    justify-content: flex-start;
  }
}
/* 480px時のスライド幅調整 */
@media (max-width: 480px) {
  .gitf2510__problem-slider-new .splide__slide {
    width: 93.7% !important;
    max-width: 93.7% !important;
  }
}
/* スライダーのリンク制御 */
.gitf2510__search-card[data-link] {
  cursor: pointer;
  transition: all 0.3s ease;
}

/* スライダー内のカードクリック時の制御 */
.gitf2510__problem-slider-new .gitf2510__search-card[data-link] {
  cursor: pointer;
  position: relative;
  z-index: 1;
}

/* スライダー内のカードホバー時の制御 */
.gitf2510__problem-slider-new.splide--initialized .gitf2510__search-card[data-link]:hover {
  transform: none !important;
  box-shadow: 0px 4.37px 4.37px rgba(0, 0, 0, 0.25) !important;
}

/* ============================================
   バナーセクション
============================================ */
.gitf2510__banner {
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto;
}

.gitf2510__banner-wrap {
  width: 100%;
  transition: opacity 0.3s ease;
}

@media (hover: hover) {
  .gitf2510__banner-wrap:hover img {
    opacity: 0.6;
  }
}
.gitf2510__banner-wrap img,
.gitf2510__banner-wrap picture {
  width: 100%;
  display: block;
}

.gitf2510__banner-wrap picture img,
.gitf2510__banner-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .gitf2510__banner {
    padding: 0 20px;
  }
}
.mother {
  padding: 80px 0;
  background: #fff;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1024px) {
  .mother {
    padding: 48px 0 0;
  }
}
.mother::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(130deg, #C9DEF2 0%, #FED0D1 64%, #FF9CB1 100%);
  z-index: 0;
}

.mother .ly-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 950px;
  padding: 0 50px;
  margin: 0 auto;
}

@media (max-width: 959px) {
  .mother .ly-inner {
    padding: 0;
  }
}
.mother__eyecatch {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  color: #BCA27E;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .mother__eyecatch {
    font-size: 14px;
  }
}
.mother__heading {
  color: #BCA27E;
  background: initial;
  margin-bottom: 30px;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  font-weight: 600;
}

.mother__slider {
  position: relative;
  opacity: 1;
  transition: opacity 0.3s ease;
  min-height: 200px;
  padding: 0 0 60px;
}

@media (max-width: 959px) {
  .mother__slider {
    padding: 0 0 44px;
  }
}
.mother__slider .splide__track {
  overflow: visible;
  position: relative;
  opacity: 1;
}

@media (max-width: 1024px) {
  .mother__slider .splide__track {
    overflow: hidden;
  }
}
.mother__slider .splide__list {
  display: flex;
  align-items: stretch;
  height: auto;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.mother__slider.has-many-slides .splide__list {
  justify-content: flex-start;
}

.mother__slider .splide__slide {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: stretch;
  padding: 10px;
}

@media (max-width: 1024px) {
  .mother__slider .splide__slide {
    box-sizing: border-box;
  }
}
.mother__slider .splide__arrow,
.mother__slider .splide__arrows {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.mother__slider .splide__pagination {
  bottom: 20px;
}

.mother__slider .splide__pagination__page {
  background: initial;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.mother__slider .splide__pagination__page.is-active {
  background: #ffffff;
  transform: none !important;
  opacity: 1 !important;
}

@media (max-width: 768px) {
  .mother__slider .splide__list {
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .mother__slider .splide__slide {
    width: 93.7% !important;
    max-width: 93.7% !important;
  }
}
.mother__card {
  width: 100%;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  position: relative;
  overflow: hidden;
  transform: none !important;
  transition: none !important;
  padding: 20px 8px 24px;
  box-sizing: border-box;
  cursor: pointer;
}

.mother__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(120, 120, 120, 0.16);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 1;
}

@media (hover: hover) {
  .mother__card:hover::after {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .mother__card {
    padding: 16px 10px 20px;
  }
}
@media (max-width: 959px) {
  .mother__card {
    padding: 18px 25px 23px;
  }
}
.mother__search-sub2 {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  margin-bottom: 7px;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 959px) {
  .mother__search-sub2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.mother__search-img {
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 959px) {
  .mother__search-img {
    max-width: 198px;
  }
}
.mother__search-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mother__search-cont-txt-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 12px;
}

.mother__search-cont-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}/*# sourceMappingURL=kaji-fatigue.css.map */