@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: #8e3843;
  --color-secondary: #f5eeee;
  --color-tertiary: #ccb360;
  --font-mincho: "Shippori Mincho", serif;
}
.mothersday2026 * {
  box-sizing: border-box;
}
.mothersday2026 {
  background-color: var(--color-secondary);
}
.mothersday2026 img {
  max-width: 100%;
  overflow: hidden;
}
.mothersday2026 p:not([class]) {
  font-size: 14px;
}
.mothersday2026 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) {
  .mothersday2026 {
    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%;
  height: 350px; /* 任意の高さ */
  overflow: hidden;
}

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

@media screen and (min-width: 768px) {
  .main_img {
    height: auto; /* 任意の高さ */
    margin-bottom: -10px;
  }
}
/*リンクボタン*/
.link_btn01,
.link_btn02 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  width: 100%;
  height: 50px;
  transition: all 0.5s;
  font-weight: bold;
  font-size: 14px;
  margin: 30px auto 0;
}
.link_btn01 {
  background-color: var(--color-primary);
}
.link_btn02 {
  background-color: #fff;
}
.link_btn01:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .link_btn01,
  .link_btn02 {
    font-size: 16px;
    max-width: 400px;
  }
}
.link_btn01 a,
.link_btn02 a {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.link_btn01 a {
  color: #fff;
}
.link_btn02 a {
  color: var(--color-primary);
}

h2.top_title {
  color: var(--color-tertiary);
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  h2.top_title {
    font-size: 36px;
  }
}
.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) {
  .title_img {
    width: 50%;
  }
} */
#message {
  background-color: var(--color-primary);
  text-align: center;
  font-size: 14px;
  line-height: 2;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #message {
    font-size: 20px;
  }
}
#campaign {
  padding-bottom: 50px;
  text-align: center;
}
.bonus_num {
  width: 70%;
}
.bonus_img {
  margin-top: 20px;
}
.item_name {
  margin-top: 1em;
  font-size: 16px;
}
#special_top {
  background: url(https://www.kissmylife.jp/renewal2023/images/mothersday/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 {
}
.menu_wrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
.menu_btn {
  position: relative;
  width: 33%;
  aspect-ratio: 472 / 516;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  padding: 20px 5px;
}
.menu_btn01 {
  background-image: url(https://www.kissmylife.jp/renewal2023/images/mothersday/2025/menu01.png);
}
.menu_btn02 {
  background-image: url(https://www.kissmylife.jp/renewal2023/images/mothersday/2025/menu02.png);
}
.menu_btn03 {
  background-image: url(https://www.kissmylife.jp/renewal2023/images/mothersday/2025/menu03.png);
}
.menu_btn04 {
  background-image: url(https://www.kissmylife.jp/renewal2023/images/mothersday/2025/menu04.png);
}
.menu_btn05 {
  background-image: url(https://www.kissmylife.jp/renewal2023/images/mothersday/2025/menu05.png);
}
.menu_btn06 {
  background-image: url(https://www.kissmylife.jp/renewal2023/images/mothersday/2025/menu06.png);
}
.menu_body {
  margin-top: 1em;
}
.menu_text {
  font-size: clamp(10px, 3vw, 16px);
  margin-bottom: -0.5em;
}
.menu_name {
  font-size: clamp(11px, 3vw, 18px);
  font-weight: bold;
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .menu_text {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .menu_img {
    margin-top: 10px;
  }
  .menu_name {
    margin-top: 10px;
  }
}
.link_id {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
.menu_wrap02 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
#best5 {
  position: relative;
}
.best5_text {
  margin-top: 2em;
  line-height: 2;
  font-size: clamp(17px, 3vw, 22px);
}
.ribbon {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  transform: translate(-50%, -50%);
  display: block;
}

.sub_title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
.best_item {
  text-align: center;
}
.best_text {
  margin-top: 1em;
}
#giftset {
  background-color: var(--color-primary);
  position: relative;
  color: #fff;
  text-align: center;
}
.set_num {
  width: 35%;
  margin-bottom: 20px;
}
.set_h3 {
  font-size: clamp(18px, 3vw, 28px);
  font-family: "Shippori Mincho", serif;
  margin-bottom: 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;
  flex-wrap: wrap; /* Allow wrapping for odd number of items */
}

/* Center the single card in a row */
.ranking_wrap.single-card {
  justify-content: center;
}

.ranking_wrap.single-card .ranking_card {
  width: 48%; /* Slightly narrower than 50% to account for margins */
}
.ranking_card {
  position: relative;
  width: 48%; /* Set a consistent width for all cards */
  display: flex;
  flex-direction: column;
}
.ranking_card + .ranking_card {
  margin-left: 4%; /* Use percentage for responsive spacing */
}
.ranking_detail {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ranking_num {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 21%;
}
.ranking_img {
  width: 100%;
  text-align: center;
}

.ranking_img img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* Remove fixed height for desktop */
.ranking_name {
  font-size: clamp(13px, 2vw, 16px);
}
.ranking_price {
  font-weight: bold;
  margin-top: 1em;
  font-size: clamp(20px, 3vw, 24px);
}

@media screen and (min-width: 768px) {
  .ranking_card {
    width: 48%;
  }

  .ranking_wrap.single-card .ranking_card {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .ranking_card {
    width: 48%;
  }

  .ranking_wrap.single-card .ranking_card {
    width: 80%;
  }
}
#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/mothersday/2025/special-bg.jpg) no-repeat center center / cover;
  text-align: center;
}
.special_card {
  background-color: #fff;
  border: 3px solid var(--color-tertiary);
  padding: 30px 20px;
}
.special_soap {
  background: url(https://www.kissmylife.jp/renewal2023/images/mothersday/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;
  font-size: clamp(16px, 3vw, 18px);
}
.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;
}
.bnr_soap {
  margin: 1em auto;
  text-align: center;
}
.bnr_soap img {
  max-width: 100%;
}
div#wrapper {
  width: unset;
  max-width: unset;
}
.tax-included {
  font-size: 70%;
  font-weight: normal;
}
/* ポップアップスタイル */
#delivery-popup {
  position: fixed;
  bottom: 60px;
  z-index: 1000;
  display: block;
}

#popup-content {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#close-popup {
  position: absolute;
  top: 0;
  right: 0;
  background: #b78f94;
  color: white;
  border: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
  z-index: 1001;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transform: translate(50%, -50%);
}

#popup-content img {
  display: block;
  width: 200px;
  height: 200px;
  object-fit: cover;
}

/* スマホ用スタイル */
@media (max-width: 767px) {
  #popup-content img {
    width: 30vw;
    height: 30vw;
  }
}
