@charset "utf-8";

/*==== 期間限定30,000OFFクーポン部分用css ====*/
.limited_cont {
    display: none;/* 表示させるときはflex、させないときはnoneに変更 */
    justify-content: center;
    padding-top: clamp(30px, 6vw, 60px);
}
@media screen and (max-width: 767px) {
    .limited_cont {
        padding-top: 0;
    }
}
.limited_cont .cab_inner_box {
    padding-top: 50px;
}
@media screen and (max-width: 767px) {
    .limited_cont .cab_inner_box {
        padding-top: min(60px, calc(calc(60/750) * 100vw));
    }
}
.limited_cont p {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .limited_cont p {
        font-size: 19px;
    }
}
.limited_cont p._color {
    color: #de007c;
    line-height: 1.3;
    margin: 18px auto;
}

.limited_speech {
    width: 90%;
    margin: 25px auto 20px;
}
@media screen and (max-width: 767px) {
    .limited_speech {
        width: 90%;
        margin: 18px auto 15px;
    }
}

.limited_coupon_img {
    width: 80%;
}

.limited_anno {
    width: 90%;
}
.limited_anno p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .limited_anno p {
        font-size: 11px;
    }
}

.c_center {
    margin-left: auto;
    margin-right: auto;
}