@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 (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: #f2e4e4;
    --color-secondary: #e3cbcb;
    --color-tertiary: #ffffff;
    --color-accent: #B74104;
}

.color_blue {
    color: rgba(183, 65, 4, 1);
}

.color_white {
    color: #fff;
}

.color_gold {
    color: #cbaf4a;
}

.supersale202512 {
    margin-bottom: 50px;
}

.supersale202512 * {
    box-sizing: border-box;
}

.supersale202512 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) {
    .supersale202512 {
        overflow: hidden;
    }
}

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

.text_center {
    text-align: center;
}

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

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

.honten_text {
    background-color: var(--color-accent);
    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_frame {
    width: 100%;
    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-accent);
    border-radius: 50px;
    transition: all 0.5s;
    border: 3px solid var(--color-tertiary);
    font-size: 24px;
    margin: 20px auto 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.link_btn01:hover {
    opacity: 0.8;
}

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

.link_btn01 a:after {
    position: absolute;
    content: "";
    background: url(https://www.kissmylife.jp/renewal2023/images/supersale/common/arrow_white.svg) no-repeat center center / contain;
    width: 11px;
    height: 22px;
    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-tertiary);
    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-accent);
    border-radius: 5px;
    transition: all 0.5s;
    font-size: 16px;
    margin-top: 10px;
}

.link_btn02 a:after {
    position: absolute;
    content: "";
    background: url(https://www.kissmylife.jp/renewal2023/images/supersale/common/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 26px;
    }
    .link_wrap {
        display: block;
        margin-top: 20px;
    }
    .link_wrap .link_btn01+.link_btn01 {
        margin-top: 30px;
    }
}

h2.section_title {
    text-align: center;
    font-family: "Shippori Mincho", serif;
    margin-bottom: 30px;
    font-weight: normal;
    font-size: clamp(30px, 4vw, 60px);
}

h2.section_title span {
    display: block;
    margin-top: 45px;
    font-size: clamp(14px, 2vw, 18px);
}

@media screen and (max-width: 767px) {
    h2.section_title {
        margin-bottom: 20px;
    }
    h2.section_title span {
        margin-top: 5px;
    }
}

.section_title_star {
    position: absolute;
    max-width: 180px;
    right: -230px;
    top: -50px;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .section_title_star {
        width: 20vw;
    }
}

.badge {
    position: absolute;
    top: -30px;
    left: -10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    line-height: 1;
}

.badge_red {
    background: url(https://www.kissmylife.jp/renewal2023/images/supersale/common/badge_red.png) no-repeat center center / contain;
    width: 170px;
    height: 170px;
}

.badge_number_red {
    font-size: clamp(27px, 3.5vw, 50px);
}

.badge_percent_red {
    font-size: clamp(14px, 1.5vw, 20px);
    margin-top: clamp(-11px, -2vw, -20px);
}

.badge_gold {
    background: url(https://www.kissmylife.jp/renewal2023/images/supersale/common/badge_gold.png) no-repeat center center / contain;
    width: 110px;
    height: 110px;
}

.badge_red_s {
    background: url(https://www.kissmylife.jp/renewal2023/images/supersale/common/badge_red.png) no-repeat center center / contain;
    width: 110px;
    height: 110px;
}

@media screen and (max-width: 767px) {
    .badge {
        margin-top: 12px;
    }
    .badge_gold,
    .badge_red_s {
        width: 60px;
        height: 60px;
    }
}

.today-item_detail {
    flex: 1 1 50%;
    margin-left: 30px;
    margin-right: 30px;
}

#coupon-sec,
#today-sec,
#pajama-sec,
#carehat-sec,
#bra-sec,
#wig-sec,
#special-sec,
#shawl-sec,
#care-sec,
#pants-sec,
#stick-sec,
#mellow-sec,
#careitem-sec {
    padding-top: 100px;
    padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
    #coupon-sec,
    #today-sec,
    #pajama-sec,
    #carehat-sec,
    #bra-sec,
    #wig-sec,
    #special-sec,
    #shawl-sec,
    #care-sec,
    #mellow-sec,
    #pants-sec,
    #stick-sec {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}

.text_coupon {
    text-align: center;
    margin-top: 1em;
}

.item_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

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

.item_3card {
    width: 30%;
    position: relative;
}

.item_3card:nth-child(n+4) {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .item_3card {
        width: 46%;
        margin-top: 40px;
    }
    .item_box:has(.item_3card:nth-child(3):last-child):has(.item_3card:nth-child(3)) {
        justify-content: center;
        gap: 0 10px;
    }
}

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

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

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

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

.item_name {
    margin-top: 10px;
}

.item_proper {
    color: #666;
    margin-top: 10px;
}

.item_price {
    color: var(--color-accent);
    font-size: 16px;
}

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

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

#today-sec,
#care-sec {
    background-color: rgb(242, 239, 237);
}


/* #pajama-sec,
#care-sec {
  background-color: rgba(119, 126, 139, 0.1);
} */

#wig-sec,
#stick-sec,
#pants-sec,
#careitem-sec {
    background-color: rgba(224, 212, 211, 0.5);
}

#coupon-sec {
    background: url(https://www.kissmylife.jp/renewal2023/images/supersale/common/bg_04.jpg) no-repeat center bottom / cover;
}

#carehat-sec {
    background: url(https://www.kissmylife.jp/renewal2023/images/supersale/common/bg_05.jpg) no-repeat center bottom / cover;
}

#pajama-sec {
    background-color: rgba(195, 204, 198, 0.5);
}

#shawl-sec,
#mellow-sec {
    background: url(https://www.kissmylife.jp/renewal2023/images/supersale/common/bg_03.jpg) no-repeat center top / cover;
}

#bra-sec {
    background: url(https://www.kissmylife.jp/renewal2023/images/supersale/common/bg_papillon.jpg) no-repeat center top / cover;
}

#special-sec {
    background: url(https://www.kissmylife.jp/renewal2023/images/supersale/common/bg_gift.jpg) no-repeat center top / cover;
    position: relative;
}

#gift-sec:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

#lp_footer {
    background-color: #cfabab;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #fff;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    #lp_footer {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.li_footer_link {
    text-align: center;
}

.li_footer_btn_wrap {
    width: 100%;
    position: relative;
}

.li_footer_btn {
    margin: 0 auto;
    margin-top: 50px;
}

.link_btn01.li_footer_btn a::after {
    content: none;
}

.img_giftbox {
    position: absolute;
    right: 0;
    top: -110px;
    z-index: -1;
}

.li_footer_catch {
    font-size: 50px;
    font-weight: bold;
    line-height: 2;
}

@media screen and (max-width: 767px) {
    .li_footer_catch {
        font-size: 34px;
        line-height: 1.2;
    }
    .li_footer_text {
        margin-top: 10px;
    }
}


/* 星空の背景のスタイル */

.stars {
    position: relative;
    width: 100%;
    /* 星空の横幅 */
    height: 100vh;
    /* 星空の縦幅 */
}


.stars {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  .star {
    background: url(https://www.kissmylife.jp/renewal2023/images/supersale/common/star01.png);
    background-size: cover;
    width: 2rem;            /* ← 大きく */
    aspect-ratio: 1 / 1;
    animation: kirakira 8s linear;
    display: inline-block;
    position: fixed;
    top: -2rem;             /* 一緒に増やすと流れが自然 */
    z-index: 98;
  }
  
  @keyframes kirakira {
    0% {
      transform: translateY(0) rotateY(0);
    }
    100% {
      transform: translateY(calc(100vh + 2rem)) rotateY(3600deg);
    }
  }
  