@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
html {
  font-size: 0.0833333333vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

dl dd {
  -webkit-margin-start: 0rem;
  margin-inline-start: 0rem;
}

select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

.rf-guide-page {
  background: #fff;
}

.rf-guide-page__main {
  padding: 30px 0 96px;
}

.rf-guide-page__inner {
  width: min(1208px, 100% - 48px);
  margin: 0 auto;
}

.rf-guide-page__breadcrumbs {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 36px;
  color: #1f1f1f;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
}

.rf-guide-page__breadcrumbs a,
.rf-guide-page__breadcrumbs span {
  color: inherit;
  text-decoration: none;
}

.rf-guide-page__breadcrumbs-separator {
  color: #7d7d7d;
}

.rf-guide-page__hero {
  margin-bottom: 44px;
  text-align: center;
}

.rf-guide-page__title {
  margin: 0;
  color: #111;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.rf-guide-page__shortcut-section {
  margin-bottom: 96px;
}

.rf-guide-page__shortcut-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.rf-guide-page__shortcut-card {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 59px;
  padding: 8px 18px 8px 12px;
  background: #faf7e8;
  border-radius: 2px;
  text-decoration: none;
}

.rf-guide-page__shortcut-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
}

.rf-guide-page__shortcut-icon img {
  display: block;
  width: 43px;
  height: 43px;
}

.rf-guide-page__shortcut-label {
  color: #111;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.rf-guide-page__section {
  margin-bottom: 108px;
  overflow: hidden;
}

.rf-guide-page__section-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 42px;
}

.rf-guide-page__section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 38px;
  text-align: center;
}

.rf-guide-page__section--flow .rf-guide-page__section-header {
  margin-bottom: 0;
}

.rf-guide-page__section--flow .rf-guide-page__section-top {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.rf-guide-page__eyebrow {
  color: #666;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.18em;
}

.rf-guide-page__section-title {
  position: relative;
  margin: 0;
  padding: 0 16px 3px;
  color: #4c4c4c;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.04em;
}

.rf-guide-page__section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 11px;
  background: #fcf4c5;
  transform: translateX(-50%);
  z-index: -1;
}

.rf-guide-page__recommend-panel {
  padding: 35px 27px 31px;
  border-radius: 10px;
  background: #fff9da;
}

.rf-guide-page__recommend-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 19px;
}

.rf-guide-page__recommend-card {
  display: grid;
  grid-template-columns: 182px 1fr;
  min-height: 180px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.rf-guide-page__recommend-image-wrap {
  position: relative;
  min-height: 180px;
  background: #f2ead2;
}

.rf-guide-page__recommend-image-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.rf-guide-page__recommend-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.rf-guide-page__recommend-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 8px;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
}

.rf-guide-page__recommend-body {
  padding: 27px 24px 20px 18px;
}

.rf-guide-page__recommend-body h3 {
  position: relative;
  margin: 0 0 14px;
  padding-bottom: 20px;
  color: #111;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.rf-guide-page__recommend-body h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(304px, 100%);
  height: 3px;
  background: #e7c54a;
}

.rf-guide-page__recommend-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rf-guide-page__recommend-body li {
  position: relative;
  margin-top: 8px;
  padding-left: 12px;
  color: #333;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}

.rf-guide-page__recommend-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #111;
}

.rf-guide-page__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 415px;
  min-height: 81px;
  padding: 0 24px;
  border-radius: 5px;
  background: #e7c54a;
  color: #fff;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.rf-guide-page__cta::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

.rf-guide-page__cta--compact {
  width: 233px;
}

.rf-guide-page__cta--compact::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

.rf-guide-page__cta--compact::after {
  display: none;
}

.rf-guide-page__flow-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px;
}

.rf-guide-page__flow-card {
  position: relative;
}

.rf-guide-page__flow-number {
  position: absolute;
  top: -18px;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background: #ebc53f;
  color: #fff;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  transform: translateX(-50%);
}

.rf-guide-page__flow-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 91px;
  padding: 28px 16px 12px;
  background: #fff6d2;
  color: #111;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.rf-guide-page__flow-title {
  display: block;
  font-size: 18px;
  line-height: normal;
}

.rf-guide-page__flow-subtitle {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: normal;
}

.rf-guide-page__flow-image-wrap {
  height: 316px;
  overflow: hidden;
  background: #f2ead2;
}

.rf-guide-page__flow-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.rf-guide-page__flow-card p {
  margin: 11px 0 0;
  color: #333;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.rf-guide-page__flow-arrow {
  position: absolute;
  top: 118px;
  right: -23px;
  width: 38px;
  height: 30px;
}

.rf-guide-page__flow-arrow::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 6px;
  width: 28px;
  height: 4px;
  border-radius: 999px;
  background: #aba68c;
}

.rf-guide-page__flow-arrow::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 2px;
  width: 20px;
  height: 20px;
  border-top: 4px solid #aba68c;
  border-right: 4px solid #aba68c;
  border-radius: 1px;
  transform: rotate(45deg);
}

.rf-guide-page__merit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.rf-guide-page__merit-card {
  position: relative;
  padding-top: 27px;
}

.rf-guide-page__merit-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 105px;
  height: 27px;
  padding: 0 18px 0 16px;
  background: #e7c54a;
  color: #fff;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  clip-path: polygon(0 0, 82% 0, 100% 100%, 0 100%);
}

.rf-guide-page__merit-image-wrap {
  aspect-ratio: 1/1;
  margin-bottom: 17px;
  overflow: hidden;
  background: #f2ead2;
}

.rf-guide-page__merit-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rf-guide-page__merit-card h3 {
  margin: 0 0 12px;
  color: #111;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}

.rf-guide-page__merit-card p {
  margin: 0;
  color: #333;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
}

.rf-guide-page__footer-cta {
  display: flex;
  justify-content: center;
  margin-top: 62px;
}

.rf-guide-floating-cta {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 233px;
  min-height: 81px;
  padding: 0 24px;
  border-radius: 5px;
  background: #e7c54a;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.rf-guide-page--sell .rf-guide-page__cta::after,
.rf-guide-page--sell .rf-guide-page__cta--compact::before,
.rf-guide-page--sell .rf-guide-page__cta--compact::after {
  display: none;
  content: none;
}

@media screen and (max-width: 1024px) {
  .rf-guide-page__inner {
    width: min(100%, 100% - 32px);
  }
  .rf-guide-page__shortcut-grid,
  .rf-guide-page__recommend-grid,
  .rf-guide-page__merit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rf-guide-page__flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rf-guide-page__flow-arrow {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .rf-guide-page__main {
    padding: 18px 0 56px;
  }
  .rf-guide-page__inner {
    width: calc(100% - 24px);
  }
  .rf-guide-page__breadcrumbs {
    margin-bottom: 24px;
    flex-wrap: wrap;
    row-gap: 4px;
  }
  .rf-guide-page__hero {
    margin-bottom: 28px;
  }
  .rf-guide-page__title {
    font-size: 28px;
    letter-spacing: 0.04em;
  }
  .rf-guide-page__shortcut-section {
    margin-bottom: 56px;
  }
  .rf-guide-page__shortcut-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rf-guide-page__recommend-panel {
    padding: 24px 0;
  }
  .rf-guide-page__recommend-grid,
  .rf-guide-page__merit-grid,
  .rf-guide-page__flow-grid {
    display: block;
    overflow: visible;
    padding: 18px 0 0;
    margin-top: 0;
  }
  .rf-guide-page__carousel-shell {
    position: relative;
    padding: 0 28px;
  }
  .rf-guide-page__carousel.swiper {
    overflow: visible;
  }
  .rf-guide-page__carousel .swiper-slide {
    height: auto;
    overflow: visible;
  }
  .rf-guide-page__carousel-button {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    appearance: none;
    -webkit-appearance: none;
    font-size: 0;
    line-height: 0;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .rf-guide-page__carousel-button::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #676767;
    border-right: 2px solid #676767;
  }
  .rf-guide-page__carousel-button.is-prev {
    left: 4px;
  }
  .rf-guide-page__carousel-button.is-prev::before {
    transform: rotate(-135deg);
    margin-left: 4px;
  }
  .rf-guide-page__carousel-button.is-next {
    right: 4px;
  }
  .rf-guide-page__carousel-button.is-next::before {
    transform: rotate(45deg);
    margin-right: 4px;
  }
  .rf-guide-page__carousel-button.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
  }
  .rf-guide-page__shortcut-card {
    min-height: 56px;
    padding-right: 12px;
  }
  .rf-guide-page__shortcut-label {
    font-size: 15px;
  }
  .rf-guide-page__section {
    margin-bottom: 64px;
  }
  .rf-guide-page__section-top {
    flex-direction: column;
    align-items: center;
    margin-bottom: 28px;
  }
  .rf-guide-page__section-header {
    margin-bottom: 28px;
    gap: 10px;
  }
  .rf-guide-page__section-title {
    font-size: 26px;
    line-height: 1.4;
  }
  .rf-guide-page__recommend-panel {
    padding: 18px 16px;
  }
  .rf-guide-page__recommend-card {
    grid-template-columns: 1fr;
  }
  .rf-guide-page__recommend-image-wrap {
    min-height: 190px;
  }
  .rf-guide-page__recommend-body {
    padding: 18px 16px 20px;
  }
  .rf-guide-page__recommend-body h3 {
    font-size: 20px;
  }
  .rf-guide-page__cta,
  .rf-guide-page__cta--compact {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    font-size: 22px;
  }
  .rf-guide-page__flow-head {
    min-height: 84px;
    font-size: 17px;
  }
  .rf-guide-page__flow-number {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }
  .rf-guide-page__flow-image-wrap {
    height: auto;
    aspect-ratio: 216/342;
  }
  .rf-guide-page--borrow .rf-guide-page__flow-image-wrap,
  .rf-guide-page--lend .rf-guide-page__flow-image-wrap,
  .rf-guide-page--buy .rf-guide-page__flow-image-wrap,
  .rf-guide-page--sell .rf-guide-page__flow-image-wrap {
    aspect-ratio: 1/1;
  }
  .rf-guide-page--borrow .rf-guide-page__flow-image-wrap img,
  .rf-guide-page--lend .rf-guide-page__flow-image-wrap img,
  .rf-guide-page--buy .rf-guide-page__flow-image-wrap img,
  .rf-guide-page--sell .rf-guide-page__flow-image-wrap img {
    object-position: center center;
  }
  .rf-guide-page__merit-card h3 {
    font-size: 18px;
  }
  .rf-guide-page__footer-cta {
    margin-top: 36px;
  }
  .rf-guide-floating-cta {
    right: 12px;
    bottom: 12px;
    width: min(233px, 100vw - 24px);
    min-height: 64px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 1;
  }
}
a {
  transition-duration: 0.3s;
}

a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 1px;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 0.1333333333vw;
  }
}
dl {
  margin: 0px;
}

dl dt {
  margin: 0px;
}

dl dd {
  margin: 0px;
}

ul,
ol {
  padding: 0px;
  margin: 0px;
}

ul li,
ol li {
  list-style-type: none;
}

body {
  margin: 0px;
  font-size: 16rem;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 24rem;
    line-height: 42rem;
  }
}
figure {
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  font-weight: 200;
}

p {
  margin: 0px;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  opacity: 0.6;
}

.p-flex {
  display: flex;
  justify-content: space-between;
}

.p-flex.--align-center {
  align-items: center;
  align-content: center;
}

.p-flex.--text-right {
  justify-content: flex-end !important;
}

.p-flex.--text-left {
  justify-content: left;
}

.p-flex.--text-center {
  justify-content: center;
}

.p-flex.--align-bottom {
  align-items: flex-end;
}

.p-flex.--wrap {
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .p-flex.--sp-wrap {
    flex-wrap: wrap;
  }
}
.p-flex.--justify-center {
  justify-content: center;
}

.p-flex.--justify-between {
  justify-content: space-between !important;
}

.p-flex.--justify-left {
  justify-content: flex-start;
}

.p-flex.--align-top {
  align-items: flex-start;
}

.p-flex li:last-child .c-text-link_1 {
  margin-right: 0px;
}

.p-flex.--column-2 li,
.p-flex.--column-2 article {
  width: calc(50% - 20rem);
}

@media screen and (max-width: 750px) {
  .p-flex.--column-2 li,
  .p-flex.--column-2 article {
    width: 100%;
  }
}
.p-flex.--column-2 li figure,
.p-flex.--column-2 article figure {
  width: 100%;
}

.p-flex.--column-2 li figure img,
.p-flex.--column-2 article figure img {
  width: 100%;
}

.p-flex.--column-3 article,
.p-flex.--column-3 li {
  width: 340rem;
  margin-right: calc((100% - 1020rem) / 2);
}

.p-flex.--column-3 article:nth-child(3n),
.p-flex.--column-3 li:nth-child(3n) {
  margin-right: 0rem;
}

.p-flex.--column-3 article figure,
.p-flex.--column-3 li figure {
  width: 100%;
}

.p-flex.--column-3 article figure img,
.p-flex.--column-3 li figure img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .p-flex.--column-3 article,
  .p-flex.--column-3 li {
    width: 30%;
  }
}
@media screen and (max-width: 750px) {
  .p-flex.--column-3 article,
  .p-flex.--column-3 li {
    width: 100%;
    margin-right: 0rem;
  }
}
.p-flex.--column-3_l article,
.p-flex.--column-3_l li {
  width: 353rem;
}

@media screen and (max-width: 750px) {
  .p-flex.--column-3_l article,
  .p-flex.--column-3_l li {
    width: 100%;
  }
}
.p-flex.--column-3_l article figure,
.p-flex.--column-3_l li figure {
  width: 100%;
}

.p-flex.--column-3_l article figure img,
.p-flex.--column-3_l li figure img {
  width: 100%;
}

.p-flex.--column-4 li,
.p-flex.--column-4 table,
.p-flex.--column-4 article {
  width: 260rem;
}

.p-flex.--column-4 li:nth-child(4n),
.p-flex.--column-4 table:nth-child(4n),
.p-flex.--column-4 article:nth-child(4n) {
  margin-right: 0rem;
}

.p-flex.--column-4 li img,
.p-flex.--column-4 table img,
.p-flex.--column-4 article img {
  width: 100%;
}

.p-flex.--column-4 li figure,
.p-flex.--column-4 table figure,
.p-flex.--column-4 article figure {
  width: 100%;
}

.p-flex.--column-4 li figure img,
.p-flex.--column-4 table figure img,
.p-flex.--column-4 article figure img {
  width: 100%;
}

.p-flex.--column-4.--no-padding table {
  width: 265rem;
  margin-right: 10rem;
  margin-bottom: 0rem;
}

.p-flex.--column-5 li,
.p-flex.--column-5 article {
  width: calc(20% - 30rem);
}

.p-flex.--column-5 li:nth-child(5n),
.p-flex.--column-5 article:nth-child(5n) {
  margin-right: 0rem;
}

.p-flex.--column-5 li img,
.p-flex.--column-5 article img {
  width: 100%;
}

.p-flex.--column-5 li figure,
.p-flex.--column-5 article figure {
  width: 100%;
}

.p-flex.--column-5 li figure img,
.p-flex.--column-5 article figure img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .p-flex {
    display: block;
  }
  .p-flex.--flex-sp {
    display: flex;
    justify-content: left;
  }
  .p-flex.--flex-sp.--flex-sp-space_between {
    justify-content: space-between;
  }
  .p-flex.--flex-sp.--flex-sp-space_center {
    justify-content: center;
  }
}
.p-flex.--text-center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .p-flex.--text-center {
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
  }
}
.p-flex.--sp-column-2 {
  display: flex;
}

@media screen and (max-width: 750px) {
  .p-flex.--sp-column-2 li,
  .p-flex.--sp-column-2 article,
  .p-flex.--sp-column-2 .--column-single {
    width: calc(50% - 15rem) !important;
    margin-right: 0rem;
  }
}
.p-flex.--sp-column-3 {
  display: flex;
}

@media screen and (max-width: 750px) {
  .p-flex.--sp-column-3 li,
  .p-flex.--sp-column-3 article,
  .p-flex.--sp-column-3 .--column-single {
    width: 31% !important;
    margin-right: 0rem;
  }
}
.p-flex.--reverse {
  flex-direction: row-reverse;
}

.p-flex.--column-6 li,
.p-flex.--column-6 article {
  width: calc(16.6666667% - 20rem);
}

.p-flex.--column-6 li:nth-child(6n),
.p-flex.--column-6 article:nth-child(6n) {
  margin-right: 0rem;
}

.p-flex.--column-6 li img,
.p-flex.--column-6 article img {
  width: 100%;
}

.p-flex.--column-6 li figure,
.p-flex.--column-6 article figure {
  width: 100%;
}

.p-flex.--column-6 li figure img,
.p-flex.--column-6 article figure img {
  width: 100%;
}

img {
  max-width: 100%;
}

/*ここに書いてね*/
.p-center {
  max-width: 1200rem;
  margin-left: auto;
  margin-right: auto;
  width: 96%;
}

.p-center.--width-894 {
  width: 894rem;
}

@media screen and (max-width: 750px) {
  .p-center.--width-894 {
    width: 94%;
  }
}
.p-center.--width-923 {
  width: 923rem;
}

@media screen and (max-width: 750px) {
  .p-center.--width-923 {
    width: 94%;
  }
}
.p-search-input {
  border: 3rem #439FDB solid;
  max-width: 540rem;
  width: 90%;
  padding: 20rem;
  border-radius: 50rem;
  font-size: 16rem;
  line-height: 28rem;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .p-search-input {
    width: 100%;
    font-size: 24rem;
  }
}
.p-header-serch {
  width: calc(100% - 452rem);
}

@media screen and (max-width: 750px) {
  .p-header-serch {
    width: 100%;
  }
}
.p-header-phone-number {
  font-weight: bold;
  min-width: 252rem;
}

.p-header-phone-number .--number {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 36rem;
  line-height: 32rem;
  color: #439FDB;
}

@media screen and (max-width: 750px) {
  .p-header-phone-number .--number {
    font-size: 50rem;
    line-height: 50rem;
  }
}
.p-text-base {
  font-size: 14rem;
  line-height: 28rem;
}

@media screen and (max-width: 750px) {
  .p-text-base {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.p-product-box {
  width: 212rem;
  position: relative;
}

.p-product-box figure {
  background: #fff;
  border: 1px solid #DFDFDF;
  padding: 30rem;
  box-sizing: border-box;
  border-radius: 10rem;
}

@media screen and (max-width: 750px) {
  .p-product-box figure {
    padding: 60rem;
  }
}
.p-product-box .--price-title {
  font-size: 12rem;
  line-height: 18rem;
  font-weight: bold;
  padding-top: 7rem;
  margin-right: 10rem;
}

@media screen and (max-width: 750px) {
  .p-product-box .--price-title {
    font-size: 20rem;
    line-height: 28rem;
  }
}
.p-product-box .--price {
  font-size: 34rem;
  font-family: "Oswald", sans-serif;
}

@media screen and (max-width: 750px) {
  .p-product-box .--price {
    font-size: 60rem;
    line-height: 70rem;
  }
}
.p-product-box .--price span {
  font-size: 12rem;
}

@media screen and (max-width: 750px) {
  .p-product-box .--price span {
    font-size: 24rem;
    font-weight: 500;
    display: inline-block;
    margin-left: 10rem;
  }
}
.p-header-phone-time {
  font-size: 11rem;
}

@media screen and (max-width: 750px) {
  .p-header-phone-time {
    font-size: 16rem;
    line-height: 28rem;
  }
}
.p-gnav {
  font-weight: bold;
}

.p-footer-nav {
  font-size: 12rem;
  line-height: 18rem;
  font-weight: bold;
}

.p-footer-nav h2 {
  font-size: 14rem;
  color: #439FDB;
  font-weight: bold;
  padding-bottom: 20rem;
}

.p-footer-nav ul li {
  font-size: 11rem;
  line-height: 22rem;
  white-space: nowrap;
}

@media screen and (max-width: 750px) {
  .p-footer-nav h2 {
    font-size: 24rem;
    line-height: 38rem;
  }
  .p-footer-nav ul {
    padding-bottom: 60rem;
  }
  .p-footer-nav ul li {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.p-blue-box {
  background: #439FDB;
  color: #fff;
  border-radius: 10rem;
  border-radius: 10rem 10rem 0 0;
}

@media screen and (max-width: 750px) {
  .p-blue-box {
    font-size: 20rem;
    line-height: 28rem;
  }
}
.p-blue-box .--text {
  font-size: 14rem;
  line-height: 28rem;
  font-weight: normal;
  padding: 30rem;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .p-blue-box p {
    font-size: 24rem;
    line-height: 42rem;
    padding: 30rem;
  }
}
.swiper-slide {
  wdith: 90%;
  max-width: 1200rem;
}

.swiper-slide img {
  width: 100%;
}

.thumb-swiper {
  padding-top: 20rem;
  width: 100%;
  max-width: 1200rem;
  margin-left: auto;
  margin-right: auto;
}

.thumb-swiper img {
  width: 100%;
}

.swiper-container {
  position: relative;
}

.c-select-box {
  position: relative;
  width: 100%;
  max-width: 1200rem;
  margin-left: auto;
  margin-right: auto;
}

.c-select-box select {
  width: 100%;
  padding: 10rem 20rem 10rem 20rem;
  box-sizing: border-box;
  border-radius: 30rem;
  border: 1px solid #e0e0e0;
  font-size: 16rem;
  line-height: 28rem;
}

@media screen and (max-width: 750px) {
  .c-select-box select {
    font-size: 24rem;
  }
}
@media screen and (max-width: 750px) {
  .c-sp-sns-bottom li {
    margin-right: 20rem;
  }
  .c-sp-sns-bottom li img {
    width: 40rem;
  }
}
.c-footer-nav {
  padding-bottom: 15rem;
}

.c-footer-nav li {
  margin-left: 10rem;
}

@media screen and (max-width: 750px) {
  .c-footer-nav li {
    padding-left: 10rem;
    padding-right: 10rem;
    margin-bottom: 5rem;
  }
}
.c-footer-nav a {
  color: #fff;
}

.c-thumb-list li {
  border: 1px solid #DFDFDF;
  margin-right: 10rem;
}

.c-product-figure {
  border: 1px solid #DFDFDF;
  padding: 60rem;
  box-sizing: border-box;
  width: 100%;
}

.c-breadcrumbs li:after {
  content: ">";
  margin-left: 10rem;
  margin-right: 10rem;
}

.c-breadcrumbs li:last-child:after {
  content: "";
}

.c-button {
  border: none;
  padding: 20rem;
  display: inline-block;
  border-radius: 50rem;
  font-size: 16rem;
  line-height: 28rem;
  box-sizing: border-box;
  color: #fff;
  min-width: 166rem;
}

.c-button.--style-1 {
  width: 282rem;
  box-sizing: border-box;
}

.c-button.--style-1 img {
  width: 28rem;
}

@media screen and (max-width: 750px) {
  .c-button.--style-1 img {
    width: 50rem;
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 750px) {
  .c-button.--style-1 {
    width: 100%;
    font-size: 24rem;
  }
}
.c-button.--style-2 {
  width: auto;
  box-sizing: border-box;
  font-size: 14rem;
  padding: 5rem 20rem 5rem 20rem;
  color: #439FDB;
  border: 1px solid #439FDB;
  min-width: auto;
  white-space: nowrap;
}

.c-button.--style-2.--over {
  background: #439FDB;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .c-button.--style-2 {
    font-size: 24rem;
    padding: 10rem 20rem 10rem 20rem;
    margin-bottom: 15rem;
  }
}
.c-button.--style-3 {
  background: #E3FF00;
  color: #000;
  min-width: 400rem;
}

.c-button.--style-3:before {
  content: "";
  display: inline-block;
  width: 8rem;
  height: 8rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-right: 10rem;
  transform: rotate(-45deg);
}

@media screen and (max-width: 750px) {
  .c-button.--style-3 {
    font-size: 28rem;
    line-height: 38rem;
    padding: 20rem 60rem 20rem 60rem;
    box-sizing: border-box;
  }
  .c-button.--style-3:before {
    position: relative;
    top: -4rem;
  }
}
@media screen and (max-width: 750px) {
  .c-button img {
    width: 30rem;
    margin-bottom: -5rem;
  }
}
.c-title-blue {
  background-color: #318BC7;
  padding: 15rem;
  border-radius: 10rem 10rem 0 0;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .c-title-blue {
    font-size: 24rem;
    line-height: 38rem;
    padding: 30rem;
    font-weight: bold;
  }
}
.c-title {
  font-size: 34rem;
  font-weight: bold;
  padding-top: 10rem;
}

@media screen and (max-width: 750px) {
  .c-title {
    font-size: 50rem;
    line-height: 70rem;
    padding-top: 20rem;
  }
}
.c-title.--style-2 {
  font-size: 18rem;
  line-height: 28rem;
}

@media screen and (max-width: 750px) {
  .c-title.--style-2 {
    font-size: 34rem;
    line-height: 48rem;
    padding-bottom: 5rem;
    padding-top: 10rem;
  }
}
.c-title img {
  width: 34rem;
}

.c-title.--style-3 {
  font-size: 20rem;
  position: relative;
  padding-top: 0rem;
}

@media screen and (max-width: 750px) {
  .c-title.--style-3 {
    font-size: 40rem;
  }
}
.c-title.--style-3 span {
  background: #fff;
  display: inline-block;
  position: relative;
  background-color: #fff;
  z-index: 100;
  padding-right: 20rem;
  top: -5rem;
}

.c-title.--style-3:after {
  content: "";
  display: block;
  width: 100%;
  background: #C9C9C9;
  height: 1rem;
  position: absolute;
  top: 10rem;
}

.c-title.--style-4 {
  font-size: 28rem;
}

@media screen and (max-width: 750px) {
  .c-title.--style-4 {
    font-size: 50rem;
    line-height: 60rem;
  }
}
.c-title.--style-5 {
  color: #439FDB;
  padding-top: 0rem;
  font-size: 34rem;
}

.c-title.--style-6 {
  font-size: 16rem;
  line-height: 28rem;
  background: #439FDB;
  color: #fff;
  border-radius: 5rem;
  padding: 10rem 20rem 10rem 20rem;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .c-title.--style-6 {
    font-size: 28rem;
    line-height: 42rem;
    padding: 20rem 30rem 20rem 30rem;
  }
}
.c-title.--style-7 {
  font-size: 24rem;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
  padding-bottom: 10rem;
  margin-bottom: 40rem;
  color: #439FDB;
}

.c-title.--style-7:before {
  content: "";
  display: block;
  width: 200rem;
  background: #439FDB;
  height: 1rem;
  position: absolute;
  bottom: -1rem;
}

@media screen and (max-width: 750px) {
  .c-title.--style-7 {
    font-size: 38rem;
    line-height: 50rem;
  }
}
.c-title.--style-8 {
  font-size: 36rem;
  line-height: 48rem;
  line-height: 58rem;
  display: inline;
  background: linear-gradient(transparent 80%, #F1FF4A 0%);
}

@media screen and (max-width: 750px) {
  .c-title.--style-8 {
    font-size: 43rem;
    line-height: 66rem;
  }
}
.c-title.--style-9 {
  font-size: 32rem;
  line-height: 48rem;
  padding-bottom: 20rem;
}

.c-title.--style-9:after {
  content: "";
  width: 300rem;
  display: block;
  border-bottom: 4rem solid #439FDB;
  margin-top: 20rem;
}

@media screen and (max-width: 750px) {
  .c-title.--style-9 {
    font-size: 34rem;
    line-height: 48rem;
  }
  .c-title.--style-9:after {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
}
.c-title.--style-10 {
  font-size: 26rem;
  line-height: 38rem;
  text-align: center;
}

.c-title.--style-10 span {
  display: inline-block;
  background: #fff;
  padding-left: 20rem;
  padding-right: 20rem;
  position: relative;
}

.c-title.--style-10:before {
  content: "";
  display: block;
  border-bottom: 1px solid #BABABA;
  width: 100%;
  position: relative;
  bottom: -20rem;
}

.c-title.--style-11 {
  font-size: 26rem;
  line-height: 38rem;
  padding-bottom: 20rem;
  position: relative;
}

.c-title.--style-11:before {
  content: "";
  width: 32rem;
  display: block;
  border-bottom: 5px solid #439FDB;
  position: absolute;
  left: -50rem;
  top: 26rem;
}

@media screen and (max-width: 750px) {
  .c-title.--style-11 {
    font-size: 38rem;
    line-height: 50rem;
  }
}
.c-title-sub {
  font-size: 12rem;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .c-title-sub {
    font-size: 20rem;
    line-height: 38rem;
  }
}
.c-crown-1 {
  position: absolute;
  left: auto;
  text-align: center;
  width: 100%;
  top: -35rem;
}

@media screen and (max-width: 750px) {
  .c-crown-1 {
    top: -65rem;
  }
}
.c-crown-1 img {
  width: 53rem !important;
}

@media screen and (max-width: 750px) {
  .c-crown-1 img {
    width: 100rem !important;
  }
}
.c-data-list-1 {
  font-weight: bold;
}

.c-data-list-1 dt span {
  border: 1px solid #439FDB;
  border-radius: 5rem;
  padding: 5rem;
  box-sizing: border-box;
  color: #439FDB;
  margin-right: 20rem;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .c-data-list-1 dt span {
    font-size: 24rem;
    line-height: 38rem;
    padding: 10rem 20rem 10rem 20rem;
    margin-top: 10rem;
  }
}
.c-data-list-1 dd {
  color: #000;
}

.c-data-list-1 dd span {
  padding-right: 5rem;
  font-size: 36rem;
  line-height: 36rem;
  color: #439FDB;
}

@media screen and (max-width: 750px) {
  .c-data-list-1 dd span {
    font-size: 60rem;
    line-height: 70rem;
  }
}
.c-after-bg-blue {
  position: relative;
}

.c-after-bg-blue:before {
  content: "";
  display: block;
  width: 100%;
  background: #439FDB;
  height: 296rem;
  position: absolute;
  top: 0rem;
}

.c-box {
  border: #439FDB 8rem solid;
  border-radius: 10rem;
  padding: 40rem;
  box-sizing: border-box;
  min-width: 380rem;
  text-align: center;
}

.c-box.--style-1 {
  background-color: rgba(255, 255, 255, 0.2);
  border: #fff solid 1px;
  border-radius: 0rem;
  color: #fff;
  font-weight: bold;
  padding: 10rem;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .c-box.--style-1 {
    font-size: 28rem;
    line-height: 42rem;
    padding: 20rem;
  }
}
.c-form dt {
  width: 200rem;
  font-size: 16rem;
  font-weight: bold;
  padding-right: 20rem;
  box-sizing: border-box;
  padding-left: 0rem !important;
}

@media screen and (max-width: 750px) {
  .c-form dt {
    width: 100%;
    font-size: 28rem;
    line-height: 38rem;
    padding: 20rem;
  }
}
.c-form dd {
  width: calc(100% - 200rem);
}

@media screen and (max-width: 750px) {
  .c-form dd {
    width: 100%;
  }
}
.c-logo-main {
  width: 200rem;
}

.c-bg-text {
  font-size: 200rem;
  line-height: 200rem;
  font-weight: bold;
  z-index: 100;
  color: #46A8E9;
  white-space: nowrap;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.c-bg-text.--style-1 {
  top: -100rem;
  position: absolute;
}

.c-bg-text.--style-2 {
  top: -100rem;
  color: #F2F5FD;
  position: absolute;
}

.c-bg-text.--style-3 {
  color: #F2F5FD;
}

.c-input {
  background: #F3F3F3;
  padding: 10rem;
  box-sizing: border-box;
  border: 0rem;
  border-radius: 30rem;
  padding: 10rem 20rem 10rem 20rem;
  width: 100%;
  font-size: 16rem;
  line-height: 29rem;
}

@media screen and (max-width: 750px) {
  .c-input {
    width: 100%;
    font-size: 24rem;
    padding: 20rem;
    box-sizing: border-box;
  }
}
.c-textarea {
  background: #F3F3F3;
  padding: 10rem;
  box-sizing: border-box;
  border: 0rem;
  border-radius: 10rem;
  padding: 10rem 20rem 10rem 20rem;
  width: 100%;
  min-height: 200rem;
}

.c-popup {
  background: #fff;
  padding: 10rem 20rem 10rem 20rem;
  border-radius: 5rem;
  box-shadow: 0 12rem 12rem rgba(0, 0, 0, 0.05);
  transform: translate(-50%, -50%);
  font-size: 12rem;
  line-height: 22rem;
  border: 1px solid #000;
  box-sizing: border-box;
  display: none;
}

@media screen and (max-width: 750px) {
  .c-popup {
    font-size: 24rem;
    line-height: 38rem;
    padding: 20rem;
  }
}
.c-popup.--size-s {
  max-width: 300rem;
}

.c-list {
  border: 10rem solid #439FDB;
  box-sizing: border-box;
  padding: 30rem 40rem 30rem 40rem;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .c-list {
    padding: 40rem;
  }
}
.c-list li {
  margin-bottom: 20rem;
  display: flex;
  font-size: 20rem;
  align-items: center;
  font-weight: bold;
  width: auto !important;
}

.c-list li:last-child {
  margin-bottom: 0rem;
}

.c-list li .--check {
  width: 33rem;
  margin-right: 10rem;
}

@media screen and (max-width: 750px) {
  .c-list li .--check {
    margin-right: 20rem;
  }
}
@media screen and (max-width: 750px) {
  .c-list li {
    font-size: 26rem;
    line-height: 38rem;
  }
}
.c-list.--style-1 {
  padding: 0rem 0rem 20rem 0 !important;
  margin: 0rem;
  border: none;
}

.c-list.--style-1 li {
  display: list-item !important;
  margin-bottom: 0rem !important;
  list-style: disc;
  margin-left: 24rem;
}

.c-box-list li {
  background: #fff;
  color: #439FDB;
  padding: 20rem;
  font-weight: bold;
  border-radius: 10rem;
  box-sizing: border-box;
  min-height: 132rem;
  display: flex;
  font-size: 24rem;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .c-box-list li {
    padding: 20rem;
  }
}
.c-line-cv {
  background: #42C608;
  color: #fff;
  text-align: center;
  border-radius: 10rem;
  position: relative;
}

.c-line-cv h2 {
  background: #3EAD0D;
  border: 5rem solid #fff;
  padding: 10rem 20rem 10rem 20rem;
  box-sizing: border-box;
  max-width: 446rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50rem;
  font-weight: bold;
  top: -30rem;
  position: absolute;
  left: 0rem;
  right: 0rem;
}

.c-line-cv a,
.c-line-cv .--text-base {
  color: #fff;
  display: block;
  font-size: 80rem;
  line-height: 100rem;
  padding: 70rem 50rem 60rem 50rem !important;
  font-weight: bold;
  padding-bottom: 40rem;
}

.c-line-cv.--style-1 {
  background: #439FDB;
}

.c-line-cv.--style-1 h2 {
  background: #318BC7;
}

.c-line-cv.--style-1 .--text-base {
  font-size: 40rem;
  padding: 50rem 20rem 40rem 20rem !important;
}

.c-form-base {
  padding-bottom: 20rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  align-items: center;
  align-content: center;
}

.c-form-base input {
  width: 100%;
  padding: 10rem 20rem 10rem 20rem;
  box-sizing: border-box;
  border-radius: 40rem;
  border: none;
  background: #EFEFEF;
  font-size: 14rem;
  line-height: 28rem;
}

@media screen and (max-width: 750px) {
  .c-form-base input {
    font-size: 24rem;
    line-height: 38rem;
    padding: 20rem;
  }
}
.c-form-base.--width-half input {
  width: calc(50% - 5rem) !important;
}

.c-form-base textarea {
  width: 100%;
  padding: 10rem 20rem 10rem 20rem;
  box-sizing: border-box;
  border-radius: 10rem;
  border: none;
  background: #EFEFEF;
  font-size: 14rem;
  line-height: 28rem;
  min-height: 200rem;
}

@media screen and (max-width: 750px) {
  .c-form-base textarea {
    font-size: 24rem;
    line-height: 38rem;
    padding: 20rem;
  }
}
.c-form-base.--align-top {
  align-items: flex-start;
}

.c-form-base dt {
  width: 260rem;
  padding-right: 30rem;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16rem;
}

.c-form-base dt span {
  color: #F00;
  display: inline-block;
  margin-left: 10rem;
  font-size: 12rem;
}

@media screen and (max-width: 750px) {
  .c-form-base dt span {
    font-size: 20rem;
    line-height: 34rem;
  }
}
.c-form-base dd {
  width: calc(100% - 260rem);
}

@media screen and (max-width: 750px) {
  .c-form-base {
    display: block;
    padding-bottom: 20rem;
  }
  .c-form-base dt {
    width: 100%;
    padding-right: 0rem;
    margin-bottom: 20rem;
    font-size: 24rem;
    line-height: 38rem;
  }
  .c-form-base dd {
    width: 100%;
  }
}
.swiper-slide.--function {
  width: 188rem !important;
}

@media screen and (max-width: 750px) {
  .swiper-slide.--function {
    width: 350rem !important;
  }
}
.c-video-wrap {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

.c-video-wrap video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.c-table {
  display: flex;
}

.c-table.--table-type-1 dt {
  border-top: 1px solid #439FDB;
  border-left: 1px solid #439FDB;
  width: 200rem;
  padding: 10rem;
  box-sizing: border-box;
  background: #EAF2F8;
}

@media screen and (max-width: 750px) {
  .c-table.--table-type-1 dt {
    width: 300rem;
    padding: 15rem;
  }
}
.c-table.--table-type-1 dd {
  border-top: 1px solid #439FDB;
  border-left: 1px solid #439FDB;
  border-right: 1px solid #439FDB;
  width: calc(100% - 200rem);
  padding: 10rem;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .c-table.--table-type-1 dd {
    padding: 15rem;
  }
}
.c-table.--table-type-2 {
  margin-bottom: 40rem;
}

.c-table.--table-type-2 dt {
  position: relative;
  width: 150rem;
  padding-bottom: 20rem;
  border-bottom: 1px solid #439FDB;
  box-sizing: border-box;
}

.c-table.--table-type-2 dd {
  padding-bottom: 20rem;
  border-bottom: 1px solid #CCCCCC;
  width: calc(100% - 150rem);
  padding-left: 20rem;
  box-sizing: border-box;
}

.c-table.--table-type-3 {
  display: table;
  width: 100%;
  border-spacing: 0;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.c-table.--table-type-3 th {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10rem;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .c-table.--table-type-3 th {
    padding: 30rem;
    font-size: 32rem;
    line-height: 48rem;
  }
}
.c-table.--table-type-3 td {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 20rem;
}

@media screen and (max-width: 750px) {
  .c-table.--table-type-3 td {
    padding: 30rem;
    font-size: 26rem;
    line-height: 48rem;
  }
}
.c-table.--table-type-4 {
  display: table;
  width: 100%;
  border-spacing: 0;
  box-sizing: border-box;
  border-right: 1px solid #439FDB;
}

.c-table.--table-type-4 tr:first-child th {
  background: #439FDB;
  padding: 10rem;
  color: #fff;
  box-sizing: border-box;
  font-size: 16rem;
}

@media screen and (max-width: 750px) {
  .c-table.--table-type-4 tr:first-child th {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.c-table.--table-type-4 th {
  background: #f4f6f8;
  padding: 15rem;
  color: #000;
  box-sizing: border-box;
  border-bottom: 1px solid #439FDB;
  border-left: 1px solid #439FDB;
  font-size: 16rem;
}

@media screen and (max-width: 750px) {
  .c-table.--table-type-4 th {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.c-table.--table-type-4 td {
  border-bottom: 1px solid #439FDB;
  border-left: 1px solid #439FDB;
  padding: 15rem;
  font-size: 16rem;
}

@media screen and (max-width: 750px) {
  .c-table.--table-type-4 td {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.c-table.--table-type-4.--p-small th {
  padding: 10rem;
  font-size: 14rem;
  line-height: 20rem;
}

.c-table.--table-type-4.--p-small td {
  padding: 10rem;
}

.c-table.--table-type-4.--no-first-tr tr:first-child th {
  background: #f4f6f8;
  color: #000;
}

.c-comment-box {
  background: #E8ECF7;
  border: 1px solid #439FDB;
  padding: 10rem;
  font-weight: bold;
  border-radius: 30rem;
  text-align: center;
  max-width: 860rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 30rem;
}

@media screen and (max-width: 750px) {
  .c-comment-box {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.c-comment-box:after {
  content: "";
  width: 20rem;
  height: 20rem;
  display: block;
  background: #E8ECF7;
  border-right: 1px solid #439FDB;
  border-bottom: 1px solid #439FDB;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
}

@media screen and (max-width: 750px) {
  .c-comment-box:after {
    bottom: -15rem;
  }
}
.c-comment-box.--no-triangle:after {
  display: none;
}

@media screen and (max-width: 750px) {
  .c-comment-box {
    padding: 20rem 20rem 20rem 20rem;
  }
}
.c-child-gnav {
  position: absolute;
  padding: 30rem;
  box-sizing: border-box;
  z-index: 100;
  background: #fff;
  left: 0rem;
  width: 100%;
  display: none;
}

.c-child-gnav a {
  display: block;
}

.c-child-gnav picture {
  width: 102rem;
  height: 102rem;
  display: block;
  border: 1px solid #e7e7e7;
  margin-bottom: 10rem;
  padding: 10rem;
  box-sizing: border-box;
}

.c-child-gnav picture img {
  -o-object-fit: contain;
  object-fit: contain;
}

.c-child-gnav li {
  width: 102rem;
  font-size: 12rem;
}

/*ここまで書いてね*/
.u-text-1 {
  font-size: 12rem;
  line-height: 24rem;
}

@media screen and (max-width: 750px) {
  .u-text-1 {
    font-size: 20rem;
    line-height: 38rem;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-pt-10 {
    padding-top: 10rem;
  }
}
.u-font-size-90 {
  font-size: 90rem;
  line-height: 100rem;
}

@media screen and (max-width: 750px) {
  .u-font-size-90 {
    font-size: 100rem;
    line-height: 110rem;
  }
}
.u-font-50 {
  font-size: 50rem;
  line-height: 60rem;
}

@media screen and (max-width: 750px) {
  .u-font-50 {
    font-size: 60rem;
    line-height: 70rem;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-pt-5 {
    padding-top: 5rem;
  }
}
.u-bg-title-sub {
  background: url(../img/common/bg_sub_title.png);
  text-align: center;
  color: #fff;
  padding: 10rem;
  font-size: 14rem;
  line-height: 24rem;
  font-weight: bold;
}

.u-bg-title-sub .c-breadcrumbs li a {
  color: #fff;
}

.u-bg-title-sub h1 {
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .u-bg-title-sub {
    font-size: 24rem;
    line-height: 38rem;
  }
}
/* ── Hero: entrance animations ── */
@keyframes recredit-fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes recredit-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes recredit-scaleIn {
  from {
    opacity: 0;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.recredit-hero {
  position: relative;
  overflow: hidden;
  background: #f8fafb;
  min-height: 620px;
}

.recredit-hero__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 10% 90%, rgba(0, 74, 152, 0.07) 0%, transparent 70%), radial-gradient(ellipse 60% 50% at 90% 20%, rgba(231, 197, 74, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.recredit-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1200px, 100% - 48px);
  margin: 0 auto;
  padding: 0;
  min-height: 680px;
}

.recredit-hero__breadcrumbs {
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 3;
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.5;
  animation: recredit-fadeIn 0.6s ease both;
}

.recredit-hero__breadcrumbs a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}

.recredit-hero__breadcrumbs a:hover {
  color: #119b72;
}

.recredit-hero__content {
  min-height: 680px;
}

.recredit-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(48%, 560px);
  min-height: 680px;
  min-width: 0;
  padding: 56px 0 48px;
  box-sizing: border-box;
}

.recredit-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 24px;
  color: #004A98;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation: recredit-fadeUp 0.7s ease both;
  animation-delay: 0.1s;
}

.recredit-hero__eyebrow-line {
  display: block;
  width: 32px;
  height: 2px;
  background: #004A98;
  border-radius: 1px;
  flex-shrink: 0;
}

.recredit-hero__title {
  margin: 0;
  color: #0f1720;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.34;
  letter-spacing: 0;
  animation: recredit-fadeUp 0.7s ease both;
  animation-delay: 0.2s;
}

.recredit-hero__title span {
  color: #004A98;
}

.recredit-hero__lead,
.recredit-hero__target {
  margin: 28px 0 0;
  color: #4b5563;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.9;
  animation: recredit-fadeUp 0.7s ease both;
  animation-delay: 0.35s;
}

.recredit-hero__target {
  margin-top: 0;
  animation-delay: 0.42s;
}

.recredit-hero__actions {
  display: flex;
  gap: 14px;
  margin-top: 40px;
  animation: recredit-fadeUp 0.7s ease both;
  animation-delay: 0.5s;
}

.recredit-hero__button.c-button.--style-3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 180px;
  padding: 16px 28px;
  border-radius: 60px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}

.recredit-hero__button.c-button.--style-3,
.recredit-solution__button.c-button.--style-3,
.recredit-benefits__button.c-button.--style-3,
.recredit-scenes__button.c-button.--style-3,
.recredit-cases__button.c-button.--style-3 {
  background: #e7c54a;
  color: #111;
}

.recredit-hero__button.c-button.--style-3:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(231, 197, 74, 0.28);
}

.recredit-hero__button.c-button.--style-3 svg {
  transition: transform 0.2s;
}

.recredit-hero__button.c-button.--style-3:hover svg {
  transform: translateX(3px);
}

.recredit-hero__outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 16px 28px;
  border: 1.5px solid #d1d5db;
  border-radius: 60px;
  background: transparent;
  color: #374151;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.recredit-hero__outline-button:hover {
  border-color: #004A98;
  color: #004A98;
  background: rgba(0, 74, 152, 0.05);
}

.recredit-hero__visual {
  position: absolute;
  top: 0;
  right: calc(-1 * max(24px, (100vw - min(1200px, 100vw - 48px)) / 2));
  bottom: 0;
  width: calc(52% + max(24px, (100vw - min(1200px, 100vw - 48px)) / 2));
  min-height: 0;
  margin: 0;
  animation: recredit-scaleIn 0.8s ease both;
  animation-delay: 0.3s;
}

.recredit-hero__visual:before {
  content: none;
}

.recredit-hero-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  border-radius: 0;
  background: #e5e7eb;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04), 0 20px 50px rgba(0, 0, 0, 0.08);
}

.recredit-hero-slider .swiper-slide {
  height: 100%;
}

.recredit-hero-slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recredit-hero-slider__pagination.swiper-pagination {
  bottom: 16px;
}

.recredit-hero-slider__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 0.5;
  transition: opacity 0.25s, transform 0.25s;
}

.recredit-hero-slider__pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
  transform: scale(1.3);
}

/* ── Hero responsive: tablet ── */
@media screen and (max-width: 900px) {
  .recredit-hero {
    min-height: auto;
  }
  .recredit-hero__inner {
    min-height: 0;
    padding: 24px 0 60px;
  }
  .recredit-hero__breadcrumbs {
    position: static;
    margin-bottom: 34px;
  }
  .recredit-hero__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    min-height: 0;
  }
  .recredit-hero__copy {
    width: 100%;
    min-height: 0;
    text-align: center;
    padding-bottom: 0;
  }
  .recredit-hero__eyebrow {
    justify-content: center;
  }
  .recredit-hero__title br {
    display: none;
  }
  .recredit-hero__actions {
    justify-content: center;
  }
  .recredit-hero__visual {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    max-width: 440px;
    margin: 0 auto;
    width: 100%;
    min-height: 0;
  }
  .recredit-hero-slider {
    height: auto;
    min-height: 0;
    aspect-ratio: 4/5;
    border-radius: 20px;
  }
}
/* ── Hero responsive: mobile ── */
@media screen and (max-width: 750px) {
  .recredit-hero {
    overflow-x: hidden;
  }
  .recredit-hero__inner {
    width: min(100% - 32px, 620px);
    padding: 10px 0 60px;
    box-sizing: border-box;
  }
  .recredit-hero__content,
  .recredit-hero__copy {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: anywhere;
  }
  .recredit-hero__breadcrumbs {
    margin-bottom: 36px;
    font-size: 12px;
  }
  .recredit-hero__eyebrow {
    margin-bottom: 18px;
    font-size: 13px;
  }
  .recredit-hero__title {
    font-size: clamp(30px, 8.8vw, 34px);
    line-height: 1.42;
    overflow-wrap: anywhere;
  }
  .recredit-hero__title br {
    display: inline;
  }
  .recredit-hero__lead,
  .recredit-hero__target {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.85;
    overflow-wrap: anywhere;
  }
  .recredit-hero__target {
    margin-top: 0;
  }
  .recredit-hero__actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 28px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .recredit-hero__button.c-button.--style-3,
  .recredit-hero__outline-button {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    padding: 15px 20px;
    font-size: 15px;
    box-sizing: border-box;
  }
  .recredit-hero-slider {
    aspect-ratio: 4/3;
    border-radius: 14px;
  }
}
/* ── Issues ── */
.recredit-issues {
  background: #fff;
  color: #111;
  padding: 100px 0 110px;
}

.recredit-issues__inner {
  width: min(1200px, 100% - 48px);
  margin: 0 auto;
}

.recredit-issues__header {
  margin-bottom: 56px;
  text-align: center;
}

.recredit-issues__label {
  margin: 0 0 12px;
  color: #119b72;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.recredit-issues__title {
  margin: 0;
  color: #0f1720;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.recredit-issues__title br {
  display: none;
}

.recredit-issues__title-en {
  display: block;
  margin: 0 0 10px;
  color: #004A98;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.recredit-issues__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 14px;
  margin: -14px;
}

.recredit-issues__slider {
  overflow: visible;
}

.recredit-issues__grid.swiper-wrapper {
  display: grid;
}

.recredit-issues__card {
  position: relative;
  padding: 44px 36px 40px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  box-sizing: border-box;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.recredit-issues__card.swiper-slide {
  width: auto;
  height: auto;
  max-width: none;
}

.recredit-issues__card:hover {
  z-index: 2;
  transform: translateY(-8px) scale(1.06);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.06);
}

.recredit-issues__card-number {
  display: block;
  margin-bottom: 20px;
  color: #119b72;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  opacity: 0.5;
}

.recredit-issues__card-title {
  margin: 0 0 28px;
  color: #0f1720;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}

.recredit-issues__card-title:before {
  content: none;
}

.recredit-issues__list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.recredit-issues__list li {
  position: relative;
  padding-left: 24px;
  color: #4b5563;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.recredit-issues__list li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d1d5db;
}

.recredit-issues__pagination {
  display: none;
}

/* ── Issues responsive: tablet ── */
@media screen and (max-width: 900px) {
  .recredit-issues__grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }
}
/* ── Issues responsive: mobile ── */
@media screen and (max-width: 750px) {
  .recredit-issues {
    padding: 64px 0 72px;
  }
  .recredit-issues__inner {
    width: min(100% - 32px, 620px);
  }
  .recredit-issues__header {
    margin-bottom: 40px;
  }
  .recredit-issues__title {
    font-size: 26px;
    line-height: 1.5;
  }
  .recredit-issues__title br {
    display: inline;
  }
  .recredit-issues__slider {
    width: calc(100% + 32px);
    max-width: 100vw;
    margin-left: -16px;
    overflow: hidden;
    padding: 14px 16px 62px;
    box-sizing: border-box;
  }
  .recredit-issues__grid.swiper-wrapper {
    display: flex;
    max-width: none;
    margin: 0;
    padding: 0;
    gap: 0;
  }
  .recredit-issues__card {
    padding: 32px 28px 32px;
  }
  .recredit-issues__card-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .recredit-issues__list {
    gap: 12px;
  }
  .recredit-issues__list li {
    font-size: 14px;
  }
  .recredit-issues__pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    bottom: 18px !important;
  }
  .recredit-issues__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: #d8c890;
    opacity: 1;
  }
  .recredit-issues__pagination .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 999px;
    background: #004A98;
  }
}
/* ── Solution ── */
.recredit-solution {
  background: #faf7e8;
  color: #111;
  padding: 100px 0 110px;
}

.recredit-solution__inner {
  width: min(1200px, 100% - 48px);
  margin: 0 auto;
}

.recredit-solution__header {
  margin-bottom: 64px;
  text-align: center;
}

.recredit-solution__label {
  display: block;
  margin: 0 0 12px;
  color: #119b72;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.recredit-solution__title {
  margin: 0;
  color: #0f1720;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: -0.01em;
}

.recredit-solution__title:after {
  content: none;
}

.relabs-strength {
  background: #FEFDFB;
}

.relabs-issues .recredit-issues__title-en,
.relabs-strength .recredit-solution__label,
.relabs-solution .recredit-solution__label,
.relabs-functions .recredit-functions__title-en,
.relabs-machines .recredit-scenes__title-en,
.relabs-flow .recredit-flow-intro__title-en,
.relabs-compare .recredit-compare__title-en,
.relabs-benefits .recredit-benefits__title-en,
.relabs-cases .recredit-cases__title-en,
.relabs-faq .buying-section-header__en,
.relabs-final-cta .buying-final-cta__label {
  color: #004A98;
}

.relabs-strength__banner {
  width: min(100%, 1120px);
  margin: 0 auto;
  text-align: center;
}

.relabs-strength__banner img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.relabs-strength__actions {
  margin-top: 38px;
}

.relabs-strength__actions .recredit-solution__button,
.relabs-strength__actions .recredit-solution__outline-button {
  border-radius: 999px;
}

#recredit-solution.relabs-solution,
#recredit-benefits.relabs-benefits {
  display: none;
}

.recredit-solution__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: none;
}

.recredit-solution__slider {
  overflow: visible;
}

.recredit-solution__columns.swiper-wrapper {
  display: grid;
}

.recredit-solution__column {
  position: relative;
  padding: 0 40px;
  border: none;
  border-radius: 0;
  background: transparent;
  box-sizing: border-box;
  transition: transform 0.28s ease;
}

.recredit-solution__column.swiper-slide {
  width: auto;
  height: auto;
  max-width: none;
}

.recredit-solution__column:hover {
  z-index: 2;
  transform: translateY(-8px) scale(1.06);
}

.recredit-solution__column + .recredit-solution__column:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.recredit-solution__column:first-child {
  padding-left: 0;
}

.recredit-solution__column:last-child {
  padding-right: 0;
  border-right: none;
}

.recredit-solution__column-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: rgba(17, 155, 114, 0.08);
  color: #119b72;
}

.recredit-solution__column-title {
  position: relative;
  min-height: 0;
  margin: 0 0 20px;
  padding-left: 0;
  color: #0f1720;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.recredit-solution__column-title:before {
  content: none;
}

.recredit-solution__list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.recredit-solution__list li {
  position: relative;
  padding-left: 20px;
  color: #5a5a4e;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}

.recredit-solution__list li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: none;
  background: #119b72;
  transform: none;
}

.recredit-solution__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 60px;
}

.recredit-solution__button.c-button.--style-3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 180px;
  padding: 16px 28px;
  border-radius: 60px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}

.recredit-solution__button.c-button.--style-3:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(17, 155, 114, 0.18);
}

.recredit-solution__button.c-button.--style-3 svg {
  transition: transform 0.2s;
}

.recredit-solution__button.c-button.--style-3:hover svg {
  transform: translateX(3px);
}

.recredit-solution__outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 16px 28px;
  border: 1.5px solid rgba(0, 0, 0, 0.15);
  border-radius: 60px;
  background: transparent;
  color: #3d3d32;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.recredit-solution__outline-button:hover {
  border-color: #119b72;
  color: #119b72;
  background: rgba(17, 155, 114, 0.04);
}

.recredit-solution__pagination {
  display: none;
}

/* ── Solution responsive: tablet ── */
@media screen and (max-width: 900px) {
  .recredit-solution__columns {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
    gap: 40px;
  }
  .recredit-solution__column {
    padding: 0;
  }
  .recredit-solution__column + .recredit-solution__column:before {
    top: -20px;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .recredit-solution__column:first-child {
    padding-left: 0;
  }
  .recredit-solution__column:last-child {
    padding-right: 0;
  }
  .recredit-solution__column-title {
    min-height: 0;
  }
}
/* ── Solution responsive: mobile ── */
@media screen and (max-width: 750px) {
  .recredit-solution {
    padding: 64px 0 72px;
  }
  .recredit-solution__inner {
    width: min(100% - 32px, 620px);
  }
  .recredit-solution__header {
    margin-bottom: 44px;
  }
  .recredit-solution__title {
    font-size: 24px;
    line-height: 1.55;
  }
  .recredit-solution__title br {
    display: none;
  }
  .recredit-solution__slider {
    width: calc(100% + 32px);
    max-width: 100vw;
    margin-left: -16px;
    overflow: hidden;
    padding: 14px 16px 62px;
    box-sizing: border-box;
  }
  .recredit-solution__columns.swiper-wrapper {
    display: flex;
    max-width: none;
    margin: 0;
    gap: 0;
    border-top: 1px solid #f2ead2;
    border-bottom: 1px solid #f2ead2;
  }
  .recredit-solution__column {
    padding: 28px 14px 32px;
    border: 0;
    border-right: 1px solid #f2ead2;
    border-radius: 0;
    background: transparent;
  }
  .recredit-solution__column-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 20px;
  }
  .recredit-solution__column-icon svg {
    width: 22px;
    height: 22px;
  }
  .recredit-solution__column-title {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .recredit-solution__column-title br {
    display: none;
  }
  .recredit-solution__list li {
    font-size: 14px;
  }
  .recredit-solution__pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    bottom: 18px !important;
  }
  .recredit-solution__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: #d8c890;
    opacity: 1;
  }
  .recredit-solution__pagination .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 999px;
    background: #004A98;
  }
  .recredit-solution__actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
  }
  .recredit-solution__button.c-button.--style-3,
  .recredit-solution__outline-button {
    min-width: 0;
    width: 100%;
    justify-content: center;
    padding: 15px 20px;
    font-size: 15px;
  }
}
.recredit-overview {
  background: #fff;
  padding: 76px 0 82px;
}

.recredit-overview__inner {
  width: min(1180px, 100% - 48px);
  margin: 0 auto;
}

.recredit-overview__figure {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 0;
}

.recredit-overview__figure img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 750px) {
  .recredit-overview {
    padding: 52px 0 58px;
  }
  .recredit-overview__inner {
    width: min(100% - 24px, 620px);
  }
  .recredit-overview__figure {
    padding: 0;
  }
}
.recredit-flow-intro {
  background: #fff;
  padding: 74px 0 86px;
}

.recredit-flow-intro__inner {
  width: min(1120px, 100% - 48px);
  margin: 0 auto;
}

.buying-flow__banner {
  width: min(1120px, 100% - 48px);
  margin: 64px auto 0;
  text-align: center;
}

.buying-flow__banner a {
  display: block;
}

.buying-flow__banner img {
  display: block;
  width: 100%;
  height: auto;
}

.recredit-flow-intro__header {
  margin-bottom: 54px;
  text-align: center;
}

.recredit-flow-intro__title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 20px;
  color: #111;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.recredit-flow-intro__title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 84px;
  height: 5px;
  border-radius: 999px;
  background: #e7c54a;
  transform: translateX(-50%);
}

.recredit-flow-intro__title-en {
  display: block;
  margin: 0 0 10px;
  color: #004A98;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.recredit-flow-intro__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 46px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.recredit-flow-intro__item {
  position: relative;
  text-align: center;
}

.recredit-flow-intro__item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 34px;
  right: -34px;
  width: 22px;
  height: 22px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #004A98;
  box-sizing: border-box;
}

.recredit-flow-intro__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin-bottom: 26px;
  border-radius: 50%;
  border: 1px solid #ddd3b8;
  background: #fcfbf5;
  color: #004A98;
}

.recredit-flow-intro__number svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.recredit-flow-intro__step-title {
  margin: 0 0 12px;
  color: #111;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}

.recredit-flow-intro__text {
  margin: 0;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
}

@media screen and (max-width: 900px) {
  .recredit-flow-intro__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 48px;
  }
  .recredit-flow-intro__item:not(:last-child):after {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .recredit-flow-intro {
    padding: 54px 0 64px;
  }
  .recredit-flow-intro__inner {
    width: min(100% - 32px, 620px);
  }
  .recredit-flow-intro__header {
    margin-bottom: 36px;
  }
  .recredit-flow-intro__title {
    font-size: 29px;
  }
  .recredit-flow-intro__list {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-left: 34px;
    padding-left: 30px;
  }
  .recredit-flow-intro__item {
    text-align: left;
  }
  .recredit-flow-intro__item:not(:last-child):after {
    display: block;
    top: 54px;
    left: -41px;
    right: auto;
    width: 3px;
    height: calc(100% + 26px - 54px);
    border: 0;
    background: #e6dcc4;
    transform: translateX(-50%);
    z-index: 0;
  }
  .recredit-flow-intro__number {
    position: absolute;
    top: 0;
    left: -68px;
    width: 54px;
    height: 54px;
    margin: 0;
    z-index: 1;
  }
  .recredit-flow-intro__number svg {
    width: 28px;
    height: 28px;
  }
  .recredit-flow-intro__step-title {
    padding-top: 2px;
    font-size: 21px;
  }
  .recredit-flow-intro__text {
    font-size: 15px;
  }
}
.recredit-benefits {
  background: #fcfbf5;
  color: #111;
  padding: 78px 0 86px;
}

.recredit-benefits__inner {
  width: min(1120px, 100% - 48px);
  margin: 0 auto;
}

.recredit-benefits__header {
  margin-bottom: 48px;
  text-align: center;
}

.recredit-benefits__title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 20px;
  color: #111;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.4;
}

.recredit-benefits__title:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  background: #e7c54a;
  box-shadow: 12px -10px 0 #004A98;
  transform: rotate(45deg);
  vertical-align: 4px;
}

.recredit-benefits__title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 96px;
  height: 5px;
  border-radius: 999px;
  background: #e7c54a;
  transform: translateX(-50%);
}

.recredit-benefits__content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 2px solid #004A98;
  border-bottom: 2px solid #004A98;
  isolation: isolate;
}

.recredit-benefits__group {
  position: relative;
  padding: 38px 44px 42px;
  background: #fcfbf5;
  box-sizing: border-box;
}

.recredit-benefits__group:hover {
  z-index: 3;
}

.recredit-benefits__group-inner {
  transition: transform 0.28s ease;
}

.recredit-benefits__group:hover .recredit-benefits__group-inner {
  transform: translateY(-8px) scale(1.04);
}

#recredit-benefits-business {
  padding-right: 120px;
}

#recredit-benefits-business::after {
  content: "98%";
  position: absolute;
  top: -28px;
  right: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  height: 115px;
  padding-top: 28px;
  border-radius: 50%;
  background: #ffe85c;
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  box-sizing: border-box;
  z-index: 1;
}

#recredit-benefits-business::before {
  content: "回収率";
  position: absolute;
  top: 0;
  right: -30px;
  width: 115px;
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  z-index: 2;
  pointer-events: none;
}

.recredit-benefits__group + .recredit-benefits__group {
  border-left: 1px solid #e6dcc4;
}

.recredit-benefits__group-title {
  margin: 0 0 28px;
  color: #1f3f72;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.55;
}

.recredit-benefits__list {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.recredit-benefits__list li {
  position: relative;
  padding-left: 36px;
  color: #111;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.75;
}

.recredit-benefits__list li:before {
  content: "";
  position: absolute;
  top: 0.74em;
  left: 0;
  width: 17px;
  height: 9px;
  border-left: 3px solid #004A98;
  border-bottom: 3px solid #004A98;
  transform: rotate(-45deg);
}

.recredit-benefits__list strong {
  color: #111;
  font-weight: 700;
}

.recredit-benefits__list strong:after {
  content: " →";
  color: #004A98;
}

.recredit-benefits__actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 44px;
}

.recredit-benefits__button.c-button.--style-3 {
  min-width: 220px;
  padding: 17px 26px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
}

.recredit-benefits__outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 16px 26px;
  border: 2px solid #004A98;
  border-radius: 8px;
  background: #fff;
  color: #004A98;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .recredit-benefits__content {
    grid-template-columns: 1fr;
    background: none;
  }
  .recredit-benefits__group {
    padding: 34px 0 38px;
  }
  #recredit-benefits-business {
    padding-right: 136px;
  }
  #recredit-benefits-business::after {
    top: -18px;
    right: -18px;
  }
  #recredit-benefits-business::before {
    top: 10px;
    right: -18px;
  }
  .recredit-benefits__group + .recredit-benefits__group {
    border-left: 0;
    border-top: 1px solid #e6dcc4;
  }
}
@media screen and (max-width: 750px) {
  .recredit-benefits {
    padding: 58px 0 68px;
  }
  .recredit-benefits__inner {
    width: min(100% - 32px, 620px);
  }
  .recredit-benefits__header {
    margin-bottom: 34px;
  }
  .recredit-benefits__title {
    font-size: 28px;
  }
  .recredit-benefits__title:before {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    box-shadow: 9px -8px 0 #004A98;
  }
  .recredit-benefits__group-title {
    margin-bottom: 22px;
    font-size: 22px;
  }
  #recredit-benefits-business {
    padding-right: 0;
    padding-top: 140px;
  }
  #recredit-benefits-business::after {
    top: 18px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  #recredit-benefits-business::before {
    top: 46px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .recredit-benefits__list {
    gap: 16px;
  }
  .recredit-benefits__list li {
    font-size: 16px;
  }
  .recredit-benefits__actions {
    gap: 12px;
    margin-top: 32px;
  }
  .recredit-benefits__button.c-button.--style-3,
  .recredit-benefits__outline-button {
    min-width: 0;
    flex: 1;
    padding: 14px 10px;
    font-size: 16px;
  }
}
.recredit-functions {
  background: #004A98;
  color: #fff;
  padding: 78px 0 88px;
}

.recredit-functions__inner {
  width: min(1120px, 100% - 48px);
  margin: 0 auto;
}

.recredit-functions__header {
  margin-bottom: 48px;
  text-align: center;
}

.recredit-functions__title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 20px;
  color: #fff;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.4;
}

.recredit-functions__title:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  background: #e7c54a;
  box-shadow: 12px -10px 0 #004A98;
  transform: rotate(45deg);
  vertical-align: 4px;
}

.recredit-functions__title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 96px;
  height: 5px;
  border-radius: 999px;
  background: #e7c54a;
  transform: translateX(-50%);
}

.recredit-functions__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.recredit-functions__item {
  display: flex;
  flex-direction: column;
  min-height: 342px;
  padding: 34px 30px 32px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  background: #fff;
  color: #111;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  transition: transform 0.28s ease;
}

.recredit-functions__item:hover {
  z-index: 2;
  transform: translateY(-8px) scale(1.04);
}

.recredit-functions__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #004A98;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.recredit-functions__item-title {
  min-height: 74px;
  margin: 0 0 22px;
  color: #1f3f72;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.48;
  text-align: center;
}

.recredit-functions__text,
.recredit-functions__emphasis {
  margin: 0;
  color: #111;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.75;
}

.recredit-functions__emphasis {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e6dcc4;
}

@media screen and (max-width: 900px) {
  .recredit-functions__grid {
    grid-template-columns: 1fr;
  }
  .recredit-functions__item {
    min-height: 0;
  }
  .recredit-functions__item-title {
    min-height: 0;
  }
}
@media screen and (max-width: 750px) {
  .recredit-functions {
    padding: 58px 0 68px;
  }
  .recredit-functions__inner {
    width: min(100% - 32px, 620px);
  }
  .recredit-functions__header {
    margin-bottom: 34px;
  }
  .recredit-functions__title {
    font-size: 28px;
  }
  .recredit-functions__title:before {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    box-shadow: 9px -8px 0 #004A98;
  }
  .recredit-functions__item {
    padding: 28px 24px 28px;
  }
  .recredit-functions__item-title {
    font-size: 22px;
  }
  .recredit-functions__text,
  .recredit-functions__emphasis {
    font-size: 16px;
  }
}
.recredit-scenes {
  background: #fcfbf5;
  color: #5d5d5d;
  padding: 78px 0 86px;
}

.recredit-scenes__inner {
  width: min(1120px, 100% - 48px);
  margin: 0 auto;
}

.recredit-scenes__header {
  margin-bottom: 46px;
  text-align: center;
}

.recredit-scenes__title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 20px;
  color: #5d5d5d;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.35;
}

.recredit-scenes__title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 84px;
  height: 5px;
  border-radius: 999px;
  background: #e7c54a;
  transform: translateX(-50%);
}

.recredit-scenes__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 44px;
  border-top: 1px solid #ddd3b8;
}

.relabs-machines .recredit-scenes__list {
  display: none;
}

.relabs-machine-grid.top-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
}

.relabs-machine-grid .top-product-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.relabs-machine-grid .top-product-card__frame {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 212.783px;
  padding-top: 40px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
}

.relabs-machine-grid .top-product-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 133px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.relabs-machine-grid .top-product-card__image img {
  display: block;
  max-width: 100%;
  max-height: 133px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.relabs-machine-grid .top-product-card__title {
  margin: 0;
  color: #5e5e5e;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.relabs-machine-grid .top-product-card__label {
  display: block;
  margin: 0;
  color: #4c4c4c;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
  background: transparent;
}

.relabs-machine-note {
  margin: 48px 0 0;
  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.relabs-machine-actions a {
  border-radius: 999px !important;
}

.recredit-compare__message-label {
  display: none;
}

.recredit-scenes__item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid #ddd3b8;
}

.recredit-scenes__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #ddd3b8;
  background: #fff;
  color: #004A98;
}

.recredit-scenes__icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.recredit-scenes__item-title {
  margin: 0 0 8px;
  color: #5d5d5d;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.45;
}

.recredit-scenes__text {
  margin: 0;
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
}

.recredit-scenes__actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 44px;
}

.recredit-scenes__button.c-button.--style-3 {
  min-width: 220px;
  padding: 17px 26px;
  border-radius: 8px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
}

.recredit-scenes__outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 16px 26px;
  border: 2px solid #004A98;
  border-radius: 8px;
  background: #fff;
  color: #004A98;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .relabs-machine-grid.top-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .recredit-scenes__list {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}
@media screen and (max-width: 750px) {
  .recredit-scenes {
    padding: 56px 0 66px;
  }
  .recredit-scenes__inner {
    width: min(100% - 32px, 620px);
  }
  .recredit-scenes__header {
    margin-bottom: 32px;
  }
  .recredit-scenes__title {
    font-size: 29px;
  }
  .recredit-scenes__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid #ddd3b8;
    border-bottom: 1px solid #ddd3b8;
  }
  .recredit-scenes__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    min-height: 150px;
    padding: 18px 10px 17px;
    border: 0;
    border-bottom: 1px solid #ddd3b8;
    background: transparent;
    text-align: center;
  }
  .recredit-scenes__item:nth-child(odd) {
    border-right: 1px solid #ddd3b8;
  }
  .recredit-scenes__item:nth-last-child(-n+2) {
    border-bottom: 0;
  }
  .recredit-scenes__icon {
    width: 46px;
    height: 46px;
    margin: 0 auto;
  }
  .recredit-scenes__icon svg {
    width: 24px;
    height: 24px;
  }
  .recredit-scenes__item-title {
    margin-bottom: 6px;
    font-size: 17px;
  }
  .recredit-scenes__text {
    font-size: 13px;
    line-height: 1.55;
  }
  .recredit-scenes__actions {
    gap: 12px;
    margin-top: 32px;
  }
  .recredit-scenes__button.c-button.--style-3,
  .recredit-scenes__outline-button {
    min-width: 0;
    flex: 1;
    padding: 14px 10px;
    font-size: 16px;
  }
}
.recredit-compare {
  background: #fff;
  color: #111;
  padding: 92px 0 96px;
}

.recredit-compare__inner {
  width: min(1080px, 100% - 48px);
  margin: 0 auto;
}

.recredit-compare__header {
  margin-bottom: 42px;
  text-align: center;
}

.recredit-compare__title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 20px;
  color: #111;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.4;
}

.recredit-compare__lead {
  margin: 18px 0 0;
  color: #5d5d5d;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
}

.recredit-compare__title:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  background: #e7c54a;
  box-shadow: 12px -10px 0 #004A98;
  transform: rotate(45deg);
  vertical-align: 4px;
}

.recredit-compare__title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 96px;
  height: 5px;
  border-radius: 999px;
  background: #e7c54a;
  transform: translateX(-50%);
}

.recredit-compare__table-wrap {
  overflow: visible;
  background: #fff;
  border-top: 3px solid #e7c54a;
}

.recredit-compare__table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  background: #fff;
  transform-origin: center top;
  transition: transform 0.28s ease;
}

.recredit-compare__table:hover {
  position: relative;
  z-index: 2;
  transform: none;
}

.recredit-compare__table th,
.recredit-compare__table td {
  padding: 27px 22px;
  border-bottom: 1px solid #eee5d2;
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}

.recredit-compare__table thead th {
  background: #fff;
  color: #4c4c4c;
  font-size: 15px;
  letter-spacing: 0.06em;
}

.recredit-compare__table thead th:nth-child(2),
.recredit-compare__table tbody td:nth-child(2) {
  position: relative;
  z-index: 1;
  background: #fbf7ec;
  color: #004A98;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease;
}

.recredit-compare__table-wrap:hover .recredit-compare__table thead th:nth-child(2),
.recredit-compare__table-wrap:hover .recredit-compare__table tbody td:nth-child(2) {
  z-index: 3;
  background: #fffaf0;
  box-shadow: 0 14px 28px rgba(0, 74, 152, 0.12);
  transform: translateY(-8px);
}

.recredit-compare__table tbody tr:last-child th,
.recredit-compare__table tbody tr:last-child td {
  border-bottom: 0;
}

.recredit-compare__table tbody th {
  width: 22%;
  color: #111;
  text-align: left;
}

.recredit-compare__table tbody td:nth-child(4) {
  color: #8b6c18;
}

.recredit-compare__badge {
  display: inline-block;
  min-width: 76px;
  padding: 7px 14px;
  border: 1px solid #d8c890;
  border-radius: 999px;
  background: #fffdf4;
  color: inherit;
  line-height: 1.2;
}

.recredit-compare__table td:nth-child(2) .recredit-compare__badge {
  border-color: #b7cadf;
  background: #fff;
  color: #004A98;
}

.recredit-compare__table td:nth-child(4) .recredit-compare__badge {
  border-color: #e7c54a;
  background: #fff9df;
}

.recredit-compare__message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 34px 0 0;
  padding: 26px 24px;
  border-top: 1px solid #e7c54a;
  border-bottom: 1px solid #e7c54a;
  background: #faf7e8;
  color: #111;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.recredit-compare__message-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid #d8c890;
  color: #004A98;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media screen and (max-width: 750px) {
  .recredit-compare {
    padding: 62px 0 70px;
  }
  .recredit-compare__inner {
    width: min(100% - 24px, 620px);
  }
  .recredit-compare__header {
    margin-bottom: 30px;
  }
  .recredit-compare__title {
    font-size: 28px;
  }
  .recredit-compare__lead {
    margin-top: 14px;
    font-size: 13px;
    text-align: left;
  }
  .recredit-compare__title:before {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    box-shadow: 9px -8px 0 #004A98;
  }
  .recredit-compare__table th,
  .recredit-compare__table td {
    padding: 14px 6px;
    font-size: 12px;
    word-break: keep-all;
  }
  .recredit-compare__table thead th {
    font-size: 11px;
  }
  .recredit-compare__message {
    flex-direction: column;
    gap: 12px;
    margin-top: 28px;
    padding: 22px 18px;
    font-size: 18px;
  }
}
.recredit-cases {
  background: #fcfbf5;
  color: #5d5d5d;
  padding: 78px 0 88px;
}

.recredit-cases__inner {
  width: min(1120px, 100% - 48px);
  margin: 0 auto;
}

.recredit-cases__header {
  margin-bottom: 46px;
  text-align: center;
}

.recredit-cases__title {
  margin: 0;
  color: #111;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.4;
}

.recredit-cases__lead {
  margin: 24px 0 0;
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.buying-cases__banner {
  width: min(100%, 1120px);
  margin: 56px auto 0;
}

.buying-cases__banner img {
  display: block;
  width: 100%;
  height: auto;
}

.recredit-cases__list {
  border-top: 1px solid #ddd3b8;
}

.recredit-cases__slider {
  overflow: visible;
}

.recredit-cases__list.swiper-wrapper {
  display: block;
}

.recredit-cases__item {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 34px;
  padding: 30px 0;
  border-bottom: 1px solid #ddd3b8;
  box-sizing: border-box;
}

.recredit-cases__item.swiper-slide {
  width: auto;
  height: auto;
  max-width: none;
}

.recredit-cases__label {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #5d5d5d;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.55;
}

.recredit-cases__label-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  background: #faf7e8;
  color: #004a98;
}

.recredit-cases__label-icon svg {
  display: block;
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.recredit-cases__points {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.recredit-cases__points li {
  position: relative;
  padding-left: 32px;
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.recredit-cases__points li:before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 16px;
  height: 8px;
  border-left: 2px solid #cdc59c;
  border-bottom: 2px solid #cdc59c;
  transform: rotate(-45deg);
}

.recredit-cases__points strong {
  color: #004A98;
  font-weight: 700;
}

.recredit-cases__actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 44px;
}

.recredit-cases__button.c-button.--style-3 {
  min-width: 220px;
  padding: 17px 26px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
}

.recredit-cases__outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 16px 26px;
  border: 2px solid #d8c890;
  border-radius: 5px;
  background: #fff;
  color: #5d5d5d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

.recredit-cases__pagination {
  display: none;
}

@media screen and (max-width: 900px) {
  .recredit-cases__item {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
@media screen and (max-width: 750px) {
  .recredit-cases {
    padding: 58px 0 68px;
  }
  .recredit-cases__inner {
    width: min(100% - 32px, 620px);
  }
  .recredit-cases__header {
    margin-bottom: 34px;
  }
  .recredit-cases__title {
    font-size: 28px;
  }
  .recredit-cases__lead {
    font-size: 15px;
  }
  .recredit-cases__slider {
    width: calc(100% + 32px);
    max-width: 100vw;
    margin-left: -16px;
    overflow: hidden;
    padding: 14px 16px 62px;
    box-sizing: border-box;
  }
  .recredit-cases__list.swiper-wrapper {
    display: flex;
    border-top: 1px solid #ddd3b8;
    transform: translate3d(0, 0, 0);
  }
  .recredit-cases__item {
    display: block;
    height: auto;
    padding: 28px 14px 30px;
    border: 0;
    border-bottom: 1px solid #ddd3b8;
    border-radius: 0;
    background: transparent;
  }
  .recredit-cases__label {
    font-size: 20px;
  }
  .recredit-cases__points li {
    font-size: 16px;
  }
  .recredit-cases__pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    bottom: 18px !important;
  }
  .recredit-cases__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: #d8c890;
    opacity: 1;
  }
  .recredit-cases__pagination .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 999px;
    background: #004A98;
  }
  .recredit-cases__actions {
    gap: 12px;
    margin-top: 32px;
  }
  .recredit-cases__button.c-button.--style-3,
  .recredit-cases__outline-button {
    min-width: 0;
    flex: 1;
    padding: 14px 10px;
    font-size: 16px;
  }
}
/* ReCredit: align with the site-wide white / beige Respect Force design tone */
.recredit-hero,
.recredit-overview,
.recredit-flow-intro,
.recredit-cases {
  background: #fff;
}

#recredit-cases.recredit-cases {
  background: #fcfbf5;
  color: #5d5d5d;
}

.recredit-functions,
.recredit-compare {
  background: #fff;
  color: #111;
}

#recredit-benefits.recredit-benefits {
  background: #fcfbf5;
  color: #111;
}

#recredit-scenes.recredit-scenes {
  background: #fcfbf5;
  color: #5d5d5d;
}

#recredit-scenes .recredit-scenes__button.c-button.--style-3 {
  color: #fff;
}

.recredit-hero__bg {
  background: radial-gradient(ellipse 80% 60% at 8% 92%, rgba(250, 247, 232, 0.92) 0%, transparent 72%), radial-gradient(ellipse 60% 50% at 90% 18%, rgba(231, 197, 74, 0.14) 0%, transparent 70%);
}

.recredit-issues__title,
.recredit-functions__title {
  color: #111;
}

.recredit-issues__title:before {
  filter: none;
}

.recredit-functions__item {
  border: 1px solid #f2ead2;
  border-left: 0;
  border-radius: 10px;
  box-shadow: none;
}

.recredit-compare__table-wrap {
  border: 1px solid #f2ead2;
  border-top: 3px solid #e7c54a;
  border-radius: 0;
  box-shadow: none;
}

.recredit-benefits__content,
.recredit-scenes__list,
.recredit-cases__list {
  border-top-color: #f2ead2;
  border-bottom-color: #f2ead2;
}

.recredit-benefits__group + .recredit-benefits__group,
.recredit-scenes__item,
.recredit-cases__item {
  border-color: #f2ead2;
}

#recredit-cases .recredit-cases__list {
  border-top: 1px solid #ddd3b8;
}

#recredit-cases .recredit-cases__slider {
  display: none;
}

#recredit-cases .recredit-cases__item {
  border-bottom: 1px solid #ddd3b8;
}

.recredit-functions__title:before,
.recredit-benefits__title:before,
.recredit-compare__title:before {
  background: #e7c54a;
  box-shadow: 12px -10px 0 #004A98;
}

.recredit-issues__title:after,
.recredit-solution__title:after,
.recredit-flow-intro__title:after,
.recredit-benefits__title:after,
.recredit-functions__title:after,
.recredit-scenes__title:after,
.recredit-compare__title:after {
  background: #e7c54a;
}

.recredit-benefits__button.c-button.--style-3,
.recredit-scenes__button.c-button.--style-3,
.recredit-cases__button.c-button.--style-3,
.recredit-benefits__outline-button,
.recredit-scenes__outline-button,
.recredit-cases__outline-button {
  border-radius: 5px;
}

.recredit-benefits__button.c-button.--style-3,
.recredit-scenes__button.c-button.--style-3,
.recredit-cases__button.c-button.--style-3 {
  background: #e7c54a;
  color: #111;
}

#recredit-cases .recredit-cases__button.c-button.--style-3 {
  color: #5d5d5d;
}

#recredit-scenes .recredit-scenes__button.c-button.--style-3,
.recredit-benefits__button.c-button.--style-3,
.recredit-scenes__button.c-button.--style-3,
.recredit-cases__button.c-button.--style-3 {
  color: #000;
}

.recredit-benefits__outline-button,
.recredit-scenes__outline-button,
.recredit-cases__outline-button {
  border-color: #d8c890;
  color: #5d5d5d;
  background: #fff;
}

#recredit-scenes .recredit-scenes__button.c-button.--style-3,
#recredit-scenes .recredit-scenes__outline-button {
  border-radius: 999px;
}

#recredit-benefits.recredit-benefits {
  background: #fcfbf5;
  padding: 92px 0 94px;
}

#recredit-benefits .recredit-benefits__inner {
  width: min(1120px, 100% - 48px);
}

#recredit-benefits .recredit-benefits__header {
  margin-bottom: 68px;
}

#recredit-benefits .recredit-benefits__title {
  display: block;
  padding-bottom: 0;
  color: #111;
  font-size: 39px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

#recredit-benefits .recredit-benefits__title-en {
  display: block;
  margin: 0 0 14px;
  color: #004A98;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

#recredit-benefits .recredit-benefits__content {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #f2ead2;
  border-bottom: 1px solid #f2ead2;
}

#recredit-benefits .recredit-benefits__group {
  padding: 42px 44px 44px;
  background: #fff;
}

#recredit-benefits #recredit-benefits-business {
  padding-right: 44px;
  background: #fff;
}

#recredit-benefits #recredit-benefits-business::before,
#recredit-benefits #recredit-benefits-business::after {
  content: none;
}

#recredit-benefits .recredit-benefits__group + .recredit-benefits__group {
  border-left: 1px solid #f2ead2;
}

#recredit-benefits .recredit-benefits__group-inner {
  transition: none;
}

#recredit-benefits .recredit-benefits__group:hover .recredit-benefits__group-inner {
  transform: none;
}

#recredit-benefits .recredit-benefits__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-bottom: 18px;
  padding: 7px 20px;
  border-radius: 3px;
  background: #ffe45b;
  color: #004A98;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

#recredit-benefits .recredit-benefits__group-title {
  margin-bottom: 22px;
  color: #173b72;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
}

#recredit-benefits .recredit-benefits__list {
  gap: 18px;
}

#recredit-benefits .recredit-benefits__list li {
  padding-left: 36px;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.85;
}

#recredit-benefits .recredit-benefits__list li:before {
  top: 0.72em;
  width: 17px;
  height: 9px;
  border-left: 3px solid #004A98;
  border-bottom: 3px solid #004A98;
}

#recredit-benefits .recredit-benefits__list strong {
  color: #111;
  font-weight: 800;
}

#recredit-benefits .recredit-benefits__list strong:after {
  content: " →";
  color: #004A98;
}

#recredit-benefits .recredit-benefits__actions {
  gap: 16px;
  margin-top: 44px;
}

#recredit-benefits .recredit-benefits__button.c-button.--style-3,
#recredit-benefits .recredit-benefits__outline-button {
  min-width: 180px;
  padding: 16px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
}

#recredit-benefits .recredit-benefits__button.c-button.--style-3 {
  background: #e7c54a;
  color: #111;
}

#recredit-benefits .recredit-benefits__outline-button {
  border: 1px solid #d8d4c4;
  background: #fff;
  color: #111;
}

#recredit-cases.recredit-cases {
  background: #fcfbf5;
  padding: 92px 0 94px;
  color: #5d5d5d;
}

#recredit-cases .recredit-cases__inner {
  width: min(1120px, 100% - 48px);
}

#recredit-cases .recredit-cases__header {
  margin-bottom: 46px;
}

#recredit-cases .recredit-cases__title {
  color: #111;
  font-size: 39px;
  font-weight: 800;
  line-height: 1.45;
}

#recredit-cases .recredit-cases__title-en {
  margin-bottom: 14px;
  color: #004A98;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

#recredit-cases .recredit-cases__lead {
  margin-top: 24px;
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

#recredit-cases .recredit-cases__slider {
  display: block;
  overflow: visible;
}

#recredit-cases .recredit-cases__list {
  border-top: 1px solid #ddd3b8;
}

#recredit-cases .recredit-cases__list.swiper-wrapper {
  display: block;
}

#recredit-cases .recredit-cases__item {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  padding: 34px 0;
  border-bottom: 1px solid #ddd3b8;
  background: transparent;
}

#recredit-cases .recredit-cases__image {
  overflow: hidden;
  margin: 0;
  aspect-ratio: 4/3;
  border-radius: 8px;
  background: #f3efe4;
}

#recredit-cases .recredit-cases__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#recredit-cases .recredit-cases__body {
  min-width: 0;
}

#recredit-cases .recredit-cases__label {
  display: block;
  margin: 0;
  color: #5d5d5d;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.55;
}

#recredit-cases .recredit-cases__label-icon {
  display: none;
}

#recredit-cases .recredit-cases__points {
  gap: 13px;
}

#recredit-cases .recredit-cases__points li {
  padding-left: 32px;
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}

#recredit-cases .recredit-cases__points li:before {
  top: 0.68em;
  width: 16px;
  height: 8px;
  border-left: 2px solid #cdc59c;
  border-bottom: 2px solid #cdc59c;
}

#recredit-cases .recredit-cases__points strong {
  color: #004A98;
  font-weight: 800;
}

#recredit-cases .recredit-cases__actions {
  gap: 16px;
  margin-top: 44px;
}

#recredit-cases .recredit-cases__button.c-button.--style-3,
#recredit-cases .recredit-cases__outline-button {
  min-width: 180px;
  padding: 16px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
}

#recredit-cases .recredit-cases__button.c-button.--style-3 {
  background: #e7c54a;
  color: #111;
}

#recredit-cases .recredit-cases__outline-button {
  border: 1px solid #d8d4c4;
  background: #fff;
  color: #111;
}

@media screen and (max-width: 900px) {
  #recredit-cases .recredit-cases__item {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  #recredit-cases .recredit-cases__image {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 750px) {
  #recredit-cases.recredit-cases {
    padding: 58px 0 68px;
  }
  #recredit-cases .recredit-cases__inner {
    width: min(100% - 32px, 620px);
  }
  #recredit-cases .recredit-cases__header {
    margin-bottom: 34px;
  }
  #recredit-cases .recredit-cases__title {
    font-size: 28px;
  }
  #recredit-cases .recredit-cases__slider {
    width: auto;
    max-width: none;
    margin-left: 0;
    overflow: visible;
    padding: 0;
  }
  #recredit-cases .recredit-cases__list.swiper-wrapper {
    display: block;
    transform: none !important;
  }
  #recredit-cases .recredit-cases__item {
    display: grid;
    width: auto !important;
    gap: 16px;
    padding: 28px 0;
    border-bottom: 1px solid #ddd3b8;
  }
  #recredit-cases .recredit-cases__label {
    font-size: 20px;
  }
  #recredit-cases .recredit-cases__points li {
    font-size: 15px;
  }
  #recredit-cases .recredit-cases__pagination {
    display: none;
  }
  #recredit-cases .recredit-cases__actions {
    flex-direction: column;
  }
  #recredit-cases .recredit-cases__button.c-button.--style-3,
  #recredit-cases .recredit-cases__outline-button {
    width: 100%;
    min-width: 0;
  }
}
@media screen and (max-width: 900px) {
  #recredit-benefits .recredit-benefits__content {
    grid-template-columns: 1fr;
  }
  #recredit-benefits .recredit-benefits__group + .recredit-benefits__group {
    border-left: 0;
    border-top: 1px solid #f2ead2;
  }
}
@media screen and (max-width: 750px) {
  #recredit-benefits.recredit-benefits {
    padding: 58px 0 68px;
  }
  #recredit-benefits .recredit-benefits__inner {
    width: min(100% - 32px, 620px);
  }
  #recredit-benefits .recredit-benefits__header {
    margin-bottom: 34px;
  }
  #recredit-benefits .recredit-benefits__title {
    font-size: 28px;
  }
  #recredit-benefits .recredit-benefits__group,
  #recredit-benefits #recredit-benefits-business {
    padding: 30px 0 34px;
  }
  #recredit-benefits .recredit-benefits__group-title {
    font-size: 21px;
  }
  #recredit-benefits .recredit-benefits__list li {
    font-size: 15px;
  }
  #recredit-benefits .recredit-benefits__actions {
    flex-direction: column;
  }
  #recredit-benefits .recredit-benefits__button.c-button.--style-3,
  #recredit-benefits .recredit-benefits__outline-button {
    width: 100%;
    min-width: 0;
  }
}
.recredit-compare__table thead th {
  background: #fff;
  color: #4c4c4c;
}

.recredit-compare__message {
  border-radius: 0;
  background: #faf7e8;
  color: #111;
}

#recredit-solution.recredit-solution {
  display: block;
  background: #faf7e8;
}

#recredit-solution .recredit-solution__label {
  display: block;
  margin: 0 0 12px;
  padding: 0;
  background: transparent;
  color: #004A98;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#recredit-solution .recredit-solution__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #f2ead2;
  border-bottom: 1px solid #f2ead2;
}

#recredit-solution .recredit-solution__column {
  position: relative;
  padding: 36px 40px 42px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: transform 0.28s ease;
}

#recredit-solution .recredit-solution__column:hover {
  z-index: 2;
  transform: translateY(-8px) scale(1.06);
}

#recredit-solution #recredit-solution-fee:hover {
  transform: translateY(-6px) scale(1.02);
  transform-origin: left center;
}

#recredit-solution .recredit-solution__column + .recredit-solution__column {
  border-left: 1px solid #f2ead2;
}

#recredit-solution .recredit-solution__column + .recredit-solution__column:before {
  content: none;
}

#recredit-solution .recredit-solution__column:first-child {
  padding-left: 0;
}

#recredit-solution .recredit-solution__column:last-child {
  padding-right: 0;
}

#recredit-solution .recredit-solution__column-icon {
  border-radius: 5px;
  background: #004A98;
  color: #fff;
}

#recredit-solution .recredit-solution__column-title {
  min-height: 0;
  padding-left: 0;
  color: #111;
}

#recredit-solution .recredit-solution__column-title:before {
  content: none;
}

#recredit-solution .recredit-solution__list li {
  color: #4c4c4c;
  font-weight: 500;
}

#recredit-solution.relabs-solution .recredit-solution__slider,
#recredit-solution.relabs-solution .recredit-solution__columns {
  overflow: visible;
}

#recredit-solution.relabs-solution .recredit-solution__column:nth-of-type(1):hover {
  transform: translateY(-6px) scale(1.02);
  transform-origin: left center;
}

#recredit-issues:not(.relabs-issues) .recredit-issues__slider {
  overflow: visible;
}

#recredit-issues:not(.relabs-issues) .recredit-issues__grid {
  padding: 28px;
  margin: -28px;
}

#recredit-issues:not(.relabs-issues) .recredit-issues__card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: baseline;
  column-gap: 12px;
}

#recredit-issues:not(.relabs-issues) .recredit-issues__card-number {
  margin: 0;
  line-height: 1.2;
}

#recredit-issues:not(.relabs-issues) .recredit-issues__card-title {
  margin: 0;
  line-height: 1.2;
}

#recredit-issues:not(.relabs-issues) .recredit-issues__list {
  grid-column: 1/-1;
  margin-top: 18px;
}

@media screen and (max-width: 750px) {
  #recredit-issues:not(.relabs-issues) .recredit-issues__slider {
    width: calc(100% + 56px);
    margin-left: -28px;
    overflow: hidden;
    padding: 28px 28px 62px;
  }
  #recredit-issues:not(.relabs-issues) .recredit-issues__grid.swiper-wrapper {
    padding: 0;
    margin: 0;
  }
}
#recredit-solution .recredit-solution__list li:before {
  width: 5px;
  height: 5px;
  border: 0;
  border-radius: 50%;
  background: #e7c54a;
  transform: none;
}

#recredit-functions.recredit-functions {
  background: #fff;
  color: #111;
}

#recredit-functions .recredit-functions__header {
  margin-bottom: 46px;
}

#recredit-functions .recredit-functions__title {
  color: #111;
}

#recredit-functions .recredit-functions__title:before {
  width: 0;
  height: 0;
  margin: 0;
  background: none;
  box-shadow: none;
}

#recredit-functions .recredit-functions__title:after {
  background: #e7c54a;
}

#recredit-functions .recredit-functions__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #f2ead2;
  border-bottom: 1px solid #f2ead2;
  isolation: isolate;
}

#recredit-functions .recredit-functions__item {
  min-height: 0;
  padding: 34px 40px 38px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #111;
  box-shadow: none;
}

#recredit-functions .recredit-functions__item:hover {
  z-index: 3;
  transform: none;
}

#recredit-functions .recredit-functions__item-inner {
  transition: transform 0.28s ease;
}

#recredit-functions .recredit-functions__item:hover .recredit-functions__item-inner {
  transform: translateY(-8px) scale(1.04);
}

#recredit-functions .recredit-functions__item + .recredit-functions__item {
  border-left: 1px solid #f2ead2;
}

#recredit-functions .recredit-functions__icon {
  width: 48px;
  height: 48px;
  margin: 0 0 22px;
  border-radius: 5px;
  background: #004A98;
  color: #fff;
  font-size: 24px;
}

#recredit-functions .recredit-functions__icon svg {
  display: block;
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#recredit-functions .recredit-functions__item-title {
  min-height: 0;
  margin-bottom: 18px;
  color: #111;
  font-size: 22px;
  line-height: 1.45;
  text-align: left;
}

#recredit-functions .recredit-functions__text,
#recredit-functions .recredit-functions__emphasis {
  color: #4c4c4c;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
}

#recredit-functions .recredit-functions__emphasis {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f2ead2;
}

#recredit-flow-intro .recredit-flow-intro__title:before,
#recredit-flow-intro .recredit-flow-intro__title:after,
#recredit-benefits .recredit-benefits__title:before,
#recredit-benefits .recredit-benefits__title:after,
#recredit-functions .recredit-functions__title:before,
#recredit-functions .recredit-functions__title:after,
#recredit-scenes .recredit-scenes__title:before,
#recredit-scenes .recredit-scenes__title:after,
#recredit-compare .recredit-compare__title:before,
#recredit-compare .recredit-compare__title:after {
  content: none;
  display: none;
}

.recredit-flow-intro__title-en,
.recredit-benefits__title-en,
.recredit-functions__title-en,
.recredit-scenes__title-en,
.recredit-compare__title-en,
.recredit-cases__title-en {
  display: block;
  margin: 0 0 10px;
  color: #004A98;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.recredit-hero-slider,
.recredit-hero__button.c-button.--style-3:hover,
.recredit-issues__card,
.recredit-functions__item,
.recredit-compare__table-wrap,
.recredit-compare__badge {
  box-shadow: none;
}

/* box-shadow reset: only apply to legacy decorative elements, not cards */
.recredit-hero-slider,
.recredit-compare__table-wrap,
.recredit-compare__badge {
  box-shadow: none !important;
}

#recredit-issues .recredit-issues__title,
#recredit-solution .recredit-solution__title,
#recredit-flow-intro .recredit-flow-intro__title,
#recredit-benefits .recredit-benefits__title,
#recredit-functions .recredit-functions__title,
#recredit-scenes .recredit-scenes__title,
#recredit-compare .recredit-compare__title,
#recredit-cases .recredit-cases__title {
  font-weight: 600;
  line-height: 1.4;
}

.recredit-hero__title {
  font-weight: 600;
}

.recredit-hero__button.c-button.--style-3:before,
.recredit-solution__button.c-button.--style-3:before {
  content: none;
  display: none;
}

@media screen and (max-width: 750px) {
  .recredit-functions__title:before,
  .recredit-benefits__title:before,
  .recredit-compare__title:before {
    box-shadow: 9px -8px 0 #004A98;
  }
  #recredit-solution .recredit-solution__columns {
    display: flex;
    grid-template-columns: none;
    border-top: 1px solid #f2ead2;
    border-bottom: 1px solid #f2ead2;
  }
  #recredit-solution .recredit-solution__column {
    padding: 28px 14px 32px;
    border: 0;
    border-right: 1px solid #f2ead2;
    border-radius: 0;
    background: transparent;
  }
  #recredit-solution .recredit-solution__column + .recredit-solution__column {
    border-left: 0;
    border-top: 0;
  }
  #recredit-functions .recredit-functions__grid {
    grid-template-columns: 1fr;
  }
  #recredit-functions .recredit-functions__item {
    padding: 28px 0 32px;
  }
  #recredit-functions .recredit-functions__item + .recredit-functions__item {
    border-left: 0;
    border-top: 1px solid #f2ead2;
  }
}
@media screen and (max-width: 750px) {
  #recredit-issues,
  #recredit-solution,
  #recredit-cases {
    overflow-x: hidden;
  }
  #recredit-hero,
  #recredit-hero .recredit-hero__inner,
  #recredit-hero .recredit-hero__content,
  #recredit-hero .recredit-hero__copy {
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    scrollbar-width: none;
  }
  #recredit-hero::-webkit-scrollbar,
  #recredit-hero .recredit-hero__inner::-webkit-scrollbar,
  #recredit-hero .recredit-hero__content::-webkit-scrollbar,
  #recredit-hero .recredit-hero__copy::-webkit-scrollbar,
  #recredit-hero .recredit-hero__visual::-webkit-scrollbar,
  #recredit-hero .recredit-hero-slider::-webkit-scrollbar,
  #recredit-hero .recredit-hero-slider .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
  #recredit-hero .recredit-hero__inner {
    width: calc(100% - 32px);
  }
  #recredit-hero .recredit-hero__lead,
  #recredit-hero .recredit-hero__target {
    max-width: 100%;
    word-break: break-all;
    overflow-wrap: anywhere;
  }
  #recredit-hero .recredit-hero__actions {
    width: 100%;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  #recredit-hero .recredit-hero__button.c-button.--style-3,
  #recredit-hero .recredit-hero__outline-button {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-inline-size: 0 !important;
    overflow: hidden;
    padding-right: 16px;
    padding-left: 16px;
    box-sizing: border-box;
  }
  #recredit-hero .recredit-hero__visual {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 32px 0 0 !important;
    overflow: hidden;
    transform: none !important;
    box-sizing: border-box;
  }
  #recredit-hero .recredit-hero-slider,
  #recredit-hero .recredit-hero-slider .swiper-wrapper,
  #recredit-hero .recredit-hero-slider .swiper-slide {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }
  #recredit-hero .recredit-hero-slider.swiper {
    display: block;
    overflow: hidden !important;
    contain: layout paint;
  }
  #recredit-hero .recredit-hero-slider .swiper-wrapper {
    overflow: hidden !important;
    transform: none !important;
  }
  #recredit-hero .recredit-hero-slider .swiper-slide,
  #recredit-hero .recredit-hero-slider .swiper-slide-active,
  #recredit-hero .recredit-hero-slider .swiper-slide-next,
  #recredit-hero .recredit-hero-slider .swiper-slide-prev,
  #recredit-hero .recredit-hero-slider .swiper-slide-duplicate {
    left: 0 !important;
    right: auto !important;
    transform: none !important;
  }
}
.relabs-hero .recredit-hero__inner {
  width: min(1200px, 100% - 48px);
  min-height: 680px;
}

.relabs-hero .recredit-hero__content {
  min-height: 680px;
}

.relabs-hero .recredit-hero__copy {
  position: relative;
  z-index: 2;
  width: min(48%, 560px);
  min-height: 680px;
  padding: 56px 0 48px;
}

.relabs-hero .recredit-hero__visual {
  top: 0;
  right: calc(-1 * max(24px, (100vw - min(1200px, 100vw - 48px)) / 2));
  bottom: 0;
  width: calc(52% + max(24px, (100vw - min(1200px, 100vw - 48px)) / 2));
  aspect-ratio: auto;
}

.relabs-hero .recredit-hero-slider {
  height: 100%;
  aspect-ratio: auto;
  background: #fff5fa;
}

.relabs-hero .recredit-hero-slider img {
  object-fit: cover;
  object-position: center;
}

.relabs-hero .recredit-hero__title {
  max-width: 560px;
  font-size: clamp(38px, 3vw, 50px);
  line-height: 1.28;
  word-break: normal;
  overflow-wrap: normal;
}

.relabs-hero__response-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 8px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e95084 0%, #f36d9b 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 24px rgba(233, 80, 132, 0.22);
}

.relabs-hero .recredit-hero__lead,
.relabs-hero .recredit-hero__target {
  max-width: 680px;
  font-size: 17px;
  line-height: 1.95;
}

.relabs-hero .recredit-hero__lead {
  margin-top: 34px;
}

.relabs-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.relabs-hero__features li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 16px;
  border: 1px solid #d8c994;
  border-radius: 999px;
  background: #fff;
  color: #004A98;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  box-sizing: border-box;
}

.relabs-hero .recredit-hero__actions {
  margin-top: 34px;
}

.relabs-hero .recredit-hero__button.c-button.--style-3,
.relabs-hero .recredit-hero__outline-button {
  min-width: 190px;
  border-radius: 999px;
}

#recredit-issues.relabs-issues {
  overflow: visible;
  padding-bottom: 55px;
}

.relabs-issues .recredit-issues__slider {
  overflow: visible;
  padding-top: 24px;
  padding-bottom: 24px;
}

.relabs-issues .recredit-issues__grid.swiper-wrapper {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.relabs-issues .recredit-issues__card {
  min-height: auto;
  padding: 34px 24px 24px;
}

.relabs-issues .recredit-issues__card:nth-of-type(1) {
  min-height: auto;
  padding-bottom: 24px;
}

.relabs-flow__note {
  max-width: 900px;
  margin: 44px auto 0;
  padding: 22px 28px;
  border: 1px solid #f2ead2;
  background: #fff;
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  box-sizing: border-box;
}

.relabs-price .recredit-compare__table {
  overflow: visible;
}

.relabs-price .recredit-compare__table th,
.relabs-price .recredit-compare__table td {
  width: auto;
}

.relabs-price .recredit-compare__table thead th:nth-child(2),
.relabs-price .recredit-compare__table tbody td:nth-child(2) {
  background: #fff;
}

.relabs-price .recredit-compare__badge {
  color: #004A98;
  background: #faf7e8;
}

.relabs-machines .recredit-scenes__icon {
  color: #004A98;
  font-size: 20px;
  font-weight: 800;
}

.relabs-faq {
  padding: 78px 0 88px;
  background: #fff;
}

.relabs-faq__inner {
  width: min(1000px, 100% - 48px);
  margin: 0 auto;
}

.relabs-faq__list {
  display: grid;
  gap: 14px;
}

.relabs-faq__item {
  border: 1px solid #f2ead2;
  background: #fcfbf5;
  box-sizing: border-box;
}

.relabs-faq__item summary {
  cursor: pointer;
  padding: 22px 26px;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.relabs-faq__item p {
  margin: 0;
  padding: 0 26px 24px;
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.relabs-final-cta {
  background: radial-gradient(ellipse 80% 60% at 12% 100%, rgba(250, 247, 232, 0.95) 0%, transparent 72%), #fff;
}

@media screen and (max-width: 1100px) {
  .relabs-hero .recredit-hero__copy {
    width: min(48%, 520px);
  }
  .relabs-hero .recredit-hero__visual {
    top: 0;
    right: calc(-1 * max(24px, (100vw - min(1200px, 100vw - 48px)) / 2));
    bottom: 0;
    width: calc(52% + max(24px, (100vw - min(1200px, 100vw - 48px)) / 2));
    aspect-ratio: auto;
  }
  .relabs-hero .recredit-hero__title {
    font-size: clamp(34px, 3.5vw, 44px);
  }
  .relabs-hero__response-tag {
    padding: 8px 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .relabs-issues .recredit-issues__grid.swiper-wrapper {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .relabs-hero .recredit-hero__inner,
  .relabs-hero .recredit-hero__content,
  .relabs-hero .recredit-hero__copy {
    min-height: 0;
  }
  .relabs-hero .recredit-hero__copy,
  .relabs-hero .recredit-hero__visual {
    width: 100%;
  }
  .relabs-hero .recredit-hero__visual {
    top: auto;
    right: auto;
    bottom: auto;
    aspect-ratio: 3/2;
  }
  .relabs-hero .recredit-hero-slider {
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 750px) {
  #recredit-issues.relabs-issues {
    overflow: visible;
    padding-bottom: 36px;
  }
  .relabs-issues .recredit-issues__slider {
    overflow: visible;
    padding-top: 24px;
    padding-bottom: 32px;
  }
  .relabs-hero .recredit-hero__inner {
    width: min(100% - 32px, 620px);
  }
  .relabs-hero .recredit-hero__title {
    font-size: clamp(31px, 8vw, 37px);
    line-height: 1.36;
    overflow-wrap: anywhere;
  }
  .relabs-hero__response-tag {
    margin-bottom: 14px;
    padding: 8px 14px;
    font-size: 14px;
  }
  .relabs-hero .recredit-hero__lead,
  .relabs-hero .recredit-hero__target {
    font-size: 15px;
    overflow-wrap: anywhere;
  }
  .relabs-hero__features {
    gap: 8px;
  }
  .relabs-hero__features li {
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
    font-size: 13px;
  }
  .relabs-flow__note {
    margin-top: 28px;
    padding: 18px 16px;
    font-size: 14px;
    text-align: left;
  }
  .relabs-faq {
    padding: 58px 0 68px;
    overflow-x: hidden;
  }
  .relabs-faq__inner {
    width: min(100% - 32px, 620px);
  }
  .relabs-faq__item summary {
    padding: 18px 18px;
    font-size: 16px;
  }
  .relabs-faq__item p {
    padding: 0 18px 20px;
    font-size: 14px;
  }
}
.buying-hero .recredit-hero__inner {
  width: min(1320px, 100% - 64px);
  min-height: 720px;
}

.buying-hero .recredit-hero__content {
  min-height: 720px;
}

.buying-hero .recredit-hero__copy {
  width: min(48%, 640px);
  min-height: 720px;
  padding: 70px clamp(32px, 4vw, 72px) 64px 0;
}

.buying-hero .recredit-hero__visual {
  width: calc(52% + max(32px, (100vw - min(1320px, 100vw - 64px)) / 2));
}

.buying-hero .recredit-hero__eyebrow {
  margin-bottom: 34px;
  font-size: 18px;
  line-height: 1.6;
}

.buying-hero .recredit-hero__title {
  max-width: 520px;
  font-size: clamp(44px, 3.4vw, 56px);
  line-height: 1.32;
  letter-spacing: 0.01em;
  word-break: normal;
  overflow-wrap: anywhere;
}

.buying-hero .recredit-hero__lead,
.buying-hero .recredit-hero__target {
  max-width: 560px;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.02em;
  word-break: normal;
  overflow-wrap: anywhere;
  white-space: normal;
}

.buying-hero .recredit-hero__lead {
  margin-top: 42px;
}

.buying-hero .recredit-hero__actions {
  margin-top: 48px;
}

.buying-hero .recredit-hero__button.c-button.--style-3,
.buying-hero .recredit-hero__outline-button {
  min-width: 230px;
  padding-top: 18px;
  padding-bottom: 18px;
}

@media screen and (max-width: 1100px) {
  .buying-hero .recredit-hero__copy {
    width: min(48%, 560px);
  }
  .buying-hero .recredit-hero__visual {
    width: calc(52% + max(24px, (100vw - min(1200px, 100vw - 48px)) / 2));
  }
  .buying-hero .recredit-hero__title {
    font-size: clamp(40px, 4.4vw, 52px);
  }
}
@media screen and (max-width: 900px) {
  .buying-hero .recredit-hero__inner,
  .buying-hero .recredit-hero__content,
  .buying-hero .recredit-hero__copy {
    min-height: 0;
  }
  .buying-hero .recredit-hero__copy {
    width: 100%;
    padding: 24px 0 0;
  }
  .buying-hero .recredit-hero__visual {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .buying-hero .recredit-hero__inner {
    width: min(100% - 32px, 620px);
    padding-top: 14px;
  }
  .buying-hero .recredit-hero__eyebrow {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.7;
  }
  .buying-hero .recredit-hero__title {
    font-size: clamp(31px, 8.4vw, 38px);
    line-height: 1.36;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .buying-hero .recredit-hero__lead {
    margin-top: 26px;
  }
  .buying-hero .recredit-hero__lead,
  .buying-hero .recredit-hero__target {
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 0.01em;
    word-break: normal;
    overflow-wrap: anywhere;
    white-space: normal;
  }
  .buying-hero .recredit-hero__actions {
    flex-direction: column;
    margin-top: 28px;
  }
  .buying-hero .recredit-hero__button.c-button.--style-3,
  .buying-hero .recredit-hero__outline-button {
    width: 100% !important;
    min-width: 0;
    padding: 15px 18px;
  }
}
.buying-section-header {
  margin-bottom: 42px;
  text-align: center;
}

.buying-section-header__en,
.buying-final-cta__label {
  display: block;
  margin: 0 0 12px;
  color: #004A98;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.buying-section-header__title {
  margin: 0;
  color: #111;
  font-size: 39px;
  font-weight: 600;
  line-height: 1.4;
}

.buying-value {
  padding: 78px 0 88px;
  background: #fff;
}

.buying-value__inner,
.buying-services__inner,
.buying-final-cta__inner {
  width: min(1120px, 100% - 48px);
  margin: 0 auto;
}

.buying-value__lead {
  display: grid;
  gap: 14px;
  max-width: 860px;
  margin: 0 auto 42px;
  color: #4c4c4c;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
  text-align: center;
}

.buying-value__lead p {
  margin: 0;
}

.buying-value__banner {
  width: min(100%, 1120px);
  margin: 0 auto 42px;
}

.buying-value__banner img {
  display: block;
  width: 100%;
  height: auto;
}

.buying-value__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #f2ead2;
  border-bottom: 1px solid #f2ead2;
}

.buying-value__grid {
  display: none;
}

.buying-value__card {
  padding: 34px 32px 38px;
  box-sizing: border-box;
}

.buying-value__card + .buying-value__card {
  border-left: 1px solid #f2ead2;
}

.buying-value__card h3 {
  margin: 0 0 16px;
  color: #004A98;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}

.buying-value__card p {
  margin: 0;
  color: #111;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.75;
}

.buying-services {
  padding: 78px 0 88px;
  background: #fcfbf5;
}

.buying-services__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid #f2ead2;
  border-bottom: 1px solid #f2ead2;
}

.buying-services__item {
  position: relative;
  min-height: 210px;
  padding: 34px 24px 36px;
  background: #fff;
  box-sizing: border-box;
}

.buying-services__item + .buying-services__item {
  border-left: 1px solid #f2ead2;
}

.buying-services__number {
  display: block;
  margin-bottom: 24px;
  color: #9ad8c6;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.buying-services__item h3 {
  margin: 0;
  color: #111;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.65;
}

.buying-final-cta {
  padding: 86px 0 94px;
  background: radial-gradient(ellipse 80% 60% at 12% 100%, rgba(250, 247, 232, 0.95) 0%, transparent 72%), #fff;
  text-align: center;
}

.buying-final-cta__inner {
  padding: 54px 42px 58px;
  border-top: 1px solid #f2ead2;
  border-bottom: 1px solid #f2ead2;
  box-sizing: border-box;
}

.buying-final-cta h2 {
  margin: 0;
  color: #111;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
}

.buying-final-cta p {
  margin: 22px 0 0;
  color: #4c4c4c;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

.buying-final-cta__actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 36px;
}

.buying-final-cta__actions .c-button,
.buying-final-cta__actions .recredit-cases__outline-button {
  border-radius: 999px !important;
}

.buying-final-cta__actions .relabs-line-button {
  border-color: #06C755;
  background: #06C755;
  color: #fff;
}

.buying-final-cta__actions .relabs-line-button:hover {
  border-color: #05b34c;
  background: #05b34c;
  color: #fff;
}

@media screen and (max-width: 900px) {
  .buying-value__grid,
  .buying-services__grid {
    grid-template-columns: 1fr;
  }
  .buying-value__card + .buying-value__card,
  .buying-services__item + .buying-services__item {
    border-left: 0;
    border-top: 1px solid #f2ead2;
  }
  .buying-services__item {
    min-height: 0;
  }
}
@media screen and (max-width: 750px) {
  .buying-section-header {
    margin-bottom: 30px;
  }
  .buying-section-header__title,
  .buying-final-cta h2 {
    font-size: 28px;
  }
  .buying-value,
  .buying-services,
  .buying-final-cta {
    padding: 58px 0 68px;
    overflow-x: hidden;
  }
  .buying-value__inner,
  .buying-services__inner,
  .buying-final-cta__inner {
    width: min(100% - 32px, 620px);
  }
  .buying-value__lead,
  .buying-final-cta p {
    font-size: 15px;
    text-align: left;
  }
  .buying-value__card,
  .buying-services__item {
    padding: 28px 0 30px;
  }
  .buying-value__card h3 {
    font-size: 20px;
  }
  .buying-services__item h3 {
    font-size: 18px;
  }
  .buying-final-cta__inner {
    padding: 34px 0 38px;
  }
  .buying-final-cta__actions {
    flex-direction: column;
    gap: 12px;
  }
  .buying-final-cta__actions .c-button,
  .buying-final-cta__actions .recredit-cases__outline-button {
    width: 100%;
    min-width: 0;
  }
}
.u-mb-50 {
  margin-bottom: 50rem;
}

.u-img-qr {
  width: 126rem;
  height: 126rem;
}

.u-pb-150 {
  padding-bottom: 150rem;
}

.u-pb-200 {
  padding-bottom: 200rem;
}

.u-font-60 {
  font-size: 60rem;
  line-height: 70rem;
}

@media screen and (max-width: 750px) {
  .u-font-60 {
    font-size: 80rem;
    line-height: 90rem;
  }
}
.u-mb-20 {
  margin-bottom: 20rem;
}

@media screen and (max-width: 750px) {
  .u-mb-20 {
    margin-bottom: 40rem;
  }
}
.u-bg-4 {
  background: url(../img/common/img_contact_1.png);
  background-size: cover;
}

.u-bg-gray-3 {
  background: #F6F6F6;
}

.u-gap-10 {
  gap: 10rem;
}

.u-gap-50 {
  gap: 50rem;
}

.u-bg-blue {
  background: #439FDB;
  color: #fff;
}

.u-bg-blue-2 {
  background: #F6FBFF !important;
  color: #fff;
}

.u-bg-blue-3 {
  background: #318BC7;
  color: #fff;
  padding-top: 10rem;
  padding-bottom: 10rem;
  font-size: 12rem;
}

.u-bg-orange {
  background: #F7964C;
  color: #fff;
}

.u-pr-20 {
  padding-right: 20rem;
}

.u-font-18 {
  font-size: 18rem !important;
  line-height: 28rem;
}

@media screen and (max-width: 750px) {
  .u-font-18 {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.u-width-350 {
  width: 350rem;
}

@media screen and (max-width: 750px) {
  .u-width-350 {
    width: 100%;
  }
}
.u-font-size-48 {
  font-size: 48rem;
  line-height: 62rem;
}

@media screen and (max-width: 750px) {
  .u-font-size-48 {
    font-size: 64rem;
    line-height: 78rem;
  }
}
.u-font-size-100 {
  font-size: 100rem;
  line-height: 100rem;
}

.u-font-size-32 {
  font-size: 32rem;
  line-height: 40rem;
}

@media screen and (max-width: 750px) {
  .u-font-size-32 {
    font-size: 50rem;
    line-height: 60rem;
  }
}
.u-font-size-22 {
  font-size: 22rem;
  line-height: 30rem;
}

@media screen and (max-width: 750px) {
  .u-font-size-22 {
    font-size: 38rem;
    line-height: 40rem;
  }
}
.u-font-size-38 {
  font-size: 38rem;
  line-height: 48rem;
}

@media screen and (max-width: 750px) {
  .u-font-size-38 {
    font-size: 50rem;
    line-height: 70rem;
  }
}
.u-font-size-50 {
  font-size: 50rem;
  line-height: 60rem;
}

@media screen and (max-width: 750px) {
  .u-font-size-50 {
    font-size: 60rem;
    line-height: 70rem;
  }
}
.u-font-family-oswald {
  font-family: "Oswald", sans-serif;
}

.u-font-size-80 {
  font-size: 80rem;
  line-height: 90rem;
}

@media screen and (max-width: 750px) {
  .u-font-size-80 {
    font-size: 100rem;
    line-height: 110rem;
  }
}
.u-font-size-68 {
  font-size: 68rem;
  line-height: 78rem;
}

@media screen and (max-width: 750px) {
  .u-font-size-68 {
    font-size: 80rem;
    line-height: 100rem;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-text-align-right {
    text-align: right;
  }
}
.u-width-n-350 {
  width: calc(100% - 350rem);
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .u-width-n-350 {
    width: 100%;
    padding-right: 0rem !important;
  }
}
.u-white-link {
  color: #fff !important;
}

.u-option-text {
  color: #554B35;
  font-size: 130rem;
  line-height: 100rem;
}

.u-option-text.--white {
  color: #fff;
}

.u-option-text span {
  display: block;
}

.u-option-text span:first-child {
  font-size: 36rem;
  line-height: 48rem;
  padding-bottom: 20rem;
}

@media screen and (max-width: 750px) {
  .u-option-text {
    font-size: 94rem;
    line-height: 94rem;
  }
  .u-option-text span {
    font-size: 64rem;
    line-height: 64rem;
  }
}
.u-font-size-26 {
  font-size: 26rem !important;
  line-height: 36rem !important;
}

@media screen and (max-width: 750px) {
  .u-font-size-26 {
    font-size: 36rem !important;
    line-height: 46rem !important;
  }
}
.u-font-size-43 {
  font-size: 43rem;
  line-height: 53rem;
}

@media screen and (max-width: 750px) {
  .u-font-size-43 {
    font-size: 50rem;
    line-height: 60rem;
  }
}
.u-border-bottom-1-blue {
  border-bottom: 1px solid #439FDB;
}

@media screen and (max-width: 750px) {
  .u-sp-pt-20 {
    padding-top: 20rem;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-pt-30 {
    padding-top: 30rem;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-pt-40 {
    padding-top: 40rem;
  }
}
.u-color-red {
  color: #F00;
}

.u-bg-trgl-left {
  overflow: hidden;
  position: relative;
}

.u-bg-trgl-left:before {
  content: "";
  display: block;
  width: 100%;
  height: 130%;
  background: #F8F8F8;
  position: absolute;
  top: -10%;
  left: -60%;
  z-index: -1;
  transform: rotate(-45deg);
}

@media screen and (max-width: 750px) {
  .u-bg-trgl-left:before {
    left: -40%;
    top: -5%;
    width: 100%;
    height: 500rem;
  }
}
.u-bg-trgl-left.--white:before {
  background: #F6F6F6 !important;
  z-index: 1;
  top: -520rem;
}

@media screen and (max-width: 750px) {
  .u-bg-trgl-left.--white:before {
    top: -5%;
  }
}
.u-bg-trgl-left.--pure-white:before {
  background: #fff !important;
  z-index: 1;
  top: -520rem;
}

@media screen and (max-width: 750px) {
  .u-bg-trgl-left.--pure-white:before {
    top: -5%;
  }
}
.u-bg-trgl-left * {
  position: relative;
  z-index: 100;
}

.u-bg-img-3 {
  background: url(../img/common/bg_footer.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.u-width-580 {
  width: 580rem;
}

@media screen and (max-width: 750px) {
  .u-width-580 {
    width: 100%;
  }
}
.u-n-mt-100 {
  margin-top: -100rem;
}

.u-width-224 {
  width: 224rem;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .u-width-224 {
    width: 100%;
  }
}
.u-width-n-224 {
  width: calc(100% - 264rem);
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .u-width-n-224 {
    width: 100%;
    padding-right: 0rem !important;
  }
}
.u-width-n-580 {
  width: calc(100% - 620rem);
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .u-width-n-580 {
    width: 100%;
    padding-right: 0rem !important;
  }
}
.u-width-n-550 {
  width: calc(100% - 590rem);
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .u-width-n-550 {
    width: 100%;
    padding-right: 0rem !important;
  }
}
.u-width-24 {
  width: 24rem;
}

.u-color-white {
  color: #fff;
}

.u-circle-white {
  border: 3px solid #fff;
  border-radius: 150rem;
  color: #fff;
  width: 124rem;
  height: 124rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34rem;
}

.u-p-10 {
  padding: 10rem;
}

@media screen and (max-width: 750px) {
  .u-p-10 {
    padding: 20rem;
  }
}
.u-p-20 {
  padding: 20rem;
}

@media screen and (max-width: 750px) {
  .u-p-20 {
    padding: 30rem;
  }
}
.u-inline-block {
  display: inline-block;
}

.u-p-20 {
  padding: 20rem;
}

.u-p-40 {
  padding: 40rem;
}

.u-p-15 {
  padding: 15rem;
}

.u-ml-10 {
  margin-left: 10rem;
}

.u-bg-gray {
  background: #EFEFEF;
}

.u-bg-gray-2 {
  background: #F8F8F8;
}

.u-width-410 {
  max-width: 410rem;
}

.u-pl-10 {
  padding-left: 10rem;
}

.u-ml-20 {
  margin-left: 20rem;
}

.u-pt-260 {
  padding-top: 260rem;
}

.u-border-bottom-1-gray {
  border-bottom: 1px solid #EDEDED;
}

.u-pt-360 {
  padding-top: 360rem;
}

.u-pr-30 {
  padding-right: 30rem;
}

.u-pl-30 {
  padding-left: 30rem;
}

.u-n-mt-100 {
  margin-top: -100rem;
}

.u-pr-50 {
  padding-right: 50rem;
}

.u-mb-30 {
  margin-bottom: 30rem;
}

.u-n-mt-50 {
  position: relative;
  top: -50rem;
}

.u-color-white {
  color: #fff;
}

@media screen and (max-width: 750px) {
  .u-sp-pb-40 {
    padding-bottom: 40rem !important;
  }
}
.u-n-mt-70 {
  position: relative;
  top: -70rem;
}

@media screen and (max-width: 750px) {
  .u-sp-pb-20 {
    padding-bottom: 20rem;
  }
}
.u-mt-n-200 {
  margin-top: -200rem;
}

.u-pb-60 {
  padding-bottom: 60rem;
}

@media screen and (max-width: 750px) {
  .u-pb-60 {
    padding-bottom: 80rem;
  }
}
.u-pb-100 {
  padding-bottom: 100rem;
}

.u-pb-60 {
  padding-bottom: 60rem;
}

.u-mb-60 {
  margin-bottom: 60rem;
}

.u-pb-50 {
  padding-bottom: 50rem;
}

.u-pb-70 {
  padding-bottom: 70rem;
}

.u-pt-20 {
  padding-top: 20rem !important;
}

.u-pt-10 {
  padding-top: 10rem;
}

.u-pt-80 {
  padding-top: 80rem;
}

@media screen and (max-width: 750px) {
  .u-pt-80 {
    padding-top: 40rem;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-pt-120 {
    padding-top: 120rem;
  }
}
.u-no-border-bottom {
  border-bottom: none !important;
}

@media screen and (max-width: 750px) {
  .u-sp-pt-80 {
    padding-top: 80rem !important;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-pt-60 {
    padding-top: 60rem !important;
  }
}
.u-mt-80 {
  margin-top: 80rem;
}

.u-mt-150 {
  margin-top: 150rem;
}

.u-mt-100 {
  margin-top: 100rem;
}

.u-pl-20 {
  padding-left: 20rem;
}

.u-width-60 {
  width: 60rem;
}

.u-ml-40 {
  margin-left: 40rem;
}

.u-mt-200 {
  margin-top: 200rem;
}

.u-mr-10 {
  margin-right: 10rem;
}

.u-pb-200 {
  padding-bottom: 200rem;
}

.u-bg-lightred {
  background: #f6ebe8 !important;
}

.u-bg-lightblue {
  background: #d6e3f2 !important;
}

.u-pt-200 {
  padding-top: 200rem;
}

.u-position-relative {
  position: relative;
}

.u-overflow-hidden {
  overflow: hidden;
  width: 100%;
}

.u-overflow-auto {
  overflow: auto;
  width: 100%;
}

.u-font-size-24 {
  font-size: 24rem;
  line-height: 46rem;
}

@media screen and (max-width: 750px) {
  .u-font-size-24 {
    font-size: 28rem;
    line-height: 42rem;
  }
}
.u-font-size-70 {
  font-size: 70rem;
  line-height: 80rem;
}

@media screen and (max-width: 750px) {
  .u-font-size-70 {
    font-size: 80rem;
    line-height: 90rem;
  }
}
.u-top-n-50 {
  top: -50rem;
}

.u-mt-n-50 {
  margin-top: -50rem;
}

.u-mt-n-60 {
  position: relative;
  top: -60rem;
}

.u-mt-n-60-pc {
  position: relative;
  top: -60rem;
}

@media screen and (max-width: 750px) {
  .u-mt-n-60-pc {
    margin-top: 0rem;
  }
}
@media screen and (max-width: 750px) {
  .u-pt-40-sp {
    padding-top: 40rem;
  }
}
.u-p-60 {
  padding: 60rem;
}

.u-p-50 {
  padding: 50rem;
}

.u-pb-30 {
  padding-bottom: 30rem;
}

@media screen and (max-width: 750px) {
  .u-pb-30 {
    padding-bottom: 40rem;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-pl-0 {
    padding-left: 0rem !important;
  }
}
.u-border-top-1px-gray {
  border-top: 1px solid #EDEDED;
}

.u-pt-60 {
  padding-top: 60rem;
}

.u-bottom-0 {
  bottom: 0rem;
}

.u-pt-50 {
  padding-top: 50rem;
}

.u-font-weight-bold {
  font-weight: bold;
}

.u-font-weight-normal {
  font-weight: normal;
}

.u-pb-160 {
  padding-bottom: 160rem;
}

.u-font-size-20 {
  font-size: 20rem;
  line-height: 32rem;
}

@media screen and (max-width: 750px) {
  .u-font-size-20 {
    font-size: 30rem;
    line-height: 48rem;
  }
}
.u-text-center {
  text-align: center;
}

.u-section-sub-title-1 {
  color: #8A7D60;
}

@media screen and (max-width: 750px) {
  .u-section-sub-title-1 {
    font-size: 20rem;
    line-height: 38rem;
    padding-right: 40rem;
    padding-left: 40rem;
  }
}
.u-width-550 {
  width: 550rem;
}

@media screen and (max-width: 750px) {
  .u-width-550 {
    width: 100%;
  }
}
.u-width-600 {
  width: 600rem;
}

@media screen and (max-width: 750px) {
  .u-width-600 {
    width: 100%;
  }
}
.u-width-100 {
  width: 100rem;
  max-width: 100rem;
}

@media screen and (max-width: 750px) {
  .u-width-100 {
    width: 100%;
  }
}
.u-section-title-1 {
  font-size: 28rem;
  line-height: 42rem;
  color: #fff;
  max-width: 750rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 750px) {
  .u-section-title-1 {
    font-size: 34rem;
    width: 100%;
    line-height: 54rem;
    padding-right: 40rem;
    padding-left: 40rem;
    box-sizing: border-box;
  }
}
.u-pl-60 {
  padding-left: 60rem;
}

@media screen and (max-width: 750px) {
  .u-pl-60 {
    padding-left: 0rem;
  }
}
.u-posiiton-r {
  position: relative;
}

.u-width-half {
  width: 50%;
}

.u-width-half_s {
  width: 48%;
}

.u-pt-20 {
  padding-top: 20rem;
}

.u-pb-20 {
  padding-bottom: 20rem !important;
}

@media screen and (max-width: 750px) {
  .u-pb-20-sp {
    padding-bottom: 20rem !important;
  }
}
.u-pb-10 {
  padding-bottom: 10rem;
}

.u-mt-100 {
  margin-top: 100rem;
}

.u-position-absolute {
  position: absolute;
}

.u-left-50pc {
  left: 50%;
}

@media screen and (max-width: 750px) {
  .u-sp-pl-0 {
    padding-left: 0rem !important;
  }
}
.u-top-n-30 {
  top: -30rem;
}

.u-bottom-n-30 {
  bottom: -30rem;
}

.u-bottom-n-50 {
  bottom: -50rem;
}

.u-z-100 {
  z-index: 100;
}

.u-mr-10 {
  margin-right: 10rem;
}

.u-mr-30 {
  margin-right: 30rem;
}

.u-pb-80 {
  padding-bottom: 80rem;
}

.u-color-black {
  color: #000;
}

.u-font-size-28 {
  font-size: 28rem;
  line-height: 42rem;
}

@media screen and (max-width: 750px) {
  .u-font-size-28 {
    font-size: 34rem;
    line-height: 54rem;
  }
}
.u-pt-0 {
  padding-top: 0rem;
}

.u-pb-140 {
  padding-bottom: 140rem;
}

.u-font-size-16 {
  font-size: 16rem;
  line-height: 32rem;
}

.u-font-size-16 p {
  font-size: 16rem !important;
  line-height: 36rem !important;
}

@media screen and (max-width: 750px) {
  .u-font-size-16 p {
    font-size: 24rem !important;
    line-height: 46rem !important;
  }
}
@media screen and (max-width: 750px) {
  .u-font-size-16 {
    font-size: 28rem !important;
    line-height: 48rem !important;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-mb-60 {
    margin-bottom: 60rem;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-mb-40 {
    margin-bottom: 40rem;
  }
}
.u-mb-40 {
  margin-bottom: 40rem;
}

.u-pt-180 {
  padding-top: 180rem;
}

.u-gap-30 {
  gap: 30rem;
}

.u-gap-40 {
  gap: 40rem;
}

.u-gap-20 {
  gap: 20rem;
}

.relabs-trouble-list {
  margin: 0;
  padding: 0;
}

.relabs-trouble-list.p-flex.--column-3 li {
  width: calc((100% - 40rem) / 3);
  margin: 0 !important;
}

@media screen and (max-width: 1200px) {
  .relabs-trouble-list.p-flex.--column-3 li {
    width: calc((100% - 40rem) / 3);
  }
}
@media screen and (max-width: 750px) {
  .relabs-trouble-list.p-flex.--sp-column-2 li {
    width: calc((100% - 20rem) / 2) !important;
    margin: 0 !important;
  }
}
.relabs-reason-list .p-product-box {
  width: calc((100% - 60rem) / 3);
  margin: 0 !important;
}

@media screen and (max-width: 1200px) {
  .relabs-reason-list .p-product-box {
    width: calc((100% - 60rem) / 3);
  }
}
@media screen and (max-width: 750px) {
  .relabs-reason-list .p-product-box {
    width: calc((100% - 30rem) / 2) !important;
    margin: 0 !important;
  }
}
.u-font-size-14 {
  font-size: 14rem;
  line-height: 28rem;
}

@media screen and (max-width: 750px) {
  .u-font-size-14 {
    font-size: 30rem;
    line-height: 38rem;
  }
}
.u-font-size-18 {
  font-size: 18rem;
  line-height: 32rem;
}

@media screen and (max-width: 750px) {
  .u-font-size-18 {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.u-border-bottom-1px-gray {
  border-bottom: 1px solid #EDEDED;
}

.u-border-1px-gray {
  border: 1px solid #EDEDED;
}

.u-text-box_1 {
  font-size: 14rem;
  line-height: 27rem;
}

@media screen and (max-width: 750px) {
  .u-text-box_1 {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.u-border-top-1-blue {
  border-top: 1px solid #439FDB;
}

.u-footer-logo {
  max-width: 165rem;
  padding-bottom: 20rem;
}

/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: relative;
  width: 50rem;
  height: 44rem;
  cursor: pointer;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4rem;
}

.btn-trigger,
.btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 0;
}

.btn-trigger span:nth-of-type(2) {
  top: 20rem;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*=============================
#btn01
=============================*/
#btn01.active span:nth-of-type(1) {
  transform: translateY(20rem) rotate(-45deg);
}

#btn01.active span:nth-of-type(2) {
  opacity: 0;
}

#btn01.active span:nth-of-type(3) {
  transform: translateY(-20rem) rotate(45deg);
}

.u-p-30 {
  padding: 30rem;
  box-sizing: border-box;
}

.u-width-720 {
  width: 720rem;
}

@media screen and (max-width: 750px) {
  .u-width-720 {
    width: 100%;
  }
}
.u-border-b1gray {
  border-bottom: 1px solid #EDEDED;
}

.u-border-b2gray {
  border-bottom: 1px solid #C7C7C7;
}

.u-pt-40 {
  padding-top: 40rem;
}

.u-pt-30 {
  padding-top: 30rem;
}

@media screen and (max-width: 750px) {
  .u-pt-30 {
    padding-top: 60rem;
  }
}
.u-max-width-470 {
  max-width: 470rem;
}

.u-pb-120 {
  padding-bottom: 120rem;
}

.u-text-left {
  text-align: left;
}

.u-mt-n-80 {
  margin-top: -80rem;
}

.u-mt-n-140 {
  margin-top: -140rem;
}

@media screen and (max-width: 750px) {
  .u-mt-n-140.--sp-0 {
    margin-top: 0rem;
  }
}
.u-mt-n-90 {
  margin-top: -90rem;
}

.u-p-100 {
  padding: 100rem;
}

@media screen and (max-width: 750px) {
  .u-p-100.--sp-p-40 {
    padding: 40rem;
  }
}
.u-pb-180 {
  padding-bottom: 180rem;
}

.u-color-blue {
  color: #439FDB;
}

.u-pr-40 {
  padding-right: 40rem;
}

.u-pr-40.--must {
  padding-right: 40rem !important;
}

.u-pr-60 {
  padding-right: 60rem;
}

.u-pr-60.--sp-0 {
  padding-right: 0rem;
}

@media screen and (max-width: 750px) {
  .u-sp-pb-60 {
    padding-bottom: 60rem !important;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-pt-40 {
    padding-top: 40rem;
  }
}
.u-bg-white {
  background: #fff;
}

.u-bg-white-right_1:before {
  content: "";
  background: #fff;
  height: 430rem;
  display: block;
  border-radius: 10rem 0 0 10rem;
  position: absolute;
  top: 220rem;
  right: 0rem;
  width: calc(100% - (100% - 1100rem) / 2 + 80rem);
  opacity: 0.9;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.06));
}

@media screen and (max-width: 750px) {
  .u-bg-white-right_1.--sp-none:before {
    display: none;
  }
}
.u-bg-none {
  background: none;
}

.u-pt-160 {
  padding-top: 160rem;
}

.u-pt-100 {
  padding-top: 100rem;
}

.u-font-size-60 {
  font-size: 60rem;
  line-height: 70rem;
}

@media screen and (max-width: 750px) {
  .u-font-size-60 {
    font-size: 80rem;
    line-height: 90rem;
  }
}
.u-font-size-40 {
  font-size: 40rem;
  line-height: 50rem;
}

@media screen and (max-width: 750px) {
  .u-font-size-40 {
    font-size: 50rem;
    line-height: 60rem;
  }
}
.u-width-500 {
  width: 500rem;
}

.u-width-half {
  width: 50%;
}

.u-bg-pink_1 {
  position: relative;
}

.u-bg-pink_1:before {
  content: "";
  display: block;
  width: 100%;
  height: 430rem;
  background: url(../img/common/img_salon_2.png);
  position: absolute;
  bottom: 0rem;
  left: 0rem;
}

.u-border-radius-10 {
  border-radius: 10rem;
}

.u-bg-img_1 {
  position: relative;
}

.u-bg-img_1:before {
  content: "";
  display: block;
  width: 100%;
  height: 430rem;
  background: url(../img/common/img_faq.png);
  position: absolute;
  top: 0rem;
  left: 0rem;
}

.u-bg-img-2 {
  background: url(../img/common/img_resister.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.u-sp-only {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .u-sp-only {
    display: block !important;
  }
}
.u-pc-only {
  display: block !important;
}

@media screen and (max-width: 750px) {
  .u-pc-only {
    display: none !important;
  }
}
.u-pc-only-flex {
  display: flex !important;
}

@media screen and (max-width: 750px) {
  .u-pc-only-flex {
    display: none !important;
  }
}
.u-pc-only-flex {
  display: flex;
}

@media screen and (max-width: 750px) {
  .u-pc-only-flex {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-none {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-pb-0 {
    padding-bottom: 0rem !important;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-pt-30 {
    padding-top: 30rem;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-pb-20 {
    padding-bottom: 20rem;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-pb-40 {
    padding-bottom: 40rem;
  }
}
.u-z-300 {
  z-index: 300;
}

.u-pb-255 {
  padding-bottom: 255rem;
}

/*option*/
/*==================================================
　5-2-1 3本線が×に
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn1 {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  background: #fff;
  cursor: pointer;
  width: 80rem;
  height: 80rem;
  z-index: 500;
  display: none;
}

@media screen and (max-width: 750px) {
  .openbtn1 {
    position: fixed;
    display: block;
    top: 0rem;
    right: 0rem;
    width: 105rem;
    height: 105rem;
  }
}
/*ボタン内側*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 27.5%;
  height: 3px;
  border-radius: 2px;
  background: #000;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 32.5%;
}

.openbtn1 span:nth-of-type(2) {
  top: 50%;
}

.openbtn1 span:nth-of-type(3) {
  top: 67.5%;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn1.active span:nth-of-type(1) {
  top: 38%;
  left: 33.5%;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3) {
  top: 58%;
  left: 34.5%;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.u-pt-90 {
  padding-top: 90rem;
}

.u-pb-90 {
  padding-bottom: 90rem;
}

.u-text-base {
  font-size: 14rem;
  line-height: 28rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-text-base.--white {
  color: #fff;
}

.u-text-base.--size-m {
  font-size: 16rem;
  line-height: 32rem;
}

@media screen and (max-width: 750px) {
  .u-text-base.--size-m {
    font-size: 24rem;
    line-height: 46rem;
  }
}
.u-text-base.--size-l {
  font-size: 24rem;
  line-height: 38rem;
}

.u-text-base.--type-mincho {
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 750px) {
  .u-text-base {
    font-size: 24rem;
    line-height: 46rem;
  }
}
.u-pb-40 {
  padding-bottom: 40rem;
}

@media screen and (max-width: 750px) {
  .u-pb-40 {
    padding-bottom: 40rem;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-mr-0 {
    margin-right: 0rem;
  }
}
.u-width-1100 {
  width: 1100rem;
}

@media screen and (max-width: 750px) {
  .u-sp-width-1600 {
    width: 1600rem;
  }
}
.u-pl-50 {
  padding-left: 50rem;
}

@media screen and (max-width: 750px) {
  .u-width-300-sp {
    width: 300rem !important;
  }
}
.ql-editor {
  font-family: "Zen Kaku Gothic New", sans-serif;
  word-break: break-all;
}

.ql-editor p {
  font-size: 16rem;
  padding-bottom: 40rem;
  line-height: 32rem;
}

.ql-editor p:last-child {
  padding-bottom: 0px;
}

@media screen and (max-width: 750px) {
  .ql-editor p {
    font-size: 28rem;
    padding-bottom: 60rem;
    line-height: 56rem;
  }
}
.ql-editor img {
  width: 100%;
  height: auto;
}

.ql-editor figure {
  width: 100%;
  margin-bottom: 30rem;
  border: 10rem solid #f1f1f6;
  box-sizing: border-box;
  border-radius: 10rem;
  line-height: 0rem;
  font-size: 0rem;
}

.ql-editor ul,
.ql-editor ol {
  background: #fff;
  padding: 40rem 40rem 40rem 60rem;
  box-sizing: border-box;
  margin: 0px 0px 40rem 0px;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.04));
}

.ql-editor ul li,
.ql-editor ol li {
  font-size: 16rem;
  line-height: 28rem;
  margin-bottom: 10rem;
}

@media screen and (max-width: 750px) {
  .ql-editor ul li,
  .ql-editor ol li {
    font-size: 32rem;
    line-height: 46rem;
    margin-bottom: 20rem;
  }
}
.ql-editor ul li {
  list-style-type: disc;
}

.ql-editor ol li {
  list-style-type: decimal;
}

.ql-editor h2 {
  background: #11589D;
  font-size: 18rem;
  line-height: 30rem;
  color: #fff;
  padding: 15rem 20rem 15rem 20rem;
  border-radius: 10rem;
  margin-bottom: 50rem;
  margin-top: 20rem;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .ql-editor h2 {
    font-size: 36rem;
    line-height: 50rem;
    padding: 30rem 40rem 30rem 40rem;
  }
}
.ql-editor h3 {
  font-size: 18rem;
  line-height: 30rem;
  margin-bottom: 50rem;
  border-bottom: 2rem solid #EFEFEF;
  margin-top: 20rem;
  padding-bottom: 15rem;
  position: relative;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .ql-editor h3 {
    font-size: 36rem;
    line-height: 50rem;
    padding-bottom: 30rem;
  }
}
.ql-editor h3:after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2px solid #11589D;
  width: 50rem;
  bottom: -2rem;
  left: 0rem;
}

.ql-editor h4 {
  font-size: 18rem;
  line-height: 30rem;
  padding-left: 20rem;
  margin-bottom: 50rem;
  border-left: 5rem solid #11589D;
  margin-top: 20rem;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .ql-editor h4 {
    font-size: 36rem;
    line-height: 50rem;
  }
}
.ql-editor #table-of-contents {
  text-align: center;
  background: none;
  color: #000;
  font-size: 16rem;
  line-height: 28rem;
  font-weight: bold;
  padding-bottom: 10rem;
  padding-top: 10rem;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin-bottom: 20rem;
  border-radius: 0rem;
}

.ql-editor .wp-block-quote {
  background: #C7C7C7;
  padding: 40rem;
  box-sizing: border-box;
  margin: 0px 0px 40rem 0px;
}

.ql-editor a {
  color: #11589D;
}

.ql-editor .syntaxhighlighter * {
  font-size: 14rem !important;
  line-height: 26rem !important;
}

.ql-editor .hcb_wrap {
  margin-bottom: 40rem !important;
}

.ql-editor .wp-block-group {
  background: #C7C7C7;
  padding: 40rem 40rem 40rem 60rem;
  box-sizing: border-box;
  margin: 0px 0px 40rem 0px;
  font-size: 14rem;
  line-height: 26rem;
}

@media screen and (max-width: 750px) {
  .ql-editor .wp-block-group {
    font-size: 28rem;
    line-height: 42rem;
    margin-bottom: 60rem;
  }
}
.ql-editor .movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  margin-bottom: 50rem;
}

@media screen and (max-width: 750px) {
  .ql-editor .movie-wrap {
    margin-bottom: 60rem;
  }
}
.ql-editor .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.ql-editor table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40rem;
  border: 1px solid #EFEFEF;
  border-radius: 10rem;
  background: #fff;
}

.ql-editor table tr th {
  background: #EFEFEF;
  padding: 10rem;
  font-size: 14rem;
  line-height: 26rem;
  border-bottom: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  width: 200rem;
}

.ql-editor table tr td {
  padding: 10rem;
  font-size: 14rem;
  line-height: 26rem;
  border-bottom: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  width: calc(100% - 200rem);
}

.list-sns {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.list-sns li {
  padding-right: 5rem;
  padding-left: 5rem;
}

.list-sns li a {
  width: 58rem;
  height: 58rem;
  display: block;
  padding: 5rem 20rem 5rem 20rem;
  color: #fff;
  text-decoration: none;
  border-radius: 40rem;
  font-size: 20rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

@media screen and (max-width: 750px) {
  .list-sns li a {
    width: 80rem;
    height: 80rem;
    font-size: 40rem;
    font-size: 24rem;
    padding: 10rem 30rem 10rem 30rem;
    box-sizing: border-box;
    border-radius: 40rem;
  }
}
.list-sns .tw {
  display: inline-block;
}

.list-sns .tw a {
  background: #4A99E9;
}

.list-sns .fb {
  display: inline-block;
}

.list-sns .fb a {
  background: #3975EA;
}

.list-sns .line {
  display: inline-block;
}

.list-sns .line a {
  background: #3CB035;
}

.list-sns .inst {
  display: inline-block;
}

.list-sns .inst a {
  background-image: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

@media screen and (max-width: 750px) {
  .list-sns.u-pt-40 {
    padding-top: 80rem;
  }
  .list-sns.u-pb-30 {
    padding-bottom: 60rem;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-text-left {
    text-align: left;
  }
}
.u-pb-0 {
  padding-bottom: 0rem;
}

.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-max-width-400 {
  max-width: 550rem;
}

.u-width-360 {
  width: 360rem;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .u-width-360 {
    width: 100%;
  }
}
.u-width-n-360 {
  width: calc(100% - 360rem);
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .u-width-n-360 {
    width: 100%;
  }
}
.u-width-full {
  width: 100%;
}

.u-all-zero {
  font-size: 0rem;
  line-height: 0rem;
}

.u-mb-100 {
  margin-bottom: 100rem;
}

.u-pl-40 {
  padding-left: 40rem;
}

.u-width-376 {
  max-width: 376rem;
}

.u-p-40 {
  padding: 40rem;
}

@media screen and (max-width: 750px) {
  .u-pt-sp-10 {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 750px) {
  .u-pt-sp-20 {
    padding-top: 20rem;
  }
}
@media screen and (max-width: 750px) {
  .u-pb-sp-10 {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 750px) {
  .u-pt-sp-40 {
    padding-top: 40rem;
  }
}
@media screen and (max-width: 750px) {
  .u-pb-sp-40 {
    padding-bottom: 40rem;
  }
}
@media screen and (max-width: 750px) {
  .u-pb-sp-60 {
    padding-bottom: 60rem;
  }
}
@media screen and (max-width: 750px) {
  .u-pt-sp-60 {
    padding-top: 60rem;
  }
}
@media screen and (max-width: 750px) {
  .u-pt-sp-0 {
    padding-top: 0rem;
  }
}
@media screen and (max-width: 750px) {
  .u-font-size-12 {
    font-size: 24rem;
  }
}
@media screen and (max-width: 750px) {
  .u-sp-pb-120 {
    padding-bottom: 120rem;
  }
}
.u-mb-80 {
  margin-bottom: 80rem;
}

.u-pr-10 {
  padding-right: 10rem;
}

.u-width-20 {
  width: 20rem;
}

@media screen and (max-width: 750px) {
  .u-width-20 {
    width: 40rem;
  }
}
.u-n-mt-2 {
  position: relative;
  top: -2rem;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.top-home {
  margin: 0;
  color: #2f2f2f;
  background: #f6f1df;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.top-wrap {
  width: min(1180px, 100% - 32px);
  margin: 0 auto;
}

.top-home__notice {
  display: none;
}

.top-header {
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 30;
}

.top-header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
}

.top-header__logo {
  flex: 0 0 auto;
}

.top-header__logo img {
  display: block;
  width: 182px;
  height: auto;
}

.top-header__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 24px;
}

.top-header__utility,
.top-header__nav-list,
.top-footer__links,
.top-footer__mini-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-header__utility {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 12px;
}

.top-header__utility a,
.top-header__nav-list a,
.top-footer-links__column a,
.top-footer__links a,
.top-footer__mini-links a {
  color: #2f2f2f;
}

.top-header__contact {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}

.top-header__phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.top-header__phone-label,
.top-header__phone-time {
  font-size: 11px;
  line-height: 1.4;
}

.top-header__phone-number {
  color: #0f4d88;
  font-size: 32px;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.top-header__cta,
.top-search__submit,
.top-contact__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  background: #d9b24c;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border: none;
  box-sizing: border-box;
}

.top-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid #d0d0d0;
  border-radius: 12px;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}

.top-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #0f4d88;
  margin: 5px 0;
}

.top-header__nav {
  border-top: 1px solid #ece7d7;
  background: #faf7ef;
}

.top-header__nav-list {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 700;
}

.top-header__nav-list a {
  display: block;
  padding: 8px 0;
}

.top-floating-rail {
  position: fixed;
  right: 0;
  top: 180px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.top-floating-rail__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 97px;
  height: 97px;
  padding: 11px 0 12px;
  border-radius: 10px 0 0 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  overflow: visible;
}

.top-floating-rail__item.is-line {
  background: #06c655;
  padding-bottom: 0;
}

.top-floating-rail__item.is-line::before {
  content: "";
  position: absolute;
  top: -14px;
  right: 100%;
  width: 24px;
  height: 132px;
}

.top-floating-rail__trigger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.top-floating-rail__item.is-phone {
  background: #cdc59c;
}

.top-floating-rail__label {
  display: block;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.top-floating-rail__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-floating-rail__item.is-line .top-floating-rail__icon {
  width: 60px;
  height: 60px;
  margin-top: 2px;
}

.top-floating-rail__item.is-phone .top-floating-rail__icon {
  width: 37px;
  height: 37px;
  margin-top: 9px;
}

.top-floating-rail__icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.top-floating-rail__item.is-line .top-floating-rail__icon img {
  object-fit: contain;
}

.top-floating-rail__popover {
  position: absolute;
  top: -14px;
  right: calc(100% + 17px);
  width: 344px;
  padding: 29px 27px 30px;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  transform: translateX(12px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.top-floating-rail__popover::after {
  content: "";
  position: absolute;
  top: 28px;
  right: -11px;
  width: 23px;
  height: 23px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: 8px -8px 20px rgba(0, 0, 0, 0.04);
}

.top-floating-rail__popover-inner {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.top-floating-rail__popover-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  border-radius: 5px;
  background: #65d792;
  color: #fff;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
}

.top-floating-rail__popover-link:hover,
.top-floating-rail__popover-link:focus-visible {
  background: #54cb83;
}

.top-floating-rail__popover-link--static {
  cursor: default;
}

.top-floating-rail__popover-link--static:hover,
.top-floating-rail__popover-link--static:focus-visible {
  background: #65d792;
}

.top-floating-rail__item.is-line:hover .top-floating-rail__popover,
.top-floating-rail__item.is-line:focus-within .top-floating-rail__popover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.top-hero {
  padding: 22px 0 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f6f1df 100%);
}

.top-hero__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.top-hero__main {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(31, 47, 70, 0.12);
}

.top-hero__main img,
.top-hero__thumb img,
.top-service__item img {
  display: block;
  width: 100%;
  height: auto;
}

.top-hero__thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.top-hero__thumb {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #e8e0c8;
  background: #fff;
}

.top-shortcuts {
  padding: 18px 0 12px;
}

.top-shortcuts__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.top-shortcuts__card {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  padding: 18px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 77, 136, 0.08);
}

.top-shortcuts__card img {
  width: 34px;
  height: 34px;
}

.top-shortcuts__card strong {
  display: block;
  color: #0f4d88;
  font-size: 15px;
  line-height: 1.5;
}

.top-shortcuts__card span {
  display: block;
  grid-column: 2/3;
  color: #7b7668;
  font-size: 12px;
  line-height: 1.6;
}

.top-search {
  padding: 10px 0 26px;
}

.top-search__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.top-search__chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #d8d0bb;
  color: #0f4d88;
  font-size: 13px;
  font-weight: 700;
}

.top-search__panel {
  display: grid;
  grid-template-columns: 220px 1fr 110px;
  gap: 12px;
  padding: 18px;
  border-radius: 18px;
  background: #f0ead5;
  border: 1px solid #e6dcc1;
}

.top-search__field {
  display: flex;
  align-items: center;
  min-height: 50px;
  background: #fff;
  border: 1px solid #e0d8c1;
  border-radius: 12px;
  padding: 0 14px;
  box-sizing: border-box;
}

.top-search__field select,
.top-search__field input {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2f2f2f;
  font-size: 14px;
}

.top-section,
.top-ranking,
.top-guide,
.top-contact,
.top-service {
  padding: 18px 0;
}

.top-section__head,
.top-ranking__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 18px;
}

.top-section__eyebrow {
  display: inline-block;
  color: #9b8954;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.top-section__title,
.top-ranking__title {
  margin-top: 6px;
  color: #0f4d88;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
}

.top-section__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9b8954;
  font-size: 13px;
  font-weight: 700;
}

.top-section__more::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.top-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.top-product-card {
  padding: 18px 16px 20px;
  border: 1px solid #e6deca;
  border-radius: 18px;
  background: #fffdf8;
}

.top-product-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #ede7d6;
}

.top-product-card__image img {
  max-width: 100%;
  max-height: 120px;
  width: auto;
  height: auto;
}

.top-product-card__title {
  margin: 0 0 8px;
  color: #0f4d88;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
}

.top-product-card__label {
  margin: 0 0 8px;
  color: #8c8778;
  font-size: 11px;
  line-height: 1.6;
}

.top-product-card__price {
  margin: 0;
  color: #2f2f2f;
  font-size: 28px;
  line-height: 1;
  font-family: "Oswald", sans-serif;
}

.top-product-card__price span {
  margin-left: 4px;
  font-size: 13px;
}

.top-ranking__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.top-ranking-card {
  padding: 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e5ddc8;
}

.top-ranking-card__rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #0f4d88;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.top-ranking-card__body {
  display: flex;
  align-items: center;
  gap: 12px;
}

.top-ranking-card__body img {
  width: 58px;
  height: 58px;
  -o-object-fit: contain;
  object-fit: contain;
  background: #fffdf8;
  border: 1px solid #ece4d2;
  border-radius: 10px;
  padding: 6px;
  box-sizing: border-box;
}

.top-ranking-card__body h3 {
  margin: 0 0 6px;
  color: #0f4d88;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}

.top-ranking-card__body p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}

.top-guide__header,
.top-service .top-guide__header {
  margin-bottom: 18px;
  text-align: center;
}

.top-guide__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.top-guide__card {
  padding: 24px 16px;
  border-radius: 18px;
  background: #fff;
  text-align: center;
  border: 1px solid #e5decb;
}

.top-guide__card img {
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
}

.top-guide__card h3 {
  margin: 0 0 8px;
  color: #0f4d88;
  font-size: 16px;
  font-weight: 700;
}

.top-guide__card p {
  margin: 0;
  color: #7d786c;
  font-size: 12px;
  line-height: 1.7;
}

.top-contact__panel {
  padding: 36px;
  border-radius: 24px;
  background: #fffdf8;
  border: 1px solid #e7dfcb;
}

.top-contact__header {
  text-align: center;
  margin-bottom: 22px;
}

.top-contact__header p {
  margin-top: 10px;
  color: #6f6b5f;
  font-size: 14px;
  line-height: 1.8;
}

.top-contact__details {
  display: grid;
  gap: 10px;
}

.top-contact__row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  align-items: center;
}

.top-contact__row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border-radius: 999px;
  background: #d3e7c8;
  color: #4a6b39;
  font-size: 12px;
  font-weight: 700;
}

.top-contact__row p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

.top-contact__cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.top-contact__phone {
  color: #0f4d88;
  font-size: 36px;
  line-height: 1;
  font-family: "Oswald", sans-serif;
}

.top-service__grid,
.top-footer-links__grid {
  display: grid;
  gap: 16px;
}

.top-service__grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.top-service__item {
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e7dfcb;
}

.top-service__item h3 {
  margin: 0;
  padding: 12px 14px 14px;
  color: #0f4d88;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}

.top-footer-links {
  padding: 28px 0;
  background: #ede5cf;
  border-top: 1px solid #e0d6bd;
}

.top-footer-links__grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.top-footer-links__column h2 {
  margin: 0 0 12px;
  color: #0f4d88;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}

.top-footer-links__column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-footer-links__column li + li {
  margin-top: 8px;
}

.top-footer-links__column a {
  font-size: 12px;
  line-height: 1.6;
}

.top-footer {
  color: #fff;
  background: #fff;
}

.top-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 0;
  color: #0f4d88;
}

.top-footer__brand img {
  width: 170px;
  height: auto;
  margin-bottom: 12px;
}

.top-footer__brand p {
  margin: 0;
  color: #5d5a51;
  font-size: 13px;
  line-height: 1.8;
}

.top-footer__info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}

.top-footer__phone-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}

.top-footer__phone-wrap span {
  color: #8a846f;
  font-size: 12px;
}

.top-footer__phone-wrap a {
  color: #0f4d88;
  font-size: 34px;
  line-height: 1;
  font-family: "Oswald", sans-serif;
}

.top-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 16px;
  font-size: 12px;
}

.top-footer__bottom {
  padding: 18px 0 24px;
  background: #f7f2e3;
  border-top: 1px solid #e2d9c1;
}

.top-footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.top-footer__mini-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.top-footer__mini-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e3dbc7;
  color: #0f4d88;
  font-size: 12px;
  font-weight: 700;
}

.top-footer__sns {
  display: flex;
  align-items: center;
  gap: 12px;
}

.top-footer__sns img {
  width: 18px;
  height: 18px;
}

.top-footer__copyright {
  margin: 18px 0 0;
  color: #8d8571;
  text-align: center;
  font-size: 11px;
  line-height: 1.6;
}

@media screen and (max-width: 1100px) {
  .top-floating-rail {
    display: none;
  }
  .top-product-grid,
  .top-ranking__grid,
  .top-service__grid,
  .top-footer-links__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .top-guide__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 750px) {
  .top-wrap {
    width: calc(100% - 24px);
  }
  .top-header {
    position: static;
  }
  .top-header__bar,
  .top-header__meta,
  .top-header__contact,
  .top-footer__inner,
  .top-footer__bottom-inner,
  .top-contact__cta-row {
    flex-direction: column;
    align-items: stretch;
  }
  .top-header__bar {
    gap: 16px;
  }
  .top-header__utility {
    display: none;
  }
  .top-header__phone {
    align-items: flex-start;
  }
  .top-header__phone-number,
  .top-contact__phone,
  .top-footer__phone-wrap a {
    font-size: 28px;
  }
  .top-header__cta {
    width: 100%;
  }
  .top-menu-toggle {
    display: block;
    align-self: flex-end;
  }
  .top-header__nav {
    display: none;
  }
  .top-header__nav.is-open {
    display: block;
  }
  .top-header__nav-list {
    flex-direction: column;
    gap: 0;
    padding: 8px 0 12px;
  }
  .top-header__nav-list li + li {
    border-top: 1px solid #ece7d7;
  }
  .top-hero {
    padding-top: 16px;
  }
  .top-hero__thumbs,
  .top-shortcuts__grid,
  .top-product-grid,
  .top-ranking__grid,
  .top-service__grid,
  .top-footer-links__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .top-shortcuts__card {
    grid-template-columns: 28px 1fr;
    padding: 16px 14px;
  }
  .top-search__panel,
  .top-contact__row {
    grid-template-columns: 1fr;
  }
  .top-section__head,
  .top-ranking__head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 14px;
  }
  .top-section__title,
  .top-ranking__title {
    font-size: 24px;
  }
  .top-product-card,
  .top-ranking-card,
  .top-guide__card,
  .top-service__item,
  .top-contact__panel {
    border-radius: 16px;
  }
  .top-product-card__image {
    height: 132px;
  }
  .top-product-card__image img {
    max-height: 92px;
  }
  .top-ranking-card__body {
    flex-direction: column;
    align-items: flex-start;
  }
  .top-guide__grid {
    grid-template-columns: 1fr 1fr;
  }
  .top-contact__panel {
    padding: 24px 18px;
  }
  .top-footer__info {
    align-items: flex-start;
  }
  .top-footer__phone-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .top-footer__links {
    justify-content: flex-start;
  }
}
/* Image-aligned top page refinements */
body.top-home {
  background: #fff;
  color: #3a3a3a;
}

body.top-home a:hover {
  opacity: 1;
}

.top-wrap {
  width: min(1186px, 100% - 20px);
}

.top-home__notice {
  display: none;
}

.top-header__announce {
  background: #004098;
  text-align: center;
  padding: 10px 16px;
}

.top-header__announce a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.12em;
  white-space: nowrap;
  text-decoration: none;
}

.top-header__announce-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  flex-shrink: 0;
  margin-top: 1px;
}

.top-header {
  position: static;
  background: #fff;
  border-bottom: 1px solid #ece6d7;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
}

.top-header__bar {
  width: calc(100% - 42px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 20px 0 22px;
  align-items: center;
}

.top-header__logo img {
  width: 206px;
}

.top-header__nav {
  flex: 1;
  border: 0;
  background: transparent;
}

.top-header__contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex: 0 0 auto;
}

.top-header__cta,
.top-search__submit,
.top-contact__button {
  min-height: 50px;
  padding: 0 28px;
  border-radius: 6px;
  background: #e6c443;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.top-header__cta {
  gap: 8px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.06);
}

.top-header__cta-icon {
  font-size: 18px;
  line-height: 1;
}

.top-header__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #4f4f4f;
}

.top-header__nav-list li {
  position: static;
}

.top-header__nav-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 8px;
  color: #4f4f4f;
}

.top-header__nav-list > .is-current > .top-header__nav-link {
  background: #faf7e8;
  border-radius: 6px;
}

.top-hero {
  padding: 0;
  background: #fff;
}

.top-hero__inner {
  gap: 6px;
}

.top-hero__main {
  border-radius: 0;
  box-shadow: none;
}

.top-hero__thumbs {
  gap: 6px;
}

.top-hero__thumb {
  border-radius: 0;
}

.top-shortcuts {
  padding: 10px 0 8px;
}

.top-shortcuts__grid {
  gap: 8px;
}

.top-shortcuts__card {
  grid-template-columns: 18px 1fr;
  gap: 8px;
  padding: 9px 10px;
  border: 1px solid #ddd5c4;
  border-radius: 2px;
  box-shadow: none;
}

.top-shortcuts__card img {
  width: 18px;
  height: 18px;
}

.top-shortcuts__card strong {
  font-size: 11px;
  line-height: 1.4;
  white-space: nowrap;
}

.top-shortcuts__card span {
  display: none;
}

.top-search {
  padding: 8px 0 12px;
}

.top-search__chips {
  display: none;
}

.top-search__panel {
  grid-template-columns: 170px 1fr 84px;
  gap: 8px;
  padding: 12px;
  border-radius: 0;
  background: #f4efdf;
  border: 1px solid #e7dec8;
}

.top-search__field {
  min-height: 36px;
  border-radius: 2px;
  padding: 0 10px;
}

.top-search__field select,
.top-search__field input {
  font-size: 11px;
}

.top-section,
.top-ranking,
.top-guide,
.top-contact,
.top-service {
  padding: 12px 0;
}

.top-section__head,
.top-ranking__head {
  margin-bottom: 10px;
}

.top-section__eyebrow {
  font-size: 9px;
  color: #9e9168;
  letter-spacing: 0.1em;
}

.top-section__title,
.top-ranking__title {
  margin-top: 2px;
  font-size: 16px;
  line-height: 1.5;
}

.top-section__more {
  min-height: 24px;
  padding: 0 10px;
  border-radius: 2px;
  background: #d7b962;
  color: #fff;
  font-size: 10px;
}

.top-section__more::after {
  display: none;
}

.top-product-grid {
  gap: 10px;
}

.top-product-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.top-product-card__image {
  height: 108px;
  margin-bottom: 7px;
  border-radius: 0;
  border-color: #ede4d2;
}

.top-product-card__image img {
  max-height: 76px;
}

.top-product-card__title {
  margin-bottom: 3px;
  font-size: 10px;
  line-height: 1.5;
}

.top-product-card__label {
  margin-bottom: 3px;
  font-size: 9px;
  line-height: 1.4;
}

.top-product-card__price {
  font-size: 22px;
}

.top-product-card__price span {
  font-size: 10px;
}

.top-ranking__grid {
  gap: 8px;
}

.top-ranking-card {
  padding: 8px;
  border-radius: 0;
}

.top-ranking-card__rank {
  width: 22px;
  height: 22px;
  margin-bottom: 6px;
  font-size: 10px;
}

.top-ranking-card__body {
  gap: 8px;
}

.top-ranking-card__body img {
  width: 42px;
  height: 42px;
  border-radius: 0;
  padding: 4px;
}

.top-ranking-card__body h3 {
  margin-bottom: 2px;
  font-size: 10px;
}

.top-ranking-card__body p {
  font-size: 10px;
}

.top-guide {
  margin-top: 8px;
  padding: 20px 0;
  background: #f5efdd;
}

.top-guide__header,
.top-service .top-guide__header {
  margin-bottom: 12px;
}

.top-guide__grid {
  gap: 10px;
}

.top-guide__card {
  padding: 14px 10px;
  border-radius: 0;
}

.top-guide__card img {
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
}

.top-guide__card h3 {
  margin-bottom: 4px;
  font-size: 12px;
}

.top-guide__card p {
  font-size: 10px;
  line-height: 1.5;
}

.top-contact {
  padding: 24px 0 10px;
}

.top-contact__panel {
  max-width: 520px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  margin: 0 auto;
}

.top-contact__header {
  margin-bottom: 14px;
}

.top-contact__header p {
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.8;
}

.top-contact__details {
  gap: 8px;
}

.top-contact__row {
  grid-template-columns: 86px 1fr;
  gap: 10px;
}

.top-contact__row span {
  min-height: 24px;
  border-radius: 2px;
  font-size: 10px;
}

.top-contact__row:nth-child(1) span {
  background: #e9f3d6;
  color: #62803b;
}

.top-contact__row:nth-child(2) span {
  background: #ffe7ef;
  color: #b35f79;
}

.top-contact__row:nth-child(3) span {
  background: #fff2ce;
  color: #9f8140;
}

.top-contact__row p {
  font-size: 11px;
  line-height: 1.7;
}

.top-contact__cta-row {
  margin-top: 14px;
  gap: 12px;
}

.top-contact__phone {
  font-size: 13px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.top-service {
  padding-top: 8px;
  padding-bottom: 18px;
}

.top-service__grid {
  gap: 8px;
}

.top-service__item {
  border-radius: 0;
}

.top-service__item h3 {
  padding: 6px 4px 0;
  text-align: center;
  font-size: 10px;
  color: #7a725f;
}

.top-footer {
  background: #fff;
  border-top: 1px solid #ebe3d1;
}

.top-footer__inner {
  align-items: center;
  padding: 20px 0 16px;
}

.top-footer__brand img {
  width: 120px;
  margin-bottom: 6px;
}

.top-footer__brand p {
  font-size: 10px;
}

.top-footer__phone-wrap span {
  font-size: 10px;
}

.top-footer__phone-wrap a {
  font-size: 24px;
}

.top-footer__links {
  font-size: 10px;
}

.top-footer-links {
  padding: 18px 0;
  background: #f7f2e3;
}

.top-footer-links__grid {
  gap: 12px;
}

.top-footer-links__column h2 {
  margin-bottom: 8px;
  font-size: 11px;
}

.top-footer-links__column li + li {
  margin-top: 4px;
}

.top-footer-links__column a {
  font-size: 10px;
}

.top-footer__bottom {
  padding: 12px 0 16px;
  background: #fff;
}

.top-footer__mini-links a {
  min-height: 30px;
  padding: 0 10px;
  border-radius: 2px;
  font-size: 10px;
}

.top-footer__sns img {
  width: 14px;
  height: 14px;
}

.top-footer__copyright {
  margin-top: 10px;
  font-size: 10px;
}

@media screen and (max-width: 750px) {
  .top-wrap {
    width: calc(100% - 16px);
  }
  .top-header {
    position: relative;
  }
  .top-header__announce {
    padding: 7px 12px;
  }
  .top-header__announce a {
    font-size: 12px;
    letter-spacing: 0.06em;
    gap: 7px;
  }
  .top-header__announce-arrow {
    width: 6px;
    height: 6px;
  }
  .top-header__bar {
    width: calc(100% - 16px);
    padding: 12px 0;
    gap: 10px;
  }
  .top-header__logo img {
    width: 124px;
  }
  .top-header__cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }
  .top-header__cta-icon {
    font-size: 14px;
  }
  .top-shortcuts__grid,
  .top-product-grid,
  .top-ranking__grid,
  .top-service__grid,
  .top-footer-links__grid,
  .top-guide__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .top-shortcuts__card {
    padding: 8px;
  }
  .top-shortcuts__card strong {
    white-space: normal;
  }
  .top-search__panel {
    grid-template-columns: 1fr;
  }
  .top-header__nav {
    display: none;
  }
  .top-header__nav.is-open {
    display: block;
    position: absolute;
    left: 8px;
    right: 8px;
    top: 100%;
    background: #fff;
    border: 1px solid #ece6d7;
    padding: 8px;
    z-index: 40;
  }
  .top-header__nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    font-size: 12px;
  }
  .top-header__nav-list a {
    justify-content: flex-start;
    min-height: 38px;
  }
  .top-contact__row {
    grid-template-columns: 1fr;
  }
  .top-footer__mini-links {
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .top-header {
    position: relative;
  }
  .top-header__bar {
    width: calc(100% - 20px);
    gap: 8px;
    padding: 10px 0;
  }
  .top-header__logo {
    flex: 0 0 auto;
  }
  .top-header__logo img {
    width: 118px;
  }
  .top-header__contact {
    gap: 8px;
  }
  .top-header__cta {
    min-height: 34px;
    padding: 0 10px;
    font-size: 11px;
    border-radius: 4px;
  }
  .top-header__cta-icon {
    font-size: 12px;
  }
  .top-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 34px;
    padding: 6px;
    border-radius: 4px;
  }
  .top-menu-toggle span {
    margin: 3px 0;
  }
  .top-header__nav {
    display: none;
  }
  .top-header__nav.is-open {
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    top: calc(100% + 6px);
    background: #fff;
    border: 1px solid #ece6d7;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    z-index: 60;
  }
  .top-header__nav-list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    font-size: 12px;
  }
  .top-header__nav-item {
    width: 100%;
  }
  .top-header__nav-link {
    display: flex;
    min-height: 40px;
    justify-content: flex-start;
    padding: 0 12px;
    border-radius: 4px;
  }
  .top-header__nav-item.is-current > .top-header__nav-link {
    background: transparent;
  }
  .top-header__nav-item.has-children {
    position: static;
  }
  .top-header__subnav {
    position: static;
    display: block;
    min-width: 0;
    padding: 0 0 6px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }
  .top-header__subnav a {
    min-height: 34px;
    padding: 0 12px 0 24px;
    font-size: 11px;
    border-radius: 4px;
  }
  .top-floating-rail {
    display: none;
  }
  .top-hero__thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
  }
  .top-shortcuts__grid,
  .top-product-grid,
  .top-ranking__grid,
  .top-guide__grid,
  .top-service__grid,
  .top-footer-links__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .top-search__panel {
    grid-template-columns: 1fr;
    padding: 10px;
  }
  .top-section__head,
  .top-ranking__head,
  .top-contact__cta-row,
  .top-footer__inner,
  .top-footer__bottom-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .top-section__more {
    align-self: flex-start;
  }
  .top-contact__panel {
    max-width: none;
  }
  .top-contact__row {
    grid-template-columns: 1fr;
  }
  .top-footer__info,
  .top-footer__phone-wrap,
  .top-footer__links {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .top-footer__mini-links {
    justify-content: flex-start;
  }
}
body.top-home .top-header__bar {
  align-items: center;
}

body.top-home .top-header {
  border-bottom: none;
}

body.top-home .top-header__nav {
  min-width: 0;
}

body.top-home .top-header__nav-list {
  flex-wrap: wrap;
}

body.top-home .top-header__nav-item {
  flex: 0 0 auto;
}

body.top-home .top-header__contact {
  flex-shrink: 0;
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
  body.top-home .top-service__grid,
  .top-service__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* ============================================
   Header complete override
   ============================================ */
.top-header__announce {
  background: #004098;
  text-align: center;
  padding: 9px 16px;
}

.top-header__announce a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-decoration: none;
  white-space: nowrap;
}

.top-header__announce-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  flex-shrink: 0;
  margin-top: 1px;
}

.top-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 30;
  background: #fff;
  border-bottom: 1px solid #ece6d7;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
}

.top-header__bar {
  width: calc(100% - 42px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  padding: 20px 0 22px;
}

.top-header__logo {
  flex: 0 0 auto;
}

.top-header__logo img {
  display: block;
  width: 206px;
  height: auto;
}

.top-header__nav {
  flex: 1;
  border: 0;
  background: transparent;
}

.top-header__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 700;
  color: #4f4f4f;
}

.top-header__nav-item {
  position: static;
}

.top-header__nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 8px;
  color: #4f4f4f;
  text-decoration: none;
  white-space: nowrap;
}

.top-header__nav-link:hover,
.top-header__nav-link:focus {
  background: #faf7e8;
  color: #4f4f4f;
  opacity: 1;
}

.top-header__nav-item.is-current > .top-header__nav-link {
  background: transparent;
}

.top-header__nav-item.has-children {
  position: relative;
}

.top-header__nav-caret {
  width: 8px;
  height: 8px;
  margin-left: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-1px) rotate(45deg);
}

.top-header__subnav {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  min-width: 240px;
  padding: 10px;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ece6d7;
  border-radius: 12px;
  box-shadow: 0 14px 32px rgba(29, 31, 41, 0.12);
  transform: translateX(-50%);
  z-index: 70;
}

.top-header__nav-item.has-children:hover > .top-header__subnav,
.top-header__subnav:hover,
.top-header__nav-item.has-children:focus-within > .top-header__subnav {
  display: block;
}

.top-header__subnav li {
  width: 100%;
}

.top-header__subnav a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  color: #4f4f4f;
  text-decoration: none;
}

.top-header__subnav a:hover,
.top-header__subnav a:focus {
  background: #faf7e8;
  color: #2a4f69;
  opacity: 1;
}

@media screen and (min-width: 751px) {
  #rf-product-inquiry {
    scroll-margin-top: 150px;
  }
}
.top-header__contact {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.top-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 6px;
  background: #e6c443;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.top-header__cta-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 1;
}

.top-menu-toggle {
  display: none;
}

@media screen and (max-width: 750px) {
  .top-header {
    position: relative;
  }
  .top-header__announce {
    padding: 7px 12px;
  }
  .top-header__announce a {
    font-size: 12px;
    letter-spacing: 0.05em;
    gap: 7px;
  }
  .top-header__announce-arrow {
    width: 6px;
    height: 6px;
  }
  .top-header__bar {
    width: calc(100% - 24px);
    padding: 10px 0;
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
  }
  .top-header__logo img {
    width: 120px;
  }
  .top-header__nav {
    display: none;
    flex: none;
  }
  .top-header__nav.is-open {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    border-bottom: 1px solid #ece6d7;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    z-index: 50;
  }
  .top-header__nav-list {
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 2px;
    padding: 8px 12px 14px;
    font-size: 13px;
  }
  .top-header__nav-list a {
    justify-content: flex-start;
    min-height: 44px;
    padding: 0 10px;
    border-radius: 4px;
  }
  .top-header__contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    gap: 8px;
    flex-shrink: 0;
  }
  .top-header__cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
    border-radius: 4px;
  }
  .top-header__cta-icon svg {
    width: 14px;
    height: 11px;
  }
  .top-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 38px;
    height: 38px;
    padding: 8px;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    flex-shrink: 0;
    cursor: pointer;
    box-sizing: border-box;
  }
  .top-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #004098;
    margin: 3px 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .top-header {
    position: relative;
  }
  .top-header__announce {
    padding: 7px 12px;
  }
  .top-header__announce a {
    font-size: 12px;
    letter-spacing: 0.05em;
    gap: 7px;
  }
  .top-header__announce-arrow {
    width: 6px;
    height: 6px;
  }
  .top-header__bar {
    width: calc(100% - 24px);
    padding: 10px 0;
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
  }
  .top-header__logo img {
    width: 120px;
  }
  .top-header__nav {
    display: none;
    flex: none;
  }
  .top-header__nav.is-open {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    border-bottom: 1px solid #ece6d7;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    z-index: 50;
  }
  .top-header__nav-list,
  body.top-home .top-header__nav-list {
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 2px;
    padding: 8px 12px 14px;
    font-size: 13px;
  }
  .top-header__nav-item,
  body.top-home .top-header__nav-item {
    width: 100%;
    flex: 0 0 auto;
  }
  .top-header__nav-list a {
    justify-content: flex-start;
    min-height: 44px;
    padding: 0 10px;
    border-radius: 4px;
  }
  .top-header__nav-item.has-children {
    position: static;
  }
  .top-header__subnav {
    position: static;
    display: block;
    min-width: 0;
    padding: 0 0 6px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }
  .top-header__subnav a {
    min-height: 34px;
    padding: 0 12px 0 24px;
    font-size: 11px;
    border-radius: 4px;
  }
  .top-header__contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    gap: 8px;
    flex-shrink: 0;
  }
  .top-header__cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
    border-radius: 4px;
  }
  .top-header__cta-icon svg {
    width: 14px;
    height: 11px;
  }
  .top-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 38px;
    height: 38px;
    padding: 8px;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    flex-shrink: 0;
    cursor: pointer;
    box-sizing: border-box;
  }
  .top-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #004098;
    margin: 3px 0;
  }
}
.top-hero {
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.top-hero-carousel {
  --hero-slide-width: 1186px;
  --hero-slide-gap: 33px;
  --hero-height: 426px;
  --hero-arrow-left: 103px;
  --hero-arrow-right: 59px;
  --hero-arrow-size: 60px;
  position: relative;
  width: 100vw;
  max-width: 100%;
  margin: 0;
}

.top-hero-carousel__viewport {
  position: relative;
  overflow: hidden;
  height: var(--hero-height);
}

.top-hero-carousel__track {
  display: flex;
  align-items: stretch;
  gap: var(--hero-slide-gap);
  height: 100%;
  will-change: transform;
}

.top-hero-carousel__slide {
  flex: 0 0 var(--hero-slide-width);
  width: var(--hero-slide-width);
  height: 100%;
}

.top-hero-carousel__frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.top-hero-carousel__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top-hero-carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: var(--hero-arrow-size);
  height: var(--hero-arrow-size);
  padding: 0;
  border: 0;
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
}

.top-hero-carousel__arrow--prev {
  left: var(--hero-arrow-left);
}

.top-hero-carousel__arrow--next {
  right: var(--hero-arrow-right);
}

.top-hero-carousel__arrow img {
  display: block;
  width: 100%;
  height: 100%;
}

.top-hero-carousel__arrow--next img {
  transform: scaleX(-1);
}

.top-shortcuts {
  padding: 72px 0 0;
  background: #fff;
}

.top-shortcuts .top-wrap {
  width: min(1192px, 100% - 20px);
}

.top-shortcuts__grid {
  display: grid;
  grid-template-columns: repeat(4, 283px);
  justify-content: space-between;
  gap: 12px;
}

.top-shortcuts__card {
  position: relative;
  display: grid;
  grid-template-columns: 41.346px 1fr 10px;
  align-items: center;
  gap: 15px;
  height: 59.045px;
  padding: 0 20px 0 10px;
  border: 0;
  border-radius: 10px;
  background: #faf7e8;
  box-shadow: none;
  text-decoration: none;
  box-sizing: border-box;
}

.top-shortcuts__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41.346px;
  height: 43px;
  flex: 0 0 41.346px;
}

.top-shortcuts__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top-shortcuts__card strong {
  display: block;
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.top-shortcuts__arrow {
  display: block;
  justify-self: end;
  flex: 0 0 7.072px;
  width: 7.072px;
  height: 7.072px;
  border-top: 1px solid #5d5d5d;
  border-right: 1px solid #5d5d5d;
  transform: rotate(45deg);
}

@media screen and (max-width: 750px) {
  .top-hero-carousel {
    width: 100%;
  }
  .top-shortcuts {
    padding-top: 12px;
  }
  .top-shortcuts .top-wrap {
    width: calc(100% - 16px);
  }
  .top-shortcuts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .top-shortcuts__card {
    grid-template-columns: 36px 1fr 10px;
    gap: 12px;
    height: 54px;
    padding: 0 14px 0 10px;
  }
  .top-shortcuts__icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }
  .top-shortcuts__icon img {
    width: 100%;
    height: 100%;
  }
  .top-shortcuts__card strong {
    font-size: 14px;
    line-height: 1.3;
    white-space: normal;
  }
  .top-shortcuts__arrow {
    flex-basis: 7.072px;
    width: 7.072px;
    height: 7.072px;
  }
}
body.top-home .top-search {
  padding: 36px 0 0;
  background: #fff;
}

body.top-home .top-search .top-wrap {
  width: min(1192px, 100% - 20px);
}

body.top-home .top-search__panel {
  display: block;
  margin: 0;
  padding: 39px 114px 47px;
  border: 0;
  border-radius: 10px;
  background: #faf7e8;
}

body.top-home .top-search__title {
  margin: 0 0 16px;
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

body.top-home .top-search__controls {
  display: grid;
  grid-template-columns: minmax(0, 807px) 141px;
  align-items: center;
  column-gap: 17px;
}

body.top-home .top-search__field {
  min-width: 0;
  border: 0;
}

body.top-home .top-search__field--keyword {
  display: block;
}

body.top-home .top-search__field input {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 22px;
  border: 0;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  box-sizing: border-box;
}

body.top-home .top-search__field input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

body.top-home .top-search__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 141px;
  height: 59px;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #e7c54a;
  color: #fff;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  box-shadow: none;
}

body.top-home .top-search__submit img {
  display: block;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
}

body.top-home .top-search__submit span {
  display: block;
}

@media screen and (max-width: 750px) {
  body.top-home .top-search {
    padding-top: 18px;
  }
  body.top-home .top-search .top-wrap {
    width: calc(100% - 16px);
  }
  body.top-home .top-search__panel {
    padding: 24px 16px 20px;
    border-radius: 10px;
  }
  body.top-home .top-search__title {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
  }
  body.top-home .top-search__controls {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  body.top-home .top-search__field input {
    height: 52px;
    padding: 0 16px;
    font-size: 16px;
    line-height: 20px;
  }
  body.top-home .top-search__submit {
    width: 100%;
    height: 52px;
    font-size: 16px;
    line-height: 20px;
  }
}
body.top-home .top-section {
  padding: 60px 0 0;
  background: #fff;
}

body.top-home .top-section .top-wrap {
  width: min(1196px, 100% - 20px);
}

body.top-home .top-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

body.top-home .top-section__head-main {
  display: flex;
  align-items: center;
  gap: 20px;
}

body.top-home .top-section__title {
  margin: 0;
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
}

body.top-home .top-section__eyebrow {
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}

body.top-home .top-section__more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 129px;
  height: 31px;
  padding: 0 20px;
  border-radius: 5px;
  background: #faf7e8;
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  box-sizing: border-box;
}

body.top-home .top-section__more i {
  display: block;
  width: 7.072px;
  height: 7.072px;
  border-top: 1px solid #5d5d5d;
  border-right: 1px solid #5d5d5d;
  transform: rotate(45deg);
}

body.top-home .top-section__tabs {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

body.top-home .top-section__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 41px;
  padding: 0 24px;
  border: 1px solid #cdc59c;
  border-radius: 5px;
  background: #fff;
  appearance: none;
  cursor: pointer;
  color: #cdc59c;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  box-sizing: border-box;
}

body.top-home .top-section__tab.is-active {
  border-color: #cdc59c;
  background: #cdc59c;
  color: #fff;
}

body.top-home .top-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
}

body.top-home .top-product-carousel__arrow {
  display: none;
}

body.top-home .top-product-grid[hidden] {
  display: none !important;
}

body.top-home .top-product-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

body.top-home .top-product-card__frame {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 212.783px;
  padding-top: 40px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
}

body.top-home .top-product-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 133px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.top-home .top-product-card__image img {
  display: block;
  max-width: 100%;
  max-height: 133px;
  width: auto;
  height: auto;
  object-fit: contain;
}

body.top-home .top-product-card__title {
  margin: 0;
  color: #5e5e5e;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

body.top-home .top-product-card__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  width: auto;
  max-width: 100%;
  padding: 0 8px;
  height: 24px;
  margin: -1px 0 0 1px;
  white-space: nowrap;
  background: #faf7e8;
  color: #5e5e5e;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

body.top-home .top-product-card__price {
  display: inline-flex;
  align-items: flex-end;
  gap: 3px;
  margin: -3px 0 0;
  white-space: nowrap;
}

body.top-home .top-product-card__price-number {
  color: #020202;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
}

body.top-home .top-product-card__price-unit {
  color: #5e5e5e;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  body.top-home .top-section {
    padding-top: 36px;
  }
  body.top-home .top-section .top-wrap {
    width: calc(100% - 16px);
  }
  body.top-home .top-section__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
  }
  body.top-home .top-section__head-main {
    flex-wrap: wrap;
    gap: 10px 12px;
  }
  body.top-home .top-section__title {
    font-size: 22px;
  }
  body.top-home .top-section__more {
    min-width: 112px;
    height: 30px;
    padding: 0 16px;
    font-size: 13px;
  }
  body.top-home .top-section__tabs {
    width: 100%;
  }
  body.top-home .top-section__tab {
    flex: 1 1 0;
    min-width: 0;
    height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }
  body.top-home .top-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
  }
  body.top-home .top-product-card {
    gap: 10px;
  }
  body.top-home .top-product-card__frame {
    height: 170px;
    padding-top: 28px;
  }
  body.top-home .top-product-card__image {
    width: 108px;
    height: 108px;
    border: 0 !important;
    border-radius: 0 !important;
  }
  body.top-home .top-product-card__image img {
    max-height: 108px;
  }
  body.top-home .top-product-card__title {
    font-size: 16px;
  }
  body.top-home .top-product-card__price-number {
    font-size: 24px;
    line-height: 28px;
  }
}
body.top-home .top-ranking {
  padding: 90px 0 0;
  background: #fff;
}

body.top-home .top-ranking:not(.is-alt) {
  padding-bottom: 90px;
}

body.top-home .top-ranking.is-alt {
  background: #fcfbf5;
  padding-bottom: 90px;
}

body.top-home .top-ranking .top-wrap {
  width: min(1188px, 100% - 20px);
}

body.top-home .top-ranking__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 62px;
}

body.top-home .top-ranking__head-main {
  display: flex;
  align-items: center;
  gap: 20px;
}

body.top-home .top-ranking__title {
  margin: 0;
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
}

body.top-home .top-ranking__eyebrow {
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}

body.top-home .top-ranking__grid {
  display: grid;
  grid-template-columns: repeat(4, 286px);
  gap: 10px 14px;
}

body.top-home .top-ranking-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11.364px;
  width: 286px;
  height: 86px;
  padding: 13.636px 13px 13.636px 18px;
  border: 1px solid #ddd;
  border-radius: 5.682px;
  background: #fff;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}

body.top-home .top-ranking-card__mini-rank {
  position: absolute;
  top: -10px;
  left: -10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  color: #fff;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

body.top-home .top-ranking-card.is-rank-1 .top-ranking-card__mini-rank {
  background: linear-gradient(135deg, #d4af37 0%, #f5df84 100%);
}

body.top-home .top-ranking-card.is-rank-2 .top-ranking-card__mini-rank {
  background: linear-gradient(135deg, #9ea4ad 0%, #d9dee5 100%);
}

body.top-home .top-ranking-card.is-rank-3 .top-ranking-card__mini-rank {
  background: linear-gradient(135deg, #9a6238 0%, #d8a073 100%);
}

body.top-home .top-ranking-card__text {
  flex: 1 1 auto;
  min-width: 0;
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 15.909px;
  line-height: 24px;
  font-weight: 400;
}

body.top-home .top-ranking-card__text span {
  display: block;
}

body.top-home .top-ranking-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  border-radius: 5px;
}

body.top-home .top-ranking-card__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media screen and (max-width: 750px) {
  body.top-home .top-ranking {
    padding-top: 52px;
  }
  body.top-home .top-ranking .top-wrap {
    width: calc(100% - 16px);
  }
  body.top-home .top-ranking__head {
    margin-bottom: 24px;
  }
  body.top-home .top-ranking__head-main {
    gap: 10px;
    flex-wrap: wrap;
  }
  body.top-home .top-ranking__title {
    font-size: 22px;
  }
  body.top-home .top-ranking__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  body.top-home .top-ranking-card {
    gap: 10px;
    width: 100%;
    height: 82px;
    padding: 12px;
  }
  body.top-home .top-ranking-card__mini-rank {
    top: -8px;
    left: -8px;
    width: 24px;
    height: 24px;
    font-size: 11px;
  }
  body.top-home .top-ranking-card__text {
    font-size: 14px;
    line-height: 20px;
  }
  body.top-home .top-ranking-card__image {
    flex-basis: 72px;
    width: 72px;
    height: 72px;
  }
}
body.top-home .top-guide {
  margin-top: 0;
  padding: 102px 0 96px;
  background: #faf7e8;
}

body.top-home .top-guide .top-wrap {
  width: min(1192.738px, 100% - 20px);
}

body.top-home .top-guide__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 56px;
}

body.top-home .top-guide__eyebrow {
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}

body.top-home .top-guide__title {
  margin: 16px 0 0;
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  line-height: 1.488;
  font-weight: 500;
  text-align: center;
}

body.top-home .top-guide__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 280.974px));
  justify-content: space-between;
  gap: 20px;
}

body.top-home .top-guide__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 158.198px;
  padding: 27px 20px 24px;
  border-radius: 5px;
  background: #fff;
  text-decoration: none;
  box-sizing: border-box;
}

body.top-home .top-guide__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41.346px;
  height: 43px;
  margin-bottom: 9px;
}

body.top-home .top-guide__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.top-home .top-guide__card h3 {
  margin: 0;
  color: #262626;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

body.top-home .top-guide__card h3 span {
  display: block;
}

@media screen and (max-width: 750px) {
  body.top-home .top-guide {
    padding: 52px 0;
  }
  body.top-home .top-guide .top-wrap {
    width: calc(100% - 16px);
  }
  body.top-home .top-guide__header {
    margin-bottom: 30px;
  }
  body.top-home .top-guide__title {
    margin-top: 12px;
    font-size: 22px;
    line-height: 1.4;
  }
  body.top-home .top-guide__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  body.top-home .top-guide__card {
    min-height: 140px;
    padding: 22px 16px 20px;
  }
}
body.top-home .top-contact {
  padding: 102px 0 90px;
  background: #fff;
}

body.top-home .top-contact .top-wrap {
  width: min(735px, 100% - 20px);
}

body.top-home .top-contact__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 74px;
}

body.top-home .top-contact__eyebrow {
  color: #545454;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}

body.top-home .top-contact__title {
  margin: 10px 0 0;
  color: #545454;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

body.top-home .top-contact__details {
  display: flex;
  flex-direction: column;
}

body.top-home .top-contact__row {
  display: grid;
  grid-template-columns: 80px 104px 1fr;
  align-items: start;
  column-gap: 31px;
  padding: 0 0 31px;
  margin-bottom: 31px;
  border-bottom: 1px solid #d8d8d8;
}

body.top-home .top-contact__date {
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}

body.top-home .top-contact__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 26px;
  border-radius: 5px;
  background: #fff7d9;
  color: #080808;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}

body.top-home .top-contact__category.is-esthe {
  background: #fff7d9;
}

body.top-home .top-contact__category.is-relax {
  background: #fff7d9;
}

body.top-home .top-contact__category.is-fitness {
  background: #fff7d9;
}

body.top-home .top-contact__text {
  margin: 0;
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}

body.top-home .top-contact__cta-row {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

body.top-home .top-contact__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 299px;
  height: 56px;
  border-radius: 5px;
  background: #faf7e8;
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 38px;
  font-weight: 400;
  text-decoration: none;
}

body.top-home .top-contact__button i {
  display: block;
  width: 7.072px;
  height: 7.072px;
  border-top: 1px solid #5d5d5d;
  border-right: 1px solid #5d5d5d;
  transform: rotate(45deg);
}

@media screen and (max-width: 750px) {
  body.top-home .top-contact {
    padding-top: 56px;
  }
  body.top-home .top-contact .top-wrap {
    width: calc(100% - 16px);
  }
  body.top-home .top-contact__header {
    margin-bottom: 38px;
  }
  body.top-home .top-contact__title {
    margin-top: 12px;
    font-size: 22px;
  }
  body.top-home .top-contact__row {
    grid-template-columns: 1fr;
    row-gap: 10px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  body.top-home .top-contact__button {
    width: 100%;
  }
}
body.top-home .top-service {
  padding: 74px 0 88px;
  background: #fcfbf5;
}

body.top-home .top-service .top-wrap {
  width: min(1292px, 100% - 20px);
}

body.top-home .top-service__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
}

body.top-home .top-service__eyebrow {
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}

body.top-home .top-service__title {
  margin: 12px 0 0;
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

body.top-home .top-service__grid {
  display: grid;
  grid-template-columns: repeat(3, 400.327px);
  justify-content: center;
  gap: 14px;
}

body.top-home .top-service__item {
  display: block;
  width: 400.327px;
  height: 143.977px;
}

body.top-home .top-service__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
  body.top-home .top-service__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.top-home .top-service__item {
    width: 100%;
    height: auto;
  }
  body.top-home .top-service__item img {
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  body.top-home .top-service {
    padding: 48px 0 52px;
    background: #fcfbf5;
  }
  body.top-home .top-service .top-wrap {
    width: calc(100% - 16px);
  }
  body.top-home .top-service__header {
    margin-bottom: 26px;
  }
  body.top-home .top-service__title {
    margin-top: 10px;
    font-size: 22px;
  }
  body.top-home .top-service__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  body.top-home .top-service__item {
    width: 100%;
    height: auto;
  }
  body.top-home .top-service__item img {
    height: auto;
  }
}
.top-service {
  padding: 74px 0 88px;
  background: #fcfbf5;
}

.top-service .top-wrap {
  width: min(1292px, 100% - 20px);
}

.top-service__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
}

.top-service__eyebrow {
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}

.top-service__title {
  margin: 12px 0 0;
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

.top-service__grid {
  display: grid;
  grid-template-columns: repeat(3, 400.327px);
  justify-content: center;
  gap: 14px;
}

.top-service__item {
  display: block;
  width: 400.327px;
  height: 143.977px;
}

.top-service__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
  .top-service__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .top-service__item {
    width: 100%;
    height: auto;
  }
  .top-service__item img {
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .top-service {
    padding: 48px 0 52px;
    background: #fcfbf5;
  }
  .top-service .top-wrap {
    width: calc(100% - 16px);
  }
  .top-service__header {
    margin-bottom: 26px;
  }
  .top-service__title {
    margin-top: 10px;
    font-size: 22px;
  }
  .top-service__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .top-service__item {
    width: 100%;
    height: auto;
  }
  .top-service__item img {
    height: auto;
  }
}
body.top-home .top-footer {
  padding: 12px 0 34px;
  background: #faf7e8;
}

body.top-home .top-footer .top-wrap {
  width: min(1494px, 100% - 96px);
}

body.top-home .top-footer__inner {
  display: block;
}

body.top-home .top-footer__top {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr) 154px auto;
  align-items: center;
  gap: 34px;
  padding: 34px 0 24px;
  border-bottom: 1px solid #ddd3b8;
}

body.top-home .top-footer__logo {
  display: block;
  width: 137px;
  height: 43px;
}

body.top-home .top-footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
}

body.top-home .top-footer__address {
  margin: 0;
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0;
}

body.top-home .top-footer__contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 154px;
  height: 46px;
  border: 2px solid #dcc573;
  border-radius: 6px;
  background: #fff;
  color: #dcc573;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

body.top-home .top-footer__contact-btn img {
  display: block;
  width: 14px;
  height: 14px;
}

body.top-home .top-footer__tel {
  text-align: left;
}

body.top-home .top-footer__tel p {
  margin: 0;
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 37px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

body.top-home .top-footer__tel p span {
  font-size: 14px;
  margin-right: 6px;
}

body.top-home .top-footer__tel small {
  display: block;
  margin-top: 8px;
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

body.top-home .top-footer__section {
  padding: 20px 0 22px;
  border-bottom: 1px solid #ddd3b8;
}

body.top-home .top-footer__section h2 {
  position: relative;
  margin: 0 0 18px 0;
  padding-left: 14px;
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

body.top-home .top-footer__section h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cdbf82;
}

body.top-home .top-footer__link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
}

body.top-home .top-footer__link-list a {
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

body.top-home .top-footer__link-list--products {
  max-width: 980px;
}

body.top-home .top-footer__guide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.top-home .top-footer__guide-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px 12px 16px;
  border-radius: 14px;
  background: #fff;
  text-decoration: none;
}

body.top-home .top-footer__guide-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41.346px;
  height: 41.346px;
  flex: 0 0 41.346px;
}

body.top-home .top-footer__guide-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.top-home .top-footer__guide-label {
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
}

body.top-home .top-footer__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding-top: 22px;
  background: transparent;
}

body.top-home .top-footer__policy-links {
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  max-width: 740px;
  font-size: 12px;
  line-height: 2;
  font-weight: 400;
}

body.top-home .top-footer__policy-links a {
  color: inherit;
  text-decoration: none;
}

body.top-home .top-footer__sns {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-self: end;
}

body.top-home .top-footer__sns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 0;
}

body.top-home .top-footer__sns img {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
}

body.top-home .top-footer__sns a[aria-label=X] img {
  width: 22px;
  height: 22px;
}

body.top-home .top-footer__sns a[aria-label=Instagram] img {
  width: 26px;
  height: 26px;
}

body.top-home .top-footer__sns a[aria-label=YouTube] img {
  width: 37px;
  height: 37px;
}

body.top-home .top-footer__sns a[aria-label=Facebook] img {
  width: 15px;
  height: 28px;
}

body.top-home .top-footer__sns a[aria-label=TikTok] img {
  width: 22px;
  height: 25px;
}

body.top-home .top-footer__sns a[aria-label=Threads] img {
  width: 23px;
  height: 25px;
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
  body.top-home .top-footer .top-wrap {
    width: calc(100% - 48px);
  }
  body.top-home .top-footer__top {
    grid-template-columns: 137px minmax(0, 1fr);
    gap: 20px 28px;
  }
  body.top-home .top-footer__contact-btn {
    grid-column: 1;
    width: 100%;
  }
  body.top-home .top-footer__tel {
    grid-column: 2;
  }
  body.top-home .top-footer__tel p {
    font-size: 30px;
  }
  body.top-home .top-footer__guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.top-home .top-footer__bottom {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }
  body.top-home .top-footer__sns {
    justify-self: start;
  }
}
@media screen and (max-width: 750px) {
  body.top-home .top-footer {
    padding: 12px 0 28px;
  }
  body.top-home .top-footer .top-wrap {
    width: calc(100% - 24px);
  }
  body.top-home .top-footer__top {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 0 18px;
  }
  body.top-home .top-footer__logo img {
    width: 100%;
    height: 100%;
  }
  body.top-home .top-footer__logo {
    width: 120px;
    height: 38px;
  }
  body.top-home .top-footer__address {
    font-size: 13px;
    line-height: 22px;
  }
  body.top-home .top-footer__contact-btn {
    width: 100%;
    max-width: 220px;
  }
  body.top-home .top-footer__tel p {
    font-size: 30px;
  }
  body.top-home .top-footer__section {
    padding: 16px 0 18px;
  }
  body.top-home .top-footer__link-list {
    gap: 10px 16px;
  }
  body.top-home .top-footer__link-list a {
    font-size: 14px;
  }
  body.top-home .top-footer__guide-grid {
    grid-template-columns: 1fr;
  }
  body.top-home .top-footer__bottom {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }
  body.top-home .top-footer__sns {
    gap: 16px;
    justify-self: start;
  }
}
.top-footer {
  padding: 12px 0 34px;
  background: #faf7e8;
}

.top-footer .top-wrap {
  width: min(1494px, 100% - 96px);
}

.top-footer__inner {
  display: block;
}

.top-footer__top {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr) 154px auto;
  align-items: center;
  gap: 34px;
  padding: 34px 0 24px;
  border-bottom: 1px solid #ddd3b8;
}

.top-footer__logo {
  display: block;
  width: 137px;
  height: 43px;
}

.top-footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top-footer__address {
  margin: 0;
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0;
}

.top-footer__contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 154px;
  height: 46px;
  border: 2px solid #dcc573;
  border-radius: 6px;
  background: #fff;
  color: #dcc573;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

.top-footer__contact-btn img {
  display: block;
  width: 14px;
  height: 14px;
}

.top-footer__tel {
  text-align: left;
}

.top-footer__tel p {
  margin: 0;
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 37px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.top-footer__tel p span {
  font-size: 14px;
  margin-right: 6px;
}

.top-footer__tel small {
  display: block;
  margin-top: 8px;
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.top-footer__section {
  padding: 20px 0 22px;
  border-bottom: 1px solid #ddd3b8;
}

.top-footer__section h2 {
  position: relative;
  margin: 0 0 18px;
  padding-left: 14px;
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.top-footer__section h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cdbf82;
}

.top-footer__link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
}

.top-footer__link-list a {
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.top-footer__link-list--products {
  max-width: 980px;
}

.top-footer__guide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.top-footer__guide-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px 12px 16px;
  border-radius: 14px;
  background: #fff;
  text-decoration: none;
}

.top-footer__guide-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41.346px;
  height: 41.346px;
  flex: 0 0 41.346px;
}

.top-footer__guide-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top-footer__guide-label {
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
}

.top-footer__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding-top: 22px;
  background: transparent;
}

.top-footer__policy-links {
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  max-width: 740px;
  font-size: 12px;
  line-height: 2;
  font-weight: 400;
}

.top-footer__policy-links a {
  color: inherit;
  text-decoration: none;
}

.top-footer__sns {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-self: end;
}

.top-footer__sns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 0;
}

.top-footer__sns img {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
}

.top-footer__sns a[aria-label=X] img {
  width: 22px;
  height: 22px;
}

.top-footer__sns a[aria-label=Instagram] img {
  width: 26px;
  height: 26px;
}

.top-footer__sns a[aria-label=YouTube] img {
  width: 37px;
  height: 37px;
}

.top-footer__sns a[aria-label=Facebook] img {
  width: 15px;
  height: 28px;
}

.top-footer__sns a[aria-label=TikTok] img {
  width: 22px;
  height: 25px;
}

.top-footer__sns a[aria-label=Threads] img {
  width: 23px;
  height: 25px;
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
  .top-footer .top-wrap {
    width: calc(100% - 48px);
  }
  .top-footer__top {
    grid-template-columns: 137px minmax(0, 1fr);
    gap: 20px 28px;
  }
  .top-footer__contact-btn {
    grid-column: 1;
    width: 100%;
  }
  .top-footer__tel {
    grid-column: 2;
  }
  .top-footer__tel p {
    font-size: 30px;
  }
  .top-footer__guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .top-footer__bottom {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }
  .top-footer__sns {
    justify-self: start;
  }
}
@media screen and (max-width: 750px) {
  .top-footer {
    padding: 12px 0 28px;
  }
  .top-footer .top-wrap {
    width: calc(100% - 24px);
  }
  .top-footer__top {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 0 18px;
  }
  .top-footer__logo {
    width: 120px;
    height: 38px;
  }
  .top-footer__address {
    font-size: 13px;
    line-height: 22px;
  }
  .top-footer__contact-btn {
    width: 100%;
    max-width: 220px;
  }
  .top-footer__tel p {
    font-size: 30px;
  }
  .top-footer__section {
    padding: 16px 0 18px;
  }
  .top-footer__link-list {
    gap: 10px 16px;
  }
  .top-footer__link-list a {
    font-size: 14px;
  }
  .top-footer__guide-grid {
    grid-template-columns: 1fr;
  }
  .top-footer__bottom {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }
  .top-footer__sns {
    gap: 16px;
    justify-self: start;
  }
}
.rf-listing-page {
  padding: 56px 0 132px;
}

.rf-listing-page__inner {
  width: min(1192px, 100% - 48px);
  margin: 0 auto;
}

.rf-listing-page__header {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}

.rf-listing-page__title {
  color: #111;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.rf-listing-page__rule {
  flex: 1 1 auto;
  height: 1px;
  background: #d7d7d7;
}

.rf-listing__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 34px;
}

.rf-listing__count {
  color: #111;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.rf-listing__count span {
  color: #004098;
  font-size: 20px;
}

.rf-listing__sort select {
  width: 191px;
  height: 32px;
  padding: 0 28px 0 13px;
  border: 1px solid #111;
  border-radius: 5px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23000' stroke-width='1.3'/%3E%3C/svg%3E") no-repeat right 10px center;
  color: #111;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  appearance: none;
}

.rf-listing__filter-toggle {
  display: none;
}

.rf-listing__layout {
  display: grid;
  grid-template-columns: 252px minmax(0, 912px);
  gap: 28px;
  align-items: start;
}

.rf-listing-sidebar {
  width: 252px;
}

.rf-listing-sidebar__section + .rf-listing-sidebar__section {
  margin-top: 32px;
}

.rf-listing-sidebar__heading {
  margin: 0 0 15px;
  color: #111;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}

.rf-listing-sidebar__box,
.rf-listing-sidebar__categories {
  background: #faf7e8;
}

.rf-listing-sidebar__box {
  padding: 16px 17px 18px;
}

.rf-listing-sidebar__caption {
  margin-bottom: 16px;
  color: #111;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}

.rf-listing-sidebar__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 29px;
  margin-bottom: 18px;
}

.rf-listing-chip {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 0 12px;
  border: 1px solid #acacac;
  border-radius: 5px;
  background: #fff;
  color: #111;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}

.rf-listing-sidebar__clear {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 36px;
  border-radius: 5px;
  background: #eae4c5;
  color: #111;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}

.rf-category-group {
  border-top: 1px solid #fff;
}

.rf-category-group:first-child {
  border-top: 0;
}

.rf-category-group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 12px;
  cursor: pointer;
  list-style: none;
  color: #111;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.rf-category-group[open] summary {
  background: #cdc59c;
  color: #fff;
  margin-bottom: 12px;
}

.rf-category-group__summary {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.rf-category-group summary::-webkit-details-marker {
  display: none;
}

.rf-category-group summary i::before {
  content: "+";
  color: #111;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.rf-category-group[open] summary i::before {
  color: #fff;
}

.rf-category-group summary i {
  flex: 0 0 16px;
  width: 16px;
  margin-left: 10px;
  text-align: center;
}

.rf-category-group[open] summary i::before {
  content: "−";
}

.rf-category-group__options {
  padding: 0 12px 16px;
}

.rf-category-group__count,
.rf-check__count {
  color: #777;
  font-size: 11px;
  flex: 0 0 auto;
  line-height: 1.4;
  white-space: nowrap;
}

.rf-category-group[open] .rf-category-group__count,
.rf-category-group[open] .rf-check--category-parent {
  color: #fff;
}

.rf-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #111;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 400;
}

.rf-check span:first-of-type {
  flex: 1 1 auto;
  min-width: 0;
}

.rf-check--category-parent {
  align-items: center;
  flex: 1 1 auto;
  gap: 8px;
  max-width: calc(100% - 52px);
  min-width: 0;
}

.rf-check--category-parent span:first-of-type {
  flex: 0 1 auto;
  max-width: 100%;
  line-height: 1.35;
}

.rf-check + .rf-check {
  margin-top: 6px;
}

.rf-check input[type=checkbox] {
  display: inline-block !important;
  flex: 0 0 19px;
  width: 19px;
  height: 19px;
  margin: 1px 0 0;
  border: 1px solid #dfdfdf;
  opacity: 1 !important;
  visibility: visible !important;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  background: #fff !important;
  accent-color: #e7c54a;
}

.rf-price-box__note {
  margin: 0 0 14px auto;
  width: 121px;
  padding: 8px 10px;
  background: #d9d9d9;
  color: #111;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  line-height: 1.4;
}

.rf-price-box__values {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.rf-price-box__value {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rf-price-box__value span {
  color: #7d7d7d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  line-height: 1;
}

.rf-price-box__value strong {
  color: #111;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.rf-price-slider {
  position: relative;
  height: 28px;
  margin-bottom: 14px;
}

.rf-price-slider__track,
.rf-price-slider__range {
  position: absolute;
  top: 50%;
  height: 4px;
  border-radius: 999px;
  transform: translateY(-50%);
}

.rf-price-slider__track {
  left: 0;
  right: 0;
  background: #d7ceb0;
}

.rf-price-slider__range {
  background: #a59c6e;
}

.rf-price-slider__input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 28px;
  margin: 0;
  pointer-events: none;
  appearance: none;
  background: transparent;
}

.rf-price-slider__input::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
}

.rf-price-slider__input::-moz-range-track {
  height: 4px;
  background: transparent;
}

.rf-price-slider__input::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  margin-top: -7px;
  border: 2px solid #a59c6e;
  border-radius: 50%;
  pointer-events: auto;
  appearance: none;
  background: #fff;
  cursor: pointer;
}

.rf-price-slider__input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 2px solid #a59c6e;
  border-radius: 50%;
  pointer-events: auto;
  background: #fff;
  cursor: pointer;
}

.rf-price-box__range {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #7d7d7d;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 12px;
}

.rf-listing-main {
  min-width: 0;
  width: 100%;
}

.rf-listing-grid {
  display: grid;
  grid-template-columns: repeat(4, 216px);
  column-gap: 16px;
  row-gap: 34px;
}

.rf-listing-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 216px;
}

.rf-listing-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 216px;
  height: 212.783px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}

.rf-listing-card__image img {
  width: 62.04%;
  max-width: 134px;
  max-height: 133px;
  object-fit: contain;
}

.rf-listing-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-top: 14px;
}

.rf-listing-card__title {
  flex: 1;
  margin: 0 0 12px;
  min-height: 0;
}

.rf-listing-card__title,
.rf-listing-card__title a {
  color: #111;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}

.rf-listing-card__label {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 8px;
  white-space: nowrap;
  background: #faf7e8;
  color: #060606;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.rf-listing-card__price {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  margin-top: 8px;
}

.rf-listing-card__price span {
  color: #020202;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 400;
}

.rf-listing-card__price small {
  color: #5e5e5e;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

.rf-listing-empty {
  grid-column: 1/-1;
  color: #111;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
}

.rf-listing-pagination {
  margin-top: 68px;
}

.rf-listing-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.rf-listing-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44.714px;
  height: 44.714px;
  border-radius: 50%;
  border: 1px solid #d5cfb7;
  background: #fff;
  color: #111;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1;
}

.rf-listing-pagination .page-numbers.current {
  background: #faf7e8;
}

.rf-listing-pagination .prev,
.rf-listing-pagination .next {
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
  font-size: 28px;
}

@media screen and (max-width: 1024px) {
  .rf-listing__layout {
    grid-template-columns: 1fr;
  }
  .rf-listing-sidebar {
    width: 100%;
  }
  .rf-listing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 28px;
  }
  .rf-listing-card,
  .rf-listing-card__image {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .rf-listing-page {
    padding: 28px 0 80px;
  }
  .rf-listing-page__inner {
    width: calc(100% - 24px);
  }
  .rf-listing-page__header {
    display: block;
    margin-bottom: 11px;
  }
  .rf-listing-page__title {
    font-size: 18px;
    line-height: 19px;
  }
  .rf-listing-page__rule {
    display: none;
  }
  .rf-listing__toolbar {
    display: grid;
    grid-template-columns: 1fr 140px;
    align-items: center;
    gap: 11px 0;
    margin-bottom: 24px;
  }
  .rf-listing__sort {
    grid-column: 1/-1;
    grid-row: 1;
  }
  .rf-listing__sort select {
    width: 100%;
    height: 32px;
  }
  .rf-listing__count {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    font-size: 14px;
    line-height: 29px;
  }
  .rf-listing__count span {
    font-size: 20px;
  }
  .rf-listing__filter-toggle {
    display: inline-flex;
    grid-column: 2;
    grid-row: 2;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 28px;
    padding: 0;
    border: 0;
    border-radius: 5px;
    background: #CDC59C;
    color: #fff;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
  }
  .rf-listing-sidebar {
    display: none;
  }
  .rf-listing.is-filter-open .rf-listing-sidebar {
    display: block;
    margin-bottom: 24px;
  }
  .rf-listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 12px;
  }
  .rf-listing-card__image {
    height: 180px;
  }
  .rf-listing-card__title,
  .rf-listing-card__title a {
    font-size: 16px;
  }
  .rf-listing-card__price span {
    font-size: 26px;
  }
}
.rf-product-detail-page .rf-detail {
  padding: 20px 0 112px;
}

.rf-product-detail-page .rf-detail__inner {
  width: min(1200px, 100% - 48px);
  margin: 0 auto;
}

.rf-product-detail-page .rf-detail__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 44px;
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.rf-product-detail-page .rf-detail__breadcrumbs a,
.rf-product-detail-page .rf-detail__breadcrumbs span {
  color: #000;
}

.rf-product-detail-page .rf-detail__breadcrumbs-separator {
  color: #989898;
  font-weight: 400;
}

.rf-product-detail-page .rf-detail__layout {
  display: grid;
  grid-template-columns: 551px 600px;
  gap: 49px;
  align-items: start;
}

.rf-product-detail-page .rf-detail__gallery {
  min-width: 0;
}

.rf-product-detail-page .rf-detail__code {
  margin: 0 0 35px;
  color: #8a8a8a;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1;
}

.rf-product-detail-page .rf-detail__main-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 551px;
  height: 551px;
  margin: 0;
  border: 1px solid #dfdfdf;
  background: #fff;
}

.rf-product-detail-page .rf-detail__main-image img {
  max-width: 380px;
  max-height: 374px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.rf-product-detail-page .rf-detail__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.rf-product-detail-page .rf-detail__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97px;
  height: 97px;
  padding: 0;
  border: 1px solid #dfdfdf;
  background: #fff;
  cursor: pointer;
}

.rf-product-detail-page .rf-detail__thumb.is-active {
  border-color: #d8c890;
}

.rf-product-detail-page .rf-detail__thumb img {
  max-width: 74px;
  max-height: 74px;
  object-fit: contain;
}

.rf-product-detail-page .rf-detail__content {
  min-width: 0;
}

.rf-product-detail-page .rf-detail__header {
  display: flex;
  align-items: baseline;
  gap: 22px;
  padding-bottom: 19px;
  border-bottom: 1px solid #dfdfdf;
}

.rf-product-detail-page .rf-detail__title {
  margin: 0;
  color: #000;
  font-family: "DIN Alternate", "Oswald", sans-serif;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
}

.rf-product-detail-page .rf-detail__subtitle {
  margin: 0;
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 38px;
  font-weight: 700;
}

.rf-product-detail-page .rf-detail__prices {
  padding: 38px 0 20px;
  border-bottom: 1px solid #dfdfdf;
  overflow: visible;
}

.rf-product-detail-page .rf-detail__price-row {
  display: flex;
  align-items: center;
  gap: 18px;
  overflow: visible;
}

.rf-product-detail-page .rf-detail__price-row + .rf-detail__price-row {
  margin-top: 25px;
}

.rf-product-detail-page .rf-detail__price-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 137px;
  height: 40px;
  border: 1px solid #5e5e5e;
  border-radius: 5px;
  color: #5e5e5e;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.rf-product-detail-page .rf-detail__price-value {
  display: flex;
  align-items: flex-end;
  gap: 11px;
  color: #5e5e5e;
  overflow: visible;
}

.rf-product-detail-page .rf-detail__price-value span {
  color: #5e5e5e;
  font-family: "DIN Alternate", "Oswald", sans-serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}

.rf-product-detail-page .rf-detail__price-value small {
  padding-bottom: 4px;
  color: #5e5e5e;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.rf-product-detail-page .rf-detail__price-hint {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin-bottom: 4px;
  overflow: visible;
  background: url("../img/common/detail-price-hint.svg") center center/16px 16px no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: help;
  z-index: 20;
  vertical-align: middle;
}

.rf-product-detail-page .rf-detail__price-hint::before {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  z-index: 2;
  width: 260px;
  max-width: min(260px, 100vw - 48px);
  padding: 10px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  color: #5e5e5e;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
  text-align: left;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 6px);
  transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
  pointer-events: none;
}

.rf-product-detail-page .rf-detail__price-hint::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 6px);
  z-index: 2;
  width: 10px;
  height: 10px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) rotate(45deg);
  transition: opacity 0.18s ease, visibility 0.18s ease;
  pointer-events: none;
}

.rf-product-detail-page .rf-detail__price-hint:hover::before,
.rf-product-detail-page .rf-detail__price-hint:hover::after,
.rf-product-detail-page .rf-detail__price-hint:focus-visible::before,
.rf-product-detail-page .rf-detail__price-hint:focus-visible::after {
  opacity: 1;
  visibility: visible;
}

.rf-product-detail-page .rf-detail__price-hint:hover::before,
.rf-product-detail-page .rf-detail__price-hint:focus-visible::before {
  transform: translate(-50%, 0);
}

.rf-product-detail-page .rf-detail__notice {
  margin: 11px 0 0;
  color: #000;
  font-family: "ABeeZee", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.rf-product-detail-page .rf-detail__catch {
  margin: 31px 0 45px;
  color: #5e5e5e;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  line-height: 38px;
  font-weight: 700;
}

.rf-product-detail-page .rf-detail__section + .rf-detail__section {
  margin-top: 33px;
}

.rf-product-detail-page .rf-detail__section-title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 49px;
  box-sizing: border-box;
  margin: 0 0 23px;
  padding: 0 20px;
  border-radius: 5px;
  background: #f1eeda;
  color: #2c2c2c;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 38px;
  font-weight: 700;
}

.rf-product-detail-page .rf-detail__comment {
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
}

.rf-product-detail-page .rf-detail__specs {
  border-top: 1px solid #eae8d9;
  border-left: 1px solid #eae8d9;
}

.rf-product-detail-page .rf-detail__spec-row {
  display: grid;
  grid-template-columns: 221px 1fr;
  margin: 0;
}

.rf-product-detail-page .rf-detail__spec-row dt,
.rf-product-detail-page .rf-detail__spec-row dd {
  min-height: 49px;
  margin: 0;
  border-right: 1px solid #eae8d9;
  border-bottom: 1px solid #eae8d9;
  color: #000;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.rf-product-detail-page .rf-detail__spec-row dt {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fcfbf5;
  text-align: center;
}

.rf-product-detail-page .rf-detail__spec-row dd {
  display: flex;
  align-items: center;
  padding: 0 16px;
  background: #fff;
}

.rf-product-detail-page .rf-detail__contact {
  width: 100%;
  box-sizing: border-box;
  margin-top: 42px;
  padding: 22px 38px 29px;
  border-radius: 5px;
  background: #fcfbf5;
}

.rf-product-detail-page .rf-detail__contact-title {
  margin: 0 0 29px;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  line-height: 38px;
  font-weight: 700;
}

.rf-product-detail-page .rf-detail-form__notice {
  margin-bottom: 20px;
  padding: 14px 18px;
  border: 1px solid #e3e0ca;
  border-radius: 10px;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.rf-product-detail-page .rf-detail-form__notice.is-success {
  background: #eef8ea;
  border-color: #b7d8a9;
  color: #2d5a26;
}

.rf-product-detail-page .rf-detail-form__notice.is-error {
  background: #fff2f2;
  border-color: #efc3c3;
  color: #9f2f2f;
}

.rf-product-detail-page .rf-detail-form__error-list {
  margin: 8px 0 0;
  padding-left: 18px;
}

.rf-product-detail-page .rf-detail-form__error-list li + li {
  margin-top: 4px;
}

.rf-product-detail-page .rf-detail-form__row {
  display: grid;
  grid-template-columns: 155px 1fr;
  gap: 19px;
  align-items: start;
}

.rf-product-detail-page .rf-detail-form__row + .rf-detail-form__row {
  margin-top: 10px;
}

.rf-product-detail-page .rf-detail-form__row--type {
  margin-bottom: 9px;
}

.rf-product-detail-page .rf-detail-form__label-wrap {
  padding-top: 3px;
}

.rf-product-detail-page .rf-detail-form__label {
  display: block;
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

.rf-product-detail-page .rf-detail-form__required {
  display: block;
  margin-top: 6px;
  color: #f05757;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}

.rf-product-detail-page .rf-detail-form__checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 17px;
  padding-top: 1px;
}

.rf-product-detail-page .rf-detail-form__choice {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}

.rf-product-detail-page .rf-detail-form__choice input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #000;
}

.rf-product-detail-page .rf-detail-form__input,
.rf-product-detail-page .rf-detail-form__textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e3e0ca;
  border-radius: 10px;
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
}

.rf-product-detail-page .rf-detail-form__input {
  height: 45px;
  padding: 0 20px;
}

.rf-product-detail-page .rf-detail-form__input::placeholder,
.rf-product-detail-page .rf-detail-form__textarea::placeholder {
  color: #bebebe;
}

.rf-product-detail-page .rf-detail-form__textarea {
  height: 148px;
  padding: 16px 20px;
  resize: vertical;
}

.rf-product-detail-page .rf-detail-form__help {
  margin: 6px 0 0;
  color: #000;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.35;
}

.rf-product-detail-page .rf-detail-form__actions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.rf-product-detail-page .rf-detail-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 365px;
  height: 48px;
  border: 0;
  border-radius: 6px;
  background: #e7c54a;
  color: #fff;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 38px;
  font-weight: 700;
  cursor: pointer;
}

.rf-product-detail-page .rf-detail-form__submit::before {
  content: ">";
  margin-right: 10px;
  font-size: 12px;
  line-height: 1;
}

.rf-product-detail-page .rf-detail-form__footnote {
  margin: 10px 0 0;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

#product-history.product-history {
  padding: 74px 0 92px;
  background: #fff;
}

#product-history .top-wrap {
  width: min(1196px, 100% - 20px);
}

#product-history .top-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

#product-history .top-section__head-main {
  display: flex;
  align-items: center;
  gap: 20px;
}

#product-history .top-section__title {
  margin: 0;
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}

#product-history .top-section__eyebrow {
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

#product-history .top-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
}

#product-history .top-product-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

#product-history .top-product-card__frame {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 212.783px;
  padding-top: 40px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
}

#product-history .top-product-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 133px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#product-history .top-product-card__image img {
  display: block;
  max-width: 100%;
  max-height: 133px;
  width: auto;
  height: auto;
  object-fit: contain;
}

#product-history .top-product-card__title {
  margin: 0;
  color: #5e5e5e;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

#product-history .top-product-card__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  width: auto;
  max-width: 100%;
  height: 24px;
  margin: -1px 0 0 1px;
  padding: 0 8px;
  white-space: nowrap;
  background: #faf7e8;
  color: #5e5e5e;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

#product-history .top-product-card__price {
  display: inline-flex;
  align-items: flex-end;
  gap: 3px;
  margin: -3px 0 0;
  white-space: nowrap;
}

#product-history .top-product-card__price-number {
  color: #020202;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
}

#product-history .top-product-card__price-unit {
  color: #5e5e5e;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

#product-history .product-history__empty {
  grid-column: 1/-1;
  margin: 0;
  padding: 54px 16px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  background: #fff;
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}

.product-history__grid {
  justify-content: flex-start;
}

@media screen and (max-width: 750px) {
  #product-history.product-history {
    padding: 44px 0 64px;
  }
  #product-history .top-wrap {
    width: calc(100% - 16px);
  }
  #product-history .top-section__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
  }
  #product-history .top-section__head-main {
    flex-wrap: wrap;
    gap: 10px 12px;
  }
  #product-history .top-section__title {
    font-size: 22px;
  }
  #product-history .top-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
  }
  #product-history .top-product-card {
    gap: 10px;
  }
  #product-history .top-product-card__frame {
    height: 170px;
    padding-top: 28px;
  }
  #product-history .top-product-card__image {
    width: 108px;
    height: 108px;
  }
  #product-history .top-product-card__image img {
    max-height: 108px;
  }
  #product-history .top-product-card__title {
    font-size: 16px;
  }
  #product-history .top-product-card__price-number {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .rf-product-detail-page .rf-detail__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .rf-product-detail-page .rf-detail__gallery,
  .rf-product-detail-page .rf-detail__main-image {
    width: 100%;
  }
  .rf-product-detail-page .rf-detail__main-image {
    height: 520px;
  }
  .rf-product-detail-page .rf-detail__content {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .rf-product-detail-page .rf-detail {
    padding: 16px 0 80px;
  }
  .rf-product-detail-page .rf-detail__inner {
    width: calc(100% - 24px);
  }
  .rf-product-detail-page .rf-detail__breadcrumbs {
    gap: 8px;
    margin-bottom: 24px;
    font-size: 12px;
  }
  .rf-product-detail-page .rf-detail__layout {
    gap: 28px;
  }
  .rf-product-detail-page .rf-detail__code {
    margin-bottom: 18px;
    font-size: 13px;
  }
  .rf-product-detail-page .rf-detail__main-image {
    height: 320px;
  }
  .rf-product-detail-page .rf-detail__main-image img {
    max-width: 240px;
    max-height: 260px;
  }
  .rf-product-detail-page .rf-detail__thumbs {
    gap: 8px;
  }
  .rf-product-detail-page .rf-detail__thumb {
    width: calc((100% - 16px) / 3);
    height: 88px;
  }
  .rf-product-detail-page .rf-detail__header {
    flex-direction: column;
    gap: 4px;
    padding-bottom: 16px;
  }
  .rf-product-detail-page .rf-detail__title {
    font-size: 24px;
    line-height: 32px;
  }
  .rf-product-detail-page .rf-detail__subtitle {
    font-size: 14px;
    line-height: 24px;
  }
  .rf-product-detail-page .rf-detail__prices {
    padding: 24px 0 16px;
  }
  .rf-product-detail-page .rf-detail__price-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .rf-product-detail-page .rf-detail__price-row + .rf-detail__price-row {
    margin-top: 18px;
  }
  .rf-product-detail-page .rf-detail__price-value span {
    font-size: 30px;
  }
  .rf-product-detail-page .rf-detail__price-value small {
    font-size: 13px;
  }
  .rf-product-detail-page .rf-detail__notice {
    font-size: 13px;
    line-height: 22px;
  }
  .rf-product-detail-page .rf-detail__catch {
    margin: 20px 0 28px;
    font-size: 18px;
    line-height: 30px;
  }
  .rf-product-detail-page .rf-detail__section-title {
    height: 44px;
    margin-bottom: 16px;
    padding: 0 14px;
    font-size: 14px;
  }
  .rf-product-detail-page .rf-detail__comment {
    font-size: 13px;
    line-height: 24px;
  }
  .rf-product-detail-page .rf-detail__spec-row {
    grid-template-columns: 138px 1fr;
  }
  .rf-product-detail-page .rf-detail__spec-row dt,
  .rf-product-detail-page .rf-detail__spec-row dd {
    min-height: 44px;
    font-size: 13px;
    line-height: 20px;
  }
  .rf-product-detail-page .rf-detail__contact {
    margin-top: 28px;
    padding: 18px 16px 20px;
  }
  .rf-product-detail-page .rf-detail__contact-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }
  .rf-product-detail-page .rf-detail-form__row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .rf-product-detail-page .rf-detail-form__checkboxes {
    gap: 12px;
  }
  .rf-product-detail-page .rf-detail-form__input,
  .rf-product-detail-page .rf-detail-form__textarea {
    font-size: 14px;
  }
  .rf-product-detail-page .rf-detail-form__submit {
    width: 100%;
  }
}
.rf-guide-page .rf-guide-shell {
  padding-top: 20px;
}

.rf-guide-page .rf-guide-shell__panel {
  width: 100%;
  min-height: 720px;
  border: 1px solid #dfdfdf;
  background: #fff;
}

.rf-guide-page .rf-guide-shell__header {
  padding: 32px 40px;
  border-bottom: 1px solid #dfdfdf;
}

.rf-guide-page .rf-guide-shell__title {
  margin: 0;
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
}

.rf-guide-page .rf-guide-shell__body {
  min-height: 560px;
  padding: 40px;
}

@media screen and (max-width: 750px) {
  .rf-guide-page .rf-guide-shell__panel {
    min-height: 520px;
  }
  .rf-guide-page .rf-guide-shell__header {
    padding: 24px 20px;
  }
  .rf-guide-page .rf-guide-shell__title {
    font-size: 24px;
  }
  .rf-guide-page .rf-guide-shell__body {
    min-height: 360px;
    padding: 24px 20px;
  }
}
.rf-policy-page__hero {
  background: #fff url("../img/common/contact-subheader-texture.svg") center top/auto 100% repeat-x;
  border-top: 1px solid #f3ecd1;
}

.rf-policy-page__hero .rf-policy-page__inner {
  padding: 60px 0;
}

.rf-policy-page__content {
  padding: 48px 0 120px;
}

.rf-policy-page__breadcrumb-wrap {
  padding: 20px 0 0;
}

.rf-policy-page__inner {
  width: min(1192px, 100% - 64px);
  margin: 0 auto;
}

.rf-policy-page__inner--narrow {
  width: min(874px, 100% - 64px);
}

.rf-policy-page__breadcrumbs {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 24px;
  color: #131313;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.rf-policy-page__breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.rf-policy-page .rf-detail__breadcrumbs,
.rf-company-page .rf-detail__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.rf-policy-page .rf-detail__breadcrumbs a,
.rf-policy-page .rf-detail__breadcrumbs span,
.rf-company-page .rf-detail__breadcrumbs a,
.rf-company-page .rf-detail__breadcrumbs span {
  color: #000;
}

.rf-policy-page .rf-detail__breadcrumbs-separator,
.rf-company-page .rf-detail__breadcrumbs-separator {
  color: #989898;
  font-weight: 400;
}

.rf-policy-page__title {
  margin: 0;
  color: #131313;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.rf-policy-page__sections {
  display: flex;
  flex-direction: column;
  gap: 58px;
}

.rf-policy-page__section-title {
  margin: 0 0 17px;
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.04em;
}

.rf-policy-page__section-line {
  width: 100%;
  height: 1px;
  margin-bottom: 28px;
  background: #d9d9d9;
}

.rf-policy-page__section-body,
.rf-policy-page__section-list {
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.rf-policy-page__section-body p,
.rf-policy-page__section-list li {
  margin: 0 0 14px;
  line-height: 27px;
}

.rf-policy-page__section-body p:last-child,
.rf-policy-page__section-list li:last-child {
  margin-bottom: 0;
}

.rf-policy-page__section-body ul {
  margin: 0 0 14px;
  padding: 0 0 0 21px;
  list-style: none;
}

.rf-policy-page__section-body ul:last-child {
  margin-bottom: 0;
}

.rf-policy-page__section-body ul li {
  position: relative;
  margin: 0 0 14px;
  line-height: 27px;
}

.rf-policy-page__section-body ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -21px;
}

.rf-policy-page__section-body ul li:last-child {
  margin-bottom: 0;
}

.rf-policy-page__section-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rf-contact-page__hero {
  position: relative;
  overflow: hidden;
  background: #fff url("../img/common/contact-subheader-texture.svg") center top/auto 100% repeat-x;
  border-top: 1px solid #f3ecd1;
}

.rf-contact-page__hero-inner {
  width: min(1192px, 100% - 64px);
  margin: 0 auto;
  padding: 60px 0;
}

.rf-contact-page__hero-title {
  margin: 0;
  color: #131313;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.rf-contact-form {
  padding: 72px 0 80px;
}

.rf-contact-form__inner {
  width: min(894px, 100% - 32px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.rf-contact-form__intro {
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 31px;
  text-align: center;
}

.rf-contact-form__intro p {
  margin: 0;
}

.rf-contact-form__intro-link {
  color: #2582b7;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.rf-contact-form__row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.rf-contact-form__row--checks {
  gap: 33px;
}

.rf-contact-form__label-block {
  flex: 0 0 148px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-top: 12px;
}

.rf-contact-form__label-block--checks {
  flex-direction: column;
  gap: 4px;
  padding-top: 0;
}

.rf-contact-form__label {
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.rf-contact-form__required {
  color: #f05757;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.rf-contact-form__checks-wrap,
.rf-contact-form__control {
  flex: 1 1 auto;
  min-width: 0;
}

.rf-contact-form__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 47px;
}

.rf-contact-form__check {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 21px;
  padding-left: 31px;
  cursor: pointer;
}

.rf-contact-form__check input {
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  margin: 0;
  opacity: 0;
}

.rf-contact-form__check-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  border-radius: 3px;
  background: #f3f3f3;
}

.rf-contact-form__check input:checked + .rf-contact-form__check-box::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
}

.rf-contact-form__check-text {
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.rf-contact-form__check-error {
  display: none;
  margin: 12px 0 0;
  color: #f05757;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.rf-contact-form__check-error.is-visible {
  display: block;
}

.rf-contact-form__hidden {
  display: none;
}

.rf-contact-form__control .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.rf-contact-form__row--textarea {
  gap: 40px;
}

.rf-contact-form__row--textarea .rf-contact-form__label-block {
  flex: 0 0 126px;
}

.rf-contact-form .c-input,
.rf-contact-form input[type=text],
.rf-contact-form input[type=email],
.rf-contact-form input[type=tel] {
  width: 100%;
  height: 47px;
  padding: 0 24px;
  border: 0;
  border-radius: 30px;
  background: #f3f3f3;
  box-sizing: border-box;
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.rf-contact-form .c-textarea,
.rf-contact-form textarea {
  width: 100%;
  min-height: 211px;
  padding: 18px 24px;
  border: 0;
  border-radius: 10px;
  background: #f3f3f3;
  box-sizing: border-box;
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  resize: vertical;
}

.rf-contact-form .wpcf7-not-valid-tip {
  margin-top: 8px;
  color: #f05757;
  font-size: 12px;
  line-height: 1.4;
}

.rf-contact-form__submit {
  display: flex;
  justify-content: center;
}

.rf-contact-form__submit p {
  margin: 0;
}

.rf-contact-form .wpcf7-submit,
.rf-contact-form input[type=submit] {
  width: 284px;
  max-width: 100%;
  height: 50px;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #e7c54a;
  color: #fff;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  appearance: none;
  cursor: pointer;
}

.rf-contact-form .wpcf7-spinner {
  display: none;
}

.rf-contact-page .wpcf7-response-output {
  width: min(894px, 100% - 32px);
  margin: 24px auto 0 !important;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 750px) {
  .rf-policy-page__hero {
    background: #fff url("../img/common/contact-subheader-texture.svg") center top/cover no-repeat;
  }
  .rf-policy-page__content {
    padding: 36px 0 88px;
  }
  .rf-policy-page__breadcrumb-wrap {
    padding-top: 16px;
  }
  .rf-policy-page__inner,
  .rf-policy-page__inner--narrow {
    width: min(100%, 100% - 32px);
  }
  .rf-policy-page__breadcrumbs {
    gap: 8px;
    margin-bottom: 20px;
    font-size: 12px;
    flex-wrap: wrap;
  }
  .rf-policy-page__hero .rf-policy-page__inner {
    padding: 60px 0;
  }
  .rf-policy-page .rf-detail__breadcrumbs,
  .rf-company-page .rf-detail__breadcrumbs {
    gap: 8px;
    font-size: 12px;
  }
  .rf-policy-page__title {
    font-size: 24px;
  }
  .rf-policy-page__sections {
    gap: 44px;
  }
  .rf-policy-page__section-title {
    margin-bottom: 14px;
    font-size: 21px;
  }
  .rf-policy-page__section-line {
    margin-bottom: 18px;
  }
  .rf-policy-page__section-body,
  .rf-policy-page__section-list {
    font-size: 13px;
  }
  .rf-policy-page__section-body p,
  .rf-policy-page__section-list li {
    margin-bottom: 10px;
    line-height: 24px;
  }
  .rf-contact-page__hero {
    background: #fff url("../img/common/contact-subheader-texture.svg") center top/cover no-repeat;
  }
  .rf-contact-page__hero-inner {
    width: min(100%, 100% - 32px);
    padding: 60px 0;
  }
  .rf-contact-page__hero-title {
    font-size: 24px;
  }
  .rf-contact-form {
    padding: 48px 0 64px;
  }
  .rf-contact-form__inner {
    width: min(100%, 100% - 32px);
    gap: 24px;
  }
  .rf-contact-form__intro {
    font-size: 13px;
    line-height: 26px;
    text-align: left;
  }
  .rf-contact-form__row {
    flex-direction: column;
    gap: 12px;
  }
  .rf-contact-form__label-block {
    flex: none;
    width: 100%;
    padding-top: 0;
  }
  .rf-contact-form__checks {
    gap: 12px 18px;
  }
  .rf-contact-form__check-text {
    white-space: normal;
    font-size: 14px;
  }
  .rf-contact-form .c-input,
  .rf-contact-form input[type=text],
  .rf-contact-form input[type=email],
  .rf-contact-form input[type=tel] {
    height: 44px;
    padding: 0 18px;
    font-size: 14px;
  }
  .rf-contact-form .c-textarea,
  .rf-contact-form textarea {
    min-height: 180px;
    padding: 16px 18px;
    font-size: 14px;
  }
  .rf-contact-form .wpcf7-submit,
  .rf-contact-form input[type=submit] {
    width: 100%;
    height: 48px;
    font-size: 16px;
  }
  .rf-policy-page__section-body ul {
    margin-bottom: 10px;
  }
  .rf-policy-page__section-body ul li {
    margin-bottom: 10px;
    line-height: 24px;
  }
}
.rf-company-page__main {
  padding-bottom: 120px;
}

.rf-company-page__inner {
  width: min(1294px, 100% - 64px);
  margin: 0 auto;
}

.rf-company-page__summary {
  padding: 42px 0 92px;
}

.rf-company-page__table {
  width: min(910px, 100%);
  margin: 0 auto;
}

.rf-company-page__row {
  display: flex;
  gap: 20px;
  padding: 16px 40px;
  border-bottom: 1px solid #d9d9d9;
}

.rf-company-page__row:first-child {
  border-top: 1px solid #d9d9d9;
}

.rf-company-page__label,
.rf-company-page__value {
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.rf-company-page__label {
  width: 142px;
  flex: 0 0 142px;
  line-height: 27px;
}

.rf-company-page__value {
  flex: 1 1 auto;
}

.rf-company-page__value p,
.rf-company-page__list li {
  margin: 0 0 14px;
  line-height: 26px;
}

.rf-company-page__value p:last-child,
.rf-company-page__list li:last-child {
  margin-bottom: 0;
}

.rf-company-page__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rf-company-page__clients {
  padding: 88px 0 104px;
  background: #fcfbf5;
}

.rf-company-page__clients-eyebrow {
  margin: 0 0 12px;
  color: #131313;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.rf-company-page__clients-title {
  margin: 0 0 42px;
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.rf-company-page__clients-text {
  width: min(932px, 100%);
  margin: 0 auto;
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0;
}

.rf-company-page__products {
  padding-top: 60px;
}

.rf-company-page .top-wrap {
  width: min(1196px, 100% - 20px);
  margin: 0 auto;
}

.rf-company-page .top-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.rf-company-page .top-section__head-main {
  display: flex;
  align-items: center;
  gap: 20px;
}

.rf-company-page .top-section__title {
  margin: 0;
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
}

.rf-company-page .top-section__eyebrow {
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.rf-company-page .top-section__more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 129px;
  height: 31px;
  padding: 0 20px;
  border-radius: 5px;
  background: #faf7e8;
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  box-sizing: border-box;
}

.rf-company-page .top-section__more::after {
  display: none;
}

.rf-company-page .top-section__more i {
  display: block;
  width: 7.072px;
  height: 7.072px;
  border-top: 1px solid #5d5d5d;
  border-right: 1px solid #5d5d5d;
  transform: rotate(45deg);
}

.rf-company-page .top-section__tabs {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.rf-company-page .top-section__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 41px;
  padding: 0 24px;
  border: 1px solid #cdc59c;
  border-radius: 5px;
  background: #fff;
  appearance: none;
  cursor: pointer;
  color: #cdc59c;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  box-sizing: border-box;
}

.rf-company-page .top-section__tab.is-active {
  border-color: #cdc59c;
  background: #cdc59c;
  color: #fff;
}

.rf-company-page .top-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
}

.rf-company-page .top-product-grid[hidden] {
  display: none !important;
}

.rf-company-page .top-product-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.rf-company-page .top-product-card__frame {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 212.783px;
  padding-top: 40px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
}

.rf-company-page .top-product-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 133px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.rf-company-page .top-product-card__image img {
  display: block;
  max-width: 100%;
  max-height: 133px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.rf-company-page .top-product-card__title {
  margin: 0;
  color: #5e5e5e;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.rf-company-page .top-product-card__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  width: auto;
  max-width: 100%;
  padding: 0 8px;
  height: 24px;
  margin: -1px 0 0 1px;
  white-space: nowrap;
  background: #faf7e8;
  color: #5e5e5e;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.rf-company-page .top-product-card__price {
  display: inline-flex;
  align-items: flex-end;
  gap: 3px;
  margin: -3px 0 0;
  white-space: nowrap;
}

.rf-company-page .top-product-card__price-number {
  color: #020202;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
}

.rf-company-page .top-product-card__price-unit {
  color: #5e5e5e;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .rf-company-page__main {
    padding-bottom: 88px;
  }
  .rf-company-page__inner,
  .rf-company-page .top-wrap {
    width: min(100%, 100% - 32px);
  }
  .rf-company-page__summary {
    padding: 30px 0 64px;
  }
  .rf-company-page__row {
    flex-direction: column;
    gap: 10px;
    padding: 14px 0;
  }
  .rf-company-page__label {
    width: auto;
    flex-basis: auto;
  }
  .rf-company-page__clients {
    padding: 64px 0 76px;
  }
  .rf-company-page__clients-title {
    margin-bottom: 28px;
    font-size: 28px;
  }
  .rf-company-page__clients-text {
    font-size: 11px;
    line-height: 24px;
  }
  .rf-company-page__products {
    padding-top: 36px;
  }
  .rf-company-page .top-section__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
  }
  .rf-company-page .top-section__head-main {
    flex-wrap: wrap;
    gap: 10px 12px;
  }
  .rf-company-page .top-section__title {
    font-size: 22px;
  }
  .rf-company-page .top-section__more {
    min-width: 112px;
    height: 30px;
    padding: 0 16px;
    font-size: 13px;
  }
  .rf-company-page .top-section__tabs {
    width: 100%;
  }
  .rf-company-page .top-section__tab {
    flex: 1 1 0;
    min-width: 0;
    height: 38px;
    padding: 0 12px;
    text-align: center;
    font-size: 13px;
  }
  .rf-company-page .top-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
  }
  .rf-company-page .top-product-card {
    gap: 10px;
  }
  .rf-company-page .top-product-card__frame {
    height: 170px;
    padding-top: 28px;
  }
  .rf-company-page .top-product-card__image {
    width: 108px;
    height: 108px;
    border: 0 !important;
    border-radius: 0 !important;
  }
  .rf-company-page .top-product-card__image img {
    max-height: 108px;
  }
  .rf-company-page .top-product-card__title {
    font-size: 16px;
  }
  .rf-company-page .top-product-card__price-number {
    font-size: 24px;
    line-height: 28px;
  }
}
.rf-news-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 24px;
}

.rf-news-archive__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e3e0ca;
  border-radius: 14px;
  background: #fff;
}

.rf-news-archive__image-link {
  display: block;
  aspect-ratio: 16/9;
  background: #f7f4e8;
}

.rf-news-archive__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rf-news-archive__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 22px 22px 24px;
}

.rf-news-archive__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #666;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.rf-news-archive__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: #faf7e8;
  color: #5d5d5d;
  font-size: 12px;
  font-weight: 700;
}

.rf-news-archive__title {
  margin: 0;
  color: #131313;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.rf-news-archive__title a {
  color: inherit;
  text-decoration: none;
}

.rf-news-archive__excerpt {
  margin: 14px 0 0;
  color: #333;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}

.rf-news-archive__more {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding-top: 20px;
  color: #b89b34;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.rf-news-archive__more::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.rf-news-archive__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
}

.rf-news-archive__pagination-item .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #d9d1b2;
  border-radius: 999px;
  background: #fff;
  color: #5d5d5d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.rf-news-archive__pagination-item .page-numbers.current {
  border-color: #cdc59c;
  background: #cdc59c;
  color: #fff;
}

.rf-news-archive__empty {
  padding: 80px 24px;
  border: 1px solid #e3e0ca;
  border-radius: 14px;
  background: #fff;
  text-align: center;
}

.rf-news-archive__empty p {
  margin: 0;
  color: #333;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .rf-news-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.rf-news-article {
  padding-top: 48px;
}

.rf-news-article__card {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.rf-news-article__meta {
  color: #7d7d7d;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.rf-news-article__content {
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.04em;
}

.rf-news-article__content > *:first-child {
  margin-top: 0;
}

.rf-news-article__content > *:last-child {
  margin-bottom: 0;
}

.rf-news-article__content p,
.rf-news-article__content ul,
.rf-news-article__content ol,
.rf-news-article__content blockquote,
.rf-news-article__content table,
.rf-news-article__content figure,
.rf-news-article__content .wp-block-image,
.rf-news-article__content .wp-block-group,
.rf-news-article__content .wp-block-embed,
.rf-news-article__content .wp-block-table {
  margin: 0 0 24px;
}

.rf-news-article__content h2,
.rf-news-article__content h3,
.rf-news-article__content h4,
.rf-news-article__content h5,
.rf-news-article__content h6 {
  margin: 48px 0 16px;
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.rf-news-article__content h2 {
  font-size: 24px;
  line-height: 1.45;
}

.rf-news-article__content h3 {
  font-size: 20px;
  line-height: 1.5;
}

.rf-news-article__content h4,
.rf-news-article__content h5,
.rf-news-article__content h6 {
  font-size: 18px;
  line-height: 1.6;
}

.rf-news-article__content a {
  color: #2582b7;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.rf-news-article__content ul,
.rf-news-article__content ol {
  padding-left: 1.5em;
}

.rf-news-article__content li {
  margin: 0 0 10px;
}

.rf-news-article__content li:last-child {
  margin-bottom: 0;
}

.rf-news-article__content img {
  max-width: 100%;
  height: auto;
}

.rf-news-article__content figure {
  width: 100%;
}

.rf-news-article__content .aligncenter,
.rf-news-article__content .has-text-align-center,
.rf-news-article__content .wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.rf-news-article__content .alignright,
.rf-news-article__content .wp-block-image.alignright {
  margin-left: auto;
}

.rf-news-article__content .alignleft,
.rf-news-article__content .wp-block-image.alignleft {
  margin-right: auto;
}

.rf-news-article__content figcaption,
.rf-news-article__content .wp-caption-text {
  margin-top: 10px;
  color: #7d7d7d;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.rf-news-article__content blockquote,
.rf-news-article__content .wp-block-quote,
.rf-news-article__content .wp-block-group {
  margin: 0 0 24px;
  padding: 24px 28px;
  border-left: 4px solid #cdc59c;
  background: #f8f5ea;
  box-sizing: border-box;
}

.rf-news-article__content blockquote > *:last-child,
.rf-news-article__content .wp-block-quote > *:last-child,
.rf-news-article__content .wp-block-group > *:last-child {
  margin-bottom: 0;
}

.rf-news-article__content table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d9d9d9;
}

.rf-news-article__content th,
.rf-news-article__content td {
  padding: 14px 16px;
  border: 1px solid #d9d9d9;
  text-align: left;
  vertical-align: top;
}

.rf-news-article__content th {
  background: #f8f5ea;
  font-weight: 700;
}

.rf-news-article__content iframe {
  max-width: 100%;
}

.rf-news-article__content .wp-block-embed__wrapper,
.rf-news-article__content .movie-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.rf-news-article__content .wp-block-embed__wrapper iframe,
.rf-news-article__content .movie-wrap iframe {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .rf-news-archive__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .rf-news-archive__body {
    padding: 18px 18px 20px;
  }
  .rf-news-archive__meta {
    gap: 8px;
    margin-bottom: 12px;
    font-size: 12px;
  }
  .rf-news-archive__category {
    min-height: 22px;
    padding: 0 8px;
    font-size: 11px;
  }
  .rf-news-archive__title {
    font-size: 18px;
  }
  .rf-news-archive__excerpt {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.9;
  }
  .rf-news-archive__more {
    padding-top: 16px;
    font-size: 13px;
  }
  .rf-news-archive__pagination {
    gap: 6px;
    margin-top: 32px;
  }
  .rf-news-archive__pagination-item .page-numbers {
    min-width: 38px;
    height: 38px;
    font-size: 13px;
  }
  .rf-news-archive__empty {
    padding: 48px 16px;
  }
  .rf-news-article {
    padding-top: 36px;
  }
  .rf-news-article__card {
    gap: 20px;
  }
  .rf-news-article__content {
    font-size: 13px;
    line-height: 25px;
  }
  .rf-news-article__content h2 {
    margin-top: 40px;
    font-size: 21px;
  }
  .rf-news-article__content h3 {
    font-size: 18px;
  }
  .rf-news-article__content h4,
  .rf-news-article__content h5,
  .rf-news-article__content h6 {
    font-size: 16px;
  }
  .rf-news-article__content blockquote,
  .rf-news-article__content .wp-block-quote,
  .rf-news-article__content .wp-block-group {
    padding: 18px 20px;
  }
  .rf-news-article__content th,
  .rf-news-article__content td {
    padding: 12px;
  }
}
/* Top search mobile: match Figma without touching desktop styles. */
@media screen and (max-width: 750px) {
  body.top-home .top-shortcuts {
    margin-bottom: 18px;
  }
  body.top-home .top-search {
    padding: 27px 0 32px;
    background: #faf7e8;
  }
  body.top-home .top-search .top-wrap {
    width: calc(100% - 28px);
    max-width: 362px;
  }
  body.top-home .top-search__panel {
    display: block;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  body.top-home .top-search__title {
    margin: 0 0 18px;
    color: #000;
    text-align: center;
    font-family: "Inter", "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0;
  }
  body.top-home .top-search__controls {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 17px;
  }
  body.top-home .top-search__field {
    display: block;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }
  body.top-home .top-search__field input {
    display: block;
    width: 100%;
    height: 52px;
    padding: 0 24px;
    border: 0;
    border-radius: 5px;
    background: #fff;
    color: #000;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    box-sizing: border-box;
  }
  body.top-home .top-search__field input::placeholder {
    color: rgba(0, 0, 0, 0.4);
  }
  body.top-home .top-search__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 180px;
    height: 33px;
    min-height: 0;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 5px;
    background: #e7c54a;
    color: #fff;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    box-shadow: none;
  }
  body.top-home .top-search__panel .top-search__submit {
    min-height: 0;
    padding: 0;
    border-radius: 5px;
  }
  body.top-home .top-search__submit img {
    display: block;
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
  }
  body.top-home .top-section__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 28px);
    max-width: 362px;
    margin: 0 auto 24px;
    gap: 25px;
  }
  body.top-home .top-section__head-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  body.top-home .top-section__eyebrow {
    order: -1;
    color: #545454;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
  }
  body.top-home .top-section__title {
    margin: 0;
    color: #5d5d5d;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    text-align: center;
  }
  body.top-home .top-section__more {
    display: none;
  }
  body.top-home .top-section__tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    width: 100%;
  }
  body.top-home .top-section__tab {
    width: 100%;
    min-width: 0;
    height: 41px;
    padding: 0;
    border: 1px solid #cdc59c;
    border-radius: 5px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
  }
  body.top-home .top-product-grid {
    display: flex;
    grid-template-columns: none;
    gap: 17px;
    width: calc(100% - 28px);
    max-width: 362px;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  body.top-home .top-product-carousel {
    position: relative;
  }
  body.top-home .top-product-carousel[hidden] {
    display: none !important;
  }
  body.top-home .top-product-carousel__arrow {
    position: absolute;
    top: 64px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #faf7e8;
    cursor: pointer;
  }
  body.top-home .top-product-carousel__arrow::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #676767;
    border-right: 1px solid #676767;
  }
  body.top-home .top-product-carousel__arrow--prev {
    left: 0;
    transform: translateX(-2px);
  }
  body.top-home .top-product-carousel__arrow--prev::before {
    transform: translateX(1px) rotate(-135deg);
  }
  body.top-home .top-product-carousel__arrow--next {
    right: 0;
    transform: translateX(2px);
  }
  body.top-home .top-product-carousel__arrow--next::before {
    transform: translateX(-1px) rotate(45deg);
  }
  body.top-home .top-product-grid::-webkit-scrollbar {
    display: none;
  }
  body.top-home .top-product-card {
    flex: 0 0 calc((100% - 17px) / 2);
    min-width: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  body.top-home .top-product-card__frame {
    height: 168px;
    padding-top: 31px;
    border-radius: 5px;
  }
  body.top-home .top-product-card__image {
    width: 106px;
    height: 106px;
  }
  body.top-home .top-product-card__image img {
    max-width: 106px;
    max-height: 106px;
  }
  body.top-home .top-product-card__title {
    font-size: 13px;
    line-height: 1.25;
  }
  body.top-home .top-product-card__label {
    height: 23px;
    padding: 0 8px;
    font-size: 10px;
  }
  body.top-home .top-product-card__price-number {
    font-size: 20px;
    line-height: 26px;
  }
  body.top-home .top-product-card__price-unit {
    font-size: 10px;
  }
  body.top-home .top-ranking__head {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 28px);
    max-width: 362px;
    margin: 0 auto 28px;
  }
  body.top-home .top-ranking__head-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: auto;
  }
  body.top-home .top-ranking__eyebrow {
    order: -1;
    color: #545454;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
  }
  body.top-home .top-ranking__title {
    margin: 0;
    color: #5d5d5d;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    text-align: center;
  }
  body.top-home .top-ranking__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    width: calc(100% - 28px);
    max-width: 383px;
    margin: 0 auto;
  }
  body.top-home .top-ranking-card {
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
    justify-content: stretch;
    gap: 5px;
    width: 100%;
    height: 60px;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-bottom: 4px solid #ddd;
    border-radius: 3px;
    background: #fff;
    box-sizing: border-box;
  }
  body.top-home .top-ranking-card__mini-rank {
    display: none !important;
  }
  body.top-home .top-ranking-card__image {
    grid-column: 1;
    grid-row: 1;
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.top-home .top-ranking-card__image img {
    width: 47px;
    height: 47px;
    max-width: 47px;
    max-height: 47px;
    object-fit: contain;
  }
  body.top-home .top-ranking-card__text {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    color: #000;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    white-space: nowrap;
  }
  body.top-home .top-ranking-card__text span {
    display: inline;
  }
}
@media screen and (max-width: 750px) {
  body.top-home .top-contact__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    column-gap: 10px;
    row-gap: 10px;
  }
  body.top-home .top-contact__date,
  body.top-home .top-contact__category {
    flex: 0 0 auto;
  }
  body.top-home .top-contact__text {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 750px) {
  body.top-home #guide .top-guide__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    gap: 10px 12px;
    width: 100%;
    margin: 0;
  }
  body.top-home #guide .top-guide__card {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 66px;
    height: 66px;
    padding: 9px 14px 9px 12px;
    border-radius: 5px;
    background: #fff;
    box-sizing: border-box;
  }
  body.top-home #guide .top-guide__icon {
    flex: 0 0 42px;
    width: 42px;
    height: 43px;
    margin: 0 11px 0 0;
  }
  body.top-home #guide .top-guide__card h3 {
    width: auto;
    margin: 0;
    color: #262626;
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  body.top-home #other-service .top-service__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  body.top-home #other-service .top-service__item {
    width: 100%;
    height: auto;
  }
  body.top-home #other-service .top-service__item img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.rf-products-top-search {
  padding: 36px 0 0;
  background: #fff;
}

.rf-products-top-search .top-wrap {
  width: min(1192px, 100% - 20px);
  margin: 0 auto;
}

.rf-products-top-search .top-search__panel {
  display: block;
  margin: 0;
  padding: 39px 114px 47px;
  border: 0;
  border-radius: 10px;
  background: #faf7e8;
}

.rf-products-top-search .top-search__title {
  margin: 0 0 16px;
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.rf-products-top-search .top-search__controls {
  display: grid;
  grid-template-columns: minmax(0, 807px) 141px;
  align-items: center;
  column-gap: 17px;
}

.rf-products-top-search .top-search__field {
  display: block;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.rf-products-top-search .top-search__field input {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 22px;
  border: 0;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  box-sizing: border-box;
}

.rf-products-top-search .top-search__field input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.rf-products-top-search .top-search__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 141px;
  height: 59px;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #e7c54a;
  color: #fff;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  box-shadow: none;
}

.rf-products-top-search .top-search__submit img {
  display: block;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
}

.rf-products-top-search .top-search__submit span {
  display: block;
}

@media screen and (max-width: 750px) {
  .rf-products-top-search {
    padding: 27px 0 0;
    background: #faf7e8;
  }
  .rf-products-top-search .top-wrap {
    width: calc(100% - 28px);
    max-width: 362px;
  }
  .rf-products-top-search .top-search__panel {
    padding: 27px 0 32px;
    border-radius: 0;
    background: #faf7e8;
  }
  .rf-products-top-search .top-search__title {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  .rf-products-top-search .top-search__controls {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 14px;
  }
  .rf-products-top-search .top-search__field {
    width: 100%;
  }
  .rf-products-top-search .top-search__field input {
    height: 52px;
    padding: 0 24px;
    font-size: 15px;
    line-height: 19px;
  }
  .rf-products-top-search .top-search__submit {
    width: 180px;
    height: 33px;
    min-height: 0;
    padding: 0;
    border-radius: 5px;
    font-size: 15px;
    line-height: 19px;
  }
  .rf-products-top-search .top-search__submit img {
    width: 15px;
    height: 15px;
    flex-basis: 15px;
  }
}
@media screen and (max-width: 750px) {
  .top-service__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .top-service__item {
    width: 100%;
    height: auto;
  }
  .top-service__item img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
@media screen and (max-width: 750px) {
  .rf-guide-page__carousel-hint {
    position: absolute;
    left: 50%;
    top: 118px;
    z-index: 4;
    display: block;
    width: 99px;
    height: 83px;
    margin: 0;
    object-fit: contain;
    pointer-events: none;
    opacity: 1;
    transform: translateX(-50%);
    transition: opacity 0.45s ease, visibility 0.45s ease;
  }
  .rf-guide-page__carousel-hint.is-hidden {
    visibility: hidden;
    opacity: 0;
  }
}
.share-salon-page {
  background: #fff;
}

.share-salon-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 42%, rgba(255, 255, 255, 0.52) 63%, rgba(255, 255, 255, 0.08) 100%), radial-gradient(ellipse 90% 60% at 0% 100%, rgba(229, 0, 70, 0.06) 0%, transparent 66%), #fff;
}

.share-salon-hero__inner {
  position: relative;
  width: min(1360px, 100% - 64px);
  margin: 0 auto;
  padding: 38px 0 70px;
  box-sizing: border-box;
}

.share-salon-hero__breadcrumbs {
  display: flex !important;
  align-items: center;
  justify-content: flex-start !important;
  gap: 0;
  position: relative;
  z-index: 20;
  margin: 0 0 42px;
  color: #374151;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.share-salon-hero__breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.share-salon-hero__visual {
  position: absolute;
  top: 0;
  right: calc(-1 * max(32px, (100vw - min(1360px, 100vw - 64px)) / 2));
  z-index: 0;
  width: min(760px, 55vw);
  height: 680px;
  overflow: hidden;
  pointer-events: none;
}

.share-salon-hero__visual:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.78) 14%, rgba(255, 255, 255, 0.14) 42%, rgba(255, 255, 255, 0) 100%);
}

.share-salon-hero__visual:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 160px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 88%);
}

.share-salon-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 90% center;
}

.share-salon-hero__copy {
  position: relative;
  z-index: 3;
  width: min(800px, 62%);
  min-height: 610px;
  padding: 0 0 40px;
  box-sizing: border-box;
}

.share-salon-hero__brand {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 0 24px;
  color: #111;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

.share-salon-hero__brand-property,
.share-salon-hero__brand-remake {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.share-salon-hero__brand-property svg {
  width: 35px;
  height: 35px;
  color: #e40046;
}

.share-salon-hero__brand-cross {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.share-salon-hero__brand-remake strong {
  color: #e40046;
  font-weight: 700;
}

.share-salon-hero__headline-block {
  position: relative;
  z-index: 4;
}

.share-salon-hero__headline {
  position: relative;
  z-index: 10;
  margin: 0;
  color: #0c0c0c;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.share-salon-hero__refund {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 38px;
  color: #e40046;
  line-height: 1;
}

.share-salon-hero__refund:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0px;
  width: 58px;
  height: 42px;
  background: url("../img/share-salon/hero-refund-rays.svg") center/contain no-repeat;
  transform: rotate(-14deg);
  transform-origin: center bottom;
}

.share-salon-hero__refund-label {
  font-size: clamp(34px, 4vw, 56px);
  letter-spacing: 0.03em;
}

.share-salon-hero__refund strong {
  font-size: clamp(104px, 10vw, 160px);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.share-salon-hero__refund span:not(.share-salon-hero__refund-label) {
  font-size: clamp(54px, 5vw, 82px);
  font-weight: 700;
}

.share-salon-hero__refund em {
  margin-left: 20px;
  color: #0c0c0c;
  font-size: clamp(62px, 6vw, 94px);
  font-style: normal;
  letter-spacing: 0.08em;
}

.share-salon-hero__target {
  display: block;
  margin: 0 0 10px;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  white-space: nowrap;
}

.share-salon-hero__maincopy {
  display: block;
  color: #0c0c0c;
  font-size: clamp(54px, 6vw, 82px);
  line-height: 1.3;
  white-space: nowrap;
}

.share-salon-hero__maincopy strong {
  color: #e40046;
  font-weight: 700;
}

.share-salon-hero__note {
  position: absolute;
  right: -530px;
  bottom: -8px;
  z-index: 4;
  isolation: isolate;
  display: block;
  width: min(42vw, 560px);
  margin: 0;
  line-height: 0;
}

.share-salon-hero__note::before {
  content: "";
  position: absolute;
  inset: -18% -12% -10% -10%;
  z-index: -1;
  border-radius: 999px;
  background: radial-gradient(ellipse at 42% 36%, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.78) 34%, rgba(255, 255, 255, 0) 72%), radial-gradient(ellipse at 68% 62%, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.56) 28%, rgba(255, 255, 255, 0) 68%);
  filter: blur(14px);
  opacity: 0.95;
  pointer-events: none;
}

.share-salon-hero__note img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  margin-right: 0;
  margin-left: auto;
  object-position: right center;
}

.share-salon-hero__cards {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: -8px;
}

.share-salon-feature {
  overflow: visible;
  position: relative;
  padding: 28px 28px 22px;
  border: 2px solid rgba(228, 0, 70, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 40px rgba(228, 0, 70, 0.06);
  text-align: center;
  box-sizing: border-box;
}

.share-salon-feature__icon {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  margin: -80px auto 22px;
  border: 2px solid rgba(228, 0, 70, 0.12);
  border-radius: 50%;
  background: #fff;
  color: #e40046;
  box-shadow: 0 10px 24px rgba(228, 0, 70, 0.1);
  box-sizing: border-box;
}

.share-salon-feature__icon img {
  display: block;
  width: 72%;
  height: 72%;
  object-fit: contain;
}

.share-salon-feature h2 {
  margin: 0;
  color: #111;
  font-size: clamp(22px, 2vw, 31px);
  font-weight: 800;
  line-height: 1.65;
  letter-spacing: 0.05em;
}

.share-salon-feature h2 strong {
  color: #e40046;
}

.share-salon-feature p {
  position: relative;
  margin: 18px 0 22px;
  padding-top: 22px;
  color: #111;
  font-size: clamp(18px, 1.65vw, 24px);
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.04em;
}

.share-salon-feature p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  right: 8px;
  border-top: 3px dotted #e40046;
  opacity: 0.65;
}

.share-salon-feature img {
  display: block;
  width: 100%;
  aspect-ratio: 1.95/1;
  object-fit: cover;
  border-radius: 14px;
}

.share-salon-hero__line {
  position: relative;
  z-index: 6;
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.share-salon-hero__line a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  width: min(860px, 86%);
  min-height: 92px;
  padding: 14px 44px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2a9963 0%, #13814b 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(19, 129, 75, 0.26);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(32px, 3.7vw, 55px);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-sizing: border-box;
}

.share-salon-hero__line-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 92px;
  height: 72px;
  border-radius: 999px;
  background: #fff;
  color: #13814b;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.share-salon-hero__line svg {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  padding: 10px;
  border-radius: 50%;
  background: #fff;
  color: #13814b;
  box-sizing: border-box;
}

.share-salon-worries {
  position: relative;
  overflow: hidden;
  padding: 74px 0 88px;
  background: radial-gradient(circle at 10% 18%, rgba(228, 0, 70, 0.06) 0 3px, transparent 4px), radial-gradient(circle at 92% 22%, rgba(228, 0, 70, 0.05) 0 4px, transparent 5px), linear-gradient(180deg, #fff 0%, #fff7fb 48%, #fff 100%);
}

.share-salon-worries:before,
.share-salon-worries:after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 58px;
  height: 80px;
  border-radius: 60% 40% 60% 40%;
  background: radial-gradient(circle at 36% 36%, rgba(255, 255, 255, 0.9), rgba(244, 99, 151, 0.22) 68%, transparent 70%);
  filter: blur(0.2px);
  opacity: 0.78;
  transform: rotate(-28deg);
}

.share-salon-worries:before {
  top: 96px;
  left: max(18px, (100vw - 1280px) / 2 + 10px);
}

.share-salon-worries:after {
  right: max(22px, (100vw - 1280px) / 2 + 18px);
  bottom: 160px;
  transform: rotate(34deg);
}

.share-salon-worries__inner {
  position: relative;
  z-index: 1;
  width: min(1160px, 100% - 64px);
  margin: 0 auto;
}

.share-salon-worries__ribbon {
  position: relative;
  width: min(920px, 92%);
  margin: 0 auto 48px;
  padding: 18px 46px 20px;
  border-radius: 12px 12px 18px 18px;
  background: linear-gradient(180deg, #f04b88 0%, #de1d65 100%);
  color: #fff;
  box-shadow: 0 12px 20px rgba(228, 0, 70, 0.16);
  font-size: clamp(22px, 2.3vw, 31px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}

.share-salon-worries__ribbon:before,
.share-salon-worries__ribbon:after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 70px;
  height: 42px;
  background: #c91456;
  z-index: -1;
}

.share-salon-worries__ribbon:before {
  left: -34px;
  clip-path: polygon(0 0, 100% 0, 78% 100%, 0 62%);
}

.share-salon-worries__ribbon:after {
  right: -34px;
  clip-path: polygon(0 0, 100% 0, 100% 62%, 22% 100%);
}

.share-salon-worries__title {
  margin: 0;
  color: #2c2f31;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: clamp(52px, 5.2vw, 74px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-align: center;
}

.share-salon-worries__title span {
  color: #e40046;
}

.share-salon-worries__divider {
  position: relative;
  width: min(980px, 100%);
  margin: 34px auto 46px;
  border-top: 5px dotted rgba(228, 0, 70, 0.28);
}

.share-salon-worries__divider span {
  position: absolute;
  top: -25px;
  left: 50%;
  width: 62px;
  height: 38px;
  transform: translateX(-50%);
}

.share-salon-worries__divider span:before,
.share-salon-worries__divider span:after {
  content: "";
  position: absolute;
  top: 6px;
  width: 28px;
  height: 24px;
  border: 5px solid rgba(228, 0, 70, 0.42);
  border-radius: 50% 42% 50% 42%;
  background: rgba(255, 255, 255, 0.95);
}

.share-salon-worries__divider span:before {
  left: 3px;
  transform: rotate(28deg);
}

.share-salon-worries__divider span:after {
  right: 3px;
  transform: rotate(-28deg);
}

.share-salon-worries__list {
  display: grid;
  gap: 24px;
}

.share-salon-worry {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 380px;
  align-items: center;
  gap: 34px;
  min-height: 230px;
  padding: 26px 34px;
  border: 1px solid rgba(228, 0, 70, 0.09);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 38px rgba(228, 0, 70, 0.08);
  box-sizing: border-box;
}

.share-salon-worry.is-image-left {
  grid-template-columns: 380px minmax(0, 1fr) 170px;
}

.share-salon-worry.is-image-left .share-salon-worry__photo {
  grid-column: 1;
  grid-row: 1;
}

.share-salon-worry.is-image-left .share-salon-worry__body {
  grid-column: 2;
  grid-row: 1;
}

.share-salon-worry.is-image-left .share-salon-worry__icon {
  grid-column: 3;
  grid-row: 1;
}

.share-salon-worry__icon {
  grid-column: 1;
  grid-row: 1;
  color: #e84282;
}

.share-salon-worry__icon svg {
  display: block;
  width: min(118px, 100%);
  height: auto;
  margin: 0 auto;
}

.share-salon-worry__icon img {
  display: block;
  width: min(126px, 100%);
  height: auto;
  margin: 0 auto;
}

.share-salon-worry__body {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  min-width: 0;
}

.share-salon-worry__body:before {
  content: "";
  display: none;
  position: absolute;
  top: 28px;
  left: 86px;
  width: 26px;
  height: 26px;
  border-radius: 58% 42% 58% 42%;
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.84), rgba(244, 79, 139, 0.17) 62%, transparent 66%);
  opacity: 0.55;
  transform: rotate(22deg);
  pointer-events: none;
}

.share-salon-worry__number {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 126px;
  margin: -18px 0 0 -26px;
  border-radius: 0;
  background: url("../img/share-salon/icon-number-bubble.png") center/contain no-repeat;
  color: #fff;
  box-shadow: none;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  isolation: isolate;
}

.share-salon-worry__number:before {
  content: "";
  display: none;
  position: absolute;
  left: 8px;
  bottom: 2px;
  z-index: -1;
  width: 20px;
  height: 18px;
  background: #ec3b7a;
  clip-path: polygon(0 100%, 100% 18%, 76% 100%);
  transform: rotate(17deg);
}

.share-salon-worry__number:after {
  content: "";
  display: none;
  position: absolute;
  left: -46px;
  top: 15px;
  width: 25px;
  height: 7px;
  border-radius: 999px;
  background: rgba(236, 59, 122, 0.58);
  box-shadow: 15px -18px 0 rgba(236, 59, 122, 0.58), 5px -4px 0 rgba(236, 59, 122, 0.58);
  transform: rotate(14deg);
}

.share-salon-worry h3 {
  margin: 0 0 18px;
  color: #e40046;
  font-size: clamp(26px, 2.7vw, 34px);
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: 0.06em;
}

.share-salon-worry p {
  margin: 0;
  color: #111;
  font-size: clamp(17px, 1.45vw, 21px);
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.04em;
}

.share-salon-worry__photo {
  grid-column: 3;
  grid-row: 1;
  overflow: hidden;
  margin: 0;
  border-radius: 16px;
  background: #fff4f8;
}

.share-salon-worry__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.share-salon-support {
  position: relative;
  overflow: hidden;
  padding: 76px 0 90px;
  background: linear-gradient(180deg, #fff 0%, #fff8fb 42%, #fff 100%);
}

.share-salon-support:before,
.share-salon-support:after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 58px;
  height: 80px;
  border-radius: 60% 40% 60% 40%;
  background: radial-gradient(circle at 36% 36%, rgba(255, 255, 255, 0.9), rgba(244, 99, 151, 0.22) 68%, transparent 70%);
  opacity: 0.78;
  transform: rotate(-28deg);
}

.share-salon-support:before {
  top: 56px;
  left: max(18px, (100vw - 1280px) / 2 + 12px);
}

.share-salon-support:after {
  top: 86px;
  right: max(22px, (100vw - 1280px) / 2 + 18px);
  transform: rotate(34deg);
}

.share-salon-support__inner {
  position: relative;
  z-index: 1;
  width: min(1210px, 100% - 64px);
  margin: 0 auto;
}

.share-salon-support__ribbon {
  position: relative;
  width: min(840px, 82%);
  margin: 0 auto 40px;
  padding: 17px 48px 19px;
  border-radius: 12px 12px 18px 18px;
  background: linear-gradient(180deg, #f04b88 0%, #de1d65 100%);
  color: #fff;
  box-shadow: 0 12px 20px rgba(228, 0, 70, 0.16);
  font-size: clamp(22px, 2.3vw, 31px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-align: center;
  box-sizing: border-box;
}

.share-salon-support__ribbon:before,
.share-salon-support__ribbon:after {
  content: "";
  position: absolute;
  bottom: -15px;
  z-index: -1;
  width: 76px;
  height: 42px;
  background: #c91456;
}

.share-salon-support__ribbon:before {
  left: -36px;
  clip-path: polygon(0 0, 100% 0, 78% 100%, 0 62%);
}

.share-salon-support__ribbon:after {
  right: -36px;
  clip-path: polygon(0 0, 100% 0, 100% 62%, 22% 100%);
}

.share-salon-support__title {
  margin: 0;
  color: #2c2f31;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: clamp(48px, 4.9vw, 70px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.08em;
  text-align: center;
}

.share-salon-support__title span {
  color: #e40046;
}

.share-salon-support__divider {
  position: relative;
  width: min(1080px, 100%);
  margin: 34px auto 44px;
  border-top: 5px dotted rgba(228, 0, 70, 0.3);
}

.share-salon-support__divider span {
  position: absolute;
  top: -25px;
  left: 50%;
  width: 62px;
  height: 38px;
  transform: translateX(-50%);
}

.share-salon-support__divider span:before,
.share-salon-support__divider span:after {
  content: "";
  position: absolute;
  top: 6px;
  width: 28px;
  height: 24px;
  border: 5px solid rgba(228, 0, 70, 0.42);
  border-radius: 50% 42% 50% 42%;
  background: rgba(255, 255, 255, 0.95);
}

.share-salon-support__divider span:before {
  left: 3px;
  transform: rotate(28deg);
}

.share-salon-support__divider span:after {
  right: 3px;
  transform: rotate(-28deg);
}

.share-salon-support__list {
  display: grid;
  gap: 18px;
}

.share-salon-support-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
  align-items: stretch;
  min-height: 335px;
  border: 1px solid rgba(228, 0, 70, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 24px rgba(228, 0, 70, 0.06);
}

.share-salon-support-card.is-photo-right {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
}

.share-salon-support-card.is-photo-right .share-salon-support-card__photo {
  grid-column: 2;
}

.share-salon-support-card.is-photo-right .share-salon-support-card__body {
  grid-column: 1;
  grid-row: 1;
}

.share-salon-support-card__photo {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  background: #fff4f8;
}

.share-salon-support-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 335px;
  object-fit: cover;
}

.share-salon-support-card__body {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 42px 230px 42px 72px;
  box-sizing: border-box;
}

.share-salon-support-card.is-photo-right .share-salon-support-card__body {
  padding-right: 72px;
  padding-left: 230px;
}

.share-salon-support-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 122px;
  margin: -14px 0 2px -28px;
  background: url("../img/share-salon/icon-number-bubble.png") center/contain no-repeat;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
}

.share-salon-support-card h3 {
  margin: 0 0 22px;
  color: #e40046;
  font-size: clamp(30px, 2.8vw, 41px);
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: 0.06em;
}

.share-salon-support-card p {
  margin: 0;
  color: #111;
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.04em;
}

.share-salon-support-card__icon {
  position: absolute;
  top: 50%;
  right: 56px;
  width: 150px;
  height: 150px;
  object-fit: contain;
  transform: translateY(-50%);
}

.share-salon-support-card.is-photo-right .share-salon-support-card__icon {
  right: auto;
  left: 56px;
}

.share-salon-cases {
  position: relative;
  overflow: hidden;
  padding: 70px 0 84px;
  background: radial-gradient(circle at 8% 6%, rgba(246, 128, 171, 0.12), transparent 16%), radial-gradient(circle at 92% 7%, rgba(246, 128, 171, 0.1), transparent 16%), linear-gradient(180deg, #fff 0%, #fff8fb 45%, #fff 100%);
}

.share-salon-cases__inner {
  position: relative;
  width: min(1360px, 100% - 56px);
  margin: 0 auto;
}

.share-salon-cases__inner:before,
.share-salon-cases__inner:after {
  content: "";
  position: absolute;
  top: -26px;
  width: 150px;
  height: 150px;
  opacity: 0.48;
  background: radial-gradient(ellipse at 48% 16%, #ee7ea7 0 10%, transparent 11%), radial-gradient(ellipse at 33% 31%, #ee7ea7 0 10%, transparent 11%), radial-gradient(ellipse at 63% 32%, #ee7ea7 0 10%, transparent 11%), linear-gradient(38deg, transparent 50%, rgba(238, 126, 167, 0.7) 50% 53%, transparent 54%);
}

.share-salon-cases__inner:before {
  left: 12px;
  transform: rotate(-26deg);
}

.share-salon-cases__inner:after {
  right: 12px;
  transform: scaleX(-1) rotate(-26deg);
}

.share-salon-cases__title {
  margin: 0;
  color: #44200f;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: clamp(42px, 4.4vw, 66px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0.06em;
  text-align: center;
}

.share-salon-cases__title span {
  color: #4a1c0d;
  letter-spacing: 0.12em;
}

.share-salon-cases__title:before,
.share-salon-cases__title:after {
  content: "✦";
  display: inline-block;
  margin: 0 18px;
  color: rgba(228, 0, 70, 0.36);
  font-size: 0.34em;
  transform: translateY(-0.45em);
}

.share-salon-cases__subtitle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin: 28px auto 30px;
  color: #e40046;
  font-size: clamp(20px, 1.7vw, 28px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.12em;
  text-align: center;
}

.share-salon-cases__subtitle:before,
.share-salon-cases__subtitle:after {
  content: "";
  width: min(290px, 21vw);
  border-top: 5px dotted rgba(228, 0, 70, 0.28);
}

.share-salon-cases__subtitle span {
  position: relative;
  display: inline-block;
  min-width: min(100%, 610px);
  padding: 13px 46px 15px;
  border: 3px solid rgba(228, 0, 70, 0.12);
  background: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0 50%);
}

.share-salon-cases__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.share-salon-case {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  min-height: 340px;
  border: 1px solid rgba(228, 0, 70, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 22px rgba(228, 0, 70, 0.07);
}

.share-salon-case.is-photo-right {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.78fr);
}

.share-salon-case.is-photo-right .share-salon-case__photo {
  grid-column: 2;
}

.share-salon-case.is-photo-right .share-salon-case__body {
  grid-column: 1;
  grid-row: 1;
}

.share-salon-case__photo {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  background: #fff3f8;
}

.share-salon-case__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.share-salon-case__body {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  padding: 24px 26px 24px;
  box-sizing: border-box;
}

.share-salon-case__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
}

.share-salon-case__meta img {
  flex: 0 0 auto;
  display: block;
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.share-salon-case__meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 4px 18px;
  border: 3px solid rgba(228, 0, 70, 0.12);
  border-radius: 9px;
  background: #fff4f8;
  color: #e40046;
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 800;
  letter-spacing: 0.08em;
  box-sizing: border-box;
}

.share-salon-case__lead {
  margin: 0 0 4px;
  color: #101010;
  font-size: clamp(20px, 1.45vw, 25px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.share-salon-case__result {
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 4px dotted rgba(228, 0, 70, 0.28);
  color: #e40046;
  font-size: clamp(38px, 3.4vw, 56px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0.02em;
}

.share-salon-case__after {
  margin: -6px 0 12px;
  color: #101010;
  font-size: clamp(20px, 1.55vw, 27px);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.share-salon-case__text {
  margin: 0;
  color: #111;
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.04em;
}

.share-salon-compare {
  overflow: hidden;
  padding: 78px 0 66px;
  background: #fff;
}

.share-salon-compare__inner {
  width: min(1536px, 100% - 64px);
  margin: 0 auto;
}

.share-salon-compare__title {
  position: relative;
  margin: 0 0 12px;
  color: #171717;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: clamp(56px, 5.25vw, 86px);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0.04em;
  text-align: center;
}

.share-salon-compare__title span {
  color: #e40046;
  letter-spacing: 0.06em;
}

.share-salon-compare__title:before,
.share-salon-compare__title:after {
  content: "";
  display: inline-block;
  width: 46px;
  height: 48px;
  margin: 0 24px;
  background: linear-gradient(66deg, transparent 45%, #e40046 46% 54%, transparent 55%) 0 16px/46px 6px no-repeat, linear-gradient(72deg, transparent 45%, #e40046 46% 54%, transparent 55%) 9px 2px/42px 6px no-repeat, linear-gradient(112deg, transparent 45%, #e40046 46% 54%, transparent 55%) 18px 26px/40px 6px no-repeat;
  opacity: 0.9;
}

.share-salon-compare__title:after {
  transform: scaleX(-1);
}

.share-salon-compare__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 0 0 24px;
  color: #171717;
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-align: center;
}

.share-salon-compare__lead:before,
.share-salon-compare__lead:after {
  content: "";
  width: min(120px, 10vw);
  height: 2px;
  background: #e40046;
}

.share-salon-compare__table-wrap {
  overflow-x: auto;
  border: 1px solid #cfcac6;
  border-radius: 14px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.share-salon-compare-table {
  width: 100%;
  min-width: 960px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  color: #111;
}

.share-salon-compare-table th,
.share-salon-compare-table td {
  border-right: 1px solid #cfcac6;
  border-bottom: 1px solid #d9d5d0;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

.share-salon-compare-table tr > *:last-child {
  border-right: 0;
}

.share-salon-compare-table tbody tr:last-child > * {
  border-bottom: 0;
}

.share-salon-compare-table thead th {
  height: 88px;
  padding: 14px 18px;
  background: linear-gradient(180deg, #fbfaf7 0%, #eeeae5 100%);
  font-size: clamp(26px, 2.25vw, 38px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.share-salon-compare-table thead .is-remake-col {
  background: linear-gradient(180deg, #ed0062 0%, #d60055 100%);
  color: #fff;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(36px, 3.2vw, 52px);
  letter-spacing: 0.04em;
}

.share-salon-compare-table thead .is-other-col {
  background: linear-gradient(180deg, #787878 0%, #565656 100%);
  color: #fff;
}

.share-salon-compare-table tbody th {
  width: 21%;
  padding: 24px 20px;
  background: #fff;
  font-size: clamp(19px, 1.55vw, 26px);
  font-weight: 900;
  line-height: 1.42;
  letter-spacing: 0.04em;
  text-align: left;
}

.share-salon-compare-table__label {
  display: flex;
  align-items: center;
  gap: 22px;
}

.share-salon-compare-table__label > span:last-child {
  display: block;
  min-width: 0;
}

.share-salon-compare-table td {
  width: 26.333%;
  min-height: 170px;
  padding: 24px 18px;
  font-size: clamp(23px, 2vw, 33px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.share-salon-compare-table td > strong:not(.share-salon-compare-table__amount) {
  display: block;
}

.share-salon-compare-table .is-remake-cell {
  background: linear-gradient(180deg, rgba(255, 240, 246, 0.96), rgba(255, 247, 250, 0.96));
}

.share-salon-compare-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #fde1ec;
  color: #e40046;
  flex: 0 0 auto;
}

.share-salon-compare-icon svg {
  display: block;
  width: 55px;
  height: 55px;
}

.share-salon-compare-table__amount {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  padding: 0 10px 8px;
  font-size: clamp(42px, 4.1vw, 62px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.share-salon-compare-table__sales {
  display: block;
  margin-top: 4px;
  white-space: nowrap;
}

.share-salon-compare-table__unit {
  font-size: 0.45em;
  font-weight: 800;
  line-height: 1;
}

.share-salon-compare-table__amount:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 10px;
  background: rgba(100, 100, 100, 0.18);
}

.share-salon-compare-table__amount.is-primary {
  color: #e40046;
  font-size: clamp(58px, 5.9vw, 88px);
}

.share-salon-compare-table__amount.is-primary:after {
  background: rgba(248, 208, 78, 0.42);
}

.share-salon-compare-table__pink {
  display: block;
  margin-bottom: 18px;
  color: #e40046;
  font-size: clamp(27px, 2.25vw, 36px);
  font-weight: 950;
  line-height: 1.28;
}

.share-salon-compare-stores {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 34px;
  color: #e40046;
}

.share-salon-compare-stores i {
  position: relative;
  display: block;
  width: 58px;
  height: 46px;
  border: 5px solid currentColor;
  border-top: 0;
  box-sizing: border-box;
}

.share-salon-compare-stores i:before {
  content: "";
  position: absolute;
  top: -19px;
  left: -5px;
  width: 58px;
  height: 20px;
  border: 5px solid currentColor;
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
  box-sizing: border-box;
}

.share-salon-compare-stores i:after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 0;
  width: 13px;
  height: 22px;
  border: 4px solid currentColor;
  border-bottom: 0;
  box-sizing: border-box;
}

.share-salon-compare-stores.is-muted,
.share-salon-compare-mini-icon.is-muted,
.share-salon-compare-fees {
  color: #696969;
}

.share-salon-compare-mini-icon {
  display: block;
  width: 78px;
  height: 78px;
  margin: 24px auto 0;
  color: #e40046;
}

.share-salon-compare-mini-icon svg,
.share-salon-compare-fees svg {
  display: block;
  width: 100%;
  height: 100%;
}

.share-salon-compare-fees {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 24px;
}

.share-salon-compare-fees svg {
  width: 72px;
  height: 72px;
}

.share-salon-compare-fees span {
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}

.share-salon-compare__note {
  margin: 18px 0 0;
  color: #111;
  font-size: clamp(16px, 1.55vw, 25px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-align: center;
}

.share-salon-flow {
  overflow: hidden;
  padding: 78px 0 82px;
  background: linear-gradient(180deg, #fff 0%, #fffafb 100%);
}

.share-salon-flow__inner {
  width: min(1180px, 100% - 64px);
  margin: 0 auto;
}

.share-salon-flow__title {
  position: relative;
  margin: 0;
  color: #3a241b;
  font-size: clamp(48px, 4.5vw, 72px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.06em;
  text-align: center;
}

.share-salon-flow__title:before,
.share-salon-flow__title:after {
  content: "";
  display: inline-block;
  width: 52px;
  height: 52px;
  margin: 0 24px;
  background: linear-gradient(64deg, transparent 45%, #e34878 46% 54%, transparent 55%) 0 22px/52px 6px no-repeat, linear-gradient(74deg, transparent 45%, #e34878 46% 54%, transparent 55%) 11px 3px/44px 6px no-repeat, linear-gradient(112deg, transparent 45%, #e34878 46% 54%, transparent 55%) 18px 34px/42px 6px no-repeat;
}

.share-salon-flow__title:after {
  transform: scaleX(-1);
}

.share-salon-flow__title span {
  color: #e34878;
  font-size: 1.32em;
}

.share-salon-flow__lead {
  margin: 18px 0 38px;
  color: #2a1f1b;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-align: center;
}

.share-salon-flow__list {
  display: grid;
  gap: 34px;
}

.share-salon-flow-step {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) minmax(300px, 0.85fr);
  align-items: center;
  gap: 34px;
  min-height: 286px;
  padding: 36px 44px 36px 32px;
  border: 3px solid rgba(227, 72, 120, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 26px rgba(227, 72, 120, 0.05);
  box-sizing: border-box;
}

.share-salon-flow-step:not(:last-child):after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -30px;
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 26px solid #e34878;
  border-right: 34px solid transparent;
  border-left: 34px solid transparent;
  transform: translateX(50%);
}

.share-salon-flow-step__badge {
  position: relative;
  align-self: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 156px;
  padding-bottom: 20px;
  background: linear-gradient(180deg, #f26c94 0%, #dd3b70 100%);
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 50% 100%, 0 78%);
  box-sizing: border-box;
}

.share-salon-flow-step__badge span {
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.13em;
}

.share-salon-flow-step__badge strong {
  margin-top: 8px;
  font-size: 80px;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.share-salon-flow-step__body h3 {
  margin: 0 0 20px;
  color: #2d201b;
  font-size: clamp(34px, 3.1vw, 48px);
  font-weight: 900;
  line-height: 1.24;
  letter-spacing: 0.06em;
}

.share-salon-flow-step__body h3 span,
.share-salon-flow-step__body h3 strong,
.share-salon-flow-step__note strong,
.share-salon-flow-step__body p strong {
  color: #e34878;
}

.share-salon-flow-step__body p,
.share-salon-flow-step__body li {
  margin: 0;
  color: #261b17;
  font-size: clamp(18px, 1.65vw, 26px);
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.share-salon-flow-step__body ul {
  display: grid;
  gap: 8px;
  margin: 20px 0 20px;
  padding: 0 0 18px;
  border-bottom: 3px dotted rgba(227, 72, 120, 0.28);
  list-style: none;
}

.share-salon-flow-step__body li:before {
  content: "※";
  margin-right: 8px;
  color: #e34878;
}

.share-salon-flow-step__pill {
  display: inline-block;
  margin-bottom: 14px !important;
  padding: 8px 22px;
  border-radius: 999px;
  background: #fde9ef;
  line-height: 1.4 !important;
}

.share-salon-flow-step__visual {
  position: relative;
  min-height: 210px;
}

.share-salon-flow-step__image {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  margin-left: auto;
  object-fit: contain;
}

.share-salon-flow-step__visual.is-laptop .share-salon-flow-step__image {
  max-width: 340px;
  margin-top: -8px;
}

.share-salon-flow-step__visual.is-start .share-salon-flow-step__image {
  max-width: 300px;
  margin-top: -20px;
  margin-right: 12px;
}

.share-salon-flow-step__image--line {
  max-width: 390px;
  margin: -12px auto -10px;
  border-radius: 24px;
}

.share-salon-flow-phone {
  position: absolute;
  left: 0;
  top: 6px;
  width: 150px;
  height: 226px;
  border: 8px solid #3b2a22;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

.share-salon-flow-phone:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 54px;
  height: 8px;
  border-radius: 999px;
  background: #3b2a22;
  transform: translateX(-50%);
}

.share-salon-flow-phone span {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  margin: 46px auto 12px;
  border-radius: 16px;
  background: #18b957;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.share-salon-flow-phone em {
  display: block;
  width: 92px;
  margin: 10px auto 0;
  padding: 8px 4px;
  border-radius: 10px;
  background: #b8df8b;
  color: #314526;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
}

.share-salon-flow-person {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 160px;
  height: 190px;
  border: 5px solid #4b3327;
  border-bottom: 0;
  border-radius: 80px 80px 0 0;
  background: #f5f0e9;
}

.share-salon-flow-person:before {
  content: "";
  position: absolute;
  top: -44px;
  left: 50%;
  width: 84px;
  height: 84px;
  border: 5px solid #4b3327;
  border-radius: 50%;
  background: #fff6ee;
  transform: translateX(-50%);
}

.share-salon-flow-person:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -18px;
  width: 54px;
  height: 96px;
  border: 5px solid #4b3327;
  border-radius: 16px;
  background: #f7f7f7;
  transform: rotate(-14deg);
}

.share-salon-flow-step__visual.is-photos {
  min-height: 220px;
}

.share-salon-flow-step__visual.is-photos img {
  position: absolute;
  display: block;
  width: 170px;
  aspect-ratio: 4/3;
  object-fit: cover;
  border: 8px solid #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}

.share-salon-flow-step__visual.is-photos img:nth-child(1) {
  top: 4px;
  right: 90px;
  transform: rotate(4deg);
}

.share-salon-flow-step__visual.is-photos img:nth-child(2) {
  top: 78px;
  right: 188px;
  transform: rotate(-5deg);
}

.share-salon-flow-step__visual.is-photos img:nth-child(3) {
  right: 0;
  bottom: 0;
  transform: rotate(6deg);
}

.share-salon-flow-laptop {
  position: absolute;
  right: 24px;
  bottom: 10px;
  width: 230px;
  height: 150px;
  border: 7px solid #4b3327;
  border-radius: 12px 12px 4px 4px;
  background: #fbfbfb;
}

.share-salon-flow-laptop:after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -24px;
  left: -28px;
  height: 24px;
  border: 7px solid #4b3327;
  border-top: 0;
  border-radius: 0 0 18px 18px;
  background: #f1ece8;
}

.share-salon-flow-laptop span {
  position: absolute;
  top: -50px;
  right: -18px;
  width: 80px;
  height: 58px;
  border: 5px solid #4b3327;
  border-radius: 50%;
  background: #fff;
  color: #4b3327;
  font-size: 42px;
  font-weight: 900;
  line-height: 44px;
  text-align: center;
}

.share-salon-flow-laptop .share-salon-flow-person {
  right: 52px;
  bottom: 0;
  width: 92px;
  height: 78px;
  border-width: 4px;
  transform: scale(0.9);
  transform-origin: bottom center;
}

.share-salon-flow-step__visual.is-start .share-salon-flow-person {
  right: 82px;
  width: 140px;
  height: 168px;
  background: #f8d6df;
}

.share-salon-flow-step__visual.is-start .share-salon-flow-person:after {
  right: auto;
  left: -36px;
  width: 62px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: #4b3327;
  transform: rotate(-35deg);
  box-shadow: 22px -26px 0 #4b3327;
}

.share-salon-flow-calendar {
  position: absolute;
  right: 0;
  top: 62px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: #fde1ec;
}

.share-salon-flow-calendar:before {
  content: "";
  position: absolute;
  top: 28px;
  left: 25px;
  width: 62px;
  height: 54px;
  border: 5px solid #e34878;
  border-radius: 6px;
  background: linear-gradient(#e34878 0 0) 0 16px/100% 5px no-repeat, radial-gradient(circle, #e34878 0 4px, transparent 5px) 14px 32px/18px 18px repeat-x;
}

.share-salon-flow__line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  width: min(940px, 82%);
  min-height: 88px;
  margin: 36px auto 0;
  padding: 14px 34px;
  border-radius: 12px;
  background: linear-gradient(180deg, #ef6f98 0%, #df4776 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 18px rgba(227, 72, 120, 0.2);
  box-sizing: border-box;
}

.share-salon-flow__line span {
  display: grid;
  place-items: center;
  width: 78px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  color: #df4776;
  font-size: 20px;
  font-weight: 900;
}

.share-salon-flow__line strong {
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.share-salon-flow__line svg {
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 50%;
  background: #fff;
  color: #df4776;
  box-sizing: border-box;
}

.share-salon-faq {
  overflow: hidden;
  padding: 78px 0 88px;
  background: linear-gradient(180deg, #fff 0%, #fff7fa 100%);
}

.share-salon-faq__inner {
  position: relative;
  width: min(1220px, 100% - 64px);
  margin: 0 auto;
}

.share-salon-faq__inner:before,
.share-salon-faq__inner:after {
  content: "";
  position: absolute;
  top: -18px;
  width: 126px;
  height: 126px;
  opacity: 0.48;
  background: radial-gradient(ellipse at 48% 16%, #ee7ea7 0 10%, transparent 11%), radial-gradient(ellipse at 33% 31%, #ee7ea7 0 10%, transparent 11%), radial-gradient(ellipse at 63% 32%, #ee7ea7 0 10%, transparent 11%), linear-gradient(38deg, transparent 50%, rgba(238, 126, 167, 0.72) 50% 53%, transparent 54%);
}

.share-salon-faq__inner:before {
  left: 0;
  transform: rotate(-26deg);
}

.share-salon-faq__inner:after {
  right: 0;
  transform: scaleX(-1) rotate(-26deg);
}

.share-salon-faq__title {
  margin: 0;
  color: #3a241b;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: clamp(56px, 5.2vw, 78px);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0.12em;
  text-align: center;
}

.share-salon-faq__title span {
  color: #e34878;
}

.share-salon-faq__divider {
  position: relative;
  width: min(760px, 72%);
  margin: 22px auto 20px;
  border-top: 5px dotted rgba(227, 72, 120, 0.36);
}

.share-salon-faq__divider span {
  position: absolute;
  top: -25px;
  left: 50%;
  width: 62px;
  height: 38px;
  transform: translateX(-50%);
}

.share-salon-faq__divider span:before,
.share-salon-faq__divider span:after {
  content: "";
  position: absolute;
  top: 6px;
  width: 28px;
  height: 24px;
  border: 5px solid rgba(227, 72, 120, 0.42);
  border-radius: 50% 42% 50% 42%;
  background: rgba(255, 255, 255, 0.95);
}

.share-salon-faq__divider span:before {
  left: 3px;
  transform: rotate(28deg);
}

.share-salon-faq__divider span:after {
  right: 3px;
  transform: rotate(-28deg);
}

.share-salon-faq__lead {
  margin: 0 0 34px;
  color: #2a1f1b;
  font-size: clamp(22px, 1.95vw, 30px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.12em;
  text-align: center;
}

.share-salon-faq__list {
  display: grid;
  gap: 14px;
}

.share-salon-faq-card {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) 220px;
  align-items: center;
  gap: 26px;
  min-height: 178px;
  padding: 24px 48px 24px 42px;
  border: 1px solid rgba(227, 72, 120, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 24px rgba(227, 72, 120, 0.08);
  box-sizing: border-box;
}

.share-salon-faq-card__qa {
  display: grid;
  gap: 16px;
}

.share-salon-faq-card__qa span {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ea4d83 0%, #d82d6a 100%);
  color: #fff;
  font-family: "Times New Roman", serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.share-salon-faq-card__body h3 {
  margin: 0 0 22px;
  padding-bottom: 18px;
  border-bottom: 4px dotted rgba(227, 72, 120, 0.28);
  color: #e34878;
  font-size: clamp(26px, 2.3vw, 36px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.share-salon-faq-card__body p {
  margin: 0;
  color: #191919;
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.06em;
}

.share-salon-faq-card__icon {
  width: 174px;
  height: 174px;
  margin-left: auto;
  display: block;
  object-fit: contain;
}

.share-salon-faq__cta {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  align-items: center;
  gap: 26px;
  margin-top: 34px;
  padding: 24px 44px 20px;
  border: 2px solid rgba(227, 72, 120, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.64);
  box-sizing: border-box;
}

.share-salon-faq__person {
  display: block;
  width: 190px;
  height: 190px;
  margin: 0 auto;
  object-fit: contain;
}

.share-salon-faq__cta-body p {
  margin: 0 0 18px;
  color: #201916;
  font-size: clamp(26px, 2.5vw, 38px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.06em;
  text-align: center;
}

.share-salon-faq__cta-body p span {
  color: #e34878;
}

.share-salon-faq__cta-body a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  min-height: 88px;
  padding: 14px 32px;
  border-radius: 12px;
  background: linear-gradient(180deg, #ef6f98 0%, #df4776 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 18px rgba(227, 72, 120, 0.2);
  box-sizing: border-box;
}

.share-salon-faq__cta-body a span {
  display: grid;
  place-items: center;
  width: 74px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  color: #df4776;
  font-size: 19px;
  font-weight: 900;
}

.share-salon-faq__cta-body a strong {
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.share-salon-faq__cta-body a svg {
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 50%;
  background: #fff;
  color: #df4776;
  box-sizing: border-box;
}

.share-salon-final-cta {
  padding-top: 72px;
}

@media screen and (max-width: 1100px) {
  .share-salon-hero__copy {
    width: min(760px, 70%);
  }
  .share-salon-hero__note {
    right: -280px;
    width: min(40vw, 440px);
  }
}
@media screen and (min-width: 901px) and (max-width: 1280px) {
  .share-salon-hero__note {
    right: -390px;
    width: min(38vw, 500px);
  }
}
@media screen and (min-width: 901px) and (max-width: 1100px) {
  .share-salon-hero__note {
    right: -280px;
  }
}
@media screen and (max-width: 900px) {
  .share-salon-hero {
    background: linear-gradient(180deg, #fff 0%, #fff 76%, #fff7fb 100%);
  }
  .share-salon-hero__inner {
    width: min(100% - 32px, 720px);
    padding-top: 24px;
    padding-bottom: 44px;
  }
  .share-salon-hero__visual {
    position: absolute;
    top: 86px;
    right: -34px;
    width: min(58vw, 430px);
    height: 360px;
    aspect-ratio: auto;
    margin: 0;
    border-radius: 0 0 0 28px;
    opacity: 0.92;
  }
  .share-salon-hero__visual:before {
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.86) 18%, rgba(255, 255, 255, 0.22) 58%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 54%, #fff 100%);
  }
  .share-salon-hero__visual:after {
    height: 96px;
  }
  .share-salon-hero__visual img {
    object-position: 72% center;
  }
  .share-salon-hero__copy {
    width: 100%;
    min-height: 0;
    padding-bottom: 20px;
  }
  .share-salon-hero__brand {
    position: relative;
    z-index: 4;
    margin-bottom: 17px;
    font-size: 26px;
  }
  .share-salon-hero__headline {
    position: relative;
    z-index: 4;
  }
  .share-salon-hero__note {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 4;
    width: min(92%, 460px);
    margin-top: 24px;
  }
  .share-salon-hero__cards {
    grid-template-columns: 1fr;
  }
  .share-salon-worries {
    padding: 58px 0 68px;
  }
  .share-salon-worries__inner {
    width: min(100% - 32px, 720px);
  }
  .share-salon-worries__ribbon {
    width: min(640px, 94%);
    margin-bottom: 34px;
    padding: 14px 22px 16px;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .share-salon-worries__ribbon:before,
  .share-salon-worries__ribbon:after {
    width: 42px;
    height: 28px;
  }
  .share-salon-worries__ribbon:before {
    left: -18px;
  }
  .share-salon-worries__ribbon:after {
    right: -18px;
  }
  .share-salon-worries__title {
    font-size: clamp(34px, 8vw, 46px);
  }
  .share-salon-worries__divider {
    margin: 26px auto 34px;
    border-top-width: 4px;
  }
  .share-salon-worry,
  .share-salon-worry.is-image-left {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px;
    border-radius: 22px;
  }
  .share-salon-worry__photo,
  .share-salon-worry__body,
  .share-salon-worry__icon,
  .share-salon-worry.is-image-left .share-salon-worry__photo,
  .share-salon-worry.is-image-left .share-salon-worry__body,
  .share-salon-worry.is-image-left .share-salon-worry__icon {
    grid-column: auto;
    grid-row: auto;
  }
  .share-salon-worry__icon {
    order: 1;
  }
  .share-salon-worry__body {
    order: 2;
    text-align: center;
  }
  .share-salon-worry__photo {
    order: 3;
  }
  .share-salon-worry__icon svg {
    width: 78px;
  }
  .share-salon-worry__icon img {
    width: 84px;
  }
  .share-salon-worry__number {
    width: 112px;
    height: 104px;
    margin: -12px auto 2px;
    font-size: 31px;
  }
  .share-salon-worry__number:after {
    left: -38px;
    top: 13px;
    width: 20px;
    height: 6px;
    box-shadow: 13px -15px 0 rgba(236, 59, 122, 0.58), 4px -3px 0 rgba(236, 59, 122, 0.58);
  }
  .share-salon-worry__body:before {
    top: 24px;
    left: calc(50% + 48px);
    width: 22px;
    height: 22px;
  }
  .share-salon-worry h3 {
    font-size: 24px;
  }
  .share-salon-worry p {
    font-size: 16px;
  }
  .share-salon-support {
    padding: 58px 0 68px;
  }
  .share-salon-support__inner {
    width: min(100% - 32px, 720px);
  }
  .share-salon-support__ribbon {
    width: min(520px, 86%);
    margin-bottom: 34px;
    padding: 14px 22px 16px;
    font-size: 20px;
  }
  .share-salon-support__ribbon:before,
  .share-salon-support__ribbon:after {
    width: 42px;
    height: 28px;
  }
  .share-salon-support__ribbon:before {
    left: -18px;
  }
  .share-salon-support__ribbon:after {
    right: -18px;
  }
  .share-salon-support__title {
    font-size: clamp(32px, 7.6vw, 44px);
  }
  .share-salon-support__divider {
    margin: 26px auto 34px;
    border-top-width: 4px;
  }
  .share-salon-support-card,
  .share-salon-support-card.is-photo-right {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .share-salon-support-card__photo,
  .share-salon-support-card__body,
  .share-salon-support-card.is-photo-right .share-salon-support-card__photo,
  .share-salon-support-card.is-photo-right .share-salon-support-card__body {
    grid-column: auto;
    grid-row: auto;
  }
  .share-salon-support-card__photo {
    order: 1;
  }
  .share-salon-support-card__photo img {
    min-height: 0;
    aspect-ratio: 16/10;
  }
  .share-salon-support-card__body,
  .share-salon-support-card.is-photo-right .share-salon-support-card__body {
    order: 2;
    padding: 22px 22px 30px;
    text-align: center;
  }
  .share-salon-support-card__number {
    width: 112px;
    height: 104px;
    margin: -8px auto 0;
    font-size: 34px;
  }
  .share-salon-support-card h3 {
    font-size: 24px;
  }
  .share-salon-support-card p {
    font-size: 16px;
  }
  .share-salon-support-card__icon,
  .share-salon-support-card.is-photo-right .share-salon-support-card__icon {
    position: static;
    order: -1;
    width: 104px;
    height: 104px;
    margin: 0 auto 6px;
    transform: none;
  }
  .share-salon-cases {
    padding: 58px 0 68px;
  }
  .share-salon-cases__inner {
    width: min(100% - 32px, 720px);
  }
  .share-salon-cases__inner:before,
  .share-salon-cases__inner:after {
    width: 92px;
    height: 92px;
  }
  .share-salon-cases__title {
    font-size: clamp(30px, 5.2vw, 40px);
  }
  .share-salon-cases__title:before,
  .share-salon-cases__title:after {
    margin: 0 8px;
  }
  .share-salon-cases__subtitle {
    gap: 12px;
    margin: 20px auto 26px;
    font-size: 20px;
    letter-spacing: 0.06em;
  }
  .share-salon-cases__subtitle:before,
  .share-salon-cases__subtitle:after {
    width: 48px;
    border-top-width: 4px;
  }
  .share-salon-cases__subtitle span {
    min-width: 0;
    padding: 10px 24px 12px;
  }
  .share-salon-cases__grid {
    grid-template-columns: 1fr;
  }
  .share-salon-case {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
    min-height: 0;
  }
  .share-salon-case.is-photo-right {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.78fr);
  }
  .share-salon-case__photo {
    grid-column: 1;
    grid-row: 1;
  }
  .share-salon-case__body {
    grid-column: 2;
    grid-row: 1;
  }
  .share-salon-case.is-photo-right .share-salon-case__photo {
    grid-column: 2;
  }
  .share-salon-case.is-photo-right .share-salon-case__body {
    grid-column: 1;
    grid-row: 1;
  }
  .share-salon-case__photo img {
    height: 100%;
    aspect-ratio: auto;
  }
  .share-salon-case__body {
    padding: 22px 24px 24px;
  }
  .share-salon-case__meta {
    justify-content: flex-start;
  }
  .share-salon-case__lead,
  .share-salon-case__result,
  .share-salon-case__after,
  .share-salon-case__text {
    text-align: left;
  }
  .share-salon-compare {
    padding: 58px 0 58px;
  }
  .share-salon-compare__inner {
    width: min(100% - 32px, 720px);
  }
  .share-salon-compare__title {
    font-size: clamp(30px, 5vw, 38px);
  }
  .share-salon-compare__title:before,
  .share-salon-compare__title:after {
    width: 28px;
    height: 30px;
    margin: 0 8px;
    background-size: 28px 4px, 26px 4px, 25px 4px;
  }
  .share-salon-compare__lead {
    gap: 12px;
    font-size: 16px;
  }
  .share-salon-compare__lead:before,
  .share-salon-compare__lead:after {
    width: 36px;
  }
  .share-salon-compare__table-wrap {
    border-radius: 10px;
  }
  .share-salon-compare-table {
    min-width: 660px;
  }
  .share-salon-compare-table thead th {
    height: 58px;
    padding: 9px 10px;
    font-size: 16px;
  }
  .share-salon-compare-table thead .is-remake-col {
    font-size: 24px;
  }
  .share-salon-compare-table tbody th {
    padding: 12px 10px;
    font-size: 14px;
  }
  .share-salon-compare-table td {
    padding: 14px 10px;
    font-size: 16px;
  }
  .share-salon-compare-table__label {
    gap: 10px;
  }
  .share-salon-compare-icon {
    width: 50px;
    height: 50px;
  }
  .share-salon-compare-icon svg {
    width: 32px;
    height: 32px;
  }
  .share-salon-compare-table__amount {
    font-size: 26px;
  }
  .share-salon-compare-table__amount.is-primary {
    font-size: 38px;
  }
  .share-salon-compare-table__pink {
    margin-bottom: 10px;
    font-size: 19px;
  }
  .share-salon-compare-stores {
    gap: 10px;
    margin-top: 24px;
  }
  .share-salon-compare-stores i {
    width: 42px;
    height: 34px;
    border-width: 4px;
  }
  .share-salon-compare-stores i:before {
    top: -15px;
    left: -4px;
    width: 42px;
    height: 16px;
    border-width: 4px;
  }
  .share-salon-compare-stores i:after {
    right: 11px;
    width: 10px;
    height: 17px;
    border-width: 3px;
  }
  .share-salon-compare-mini-icon {
    width: 50px;
    height: 50px;
    margin-top: 16px;
  }
  .share-salon-compare-fees {
    gap: 8px;
    margin-top: 16px;
  }
  .share-salon-compare-fees svg {
    width: 48px;
    height: 48px;
  }
  .share-salon-compare-fees span {
    font-size: 32px;
  }
  .share-salon-flow {
    padding: 58px 0 64px;
  }
  .share-salon-flow__inner {
    width: min(100% - 32px, 720px);
  }
  .share-salon-flow__title {
    font-size: clamp(32px, 6vw, 42px);
  }
  .share-salon-flow__title:before,
  .share-salon-flow__title:after {
    width: 30px;
    height: 32px;
    margin: 0 8px;
    background-size: 30px 4px, 28px 4px, 27px 4px;
  }
  .share-salon-flow__lead {
    margin-bottom: 14px;
    font-size: 20px;
  }
  .share-salon-flow-step {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 22px;
    min-height: 0;
    padding: 24px 24px 26px;
  }
  .share-salon-flow-step__badge {
    width: 82px;
    height: 104px;
    padding-bottom: 14px;
  }
  .share-salon-flow-step__badge span {
    font-size: 16px;
  }
  .share-salon-flow-step__badge strong {
    font-size: 52px;
  }
  .share-salon-flow-step__body h3 {
    font-size: 28px;
  }
  .share-salon-flow-step__body p,
  .share-salon-flow-step__body li {
    font-size: 16px;
  }
  .share-salon-flow-step__visual {
    grid-column: 1/-1;
    min-height: 190px;
  }
  .share-salon-flow-step__image {
    max-width: 280px;
    margin: 0 auto;
  }
  .share-salon-flow-step__visual.is-laptop .share-salon-flow-step__image,
  .share-salon-flow-step__visual.is-start .share-salon-flow-step__image {
    max-width: 280px;
    margin: -6px auto 0;
  }
  .share-salon-flow__line {
    width: 100%;
    min-height: 70px;
    gap: 18px;
  }
  .share-salon-flow__line strong {
    font-size: 26px;
  }
  .share-salon-flow__line span {
    width: 58px;
    height: 44px;
    font-size: 15px;
  }
  .share-salon-flow__line svg {
    width: 38px;
    height: 38px;
    padding: 9px;
  }
  .share-salon-faq {
    padding: 58px 0 64px;
  }
  .share-salon-faq__inner {
    width: min(100% - 32px, 720px);
  }
  .share-salon-faq__inner:before,
  .share-salon-faq__inner:after {
    width: 92px;
    height: 92px;
  }
  .share-salon-faq__title {
    font-size: clamp(34px, 7vw, 46px);
  }
  .share-salon-faq__lead {
    font-size: 18px;
  }
  .share-salon-faq-card {
    grid-template-columns: 70px minmax(0, 1fr) 132px;
    gap: 18px;
    min-height: 142px;
    padding: 20px 22px;
  }
  .share-salon-faq-card__qa {
    gap: 12px;
  }
  .share-salon-faq-card__qa span {
    width: 54px;
    height: 54px;
    font-size: 31px;
  }
  .share-salon-faq-card__body h3 {
    margin-bottom: 14px;
    padding-bottom: 12px;
    font-size: 22px;
  }
  .share-salon-faq-card__body p {
    font-size: 16px;
  }
  .share-salon-faq-card__icon {
    width: 118px;
    height: 118px;
  }
  .share-salon-faq__cta {
    grid-template-columns: 130px minmax(0, 1fr);
    padding: 22px;
  }
  .share-salon-faq__person {
    width: 130px;
    height: 130px;
  }
  .share-salon-faq__cta-body p {
    font-size: 22px;
  }
  .share-salon-faq__cta-body a {
    min-height: 68px;
    gap: 18px;
  }
  .share-salon-faq__cta-body a span {
    width: 56px;
    height: 42px;
    font-size: 14px;
  }
  .share-salon-faq__cta-body a strong {
    font-size: 25px;
  }
  .share-salon-faq__cta-body a svg {
    width: 36px;
    height: 36px;
    padding: 9px;
  }
}
@media screen and (max-width: 750px) {
  .share-salon-hero {
    overflow-x: hidden;
  }
  .share-salon-hero__inner {
    width: min(100% - 24px, 520px);
    padding-top: 18px;
    padding-bottom: 36px;
  }
  .share-salon-hero__breadcrumbs {
    margin-bottom: 24px;
    font-size: 11px;
  }
  .share-salon-hero__visual {
    top: 68px;
    right: -24px;
    width: min(62vw, 330px);
    height: 300px;
    border-radius: 0 0 0 24px;
  }
  .share-salon-hero__visual:before {
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.9) 24%, rgba(255, 255, 255, 0.25) 62%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 48%, #fff 100%);
  }
  .share-salon-hero__visual:after {
    height: 82px;
  }
  .share-salon-hero__brand {
    flex-wrap: nowrap;
    gap: 8px;
    margin-bottom: 20px;
    font-size: clamp(17px, 4.7vw, 21px);
    letter-spacing: 0;
  }
  .share-salon-hero__brand-property svg {
    width: 22px;
    height: 22px;
  }
  .share-salon-hero__brand-property,
  .share-salon-hero__brand-remake {
    gap: 6px;
  }
  .share-salon-hero__brand-cross {
    font-size: 20px;
  }
  .share-salon-hero__refund {
    gap: 6px;
    margin-bottom: 20px;
  }
  .share-salon-hero__refund:before {
    left: 8px;
    top: 0px;
    transform: rotate(-14deg) scale(0.66);
    transform-origin: left bottom;
  }
  .share-salon-hero__refund-label {
    font-size: clamp(22px, 6vw, 28px);
  }
  .share-salon-hero__refund strong {
    font-size: clamp(68px, 18vw, 96px);
  }
  .share-salon-hero__refund span:not(.share-salon-hero__refund-label) {
    font-size: clamp(30px, 8.3vw, 39px);
  }
  .share-salon-hero__refund em {
    margin-left: 5px;
    font-size: clamp(34px, 9.2vw, 44px);
    letter-spacing: 0.04em;
  }
  .share-salon-hero__target {
    margin: 0 0 10px;
    font-size: clamp(12px, 3.35vw, 14px);
    line-height: 1.65;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .share-salon-hero__maincopy {
    font-size: clamp(34px, 9.8vw, 45px);
    line-height: 1.34;
    letter-spacing: 0.01em;
  }
  .share-salon-hero__note {
    width: min(100%, 360px);
    margin-top: 22px;
  }
  .share-salon-hero__note::before {
    inset: -14% -8% -8%;
    filter: blur(10px);
    opacity: 0.9;
  }
  .share-salon-feature {
    padding: 24px 18px 18px;
    border-radius: 18px;
  }
  .share-salon-feature__icon {
    width: 80px;
    height: 80px;
  }
  .share-salon-feature h2 {
    font-size: 20px;
  }
  .share-salon-feature p {
    font-size: 16px;
  }
  .share-salon-hero__line a {
    gap: 12px;
    width: 100%;
    min-height: 64px;
    padding: 10px 16px;
    font-size: 24px;
  }
  .share-salon-hero__line-badge {
    width: 58px;
    height: 46px;
    font-size: 16px;
  }
  .share-salon-hero__line svg {
    width: 38px;
    height: 38px;
    padding: 8px;
  }
  .share-salon-worries {
    padding-top: 48px;
  }
  .share-salon-worries__inner {
    width: min(100% - 24px, 520px);
  }
  .share-salon-worries__ribbon {
    width: calc(100% - 12px);
    padding-right: 12px;
    padding-left: 12px;
    font-size: clamp(13px, 3.45vw, 15px);
    letter-spacing: 0.01em;
  }
  .share-salon-worries__title {
    font-size: 31px;
    letter-spacing: 0.04em;
  }
  .share-salon-worries__list {
    gap: 18px;
  }
  .share-salon-worry,
  .share-salon-worry.is-image-left {
    padding: 18px 16px;
    border-radius: 18px;
  }
  .share-salon-worry h3 {
    margin-bottom: 12px;
    font-size: 21px;
    line-height: 1.55;
  }
  .share-salon-worry p {
    font-size: 14px;
    line-height: 1.8;
  }
  .share-salon-support {
    padding-top: 48px;
  }
  .share-salon-support__inner {
    width: min(100% - 24px, 520px);
  }
  .share-salon-support__ribbon {
    width: calc(100% - 28px);
    font-size: 15px;
    letter-spacing: 0.04em;
  }
  .share-salon-support__title {
    font-size: 29px;
    letter-spacing: 0.04em;
  }
  .share-salon-support__list {
    gap: 18px;
  }
  .share-salon-support-card {
    border-radius: 18px;
  }
  .share-salon-support-card__body,
  .share-salon-support-card.is-photo-right .share-salon-support-card__body {
    padding: 18px 16px 26px;
  }
  .share-salon-support-card__number {
    width: 104px;
    height: 96px;
    margin: -6px auto 0;
    font-size: 31px;
  }
  .share-salon-support-card h3 {
    margin-bottom: 12px;
    font-size: 21px;
  }
  .share-salon-support-card p {
    font-size: 14px;
    line-height: 1.8;
  }
  .share-salon-cases {
    padding-top: 48px;
  }
  .share-salon-cases__inner {
    width: min(100% - 24px, 520px);
  }
  .share-salon-cases__inner:before,
  .share-salon-cases__inner:after {
    display: none;
  }
  .share-salon-cases__title {
    font-size: 31px;
    letter-spacing: 0.04em;
  }
  .share-salon-cases__title:before,
  .share-salon-cases__title:after {
    display: none;
  }
  .share-salon-cases__subtitle {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .share-salon-cases__subtitle:before,
  .share-salon-cases__subtitle:after {
    display: none;
  }
  .share-salon-cases__subtitle span {
    width: 100%;
    padding: 9px 20px 11px;
  }
  .share-salon-cases__grid {
    gap: 18px;
  }
  .share-salon-case,
  .share-salon-case.is-photo-right {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }
  .share-salon-case__photo,
  .share-salon-case__body,
  .share-salon-case.is-photo-right .share-salon-case__photo,
  .share-salon-case.is-photo-right .share-salon-case__body {
    grid-column: auto;
    grid-row: auto;
  }
  .share-salon-case__photo img {
    aspect-ratio: 16/11;
  }
  .share-salon-case__body {
    padding: 20px 16px 24px;
  }
  .share-salon-case__meta {
    justify-content: center;
    gap: 10px;
    margin-bottom: 12px;
  }
  .share-salon-case__meta img {
    width: 68px;
    height: 68px;
  }
  .share-salon-case__meta span {
    min-height: 38px;
    padding: 3px 14px;
    font-size: 17px;
  }
  .share-salon-case__lead {
    font-size: 18px;
    text-align: center;
  }
  .share-salon-case__result {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom-width: 4px;
    font-size: 34px;
    text-align: center;
  }
  .share-salon-case__after {
    font-size: 18px;
    text-align: center;
  }
  .share-salon-case__text {
    font-size: 14px;
    line-height: 1.75;
    text-align: center;
  }
  .share-salon-compare {
    padding: 48px 0 50px;
  }
  .share-salon-compare__inner {
    width: min(100% - 24px, 520px);
  }
  .share-salon-compare__title {
    font-size: 31px;
    letter-spacing: 0.02em;
  }
  .share-salon-compare__title:before,
  .share-salon-compare__title:after {
    display: none;
  }
  .share-salon-compare__lead {
    display: block;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.65;
  }
  .share-salon-compare__lead:before,
  .share-salon-compare__lead:after {
    display: none;
  }
  .share-salon-compare-table {
    min-width: 620px;
  }
  .share-salon-compare-table thead th {
    height: 58px;
    padding: 9px 10px;
    font-size: 17px;
  }
  .share-salon-compare-table thead .is-remake-col {
    font-size: 26px;
  }
  .share-salon-compare-table tbody th {
    padding: 14px 10px;
    font-size: 15px;
  }
  .share-salon-compare-table td {
    padding: 16px 10px;
    font-size: 18px;
  }
  .share-salon-compare-table__label {
    gap: 10px;
  }
  .share-salon-compare-table .share-salon-compare-icon,
  .share-salon-compare-table .share-salon-compare-mini-icon,
  .share-salon-compare-table .share-salon-compare-stores,
  .share-salon-compare-table .share-salon-compare-fees svg {
    display: none !important;
  }
  .share-salon-compare-icon {
    width: 54px;
    height: 54px;
  }
  .share-salon-compare-icon svg {
    width: 34px;
    height: 34px;
  }
  .share-salon-compare-table__amount {
    font-size: 30px;
  }
  .share-salon-compare-table__amount.is-primary {
    font-size: 44px;
  }
  .share-salon-compare-table__pink {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .share-salon-compare-stores {
    gap: 10px;
    margin-top: 24px;
  }
  .share-salon-compare-stores i {
    width: 42px;
    height: 34px;
    border-width: 4px;
  }
  .share-salon-compare-stores i:before {
    top: -15px;
    left: -4px;
    width: 42px;
    height: 16px;
    border-width: 4px;
  }
  .share-salon-compare-stores i:after {
    right: 11px;
    width: 10px;
    height: 17px;
    border-width: 3px;
  }
  .share-salon-compare-mini-icon {
    width: 58px;
    height: 58px;
    margin-top: 16px;
  }
  .share-salon-compare-fees {
    gap: 10px;
    margin-top: 16px;
  }
  .share-salon-compare-fees svg {
    width: 54px;
    height: 54px;
  }
  .share-salon-compare-fees span {
    font-size: 36px;
  }
  .share-salon-compare__note {
    font-size: 13px;
  }
  .share-salon-flow {
    padding: 48px 0 52px;
  }
  .share-salon-flow__inner {
    width: min(100% - 24px, 520px);
  }
  .share-salon-flow__title {
    font-size: 30px;
    letter-spacing: 0.03em;
  }
  .share-salon-flow__title:before,
  .share-salon-flow__title:after {
    display: none;
  }
  .share-salon-flow__lead {
    margin: 12px 0 22px;
    font-size: 16px;
    line-height: 1.55;
  }
  .share-salon-flow__list {
    gap: 26px;
  }
  .share-salon-flow-step {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 14px 20px;
    border-width: 2px;
    border-radius: 14px;
  }
  .share-salon-flow-step:not(:last-child):after {
    bottom: -23px;
    border-top-width: 18px;
    border-right-width: 24px;
    border-left-width: 24px;
  }
  .share-salon-flow-step__badge {
    width: 62px;
    height: 82px;
  }
  .share-salon-flow-step__badge span {
    font-size: 12px;
  }
  .share-salon-flow-step__badge strong {
    font-size: 40px;
  }
  .share-salon-flow-step__body h3 {
    margin-bottom: 12px;
    font-size: 22px;
  }
  .share-salon-flow-step__body p,
  .share-salon-flow-step__body li {
    font-size: 14px;
    line-height: 1.65;
  }
  .share-salon-flow-step__body ul {
    gap: 5px;
    margin: 12px 0;
    padding-bottom: 12px;
  }
  .share-salon-flow-step__pill {
    padding: 7px 12px;
  }
  .share-salon-flow-step__visual {
    min-height: 150px;
  }
  .share-salon-flow-step__image {
    max-width: 220px;
  }
  .share-salon-flow-step__image--line {
    max-width: 270px;
    margin: -4px auto 0;
  }
  .share-salon-flow-step__visual.is-laptop .share-salon-flow-step__image,
  .share-salon-flow-step__visual.is-start .share-salon-flow-step__image {
    max-width: 220px;
    margin-top: -4px;
  }
  .share-salon-flow-phone {
    left: 32px;
    width: 112px;
    height: 170px;
    border-width: 6px;
    border-radius: 20px;
  }
  .share-salon-flow-phone span {
    width: 45px;
    height: 45px;
    margin-top: 34px;
    font-size: 13px;
  }
  .share-salon-flow-phone em {
    width: 72px;
    padding: 6px 3px;
    font-size: 16px;
  }
  .share-salon-flow-person {
    right: 28px;
    width: 112px;
    height: 134px;
  }
  .share-salon-flow-person:before {
    width: 62px;
    height: 62px;
    top: -34px;
  }
  .share-salon-flow-person:after {
    width: 40px;
    height: 72px;
  }
  .share-salon-flow-step__visual.is-photos {
    min-height: 168px;
  }
  .share-salon-flow-step__visual.is-photos img {
    width: 126px;
    border-width: 5px;
  }
  .share-salon-flow-step__visual.is-photos img:nth-child(1) {
    right: 60px;
  }
  .share-salon-flow-step__visual.is-photos img:nth-child(2) {
    top: 62px;
    right: 134px;
  }
  .share-salon-flow-laptop {
    right: 38px;
    width: 176px;
    height: 116px;
  }
  .share-salon-flow-step__visual.is-start .share-salon-flow-person {
    right: 70px;
    width: 112px;
    height: 138px;
  }
  .share-salon-flow-calendar {
    right: 20px;
    width: 82px;
    height: 82px;
  }
  .share-salon-flow-calendar:before {
    top: 21px;
    left: 18px;
    width: 46px;
    height: 40px;
    border-width: 4px;
  }
  .share-salon-flow__line {
    min-height: 62px;
    padding: 10px 14px;
    gap: 12px;
  }
  .share-salon-flow__line strong {
    font-size: 20px;
  }
  .share-salon-flow__line span {
    width: 48px;
    height: 38px;
    font-size: 12px;
  }
  .share-salon-flow__line svg {
    width: 32px;
    height: 32px;
    padding: 8px;
  }
  .share-salon-faq {
    padding: 48px 0 52px;
  }
  .share-salon-faq__inner {
    width: min(100% - 24px, 520px);
  }
  .share-salon-faq__inner:before,
  .share-salon-faq__inner:after {
    display: none;
  }
  .share-salon-faq__title {
    font-size: 32px;
    letter-spacing: 0.06em;
  }
  .share-salon-faq__divider {
    width: 100%;
    margin: 18px auto 16px;
    border-top-width: 4px;
  }
  .share-salon-faq__lead {
    margin-bottom: 22px;
    font-size: 14px;
    letter-spacing: 0.04em;
  }
  .share-salon-faq__list {
    gap: 12px;
  }
  .share-salon-faq-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 16px 14px;
    border-radius: 14px;
  }
  .share-salon-faq-card__qa {
    gap: 9px;
  }
  .share-salon-faq-card__qa span {
    width: 42px;
    height: 42px;
    font-size: 25px;
  }
  .share-salon-faq-card__body h3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    letter-spacing: 0.04em;
  }
  .share-salon-faq-card__body p {
    font-size: 14px;
    line-height: 1.65;
    letter-spacing: 0.03em;
  }
  .share-salon-faq-card__icon {
    display: none;
  }
  .share-salon-faq__cta {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 22px;
    padding: 18px 14px;
  }
  .share-salon-faq__person {
    display: none;
  }
  .share-salon-faq__cta-body p {
    margin-bottom: 12px;
    font-size: 18px;
  }
  .share-salon-faq__cta-body a {
    min-height: 62px;
    gap: 12px;
    padding: 10px 14px;
  }
  .share-salon-faq__cta-body a span {
    width: 48px;
    height: 38px;
    font-size: 12px;
  }
  .share-salon-faq__cta-body a strong {
    font-size: 20px;
  }
  .share-salon-faq__cta-body a svg {
    width: 32px;
    height: 32px;
    padding: 8px;
  }
}
/* Share salon scale adjustment */
@media screen and (min-width: 901px) {
  .share-salon-hero__inner {
    width: min(1180px, 100% - 72px);
    padding-top: 32px;
    padding-bottom: 56px;
  }
  .share-salon-hero__visual {
    right: calc(-1 * max(36px, (100vw - min(1180px, 100vw - 72px)) / 2));
    width: min(620px, 50vw);
    height: 600px;
  }
  .share-salon-hero__copy {
    width: min(680px, 58%);
    min-height: 420px;
    padding-bottom: 30px;
  }
  .share-salon-hero__brand {
    gap: 18px;
    margin-bottom: 18px;
    font-size: 28px;
  }
  .share-salon-hero__brand-property svg {
    width: 30px;
    height: 30px;
  }
  .share-salon-hero__brand-cross {
    font-size: 27px;
  }
  .share-salon-hero__refund {
    gap: 10px;
    margin-bottom: 24px;
  }
  .share-salon-hero__refund-label {
    font-size: clamp(24px, 2.7vw, 38px);
  }
  .share-salon-hero__refund strong {
    font-size: clamp(70px, 6.5vw, 106px);
  }
  .share-salon-hero__refund span:not(.share-salon-hero__refund-label) {
    font-size: clamp(34px, 3.4vw, 54px);
  }
  .share-salon-hero__refund em {
    margin-left: 10px;
    font-size: clamp(40px, 4.1vw, 62px);
  }
  .share-salon-hero__target {
    font-size: clamp(18px, 1.55vw, 24px);
  }
  .share-salon-hero__maincopy {
    font-size: clamp(32px, 3.15vw, 44px);
    line-height: 1.24;
  }
  .share-salon-hero__maincopy br {
    display: none;
  }
  .share-salon-hero__note {
    right: -430px;
    bottom: -6px;
    width: min(33vw, 430px);
  }
  .share-salon-hero__cards {
    gap: 16px;
  }
  .share-salon-feature {
    padding: 22px 22px 18px;
    border-radius: 20px;
  }
  .share-salon-feature__icon {
    width: 86px;
    height: 86px;
    margin: -65px auto 18px;
  }
  .share-salon-feature h2 {
    font-size: clamp(19px, 1.55vw, 25px);
  }
  .share-salon-feature p {
    margin: 14px 0 18px;
    padding-top: 18px;
    font-size: clamp(15px, 1.25vw, 19px);
  }
  .share-salon-hero__line a,
  .share-salon-flow__line,
  .share-salon-faq__cta-body a {
    min-height: 76px;
  }
  .share-salon-hero__line a {
    width: min(720px, 80%);
    gap: 22px;
    font-size: clamp(26px, 2.8vw, 42px);
  }
  .share-salon-worries,
  .share-salon-support,
  .share-salon-cases,
  .share-salon-compare,
  .share-salon-flow,
  .share-salon-faq {
    padding-top: 64px;
    padding-bottom: 72px;
  }
  .share-salon-worries__inner {
    width: min(1040px, 100% - 72px);
  }
  .share-salon-support__inner {
    width: min(1060px, 100% - 72px);
  }
  .share-salon-cases__inner {
    width: min(1120px, 100% - 72px);
  }
  .share-salon-compare__inner {
    width: min(1120px, 100% - 72px);
  }
  .share-salon-flow__inner {
    width: min(1040px, 100% - 72px);
  }
  .share-salon-faq__inner {
    width: min(1080px, 100% - 72px);
  }
  .share-salon-worries__ribbon,
  .share-salon-support__ribbon {
    font-size: clamp(18px, 1.7vw, 25px);
  }
  .share-salon-worries__title,
  .share-salon-support__title,
  .share-salon-cases__title,
  .share-salon-compare__title,
  .share-salon-flow__title,
  .share-salon-faq__title {
    font-size: clamp(40px, 3.6vw, 56px);
  }
  .share-salon-worry {
    grid-template-columns: 140px minmax(0, 1fr) 320px;
    gap: 26px;
    min-height: 198px;
    padding: 22px 28px;
  }
  .share-salon-worry.is-image-left {
    grid-template-columns: 320px minmax(0, 1fr) 140px;
  }
  .share-salon-worry__icon svg,
  .share-salon-worry__icon img {
    width: min(100px, 100%);
  }
  .share-salon-worry__number,
  .share-salon-support-card__number {
    width: 112px;
    height: 104px;
    font-size: 31px;
  }
  .share-salon-worry h3,
  .share-salon-support-card h3 {
    font-size: clamp(23px, 2vw, 31px);
  }
  .share-salon-worry p,
  .share-salon-support-card p {
    font-size: clamp(15px, 1.18vw, 18px);
  }
  .share-salon-support-card {
    min-height: 290px;
  }
  .share-salon-support-card__photo img {
    min-height: 290px;
  }
  .share-salon-support-card__body {
    padding: 34px 190px 34px 58px;
  }
  .share-salon-support-card.is-photo-right .share-salon-support-card__body {
    padding-right: 58px;
    padding-left: 190px;
  }
  .share-salon-support-card__icon {
    width: 122px;
    height: 122px;
  }
  .share-salon-case {
    min-height: 290px;
  }
  .share-salon-case__body {
    padding: 20px 22px;
  }
  .share-salon-case__meta img {
    width: 62px;
    height: 62px;
  }
  .share-salon-case__meta span {
    font-size: clamp(15px, 1.1vw, 18px);
  }
  .share-salon-case__lead {
    font-size: clamp(17px, 1.15vw, 21px);
  }
  .share-salon-case__result {
    font-size: clamp(30px, 2.6vw, 44px);
  }
  .share-salon-case__after {
    font-size: clamp(17px, 1.2vw, 22px);
  }
  .share-salon-case__text {
    font-size: clamp(13px, 0.95vw, 15px);
  }
  .share-salon-compare__lead,
  .share-salon-faq__lead {
    font-size: clamp(18px, 1.5vw, 24px);
  }
  .share-salon-compare-table {
    min-width: 860px;
  }
  .share-salon-compare-table thead th {
    height: 76px;
    padding: 12px 14px;
    font-size: clamp(21px, 1.7vw, 30px);
  }
  .share-salon-compare-table thead .is-remake-col {
    font-size: clamp(30px, 2.4vw, 42px);
  }
  .share-salon-compare-table tbody th {
    padding: 18px 16px;
    font-size: clamp(16px, 1.25vw, 21px);
  }
  .share-salon-compare-table td {
    padding: 18px 14px;
    font-size: clamp(19px, 1.55vw, 26px);
  }
  .share-salon-compare-icon {
    width: 68px;
    height: 68px;
  }
  .share-salon-compare-icon svg {
    width: 44px;
    height: 44px;
  }
  .share-salon-compare-table__amount {
    font-size: clamp(34px, 3vw, 48px);
  }
  .share-salon-compare-table__amount.is-primary {
    font-size: clamp(46px, 4.5vw, 68px);
  }
  .share-salon-compare-table__pink {
    font-size: clamp(22px, 1.7vw, 29px);
  }
  .share-salon-flow-step {
    grid-template-columns: 118px minmax(0, 1fr) minmax(260px, 0.82fr);
    gap: 28px;
    min-height: 248px;
    padding: 30px 36px 30px 28px;
  }
  .share-salon-flow-step__badge {
    width: 104px;
    height: 132px;
  }
  .share-salon-flow-step__badge span {
    font-size: 20px;
  }
  .share-salon-flow-step__badge strong {
    font-size: 64px;
  }
  .share-salon-flow-step__body h3 {
    font-size: clamp(28px, 2.35vw, 38px);
  }
  .share-salon-flow-step__body p,
  .share-salon-flow-step__body li {
    font-size: clamp(16px, 1.25vw, 21px);
  }
  .share-salon-faq-card {
    grid-template-columns: 72px minmax(0, 1fr) 170px;
    gap: 22px;
    min-height: 150px;
    padding: 20px 36px 20px 32px;
  }
  .share-salon-faq-card__qa span {
    width: 56px;
    height: 56px;
    font-size: 32px;
  }
  .share-salon-faq-card__body h3 {
    font-size: clamp(22px, 1.7vw, 29px);
  }
  .share-salon-faq-card__body p {
    font-size: clamp(16px, 1.25vw, 22px);
  }
  .share-salon-faq-card__icon {
    width: 136px;
    height: 136px;
  }
}
@media screen and (max-width: 900px) {
  .share-salon-hero__inner,
  .share-salon-worries__inner,
  .share-salon-support__inner,
  .share-salon-cases__inner,
  .share-salon-compare__inner,
  .share-salon-flow__inner,
  .share-salon-faq__inner {
    width: min(100% - 40px, 640px);
  }
  .share-salon-hero__brand {
    font-size: 23px;
  }
  .share-salon-hero__refund-label {
    font-size: clamp(18px, 4.5vw, 22px);
  }
  .share-salon-hero__refund strong {
    font-size: clamp(46px, 12.5vw, 68px);
  }
  .share-salon-hero__refund span:not(.share-salon-hero__refund-label) {
    font-size: clamp(22px, 5.8vw, 30px);
  }
  .share-salon-hero__refund em {
    font-size: clamp(25px, 6.5vw, 34px);
  }
  .share-salon-hero__maincopy {
    font-size: clamp(23px, 6vw, 31px);
    line-height: 1.28;
    white-space: nowrap;
  }
  .share-salon-hero__maincopy br {
    display: none;
  }
  .share-salon-hero__headline-block {
    width: 100%;
  }
  .share-salon-hero__note {
    position: static;
    width: min(42vw, 220px);
    margin: 8px 0 0 auto;
  }
  .share-salon-worries__title,
  .share-salon-support__title,
  .share-salon-cases__title,
  .share-salon-compare__title,
  .share-salon-flow__title,
  .share-salon-faq__title {
    font-size: clamp(27px, 6.7vw, 38px);
  }
  .share-salon-feature h2,
  .share-salon-worry h3,
  .share-salon-support-card h3,
  .share-salon-flow-step__body h3 {
    font-size: clamp(19px, 5vw, 24px);
  }
  .share-salon-feature p,
  .share-salon-worry p,
  .share-salon-support-card p,
  .share-salon-case__text,
  .share-salon-flow-step__body p,
  .share-salon-flow-step__body li,
  .share-salon-faq-card__body p {
    font-size: 13px;
  }
  .share-salon-case__lead,
  .share-salon-case__after,
  .share-salon-faq-card__body h3 {
    font-size: 16px;
  }
  .share-salon-case__result {
    font-size: 28px;
  }
  .share-salon-compare-table {
    min-width: 560px;
  }
  .share-salon-compare-table thead th {
    font-size: 14px;
  }
  .share-salon-compare-table thead .is-remake-col {
    font-size: 21px;
  }
  .share-salon-compare-table tbody th {
    font-size: 13px;
  }
  .share-salon-compare-table td {
    font-size: 15px;
  }
  .share-salon-compare-table__amount {
    font-size: 24px;
  }
  .share-salon-compare-table__amount.is-primary {
    font-size: 34px;
  }
  .share-salon-compare-table__pink {
    font-size: 17px;
  }
  .share-salon-feature {
    padding-top: 24px;
  }
  .share-salon-feature__icon {
    width: 76px;
    height: 76px;
    margin: -62px auto 16px;
  }
}
@media screen and (max-width: 750px) {
  .share-salon-hero__inner,
  .share-salon-worries__inner,
  .share-salon-support__inner,
  .share-salon-cases__inner,
  .share-salon-compare__inner,
  .share-salon-flow__inner,
  .share-salon-faq__inner {
    width: min(100% - 32px, 480px);
  }
  .share-salon-feature {
    padding-top: 24px;
  }
  .share-salon-feature__icon {
    width: 70px;
    height: 70px;
    margin-top: -59px;
  }
  .share-salon-hero__note {
    width: min(46vw, 210px);
  }
}
/* Share salon hero CTA / compact compare table */
.share-salon-hero__main-cta {
  position: relative;
  z-index: 6;
  display: flex;
  margin-top: 24px;
}

.share-salon-hero__main-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  min-height: 56px;
  padding: 12px 28px;
  border-radius: 999px;
  background: #06c755;
  color: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(6, 199, 85, 0.24);
  box-sizing: border-box;
}

.share-salon-compare-table {
  min-width: 820px;
}

.share-salon-compare-table thead th {
  height: 70px;
  padding: 10px 12px;
  font-size: clamp(20px, 1.65vw, 29px);
}

.share-salon-compare-table thead .is-remake-col {
  font-size: clamp(28px, 2.35vw, 40px);
}

.share-salon-compare-table tbody th {
  padding: 16px 14px;
  font-size: clamp(15px, 1.15vw, 20px);
}

.share-salon-compare-table__label {
  gap: 14px;
}

.share-salon-compare-table td {
  padding: 16px 12px;
  font-size: clamp(17px, 1.4vw, 24px);
}

.share-salon-compare-icon {
  width: 62px;
  height: 62px;
}

.share-salon-compare-icon svg {
  width: 40px;
  height: 40px;
}

.share-salon-compare-table__amount {
  font-size: clamp(31px, 2.75vw, 45px);
}

.share-salon-compare-table__amount.is-primary {
  font-size: clamp(42px, 3.9vw, 62px);
}

.share-salon-compare-table__pink {
  margin-bottom: 12px;
  font-size: clamp(20px, 1.55vw, 27px);
}

.share-salon-compare-stores {
  gap: 12px;
  margin-top: 24px;
}

.share-salon-compare-stores i {
  width: 48px;
  height: 38px;
  border-width: 4px;
}

.share-salon-compare-stores i:before {
  top: -15px;
  left: -4px;
  width: 48px;
  height: 16px;
  border-width: 4px;
}

.share-salon-compare-stores i:after {
  right: 13px;
  width: 11px;
  height: 18px;
  border-width: 3px;
}

.share-salon-compare-mini-icon {
  width: 62px;
  height: 62px;
  margin-top: 16px;
}

.share-salon-compare-fees {
  gap: 12px;
  margin-top: 16px;
}

.share-salon-compare-fees svg {
  width: 58px;
  height: 58px;
}

.share-salon-compare-fees span {
  font-size: 40px;
}

@media screen and (max-width: 900px) {
  .share-salon-hero__main-cta {
    margin-top: 14px;
  }
  .share-salon-hero__main-cta a {
    min-width: 190px;
    min-height: 44px;
    padding: 10px 20px;
    font-size: 14px;
  }
  .share-salon-compare-table {
    min-width: 520px;
  }
  .share-salon-compare-table thead th {
    height: 50px;
    padding: 8px 8px;
    font-size: 12px;
  }
  .share-salon-compare-table thead .is-remake-col {
    font-size: 18px;
  }
  .share-salon-compare-table tbody th {
    padding: 10px 8px;
    font-size: 11px;
  }
  .share-salon-compare-table__label {
    gap: 8px;
  }
  .share-salon-compare-table td {
    padding: 11px 8px;
    font-size: 13px;
  }
  .share-salon-compare-table__amount {
    font-size: 21px;
  }
  .share-salon-compare-table__amount.is-primary {
    font-size: 29px;
  }
  .share-salon-compare-table__pink {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .share-salon-compare-table {
    min-width: 500px;
  }
  .share-salon-compare-table thead th {
    font-size: 12px;
  }
  .share-salon-compare-table thead .is-remake-col {
    font-size: 17px;
  }
  .share-salon-compare-table tbody th {
    font-size: 11px;
  }
  .share-salon-compare-table td {
    font-size: 12px;
  }
  .share-salon-compare-table__amount {
    font-size: 20px;
  }
  .share-salon-compare-table__amount.is-primary {
    font-size: 28px;
  }
  .share-salon-compare-table__pink {
    font-size: 13px;
  }
}
.relabs-after-support {
  padding: 96px 0 104px;
  background: #fff;
}

.relabs-after-support__inner {
  width: min(1120px, 100% - 48px);
  margin: 0 auto;
}

.relabs-after-support__header {
  margin-bottom: 72px;
  text-align: center;
}

.relabs-after-support__en {
  display: block;
  margin-bottom: 14px;
  color: #004A98;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.relabs-after-support__title {
  margin: 0;
  color: #111;
  font-size: 39px;
  font-weight: 800;
  line-height: 1.45;
}

.relabs-after-support__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #f2ead2;
  border-bottom: 1px solid #f2ead2;
}

.relabs-after-support__column {
  padding: 48px 44px 54px;
  box-sizing: border-box;
}

.relabs-after-support__column + .relabs-after-support__column {
  border-left: 1px solid #f2ead2;
}

.relabs-after-support__column h3 {
  margin: 0 0 28px;
  color: #173b72;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.45;
}

.relabs-after-support__column ul {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.relabs-after-support__column li {
  position: relative;
  padding-left: 40px;
  color: #111;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
}

.relabs-after-support__column li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 18px;
  height: 10px;
  border-left: 4px solid #004A98;
  border-bottom: 4px solid #004A98;
  transform: rotate(-45deg);
}

.relabs-after-support__column strong {
  margin-right: 4px;
}

.relabs-after-support__column strong:after {
  content: "→";
  margin-left: 6px;
  color: #004A98;
}

#recredit-cases.relabs-cases {
  display: none;
}

@media screen and (max-width: 900px) {
  .relabs-machine-grid.top-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .relabs-after-support__content {
    grid-template-columns: 1fr;
  }
  .relabs-after-support__column + .relabs-after-support__column {
    border-left: 0;
    border-top: 1px solid #f2ead2;
  }
}
@media screen and (max-width: 750px) {
  .relabs-machine-grid.top-product-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .relabs-machine-note {
    margin-top: 34px;
    font-size: 16px;
    text-align: left;
  }
  .relabs-machine-actions {
    flex-direction: column;
  }
  .relabs-after-support {
    padding: 58px 0 68px;
  }
  .relabs-after-support__inner {
    width: min(100% - 32px, 620px);
  }
  .relabs-after-support__header {
    margin-bottom: 38px;
  }
  .relabs-after-support__title {
    font-size: 28px;
  }
  .relabs-after-support__column {
    padding: 30px 0 34px;
  }
  .relabs-after-support__column h3 {
    font-size: 21px;
  }
  .relabs-after-support__column li {
    padding-left: 32px;
    font-size: 15px;
  }
}


/*# sourceMappingURL=common.css.map */
