@charset "UTF-8";

/* reset
========================================================================== */
:root * {
  box-sizing: border-box;
}

/* reset
========================================================================== */
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
thead,
tbody,
tfoot,
th,
td,
header,
footer,
nav,
article,
aside,
section,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

select,
option,
input,
button,
label,
textarea {
  line-height: 1;
}

input {
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

em {
  font-style: normal;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  word-break: break-all;
}

img,
a img {
  border: none;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
}

:root * {
  box-sizing: border-box;
}

a {
  word-wrap: break-word;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear,
input::-ms-reveal {
  visibility: hidden;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid #000;
}


/* common
========================================================================== */

html {
  height: 100%;
  font-size: 62.5%;
  line-height: 1.5;
  overflow: auto;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;


}

@media (max-width: 1440px) {
  html {
    font-size: calc(100vw / 144);
  }
}

/* 768px以下（スマホ）になったら、スマホ用のCSSに合わせて戻すスイッチ */
@media (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}


body {
  min-width: initial;
  font-size: 1.6em;
  color: #2A2A2A;
}

img {
  height: auto;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
}

.lp-contents {
  position: relative;
  max-width: 144rem;
  margin: auto;
  width: 100%;
}

.scroll {
  text-align: center;
}

.scroll__fv {
  margin: 8rem 0;
  margin-top: 12rem;
}

.scroll_txt {
  margin-bottom: 1rem;
}

.scroll_arrow {
  width: 4%;
  margin: auto;
}

.dots-underline {
  display: block;
  width: 100%;
  height: 6px;
  background-image: radial-gradient(circle, #000 2px, transparent 2px);
  background-size: 2rem 100%;
  background-repeat: repeat-x;
  background-position: center;
  margin: 1rem 0;
}

.bg__color {
  display: block;
  width: 100vw;
  z-index: -1;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.bg__color.bg__color__fv {
  background-color: #f7bc28;
  height: 33rem;
  top: 35rem;
}

.bg__color.bg__color__slide {
  background-color: #fde2bf;
  height: 74rem;
  top: 27rem;
}

.bg__color.bg__color__step {
  background-color: #fff7d9;
  height: 38rem;
  top: 5rem;
}

.btn__follow {
  width: 35%;
  margin: auto;
  position: sticky;
  bottom: 2.8rem;
  z-index: 50;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* 消えている間はクリックできないように */
}

.pc__only {
  display: block;
}

.sp__only {
  display: none;
}

@media (max-width: 768px) {

  .scroll_arrow {
    width: 10%;
  }

  .scroll__fv {
    margin-top: 3.2rem;
    margin-bottom: 8rem;
  }

  .dots-underline {
    background-image: radial-gradient(circle, #000 1px, transparent 1px);
    background-size: 1rem 100%;
  }


  .bg__color.bg__color__fv {
    height: 54%;
    top: 32%;
  }

  .bg__color.bg__color__slide {
    height: 73%;
    top: 35%;
  }

  .bg__color.bg__color__step {
    height: 80%;
    top: 31%;
  }

  .btn__follow {
    width: 90%;
    bottom: 0.8rem;
  }


  .pc__only {
    display: none;
  }

  .sp__only {
    display: block;
  }

}


/* btn
========================================================================== */

.btn__wrap {
  width: 42rem;
}

.btn__txt {
  width: 90%;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}

.btn__wrap__modal {
  width: 38%;
  position: absolute;
  top: 24%;
  right: 9%;
}

.btn__wrap__modal.result-2 {
  top: 33%;
}


@media (max-width: 768px) {
  .btn__wrap {
    width: 100%;
  }

  .btn__wrap__fv {
    position: relative;
    width: 88%;
    margin: auto;
    top: -4rem;
  }

  .btn__wrap__modal {
    width: 90%;
    position: absolute;
    top: 35rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .btn__wrap__modal.result-2 {
        top: 44.1rem;
  }
}


/* header
========================================================================== */
.header {
  display: flex;
  justify-content: center;
  padding: 4rem 0;
}

@media (max-width: 768px) {
  .header {
    width: 28%;
    margin: auto;
    padding: 2rem 0;
  }
}


/* fv
========================================================================== */

.fv {
  position: relative;
}

.fv__ttl {
  width: fit-content;
}

.fv__wrap-txt {
  width: 56rem;
  position: relative;
  left: calc(50% - 54rem);
  margin-bottom: 10rem;
  z-index: 3;
}

.loan-features {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin-top: 2.4rem;
  margin-bottom: 4rem;
  padding: 0;
  width: 100%;
}

.feature-item {
  background-color: #e54d31;
  color: #fff;
  width: 15rem;
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 1rem rgba(0, 0, 0, 0.2);

  font-weight: 600;
}

.feature-label {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}

.feature-label--small {
  font-size: 1.2rem;
  margin-left: -0.5rem;
}

.feature-value {
  color: #fceb4c;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: -0.02em;
}

.feature-value--md {
  font-size: 4.8rem;
}

.feature-value--lg {
  font-size: 5.2rem;
  letter-spacing: -0.1em;
}

.feature-value--lg span {
  font-size: 2.6rem;
  padding-left: 0.4rem;
}

.feature-value span {
  font-size: 3rem;
  margin-left: 0.2rem;
  color: #fff;
}

.feature-separator {
  width: 0.3rem;
  height: 1.4rem;
  background-color: #fff;
}

.feature-unit {
  font-size: 2rem;
  font-weight: 600;
}

.fv__wrap-img {
  position: absolute;
  top: 0;
  left: calc(50% - 9rem);
  z-index: 2;
}

.fv_img {
  width: 80rem;
}


@media (max-width: 768px) {

  .fv_img {
    width: 100%;
  }

  .fv__wrap-txt {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    left: 0;
  }

  .fv__wrap-img {
    width: 90%;
    right: 0;
    left: initial;
  }

  .fv__ttl {
    padding: 2rem 2rem 0 1rem;
  }

  .loan-features {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    margin-top: 2rem;
    padding-left: 1rem;
  }

  .feature-item {
    width: 27%;
    aspect-ratio: 1 / 1;
    /* 正円を指定 */
    height: auto;
    container-type: inline-size;
  }

  .feature-label {
    font-size: clamp(1rem, 11cqw, 1.6rem);
  }

  .feature-label--small,
  .feature-unit {
    font-size: clamp(0.8rem, 9.5cqw, 1.2rem);
  }

  .feature-value {
    font-size: clamp(1.8rem, 18cqw, 3.6rem);
  }

  .feature-value--md {
    font-size: clamp(2.4rem, 28cqw, 4.8rem);
  }

  .feature-value--lg {
    font-size: clamp(2.8rem, 32cqw, 5.2rem);
  }

  .feature-value span {
    font-size: clamp(1rem, 12cqw, 3rem);
  }

  .feature-separator {
    width: 1.3%;
  }
}

/* simulator
========================================================================== */

.sim {
  width: 125rem;
  margin: 2rem auto;
  margin-bottom: 8rem;
  border-radius: 4rem;
  padding-bottom: 4rem;
  background-color: #fdf0d5;
}

.sim__ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: -4rem;
  gap: 2rem;
  margin: auto;
  padding: 0 15rem;
}

.sim__ttl .dots-underline {
  margin-top: -1rem;
}

.calc-section {

  color: #333;
  font-weight: 600;
  padding: 0 15rem;
}

.calc-section__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  max-width: 100rem;
  margin: 0 auto;
}

/* 各入力グループ */
.calc-group {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

/* ラベルテキスト */
.calc-group__label {
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.calc-group__label--small {
  font-size: 2rem;
  font-weight: 600;
}

/* 入力欄と単位のセット */
.calc-group__input-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 0.8rem;
}

/* 入力フォーム本体 */
.calc-group__input {
  width: 20rem;
  height: 6rem;
  background-color: #ffffff;
  border: none;
  border-radius: 1.2rem;
  padding: 0 1.5rem;
  font-size: 3rem;
  text-align: center;
}

.calc-group__input::-webkit-outer-spin-button,
.calc-group__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.calc-group__input[type="number"] {
  -moz-appearance: textfield;
}

/* 単位（万円） */
.calc-group__unit {
  font-weight: 600;
  font-size: 3rem;
  line-height: 0.5;
  padding-bottom: 0.5rem;
}

.calc-btn__result {
  display: block;
  margin: auto;
  margin-top: 4rem;
  width: 40%;
  cursor: pointer;
}

/* --- モーダルの基本スタイル --- */
dialog {
  position: relative;
  border: none;
  border-radius: 0.8rem;
  padding: 0;
  max-width: 90vw;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, overlay 0.4s ease-out, display 0.4s ease-out;
  transition-behavior: allow-discrete;
  background: transparent;
}

.modal__content {
  position: relative;
  border-radius: 0.8rem;
  padding: 2.4rem;
}

.modal__cont__inner {
  position: relative;
  height: 90vh;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 1105px) {
  .modal__cont__inner {
    height: auto;
  }
}

.modal__cont__inner img {
  width: auto;
  height: 100%;
  object-fit: contain;
  display: block;
}

.modal__close {
  position: absolute;
  top: 9%;
  right: 5%;
  cursor: pointer;
}

.modal__close--btn {
  position: relative;
  top: -5rem;
  right: -1rem;
  width: 4.7rem;
  height: 4.7rem;
  aspect-ratio: 1 / 1;
  border: solid 1px #000;
  border-radius: 100rem;
  background-color: #fff;
  z-index: 4;
  cursor: pointer;
}

.modal__close--btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.15rem;
  height: 2.4rem;
  background-color: #000;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 5;
}

.modal__close--btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.15rem;
  height: 2.4rem;
  background-color: #000;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 5;
}

/* 4. モーダルが開いている時（表示中）の状態 */
dialog[open] {
  opacity: 1;
  transform: translateY(0);
}

@starting-style {
  dialog[open] {
    opacity: 0;
    transform: translateY(20px);
  }
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.4s ease-out, overlay 0.4s ease-out, display 0.4s ease-out;
  transition-behavior: allow-discrete;
}

dialog[open]::backdrop {
  opacity: 1;
}

@starting-style {
  dialog[open]::backdrop {
    opacity: 0;
  }
}

/* レスポンシブ対応：スマホ表示 */
@media (max-width: 768px) {

  .sim {
    width: 93%;
    margin: 2rem auto;
    border-radius: 4rem;
  }

  .sim__ttl {
    padding: 0 4rem;
  }

  .calc-section {
    padding: 0 2rem;
  }

  .calc-section__container {
    flex-direction: column;
    align-items: stretch;
    gap: 3rem;
    margin-top: -3rem;
  }

  .calc-group__label {
    width: 21rem;
    font-size: 1.4rem;
    font-weight: 600;
  }

  .calc-group__label--small {
    font-size: 1.2rem;
  }

  .calc-group__unit {
    font-size: 1.6rem;
    white-space: nowrap;
  }

  .calc-group__input {
    width: 100%;
    height: 4.5rem;
  }

  .calc-btn__result {
    width: 80%;
  }

  .modal__content {
    height: initial;
    padding: 0;
  }

  .modal__cont__inner img {
    height: initial;
  }

  .modal__close {
    position: sticky;
    z-index: 5;
    width: fit-content;
    top: 2.4rem;
    left: 31.5rem;
  }

  .modal__close--btn {
    position: relative;
    width: 3rem;
    height: 3rem;
    top: 1rem;
    right: 0;
  }

  .modal__close--btn::before {
    height: 1.6rem;
  }

  .modal__close--btn::after {
    height: 1.6rem;
  }

}


/* point
========================================================================== */


.point {
  padding-top: 8rem;
  background-color: #f7bc29;
}

.point__ttl {
  width: fit-content;
  margin: auto;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}

.point__items {
  position: relative;
  padding: 12rem 21rem;
}

.point01 {
  background-color: #f7bc29;
}

.point02 {
  background-color: #f7dab8;
}

.point03 {
  background-color: #68add9;
}

.point04 {
  background-color: #f7a029;
  margin-bottom: 8rem;
}

.point__arrow {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -3rem;
  transform: translateX(-50%);
  width: 6rem;
  height: 3rem;
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}


@media (max-width: 768px) {

  .point__ttl {
    width: 80%;
    margin-bottom: 4rem;
  }

  .point__items {
    padding: 5rem 1rem;
  }

  .point04 {
    margin-bottom: 4rem;
  }

  .point__arrow {
    bottom: -2.8rem;
  }
}


/* slide
========================================================================== */

.slide {
  width: 60rem;
  position: relative;
  margin: auto;
  margin-top: 4rem;
  z-index: 5;
}

.slider__wrap {
  margin: auto;
  margin-top: -8rem;
}

.slide__ttl {
  position: relative;
  width: 48rem;
  margin: auto;
  z-index: 1;
}

/* スライド内の画像を中央に配置し、画面幅に収める */
.splide__slide img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/* 1. デフォルトのSVGを非表示にする */
.splide__arrow svg {
  display: none !important;
}

/* 2. 矢印ボタンの共通設定（デフォルト装飾のリセットと背景画像の設定） */
.splide__arrow {
  background: transparent;
  border: none;
  top: 36%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59.72 59.72'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='8.75' x2='50.97' y1='8.75' y2='50.97' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%231462ae'/%3E%3Cstop offset='.19' stop-color='%23106cb8'/%3E%3Cstop offset='.51' stop-color='%230688d3'/%3E%3Cstop offset='.69' stop-color='%23009ce6'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='29.86' cy='29.86' r='28.66' style='stroke-miterlimit:10;stroke-width:2.4px;fill:%23fff;stroke:url(%23a)'/%3E%3Cpath d='M32.98 17.42 21.94 29.86 32.98 42.3' style='fill:none;stroke:%230068b7;stroke-linecap:round;stroke-miterlimit:10;stroke-width:2.4px'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 7%;
  height: 7%;
  opacity: 1;
}

.splide__arrow--next {
  right: calc(50% - 53%);
  transform: scaleX(-1);
}

.splide__arrow--prev {
  left: calc(50% - 53%);
  transform: none;
}

.splide__arrow:hover {
  opacity: 0.8;
}

.slide__annotation {
  display: block;
  padding: 4rem 0 2rem;
}

.btn__wrap__slide {
  text-align: center;
  margin: auto;
}

.btn__slide__txt {
  margin-bottom: 1rem;
}



@media (max-width: 768px) {
  .slide {
    width: 100%;
    margin-top: 2rem;
    padding: 0;
  }

  .slide__ttl {

    width: 33rem;
  }

  .slider__wrap {
    margin-top: -4rem;
    padding: 0 1rem;
  }

  .splide__arrow--next {
    right: calc(50% - 49%);
  }

  .splide__arrow--prev {
    left: calc(50% - 49%);
  }

  .btn__wrap__slide {
    padding: 0 3rem;
  }
}

/* step
========================================================================== */

.step {
  position: relative;
  text-align: center;
  margin: 20rem 0;
  padding: 0 8rem;
  z-index: 5;
}

@media (max-width: 768px) {
  .step {
    margin: 12rem 0;
    padding: 0 0.4rem;

  }
}

/* qa
========================================================================== */

.qa__ttl {
  text-align: center;
  margin-bottom: 4rem;
}

.qa-container {
  max-width: 90rem;
  margin: 0 auto;
}

.qa-item {
  overflow: hidden;
}

/* アニメーションのコア (max-height制御に修正) */
.qa-item::details-content {
  max-height: 0;
  /* heightからmax-heightに変更 */
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.5s ease,
    opacity 0.5s ease,
    content-visibility 0.5s ease allow-discrete;
}

.qa-item[open]::details-content {
  max-height: 50rem;
  /* 十分な高さを指定。interpolate-size未対応ブラウザへの対策 */
  opacity: 1;
}

/* 内部要素スタイル */
.qa-item__summary {
  display: flex;
  align-items: center;
  padding: 2.5rem 1rem;
  cursor: pointer;
  list-style: none;
  position: relative;
  transition: background-color 0.3s;
  border-bottom: 1px solid #333;
  font-weight: 600;
}

.qa-item__summary::-webkit-details-marker {
  display: none;
}

/* フォーカスリングの設定 (キーボード操作時のみ) */
.qa-item__summary:focus {
  outline: none;
}

.qa-item__summary:focus-visible {
  outline: 2px solid #2b67b2;
  outline-offset: -2px;
  border-radius: 2px;
  background-color: rgba(43, 103, 178, 0.05);
}

/* Q&Aアイコン共通 */
.qa-item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  font-weight: 600;
  margin-right: 1.5rem;
  flex-shrink: 0;
}

.qa-item__icon--q {
  background-color: #999;
  color: #fff;
}

.qa-item__icon--a {
  background-color: #2b67b2;
  color: #fff;
}

/* 質問文 */
.qa-item__question {
  flex-grow: 1;
  padding-right: 5rem;
}

/* 右側のトグルアイコン */
.qa-item__toggle {
  position: absolute;
  right: 2rem;
  width: 2rem;
  height: 1px;
  background-color: #333;
}

.qa-item__toggle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
  transform: rotate(90deg);
  transition: transform 0.4s ease;
}

.qa-item[open] .qa-item__toggle::after {
  transform: rotate(0deg);
}

/* 回答エリア */
.qa-item__inner {
  padding: 2.5rem 1rem;
  padding-bottom: 4rem;
}

.qa-item__answer-row {
  display: flex;
  align-items: flex-start;
}

.qa-item__answer-text--highlight {
  color: #d9534f;
  font-weight: 600;
  padding-top: 4px;
}

.qa-item__answer__list {
  display: block;
  margin-bottom: 2rem;
  font-weight: 600;
}

.qa-item__desc {
  line-height: 1.6;
  color: #333;
  padding-left: 4.6rem;
  font-weight: 600;

}

@media (max-width: 768px) {
  .qa-item {
    margin: 0 1rem;
  }

  .qa-item__desc {
    margin-top: 2rem;
  }


}

/* Product Info
========================================================================== */

.product-info {
  max-width: 100rem;
  margin: 4rem auto;
}

.product-info__ttl {
  text-align: center;
}

.product-info__item {
  margin-bottom: 3.2rem;
  overflow: hidden;
}

/* アニメーションのコア */
.product-info__item::details-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.5s ease,
    opacity 0.4s ease,
    content-visibility 0.5s ease allow-discrete;
}

.product-info__item[open]::details-content {
  max-height: 200rem;
  /* 中身が長いので大きめに設定 */
  opacity: 1;
}

/* サマリー（ヘッダー部分） */
.product-info__summary {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  background-color: #999;
  /* グレーの背景 */
  color: #fff;
  cursor: pointer;
  list-style: none;
  position: relative;
}

.product-info__summary::-webkit-details-marker {
  display: none;
}

.product-info__title {
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}

/* トグルアイコン（横棒一本のデザイン） */
.product-info__toggle {
  position: absolute;
  right: 2rem;
  width: 1.6rem;
  height: 2px;
  background-color: #fff;
}

/* ＋にするための縦棒 */
.product-info__toggle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.product-info__item[open] .product-info__toggle::after {
  transform: rotate(0deg);
  /* 開いた時は横棒（マイナス）に */
}

/* コンテンツ内部 */
.product-info__inner {
  position: relative;
  padding: 3rem 2rem;
  background-color: #fff;
}

/* 疑似要素で縦線を引く */
.product-info__inner::before {
  content: "";
  display: block;
  margin-top: 4rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 26rem;
  width: 0.15rem;
  background-color: #dcdcdc;
}

.product-info__inner.notes::before {
  display: none;
}

/* 定義リストのスタイル */
.product-details__row {
  display: flex;
  padding: 1.5rem 0;
}

.product-details__label {
  width: 32rem;
  font-weight: 600;
  flex-shrink: 0;
}

.product-details__value {
  flex-grow: 1;
  line-height: 1.4;
  font-weight: 600;
}

.product-details__value--small {
  font-size: 1.2rem;
}

@media (max-width: 768px) {

  .product-info__inner::before {
    display: none;
  }

  .product-info__summary {
    margin: 0 1rem;
  }

  .product-details__row {
    flex-direction: column;
  }

  .product-details__label {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .product-details__value {
    line-height: 1.2;

  }

  .product-details__value--small {
    font-size: 1rem;
  }
}

/* フォーカスリング */
.product-info__summary:focus-visible {
  outline: 3px solid rgba(153, 153, 153, 0.5);
  outline-offset: 2px;
}

/* contact
========================================================================== */
.contact {
  text-align: center;
  padding: 8rem 2rem;
  /* 上下の余白（適宜調整してください） */
  color: #333;
}

/* 「お問い合わせ」見出し */
.contact__ttl {
  font-size: 3.6rem;
  letter-spacing: -0.1em;
  margin-bottom: 2rem;
}

/* 電話番号 */
.contact__tel {
  display: block;
  width: fit-content;
  font-size: 6rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  line-height: 1.2;
  margin: auto;
  margin-bottom: 1.5rem;

}

.contact__tel:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.contact__time-wrap {
  display: inline-flex;
  flex-direction: column;
  margin: 0 auto;
}

.contact__time-box {
  display: block;
  margin: 0;
  border: 0.2rem solid #333;
  padding: 0.5rem 4rem;

  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.contact__note {
  display: block;
  margin-top: 0.8rem;
  text-align: left;
  font-size: 1.4rem;
  color: #333;
}

/* レスポンシブ対応（スマホ表示） */
@media (max-width: 768px) {
  .contact {
    padding: 4rem 0;
    padding-top: 2rem;
  }

  .contact__ttl {
    font-size: 1.8rem;
  }

  .contact__tel {
    font-size: 3.7rem;
    margin-bottom: 0rem;
  }

  .contact__time-box {
    font-size: 1.6rem;
    max-width: 100%;
    border: 0.1rem solid #333;
    padding: 0.2rem 0.2rem;
  }

  .contact__note {
    max-width: 100%;
    font-size: 1.2rem;
  }
}


/* offer
========================================================================== */

.offer__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}

.offer__btn__txt {
  width: 24rem;
  margin: auto;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .offer__btn {
    padding: 0 2rem;
  }
}


/* footer
========================================================================== */

.footer__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 4rem 0 8rem;
  font-size: 1.3rem;
  line-height: 2;
  text-align: center;
  color: #b3b3b3;
  background-color: #333;
}

.footer__copy {
  margin-top: 4rem;
}


@media (max-width: 768px) {
  .footer__wrap {
    padding: 2rem 0 4rem;
    font-size: 1.1rem;
    line-height: 2;
  }

  .footer__copy {
    margin-top: 2rem;
  }
}