@charset "UTF-8";
/*!
Theme Name: 鍵修理業者選びのセーフリー
Version: 1.0.2
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

ul[class],
ol[class] {
  list-style: none;
}

#root, #__next {
  isolation: isolate;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "Zen Old Mincho";
  src: url("./font/ZenOldMincho-Regular-ss.woff2") format("woff2"), url("./font/ZenOldMincho-Regular-ss.woff") format("woff");
  font-weight: 100 500;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("./font/ZenOldMincho-Bold-ss.woff2") format("woff2"), url("./font/ZenOldMincho-Bold-ss.woff") format("woff");
  font-weight: 600 900;
}
html {
  font-size: 2.67vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(0.77vw, 10px);
  }
}

body {
  background: white;
  color: #000;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

.footer {
  margin-top: auto;
}

a {
  text-decoration: none;
  transition: 0.25s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

strong {
  color: #E60012;
}

svg {
  max-width: 100%;
  max-height: 100%;
}

iframe {
  max-width: 100%;
}

.nowrap {
  display: inline-block;
}

.center,
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .pc-hidden {
    display: none;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  clip-path: polygon(0 0, 0 0);
}

body.underscroll {
  overflow: hidden;
}

.con {
  width: 33.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .con {
    width: 120rem;
  }
}

@media screen and (min-width: 768px) {
  .con-p {
    width: 120rem;
    margin: 0 auto;
  }
}

.con-s {
  width: 33.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .con-s {
    width: 90rem;
  }
}

.slick-track {
  display: flex;
}
.slick-slide {
  height: auto;
}
.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 30%;
  width: 20px;
  height: 40px;
  border: none;
  background: url(images/angle-right-sharp.svg) center/18px no-repeat;
  padding: 0;
  font-size: 0;
  color: transparent;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.slick-arrow:hover {
  opacity: 0.8;
}
.slick-prev {
  left: 10px;
  transform: translateY(-50%) rotate(180deg);
}
.slick-next {
  right: 10px;
  transform: translateY(-50%);
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}
.slick-dots li {
  margin: 0;
}
.slick-dots button {
  display: block;
  width: 20px;
  height: 0;
  border: 1px solid #877E7B;
  overflow: hidden;
}
.slick-dots .slick-active button {
  border-color: #A7A2A1;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3em;
  border: none;
  border-radius: 0.6rem;
  padding: 0.5em 1em;
  background: #E60012;
  box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.16);
  color: white;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}
.button:hover {
  background-color: rgb(235, 51, 65.4);
}
@media screen and (min-width: 768px) {
  .button {
    font-size: 2.8rem;
  }
}

.breadcrumbs {
  width: 33.5rem;
  margin: 2rem auto;
  font-size: 1rem;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    width: 106rem;
    margin: 3rem auto;
    font-size: 1.6rem;
  }
}
.breadcrumbs::-webkit-scrollbar {
  height: 1px;
}
.breadcrumbs::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.breadcrumbs::-webkit-scrollbar-thumb {
  background: #bbb;
}
.breadcrumbs-list {
  display: flex;
  gap: 0.5em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .breadcrumbs-list {
    flex-wrap: wrap;
  }
}
.breadcrumbs-item {
  display: flex;
  align-items: center;
  gap: 0.75em;
  margin: 0;
}
.breadcrumbs-item + li::before {
  content: "";
  flex: 0 0 0.5em;
  margin-left: auto;
  height: 0.5em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.breadcrumbs-item a {
  color: #000;
}
.breadcrumbs-item a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.header {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 1.5rem 0;
  }
}
.header-h1 {
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .header-h1 {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .header-logo img {
    width: auto;
    height: 60px;
  }
}

.footer {
  border-top: 2px solid #E60012;
}
@media screen and (min-width: 768px) {
  .footer {
    border-top: 3px solid #E60012;
  }
}
.footer-inner {
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10rem 20rem;
    padding: 15rem 0;
  }
}
.footer-logo span {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .footer-logo span {
    font-size: 2rem;
  }
}
.footer-menu {
  margin-top: 1.7rem;
}
@media screen and (min-width: 768px) {
  .footer-menu {
    margin-top: 0;
  }
}
.footer-menu li {
  padding-left: 3.2rem;
  background: radial-gradient(circle at center, #E60012 55%, transparent 65%) 1rem 50%/1.2rem 1.2rem no-repeat;
}
@media screen and (min-width: 768px) {
  .footer-menu li {
    padding-left: 2.9rem;
    background-position-x: 0;
    background-size: 1.5rem 1.5rem;
  }
}
.footer-menu li + li {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .footer-menu li + li {
    margin-top: 2rem;
  }
}
.footer-menu a {
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .footer-menu a {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
.footer-menu a:hover {
  opacity: 0.8;
}
.footer-nav {
  margin-top: 2.1rem;
}
@media screen and (min-width: 768px) {
  .footer-nav {
    grid-column: span 2;
    margin-top: 0;
  }
}
.footer-nav-inner {
  border-bottom: 1px solid #877E7B;
}
@media screen and (min-width: 768px) {
  .footer-nav-inner {
    border: none;
  }
}
.footer-nav-inner p {
  padding: 1.2rem 0 1.2rem 3.2rem;
  background: radial-gradient(circle at center, #E60012 55%, transparent 65%) 1rem 50%/1.2rem 1.2rem no-repeat;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .footer-nav-inner p {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.9rem;
    padding: 0.9rem 0 0.9rem 2.9rem;
    background-position-x: 0;
    background-size: 1.5rem 1.5rem;
    font-size: 2rem;
    letter-spacing: 0.15em;
  }
  .footer-nav-inner p:after {
    content: "";
    height: 1px;
    background-color: #000;
  }
}
.footer-nav-inner ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  margin: 0.4rem 1.8rem 1.6rem;
}
@media screen and (min-width: 768px) {
  .footer-nav-inner ul {
    margin: 0.7rem 2.9rem 2rem;
  }
}
.footer-nav-inner ul li:not(:last-child) {
  border-right: 1px solid #000;
  padding-right: 0.8rem;
}
@media screen and (min-width: 768px) {
  .footer-nav-inner ul li:not(:last-child) {
    padding-right: 1rem;
  }
}
.footer-nav-inner ul li a {
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .footer-nav-inner ul li a {
    font-size: 1.8rem;
    letter-spacing: 0.15em;
  }
}
.footer-nav-inner ul li a:hover {
  opacity: 0.8;
}
.footer {
  /*【追加：開始】*/
}
.footer-subinner {
  padding-bottom: 5rem;
}
.footer-middle-nav, .footer-bottom-nav {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .footer-middle-nav, .footer-bottom-nav {
    margin-top: 0;
    grid-column: span 2;
  }
}
.footer-menu-title {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
  font-size: 0.9rem;
  color: #999;
  margin: 2rem 0 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .footer-menu-title {
    font-size: 1.2rem;
  }
}
.footer-middle-menu, .footer-bottom-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-middle-menu li, .footer-bottom-menu li {
  line-height: 1.2;
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
  padding: 0.2rem 0.8rem;
}
@media screen and (min-width: 768px) {
  .footer-middle-menu li, .footer-bottom-menu li {
    line-height: 1.6;
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    padding: 0.3rem 0.5rem;
  }
}
.footer-middle-menu a, .footer-bottom-menu a {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
  color: #999;
  text-decoration: none;
}
.footer-middle-menu a:hover, .footer-bottom-menu a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.footer-bottom-menu li {
  padding: 0.2rem 0;
}
@media screen and (min-width: 768px) {
  .footer-bottom-menu li {
    padding: 0.3rem 0;
  }
}
.footer-bottom-menu li:not(:last-child)::after {
  content: "｜";
  color: #999;
  font-size: 1rem;
  margin: 0 0.4rem;
}
@media screen and (min-width: 768px) {
  .footer-bottom-menu li:not(:last-child)::after {
    margin: 0 0.5rem;
  }
}
.footer {
  /*【追加：終了】*/
}
.footer-copyright {
  padding: 1.9rem 0 1.6rem;
  background-color: #E60012;
  font-size: 1rem;
  color: white;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-copyright {
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    padding: 3rem 0;
  }
}

.review {
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .review {
    margin: 5rem 0;
  }
}
.review-overview {
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .review-overview {
    display: flex;
    align-items: flex-end;
    gap: 3.5rem;
  }
}
.review-title {
  position: relative;
  border-top: 0.2rem solid #E60012;
  border-bottom: 0.2rem solid #E60012;
  padding: 1.6rem 1rem 2.6rem;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
}
.review-title span {
  display: block;
  position: absolute;
  inset: auto 0 -1rem;
  width: fit-content;
  margin: auto;
  padding: 0 1rem;
  background-color: #E5E0DC;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 2rem;
}
.review-rating {
  width: fit-content;
  margin: 1.7rem auto 0;
}
.review-score {
  padding-left: 20rem;
  background: url(images/google.svg) left bottom/17.8rem no-repeat;
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.review-star {
  width: 16.3rem;
  aspect-ratio: 326/52;
  margin: 1rem auto 0;
  mask: url(images/stars.svg) right/contain no-repeat;
}
.review-reviews {
  overflow: hidden;
  margin-top: 1.7rem;
}
@media screen and (min-width: 768px) {
  .review-reviews {
    margin: 4rem 2rem;
  }
}
.review-reviews-item {
  margin: 0 0.5rem;
  border: 1px solid #877E7B;
  border-radius: 0.5rem;
  padding: 1rem;
  line-height: 1.5;
  background-color: white;
}
.review-reviews-item-name {
  font-weight: bold;
}
.review-reviews-item-time {
  font-size: 86%;
}
.review-reviews-item-rating {
  margin: 0.5rem 0;
}
.review-reviews-item-rating .review-star {
  display: block;
  width: 10rem;
  margin: 0;
}
.review-reviews-item-text {
  height: 5lh;
  overflow-y: auto;
}
.review-link {
  margin-top: 1.7rem;
}
@media screen and (min-width: 768px) {
  .review-link {
    margin-top: 4rem;
  }
}
.review-link a {
  display: block;
  width: 17.4rem;
  margin: 0 auto;
  border-radius: 0.5rem;
  padding: 0.5rem 0;
  background-color: #231815;
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  text-decoration: none;
}
.review-link a:hover {
  opacity: 0.8;
}

body:not(:has(.form)) .grecaptcha-badge {
  visibility: hidden;
}

.form {
  font-size: max(16px, 1.6rem);
}
@media screen and (min-width: 768px) {
  .form {
    font-size: 1.8rem;
  }
}
.form table,
.form tbody,
.form tr,
.form th,
.form td {
  display: block;
}
@media screen and (min-width: 768px) {
  .form table,
  .form tbody,
  .form tr,
  .form th,
  .form td {
    display: revert;
  }
}
.form th,
.form td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .form th,
  .form td {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.form th {
  text-align: left;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .form th {
    width: 14em;
  }
}
.form .required {
  display: inline-block;
  width: 4rem;
  height: 2.4rem;
  margin-left: 1.5rem;
  border-radius: 0.3rem;
  background-color: #f06060;
  line-height: 2.4rem;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .form .required {
    float: right;
    margin-left: 0;
  }
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=url],
.form select,
.form textarea {
  width: 100%;
  border: 1px solid #877E7B;
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #fff;
}
.form input[type=date] {
  border: 1px solid #877E7B;
  border-radius: 0.5rem;
  padding: 1rem 0;
  background-color: #fff;
  text-align: center;
}
.form select[name=pref],
.form input[name=address] {
  margin-top: 1rem;
}
.form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.form .wpcf7-radio > span {
  margin: 0;
}
.form input[type=radio],
.form input[type=checkbox] {
  display: none;
}
.form input[type=radio] + span,
.form input[type=checkbox] + span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 100%;
  border: 1px solid #877E7B;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  background-color: white;
  transition: 0.2s ease-in-out;
}
.form input[type=radio] + span:before,
.form input[type=checkbox] + span:before {
  content: "";
  width: 2rem;
  height: 2rem;
  background-color: white;
  border: 2px solid #000;
}
.form input[type=radio]:checked + span,
.form input[type=checkbox]:checked + span {
  border-color: #000;
}
.form input[type=radio] + span:before {
  border-radius: 50%;
}
.form input[type=radio]:checked + span:before {
  background-image: radial-gradient(#000 49%, white 51%);
}
.form input[type=checkbox] + span:before {
  border-radius: 0.4rem;
}
.form input[type=checkbox]:checked + span:before {
  background: white url(images/check-solid.svg) center/90% no-repeat;
}
.form-date {
  display: flex;
  align-items: center;
}
.form-date input[type=text] {
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .form-date input[type=text] {
    flex-grow: 0;
    width: auto;
  }
}
.form-date select {
  width: auto;
  margin-left: 0.8rem;
}
.form .wpcf7-acceptance label span {
  background-color: rgb(250, 204, 207.6);
}
.form .wpcf7-acceptance label :checked + span {
  background-color: white;
}
.form span[data-name=your-consent] {
  display: block;
  text-align: center;
}
.form-privacy {
  margin-top: 1.5rem;
}
.form-privacy a {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  gap: 0.4em;
  padding: 0 0.3em;
  border-bottom: 1px solid;
  color: #000;
  font-size: 1.4rem;
}
.form-privacy a:after {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #000;
  mask: url(images/external-link.svg) center/contain no-repeat;
}
.form .button {
  width: 30rem;
  margin: 3rem auto 0;
}
@media screen and (min-width: 768px) {
  .form .button {
    width: 50rem;
    margin-top: 5rem;
  }
}
.form .button[disabled] {
  pointer-events: none;
  opacity: 0.6;
}
.form-note {
  width: fit-content;
  margin: 0 auto;
}

.wpcf7 form .wpcf7-response-output {
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  font-size: 120%;
}
@media screen and (min-width: 768px) {
  .wpcf7 form .wpcf7-response-output {
    padding: 1.5rem 3rem;
  }
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: #dc3232;
}

.faq-outer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #E5E0DC;
  padding: 60px 0;
  position: relative;
  box-sizing: border-box;
  border-radius: 0;
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .faq-outer {
    margin-top: 20rem;
  }
}
.faq-inner {
  max-width: 120rem;
  margin: 0 2rem;
  background-color: white;
  padding: 4rem 1rem;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .faq-inner {
    min-width: 120rem;
    margin: 0 auto;
    padding: 8rem 15rem;
  }
}
.faq-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.6rem;
  margin: 0 0 3.5rem 1rem;
  padding: 0;
  background: none;
  color: #000;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .faq-title {
    gap: 1.4rem;
    margin: 0 0 8rem 0;
    font-size: 3.5rem;
  }
}
.faq-title:after {
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  width: 2.5rem; /* 線の長さ */
  height: 2px; /* 線の太さ */
  background: #E60012; /* 線の色 */
  /* 中央を軸に回転させる */
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: center;
}
@media screen and (min-width: 768px) {
  .faq-title:after {
    width: 4.5rem;
    right: 26rem;
  }
}
.faq-title:before {
  content: "";
  position: absolute;
  left: 3.5rem;
  top: 50%;
  width: 2.5rem; /* 線の長さ */
  height: 2px; /* 線の太さ */
  background: #E60012; /* 線の色 */
  /* 中央を軸に回転させる */
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: center;
}
@media screen and (min-width: 768px) {
  .faq-title:before {
    width: 4.5rem;
    left: 26rem;
  }
}
.faq-item {
  margin-top: 2.3rem;
  background-image: linear-gradient(to right, #877E7B 20%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom; /* 下側に配置 */
  background-size: 0.8rem 0.2rem; /* ★ここで間隔を調整（横幅, 高さ） */
  background-repeat: repeat-x; /* 横方向に繰り返す */
  padding-bottom: 0.5rem; /* テキストとの距離 */
}
@media screen and (min-width: 768px) {
  .faq-item {
    margin: 3.5rem 5rem 0;
  }
}
.faq-question {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding-bottom: 1.6rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.56;
  font-weight: bold;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px) {
  .faq-question {
    gap: 2rem;
    padding-bottom: 3.2rem;
    font-size: 2.3rem;
    letter-spacing: 0.15em;
  }
}
.faq-question::-webkit-details-marker {
  display: none;
}
.faq-question::before {
  content: "Q";
  align-self: flex-start;
  flex: 0 0 auto;
  width: 3.5rem;
  line-height: 3.1rem;
  border: 0.2rem solid #877E7B;
  border-radius: 50%;
  background-color: white;
  color: #877E7B;
  font-size: 2.2rem;
  text-align: center;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .faq-question::before {
    font-size: 2.5rem;
    line-height: 3.2rem;
  }
}
.faq-question-toggle {
  flex: 0 0 auto;
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: auto;
  border: 0.2rem solid #877E7B;
  border-radius: 50%;
  background-color: #877E7B;
}
@media screen and (min-width: 768px) {
  .faq-question-toggle {
    width: 3rem;
    height: 3rem;
  }
}
details[open] .faq-question-toggle {
  background-color: white;
}
.faq-question-toggle::before, .faq-question-toggle::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.2rem;
  height: 0.2rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .faq-question-toggle::before, .faq-question-toggle::after {
    width: 1.6rem;
  }
}
.faq-question-toggle::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-question-toggle::after {
  transform: translate(-50%, -50%);
}
details[open] .faq-question-toggle::after {
  background-color: #877E7B;
}
.faq-answer {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding-bottom: 2rem;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 2;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .faq-answer {
    gap: 2rem;
    padding-bottom: 3rem;
    font-size: 1.8rem;
    letter-spacing: 0.15em;
  }
}
.faq-answer::before {
  content: "A";
  flex: 0 0 auto;
  width: 3.5rem;
  line-height: 3.1rem;
  border: 0.2rem solid #E60012;
  border-radius: 50%;
  background-color: #E60012;
  color: white;
  font-size: 2.2rem;
  text-align: center;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .faq-answer::before {
    font-size: 2.5rem;
    line-height: 3.2rem;
  }
}
details[open] .faq-answer {
  opacity: 1;
}
.faq-answer p {
  margin: 0;
}

.page-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .page-nav {
    margin: 40px 0;
  }
}
.page-nav:empty {
  margin: 0;
}

.page-numbers {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #E5E0DC;
  transition: 0.25s ease-in-out;
}
.page-numbers:not(.current):hover {
  background-color: #E5E0DC;
  color: white;
}
.page-numbers.current {
  background-color: #E5E0DC;
  color: white;
}
.page-numbers.prev, .page-numbers.next {
  font-size: 0;
}
.page-numbers.prev::after, .page-numbers.next::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid;
  border-right: 1px solid;
}
.page-numbers.prev::after {
  transform: rotate(225deg) translate(-15%, 15%);
}
.page-numbers.next::after {
  transform: rotate(45deg) translate(-15%, 15%);
}

.cta {
  width: 100dvw;
  height: 36rem;
  margin: 5rem calc(50% - 50dvw) 0;
  background: url(images/kss-cta-sp.webp) center/auto 100% no-repeat;
}
@media screen and (min-width: 768px) {
  .cta {
    width: 100%;
    height: 35rem;
    background-image: url(images/kss-cta-pc.webp);
    margin: 10rem auto 0;
  }
}
.cta-inner {
  position: relative;
  height: 100%;
  display: grid;
  grid-template-rows: 13rem auto 16rem;
  grid-template-columns: 1rem auto 14rem;
}
@media screen and (min-width: 768px) {
  .cta-inner {
    grid-template-rows: 11rem auto 18.5rem;
    grid-template-columns: 18rem auto 23rem;
  }
}
.cta-inner .tel-sp {
  position: absolute;
  top: 20.7rem;
  right: 0.4rem;
  width: 33.5rem;
}
@media screen and (min-width: 768px) {
  .cta-inner .tel-sp {
    display: none;
  }
}
.cta-inner .tel-sp img {
  width: 100%;
  filter: drop-shadow(0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.16));
}
.cta-inner .num {
  display: none;
}
@media screen and (min-width: 768px) {
  .cta-inner .num {
    display: block;
    position: absolute;
    top: 19.1rem;
    left: 24.5rem;
    margin: 0;
    color: white;
    font-size: 4rem;
    letter-spacing: 0.15em;
    line-height: 1;
  }
}
.cta-inner .text {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: auto;
  height: auto;
  grid-row: 2/3;
  grid-column: 2/3;
}
@media screen and (min-width: 768px) {
  .cta-inner .text {
    flex-direction: row-reverse;
    gap: 1.3rem;
    width: auto;
  }
}
.cta-inner .text .free {
  flex: 0 0 auto;
  margin: 0;
  background-color: transparent;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  padding: 0.2em 1em;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .cta-inner .text .free {
    padding: 0.2em 1em;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
  }
}
.cta-inner .text .free:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid white; /* 白い枠線 */
  transform: skewX(-25deg); /* ここで平行四辺形に傾ける */
}
.cta-inner .text .note {
  margin: 0;
  color: white;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  padding: 0.2em 1em;
  max-width: 15em;
  word-break: break-word;
  line-height: 1.5;
  text-align: center;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .cta-inner .text .note {
    max-width: 17em;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    padding: 0.2em 1em;
  }
}
.cta-inner .text .note:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid white; /* 白い枠線 */
  transform: skewX(-25deg); /* ここで平行四辺形に傾ける */
}
.cta-inner .site,
.cta-inner .mail {
  position: absolute;
  top: 28.5rem;
  width: 16.5rem;
}
@media screen and (min-width: 768px) {
  .cta-inner .site,
  .cta-inner .mail {
    top: 25.5rem;
    width: 26rem;
  }
}
.cta-inner .site img,
.cta-inner .mail img {
  filter: drop-shadow(0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.16));
}
.cta-inner .site {
  left: 0;
}
@media screen and (min-width: 768px) {
  .cta-inner .site {
    left: 11rem;
  }
}
.cta-inner .mail {
  right: 0;
}
@media screen and (min-width: 768px) {
  .cta-inner .mail {
    right: 26.5rem;
  }
}

.foot {
  position: fixed;
  z-index: 101;
  inset: auto 0 0;
  background-color: rgba(35, 24, 21, 0.9);
  opacity: 1;
  transform: translateY(0);
  transition: 0.4s ease-in-out;
  width: 100vw;
}
.foot._hide {
  opacity: 0.5;
  transform: translateY(13rem);
}
@media screen and (min-width: 768px) {
  .foot._hide {
    transform: translateY(18rem);
  }
}
.foot-back {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0.25) 0.2rem, transparent 0.2rem, transparent 0.6rem) left/1.5rem 100% no-repeat, repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0.25) 0.2rem, transparent 0.2rem, transparent 0.6rem) right/1.5rem 100% no-repeat;
}
@media screen and (min-width: 768px) {
  .foot-back {
    width: 120rem;
    margin: auto;
    background: repeating-linear-gradient(-36deg, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0.25) 0.3rem, transparent 0.3rem, transparent 0.7rem) left/5rem 100% no-repeat, repeating-linear-gradient(-36deg, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0.25) 0.3rem, transparent 0.3rem, transparent 0.7rem) right/5rem 100% no-repeat;
  }
}
.foot-back::before, .foot-back::after {
  content: "";
  display: block;
  position: absolute;
}
.foot-back::before {
  top: -1rem;
  left: 0;
  width: 6.4rem;
  aspect-ratio: 156/243;
  background: url(images/kss-foot-p-1.webp) center top/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .foot-back::before {
    top: -2rem;
    left: 6.5rem;
    width: 15.6rem;
    aspect-ratio: 150/164;
  }
}
@media screen and (min-width: 768px) {
  .foot-back-p {
    width: 120rem;
  }
}
.foot-back-p:before {
  top: -0.2rem;
  width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .foot-back-p:before {
    top: -2rem;
    left: 4rem;
    width: 15.6rem;
  }
}
@media screen and (min-width: 768px) {
  .foot-back-p:after {
    right: 3.4rem;
  }
}
.foot-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto 5rem;
  justify-content: center;
  gap: 0.5rem 0.6rem;
  max-width: 1200px;
  margin: 0 auto 0 5rem;
  padding: 0.8rem 0;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
}
@media screen and (min-width: 768px) {
  .foot-inner {
    width: 120rem;
    margin-right: auto;
    margin-left: auto;
    grid-template-rows: 3rem 7rem;
    gap: 1.1rem 1.5rem;
    padding: 1.4rem 0;
  }
}
.foot h3 {
  grid-column: span 2;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .foot h3 {
    position: relative;
    justify-self: center;
    width: fit-content;
  }
  .foot h3:has(.txt1)::before, .foot h3:has(.txt1)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0.8rem;
    width: 2rem;
    height: 0;
    border-top: 0.2rem solid white;
    transform-origin: center;
  }
  .foot h3:has(.txt1)::before {
    left: -2.1rem;
    transform: rotate(60deg);
  }
  .foot h3:has(.txt1)::after {
    right: -1.5rem;
    transform: rotate(-60deg);
  }
}
.foot h3 .txt0 {
  font-size: 0.9rem;
  font-weight: bold;
  color: white;
}
@media screen and (min-width: 768px) {
  .foot h3 .txt0 {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.foot h3 .txt0 span {
  display: inline-block;
  margin-right: 0.4rem;
  padding: 0 0.4rem;
  background-color: white;
  color: #C51919;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .foot h3 .txt0 span {
    margin-right: 1.5rem;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
}
.foot h3 .txt1,
.foot h3 .txt2 {
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .foot h3 .txt1,
  .foot h3 .txt2 {
    display: inline-block;
  }
}
.foot h3 .txt1 {
  color: #F7FF00;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .foot h3 .txt1 {
    font-size: 2.1rem;
  }
  .foot h3 .txt1 span {
    color: white;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .foot h3 .txt1 span::after {
    content: "、";
  }
}
.foot h3 .txt2 {
  color: white;
  font-size: 1rem;
  letter-spacing: -0.05em;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .foot h3 .txt2 {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.foot h3 .txt20 {
  display: inline-block;
  margin: -0.2rem 0.2rem 0 0;
  text-align: left;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .foot h3 .txt20 br {
    display: none;
  }
}
.foot h3 .txt21 {
  display: inline-block;
  margin-left: 0.3rem;
  margin-right: 0.2rem;
  padding: 0 0.4rem;
  background-color: white;
  color: #C51919;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .foot h3 .txt21 {
    margin-left: 0.7rem;
    margin-right: 0.4rem;
    font-size: 2rem;
  }
}
.foot .mail img,
.foot .tel img {
  filter: drop-shadow(0.2rem, 0.2rem, 0.2rem, rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 768px) {
  .foot .mail img,
  .foot .tel img {
    filter: drop-shadow(0.2rem, 0.2rem, 0.4rem, rgba(0, 0, 0, 0.2));
  }
}
.foot .mail:only-of-type,
.foot .tel:only-of-type {
  grid-column: 1/3;
}
.foot .mail {
  width: 12rem;
  justify-self: end;
}
@media screen and (min-width: 768px) {
  .foot .mail {
    width: 35rem;
  }
}
.foot .tel {
  position: relative;
  width: 15.4rem;
}
@media screen and (min-width: 768px) {
  .foot .tel {
    width: 40.5rem;
  }
}
.foot .tel .num {
  display: block;
  position: absolute;
  top: 1.9rem;
  left: 3.5rem;
  color: white;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .foot .tel .num {
    top: 2.3rem;
    left: 10.4rem;
    font-size: 3rem;
    letter-spacing: 0.15em;
  }
}

.pickup + br {
  display: none;
}
.pickup {
  width: 100dvw;
  margin: 7rem -2rem 5rem;
  border-bottom: 1rem solid #877E7B;
  padding-bottom: 4rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .pickup {
    margin: 10rem calc(50% - 50dvw);
    border-width: 1.5rem;
    padding-bottom: 7rem;
  }
}
.pickup-head {
  margin-bottom: 3rem;
  padding: 5.5rem 2rem 4.5rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgb(255, 255, 255) 100%), url(images/kss-pickup-bg-sp.webp) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .pickup-head {
    margin-bottom: 6rem;
    padding: 10.5rem 5rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgb(255, 255, 255) 100%), url(images/kss-pickup-bg-pc.webp) center/cover no-repeat;
  }
}
.pickup h2 {
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  background: none;
  color: #000;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .pickup h2 {
    font-size: 3.5rem;
    letter-spacing: 0.35em;
  }
}
.pickup h2:after {
  content: none;
}
.pickup h3 {
  margin: 1.2rem 0 0;
  border: none;
  padding: 0;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pickup h3 {
    margin-top: 2.4rem;
    font-size: 4.5rem;
    letter-spacing: 0.35em;
  }
}
.pickup .image {
  width: fit-content;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 768px) {
  .pickup .image {
    margin-bottom: 6rem;
  }
}
.pickup .content {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .pickup .content {
    font-size: 1.8rem;
    letter-spacing: 0.15em;
  }
}
.pickup a {
  display: block;
  width: 15rem;
  margin: 4rem auto 0;
  border-radius: 3rem;
  padding: 0.5rem 0;
  background: linear-gradient(90deg, #877E7B 5%, #231815);
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pickup a {
    width: 24rem;
    margin-top: 6rem;
    padding: 1rem 0;
    font-size: 2.1rem;
  }
}
.pickup a:hover {
  text-decoration: none;
  opacity: 0.9;
}

h2:has(+ .recommend-item) {
  display: grid;
  grid-template-columns: 5.3rem 1fr;
  align-items: center;
  gap: 1.2rem;
  margin: 4.5rem 0 2.5rem;
  border: none;
  padding: 0;
  background: none;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.25em;
}
@media screen and (min-width: 768px) {
  h2:has(+ .recommend-item) {
    gap: 1.9rem;
    width: calc(100% + 6.6rem);
    margin: 6.5rem 0 6rem 0;
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
}
h2:has(+ .recommend-item):before {
  content: "";
  display: block;
  height: 8.4rem;
  background: url(images/recommend-title.webp) 0 0/contain no-repeat;
}

.recommend-title {
  border: none;
  border-bottom: 0.3rem solid #E60012;
  padding: 0 1rem 0.5rem 1rem;
  color: #000;
  font-size: 2.2rem;
  letter-spacing: -0.03em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .recommend-title {
    font-size: 4.5rem;
    letter-spacing: 0.1em;
  }
}
.recommend-image {
  position: relative;
  width: fit-content;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .recommend-image {
    margin-top: 4rem;
  }
}
.recommend-image .seiyaku {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -4.9rem;
  right: -2rem;
  width: 10.7rem;
  aspect-ratio: 1/1;
  background: url(images/kss-seiyaku-bn.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .recommend-image .seiyaku {
    bottom: -6.2rem;
    right: -1.3rem;
    width: 21rem;
  }
}

.recommend-ranking-title {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .recommend-ranking-title {
    display: flex;
    justify-content: center;
    margin-top: 4.1rem;
    margin-bottom: 4.1rem;
  }
}
@media screen and (min-width: 768px) {
  .recommend-ranking-title picture {
    width: 120rem;
    height: 12rem;
  }
}

.recommendTable-title {
  position: relative;
  width: 37.5rem;
  margin: 0 -2rem;
  padding: 4.1rem 5.5rem 2.5rem;
  background: url(images/recommend-crown.svg) 50% 0.6rem/3.9rem no-repeat, linear-gradient(105deg, #54778b, #174d6e 120%);
  color: white;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recommendTable-title {
    width: 120rem;
    margin: 0 calc(50% - 60rem);
    padding: 3.2rem 0;
    background: url(images/recommend-crown.svg) 17rem 50%/5.9rem no-repeat, url(images/recommend-crown.svg) 97rem 50%/5.9rem no-repeat, linear-gradient(105deg, #54778b, #174d6e 120%);
    font-size: 4rem;
    letter-spacing: 0.1em;
  }
}
.recommendTable-title:before, .recommendTable-title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: white;
}
.recommendTable-title:before {
  top: 2.2rem;
}
@media screen and (min-width: 768px) {
  .recommendTable-title:before {
    top: 1.1rem;
  }
}
.recommendTable-title:after {
  bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .recommendTable-title:after {
    bottom: 1.1rem;
  }
}
.recommendTable {
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .recommendTable {
    overflow: hidden;
    width: 120rem;
    margin-left: calc(50% - 60rem);
  }
}
.recommendTable::-webkit-scrollbar {
  height: 1rem;
}
.recommendTable::-webkit-scrollbar-track {
  background: #fafafa;
  border-radius: 1rem;
}
.recommendTable::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 1rem;
}
.recommendTable table {
  width: auto;
  border: none;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .recommendTable table {
    width: 100%;
    margin-top: 4rem;
  }
}
.recommendTable table {
  /*
  .sticky{
    position: sticky;
    z-index: 1;
    left: 0;
  }
    */
}
.recommendTable table .bulk {
  min-width: 7rem;
}
@media screen and (min-width: 768px) {
  .recommendTable table .bulk {
    min-width: 13rem;
  }
}
.recommendTable table .name {
  min-width: 18.5rem;
}
@media screen and (min-width: 768px) {
  .recommendTable table .name {
    min-width: 35.8rem;
  }
}
.recommendTable table .rev {
  min-width: 10rem;
}
@media screen and (min-width: 768px) {
  .recommendTable table .rev {
    min-width: 18.5rem;
  }
}
.recommendTable table .spc {
  min-width: 8.7rem;
}
@media screen and (min-width: 768px) {
  .recommendTable table .spc {
    min-width: 13.5rem;
  }
}
.recommendTable table th {
  border-radius: 1rem 1rem 0 0;
  border-right: 1px solid white;
  padding: 0.6rem 0;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .recommendTable table th {
    border-radius: 2rem 2rem 0 0;
    padding: 1.3rem 0;
    font-size: 2.5rem;
    letter-spacing: 0.2em;
  }
}
.recommendTable table th.bulk {
  padding-left: 1.8rem;
  background: #231815 url(images/recommend-calc.svg) 0.5rem 50%/1.7rem no-repeat;
  font-size: 1.1rem;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 768px) {
  .recommendTable table th.bulk {
    padding-left: 3.3rem;
    background-position: 1.3rem 50%;
    background-size: 2.7rem;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
.recommendTable table th.name {
  background-color: #877E7B;
}
.recommendTable table th.rev {
  padding-left: 3rem;
  background: #231815 url(images/recommend-review.svg) 0.8rem 50%/2.2rem no-repeat;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .recommendTable table th.rev {
    padding-left: 5.4rem;
    background-position: 3.7rem 50%;
    background-size: 3.6rem;
    font-size: 2.1rem;
    letter-spacing: 0.2em;
  }
}
.recommendTable table th.spc {
  padding-left: 2.7rem;
  background: #231815 url(images/recommend-gift.webp) 0.9rem 50%/2.1rem no-repeat;
  color: white;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .recommendTable table th.spc {
    padding-left: 3.7rem;
    background-position: 1.3rem 50%;
    background-size: 3.6rem;
    font-size: 2.1rem;
    letter-spacing: 0.2em;
  }
}
.recommendTable table th.ftr {
  background-color: #231815;
}
.recommendTable table td {
  padding: 0.9rem 0.6rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .recommendTable table td {
    padding: 1.2rem;
  }
}
.recommendTable table td.bulk {
  position: relative;
}
.recommendTable table td.bulk label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.recommendTable table td.bulk input {
  display: none;
}
.recommendTable table td.bulk span {
  position: relative;
  border: 0.1rem solid #e2e2e2;
  border-radius: 50%;
  padding: 0.3rem;
  background-color: #f6f6f6;
  box-shadow: 0.1rem 0.1rem 0 rgba(120, 120, 120, 0.5);
}
.recommendTable table td.bulk span::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: linear-gradient(#f6f6f6, #cccccc);
  box-shadow: inset 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}
.recommendTable table td.bulk span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  width: 1.8rem;
  height: 1.6rem;
  background: url(images/recommend-check.svg) top left/contain no-repeat;
  transform: scale(1.5) translate(-0.9rem, -0.9rem);
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.recommendTable table td.bulk :checked + span::after {
  transform: scale(1) translate(0, 0);
  opacity: 1;
}
.recommendTable table td.name a {
  display: block;
  width: 16rem;
  margin: 0 0.2rem 0 1rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.name a {
    width: 34rem;
    margin: 0 auto;
  }
}
.recommendTable table td.name a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.recommendTable table td.name a > span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.name a > span {
    gap: 1.3rem;
    font-size: 2.2rem;
  }
}
.recommendTable table td.name a > span .no1,
.recommendTable table td.name a > span .no2,
.recommendTable table td.name a > span .no3 {
  flex: 0 0 2.7rem;
  aspect-ratio: 55/87;
  background: center/contain no-repeat;
  text-indent: 6rem;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.name a > span .no1,
  .recommendTable table td.name a > span .no2,
  .recommendTable table td.name a > span .no3 {
    flex-basis: 5.4rem;
    transform: translateY(1rem);
  }
}
.recommendTable table td.name a > span .no1 {
  background-image: url(images/kss-recommend-01.webp);
}
.recommendTable table td.name a > span .no2 {
  background-image: url(images/kss-recommend-02.webp);
}
.recommendTable table td.name a > span .no3 {
  background-image: url(images/kss-recommend-03.webp);
}
.recommendTable table td.name a img {
  margin-top: 0.6rem;
}
.recommendTable table td.rev {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.rev {
    font-size: 5rem;
  }
}
.recommendTable table td.rev .total {
  display: block;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.rev .total {
    display: inline;
    font-size: 2rem;
    margin-left: 0.4rem;
  }
}
.recommendTable table td.rev .star {
  display: block;
  width: 7rem;
  aspect-ratio: 326/52;
  margin: 0.5rem auto 0.8rem;
  mask: url(images/stars.svg) right/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.rev .star {
    width: 16rem;
    margin: 1.5rem auto 2rem;
  }
}
.recommendTable table td.rev a {
  display: block;
  width: 8.5rem;
  margin: 0 auto;
  background-color: #231815;
  color: white;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.rev a {
    width: 17rem;
    font-size: 1.8rem;
  }
}
.recommendTable table td.rev a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.recommendTable table td.spc {
  text-align: center;
}
.recommendTable table td.spc .ari {
  color: #E60012;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.spc .ari {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
.recommendTable table td.spc .ari::before {
  content: "";
  display: block;
  width: 4.4rem;
  aspect-ratio: 1/1;
  margin: 0 auto 0.6rem;
  border: 0.7rem solid #E60012;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.spc .ari::before {
    width: 6rem;
    margin-bottom: 1rem;
    border-width: 1rem;
  }
}
.recommendTable table td.spc .nashi {
  display: inline-block;
  width: 2.4rem;
  height: 0.4rem;
  background-color: #707070;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.spc .nashi {
    width: 3rem;
    height: 0.5rem;
  }
}
.recommendTable table td.tag ul {
  list-style: none;
  display: inline-grid;
  grid-template-rows: repeat(2, 6rem);
  grid-auto-flow: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.tag ul {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fill, 8rem);
    grid-template-rows: repeat(3, 8rem);
    gap: 1rem;
  }
}
.recommendTable table td.tag ul li {
  width: 6rem;
  margin: 0;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.tag ul li {
    width: 8rem;
  }
}
.recommendTable table td.tag ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.tag ul li span {
    font-size: 1.2rem;
  }
}

.recommendBulk {
  width: calc(100% + 2.2rem);
  margin: 3rem -1.1rem 5rem;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
}
@media screen and (min-width: 768px) {
  .recommendBulk {
    width: 100%;
    margin: 5rem 0 7rem;
  }
}
.recommendBulk p {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  border: 0.3rem solid #de4b42;
  border-radius: 3rem;
  padding: 0.6rem 2.3rem;
  background-color: white;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .recommendBulk p {
    padding: 0.7rem 4.8rem;
    font-size: 2.1rem;
    letter-spacing: 0.2em;
  }
}
.recommendBulk p::before, .recommendBulk p::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 1.2rem;
  height: 0.9rem;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 768px) {
  .recommendBulk p::before, .recommendBulk p::after {
    width: 2rem;
    height: 1.5rem;
  }
}
.recommendBulk p::before {
  bottom: -1.2rem;
  background-color: #de4b42;
}
@media screen and (min-width: 768px) {
  .recommendBulk p::before {
    bottom: -1.5rem;
  }
}
.recommendBulk p::after {
  bottom: -0.7rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .recommendBulk p::after {
    bottom: -1rem;
  }
}
.recommendBulk a {
  display: block;
  height: 9.5rem;
  margin-top: 2rem;
  border: 0.5rem solid #e60012;
  border-radius: 1.5rem;
  padding-top: 0.5rem;
  background: url(images/angle-right.svg) right 1rem center/0.9rem no-repeat, radial-gradient(ellipse at 50% -17rem, #ab2933 57%, #e60012 0) center top/64rem 110%;
  color: white;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  box-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .recommendBulk a {
    display: flex;
    align-items: center;
    gap: 9.1rem;
    width: 80rem;
    height: 9rem;
    margin: 2rem auto 0;
    padding-top: 0;
    padding-left: 3.9rem;
    background: url(images/angle-right.svg) right 2rem center/1.1rem no-repeat, radial-gradient(ellipse at -17% 50%, #ab2933 25%, #e60012 0) left center/100% 80rem;
    font-size: 3.3rem;
    letter-spacing: 0.4em;
  }
}
.recommendBulk a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.recommendBulk a span {
  display: block;
  position: relative;
  width: fit-content;
  margin: 0 auto 2rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .recommendBulk a span {
    margin: 0;
    font-size: 1.8rem;
    letter-spacing: 0.3em;
    line-height: 2.5rem;
  }
}
.recommendBulk a span::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.4rem;
  left: -1.9rem;
  width: 1.5rem;
  height: 1.8rem;
  background: url(images/recommend-lines.svg) center/contain no-repeat;
  transform: rotate(16deg);
}

#rt1 ~ #toc_container .toc_list > li:first-child {
  display: none;
}

#toc_container li:has(a[href="#Recommended_Contractor"]) {
  display: none;
}

#toc_container {
  width: 100% !important;
  margin: 5rem 0;
  border-top: 1px solid #E5E0DC;
  border-bottom: 1px solid #E5E0DC;
  padding: 2rem;
  background-color: #E5E0DC;
}
@media screen and (min-width: 768px) {
  #toc_container {
    padding: 2.4rem 12.5rem 2.4rem;
  }
}
#toc_container a {
  color: #000;
}
#toc_container .toc_title {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  #toc_container .toc_title {
    font-size: 2.4rem;
    letter-spacing: 0.15em;
  }
}
#toc_container .toc_title:before {
  content: "目次";
  margin: 0 1.3rem 0 -1.5rem;
  border-right: 0.2rem solid #877E7B;
  padding-right: 0.9rem;
  color: #000;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 4rem;
}
@media screen and (min-width: 768px) {
  #toc_container .toc_title:before {
    font-size: 3rem;
    letter-spacing: 0.15em;
    margin-right: 3rem;
  }
}
#toc_container .toc_title .toc_toggle {
  display: block;
  position: absolute;
  inset: -2rem;
  border-top: 1px solid #877E7B;
  border-bottom: 1px solid #877E7B;
}
#toc_container .toc_title .toc_toggle a {
  display: block;
  height: 100%;
  padding-left: 101%;
  overflow: hidden;
}
#toc_container .toc_title .toc_toggle a:hover {
  opacity: 0.8;
}
#toc_container .toc_title .toc_toggle a:after {
  content: "";
  display: block;
  position: absolute;
  top: 3.5rem;
  right: 0.7rem;
  width: 2.1rem;
  height: 1.2rem;
  background-color: #877E7B;
  mask: url(images/angle-down.svg) center/contain no-repeat;
}
#toc_container .toc_title .toc_brackets {
  display: none;
}
#toc_container .toc_list {
  margin-top: 3rem;
}
#toc_container .toc_list li {
  list-style: none;
  margin: 0.5rem 0 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #toc_container .toc_list li {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
#toc_container .toc_list li ul {
  margin-left: 2rem;
}

.hero {
  background-image: linear-gradient(white 62.7rem, #EFEFEF);
  -webkit-mask-image: linear-gradient(to bottom, black 93%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 93%, transparent 100%);
}
@media screen and (min-width: 768px) {
  .hero {
    padding-bottom: 0;
    background: white;
    background-image: none;
    -webkit-mask-image: none;
    mask-image: none;
  }
}
.hero img {
  margin: 0 auto;
}

.about {
  overflow: hidden;
  position: relative;
  margin-top: auto;
  padding: 8rem 0 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about {
    margin-top: 0;
    padding: 15rem 0 18.6rem;
  }
}
.about-inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .about-inner {
    flex-direction: row;
    gap: 6.3rem;
    padding-left: 6rem;
    padding-top: 4.5rem;
  }
}
.about-text {
  background: url(images/kss-about-key-bg.webp) right/auto 100% no-repeat;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .about-text {
    background-position: left;
    margin: 0;
    padding-left: 6rem;
    padding-top: 4.5rem;
  }
}
.about .ttl {
  position: relative;
}
.about .ttl:before {
  content: "What is 'Safely' for Electrical Repair Contractors?";
  display: block;
  position: absolute;
  top: -1rem; /* insetの「上」の設定 */
  left: 50%;
  transform: translateX(-50%); /* 自分の幅の半分だけ左に戻す */
  width: 33.5rem;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about .ttl:before {
    top: -1rem;
    width: 100%;
    height: auto;
    font-size: 1.6rem;
    letter-spacing: 0.15em;
  }
}
.about .ttl h2 {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0 auto 3rem;
  padding: 1rem 0 0 0;
  background-color: transparent;
  color: #000;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.45;
  text-align: start;
}
@media screen and (min-width: 768px) {
  .about .ttl h2 {
    width: auto;
    margin-bottom: 4.8rem;
    padding: 2.1rem 0 0 0;
    font-size: 3.5rem;
    letter-spacing: 0.35em;
  }
}
.about .ttl h2 span {
  font-size: 1.9rem;
}
@media screen and (min-width: 768px) {
  .about .ttl h2 span {
    font-size: 3rem;
  }
}
.about .ttl h2:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #877E7B;
  width: calc(100% - 3em);
  height: 0.1rem;
  top: 80%;
  right: 0;
}
@media screen and (min-width: 768px) {
  .about .ttl h2:after {
    width: 38.2rem;
  }
}
.about .txt {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: justify;
  text-justify: inter-character; /* ブラウザ間の挙動の差を埋め、文字間隔を調整 */
}
@media screen and (min-width: 768px) {
  .about .txt {
    font-size: 1.8rem;
    line-height: 2;
  }
}
.about-img {
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .about-img {
    flex: 0 0 46.5rem;
    margin: 0;
    height: auto;
  }
}

.worries-seiyaku {
  padding: 9rem 0 0;
  background: #E5E0DC;
}
@media screen and (min-width: 768px) {
  .worries-seiyaku {
    padding: 12.5rem 0 0;
  }
}

.worries h2 {
  padding-bottom: 1.4rem;
  color: #000;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.46;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .worries h2 {
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 0.5rem;
    font-size: 3.5rem;
    letter-spacing: 0.35em;
    line-height: 1.25;
  }
  .worries h2 br {
    display: none;
  }
}
.worries h2::after {
  content: "";
  display: block;
  width: 23.8rem;
  height: auto;
  background: url(images/kss-worry-parts-sp.webp) center/cover no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  aspect-ratio: 476/31;
}
@media screen and (min-width: 768px) {
  .worries h2::after {
    background: url(images/kss-worry-parts-pc.webp) center/cover no-repeat;
    width: 100%;
    margin-top: 2rem;
    aspect-ratio: 696/31;
  }
}
.worries ul {
  display: grid;
  grid-template-columns: 33.5rem;
  justify-content: center;
  gap: 5rem;
  margin-top: 3.3rem;
}
@media screen and (min-width: 768px) {
  .worries ul {
    grid-template-columns: repeat(3, 35.6rem);
    margin-top: 7rem;
  }
}
.worries li {
  list-style: none;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  padding-top: 19.7rem;
}
@media screen and (min-width: 768px) {
  .worries li {
    grid-row: 1/4;
    grid-template-rows: subgrid;
    gap: 3.1rem;
    padding-top: 27rem;
  }
}
.worries li:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 auto;
  margin: auto;
  width: 30em;
  aspect-ratio: 30/18;
  background: url(images/kss-worries-0.webp) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .worries li:after {
    width: 38rem;
    aspect-ratio: 38/25;
  }
}
.worries li:nth-child(2):after {
  background-image: url(images/kss-worries-1.webp);
}
.worries li:nth-child(3):after {
  background-image: url(images/kss-worries-2.webp);
}
.worries li h3 {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .worries li h3 {
    font-size: 2.3rem;
  }
}
.worries li p {
  color: #000;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .worries li p {
    font-size: 1.8rem;
  }
}

.seiyaku {
  background-image: radial-gradient(#ffffff, #877e7b);
  margin-top: 7rem;
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .seiyaku {
    background-image: radial-gradient(#cecbc8, #877e7b);
    padding: 10rem 0;
    margin-top: 20rem;
  }
}
@media screen and (min-width: 768px) {
  .seiyaku-inner {
    display: grid;
    grid-template-columns: 51rem 33.5rem;
    grid-template-rows: 5.6rem auto;
    justify-content: center;
    gap: 5rem 5rem;
  }
}
.seiyaku h2 {
  border-bottom: 0.1rem solid white;
  padding: 8rem 0 0;
  color: white;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.45;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .seiyaku h2 {
    padding: 0.5rem 0 0 0;
    font-size: 3.5rem;
    line-height: 1.25;
  }
  .seiyaku h2 br {
    display: none;
  }
}
.seiyaku h2::before {
  position: absolute;
  bottom: 2.4rem;
  content: "";
  display: block;
  width: 1.85rem;
  height: auto;
  aspect-ratio: 47/40;
  background: url(images/kss-seiyaku-parts-sp.webp) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .seiyaku h2::before {
    width: 2.8rem;
    bottom: 3.5rem;
  }
}
.seiyaku img {
  width: 33.5rem;
  margin: 3rem auto;
}
@media screen and (min-width: 768px) {
  .seiyaku img {
    grid-row: span 2;
    width: 39.2rem;
    margin: -4rem 0 0;
  }
}
.seiyaku p {
  color: white;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .seiyaku p {
    padding: 0 1.3rem;
    font-size: 2rem;
    line-height: 2;
  }
}

.tabs {
  padding: 8rem 0;
  background: white;
}
@media screen and (min-width: 768px) {
  .tabs {
    padding: 20rem 0;
  }
}
.tabs-inner {
  width: 33.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .tabs-inner {
    width: 120rem;
    padding: 0;
  }
}
.tabs h2 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .tabs h2 {
    font-size: 3.5rem;
    line-height: 1;
  }
}
.tabs h2:after {
  content: "Search by Purpose";
  display: block;
  width: auto;
  margin: 0.7rem auto 0;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .tabs h2:after {
    font-size: 1.6rem;
    margin-top: 1.7rem;
  }
}
.tabs .lead {
  position: relative;
  margin: 3rem 0 10rem;
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .tabs .lead {
    width: 90rem;
    margin: 5.5rem auto 5.6rem;
    font-size: 1.8rem;
    letter-spacing: 0.15em;
    margin-bottom: 16.2rem;
  }
}
.tabs .lead::after {
  content: "";
  display: block;
  background: url(images/kss-tab-parts-sp.webp) center/cover no-repeat;
  width: 0.2rem;
  height: auto;
  aspect-ratio: 4/84;
  position: absolute;
  bottom: -7.5rem;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .tabs .lead::after {
    height: 6rem;
    width: auto;
    bottom: -11rem;
  }
}
.tabs-list {
  display: grid;
  grid-template-columns: repeat(2, 16.8rem);
  justify-content: center;
  gap: 1.5rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .tabs-list {
    grid-template-columns: repeat(4, 28rem);
    gap: 5.2rem 2.6rem;
  }
}
.tabs-list a {
  padding: 1rem;
  background-color: #ebebeb;
  box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .tabs-list a {
    padding: 3rem 1.5rem 1.5rem;
  }
}
.tabs-list a:hover {
  opacity: 0.8;
}
.tabs-list a .image {
  display: block;
  height: 11rem;
  aspect-ratio: 15/11;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .tabs-list a .image {
    height: 17.2rem;
    aspect-ratio: 25/18;
  }
}
.tabs-list a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tabs-list a .title {
  display: block;
  margin-top: 2.3rem;
  margin-bottom: 1.3rem;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .tabs-list a .title {
    margin-top: 5.5rem;
    margin-bottom: 4rem;
    font-size: 2.3rem;
    letter-spacing: 0.3em;
    font-weight: bold;
  }
}

.columns {
  padding: 1rem 0 2rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .columns {
    padding: 0 0 20rem;
  }
}
.columns + .columns {
  padding-top: 5rem;
}
.columns-head h2 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .columns-head h2 {
    font-size: 3.5rem;
    letter-spacing: 0.35em;
  }
}
.columns-head .lead {
  position: relative;
  margin: 3rem 0 9.2rem;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .columns-head .lead {
    width: 100rem;
    margin: 5rem auto 16rem;
    font-size: 1.8rem;
    letter-spacing: 0.15em;
  }
}
.columns-head .lead::after {
  position: absolute;
  content: "";
  display: block;
  background: url(images/kss-tab-parts-sp.webp) center/cover no-repeat;
  height: 4rem;
  width: auto;
  aspect-ratio: 4/84;
  left: 50%;
  bottom: -6rem;
}
@media screen and (min-width: 768px) {
  .columns-head .lead::after {
    height: 6rem;
    bottom: -11rem;
  }
}
.columns-list {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 1rem;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .columns-list {
    grid-template-columns: repeat(2, 44rem);
    gap: 2rem;
    margin-top: 4.5rem;
  }
}
.columns-list a {
  position: relative;
  display: grid;
  grid-template-columns: 7rem 1fr 2.2rem;
  align-items: center;
  padding: 1rem 2.5rem 1rem 4rem;
  background-color: #E5E0DC;
  box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.16);
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .columns-list a {
    grid-template-columns: 12rem 1fr 2.2rem;
    gap: 0;
    padding: 1.5rem 2rem 1.5rem 3rem;
  }
}
.columns-list a:hover {
  opacity: 0.8;
}
.columns-list a::after {
  position: absolute;
  content: "";
  display: block;
  width: 2.2rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url(images/kss-colum-part.webp) center/cover no-repeat;
  right: 2.5rem;
  top: 40%;
}
.columns-list a .icon {
  height: 6rem;
}
@media screen and (min-width: 768px) {
  .columns-list a .icon {
    height: 10.5rem;
  }
}
.columns-list a .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.columns-list a .text-group {
  display: grid;
  grid-template-rows: auto auto;
  align-items: center;
  text-align: start;
  color: #000;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  margin-right: 1rem;
  margin-left: 3rem;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .columns-list a .text-group {
    font-size: 2.3rem;
    letter-spacing: 0.15em;
    margin-left: 2rem;
  }
}
.columns-list a .cat-parent {
  width: fit-content;
  font-size: 1rem;
  background-color: #877E7B;
  color: white;
  padding: 0 1em;
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .columns-list a .cat-parent {
    letter-spacing: 0;
    font-size: 1.2rem;
  }
}

.rankings {
  padding-bottom: 10rem;
  background-color: #E5E0DC;
}
@media screen and (min-width: 768px) {
  .rankings {
    padding-bottom: 20rem;
  }
}
.rankings-head {
  padding: 12rem 0 5rem;
  color: white;
  background-color: #E5E0DC;
}
@media screen and (min-width: 768px) {
  .rankings-head {
    padding: 30rem 0 5rem;
    background-position: calc(50vw - 74.5rem) 100%;
    background-size: 48.2rem;
  }
}
.rankings-head h2 {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1.45;
  width: 24rem;
  color: #000;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .rankings-head h2 {
    font-size: 3.5rem;
    letter-spacing: 0.35em;
    width: auto;
  }
}
.rankings-head h2::before {
  position: absolute;
  content: "";
  display: block;
  background: url(images/kss-key-parts-sp.webp) center/cover no-repeat;
  width: 2rem;
  height: auto;
  aspect-ratio: 55/73;
  top: -3rem;
  left: 45%;
}
@media screen and (min-width: 768px) {
  .rankings-head h2::before {
    background: url(images/kss-key-parts-pc.webp) center/cover no-repeat;
    aspect-ratio: 48/88;
    width: 4.5rem;
    top: -10rem;
  }
}
.rankings-head h2::after {
  position: absolute;
  content: "Recommend";
  display: block;
  bottom: -2rem;
  left: 35%;
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .rankings-head h2::after {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    bottom: -4rem;
    left: 45%;
  }
}
.rankings-head .lead {
  margin: 5rem 1.5rem 0;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 768px) {
  .rankings-head .lead {
    margin: 8.41rem 0 0;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}
.rankings-inner {
  background-color: white;
  border-radius: 1rem;
  padding: 2.9rem 1.1rem 3rem;
}
@media screen and (min-width: 768px) {
  .rankings-inner {
    width: 110rem;
    padding: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .rankings-inner h3:first-child {
    margin-top: 0;
  }
}
.rankings-inner h3 {
  margin-top: 4rem;
  display: flex; /* フレックスボックスにする */
  align-items: center; /* 垂直方向の真ん中に揃える */
}
@media screen and (min-width: 768px) {
  .rankings-inner h3 {
    margin-top: 10rem;
  }
}
.rankings-inner h3::after {
  content: "";
  flex-grow: 1;
  height: 8px;
  background-image: radial-gradient(circle, #000 15%, transparent 25%);
  background-size: 4px 8px;
  background-repeat: repeat-x;
  background-position: center left;
}
@media screen and (min-width: 768px) {
  .rankings-inner h3::after {
    height: 10px;
    background-image: radial-gradient(circle, #000 10%, transparent 35%);
    background-size: 13px 10px;
  }
}
.rankings-inner h3 span {
  display: block;
  width: fit-content;
  padding-right: 1.3rem;
  background-color: white;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .rankings-inner h3 span {
    padding-right: 2.3rem;
    font-size: 4rem;
  }
}
.rankings-list {
  display: grid;
  grid-template-columns: 100%;
  gap: 0.5rem;
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .rankings-list {
    grid-template-columns: repeat(2, 44rem);
    gap: 4.1rem 2.1rem;
    margin-top: 6rem;
  }
}
.rankings-list a {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2rem;
  align-items: center;
  gap: 0.6rem;
  border-bottom: 0.2rem solid #877e7b;
  padding: 1rem 0.8rem 0 1.3rem;
}
@media screen and (min-width: 768px) {
  .rankings-list a {
    grid-template-columns: 1fr 2.5rem;
    padding: 0;
  }
}
.rankings-list a:hover {
  opacity: 0.8;
}
.rankings-list a .label {
  color: #000;
  font-size: 1.8rem;
  line-height: 1.55;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .rankings-list a .label {
    font-size: 2rem;
    padding-bottom: 0.5rem;
    font-weight: 600;
  }
}
.rankings-list a .label span {
  display: block;
  font-size: 2.3rem;
}
@media screen and (min-width: 768px) {
  .rankings-list a .label span {
    font-size: 2.5rem;
    letter-spacing: 0.15em;
  }
}
.rankings-list a:after {
  position: absolute;
  content: "";
  display: block;
  width: 1.4rem;
  aspect-ratio: 30/48;
  background: url(images/kss-ranking-arrow.webp) center/cover no-repeat;
  right: 1rem;
  top: 45%;
}
@media screen and (min-width: 768px) {
  .rankings-list a:after {
    width: 1rem;
    height: 1.6rem;
  }
}

.archive-header {
  border-top: 0.2rem solid #E5E0DC;
  padding-bottom: 4rem;
  background-color: #EFEFEF;
}
@media screen and (min-width: 768px) {
  .archive-header {
    padding-bottom: 7rem;
  }
}
.archive-header .breadcrumbs {
  margin: 1rem 0;
}
@media screen and (min-width: 768px) {
  .archive-header .breadcrumbs {
    margin: 1.5rem 0;
  }
}
.archive-header h2 {
  width: fit-content;
  margin: 2rem auto 0;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .archive-header h2 {
    margin-top: 3rem;
    font-size: 2.8rem;
  }
}
.archive-body {
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .archive-body {
    padding: 7rem;
  }
}
.archive-body .info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.archive-body .post-meta {
  display: flex;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .archive-body .post-meta {
    font-size: 1.4rem;
  }
}
.archive-body .post-date {
  margin: 0;
}
.archive-body .post-categories {
  display: flex;
  gap: 1em;
  background-color: transparent;
}
.archive-body .cat-name {
  background-color: #877E7B;
  color: white;
  padding: 0 1em;
  border-radius: 2rem;
}
.archive-body ul {
  display: grid;
  grid-template-columns: repeat(2, 16rem);
  justify-content: space-between;
  gap: 2rem 0;
}
@media screen and (min-width: 768px) {
  .archive-body ul {
    grid-template-columns: repeat(3, 36rem);
    gap: 6rem 0;
  }
}
.archive-body ul li {
  list-style: none;
  margin: 0;
}
.archive-body ul li a {
  display: block;
  color: #000;
}
.archive-body ul li a:hover {
  color: #E5E0DC;
}
.archive-body ul li a .thumbnail {
  display: block;
  aspect-ratio: 2/1;
  background-color: #877E7B;
}
.archive-body ul li a .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-body ul li a .title {
  display: block;
  margin-top: 0.5em;
  line-height: 1.4;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .archive-body ul li a .title {
    font-size: 1.6rem;
  }
}

.post {
  overflow: hidden;
  padding-bottom: 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .post {
    padding-bottom: 0;
    font-size: 1.8rem;
  }
}
.post-meta-area {
  display: flex;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .post-meta-area {
    margin-bottom: 2rem;
  }
}
.post-date {
  margin-right: 2rem;
}
.post-categories {
  background-color: #E60012;
}
.post-categories a {
  color: white;
  padding: 0 1em;
}
.post-thumbnail {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .post-thumbnail {
    margin-bottom: 4rem;
  }
}
.post-thumbnail img {
  margin: 0 auto;
}
.post-title {
  width: fit-content;
  margin: 2rem auto;
  padding: 0;
  background: none;
  color: #000;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .post-title {
    margin: 4rem auto;
  }
}
.post p:empty {
  display: none;
}

:where(.post) a:hover {
  text-decoration: underline;
}
:where(.post) h2 {
  position: relative;
  margin: 6rem 0 3rem;
  padding: 0.8rem 0;
  background-color: transparent;
  color: #E60012;
  border-bottom: 2px solid #E60012;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  :where(.post) h2 {
    margin-top: 8rem;
    padding: 1rem 0;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}
:where(.post) h3 {
  margin: 3rem 0 2rem;
  padding: 0 0 0.6rem 1rem;
  border-left: 0.7rem solid #877E7B;
  font-size: 1.8rem;
  line-height: 1.35;
  color: #000;
}
@media screen and (min-width: 768px) {
  :where(.post) h3 {
    margin: 5.5rem 0 2rem;
    padding: 0.3rem 0 1rem 2.3rem;
    font-size: 2.4rem;
  }
}
:where(.post) h4 {
  margin: 1.5em 0 1em;
  border-left: 4px solid #E5E0DC;
  padding: 0 0.4em;
  line-height: 1.35;
  font-size: 1.9rem;
}
@media screen and (min-width: 768px) {
  :where(.post) h4 {
    font-size: 2.2rem;
  }
}
:where(.post) h5 {
  margin: 1.5em 0 1em;
  border-bottom: 1px solid #877E7B;
  padding-bottom: 0.3em;
  line-height: 1.35;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  :where(.post) h5 {
    font-size: 2rem;
  }
}
:where(.post) p {
  margin: 1em 0;
  letter-spacing: 0.05em;
  line-height: 2;
}
:where(.post) li {
  margin-bottom: 0.5em;
  margin-left: 2em;
}
:where(.post) ul:not(table ul):not(#toc_container ul):not(.review ul):not(.breadcrumbs ul):not(.detail ul) li {
  color: #000;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  :where(.post) ul:not(table ul):not(#toc_container ul):not(.review ul):not(.breadcrumbs ul):not(.detail ul) li {
    font-size: 2.5rem;
    letter-spacing: 0.15em;
  }
}
:where(.post) ul:not(table ul):not(#toc_container ul):not(.review ul):not(.breadcrumbs ul):not(.detail ul) li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 3rem;
  height: auto;
  aspect-ratio: 1/1;
  margin-right: 1rem;
  background: url(images/kss-rect-check.webp) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  :where(.post) ul:not(table ul):not(#toc_container ul):not(.review ul):not(.breadcrumbs ul):not(.detail ul) li:before {
    width: 3.5rem;
    margin-right: 2rem;
  }
}
:where(.post) {
  /* リストの黒丸を消す指定も同様に除外 */
}
:where(.post) ul:not(table ul):not(#toc_container ul):not(.review ul):not(.breadcrumbs ul) {
  list-style: none;
  padding: 0;
}
:where(.post) table {
  width: 100%;
  margin: 2rem auto;
  border-collapse: separate;
  border-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  :where(.post) table {
    margin: 3rem auto;
  }
}
:where(.post) th {
  padding: 1rem 0.5rem;
  background-color: #877E7B;
  color: white;
}
@media screen and (min-width: 768px) {
  :where(.post) th {
    padding: 2rem 0.5rem;
  }
}
:where(.post) td {
  min-width: 9rem;
  padding: 1rem;
  background-color: #E5E0DC;
}
@media screen and (min-width: 768px) {
  :where(.post) td {
    padding: 2rem 3rem;
  }
}
:where(.post) .gmap {
  margin: 2.5em 0;
}
:where(.post) .gmap iframe {
  aspect-ratio: 1/1;
}
@media screen and (min-width: 480px) {
  :where(.post) .gmap iframe {
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 768px) {
  :where(.post) .gmap iframe {
    aspect-ratio: 2/1;
  }
}

:where(.detail) h2 {
  position: relative;
  margin: 6rem 0 3rem;
  padding: 0.8rem 2rem;
  background-color: #877E7B;
  color: white;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.45;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  :where(.detail) h2 {
    margin-top: 8rem;
    padding: 1rem 4rem;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}

:where(.detail) h3 {
  margin: 3rem 0 2rem;
  padding: 0 0 0.6rem 1rem;
  border-left: 0.7rem solid #E60012;
  font-size: 1.8rem;
  line-height: 1.35;
  color: #000;
}
@media screen and (min-width: 768px) {
  :where(.detail) h3 {
    margin: 5.5rem 0 2rem;
    padding: 0.3rem 0 1rem 2.3rem;
    font-size: 2.4rem;
  }
}

.detail {
  padding-bottom: 5rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .detail {
    padding-bottom: 10rem;
  }
}
.detail-thumbnail {
  position: relative;
  width: 37.5rem;
  margin: 2rem -2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .detail-thumbnail {
    width: fit-content;
    max-width: 100%;
    margin: 6rem auto 4.5rem;
  }
}
.detail-thumbnail:has(.seiyaku) {
  margin-bottom: 6rem;
}
.detail-thumbnail .seiyaku {
  display: block;
  position: absolute;
  bottom: -5.3rem;
  right: 0;
  width: 10.7rem;
  aspect-ratio: 1/1;
  background: url(images/kss-seiyaku-bn.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .detail-thumbnail .seiyaku {
    bottom: -6.2rem;
    right: -1.3rem;
    width: 21rem;
  }
}
.detail-title {
  border-bottom: 0.4rem dotted #E60012;
  padding: 0 0 0.3rem;
  background: none;
  color: #E60012;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .detail-title {
    width: 100%;
    margin: 4.5rem 0 0;
    padding-bottom: 0.4rem;
    font-size: 3.5rem;
    letter-spacing: 0.35em;
  }
}
.detail-title:after {
  content: none;
}
.detail .review {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .detail .review {
    margin-top: 4.2rem;
  }
}
.detail .review-title span {
  background-color: white;
}
.detail-subtitle {
  margin: 4rem 0 2.5rem;
  border: none;
  padding: 1rem 2rem;
  background-color: #877E7B;
  color: white;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .detail-subtitle {
    margin-top: 8rem;
    padding: 1rem 4rem;
    font-size: 2.4rem;
    letter-spacing: 0.15em;
  }
}
.detail-subtitle.info {
  padding-left: 5rem;
  background: #231815 url(images/icon-i.svg) 1.1rem 50%/3rem no-repeat;
}
@media screen and (min-width: 768px) {
  .detail-subtitle.info {
    padding-left: 7.3rem;
    background-position: 3.2rem 50%;
  }
}
.detail-lead {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .detail-lead {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.detail-tag {
  display: grid;
  grid-template-columns: repeat(auto-fill, 6rem);
  grid-auto-rows: 6rem;
  justify-content: center;
  gap: 0.5rem;
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .detail-tag {
    grid-template-columns: repeat(auto-fill, 10rem);
    grid-auto-rows: 10rem;
    gap: 1rem;
    margin: 4rem 0 6rem;
  }
}
.detail-tag li {
  margin: 0;
}
.detail-tag span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1em;
  color: #E5E0DC;
  font-size: 1rem;
}
.detail-table {
  table-layout: auto;
}
.detail-table th {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  width: 10em;
  background-color: #231815;
}
@media screen and (min-width: 768px) {
  .detail-table th {
    font-size: 2rem;
  }
}
.detail-table td {
  background-color: white;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .detail-table td {
    font-size: 1.8rem;
  }
}
.detail .links {
  margin: 30px auto;
}
.detail-subtable th {
  width: 10em;
}
.detail-subtable td {
  background-color: white;
}
.detail-special {
  cursor: pointer;
  width: 100vw;
  margin: 3rem calc(50% - 50dvw) 0;
}
@media screen and (min-width: 768px) {
  .detail-special {
    width: 100%;
    margin: 3rem 0 19.5rem;
  }
}
.detail-special img {
  margin: 0 auto;
  filter: drop-shadow(0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.16));
  height: auto;
  aspect-ratio: 2/1;
}
@media screen and (min-width: 768px) {
  .detail-special img {
    width: 100%;
  }
}
.detail-special-pop {
  position: fixed;
  z-index: 1000;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.55);
  visibility: visible;
  opacity: 1;
}
.detail-special-pop._hide {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.detail-special-text {
  position: absolute;
  inset: 0;
  width: fit-content;
  height: fit-content;
  max-width: 92%;
  max-height: 92%;
  overflow-y: auto;
  margin: auto;
  padding: 2rem;
  background-color: white;
  font-size: 1.4rem;
  line-height: 2;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
._hide .detail-special-text {
  transform: scale(0.8);
}
@media screen and (min-width: 768px) {
  .detail-special-text {
    padding: 5rem 5rem 2rem;
    font-size: 1.6rem;
  }
}
.detail-special-text::after {
  content: "";
  display: block;
  width: 3.6rem;
  aspect-ratio: 1/1;
  margin: 2rem auto 0;
  background-color: #E5E0DC;
  mask: url(images/circle-xmark-solid.svg) center/contain no-repeat;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .detail-special-text::after {
    margin-top: 4rem;
  }
}
.detail-point-title {
  margin: 1.5rem 0 1rem;
  border: none;
  padding: 0 0 0 4rem;
  background: url(images/kss-rect-check.webp) left center/3rem no-repeat;
  color: black;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .detail-point-title {
    margin: 4rem 1rem 1rem;
    padding-left: 6rem;
    background-size: 3.8rem;
    font-size: 2.8rem;
    letter-spacing: 0.15em;
  }
}
.detail-point-title span {
  background: linear-gradient(transparent 60%, rgba(135, 126, 123, 0.2) 60%);
}
.detail-point-content {
  margin: 0 1.5rem;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .detail-point-content {
    margin: 0 1rem;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.detail-area {
  width: 37.5rem;
  margin-left: -2rem;
}
@media screen and (min-width: 768px) {
  .detail-area {
    width: 100%;
    margin: 4rem 0 0;
  }
}
.detail-area-item {
  margin: 0 2rem;
}
@media screen and (min-width: 768px) {
  .detail-area-item.slick-slide {
    display: grid;
  }
  .detail-area-item {
    grid-template-columns: 1fr 32rem;
    grid-template-rows: auto 1fr;
    gap: 2.5rem 3rem;
    margin: 0 5rem;
  }
}
.detail-area-item img {
  width: 32rem;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin: 0 auto 4rem;
}
@media screen and (min-width: 768px) {
  .detail-area-item img {
    grid-column: 2/3;
    grid-row: 1/3;
    width: 38rem;
    margin-bottom: 0;
  }
}
.detail-area-item h3 {
  width: fit-content;
  margin: 0 0 1rem;
  padding: 0.5rem 2rem;
  background-color: #E60012;
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  border-left: none;
}
@media screen and (min-width: 768px) {
  .detail-area-item h3 {
    margin: 1rem 0 0;
    padding: 0.6rem 3rem;
    font-size: 2rem;
  }
}
.detail-area-item p {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .detail-area-item p {
    font-size: 1.8rem;
  }
}
.detail-area .slick-dots {
  margin-top: 2rem;
}
.detail-area .slick-dots li {
  margin: 0 0.7rem;
}
.detail-area .slick-dots button {
  width: 1.1rem;
  height: 1.1rem;
  border: 1px solid #b7b7b7;
  border-radius: 1rem;
  text-indent: 2rem;
  white-space: nowrap;
}
.detail-area .slick-dots .slick-active button {
  border-color: #E5E0DC;
  background-color: #E5E0DC;
}
.detail .faq-outer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #E5E0DC;
  padding: 60px 0;
  position: relative;
  box-sizing: border-box;
  border-radius: 0;
}
.detail .faq-inner {
  max-width: 120rem;
  margin: 0 2rem;
  background-color: white;
  padding: 4rem 1rem;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .detail .faq-inner {
    min-width: 120rem;
    margin: 0 auto;
    padding: 8rem 15rem;
  }
}
@media screen and (min-width: 768px) {
  .detail .faq-title {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .detail .detail-thumbnail {
    width: 120rem;
    margin-left: calc(50% - 60rem);
    max-width: 120rem;
  }
}
@media screen and (min-width: 768px) {
  .detail .detail-thumbnail img {
    width: 100%;
  }
}
.detail .detail-subtitle {
  background-color: #877E7B;
}
.detail .detail-point-title {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .detail .detail-point-title {
    font-size: 2.5rem;
    letter-spacing: 0.15em;
  }
}
.detail .detail-point-content {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .detail .detail-point-content {
    font-size: 1.8rem;
    letter-spacing: 0.15em;
  }
}
.detail table th {
  min-width: 10rem;
  background-color: #877E7B;
}
@media screen and (min-width: 768px) {
  .detail table th {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
.detail table td {
  background-color: #E5E0DC;
}
@media screen and (min-width: 768px) {
  .detail table td {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}

:where(.ranking-body) h2 {
  position: relative;
  margin: 6rem 0 3rem;
  padding: 0.8rem 2rem;
  background-color: #877E7B;
  color: white;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.45;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  :where(.ranking-body) h2 {
    margin-top: 8rem;
    padding: 1rem 4rem;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}

:where(.ranking-body) h3 {
  margin: 3rem 0 2rem;
  padding: 0 0 0.6rem 1rem;
  border-left: 0.7rem solid #E60012;
  font-size: 1.8rem;
  line-height: 1.35;
  color: #000;
}
@media screen and (min-width: 768px) {
  :where(.ranking-body) h3 {
    margin: 5.5rem 0 2rem;
    padding: 0.3rem 0 1rem 2.3rem;
    font-size: 2.4rem;
  }
}

:where(.ranking-body) td {
  background-color: white;
}

.ranking-header {
  background-color: #E5E0DC;
}
.ranking-header img {
  margin: 0 auto;
}
.ranking-header + .breadcrumbs {
  margin: -9rem auto 1.5rem;
}
@media screen and (min-width: 768px) {
  .ranking-header + .breadcrumbs {
    margin: 5rem auto -8rem;
  }
}
.ranking-body {
  background-color: #E5E0DC;
}
.ranking-image {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .ranking-image {
    margin: 0;
    padding-top: 5rem;
  }
}
.ranking-image-inner {
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom, transparent 50px, #A7A2A1 50px);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .ranking-image-inner {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 49.5rem;
    justify-content: center;
    background-color: #A7A2A1;
    max-width: 152rem;
    padding: 3.5rem 16rem;
    gap: 2rem;
    margin-top: 8rem;
  }
}
.ranking-image-inner::after {
  position: absolute;
  content: "";
  display: block;
  width: 30.8rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url(images/kss-ranking-key-bg.webp) center/cover no-repeat;
  top: 13.5rem;
  right: -12.3rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .ranking-image-inner::after {
    display: none;
  }
}
.ranking-image-inner .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem 0.4rem;
  padding: 2rem 0 3.9rem;
  color: white;
}
@media screen and (min-width: 768px) {
  .ranking-image-inner .text {
    position: relative;
    grid-column: 1/2;
    grid-row: 1/1;
    gap: 0.5rem 1.3rem;
    padding: 0;
    background-position: 0 50%;
    background-size: 73.9rem;
  }
  .ranking-image-inner .text::after {
    position: absolute;
    content: "";
    display: block;
    width: 32.2rem;
    height: auto;
    aspect-ratio: 1/1;
    background: url(images/kss-ranking-key-bg.webp) center/cover no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.5;
  }
}
.ranking-image-inner .text .text01 {
  width: 100%;
  padding-bottom: 0.4rem;
  background: linear-gradient(90deg, transparent 0%, white 20%, white 80%, transparent 100%) bottom/100% 0.2rem no-repeat;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  white-space: nowrap;
  line-height: 1.44;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .ranking-image-inner .text .text01 {
    align-self: flex-end;
    padding-bottom: 1rem;
    font-size: 4rem;
    letter-spacing: 0.25em;
  }
}
.ranking-image-inner .text .text01::before {
  content: "";
  display: inline-block;
  background: url(images/kss-ranking-gg-img.webp) center/cover no-repeat;
  width: 2.7rem;
  height: auto;
  aspect-ratio: 68/70;
  margin-right: 0.5rem;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .ranking-image-inner .text .text01::before {
    width: 6.38rem;
    margin-right: 2rem;
  }
}
.ranking-image-inner .text .text02 {
  font-size: 6rem;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .ranking-image-inner .text .text02 {
    font-size: 8rem;
    letter-spacing: 0.15em;
  }
}
.ranking-image-inner .text .text02 span {
  display: block;
  transform-origin: right;
}
.ranking-image-inner .text .text03 {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  line-height: 1.11;
}
@media screen and (min-width: 768px) {
  .ranking-image-inner .text .text03 {
    font-size: 2.8rem;
    letter-spacing: 0.25em;
  }
}
.ranking-image-inner .image {
  width: 33.5rem;
  height: 26.4rem;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .ranking-image-inner .image {
    grid-column: 2/3;
    grid-row: 1/1;
    width: 49.5rem;
    height: 32.1rem;
  }
}
.ranking-image-inner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fixed-request {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0.5rem;
  width: 11.5rem;
  padding-right: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}
.fixed-request.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .fixed-request {
    bottom: 2rem;
    width: 20rem;
    padding-right: 2rem;
  }
}
main:has(#foot) ~ .fixed-request {
  bottom: 12rem;
}
@media screen and (min-width: 768px) {
  main:has(#foot) ~ .fixed-request {
    bottom: 15rem;
  }
}

.request {
  max-width: 1920px;
  margin: 0 auto;
  background: #FFF8C0;
  color: #000;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
}
.request-cont {
  width: 34.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .request-cont {
    width: 120rem;
  }
}
.request-button {
  position: fixed;
  z-index: 10;
  inset: auto 0 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .request-button {
    bottom: 2.5rem;
  }
}
.request-button.show {
  opacity: 1;
  visibility: visible;
}
.request-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 9rem;
  margin: auto;
  border-radius: 5.1rem;
  background-image: url(images/request/button-angle-circle.svg), linear-gradient(#E60012, #AB2933);
  background-position: right 2.9rem center, 0 0;
  background-size: 3rem, auto;
  background-repeat: no-repeat;
  text-align: center;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.23);
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .request-button a {
    width: 120rem;
    max-width: 1200px;
    height: 10.5rem;
    background-position: right 4.1rem center, 0 0;
    background-size: 4.4rem, auto;
  }
}
.request-button a:hover {
  background-position: right 3.3rem center, 0 0;
}
.request-button a > span {
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: white;
}
@media screen and (min-width: 768px) {
  .request-button a > span {
    font-size: 4rem;
    letter-spacing: 0.15em;
  }
}
.request-button a > span .kana {
  font-size: 83.3%;
}
@media screen and (min-width: 768px) {
  .request-button a > span .kana {
    font-size: 87.5%;
  }
}
.request-wrap-1 {
  overflow: hidden;
  padding-top: 8rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .request-wrap-1 {
    padding-top: 8.8rem;
  }
}
.request-recommend-title {
  width: 37.5rem;
  margin: 4rem -1.5rem 0;
}
@media screen and (min-width: 768px) {
  .request-recommend-title {
    width: 100%;
    margin: 10erm auto 0;
  }
}
.request-recommend-title:after {
  content: "";
  display: block;
  width: 36.8rem;
  height: 0.4rem;
  margin: 0.4rem auto 0;
  background-color: #E60012;
  mask: url(images/request/kss-title-line-sp.svg) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .request-recommend-title:after {
    width: 118.7rem;
    margin-top: 1.1rem;
    mask-image: url(images/request/title-line-pc.svg);
  }
}
.request-recommend-title h2 {
  position: relative;
  z-index: 1;
  font-size: 2.8rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .request-recommend-title h2 {
    margin-right: 0.58rem;
    font-size: 5.7rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}
.request-recommend-title h2 span {
  display: inline-block;
  position: relative;
}
.request-recommend-title h2 span::before {
  content: "";
  display: block;
  position: absolute;
  inset: -0.02em 0 auto;
  height: 0.3em;
  background: radial-gradient(circle at center, #FBAE14 0.14em, transparent 0.16em) left top/1em 0.3em repeat-x;
}
@media screen and (min-width: 768px) {
  .request-recommend-title h2 span::before {
    top: -0.15em;
    height: 0.26em;
    background: radial-gradient(circle at center, #FBAE14 0.12em, transparent 0.13em) left top/1em 0.26em repeat-x;
  }
}
.request-recommend-title h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  width: 5.9rem;
  aspect-ratio: 128/131;
  background: url(images/request/recommend-google.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .request-recommend-title h2::before {
    left: 0.5rem;
    bottom: 2rem;
    width: 12.4rem;
  }
}
.request-recommend-title h2::after {
  content: "";
  display: block;
  position: absolute;
  right: 0.8rem;
  bottom: 0;
  width: 8.9rem;
  aspect-ratio: 178/210;
  background: url(images/request/recommend-review-sp.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .request-recommend-title h2::after {
    background-image: url(images/request/recommend-review-pc.png);
    right: -4.5rem;
    width: 27rem;
    aspect-ratio: 323/252;
  }
}
@media screen and (min-width: 1025px) {
  .request-recommend-title h2::after {
    right: -9.5rem;
    width: 32.3rem;
  }
}
.request-recommend-text {
  margin-top: 1.47rem;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .request-recommend-text {
    margin-top: 1.65rem;
    font-size: 2.3rem;
  }
}
.request-appeal-title {
  position: relative;
  margin-top: 10rem;
  font-size: 1.9rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .request-appeal-title {
    width: fit-content;
    margin: 14rem auto 0;
    padding: 0 5rem;
    font-size: 4.5rem;
    letter-spacing: 0.12em;
  }
}
.request-appeal-title span {
  font-size: 147%;
  color: #E60012;
}
@media screen and (min-width: 768px) {
  .request-appeal-title span {
    font-size: 100%;
  }
}
.request-appeal-title::before, .request-appeal-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 2.6rem;
  aspect-ratio: 52/86;
  background-color: #E60012;
  mask-size: contain;
  mask-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .request-appeal-title::before, .request-appeal-title::after {
    bottom: 0.5rem;
    width: 6.3rem;
    aspect-ratio: 63/66;
  }
}
.request-appeal-title::before {
  left: -0.7rem;
  mask-image: url(images/request/appeal-left-sp.svg);
}
@media screen and (min-width: 768px) {
  .request-appeal-title::before {
    mask-image: url(images/request/appeal-left-pc.svg);
  }
}
.request-appeal-title::after {
  right: -0.7rem;
  mask-image: url(images/request/appeal-right-sp.svg);
}
@media screen and (min-width: 768px) {
  .request-appeal-title::after {
    mask-image: url(images/request/appeal-right-pc.svg);
  }
}
.request-appeal-list {
  display: grid;
  grid-template-columns: repeat(2, 16.9rem);
  grid-auto-rows: 16.9rem;
  justify-content: space-between;
  gap: 1em 0;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .request-appeal-list {
    grid-template-columns: repeat(2, 58rem);
    grid-auto-rows: 38.8rem;
    gap: 3.3rem 0;
    margin-top: 5.9rem;
  }
}
.request-appeal-item {
  border-radius: 2rem;
  background-color: #EBEBEB;
}
.request-appeal-item p {
  color: #E60012;
  font-weight: bold;
  line-height: 1.375;
  white-space: nowrap;
  text-align: center;
}
.request-appeal-item-1 img {
  width: 10.8rem;
  margin: 1.6rem auto 0.5rem;
}
@media screen and (min-width: 768px) {
  .request-appeal-item-1 img {
    width: 25.3rem;
    margin: 2.1rem auto 1.7rem;
  }
}
.request-appeal-item-1 p {
  font-size: 1.45rem;
  letter-spacing: -0.035em;
}
@media screen and (min-width: 768px) {
  .request-appeal-item-1 p {
    font-size: 4.5rem;
  }
}
.request-appeal-item-1 p span {
  font-size: 240%;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .request-appeal-item-1 p span {
    font-size: 189%;
  }
}
.request-appeal-item-2 img {
  width: 12.6em;
  margin: 2.3rem auto 1.2rem;
}
@media screen and (min-width: 768px) {
  .request-appeal-item-2 img {
    width: 30.7rem;
    margin: 4.2rem auto 1.6rem;
  }
}
.request-appeal-item-2 p {
  font-size: 1.6rem;
  letter-spacing: -0.025em;
}
@media screen and (min-width: 768px) {
  .request-appeal-item-2 p {
    font-size: 5rem;
  }
}
.request-appeal-item-3 img {
  width: 9.9rem;
  margin: 2.5rem auto 1.5rem;
}
@media screen and (min-width: 768px) {
  .request-appeal-item-3 img {
    width: 27.3rem;
    margin: 3.7rem auto 3.2rem;
  }
}
.request-appeal-item-3 p {
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .request-appeal-item-3 p {
    font-size: 5rem;
    letter-spacing: 0.2em;
  }
}
.request-appeal-item-4 img {
  width: 14.9rem;
  margin: 2.7rem auto 1rem;
}
@media screen and (min-width: 768px) {
  .request-appeal-item-4 img {
    width: 41.7rem;
    margin: 6.2rem auto 3.2rem;
  }
}
.request-appeal-item-4 p {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .request-appeal-item-4 p {
    font-size: 5rem;
  }
}
.request-point {
  overflow: hidden;
  padding: 6.6rem 0 11.4rem;
  background: #E5E0DC url(images/request/point-top.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  .request-point {
    padding: 9.7rem 0 20.3rem;
    background-position: 0 max(-22vw, -49rem);
  }
}
.request-point-cont {
  width: 125rem;
  margin: 0 auto;
}
.request-point-item {
  position: relative;
}
.request-point-item img {
  position: absolute;
  z-index: 2;
}
.request-point-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7.5rem;
  left: 1rem;
  width: 16rem;
  height: 0.3rem;
  background: url(images/request/point-line.png) 0 0/contain;
  transform: rotate(115deg);
}
@media screen and (min-width: 768px) {
  .request-point-item:after {
    left: 11.5rem;
    bottom: -18.5rem;
    width: 56rem;
    height: 0.5rem;
    transform: rotate(140deg);
  }
}
.request-point-item .txt {
  position: relative;
  z-index: 1;
  width: 33.5rem;
  height: 23rem;
  border-radius: 2rem;
  padding: 2.1rem 2.5rem 0;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .request-point-item .txt {
    width: 80rem;
    height: 55rem;
    padding: 6.2rem 8.8rem 0 3.5rem;
  }
}
.request-point-item .txt:before {
  content: "";
  display: block;
  position: absolute;
  top: -3.15rem;
  left: 20rem;
  width: 12rem;
  height: 4.2rem;
  background-color: #E60012;
  mask-position: left center;
  mask-size: contain;
  mask-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .request-point-item .txt:before {
    width: 28rem;
    height: 10rem;
    top: -7.4rem;
    left: 43.3rem;
  }
}
.request-point-item .txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 1.5rem;
  width: 2px;
  height: 12.6rem;
  background-color: #E60012;
}
@media screen and (min-width: 768px) {
  .request-point-item .txt::after {
    left: 3.5rem;
    width: 0.6rem;
    height: 32.5rem;
  }
}
.request-point-item .txt h3 {
  margin-left: 0.6rem;
  font-size: 2rem;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .request-point-item .txt h3 {
    margin-left: 5rem;
    font-size: 4.8rem;
  }
}
.request-point-item .txt p {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .request-point-item .txt p {
    font-size: 3rem;
  }
}
.request-point-item:first-child, .request-point-item:nth-child(3) {
  background: radial-gradient(circle at 10.9rem 13rem, #C2B7B3 13rem, transparent 13rem);
}
@media screen and (min-width: 768px) {
  .request-point-item:first-child, .request-point-item:nth-child(3) {
    background: radial-gradient(circle at 30rem 30rem, #C2B7B3 30rem, transparent 30rem);
  }
}
.request-point-item:first-child .txt, .request-point-item:nth-child(3) .txt {
  margin-left: 4rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:first-child .txt, .request-point-item:nth-child(3) .txt {
    margin-left: 45rem;
  }
}
.request-point-item:nth-child(2), .request-point-item:nth-child(4) {
  padding-top: 16.2rem;
  background: radial-gradient(circle at 29.5rem 13rem, #C2B7B3 13rem, transparent 13rem);
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(2), .request-point-item:nth-child(4) {
    padding-top: 20.2rem;
    background: radial-gradient(circle at 95rem 30rem, #C2B7B3 30rem, transparent 30rem);
  }
}
.request-point-item:nth-child(2) .txt:before, .request-point-item:nth-child(4) .txt:before {
  left: 2.3rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(2) .txt:before, .request-point-item:nth-child(4) .txt:before {
    left: 43.3rem;
  }
}
.request-point-item:first-child {
  padding-top: 19.6rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:first-child {
    padding-top: 29.4rem;
  }
}
.request-point-item:first-child img {
  top: 6rem;
  left: 1.5rem;
  width: 18rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:first-child img {
    top: 16.5rem;
    left: 8.5rem;
    width: 39rem;
  }
}
.request-point-item:first-child .txt:before {
  mask-image: url(images/request/point-01.svg);
}
.request-point-item:first-child .txt h3 span {
  display: block;
  margin-top: -0.1rem;
  font-size: 6.2rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:first-child .txt h3 span {
    font-size: 15rem;
  }
}
.request-point-item:first-child .txt p {
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:first-child .txt p {
    margin-top: 1.6rem;
  }
}
.request-point-item:nth-child(2) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(2) {
    margin-top: 16.8rem;
  }
}
.request-point-item:nth-child(2) img {
  top: 4.8rem;
  left: 18.6rem;
  width: 18.7rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(2) img {
    top: 16rem;
    left: 76rem;
    width: 40rem;
  }
}
.request-point-item:nth-child(2)::after {
  left: 20rem;
  transform: rotate(65deg);
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(2)::after {
    left: 37rem;
    transform: rotate(40deg);
  }
}
.request-point-item:nth-child(2) .txt:before {
  mask-image: url(images/request/point-02.svg);
}
.request-point-item:nth-child(2) .txt h3 span:first-of-type {
  display: block;
  margin-top: -0.1rem;
  font-size: 6.2rem;
  float: left;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(2) .txt h3 span:first-of-type {
    font-size: 15rem;
  }
}
.request-point-item:nth-child(2) .txt h3 span:nth-of-type(2) {
  display: inline-block;
  margin-top: 1.8rem;
  margin-left: 0.4rem;
}
.request-point-item:nth-child(2) .txt h3 + p {
  clear: both;
}
.request-point-item:nth-child(2) .txt p {
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(2) .txt p {
    margin-top: 8.4rem;
  }
}
.request-point-item:nth-child(3) {
  margin-top: 2.4rem;
  padding-top: 17rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(3) {
    margin-top: 10.4rem;
    padding-top: 29.4rem;
  }
}
.request-point-item:nth-child(3) img {
  top: 4.2em;
  left: 2.7em;
  width: 16.2em;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(3) img {
    top: 15rem;
    left: 10.5rem;
    width: 37rem;
  }
}
.request-point-item:nth-child(3) .txt:before {
  mask-image: url(images/request/point-03.svg);
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(3) .txt h3 {
    font-size: 5rem;
  }
}
.request-point-item:nth-child(3) .txt h3 > span:first-child {
  display: block;
  margin-bottom: 1rem;
  font-size: 5.7rem;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(3) .txt h3 > span:first-child {
    margin-bottom: 1.8rem;
    font-size: 12rem;
  }
}
.request-point-item:nth-child(3) .txt h3 > span:nth-child(2) {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(3) .txt h3 > span:nth-child(2) {
    font-size: 3.2rem;
  }
}
.request-point-item:nth-child(3) .txt h3 > span:nth-child(2) > span {
  font-size: 0.7rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(3) .txt h3 > span:nth-child(2) > span {
    font-size: 1.2rem;
  }
}
.request-point-item:nth-child(3) .txt p {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(3) .txt p {
    margin-top: 7.8rem;
  }
}
.request-point-item:nth-child(4) {
  margin-top: 1.9rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(4) {
    margin-top: 17.5rem;
  }
}
.request-point-item:nth-child(4) img {
  top: 3.1rem;
  left: 18.7rem;
  width: 18.7rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(4) img {
    top: 9.6rem;
    left: 76rem;
    width: 38rem;
  }
}
.request-point-item:nth-child(4):after {
  content: none;
}
.request-point-item:nth-child(4) .txt:before {
  mask-image: url(images/request/point-04.svg);
}
.request-point-item:nth-child(4) .txt h3 > span {
  display: block;
  margin-top: 0.2rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(4) .txt h3 > span {
    font-size: 7rem;
  }
}
.request-point-item:nth-child(4) .txt h3 > span > span {
  font-size: 4.5rem;
  vertical-align: -0.15em;
  margin: 0 0.1rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(4) .txt h3 > span > span {
    font-size: 10rem;
    vertical-align: -0.1em;
  }
}
.request-point-item:nth-child(4) .txt p {
  margin-top: 1.3rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(4) .txt p {
    margin-top: 6.6rem;
  }
}
.request-wrap-2 {
  overflow: hidden;
  position: relative;
  background: repeating-linear-gradient(282deg, white 0 16px, #E5E0DC 16px 23px);
  padding-top: 14.9em;
}
@media screen and (min-width: 768px) {
  .request-wrap-2 {
    padding-top: 18em;
  }
}
.request-wrap-2:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  aspect-ratio: 960/73;
  background-color: #E5E0DC;
  mask: url(images/request/wrap-top.png) 0 0/100% no-repeat;
}
.request-genre-title:after {
  content: "";
  display: block;
  width: 36.8rem;
  height: 0.4rem;
  margin: 1rem auto 0;
  background-color: #E60012;
  mask: url(images/request/title-line-sp.svg) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .request-genre-title:after {
    width: 118.7rem;
    margin-top: 1.1rem;
    mask-image: url(images/request/title-line-pc.svg);
  }
}
.request-genre-title h2 {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.46;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .request-genre-title h2 {
    width: fit-content;
    margin: 0 auto;
    padding: 0 5rem;
    font-size: 5rem;
    letter-spacing: 0.15em;
  }
}
.request-genre-title h2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 5.9rem;
  left: 0;
  width: 4.8rem;
  aspect-ratio: 96/84;
  background-color: #E60012;
  mask: url(images/request/genre-title-1.png) 0 0/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .request-genre-title h2::before {
    bottom: 3rem;
    left: -1rem;
    width: 6rem;
    transform: rotate(340deg);
  }
}
.request-genre-title h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0.2rem;
  width: 5rem;
  aspect-ratio: 100/136;
  background-color: #E60012;
  mask: url(images/request/genre-title-2.png) 0 0/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .request-genre-title h2::after {
    right: -0.5rem;
    width: 5rem;
  }
}
.request-genre-inner {
  margin-top: 2rem;
  border-radius: 5rem;
  padding: 5.4rem 1rem;
  background-color: white;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .request-genre-inner {
    margin-top: 4rem;
    padding: 7.5rem 4.5rem;
  }
}
.request-genre-list {
  display: grid;
  grid-template-columns: repeat(2, 14.3rem);
  justify-content: center;
  gap: 2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .request-genre-list {
    grid-template-columns: repeat(4, 24rem);
    gap: 6rem 4.5rem;
  }
}
.request-genre-list span {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.6rem;
  letter-spacing: 0.025rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .request-genre-list span {
    font-size: 2.6rem;
    margin-top: 1.5rem;
  }
}
.request-genre-item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border: 3px solid #E60012;
  border-radius: 50%;
  overflow: hidden;
}
.request-genre-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 3rem;
  font-size: 1.7rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .request-genre-text {
    margin-top: 6rem;
    font-size: 3rem;
  }
}
.request-genre-text:before {
  content: "";
  width: 3.5rem;
  aspect-ratio: 1/1;
  background-color: #E60012;
  mask: url(images/request/genre-plus.svg) center/contain no-repeat;
}
.request-step {
  position: relative;
  margin: 16.3rem auto 14.7rem;
  border-top: 0.4rem solid #E60012;
  border-bottom: 4px solid #E60012;
  padding: 7rem 1.5rem;
  background-color: #E5E0DC;
}
@media screen and (min-width: 768px) {
  .request-step {
    width: calc(100% - 10rem);
    max-width: 1300px;
    margin: 19rem auto 31.5rem;
    border: 0.4rem solid #E60012;
    padding: 12rem 5rem 15rem;
  }
}
.request-step-title {
  font-size: 3.2rem;
  line-height: 1.44;
  color: #E60012;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .request-step-title {
    width: fit-content;
    margin: 0 auto;
    font-size: 5rem;
  }
}
.request-step-title::after {
  content: "";
  display: block;
  margin-top: 1.5rem;
  margin-left: -7.5em;
  border-bottom: 0.4rem solid #E60012;
}
@media screen and (min-width: 768px) {
  .request-step-title::after {
    margin-top: 1rem;
    margin-left: 0;
  }
}
.request-step-list {
  display: grid;
  gap: 5.8rem;
  margin-top: 4.3rem;
}
@media screen and (min-width: 768px) {
  .request-step-list {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-columns: auto;
    gap: 7.5rem;
    margin-top: 12.2rem;
  }
}
.request-step-item {
  position: relative;
  padding-bottom: 3rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .request-step-item {
    padding-bottom: 0;
    background: none;
  }
}
.request-step-item-num {
  position: absolute;
  top: 7.3rem;
  left: -1.2rem;
  width: 8.6rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #E60012;
}
@media screen and (min-width: 768px) {
  .request-step-item-num {
    inset: -3.2rem 0 auto;
    width: 9.3rem;
    margin: auto;
  }
}
.request-step-item-num img {
  width: 100%;
  height: 4.8rem;
  margin-top: 1.9rem;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .request-step-item-num img {
    height: 5.5rem;
  }
}
.request-step-item:first-child:after, .request-step-item:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  inset: auto 0 -5.8rem;
  margin: auto;
  width: 5.4rem;
  aspect-ratio: 1/1;
  background-color: #E60012;
  mask: url(images/request/step-angle.svg) center/contain no-repeat;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .request-step-item:first-child:after, .request-step-item:nth-child(2):after {
    inset: 20rem -7rem auto auto;
    transform: rotate(0);
  }
}
.request-step-item-title {
  overflow: hidden;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .request-step-item-title {
    height: 45rem;
  }
}
:where(.item1) .request-step-item-title img {
  margin: 2.9rem auto 0.8rem 10.1rem;
  width: 18rem;
}
@media screen and (min-width: 768px) {
  :where(.item1) .request-step-item-title img {
    margin: 10.5rem auto 2.4rem;
    width: 18.4rem;
  }
}
:where(.item2) .request-step-item-title img {
  margin: 2.9rem auto 0.3rem 10.4rem;
  width: 14.9rem;
}
@media screen and (min-width: 768px) {
  :where(.item2) .request-step-item-title img {
    margin: 8.2rem auto 1.1rem;
    width: 18.4rem;
  }
}
:where(.item3) .request-step-item-title img {
  margin: 4.1rem auto 2.3rem;
  width: 16.6rem;
}
@media screen and (min-width: 768px) {
  :where(.item3) .request-step-item-title img {
    margin: 10.2rem auto 7.2rem;
    width: 19.5rem;
  }
}
.request-step-item-title h3 {
  font-size: 3rem;
  line-height: 1.44;
  color: #E60012;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .request-step-item-title h3 {
    font-size: 4rem;
  }
}
:where(.item1) .request-step-item-title h3 {
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  :where(.item1) .request-step-item-title h3 {
    letter-spacing: 0;
  }
}
:where(.item1) .request-step-item-title h3 span {
  margin-left: 0.2em;
  letter-spacing: 0;
  font-size: 66.7%;
}
@media screen and (min-width: 768px) {
  :where(.item1) .request-step-item-title h3 span {
    font-size: 60.5%;
  }
}
:where(.item2) .request-step-item-title h3 span {
  display: block;
  font-size: 50%;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  :where(.item2) .request-step-item-title h3 span {
    margin-left: 1.7em;
    font-size: 57.5%;
    letter-spacing: 0;
    text-indent: -1em;
    text-align: left;
  }
}
.request-step-item p {
  margin: 0.5em 0.7em 0;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .request-step-item p {
    font-size: 2.3rem;
    margin: 0.5em 0 0;
  }
}
.request-step-button {
  display: block;
  position: absolute;
  z-index: 1;
  inset: auto 0 -3.7rem;
  margin: auto;
  width: 34.5rem;
  height: 5.8rem;
  border-radius: 5.1rem;
  background-image: url(images/request/button-angle.svg), linear-gradient(#E60012, #AB2933);
  background-position: right 1.4rem center, 0 0;
  background-size: 0.8rem, auto;
  background-repeat: no-repeat;
  line-height: 5.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .request-step-button {
    bottom: -5.1rem;
    width: 75.2rem;
    height: 10.2rem;
    background-position: right 3.7rem center, 0 0;
    background-size: 1.4rem, auto;
    line-height: 10.2rem;
    transition: 0.2s ease-in-out;
  }
  .request-step-button:hover {
    background-position: right 3rem center, 0 0;
  }
}
.request-step-button > span {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: white;
}
@media screen and (min-width: 768px) {
  .request-step-button > span {
    font-size: 4.5rem;
  }
}
.request-footer {
  background-color: #E60012;
  color: white;
}
.request-footer p {
  margin: 1.5rem 0;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.1em;
}/*# sourceMappingURL=style.css.map */