
@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Waterfall&display=swap");

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

@media screen and (min-width: 768px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 501px) {
  .spsp {
    display: none !important;
  }
}

ul {
  list-style: none;
}

:root {
  --color-primary: #aa78a4;
  --color-secondary: #f5eeee;
  --color-tertiary: #984852;
  --font-mincho: "Shippori Mincho", serif;
}
.keirou2025 * {
  box-sizing: border-box;
}
.keirou2025 {
  background: url(https://www.kissmylife.jp/renewal2023/images/keirou/2025/bg.jpg);
}
.keirou2025 img {
  overflow: hidden;
}
.keirou2025 p:not([class]) {
  font-size: 14px;
}
.keirou2025 a {
  text-decoration: none;
}
.wrapper {
  width: 100%;
}

.content_inner {
  margin: 0 auto;
  width: 90%;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .content_inner {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .keirou2025 {
    overflow: hidden;
  }
}

.imgauto {
  height: auto;
  width: 100%;
  box-sizing: unset;
  line-height: 1rem;
  display: block;
}
.text_bold {
  font-weight: bold;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_pink {
  color: #b37b82;
}
.text_red {
  color: var(--color-primary);
}
.text_white {
  color: #fff;
}
.mtp_200-100 {
  margin-top: 100px;
}
.mtp_100-50 {
  margin-top: 50px;
}
.mtp_50-30 {
  margin-top: 30px;
}
.ptp_100-50 {
  padding-top: 50px;
}
.ptp_50-30 {
  padding-top: 30px;
}
.ptb_200-100 {
  padding-bottom: 100px;
}
.ptb_100-50 {
  padding-bottom: 50px;
}
.ptb_50-30 {
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .mtp_200-100 {
    margin-top: 200px;
  }
  .mtp_100-50 {
    margin-top: 100px;
  }
  .mtp_50-30 {
    margin-top: 50px;
  }
  .ptp_100-50 {
    padding-top: 100px;
  }
  .ptp_50-30 {
    padding-top: 50px;
  }
  .ptb_200-100 {
    padding-bottom: 200px;
  }
  .ptb_100-50 {
    padding-bottom: 100px;
  }
  .ptb_50-30 {
    padding-bottom: 50px;
  }
}

.shippori {
  font-family: "Shippori Mincho", serif;
}

.waterfall {
  font-family: "Waterfall", cursive;
}
.main_img {
  width: 100%;
  overflow: hidden;
}

.main_img img {
  width: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .main_img {
    height: auto; /* 任意の高さ */
    margin-bottom: -10px;
  }
}
/*リンクボタン*/
.link_btn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  width: 90%;
  height: 45px;
  border-radius: 5px;
  transition: all 0.5s;
  font-weight: bold;
  font-size: 14px;
  margin: 10px auto 0;
}
.link_btn01 {
  background-color: var(--color-tertiary);
}
.btn_wrap {
  display: flex;
  margin: 1em auto 1.5em;
  align-items: center;
  width: 90%;
  gap: 20px;
}
.link_btn01.btn-pink {
  background-color: #BF8289;
}
.link_btn01.btn-green {
  background-color: #7E8B7C;
}
.link_btn01:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .link_btn01 {
    font-size: 16px;
    max-width: 400px;
    margin-top: 30px;
  }
}
.link_btn01 a {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.link_btn01 a {
  color: #fff;
}

h2.top_title {
  color: var(--color-tertiary);
  font-family: "Shippori Mincho", serif;
  text-align: center;
  margin-bottom: 20px;
  font-size: clamp(20px, 3vw, 30px);
  line-height: 1.4;
}
section#campaign,
section#best5,
section#ranking,
section#wrapping,
section#shipping {
  position: relative;
}
.section-deco {
  position: absolute;
  top: 0;
  max-width: 50vw;
  object-fit: contain;
  display: block;
  z-index: 1;
}

section#campaign .section-deco,
section#ranking .section-deco,
section#shipping .section-deco {
  left: 0;
  right: auto;
}
section#best5 .section-deco,
section#wrapping .section-deco {
  right: 0;
  left: auto;
}
@media screen and (min-width: 768px) {
  .section-deco {
    max-width: 30vw;
  }
}
.section_title_sub {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 10px;
}
.title_red {
  color: var(--color-primary);
}
.top_icon {
  max-width: 100px;
  margin-bottom: 30px;
}
h3.h3_title {
  text-align: center;
  font-size: 20px;
  color: var(--color-primary);
  font-family: "Shippori Mincho", serif;
  font-size: clamp(20px, 3vw, 30px);
}
h3.h3_title img {
  width: 100%;
}
h3 .section_title_sub {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  h3.h3_title img {
    width: 50%;
  }
  h3 .section_title_sub {
    font-size: 24px;
  }
  h2.section_title {
    font-size: 30px;
  }
}
.title_img {
  display: block;
  margin: 0 auto;
  width: 70%;
}
@media screen and (min-width: 768px) {
  #message {
    margin-top: 50px;
  }
}
.shipping-info-keirou {
  border: 1px solid var(--color-primary);
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden; /* 見出しの角丸と揃えるため */
  font-weight: bold;
  color: var(--color-primary);
  padding-bottom: 1em;
}

.shipping-info-keirou__header {
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  padding: 0.75em 1em;
  justify-content: center;
}

.shipping-info-keirou__icon {
  width: 3em;
  height: auto;
  margin-right: 0.5em;
  flex-shrink: 0;
}

.shipping-info-keirou__title {
  color: #fff;
  font-weight: bold;
  font-size: 1em;
}

.shipping-info-keirou__text {
  padding: 1em 1em 0;
  font-weight: bold;
  color: var(--color-primary);
  line-height: 1.7;
  text-align: center;
  font-size: clamp(14px, 1.3vw, 16px);
}

#campaign,
#ranking {
  padding-bottom: 50px;
  text-align: center;
  background-size: contain;
}
#campaign {
  background-image: url(https://www.kissmylife.jp/renewal2023/images/keirou/2025/bg-brown.jpg);
}
#ranking {
  background-image: url(https://www.kissmylife.jp/renewal2023/images/keirou/2025/bg-purple.jpg);
}
.bonus_img {
  margin-top: 20px;
}
.item_name {
  margin-top: 1em;
  font-size: clamp(14px, 1.5vw, 18px);
}
#special_top {
  background: url(https://www.kissmylife.jp/renewal2023/images/keirou/2025/flower-bg.jpg) no-repeat center center / cover;
}
.special_wrap {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  text-align: left;
  margin-top: 30px;
}
.special_wrap img {
  max-width: 130px;
  margin-right: 20px;
}
#menu {
  background-color: var(--color-primary);
}
.menu_wrap01 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.menu_wrap02 {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.menu_row {
  display: flex;
  gap: 20px;
  width: 100%;
}

.menu_btn01 {
  width: calc((100% - 40px) / 3); /* gap 20px × 2つ → 残りを3分割 */
}
.menu_btn02 {
  width: calc((100% - 20px) / 2);
}

.menu_btn01 img,
.menu_btn02 img {
  width: 100%;
  height: auto;
  display: block;
}

.menu_row.bottom {
  justify-content: center;
}

#best5 {
  position: relative;
}
.best5_text {
  margin-top: 2em;
  line-height: 2;
  font-size: clamp(14px, 2.5vw, 20px);
}
.ad-text {
  font-size: clamp(14px, 2.5vw, 20px);
  color: var(--color-tertiary);
  margin-top: 0.5em;
}
.sub_title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
.best_item {
  text-align: center;
}
.best_text {
  margin-top: 1em;
}

#ranking {
  position: relative;
}
.ranking_h3 {
  text-align: center;
  color: var(--color-primary);
  font-family: "Shippori Mincho", serif;
  position: relative;
  font-size: clamp(20px, 3vw, 30px);
}
.ranking_deco {
  position: absolute;
  top: -20px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .ranking_deco {
    top: -55px;
  }
}
.ranking_wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 50px;
}
.ranking_card {
  position: relative;
}
.ranking_card + .ranking_card {
  margin-left: 20px;
}
.ranking_num {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 21%;
  z-index: 10;
}
.ranking_img {
  width: 100%;
  position: relative;
}
.ranking_img.soap_gift::after {
  content: "";
  position: absolute;
  width: 30%;
  aspect-ratio: 1 / 1;
  left: 3%;
  bottom: 5%;
  background: url(https://www.kissmylife.jp/renewal2023/images/keirou/2025/soap-ico.png) no-repeat center center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.ranking_name {
  font-size: clamp(14px, 1.5vw, 20px);
}
.ranking_price {
  font-weight: bold;
  margin-top: 0.5em;
  font-size: clamp(18px, 2vw, 22px);
}
.ranking_price span {
  font-size: clamp(11px, 1vw, 14px);}

@media screen and (min-width: 768px) {
  .ranking_card {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
#wrapping {
  text-align: center;
}
.wrapping_img {
  width: 100%;
  height: 200px; /* 任意の高さ */
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .wrapping_img {
    height: 400px;
  }
}
.wrapping_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrapping_h3 {
  background-color: #b7858b;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  padding: 10px;
  font-size: 20px;
}
.wrapping_note {
  background-color: #fff;
  padding: 10px;
  font-size: 14px;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

#special {
  background: url(https://www.kissmylife.jp/renewal2023/images/keirou/2025/special-bg.jpg) no-repeat center center / cover;
  text-align: center;
}
.special_card {
  background-color: #fff;
  border: 3px solid var(--color-primary);
  padding: 30px 20px;
}
.special_soap {
  background: url(https://www.kissmylife.jp/renewal2023/images/keirou/2025/special-img05.png) no-repeat center center / cover;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: left;
}
.shipping_note {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  font-size: clamp(14px, 1.3vw, 16px);
}
.shipping_note span {
  color: var(--color-primary);
  font-weight: bold;
}
.faq_wrap {
  margin-top: 30px;
}
.faq_q,
.faq_a {
  display: flex;
  align-items: center;
  padding: 10px;
}
.faq_q {
  background-color: rgba(142, 56, 67, 0.2);
}
.faq_a {
  background-color: #fff;
}
.faq_wrap img {
  max-width: 30px;
  margin-right: 10px;
}
