/* ==================================================
  03. SWELL First View
================================================== */

.p-mainVisual,
.p-mainVisual__slide,
.p-mainVisual__img,
.p-mainVisual__inner {
  min-height: 560px;
}

.p-mainVisual {
  position: relative;
  background: #fbfaf8;
}

.p-mainVisual__img img,
.p-mainVisual__slide img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center center;
}

/* 白っぽく上品に */
.p-mainVisual::before,
.p-mainVisual__slide::before {
  background: rgba(255, 255, 255, .12);
}

/* テキスト位置 */
.p-mainVisual__textLayer,
.p-mainVisual__text {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: left;
  box-sizing: border-box;
}

/* キャッチコピー */
.p-mainVisual__catch,
.p-mainVisual__slideTitle {
  max-width: 620px;
  margin: 0 0 20px;
  color: #2a221c;
  font-family: var(--mna-serif);
  font-size: 34px;
  font-weight: 400;
  letter-spacing: .12em;
  line-height: 1.72;
  text-shadow: none;
}

/* 説明文 */
.p-mainVisual__desc,
.p-mainVisual__slideText {
  max-width: 620px;
  margin: 0;
  padding: 0 !important;
  color: #4b4038;
  font-family: var(--mna-serif);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 2;
  text-shadow: none;
}

/* 3つの安心ポイント */
.p-mainVisual .mna-fv-points,
.p-mainVisual__slideText .mna-fv-points {
  width: 620px;
  margin: 46px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
}

.p-mainVisual .mna-fv-point,
.p-mainVisual__slideText .mna-fv-point {
  position: relative;
  min-height: 132px;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}

.p-mainVisual .mna-fv-point:not(:last-child)::after,
.p-mainVisual__slideText .mna-fv-point:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 92px;
  background: rgba(198, 161, 91, .42);
  transform: translateY(-50%);
}

.p-mainVisual .mna-fv-point__icon,
.p-mainVisual__slideText .mna-fv-point__icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-mainVisual .mna-fv-point__text,
.p-mainVisual__slideText .mna-fv-point__text {
  display: block;
  color: #4b4038;
  font-size: 13px;
  letter-spacing: .08em;
  line-height: 1.75;
}

/* Icon: shield */
.p-mainVisual .mna-fv-point__icon--shield,
.p-mainVisual__slideText .mna-fv-point__icon--shield {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 4.5L32.5 8.5V18.5C32.5 27.2 26.6 34.1 21 36.5C15.4 34.1 9.5 27.2 9.5 18.5V8.5L21 4.5Z' stroke='%23C69B49' stroke-width='1.6'/%3E%3Cpath d='M21 12.5V26.5' stroke='%23C69B49' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M14 19.5H28' stroke='%23C69B49' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* Icon: heart */
.p-mainVisual .mna-fv-point__icon--heart,
.p-mainVisual__slideText .mna-fv-point__icon--heart {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 34S8 26 8 15.5C8 10.6 11.4 7.5 15.6 7.5C18.2 7.5 20 9 21 11C22 9 23.8 7.5 26.4 7.5C30.6 7.5 34 10.6 34 15.5C34 26 21 34 21 34Z' stroke='%23C69B49' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Icon: sparkle */
.p-mainVisual .mna-fv-point__icon--sparkle,
.p-mainVisual__slideText .mna-fv-point__icon--sparkle {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 4L21.3 15.7L33 19L21.3 22.3L18 34L14.7 22.3L3 19L14.7 15.7L18 4Z' stroke='%23C69B49' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M32 25L33.6 30.4L39 32L33.6 33.6L32 39L30.4 33.6L25 32L30.4 30.4L32 25Z' stroke='%23C69B49' stroke-width='1.4' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* ==================================================
  Responsive
================================================== */

@media (max-width: 768px) {
  .p-mainVisual,
  .p-mainVisual__slide,
  .p-mainVisual__img,
  .p-mainVisual__inner {
    min-height: 520px;
	  padding-top: 10px;
  }

  .p-mainVisual__img img,
  .p-mainVisual__slide img {
    height: 520px;
    object-position: center top;
  }

  .p-mainVisual__textLayer,
  .p-mainVisual__text {
    padding: 0 24px;
  }

  .p-mainVisual__catch,
  .p-mainVisual__slideTitle {
    max-width: 100%;
    font-size: 23px !important;
    line-height: 1.7;
  }

  .p-mainVisual__desc,
  .p-mainVisual__slideText {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.8;
  }

  .p-mainVisual .mna-fv-points,
  .p-mainVisual__slideText .mna-fv-points {
    width: 100%;
    max-width: 360px;
    margin-top: 30px;
  }

  .p-mainVisual .mna-fv-point,
  .p-mainVisual__slideText .mna-fv-point {
    min-height: 108px;
    padding: 0 9px;
  }

  .p-mainVisual .mna-fv-point__icon,
  .p-mainVisual__slideText .mna-fv-point__icon {
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
  }

  .p-mainVisual .mna-fv-point__text,
  .p-mainVisual__slideText .mna-fv-point__text {
    font-size: 10px;
    letter-spacing: .04em;
    line-height: 1.55;
  }

  .p-mainVisual .mna-fv-point:not(:last-child)::after,
  .p-mainVisual__slideText .mna-fv-point:not(:last-child)::after {
    height: 68px;
  }
}