@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;
}
/* #wrapper {
  width: unset;
  max-width: unset;
  margin-bottom: 0;
} */
img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

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

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

ul {
  list-style: none;
}

:root {
  --color-primary: #F47399;
  --color-secondary: #FFAFBE;
  --color-tertiary: #E72F63;
  --font-mincho: "Shippori Mincho", serif;
}
section {
  padding: 0;
}
.cancerday2025 * {
  box-sizing: border-box;
}
.cancerday2025 p:not([class]) {
  font-size: 14px;
  color: #333;
}
.cancerday2025 a {
  text-decoration: none;
  color: #555;
  font-size: 14px;
}
.cancerday2025 h3 {
  font-size: clamp(18px, 3vw, 34px);
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: inherit;
  font-weight: bold;
}
.wrapper {
  width: 100%;
}
.content_inner {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.step_inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
}
@media screen and (min-width: 768px) {
  .wrapper {
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .cancerday2024 {
    overflow: hidden;
  }
}

.imgauto {
  height: auto;
  width: 100%;
  box-sizing: unset;
  line-height: 1rem;
  display: block;
}
.text_left {
  text-align: left;
}
.text_center {
  text-align: center;
}
.text_white {
  color: #fff;
}
.text_pink,
.text_link a {
  color: var(--color-tertiary);
}
.shippori {
  font-family: "Shippori Mincho", serif;
}
.m_top30 {
  margin-top: 30px !important;
}
.m_top50 {
  margin-top: 50px !important;
}
.pt50 {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
.pt50 {
  padding-top: 50px;
}
}
.bg_main {
  background: url(https://www.kissmylife.jp/renewal2023/images/pink-ribbon/2025/main_bg.png) no-repeat center top / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}
.main_img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .main_img img {
    width: 100%;
    width: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
  }
}
.line-break {
  margin-bottom: 1em;
}

/*h2*/
.tit_h2 {
  background-color: #E72F63;
  color: #fff;
  font-size: clamp(24px, 2.4vw, 30px);
  font-weight: bold;
  border-radius: 50px;
  display: block;
  margin: 30px auto 0;
  text-align: center;
  padding: 25px 0;
}

/*リンクボタン*/
.link_btn_pink a {
  background-color: #fff;
  color: #E72F63;
  border: 3px solid #E72F63;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: bold;
  border-radius: 50px;
}
.link_btn_pink a {
  display: block;
  max-width: 380px;
  margin: 0 auto;
  text-align: center;
  padding: 25px 0;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .link_btn_pink a {
    min-width: 100%;
  }
}
.link_btn_pink {
  display: block;
  max-width: 400px;
  margin: 40px auto 0;
  text-align: center;
  padding: 20px 0;
  transition: 0.3s;
  position: relative;
}
.link_btn_pink a:before,
.link_btn_pink a:after {
  content: "";
  position: absolute;
  transition: 0.3s;
  height: 1px;
}
.link_btn_pink a:before,
.link_btn_pink a:after {
  background-color: var(--color-primary);
}
.link_btn_pink a:before {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 30px;
}
.link_btn_pink a:after {
  top: 50%;
  right: 20px;
  transform: translateY(calc(-50% - 3px)) rotate(30deg);
  width: 12px;
}
.link_btn_pink a:hover {
  opacity: 0.8;
}

.marker_yellow {
  background-color: #fef3c2;
  display: inline-block;
  margin-top: 10px;
}
#concept,
#campaign,
#sample,
#attention,
#entry,
#ranking,
#award {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  #concept,
  #campaign,
  #sample,
  #attention,
  #entry,
  #ranking,
  #award {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
#concept {
  text-align: center;
  background-color: #FFAFBE;
  color: #fff;
}
#concept p,
#campaign p {
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #concept p,
  #campaign p {
    font-size: 20px;
  }
}
.concept_img {
  width: 50%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .concept_img {
    max-width: 300px;
  }
}
#campaign {
  text-align: center;
  width: 100%;
}
.step01,
.step03 {
  background-color: var(--color-primary)
}
#present01,
#section04,
#section05,
#section06 {
  padding-bottom: 50px;
}
#section07 {
  padding-bottom: 80px;
}
.step02,
#present01 {
  background-color: #FDE9EE;
  background-image: radial-gradient(circle, #fff 2.5px, transparent 2.5px);
  background-size: 30px 30px;
}
.step04 {
  background-color: #F4A5BB;
  background-image: radial-gradient(circle, #FCD5E0 2.5px, transparent 2.5px);
  background-size: 30px 30px;
}
.img_left {
  left: 0;
  bottom: 0;
  position: absolute;
  width: 30%;
  max-width: 200px;
}
.img_right {
  right: 0;
  bottom: 0;
  position: absolute;
  width: 30%;
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .img_left {
    left: 0;
  }
.img_right {
  right: 0;
  position: absolute;
}
}
.step01,
.step02,
.step03,
.step04 {
  position: relative;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.step04_ballon {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 80px;
  padding: 1.5em;
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 90%;
  }

/* 矢印共通 */
.arrow {
  position: absolute;
  bottom: -30px; /* 下にはみ出す */
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  z-index: 1;
}

.step01 .arrow {
  left: 33.3%;
  bottom: -30px;
  transform: translateX(-50%);
  border-top: 30px solid var(--color-primary);
}

.step02 .arrow {
  right: 33.3%;
  bottom: -30px;
  transform: translateX(50%);
  border-top: 30px solid #FDE9EE;
}
@media screen and (min-width: 768px) {
  .arrow {
    bottom: -50px;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
  }
.step01 .arrow {
  bottom: -50px;
  border-top: 50px solid var(--color-primary);
}

.step02 .arrow {
  bottom: -50px;
  border-top: 50px solid #FDE9EE;
}
}
.comment_wrap {
  position: relative;
  background-color: #fff;
  padding: 20px 10px 10px;
}
.comment_img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -12px;
  max-width: 100px;
}
.comment_text {
  font-size: 12px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .comment_img {
    top: -16px;
    max-width: 140px;
  }
  .comment_wrap {
    padding: 30px 20px 20px;
  }
  .comment_text {
    font-size: 16px;
  }

}
#present01 .present_tit01 {
  display: block;
  background-color: var(--color-tertiary);
  text-align: center;
  padding: 30px 0;
}

#present02 {
  background-color: #FFD5DF;
  text-align: center;
  padding-bottom: 50px;
}
.present_tit02 {
  display: block;
  background-color: var(--color-primary);
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: clamp(30px, 2vw, 34px);
}
.present_tit02 span {
  font-size: clamp(18px, 2vw, 24px);
  display: block;
}
.present_text {
  font-size: clamp(16px, 2vw, 20px);
}
.present_text span {
  font-size: clamp(12px, 1.4vw, 16px);
  display: block;
  margin-top: 0.5em;
}
.item_title {
  color: var(--color-primary);
  font-size: clamp(18px, 2vw, 24px);
}
#section03 {
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .coupon img {
    max-width: 400px;
  }
}
#entry {
  background: #e8a8ae;
  position: relative;
}
.entry_item {
  position: relative;
  border-top: 3px solid var(--color-primary);
  background-color: #fff;
  padding: 20px 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .entry_item {
    padding: 30px 20px;
  }
}
.entry_item p {
  font-size: 14px;
}
.btn_insta {
  width: 100%;
  max-width: 280px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  .btn_insta {
    max-width: 400px;
  }
}
.img_step {
  position: absolute;
  left: -14px;
  top: -30px;
  width: 10vw;
  min-width: 60px;
  max-width: 120px;
}
.period_text {
  font-size: 18px;
}
.entry_title {
  color: var(--color-primary);
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  text-align: center;
}
#attention {
  font-size: 14px;
  line-height: 1.6;
}
.entry_text ul li {
  text-align: left;
  max-width: 85%;
  margin: 0 auto;
  font-size: 14px;
  list-style: disc;
}
@media screen and (min-width: 768px) {
  .entry_title {
    font-size: 24px;
  }
  .entry_text ul li {
    max-width: 60%;
  }
  #attention {
    width: 70%;
  }
}
#entry {
  background-color: #FFD5DF;
}
.entry_flow {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  display: block;
  color: #555;
}
.entry_flow span {
  font-size: 11px;
  font-weight: normal;
  display: block;
  margin-top: 10px;
}
.ico_arrow {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ico_arrow img {
  max-width: 30px;
}
@media screen and (min-width: 768px) {
  .entry_flow {
    font-size: 20px;
    padding: 30px;
  }
  .entry_flow span {
    font-size: 16px;
  }
  .ico_arrow {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .ico_arrow img {
    max-width: 60px;
  }
}
/**/
.box_name.box_a {
  background-color: var(--color-primary);
}
.box_name.box_b {
  background-color: var(--color-secondary);
}
.box_name.box_c {
  background-color: var(--color-tertiary);
}
#section09 {
  background: url(https://www.kissmylife.jp/renewal2023/images/pink-ribbon/2025/bg_ribbon02.png);
  padding-bottom: 100px;
}
.h4_title {
  background-color: var(--color-primary);
}
.grid_box {
  gap: 60px 30px;
}
.content_ttl02_sub::after {
  background: none;
}
.item_price {
  font-family: inherit;
  font-size: clamp(18px, 2vw, 24px);
  color: var(--color-primary);
  font-weight: bold;
}
.item_price span {
  font-size: clamp(14px, 1.5vw, 16px);
}
.section_ttl_main {
  margin-bottom: 0;
}
.section_ttl_sub {
  font-size: clamp(20px, 2vw, 30px);}
.item_proper {
  color: #666;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .item_proper {
    font-size: 11px;
  }

}
.detail_text span {
  font-size: clamp(12px, 1.4vw, 16px);
  display: block;
  margin-top: 0.5em;
}