@charset "UTF-8";
:root {
    --header-height: 10.88vw;
}

:target {
    scroll-margin-top: var(--header-height);
}

html {
    scroll-behavior: smooth;
}
#wrapper {
    position: relative;
}
#wrapper *,
#wrapper *::before,
#wrapper *::after {
    box-sizing: border-box;
}

figure {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

.navigation {
    position: absolute;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
}
.navigation > .anchor-list {
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
    padding: 0;
    height: 21.3333vw;
}
.navigation > .anchor-list > .anchor-list_item {
    display: block;
    border-right: 1px solid #ef5a24;
    width: 33.2%;
}
.navigation > .anchor-list > .anchor-list_item:nth-child(n + 4) {
    border-top: 1px solid #ef5a24;
    width: 50%;
}
.navigation > .anchor-list > .anchor-list_item > .nav-link {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
}

.hero {
    position: relative;
    background-image: url("./hero_bg.jpg");
    background-position: top center;
    background-size: cover;
    padding: 21.3333vw 4vw 0;
    width: 100%;
}
.hero > .hero-image {
    position: relative;
    padding: 4vw 0 6.1333vw;
}
.hero > .hero-image > .anchor-link {
    position: absolute;
    right: 4.2667vw;
    bottom: 16vw;
    width: 20vw;
}
.hero > .hero-image > .anchor-link a {
    display: block;
}

.section-group.texture01 {
    background-image: url("./bg_texture01.jpg");
    background-position: center top;
    background-size: cover;
    padding: 9.8667vw 4vw 14.6667vw;
}
.section-group.texture02 {
    background-color: #def0e7;
    padding: 9.8667vw 0 14.6667vw;
}

.about {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
.about > .section-title {
    margin-right: auto;
    margin-left: auto;
    max-width: 70.6667vw;
}
.about .text {
    display: block;
    padding: 3.2vw 2vw;
    text-align: center;
}
.about .text.-md {
    font-size: 2.9333vw;
    line-height: 1.8;
}
.about .text.-md > span {
    letter-spacing: -0.34em;
}
.about .badge-list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
.about .badge-list > .badge-item {
    width: 31%;
}
.award {
    padding: 6.1333vw 0;
}
.award > .container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    background-image: url("./award_bg.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 8.5333vw;
    width: 92vw;
    height: 89.0667vw;
}
.award > .container > .text {
    font-weight: 400;
    font-size: 2.4vw;
    text-align: center;
}
.award > .container > .text > strong {
    font-feature-settings: "palt" 1;
    hanging-punctuation: allow-end;
    color: #ef5a24;
    font-weight: 700;
    font-size: 2.6667vw;
    font-kerning: normal;
    line-break: auto;
}

.quality {
    padding: 16vw 4vw pxu2u(vw, 46);
}
.quality > .section-title {
    margin-right: auto;
    margin-left: auto;
    width: 53.3333vw;
}
.quality > .container {
    margin-top: 8.5333vw;
    margin-right: auto;
    margin-left: auto;
}
.quality > .container > .row {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 6.1333vw;
}
.quality > .container > .row > .col {
    width: 100%;
}
.quality > .container > .row > .col:nth-of-type(1) figure {
    padding-left: 0;
}
.quality > .container > .row > .col:nth-of-type(3) figure {
    padding-right: 0;
}
.quality > .container .caption {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    color: #ef5a24;
    font-weight: 700;
    font-size: 4.8vw;
}
.quality > .container .caption::after {
    display: block;
    background-image: url("./quality_heading_deco.png");
    background-position: center bottom;
    background-size: contain;
    width: 13.625rem;
    height: 0.625rem;
    content: "";
}
.quality > .container .text {
    font-feature-settings: "palt" 1;
    display: block;
    padding: 3.2vw 0;
    hanging-punctuation: allow-end;
    font-size: 3.7333vw;
    line-height: 1.8;
    font-kerning: normal;
    line-break: auto;
    text-align: center;
}
.quality > .container figure {
    display: block;
    text-align: center;
}
.quality > .container figure.is-filtershadow > img {
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
}
.quality > .container figure.is-dropshadow > img {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.quality > .container figure img {
    width: 61.3333vw;
}
.quality > .container .note {
    font-feature-settings: "palt" 1;
    display: block;
    margin-top: 0.75em;
    hanging-punctuation: allow-end;
    font-size: 2.9333vw;
    font-kerning: normal;
    line-break: auto;
}

.customer-voice {
    background-color: #ffffdc;
    padding: 12.8vw 4vw 11.2vw;
}
.customer-voice > .section-title {
    margin-right: auto;
    margin-left: auto;
    width: 56.5333vw;
}
.customer-voice > .container {
    margin: 6.4vw auto 0;
}
.customer-voice > .container > .row {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 4vw));
    justify-content: center;
    align-items: center;
    gap: 4vw;
}
.customer-voice > .container > .row > .col {
    display: grid;
    grid-template-rows: auto 1fr min-content;
    justify-content: center;
    align-items: start;
    gap: 1.6vw;
    border: 1px solid #ef5a24;
    background-color: #ffffff;
    padding: 3.7333vw 1.6vw 2.4vw;
    height: 100%;
}
.customer-voice > .container .heading {
    font-feature-settings: "palt" 1;
    hanging-punctuation: allow-end;
    color: #ef5a24;
    font-weight: 700;
    font-kerning: normal;
    line-break: auto;
    text-align: center;
}
.customer-voice > .container .text {
    font-feature-settings: "palt" 1;
    hanging-punctuation: allow-end;
    font-size: 2.1333vw;
    font-kerning: normal;
    line-break: auto;
    text-align: center;
}
.customer-voice > .container .parson {
    margin-right: auto;
    margin-left: auto;
    max-width: 29.3333vw;
    text-align: center;
}
.customer-voice .questionnaire {
    margin: 9.8667vw auto 0;
    text-align: center;
}
.customer-voice .questionnaire > .graph {
    margin: 0 auto;
}
.customer-voice .questionnaire > .graph > .note {
    margin-top: 1.25em;
    font-size: 2.4vw;
}

.recipe {
    padding: 9.8667vw 4vw 9.8667vw;
}
.recipe > .section-title {
    margin-right: auto;
    margin-left: auto;
    max-width: 89.8667vw;
}
.recipe .lineup_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    gap: 2.6667vw;
    margin: 20px auto 0;
    border-top: 4px dotted #111;
    padding-top: 40px;
    width: 100%;
    max-width: 960px;
}
.recipe .lineup_container > .lineup-item {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    text-align: center;
}
.recipe .recipe-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5em 0;
    min-height: 6rem;
}
.recipe .recipe-title > h2 {
    color: #313131;
    font-size: 3.7333vw;
    line-height: 1.33;
}
.recipe .lineup_other {
    margin-top: 60px;
    padding-bottom: 60px;
    font-size: 24px;
    text-align: center;
}
.recipe .lineup_other a {
    color: #313131;
    text-decoration: underline;
}
.recipe .recipe-thumb > img {
    vertical-align: bottom;
    width: 100%;
    max-width: unset;
    height: auto;
}

#special {
    padding: 0;
    width: 100%;
}

#special > .section-title {
    display: block;
    margin: 0 auto;
    max-width: 84vw;
}

#special .lineup-column {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    justify-content: center;
    gap: 6.4vw;
    width: 92vw;
    margin-right: auto;
    margin-left: auto;
    margin-block-start: 6.4vw;
}

#special .lineup-item {
    box-sizing: border-box;
    position: relative;
    max-width: 92vw;
    padding: 12.4vw 2.4vw 7.2vw;
    background-color: #FFFFFF;
    background-image:
        linear-gradient(to right, transparent, #009045 1px, #009045 1px),
        linear-gradient(to bottom, transparent, #009045 1px, #009045 1px),
        linear-gradient(to right, transparent, #009045 1px, #009045 1px),
        linear-gradient(to bottom, transparent, #009045 1px, #009045 1px);
    background-repeat: no-repeat;
    background-size: calc(100% - 20px) 1px, 1px calc(100% - 20px), calc(100% - 20px) 1px, 1px calc(100% - 20px);
    background-position: 10px 10px, 10px 10px, 10px calc(100% - 11px), calc(100% - 11px) 10px;
}

#special .lineup-heading {
    height: 11.467vw;
    text-align: center;
}

#special .lineup-heading img {
    max-height: 100%;
}
#special .image {
    max-width: 60vw;
    margin-right: auto;
    margin-left: auto;
    margin-block-start: 4.267vw;
}

#special .desc {
    padding: 1.5em ;
    text-align: center;
    font-size: 2.93vw;
}

#special .lineup-navigation {
    text-align: center;
}

#special .modal-link {
    text-decoration: underline;
    font-size: 4.267vw;
    color: #000000;
}

.c-single {
    margin: 0 auto;
    padding: 0 4.2667vw 9.8667vw;
}

.c-single-content {
    margin-top: 1.75rem;
}

.pageback {
    margin: 0 auto;
}

#modal01-title {
    background-color: #115687;
    padding: 1.6vw 2.4vw;
    color: #ffffff;
    font-weight: 700;
    font-size: 5.3333vw;
    text-align: center;
}

.c-table {
    width: 100%;
}
.c-table.-col2 th {
    width: 36%;
}
.c-table.-col2 th:only-child {
    width: 100%;
}
.c-table.-col2 td {
    width: 64%;
}
.c-table.-col3 td {
    width: 20%;
    text-align: center;
}
.c-table.-col3 td:first-child {
    width: 60%;
    text-align: left;
}
.c-table.-col3 td:only-child {
    width: 100%;
    text-align: left;
}
.c-table [class^="scheme"] {
    padding: 1.6vw 2.6667vw;
    font-size: 4.2667vw;
    line-height: 1.5;
}
.c-table .scheme01 {
    background-color: #e89476;
    color: #ffffff;
}
.c-table .scheme02 {
    background-color: #e89476;
    color: #ffffff;
}
.c-table > thead th {
    text-align: center;
}
.c-table > tbody .upper th,
.c-table > tbody .upper td {
    background-image: linear-gradient(#999999, #999999);
    background-position: top 2px center;
    background-size: 100% 1px;
    background-repeat: repeat-x;
    padding-top: 1.125rem;
}
.c-table > tbody .caption {
    background-color: #787878;
    color: #ffffff;
    font-size: 3.4667vw;
    line-height: 1.5;
    text-align: center;
}
.c-table > tbody .heading {
    background-color: #efefef;
    font-size: 3.4667vw;
    line-height: 1.5;
    text-align: center;
}
.c-table > tbody .heading th:nth-child(n) {
    text-align: center;
}
.c-table > tbody :not(.heading) th,
.c-table > tbody :not(.heading) td,
.c-table > tbody :not(.upper) th,
.c-table > tbody :not(.upper) td,
.c-table > tbody :not(.caption) th,
.c-table > tbody :not(.caption) td {
    border: 1px solid #999999;
    padding: 0.8vw 1.6vw;
    text-align: left;
}
.c-table > tbody :not(.heading) th:first-child,
.c-table > tbody :not(.heading) td:first-child,
.c-table > tbody :not(.upper) th:first-child,
.c-table > tbody :not(.upper) td:first-child,
.c-table > tbody :not(.caption) th:first-child,
.c-table > tbody :not(.caption) td:first-child {
    border-left: 0;
}
.c-table > tbody :not(.heading) th:last-child,
.c-table > tbody :not(.heading) td:last-child,
.c-table > tbody :not(.upper) th:last-child,
.c-table > tbody :not(.upper) td:last-child,
.c-table > tbody :not(.caption) th:last-child,
.c-table > tbody :not(.caption) td:last-child {
    border-right: 0;
}
.c-table > tbody :not(.heading) th.indent,
.c-table > tbody :not(.heading) td.indent,
.c-table > tbody :not(.upper) th.indent,
.c-table > tbody :not(.upper) td.indent,
.c-table > tbody :not(.caption) th.indent,
.c-table > tbody :not(.caption) td.indent {
    text-indent: 1em;
}

#popupcontents .close-button {
    margin: 0 auto;
    padding: 1.25em 0.25em;
    text-align: right;
}

.popup-close {
    display: grid;
    place-items: center;
    -webkit-appearance: none;
            appearance: none;
    z-index: 1050;
    transition: border-color 320ms ease, background-color 320ms ease,
        box-shadow 320ms ease;
    cursor: pointer;
    margin: 0 4.2667vw 0 auto;
    outline: 0;
    box-shadow: 0 0.25em 0.67em rgba(145, 145, 145, 0.24);
    border: solid transparent 0.25rem;
    border-radius: 1.6vw;
    background-color: #ffffff;
    padding: 0;
    width: 10.9333vw;
    height: 10.9333vw;
    content: "";
    color: #ffffff;
    font-size: 2.25rem;
    font-family: Arial, Helvetica, sans-serif;
}
.popup-close svg {
    width: 8.5333vw;
    height: 8.5333vw;
}

.popup-copyright {
    margin-top: 1em;
    background-color: #ff0000;
    padding: 0.25em 1.25em;
    color: #ffffff;
    font-size: 3.7333vw;
    line-height: 1.1;
    text-align: center;
}

@media (min-width: 48em){
    :root {
        --header-height: 6.0625rem;
    }
    #wrapper {
        padding-top: 6.0625rem;
    }
    .navigation > .anchor-list {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        max-width: 60rem;
        height: 3.75rem;
    }
    .navigation > .anchor-list > .anchor-list_item {
        width: unset;
    }
    .navigation > .anchor-list > .anchor-list_item:first-child {
        border-left: 1px solid #ef5a24;
    }
    .navigation > .anchor-list > .anchor-list_item:nth-child(n + 4) {
        border-top: 0;
        width: unset;
    }
    .navigation > .anchor-list > .anchor-list_item > .nav-link {
        font-size: 0.875rem;
    }
    .hero {
        padding: 3.75rem 2.1875rem 0;
    }
    .hero > .hero-image {
        margin-right: auto;
        margin-left: auto;
        padding: 2.625rem 0 3.75rem;
        max-width: 60rem;
    }
    .hero > .hero-image > .anchor-link {
        right: 2.0313rem;
        bottom: 16vw;
        width: 21.3333vw;
    }
    .section-group.texture01 {
        padding: 4rem 0 4.625rem;
    }
    .section-group.texture02 {
        padding: 4rem 0 4.625rem;
    }
    .about {
        gap: 2rem;
        padding: 2.875rem 1.875rem 2.625rem;
    }
    .about > .section-title {
        max-width: 33.125rem;
    }
    .about .text {
        padding: 0;
    }
    .about .text.-md {
        font-size: 1.25rem;
    }
    .about .badge-list {
        gap: 3.5%;
        max-width: 560px;
    }
    .award {
        padding: 0;
    }
    .award > .container {
        padding: 0 0 4rem;
        width: 36.75rem;
        height: 35.5625rem;
    }
    .award > .container > .text {
        font-size: 0.875rem;
    }
    .award > .container > .text > strong {
        font-size: 1rem;
    }
    .quality {
        padding: 7.25rem 1.875rem 2.25rem;
    }
    .quality > .section-title {
        width: 25rem;
    }
    .quality > .container {
        margin-top: 4.625rem;
        max-width: 60rem;
    }
    .quality > .container > .row {
        flex-direction: row;
        align-items: stretch;
        gap: 2%;
    }
    .quality > .container > .row > .col {
        width: 32%;
    }
    .quality > .container > .row > .col:nth-of-type(1) figure {
        padding-right: 1.5rem;
    }
    .quality > .container > .row > .col:nth-of-type(3) figure {
        padding-left: 1.5rem;
    }
    .quality > .container .caption {
        font-size: 1.625rem;
    }
    .quality > .container .text {
        padding: 1rem 0;
        font-size: 0.9375rem;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
            "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
        letter-spacing: -0.01em;
    }
    .quality > .container .text.-narrow {
        letter-spacing: -0.03em;
    }
    .quality > .container figure {
        padding: 0.75rem;
    }
    .quality > .container figure img {
        width: unset;
    }
    .quality > .container .note {
        margin-top: 1.25em;
        font-size: 0.875rem;
    }
    .customer-voice {
        padding: 6rem 1.875rem 5.25rem;
    }
    .customer-voice > .section-title {
        width: 26.5rem;
    }
    .customer-voice > .container {
        margin-top: 2.375rem;
        max-width: 60rem;
    }
    .customer-voice > .container > .row {
        grid-template-columns: repeat(4, calc(25% - 0.6563rem));
        gap: 0.875rem;
    }
    .customer-voice > .container > .row > .col {
        gap: 0.5rem;
        padding: 1rem 0.125rem 0.75rem;
    }
    .customer-voice > .container .heading {
        font-size: 1.125rem;
        letter-spacing: -0.03em;
    }
    .customer-voice > .container .text {
        font-size: 0.875rem;
        letter-spacing: -0.02em;
    }
    .customer-voice > .container .parson {
        max-width: 9.125rem;
    }
    .customer-voice .questionnaire {
        position: relative;
        margin-top: 4.375rem;
        max-width: 60rem;
    }
    .customer-voice .questionnaire > .graph {
        max-width: 31.25rem;
    }
    .customer-voice .questionnaire > .graph > .note {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 0;
        font-size: 0.6875rem;
    }
    .recipe {
        padding: 4.625rem 1.875rem 4.625rem;
    }
    .recipe > .section-title {
        max-width: 43.4375rem;
    }
    .recipe .lineup_container {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.25rem;
        margin-top: 4.625rem;
    }
    .recipe .recipe-title {
        min-height: 6.25rem;
    }
    .recipe .recipe-title > h2 {
        font-size: 1rem;
    }
    .recipe .recipe-thumb {
        max-height: 14.0625rem;
        overflow: clip;
    }
    #special {
        max-width: 960px;
        margin-right: auto;
        margin-left: auto;
    }
    #special > .section-title {
        max-width: 33rem;
    }
    #special .lineup-column {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 2rem;
        width: 100%;
        margin-block-start: 3.25rem;
    }
    #special .lineup-item {
        max-width: 29.0625rem;
        padding: 4.625rem 1.125rem 3.375rem;
        background-size: calc(100% - 20px) 1px, 1px calc(100% - 20px), calc(100% - 20px) 1px, 1px calc(100% - 20px);
        background-position: 10px 10px, 10px 10px, 10px calc(100% - 11px), calc(100% - 11px) 10px;
    }
    #special .lineup-heading {
        height: 3.375rem;
    }
    #special .image {
        max-width: 13.75rem;
        margin-block-start: 1.625rem;
    }
    #special .desc {
        padding: 1.5rem 0;
        font-size: 0.875rem;
        line-height: 1.33;
        letter-spacing: 0.02em;
    }
    #special .modal-link {
        font-size: 1.375rem;
    }
    .c-single {
        padding: 1rem 1.875rem 3rem;
        width: 40rem;
        max-width: 40rem;
    }
    .pageback {
        max-width: 60rem;
        text-align: left;
    }
    #modal01-title {
        padding: 0.75rem 1.125rem;
        font-size: 1.5rem;
        letter-spacing: 0.04em;
    }
    .c-table [class^="scheme"] {
        padding: 0.75rem 1.25rem;
        font-size: 1.25rem;
    }
    .c-table > tbody .caption {
        font-size: 1.125rem;
    }
    .c-table > tbody .heading {
        font-size: 1.125rem;
    }
    .c-table > tbody :not(.heading) th,
    .c-table > tbody :not(.heading) td,
    .c-table > tbody :not(.upper) th,
    .c-table > tbody :not(.upper) td,
    .c-table > tbody :not(.caption) th,
    .c-table > tbody :not(.caption) td {
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.34;
    }
    .c-table > tbody :not(.heading) th.indent,
    .c-table > tbody :not(.heading) td.indent,
    .c-table > tbody :not(.upper) th.indent,
    .c-table > tbody :not(.upper) td.indent,
    .c-table > tbody :not(.caption) th.indent,
    .c-table > tbody :not(.caption) td.indent {
        text-indent: 1.25em;
    }
    #popupcontents .close-button {
        max-width: 40rem;
    }
    .popup-close {
        margin-right: 0;
        border-radius: 0.25rem;
        padding: 0.25rem;
        width: 3.25rem;
        height: 3.25rem;
    }
    .popup-close svg {
        width: 100%;
        height: 100%;
    }
    .popup-copyright {
        font-size: 0.75rem;
        line-height: 1.1;
    }
}

@media (min-width: 60em){
    .hero > .hero-image > .anchor-link {
        bottom: 9.125rem;
        width: 15rem;
    }
}

@media (hover: hover) and (pointer: fine){
    .popup-close:hover {
        border-color: #f3f3f3;
        background-color: #f3f3f3;
    }
}

@media screen and (prefers-reduced-motion: reduce){
    html {
        scroll-behavior: auto;
    }
}
