@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap');
@import url("/salacon/assets/css/style.css");
@font-face {
    font-family: 'BaseFont-JP';
    src: url("/salacon/cn/assets/font/NotoSansSC-Medium.ttf") format("woff");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'BaseFont-JP';
    font-style: normal;
    font-weight: bold;
    src: url("/salacon/cn/assets/font/NotoSansSC-Bold.ttf") format("woff");
}
body {
    font-family: "Roboto", "YakuHanJP", 'Noto Sans SC', "BaseFont-JP", sans-serif;
    letter-spacing: 0;
}
.recipe-contents {
    font-family: "Roboto", "YakuHanJP", 'Noto Sans SC', "BaseFont-JP", sans-serif;
}
.cat-award .award-contents-itm-lead {
    text-align: left;
}
.cat-award .award-contents-itm-recipe-ttl {
    width: 440px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 768px) {
    .mv-lead-contents-txt {
        width: 90vw;
        margin: 0 auto;
    }
    .cat-top .award-top-txt {
        width: calc((350 / 375) * 100vw);
        margin-left: auto;
        margin-right: auto;
    }
    .cat-award .award-contents-itm-recipe-ttl {
        width: calc((350 / 375) * 100vw);
    }
    .recipe-contents-h3 {
        padding-left: calc((5 / 375) * 100vw);
        padding-right: calc((5 / 375) * 100vw);
    }
}
.cat-top .award-contents-itm-ttl {
    width: calc(254px * 1.3);
    height: calc(67px * 1.3);
    padding-top: calc(12px * 1.3);
}
.cat-top .award-contents-itm-ttl img {
    height: calc(22px * 1.3);
}
.cat-grand .award-contents-itm-ttl {
    width: 254px;
    height: 67px;
    padding-top: 8px;
}
@media screen and (max-width: 768px) {
    .cat-top .award-contents-itm-ttl {
        width: calc((228 / 375) * 100vw);
        height: calc((60 / 375) * 100vw);
        padding-top: calc((10 / 375) * 100vw);
    }
    .cat-top .award-contents-itm-ttl img {
        height: calc((21 / 375) * 100vw);
    }
    .cat-grand .award-contents-itm-ttl {
        width: 52.8vw;
        height: 13.86667vw;
        padding-top: calc((7 / 375) * 100vw);
    }
}
@media screen and (min-width: 769px), print {
    .footer-nav-link {
        width: 420px;
    }
}
@media screen and (max-width: 768px) {
    .footer-nav-link {
        padding-right: 1em;
    }
}