.c-pageHeader {
  background-image: url("/images/2025/about/shop-cs/bg_pageHeader_01_sp.jpg");
  height: 136px;
}
@media (min-width: 768px) {
  .c-pageHeader {
    background-image: url("/images/2025/about/shop-cs/bg_pageHeader_01_pc.jpg");
    height: 250px;
  }
}

.c-pageHeader__title {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-pageHeader__title {
    font-size: 2.4rem;
  }
}

.shopCs-introduction {
  padding-block: 5rem 7rem;
}
@media (min-width: 768px) {
  .shopCs-introduction {
    padding-block: 15rem 10rem;
  }
}

.shopCs-introduction__heading {
  color: #EF6D22;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 768px) {
  .shopCs-introduction__heading {
    font-size: 2.4rem;
  }
}

.shopCs-introduction__content {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .shopCs-introduction__content {
    display: block;
    margin-top: 8rem;
  }
}

.shopCs-introductionProblem {
  display: grid;
  grid-template-columns: 18.4vw minmax(0, -webkit-max-content);
  grid-template-columns: 18.4vw minmax(0, max-content);
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2.6rem;
       column-gap: 2.6rem;
}
@media (min-width: 768px) {
  .shopCs-introductionProblem {
    grid-template-columns: 115px minmax(0, -webkit-max-content);
    grid-template-columns: 115px minmax(0, max-content);
    -moz-column-gap: 3.2rem;
         column-gap: 3.2rem;
  }
}
.shopCs-introductionProblem p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .shopCs-introductionProblem p {
    font-size: 2.4rem;
  }
}
.shopCs-introductionProblem img {
  width: 100%;
}

.shopCs-introductionSolve__lead {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background-color: #EF6D22;
  max-width: 300px;
  margin: 3rem auto 2rem;
  padding: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .shopCs-introductionSolve__lead {
    font-size: 2.4rem;
    max-width: 450px;
    margin-block: 5rem 3rem;
  }
}
.shopCs-introductionSolve__lead::after {
  content: "";
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #EF6D22 transparent transparent transparent;
  border-width: 14px 9px 0 9px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 99%;
  z-index: 1;
}

.shopCs-introductionSolve__inner {
  display: grid;
  grid-template-columns: 21.6vw minmax(0, -webkit-max-content);
  grid-template-columns: 21.6vw minmax(0, max-content);
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2.6rem;
       column-gap: 2.6rem;
}
@media (min-width: 768px) {
  .shopCs-introductionSolve__inner {
    grid-template-columns: 138px 554px;
    -moz-column-gap: 6.2rem;
         column-gap: 6.2rem;
  }
}
.shopCs-introductionSolve__inner p span {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: -0.2em;
  text-decoration-thickness: 0.5em;
  -webkit-text-decoration-color: #ff0;
          text-decoration-color: #ff0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.shopCs-introductionSolve__inner img {
  width: 100%;
}

.shopCs-feature {
  background-color: #f9f7f3;
  padding-block: 6rem;
}

.shopCs-ranking {
  background-color: #f9f7f3;
  padding-block: 6rem;
}
@media (min-width: 768px) {
  .shopCs-ranking {
    padding-block: 6rem 12rem;
  }
}

.shopCs-feature__list {
  display: grid;
  row-gap: 5rem;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .shopCs-feature__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
    margin-top: 8rem;
  }
}

.shopCs-feature__listItem {
  list-style: none;
}

.shopCs-feature__listLabel {
  color: #EF6D22;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .shopCs-feature__listLabel {
    font-size: 2.4rem;
  }
}

.shopCs-feature__listHeading {
  color: #EF6D22;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .shopCs-feature__listHeading {
    font-size: 2rem;
  }
}

.shopCs-feature__listImage {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .shopCs-feature__listImage {
    margin-top: 2rem;
  }
}
.shopCs-feature__listImage img {
  width: 100%;
}

.shopCs-feature__listLead {
  margin-top: 1em;
}

.shopCs-ranking__note {
  display: grid;
  justify-content: center;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .shopCs-ranking__note {
    margin-top: 4rem;
  }
}

.shopCs-ranking__noteText {
  font-size: 1.2rem;
  line-height: 1.6666666667;
}

.shopCs-ranking__data {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
  width: 100%;
  max-width: 960px;
  font-size: 1.4rem;
  margin: 2.5rem auto 0;
  position: relative;
}
@media (min-width: 768px) {
  .shopCs-ranking__data {
    margin-top: 4rem;
  }
}
.shopCs-ranking__data::before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F9F7F3 90%, #F9F7F3 100%);
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
}
.shopCs-ranking__data tbody tr:nth-child(n+17) {
  display: none;
}
.shopCs-ranking__data.is-open::before {
  display: none;
}

.shopCs-ranking__data caption {
  padding-bottom: 10px;
  text-align: left;
  font-size: 0.785rem;
  line-height: 1.8;
}

.shopCs-ranking__data th,
.shopCs-ranking__data td {
  border: 1px solid #e0e0e0;
  vertical-align: middle;
  text-align: left;
  padding: 5px;
}

.shopCs-ranking__data .u-tal br {
  display: none;
}

.shopCs-ranking__data tbody td {
  font-feature-settings: "palt" 1;
  line-height: 1.2;
}

.shopCs-ranking__data tbody td:first-child {
  text-align: left;
}

.shopCs-ranking__data thead th,
.shopCs-ranking__data tbody th {
  background-color: #cccccc;
}

.shopCs-ranking__data thead th:last-child {
  font-size: 10px;
  word-break: strict;
  line-break: strict;
}

.shopCs-ranking__data a {
  color: #ff7500;
}

.shopCs-ranking__data a:hover {
  text-decoration: none;
}

@media (min-width: 480px) {
  .shopCs-ranking__data caption {
    text-align: left;
    font-size: 0.875rem;
  }
  .shopCs-ranking__data caption br {
    display: none;
  }
  .shopCs-ranking__data th,
  .shopCs-ranking__data td {
    padding: 15px;
  }
  .shopCs-ranking__data thead th:last-child {
    font-size: 0.857rem;
  }
  .shopCs-ranking__data thead th:last-child {
    width: 20%;
  }
  .shopCs-ranking__data thead th:nth-child(2) {
    width: 30%;
  }
  .shopCs-ranking__data thead th:nth-child(3) {
    width: 35%;
  }
  .shopCs-ranking__data thead th:last-child,
  .shopCs-ranking__data tbody td:first-child {
    text-align: left;
    width: 15%;
  }
}
@media (max-width: 768px) {
  .shopCs-ranking__data thead th:first-child {
    width: 10%;
  }
  .shopCs-ranking__data thead th:last-child {
    width: 15%;
  }
  .shopCs-ranking__data thead th:nth-child(2) {
    width: 30%;
  }
  .shopCs-ranking__data thead th:nth-child(3) {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .shopCs-ranking__data thead th:last-child {
    font-size: 1.4rem;
  }
}
.shopCs-ranking__more {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.shopCs-ranking__more button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  border: none;
  background: none;
  color: #EF6D22;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  display: inline-grid;
  justify-content: center;
  row-gap: 1rem;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}
@media (min-width: 768px) {
  .shopCs-ranking__more button {
    font-size: 2rem;
  }
}
.shopCs-ranking__more button::after {
  content: "";
  width: 24px;
  aspect-ratio: 1;
  background: url("/images/2025/common/ico_plusCircle.svg") center center/contain no-repeat;
  display: block;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .shopCs-ranking__more button::after {
    width: 30px;
  }
}
@media (any-hover: hover) {
  .shopCs-ranking__more button:hover {
    opacity: 0.7;
  }
}

.shopCs-ranking__footer {
  display: grid;
  justify-content: center;
  row-gap: 2.5rem;
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .shopCs-ranking__footer {
    margin-top: 6rem;
    row-gap: 3.5rem;
  }
}
.shopCs-ranking__footer .c-buttonPill {
  min-width: 230px;
  min-height: 40px;
}
@media (min-width: 768px) {
  .shopCs-ranking__footer .c-buttonPill {
    min-width: 320px;
    min-height: 56px;
  }
}

.shopCs-service {
  background-color: #F5F5F5;
  padding-block: 7rem 9rem;
}
@media (min-width: 768px) {
  .shopCs-service {
    padding-block: 9rem 10rem;
  }
}

.shopCs-service__nav {
  display: grid;
  row-gap: 2rem;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .shopCs-service__nav {
    grid-template-columns: repeat(2, 385px);
    justify-content: center;
    gap: 4rem;
    margin-top: 5.5rem;
  }
}

.shopCs-service__navLink {
  display: grid;
  grid-template-columns: 1fr 32px;
  -moz-column-gap: 1em;
       column-gap: 1em;
  align-items: center;
  color: #fff !important;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3333333333;
  background-color: #EF6D22;
  padding: 1.5rem 2rem;
  transition: opacity 0.2s ease-out;
}
@media (min-width: 768px) {
  .shopCs-service__navLink {
    grid-template-columns: 1fr 38px;
    font-size: 2rem;
    padding: 2rem 2.5rem;
  }
}
.shopCs-service__navLink::after {
  content: "";
  background: center/contain no-repeat url("/images/2025/common/ico_arrow_01.svg");
  aspect-ratio: 1/1;
  width: 100%;
  display: block;
}
@media (any-hover: hover) {
  .shopCs-service__navLink:hover {
    opacity: 0.7;
  }
}
