
  @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;
  }

  body {
  }

  @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: #CEA94D;
    --color-secondary: #000;
    --color-tertiary: #fff;
    --font-mincho: "Shippori Mincho", serif;
  }

  .black-friday2024 * {
    box-sizing: border-box;
  }
  .black-friday2024  {
    background-color: var(--color-secondary);
    margin-bottom: 100px;
  }

  .black-friday2024 a {
    text-decoration: none;
  }

  .content_inner {
    max-width: 1100px;
    margin: 0 auto;
    width: 90%;
    position: relative;
    z-index: 99;
  }

  @media screen and (max-width: 767px) {
    .black-friday2024 {
      overflow: hidden;
    }
  }

  .imgauto {
    height: auto;
    width: 100%;
    box-sizing: unset;
    line-height: 1rem;
    display: block;
  }

  .text_center {
    text-align: center;
  }

  .mtp_100-50 {
    margin-top: 100px;
  }

  @media screen and (max-width: 767px) {
    .mtp_100-50 {
      margin-top: 50px;
    }
  }

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

  .waterfall {
    font-family: "Waterfall", cursive;
  }

  .honten_text {
    background-color: #000;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding: 10px;
  }
  @media screen and (max-width: 767px) {
    .honten_text {
      font-size: 16px;
    }
  }
  .main_img {
    background: url(https://www.kissmylife.jp/renewal2023/images/black-friday/2025/top_bg02.png) no-repeat top center / cover;
  }

  .main_img_frame {
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
  }

  .main_img_frame img {
    max-width: 100%;
  }

  @media screen and (max-width: 767px) {
    .main_img_frame img {
      max-width: 100%;
    }
  }

  /*リンクボタン１*/
  .link_btn01 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    max-width: 460px;
    width: 100%;
    height: 90px;
    background-color: var(--color-secondary);
    border-radius: 50px;
    transition: all 0.5s;
    border: 3px solid var(--color-primary);
    font-weight: bold;
    font-size: 24px;
    margin: 20px auto 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }

  .link_btn01:hover {
    background-color: #fff;
  }

  @media screen and (max-width: 767px) {
    .link_btn01 {
      width: 90%;
      height: 60px;
      font-size: 16px;
      margin: 0 auto;
    }
  }

  .link_btn01 a:after {
    position: absolute;
    content: "";
    background: url(https://www.kissmylife.jp/renewal2023/images/black-friday/arrow_red.svg) no-repeat center center / contain;
    width: 18px;
    height: 34px;
    right: 12px;
    top: 50%;
    transform: translate(0, -50%);
    transition: color 0.3s, transform 0.3s;
  }

  .link_btn01 a:hover:after {
    transform: translate(6px, -50%);
    /* ホバー時の位置をずらす */
  }

  .link_btn01 a {
    color: var(--color-primary);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .link_btn02 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    width: 100%;
    height: 50px;
    background-color: var(--color-primary);
    border-radius: 5px;
    transition: all 0.5s;
    font-family: var(--font-mincho);
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
  }

  .link_btn02 a:after {
    position: absolute;
    content: "";
    background: url(https://www.kissmylife.jp/renewal2023/images/black-friday/arrow_white.svg) no-repeat center center / contain;
    width: 11px;
    height: 22px;
    right: 6px;
    top: 50%;
    transform: translate(0, -50%);
    transition: color 0.3s, transform 0.3s;
  }

  .link_btn02:hover {
    opacity: 0.7;
  }

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

    .link_btn02 a:after {
      width: 8px;
    }
  }

  .link_btn02 a:hover:after {
    transform: translate(6px, -50%);
    /* ホバー時の位置をずらす */
  }

  .link_btn02 a {
    color: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .link_wrap {
    display: flex;
    margin-top: 50px;
    justify-content: center;
  }

  @media screen and (max-width: 767px) {
    .link_btn01 a {
      padding: 12px 39px;
    }

    .link_wrap {
      display: block;
      margin-top: 20px;
    }

    .link_wrap .link_btn01+.link_btn01 {
      margin-top: 30px;
    }
  }

  h2.section_title {
    font-size: 50px;
    color: var(--color-primary);
    text-align: center;
    position: relative;
    margin-bottom: 30px;
  }
  @media screen and (max-width: 767px) {
    h2.section_title {
      font-size: 30px;
      margin-bottom: 20px;
    }
  }
  .section_title img {
    display: block;
    margin: 0 auto;
    max-width: 130px;
  }

  .section_title_sub {
    color: #fff;
    display: block;
    font-size: 30px;
    margin-top: 20px;
  }

  @media screen and (max-width: 767px) {
    h2.section_title {
      font-size: 21px;
      margin-bottom: 20px;
    }

    .section_title_sub {
      font-size: 24px;
      margin-top: 10px;
    }
    .section_title img {
      max-width: 88px;
    }
  }

  #page-link {
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .img_coupon {
    width: 100%;
    max-width: 500px;
  }

  .page-link_title {
    font-size: 40px;
    color: #000;
    background: linear-gradient(to bottom, #c3a320, #d9c582);
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    padding: 10px;
    position: relative;
  }

  @media screen and (max-width: 767px) {
    .page-link_title {
      font-size: 20px;
      margin-top: 10px;
    }
  }

  .page-link_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    justify-content: center;
  }

  .page-link_wrap a {
    flex: 1 1 calc(50% - 20px);
    width: 422px;
    height: 143px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-link_btn.check01_s {
    background: url(https://www.kissmylife.jp/renewal2023/images/black-friday/2025/check01_s.png) no-repeat center center/ contain;
  }

  .page-link_btn.check02_s {
    background: url(https://www.kissmylife.jp/renewal2023/images/black-friday/2025/check02_s.png) no-repeat center center/ contain;
  }

  .page-link_btn.check03_s {
    background: url(https://www.kissmylife.jp/renewal2023/images/black-friday/2025/check03_s.png) no-repeat center center/ contain;
  }

  .page-link_btn.check04_s {
    background: url(https://www.kissmylife.jp/renewal2023/images/black-friday/2025/check04_s.png) no-repeat center center/ contain;
  }

  .page-link_btn.check05_s {
    background: url(https://www.kissmylife.jp/renewal2023/images/black-friday/2025/check05_s.png) no-repeat center center/ contain;
  }

  .page-link_btn.check06_s {
    background: url(https://www.kissmylife.jp/renewal2023/images/black-friday/2025/check06_s.png) no-repeat center center/ contain;
  }

  .link_text {
    position: absolute;
    top: 64%;
    text-align: center;
    color: #000;
    font-size: 20px;
    text-decoration: none;
  }

  @media screen and (max-width: 767px) {
    .page-link_wrap {
      display: block;
    }

    .page-link_wrap a {
      height: 110px;
      width: 100%;
    }

    .link_text {
      top: 60%;
      font-size: 20px;
    }

    .page-link_btn {
      width: 100%;
      height: 250px;
      margin-top: 20px;
    }
  }

  .badge {
    position: absolute;
    top: -30px;
    left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 0.8;
    font-family: var(--font-mincho);
  }

  .badge_gold,
  .badge_gold_p {
    background: url(https://www.kissmylife.jp/renewal2023/images/black-friday/badge_gold.png) no-repeat center center / contain;
    width: 110px;
    height: 110px;
  }
  .badge_gold_p {
    line-height: 0.9;
  }
  .badge_number_gold {
    font-size: 50px;
  }

  .badge_percent_gold {
    font-size: 24px;
    position: relative;
    top: -5px;
  }
  .badge_point_gold {
    font-size: 48px;
    position: relative;
    top: -9px;
  }
.text_point {
  font-size: 20px;
}
  @media screen and (max-width: 767px) {
    .badge {
      margin-top: 12px;
    }

    .badge_gold,
    .badge_gold_p {
      width: 65px;
      height: 65px;
    }

    .badge_number_gold {
      font-size: 34px;
    }
    .text_point {
      font-size: 14px;
    }
    .badge_percent_gold {
      font-size: 13px;
    }
    .badge_point_gold {
      font-size: 32px;
    }
  }

  #coupon,
  #limited-item,
  #medama-item,
  #carehat-item,
  #point,
  #sale-item {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  @media screen and (max-width: 767px) {

    #coupon,
    #limited-item,
    #medama-item,
    #carehat-item,
    #point,
    #sale-item {
      padding-top: 30px;
      padding-bottom: 50px;
    }
  }

  #coupon,
  #carehat-item,
  #limited-item,
  #sale-item {
    background: url(https://www.kissmylife.jp/renewal2023/images/black-friday/2025/top_bg02.png) no-repeat center top / cover;
  }

  .item_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
  }

  .item_3card {
    width: calc(33.3333% - 30px);
    position: relative;
    margin-top: 40px;
  }

  @media screen and (max-width: 767px) {
    .item_box {
      gap: 10px;
    }
    .item_3card {
      font-size: 14px;
      width: calc(50% - 10px);
      margin-top: 40px;
    }
  }

  /* .item_3card:nth-child(n+4) {
    margin-top: 80px;
} */
  .item_3card img {
    width: 100%;
    height: auto;
    display: block;
  }

  .item_2card {
    width: 46%;
    position: relative;
    margin-top: 40px;
  }

  @media screen and (max-width: 767px) {
    .item_2card {
      margin-top: 20px;
    }
  }

  .item_2card img {
    max-width: 520px;
    width: 100%;
    height: auto;
    display: block;
  }

  .item_4card {
    width: 22%;
    position: relative;
    margin-top: 80px;
  }

  @media screen and (max-width: 767px) {
    .item_4card {
      font-size: 14px;
      width: 46%;
      margin-top: 40px;
    }
  }

  .item_4card img {
    max-width: 260px;
    width: 100%;
    height: auto;
    display: block;
  }

  .img_gold {
    border: 5px solid var(--color-primary);
  }
  @media screen and (max-width: 767px) {
    .img_gold {
      border-width: 3px;
    }
  }
  .item_name {
    margin-top: 10px;
    color: #fff;
  }

  .item_proper {
    color: #ababab;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
    font-family: var(--font-mincho);
  }

  .item_price {
    color: var(--color-primary);
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    font-family: var(--font-mincho);
  }
  .item_name_gold {
    color: var(--color-primary);
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    font-family: var(--font-mincho);
  }

  .item_price span {
    font-size: 36px;
  }

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

    .item_price {
      font-size: 12px;
    }

    .item_price span {
      font-size: 28px;
    }
    .item_name_gold {
      font-size: 16px;
    }
  }

  .li_footer_btn {
    margin: 0 auto;
    margin-top: 50px;
  }
  .img_coupon {
    width: 100%;
    max-width: 500px;
  }
  .img_coupon_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* gap: 20px; */
    margin-top: 30px;
  }
  
  .img_coupon {
    width: 100%;
    max-width: 800px;
  }
  @media screen and (max-width: 767px) {
    .img_coupon {
      max-width: 100%;
    }
  }