﻿@charset "UTF-8";
:root {
    --base-color: #e60012;
    --base-txt-color: #000;
    --wrap-content: 1100px;
}
* {
    box-sizing: border-box;
}
html {
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
    scroll-padding-top: 4em;
}
@media screen and (min-width: 600px) {
    html {
        scroll-padding-top: min(10%, 100px);
    }
}
body {
    position: relative;
    margin: 0;
    padding: 0;
    color: var(--base-txt-color);
    background: var(--base-color);
    line-height: 1.5;
    font-family: "Arial", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    overflow-x: hidden;
}
body.menu-open {
    overflow: clip;
}
header, footer, main, section {
    display: block;
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}
p, figure, dl {
    margin: 0;
}
dd {
    margin-left: 0;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    display: inline-block;
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}
b, strong {
    font-weight: bold;
}
small {
    font-size: 1em;
}
img {
    display: block;
    border-style: none;
    vertical-align: bottom;
}
button {
    vertical-align: middle;
    color: inherit;
    font: inherit;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    overflow: visible;
    text-transform: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.pagetitle {
    width: 78.6666%;
    margin: 5em auto 1em;
}
@media screen and (min-width: 600px) {
    .pagetitle {
        width: min(100%, var(--wrap-content));
    }
}
#menu-toggle {
    position: fixed;
    top: 0;
    right: 0;
    display: grid;
    place-items: center;
    place-content: center;
    width: 4em;
    height: 4em;
    background-color: var(--base-color);
    border: none;
    cursor: pointer;
    z-index: 999;
}
.bar, .bar::before, .bar::after {
    width: 2em;
    height: 2px;
    background-color: #fff;
    transition: transform .3s;
}
.bar {
    display: grid;
}
.bar::before, .bar::after {
    content: "";
    grid-area: 1 / 1;
}
.bar::before {
    transform: translateY(-.8em);
}
.bar::after {
    transform: translateY(.8em);
}
.menu-open .bar {
    background-color: transparent;
}
.menu-open .bar::before {
    transform: rotate(45deg);
}
.menu-open .bar::after {
    transform: rotate(-45deg);
}
#overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(230, 0, 18, .6);
    z-index: 2;
    transition: opacity .3s;
}
.menu-open #overlay {
    visibility: visible;
    opacity: 1;
    pointer-events: inherit;
}
#menu {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / .8);
    right: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s ease-out;
}
#menu ul {
    list-style: none;
    padding: 0;
    margin: 80px 0 0 0;
}
#menu li {
    padding: 1em;
    box-sizing: border-box;
    text-align: center;
}
#menu a {
    color: #333;
}
.menu-open #menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.recipe_nav {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 28.4866468%);
    justify-content: space-between;
    width: 89.86666%;
    margin: 6.5% auto 8.8%;
    padding: 0;
}
.recipe_wrap {
    position: relative;
    display: flow-root;
    width: min(94.6666%, var(--wrap-content));
    margin: 0 auto 10%;
    padding: 0 0 9%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 1.25rem;
}
#chukazanmai.recipe_wrap, #charumera.recipe_wrap {
    margin-top: calc(20% + 2px);
}
#chukazanmai.recipe_wrap::before, #charumera.recipe_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 91%;
    height: 0;
    margin-top: -10%;
    border-top: 2px solid #fff;
    transform: translate(-50%, -50%);
}
.recipe_heading {
    display: inline-block;
    margin: 6% 0 1.1em;
    padding: .4em .8em;
    box-sizing: border-box;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .2em;
    color: #fff;
    background-color: var(--base-color);
    border-radius: .2em;
}
.recipe_heading span {
    font-size: .85em;
}
.racipe_name {
    width: 91.8309859%;
    margin: 6% auto 1.8%;
}
.racipe_txt {
    width: 91.8309859%;
    margin: 0 auto .6em;
    font-size: 4.2667vw;
    line-height: 1.2;
}
.racipe_photo {
    position: relative;
    width: 91.8309859%;
    margin: 0em auto;
}
.racipe_photo img {
    border-radius: .3em;
}
.racipe_photo small {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: .2em .5em;
    font-size: 2.9333vw;
    color: #fff;
}
.recipe01 .racipe_photo small {
    color: #000;
}
.pkg {
    position: relative;
    width: 91.8309859%;
    margin: .8em auto;
    padding: .6em .5em .7em 35%;
    font-size: 5.3333vw;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: .125em;
    color: #fff;
}
.megami .pkg {
    background: #102955 url(/shushokumenrecipe/images/label_megami.jpg) no-repeat top right / auto 100%;
}
.chukazanmai .pkg {
    background: #9a0905 url(/shushokumenrecipe/images/label_chukazanmai.png) top center / auto 100%;
}
.charumera .pkg {
    background: #a70101 url(/shushokumenrecipe/images/label_charumera.png) top center / auto 100%;
}
.pkg img {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32.6%;
    margin: .35em .2em;
}
.pkg span {
    display: inline-block;
}
.point {
    width: 91.8309859%;
    margin: 0 auto;
    font-size: 4.8vw;
    font-weight: bold;
}
.point dt {
    display: grid;
    grid-template-columns: 1.7em 1fr;
    font-weight: bold;
    color: var(--base-color);
}
.point dt sup {
    font-size: .5em;
}
.cost dt::before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    background: url(/shushokumenrecipe/images/icon_cost.png) no-repeat center center / contain;
}
.nutrition span {
    display: inline-block;
}
.nutrition dt::before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    background: url(/shushokumenrecipe/images/icon_nutrition.png) no-repeat center center / contain;
}
.cost {
    display: grid;
    grid-template-columns: 8em auto;
    grid-template-rows: max-content auto;
    margin-bottom: .2em;
}
.nutrition dd {
    padding-left: 1.7em;
    line-height: 1.3;
}
.ingredients {
    width: 91.8309859%;
    margin: 1.8em auto 0;
    font-size: 4.5vw;
    font-weight: bold;
}
.ingredients dl {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #000;
}
.ingredients dl div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-feature-settings: "palt";
    padding: .12em .3em .2em;
    border-top: 1px solid #000;
}
.ingredients dd {
    text-align: right;
}
.ingredients small {
    display: block;
    font-size: .6em;
}
.cooking {
    margin: 0 auto;
    padding: 11% 4.084507% 8%;
    font-size: 4.2667vw;
    font-weight: bold;
    font-feature-settings: "palt";
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
}
.megami .cooking {
    background: url(/shushokumenrecipe/images/men_megami.png) no-repeat top 3.5% right -8% / 35.5% auto;
}
.chukazanmai .cooking {
    background: url(/shushokumenrecipe/images/men_chukazanmai.png) no-repeat top 3.5% right -8% / 35.5% auto;
}
.charumera .cooking {
    background: url(/shushokumenrecipe/images/men_charumera.png) no-repeat top 3.5% right -8% / 35.5% auto;
}
.cooking li {
    display: grid;
    grid-template-columns: 1em auto;
    gap: .2em;
    line-height: 1.4375;
}
.cooking li:not(:last-child) {
    margin-bottom: 1.5em;
}
.memo {
    display: grid;
    gap: .7em;
    width: 91.8309859%;
    margin: 1.3em auto 1em;
    padding: .5em 1em 1em;
    box-sizing: border-box;
    font-size: 4vw;
    border: 1px dotted var(--base-color);
}
.memo span {
    display: inline-block;
}
.memo_label {
    display: grid;
    grid-template-columns: 1.5em auto;
    gap: .2em;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    color: var(--base-color);
}
.memo_label::before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    background: url(/shushokumenrecipe/images/icon_memo.png) no-repeat center center / contain;
}
.notes {
    width: 91.8309859%;
    margin: 0 auto;
    font-size: 3.2vw;
    line-height: 1.75;
}
.notes li {
    display: grid;
    grid-template-columns: 1em auto;
    align-items: start;
    font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
.sns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5em;
    justify-content: space-between;
    width: 46%;
    margin: 15% auto;
}
.sns a {
    display: block;
    margin: 0 auto;
}
.footer_bottom {
    display: flow-root;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    background-color: #ff0000;
}
.footer_logo {
    width: 44%;
    margin: 15% auto 10%;
}
.copyright {
    margin: 1em auto;
    padding: 0 1em;
    box-sizing: border-box;
    font-size: .8em;
    letter-spacing: .15em;
}
.copyright span {
    display: block;
}
.pagetop button {
    position: fixed;
    right: .7em;
    bottom: .7em;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.7em;
    height: 2.7em;
    background: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-shadow: 0 0 1em rgb(0, 0, 0, .4);
}
.pagetop button.is-active {
    opacity: 1;
    visibility: visible;
}
#menu .current a::after {
    transform: translateY(0);
    opacity: 0;
} 
@media (hover: hover) {
    #menu a {
        position: relative;
    }
    #menu a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 10%;
        width: 80%;
        height: 0;
        border-bottom: 2px solid #fff;
        transform: translateY(.5em);
        opacity: 0;
        transition: .2s;
    }
    #menu a:hover::after {
        transform: translateY(0);
        opacity: 1;
    }
    .recipe_nav a {
        transition: .2s;
    }
    .recipe_nav a:hover {
        transform: scale(1.1);
    }
    .pagetop:hover button {
        opacity: .8;
    }
}
@media screen and (min-width: 600px) {
    #menu-toggle {
        display: none;
    }
    #menu {
        position: fixed;
        z-index: 2;
        top: 0;
        width: 100%;
        height: auto;
        margin-inline: auto;
        background-color: var(--base-color);
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }
    #menu ul {
        display: grid;
        grid-template-columns: 14.1% 23.28% 18.5% 3.73% 17.98% 15.82%;
        justify-content: space-between;
        width: min(94.28%, 1320px);
        margin: 0 auto;
    }
    #menu li {
        padding: 0;
    }
    #menu a {
        width: 100%;
        padding: 1.7em 15% .5em;
        box-sizing: border-box;
    }
    #menu a {
        position: relative;
    }
    #menu .current a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 10%;
        width: 80%;
        height: 0;
        border-bottom: 2px solid #fff;
    }
    #menu .current a::after {
        transform: translateY(0);
        opacity: 1;
    }  
    .recipe_nav {
        width: min(65%, 910px);
        margin: 2em auto;
    }
    .recipe_wrap {
        margin: 0 auto 5em;
        padding: 0 0 3.2em;
        border-radius: 2.25rem;
    }
    #chukazanmai.recipe_wrap, #charumera.recipe_wrap {
        margin-top: calc(10em + 5px);
    }
    #chukazanmai.recipe_wrap::before, #charumera.recipe_wrap::before {
        margin-top: -5em;
        border-top: 5px solid #fff;
    }
    .recipe_heading {
        margin: 0 0 1.3em;
        padding: .2em 1em;
        border-radius: .3em;
    }
    .racipe_name {
        width: 90.9090909%;
        margin: 5.5% auto .3em;
    }
    .racipe_txt {
        width: 90.9090909%;
        margin: 0 auto .7em;
        font-size: min(2.0714vw, 1.8125em);
    }
    .racipe_photo {
        width: 63.6%;
    }
    .racipe_photo img {
        border-radius: .5em;
    }
    .racipe_photo small {
        margin: .3em 1em;
        font-size: min(1.8vw, .9em);
    }
    .pkg {
        width: 82.3636363%;
        margin: .7em auto .5em;
        padding: .7em .5em .75em 23%;
        font-size: min(2.8571vw, 2.5em);
        font-weight: bold;
        color: #fff;
        background: #102955 url(/shushokumenrecipe/images/label_megami.png) no-repeat top -45% center / 100% auto;
    }
    .pkg img {
        width: 23%;
        margin: .3em .4em;
    }
    .point {
        display: grid;
        grid-template-columns: 6.5em 1fr;
        gap: 1.5em;
        width: 82.3636363%;
        margin: .5em auto;
        padding-bottom: 1em;
        font-size: min(2.3571vw, 2.0625em);
        border-bottom: clamp(2px, .55vw, 5px) solid #dbdbdb;
    }
    .cost dt {
        grid-template-columns: 1.3em 1fr;
    }
    .cost dd {
        padding-left: 1.3em;
    }
    .cost {
        grid-template-columns: 1fr;
    }
    .ingredients {
        width: 82.3636363%;
        margin: 1.8em auto 0;
        font-size: min(1.9286vw, 1.6875em);
    }
    .ingredients dl {
        border-bottom: clamp(1px, .22vw, 2px) solid #000;
    }
    .ingredients dl div {
        padding: .3em .7em .34em;
        border-top: clamp(1px, .22vw, 2px) solid #000;
    }
    .megami .cooking {
        background: url(/shushokumenrecipe/images/men_megami.png) no-repeat top 5.5% right 0 / 23% auto;
    }
    .chukazanmai .cooking {
        background: url(/shushokumenrecipe/images/men_chukazanmai.png) no-repeat top 5.5% right 0 / 23% auto;
    }
    .charumera .cooking {
        background: url(/shushokumenrecipe/images/men_charumera.png) no-repeat top 5.5% right 0 / 23% auto;
    }
    .cooking {
        margin: 0 auto;
        padding: 2.5em 8.8181818% 2.4em;
        font-size: min(1.9286vw, 1.6875em);
        background: url(/shushokumenrecipe/images/men_megami.png) no-repeat top 5.7% right / 22.9090909% auto;
    }
    .cooking .recipe_heading {
        margin-bottom: 1em;
    }
    .cooking li {
        line-height: 1.423076923;
    }
    .cooking li:first-child {
        width: 80%;
    }
    .cooking li span {
        display: inline-block;
    }
    .cooking li:not(:last-child) {
        margin-bottom: 1.2em;
    }
    .memo {
        grid-template-columns: 9em auto;
        width: 82.3636363%;
        margin: 0 auto 1.4em;
        padding: 1em .6em 1.2em;
        font-size: min(1.7143vw, 1.5em);
        border: 2px dotted var(--base-color);
    }
    .memo_label {
        margin: 0;
        font-size: 1em;
    }
    .notes {
        width: 82.3636363%;
        margin: 0 auto .8em;
        font-size: min(1.4286vw, 1.25em);
        line-height: 1.5;
    }
    .sns {
        gap: 23%;
        justify-content: space-between;
        width: min(21.428%, 300px);
        margin: min(8.4285714%, 118px) auto;
    }
    .footer_logo {
        width: min(22.0714285%, 309px);
        margin: min(5.7142857%, 80px) auto min(3.5714285%, 50px);
    }
    .copyright {
        font-size: 1em;
    }
    .copyright span {
        display: inline-block;
    }
  
}
/* animation */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeInUp {
    0% {
        transform: translateY(5em);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.js-on .action {
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}
.action.is-action {
    opacity: 1;
    visibility: visible;
    animation: fadeInUp .8s forwards;
}
.no_script {
    width: min(90%, 1400px);
    margin: 1em auto;
    padding: 1em;
    box-sizing: border-box;
    font-size: 1em;
    color: var(--base-txt-color);
    background: #fff;
}