@charset "utf-8";

body {
    -webkit-text-size-adjust: 100%;
}

.price_range_renewal,
.price_range_renewal * {
    box-sizing: border-box;
}

.price_range_renewal {
    --pr_text: #111111;
    width: 640px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    color: var(--pr_text);
    background: #ffffff;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.625;
}

.price_range_renewal img {
    display: block;
    max-width: 100%;
}

.price_range_renewal a {
    color: inherit;
}

.price_range_renewal p,
.price_range_renewal h2,
.price_range_renewal h3 {
    margin: 0;
}

.pr_sr_only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.pr_hero img {
    width: 640px;
    height: 242px;
    object-fit: cover;
}

.pr_guide {
    padding: 10px 20px 20px;
    background: #f88fb8;
    border-bottom: 4px solid #ffe0ec;
}

.pr_guide__inner {
    padding: 20px 30px 30px;
    background: #ffffff;
    border-radius: 10px;
}

.pr_guide__title {
    width: 265px;
    height: 50px;
    margin: 0 auto 8px;
}

.pr_guide__body {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 20px;
    align-items: center;
}

.pr_guide__icon {
    width: 100px;
    height: 130px;
    object-fit: contain;
}

.pr_guide__text {
    color: #111111;
    font-size: 16px;
    line-height: 26px;
}

.pr_guide__text strong {
    color: #6a3315;
    font-weight: 400;
}

.pr_nav {
    padding: 24px 30px;
    background-color: unset;
}

.pr_nav__title {
    width: 313px;
    height: 66px;
    margin: 0 auto 10px;
}

.pr_nav__lead {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.pr_nav__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 10px;
}

.pr_nav__button,
.pr_viewall {
    display: block;
    text-decoration: none;
}

.pr_nav__button_image,
.pr_viewall__image {
    display: block;
    width: 100%;
    height: auto;
}

.pr_section {
    --pr_accent: #f97484;
    --pr_soft: #ff9ea9;
    --pr_bg: #fff0f3;
    padding-top: 40px;
    scroll-margin-top: 20px;
}

.pr_section_1000 { --pr_accent: #f0b106; --pr_soft: #f2db9d; --pr_bg: #fff8e5; }
.pr_section_1500 { --pr_accent: #fd8556; --pr_soft: #ffa37f; --pr_bg: #fff1eb; }
.pr_section_3000 { --pr_accent: #57a5cc; --pr_soft: #abd7eb; --pr_bg: #eaf7fd; }
.pr_section_5000 { --pr_accent: #6bbb97; --pr_soft: #99ceb6; --pr_bg: #edf9f4; }
.pr_section_10000 { --pr_accent: #cd8ac0; --pr_soft: #e4b6db; --pr_bg: #faf1fa; }

.pr_section__heading_image {
    width: 600px;
    height: 128px;
    margin: 0 auto 10px;
    object-fit: contain;
}

.pr_section__body {
    padding: 40px 30px 60px;
    background-color: var(--pr_bg);
    background-image:
        linear-gradient(45deg, transparent 48%, rgba(255,255,255,.9) 49%, rgba(255,255,255,.9) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(255,255,255,.9) 49%, rgba(255,255,255,.9) 51%, transparent 52%);
    background-size: 40px 40px;
}

.pr_featured,
.pr_card {
    color: #111111;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .10);
}

.pr_featured {
    display: block;
    padding: 20px;
    text-decoration: none;
}

.pr_featured__top {
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 4px;
    align-items: center;
}

.pr_featured__image {
    width: 230px;
    height: 230px;
    object-fit: contain;
}

.pr_comment {
    min-height: 220px;
    padding: 20px 14px;
    background: #f6f2ec;
    border-radius: 10px;
}

.pr_comment__catch {
    display: inline;
    padding: 3px 8px;
    color: #ffffff;
    background: var(--pr_accent);
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.pr_comment__bottom{
    display: flex;
    justify-content: space-between;
}
.pr_comment__body {
    margin-top: 10px !important;
    font-size: 16px;
    line-height: 26px;
}

.pr_comment__staff {
    color: #616161;
    font-weight: normal;
}

.pr_comment__portrait {
    right: 8px;
    bottom: 6px;
    width: 104px;
    object-fit: contain;
}

.pr_product_copy {
    margin: 15px 0 10px!important;
    color: #616161;
    font-size: 16px;
    line-height: 28px;
}

.pr_product_name {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    line-height: 30px;
    text-decoration: underline;
}

.pr_price {
    display: block;
    font-weight: 700;
    line-height: 30px;
    text-decoration: underline;
}

.pr_price__main {font-size: 24px;font-weight: bold;}
.pr_price__tax {font-size: 16px;font-weight: bold;}
.pr_price__old { display: block; font-size: 14px; line-height: 22px; text-decoration: line-through; }
.pr_price__sale {display: block;color: #be0000;font-size: 22px;line-height: 26px;font-weight: bold;}
.txt_deco_none{
    text-decoration: none!important;
}
.pr_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.pr_card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 20px;
    text-decoration: none;
    overflow: hidden;

}

.pr_card__image {
    width: 240px;
    height: 240px;
    margin: 0 auto 10px;
    object-fit: contain;
}

.pr_card__copy {
    min-height: 48px;
    color: #616161;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px!important;
}

.pr_card__name {
    min-height: 48px;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
}

.pr_discount {
    position: absolute;
    top: 20px;
    left: -42px;
    z-index: 2;
    display: flex;
    align-items: baseline;
    justify-content: center;
    width: 160px;
    padding: 7px 0;
    color: #ffffff;
    background-color: #F0B106;
    box-sizing: border-box;
    line-height: 1;
    text-align: center;
    transform: rotate(-45deg);
    transform-origin: center;
}

.pr_discount::before {
    content: none;
}

.pr_discount__rate {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -2px;
}

.pr_discount__unit {
    margin-left: 2px;
    font-size: 15px;
    font-weight: 700;
}
.pr_more {
    width: 430px;
    max-width: 100%;
    margin: 30px auto 0;
    text-align: center;
}

.pr_more__label {
    margin-bottom: 10px !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}

.pr_viewall {
    width: 430px;
    max-width: 100%;
}

.pr_back {
    display: inline-block;
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline!important;
}

.pr_pink { --pr_accent: #f97484; --pr_soft: #ff9ea9; }
.pr_yellow { --pr_accent: #f0b106; --pr_soft: #f2db9d; }
.pr_orange { --pr_accent: #fd8556; --pr_soft: #ffa37f; }
.pr_blue { --pr_accent: #57a5cc; --pr_soft: #abd7eb; }
.pr_green { --pr_accent: #6bbb97; --pr_soft: #99ceb6; }
.pr_purple { --pr_accent: #cd8ac0; --pr_soft: #e4b6db; }

