@charset "utf-8";
.content-inner img,
.p-inner img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sp-text {
    font-size: 14px;
  }
}

.concept_bg {
  background: url(https://www.kissmylife.jp/renewal2023/images/product/kml250001/concept-bg.jpg) no-repeat left center / cover;
  padding: 50px 30px 100px;
}

.link-btn01 a {
  display: block;
  max-width: 400px;
  margin: 20px auto 0;
  background-color: #b99c7a;
  text-align: center;
  padding: 17px 20px 17px 5px;
  color: #fff;
  transition: 0.3s;
  position: relative;
  border-radius: inherit;
  font-size: 14px;
}

.link-btn01 a:before,
.link-btn01 a:after {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: 0.3s;
  height: 1px;
}

.link-btn01 a:before {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 30px;
}

.link-btn01 a:after {
  top: 50%;
  right: 10px;
  transform: translateY(calc(-50% - 3px)) rotate(30deg);
  width: 12px;
}

.gift-message-wrap {
  background-color: #F7F7F7;
  padding: 50px;
}

.gift-message {
  display: flex;
  gap: 30px;
}
.gift-message-list {
  text-align: left;
}
ul.gift-message-text li {
  list-style: disc;
  margin-bottom: 0.5em;
}

.gift-demo {
  background-color: #faf8f4;
  border-radius: 1.5vw;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .gift-message-wrap {
    padding: 20px;
  }

  .gift-message {
    display: block;
  }
  .gift-demo {
    padding: 20px;
  }
}
.gift-demo-btn a {
  padding: 15px;
  line-height: 1;
  background-color: #b99c7a;
  border-radius: 30px;
  overflow: hidden;
  margin: 30px auto 10px;
  max-width: 300px;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  font-weight: bold;
  font-size: clamp(16px, 2vw, 20px);
}
.gift-demo-btn a:hover {
  background-color: #fff;
  color: #b99c7a;
}
.gift-scene-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 60px 0;
}

/* 中央の縦長背景帯 */
.bg-band {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 45%;
  background-color: #f5eeed;
  z-index: 0;
}

/* 各項目のレイアウト */
.gift-scene-items {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  z-index: 1;
}

/* 2・3段目用の左右反転 */
.gift-scene-items.reverse {
  flex-direction: row-reverse;
}

/* 画像・テキストの幅設定 */
.gift-scene-img,
.gift-scene-text {
  flex: 1;
}

/* 見出しと本文 */
.gift-scene-title {
  font-size: 1.5rem;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}

.gift-scene-detail {
  line-height: 1.7;
  text-align: left;
}

/* 画像自動調整用クラス（あれば） */
.imgauto {
  max-width: 100%;
  height: auto;
  display: block;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .gift-scene-wrapper {
    gap: 40px;
    padding: 40px 0;
  }

  .gift-scene-items,
  .gift-scene-items.reverse {
    flex-direction: column;
    gap: 0;
  }

  .bg-band {
    width: 90%;
  }

  .gift-scene-title {
    font-size: 16px;
    margin-top: 1em;
  }

  .gift-scene-detail {
    font-size: 14px;
  }
}
.gift-feature {
  text-align: left;
}

.gift-feature .details-intro {
  text-align: center;
}

.headline-container {
  position: relative;
  padding-top: 20px;
}

.headline-box {
  position: absolute;
  top: 0;
  left: 0;
}

.headline-box img {
  width: 100px;
}

.headline-text {
  font-size: clamp(16px, 2vw, 20px);
  margin-left: 50px;
}
.gift-feature-text {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .half-img {
    max-width: 50%;
  }
}
.gift-sample {
  text-align: center;
  background-color: #faf8f4;
  padding: 80px 50px;
}

@media screen and (max-width: 768px) {
  .gift-sample {
    padding: 50px 10px;
  }
}
#gift-faq {
  margin-top: 80px;
  margin-bottom: 80px;
}
.faq_wrap {
  margin-top: 30px;
  text-align: left;
  line-height: 2;
}
.faq_q,
.faq_a {
  display: flex;
  align-items: center;
  padding: 10px;
}
.faq_q {
  background-color: #e8e8e8;
}
.faq_a {
  background-color: #fff;
}
.faq_wrap img {
  max-width: 30px;
  margin-right: 10px;
}