@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');
:root {
    --main-color-gold: #784E18;
    --bg-color-beige: #FAF7F3;
    --bg-color-yellow: #FFF9EB;
    --deco-color-gold: #B47F3B;
    --deco-color-gold-rgb: 180, 127, 59;
    --deco-color-gold-light: #CBA97C;
}
/*==========================================*/
/*PC & ALL*/
/*==========================================*/
.article-inner {
    font-family: "Sawarabi Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
}
.article-inner img {
    width: 100%;
}
.article-inner h2 {
    font-size: 40px;
    line-height: 1;
    text-align: center;
}
.article-inner section {
    position: relative;
}
.article-inner section::before {
    position: absolute;
    content: "";
    width: 1170px;
    height: 36px;
    background: url("/prouse/cat_assets/img/recommend/chirudo_dre/icon-line_pc.svg") no-repeat center / contain;
    top: 24px;
    left: 0;
    right: 0;
    margin: auto;
}
.article-inner {
    width: 1280px;
    margin: 0 auto;
}
.main-visual {
    padding: 24px 0;
    background: var(--bg-color-beige);
}
.main-visual-inner {
    width: 1230px;
    height: 460px;
    margin: 0 auto;
    padding-top: 35px;
    background: url("/prouse/cat_assets/img/recommend/chirudo_dre/bg-mv_pc.png") no-repeat center / contain;
}
.main-visual__copy {
    font-size: 32px;
    line-height: 1;
    color: var(--main-color-gold);
    text-align: center;
}
.main-visual__copy span {
    position: relative;
}
.main-visual__copy span::before, .main-visual__copy span::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    background: var(--main-color-gold);
    top: 0;
    bottom: 0;
    margin: auto;
}
.main-visual__copy span::before {
    left: -3em;
}
.main-visual__copy span::after {
    right: -3em;
}
.main-visual__product-info {
    margin-top: 16px;
    padding-left: 200px;
    display: flex;
    align-items: center;
    gap: 56px;
}
.main-visual__product-info-ttl {
    order: 2;
    width: 304px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-visual__product-info-note {
    margin-top: 18px;
    padding-left: .5em;
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    line-height: 1.4;
}
.main-visual__product-info-note dt {
    width: 5.5em;
    white-space: nowrap;
}
.main-visual__product-info-note dt::before {
    content: "■";
    padding-right: .3em;
}
.main-visual__product-info-note dd::before {
    content: "：";
}
.main-visual__product-info-note dd[class*="u-wd100per"]::before {
    content: none;
}
.main-visual__product-info-btn-link {
    width: 330px;
    margin: 10px auto 0;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
    line-height: 1;
    color: #fff !important;
    background: var(--deco-color-gold);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.main-visual__product-info-btn-link::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: url("/prouse/cat_assets/img/recommend/chirudo_dre/icon-deco02.svg") no-repeat center / contain;
    top: 0;
    bottom: 0;
    right: 24px;
    margin: auto;
}
.main-visual__product-image {
    order: 1;
    width: 110px;
    flex-shrink: 0;
}
.content-feature {
    padding: 100px 0 64px;
    background: var(--bg-color-yellow);
}
.content-feature__point {
    margin-top: 64px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 56px;
}
.content-feature__point-box {
    background: url("/prouse/cat_assets/img/recommend/chirudo_dre/icon-deco01.svg") no-repeat center /254px auto;
}
.content-feature__point-ttl {
    color: var(--main-color-gold);
    line-height: 1;
}
.content-feature__point-ttl1 {
    font-size: 28px;
}
.content-feature__point-ttl1 span {
    position: relative;
}
.content-feature__point-ttl1 span::before, .content-feature__point-ttl1 span::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background: var(--main-color-gold);
    top: 0;
    bottom: 0;
    margin: auto;
}
.content-feature__point-ttl1 span::before {
    left: -2em;
}
.content-feature__point-ttl1 span::after {
    right: -2em;
}
.content-feature__point-ttl2 {
    margin-top: 30px;
    font-size: 40px;
}
.content-feature__point-txt {
    margin-top: 30px;
    font-size: 24px;
    line-height: 1.5;
}
.content-recipe {
    padding: 130px 0 64px;
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.content-recipe__container {
    margin-top: 64px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 80px;
}
.content-recipe__box {
    width: 464px;
    font-size: 24px;
    line-height: 1;
    text-align: center;
}
.content-recipe__link {
    display: block;
}
.content-recipe__image {
    padding: 8px;
    position: relative;
}
.content-recipe__image div {
    overflow: hidden;
}
.content-recipe__image::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("/prouse/cat_assets/img/recommend/chirudo_dre/icon-frame.svg") no-repeat center / contain;
    inset: 0;
    margin: auto;
}
.content-recipe__name {
    margin-top: 24px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--deco-color-gold-light);
}
.content-recipe__btn-link {
    margin-top: 32px;
    padding-top: 20px;
    padding-right: 16px;
    padding-bottom: 20px;
    color: #fff !important;
    background: var(--deco-color-gold);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.content-recipe__btn-link::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: url("/prouse/cat_assets/img/recommend/chirudo_dre/icon-deco02.svg") no-repeat center / contain;
    top: 0;
    bottom: 0;
    right: 24px;
    margin: auto;
}
.content-point {
    padding: 120px 0 64px;
    background: var(--bg-color-yellow);
}
.content-point__list {
    margin-top: 72px;
    font-family: "Roboto", "YakuHanJP", "BaseFont-JP", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 66px;
}
.content-point__list-itm {
    width: 276px;
    padding: 8px;
    background: #fff;
    border: 2px solid var(--deco-color-gold);
    position: relative;
}
.content-point__list-itm::after {
    position: absolute;
    content: "";
    width: 36px;
    height: 36px;
    background: url("/prouse/cat_assets/img/recommend/chirudo_dre/icon-deco03.svg") no-repeat center / contain;
    top: 0;
    bottom: 0;
    right: -52px;
    margin: auto;
}
.content-point__list-itm:last-child::after {
    display: none;
}
.content-point__list-itm-inner {
    height: 144px;
    padding-top: 16px;
    border: 1px solid var(--deco-color-gold);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.content-point__list-itm-no {
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    font-size: 28px;
    color: #fff;
    background: var(--deco-color-gold);
    display: flex;
    justify-content: center;
    align-items: center;
    top: -28px;
}
.content-point__list-itm-txt {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
}
.content-point__note {
    width: 960px;
    margin: 48px auto 0;
    padding: 24px 0;
    font-family: "Roboto", "YakuHanJP", "BaseFont-JP", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 22px;
    font-weight: bold;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-information {
    margin-top: 64px;
}
.content-information__ttl {
    font-family: "Roboto", "YakuHanJP", "BaseFont-JP", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #FF5800;
    font-weight: bold;
}
.content-information__list {
    width: 1040px;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between;
}
.content-information__list-itm {
    width: 504px;
    border: 1px solid #ddd;
    overflow: hidden;
}
#foot_text {
    max-width: 1100px;
    margin: 30px auto 0;
    font-size: 13px;
    color: #333;
    text-align: right;
}
@media screen and (min-width: 769px), print {
    .article a, .article a img {
        -webkit-transition: .2s ease;
        transition: .2s ease;
    }
    .content-recipe__link:hover .content-recipe__image img, .content-information__list-itm-link:hover img {
        transform: scale(1.05);
    }
    .content-recipe__btn-link:hover, .main-visual__product-info-btn-link:hover {
        background: rgba(var(--deco-color-gold-rgb), .8);
    }
    .content-recipe__name.font-s {
        font-size: 22px;
    }
}
/*==========================================*/
/*SP*/
/*==========================================*/
@media screen and (max-width: 768px) {
    .article-inner h2 {
        font-size: calc((32 / 375) * 100vw);
    }
    .article-inner section::before {
        width: calc((340 / 375) * 100vw);
        height: calc((26 / 375) * 100vw);
        background-image: url("/prouse/cat_assets/img/recommend/chirudo_dre/icon-line_sp.svg");
        top: calc((32 / 375) * 100vw);
    }
    .article-inner {
        width: 100vw;
    }
    .main-visual {
        padding-top: calc((16 / 375) * 100vw);
        padding-bottom: calc((16 / 375) * 100vw);
    }
    .main-visual-inner {
        width: calc((350 / 375) * 100vw);
        height: calc((575 / 375) * 100vw);
        padding-top: calc((25 / 375) * 100vw);
        background-image: url("/prouse/cat_assets/img/recommend/chirudo_dre/bg-mv_sp.png");
    }
    .main-visual__copy {
        font-size: calc((31 / 375) * 100vw);
        line-height: 1.4;
    }
    .main-visual__copy span {
        display: inline-block;
    }
    .main-visual__copy span::before, .main-visual__copy span::after {
        width: calc((38 / 375) * 100vw);
    }
    .main-visual__copy span::before {
        left: -2em;
    }
    .main-visual__copy span::after {
        right: -2em;
    }
    .main-visual__product-info-ttl {
        position: relative;
    }
    .main-visual__product-info {
        margin-top: calc((8 / 375) * 100vw);
        padding-left: 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: calc((12 / 375) * 100vw);
    }
    .main-visual__product-info-ttl {
        width: calc((210 / 375) * 100vw);
    }
    .main-visual__product-info-note {
        margin-top: calc((12 / 375) * 100vw);
        padding-left: .5em;
        font-size: calc((14 / 375) * 100vw);
    }
    .main-visual__product-info-btn {
        position: absolute;
        bottom: calc((-68 / 375) * 100vw);
        left: calc((-67 / 375) * 100vw);
    }
    .main-visual__product-info-btn-link {
        width: calc((270 / 375) * 100vw);
        margin-top: 0;
        padding-top: calc((12 / 375) * 100vw);
        padding-bottom: calc((12 / 375) * 100vw);
        font-size: calc((20 / 375) * 100vw);
    }
    .main-visual__product-info-btn-link::after {
        width: calc((16 / 375) * 100vw);
        height: calc((16 / 375) * 100vw);
        right: calc((16 / 375) * 100vw);
    }
    .main-visual__product-image {
        width: calc((68 / 375) * 100vw);
    }
    .content-feature {
        padding-top: calc((100 / 375) * 100vw);
        padding-bottom: calc((64 / 375) * 100vw);
    }
    .content-feature__point {
        margin-top: calc((64 / 375) * 100vw);
        flex-direction: column;
        align-items: center;
        gap: calc((64 / 375) * 100vw);
    }
    .content-feature__point-box {
        background-size: calc((254 / 375) * 100vw) auto
    }
    .content-feature__point-ttl1 {
        font-size: calc((28 / 375) * 100vw);
    }
    .content-feature__point-ttl1 span::before, .content-feature__point-ttl1 span::after {
        width: calc((40 / 375) * 100vw);
    }
    .content-feature__point-ttl2 {
        margin-top: calc((30 / 375) * 100vw);
        font-size: calc((40 / 375) * 100vw);
    }
    .content-feature__point-txt {
        margin-top: calc((30 / 375) * 100vw);
        font-size: calc((24 / 375) * 100vw);
    }
    .content-recipe {
        padding-top: calc((100 / 375) * 100vw);
        padding-bottom: calc((64 / 375) * 100vw);
        gap: calc((64 / 375) * 100vw);
    }
    .content-recipe__container {
        margin-top: calc((32 / 375) * 100vw);
        flex-direction: column;
        align-items: center;
        gap: calc((64 / 375) * 100vw);
    }
    .content-recipe__box {
        width: calc((340 / 375) * 100vw);
        font-size: calc((17 / 375) * 100vw);
    }
    .content-recipe__image {
        padding: calc((8 / 375) * 100vw);
    }
    .content-recipe__name {
        margin-top: calc((18 / 375) * 100vw);
        padding-bottom: calc((8 / 375) * 100vw);
    }
    .content-recipe__name.font-s {
        letter-spacing: -.03em;
    }
    .content-recipe__btn-link {
        margin-top: calc((24 / 375) * 100vw);
        padding-top: calc((16 / 375) * 100vw);
        padding-right: calc((12 / 375) * 100vw);
        padding-bottom: calc((16 / 375) * 100vw);
    }
    .content-recipe__btn-link::after {
        width: calc((16 / 375) * 100vw);
        height: calc((16 / 375) * 100vw);
        right: calc((16 / 375) * 100vw);
    }
    .content-point {
        padding-top: calc((100 / 375) * 100vw);
        padding-bottom: calc((64 / 375) * 100vw);
    }
    .content-point__ttl {
        line-height: 1.5 !important;
    }
    .content-point__list {
        margin-top: calc((54 / 375) * 100vw);
        flex-direction: column;
        align-items: center;
        gap: calc((72 / 375) * 100vw);
    }
    .content-point__list-itm {
        width: calc((300 / 375) * 100vw);
        padding: calc((8 / 375) * 100vw);
    }
    .content-point__list-itm::after {
        width: calc((40 / 375) * 100vw);
        height: calc((40 / 375) * 100vw);
        top: auto;
        left: 0;
        right: 0;
        bottom: calc((-48 / 375) * 100vw);
        transform: rotate(90deg);
    }
    .content-point__list-itm-inner {
        height: calc((156 / 375) * 100vw);
        padding-top: calc((16 / 375) * 100vw);
    }
    .content-point__list-itm-no {
        width: calc((60 / 375) * 100vw);
        height: calc((60 / 375) * 100vw);
        font-size: calc((30 / 375) * 100vw);
        top: calc((-30 / 375) * 100vw);
    }
    .content-point__list-itm-txt {
        font-size: calc((22 / 375) * 100vw);
    }
    .content-point__note {
        width: calc((300 / 375) * 100vw);
        margin-top: calc((32 / 375) * 100vw);
        padding-top: calc((16 / 375) * 100vw);
        padding-bottom: calc((16 / 375) * 100vw);
        font-size: calc((22 / 375) * 100vw);
        line-height: 1.5;
    }
    .content-information {
        margin-top: calc((32 / 375) * 100vw);
    }
    .content-information__list {
        width: calc((337 / 375) * 100vw);
        margin-top: calc((10 / 375) * 100vw);
        flex-direction: column;
        align-items: center;
        gap: calc((12 / 375) * 100vw);
    }
    .content-information__list-itm {
        width: 100%;
    }
    #foot_text {
        width: 100%;
        margin-top: 4vw;
        text-align: center;
        font-size: 2.93333vw;
    }
}