@charset "UTF-8";
/**
*
* Main Stylesheet For Visual Style Guide
*
**/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@600;700&display=swap");
html {
    width: 100%;
    height: 100%;
    touch-action: manipulation;
}

html,
body,
button {
    /* �t�H���g�����_�����O�ݒ�: 1x�𑜓x�ł�subpixel�A2x�ȏ�̉𑜓x�ł�grayscale */
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
    (-webkit-min-device-pixel-ratio: 2),
    (min-resolution: 2dppx) {
    html,
    body,
    button {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

body {
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    ::i-block-chrome,
    body {
        font-feature-settings: "pkna";
    }
}

/*
* Make body take up the entire screen
* Remove body margin so layout containers don't cause extra overflow.
*/
body {
    width: 100%;
    min-height: 100%;
    margin: 0;
}

/*
 * Main display reset for IE support.
 * Source: http://weblog.west-wind.com/posts/2015/Jan/12/main-HTML5-Tag-not-working-in-Internet-Explorer-91011
 */
main {
    display: block;
}

button,
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

button::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

button::focus,
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ol,
ul {
    list-style: none;
}

li {
    text-align: -webkit-match-parent;
}

/**
* Eric Meyer's Reset CSS v2.0
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
}

/*
* Apply no display to elements with the hidden attribute.
* IE 9 and 10 support.
*/
*[hidden] {
    display: none !important;
}

.l-amountModal {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
    color: #fff;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-amountModal.is-open {
    opacity: 1;
    visibility: visible;
}

.l-amountModal .l-amountModal__wrap {
    width: 100vw;
    overflow: auto;
    text-align: center;
}

.l-amountModal .l-amountModal__wrap::-webkit-scrollbar {
    display: none;
}

.l-amountModal .l-amountModal__wrap:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 100%;
}

.l-amountModal .l-amountModal__layer {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: rgba(47, 32, 22, 0.9);
    top: 0;
    left: 0;
}

.l-amountModal .l-amountModal__closeBtn {
    position: absolute;
    color: #fff;
    z-index: 10;
    cursor: pointer;
}

@media only screen and (min-width: 769px) {
    .l-amountModal .l-amountModal__closeBtn {
        padding-top: 40px;
        font-size: 16px;
        width: 44px;
        height: 59px;
        top: 40px;
        right: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal .l-amountModal__closeBtn {
        padding-top: 7.2vw;
        font-size: 3.47vw;
        width: 8vw;
        height: 11.74vw;
        top: 6.14vw;
        right: 6.14vw;
    }
}

.l-amountModal .l-amountModal__closeBtn::before {
    display: block;
    content: "";
    position: absolute;
    background: #e5e0ca;
    transform: rotate(-45deg);
}

@media only screen and (min-width: 769px) {
    .l-amountModal .l-amountModal__closeBtn::before {
        top: 14px;
        left: 0px;
        width: 41px;
        height: 1px;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal .l-amountModal__closeBtn::before {
        top: 3.2vw;
        left: 0px;
        width: 9.07vw;
        height: 1px;
    }
}

.l-amountModal .l-amountModal__closeBtn::after {
    display: block;
    content: "";
    position: absolute;
    background: #e5e0ca;
    transform: rotate(45deg);
}

@media only screen and (min-width: 769px) {
    .l-amountModal .l-amountModal__closeBtn::after {
        top: 14px;
        left: 0px;
        width: 41px;
        height: 1px;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal .l-amountModal__closeBtn::after {
        top: 3.2vw;
        left: 0px;
        width: 9.07vw;
        height: 1px;
    }
}

.l-amountModal .l-amountModal__conts {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (min-width: 769px) {
    .l-amountModal .l-amountModal__conts {
        margin-bottom: 15px;
    }
}

.l-amountModal .l-amountModal__head {
    position: relative;
    text-align: center;
    font-weight: 600;
    color: #e5e0ca;
}

@media only screen and (min-width: 769px) {
    .l-amountModal .l-amountModal__head {
        font-size: 16px;
        padding: 98px 0 0;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal .l-amountModal__head {
        font-size: 3.47vw;
        padding: 20vw 0 0;
    }
}

.l-amountModal .l-amountModal__head::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/icon_amont.svg);
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (min-width: 769px) {
    .l-amountModal .l-amountModal__head::before {
        width: 75px;
        height: 68px;
        background-size: 100%;
        top: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal .l-amountModal__head::before {
        width: 15.2vw;
        height: 13.87vw;
        background-size: 15.2vw 13.87vw;
        top: 3.74vw;
    }
}

.l-amountModal .l-amountModal__serect {
    display: none;
    opacity: 0;
    background: url("/cdn/shop/files/bg__medium_3fdfff77-1e7a-4794-9767-82ed01227030.jpg?v=1750209272");
    color: #703117;
    transition: opacity 0.6s cubic-bezier(0.47, 0, 0.745, 0.715);
}

@media only screen and (min-width: 769px) {
    .l-amountModal .l-amountModal__serect {
        width: 960px;
        margin: 27px auto 32px;
        padding: 42px 0 55px;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal .l-amountModal__serect {
        background-size: 100vw auto;
        width: 89.34vw;
        margin: 6.4vw auto 6.4vw;
        padding: 10.67vw 0 10.67vw;
    }
}

.l-amountModal .l-amountModal__serect.-active {
    display: block;
    opacity: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: fade-in;
    animation-name: fade-in;
}

@-webkit-keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

.l-amountModal .l-amountModal__serect__head {
    font-weight: 600;
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .l-amountModal .l-amountModal__serect__head {
        font-size: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal .l-amountModal__serect__head {
        font-size: 4.8vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-amountModal .l-amountModal__serect__check {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal .l-amountModal__serect__check {
        width: 78.67vw;
        margin: 0 auto;
    }
}

.l-amountModal .l-amountModal__serect__check__input {
    position: relative;
    height: 100%;
}

.l-amountModal .l-amountModal__serect__check__input::before {
    content: "";
    display: block;
    position: absolute;
    background: #9d9889;
    height: 1px;
}

@media only screen and (min-width: 769px) {
    .l-amountModal .l-amountModal__serect__check__input::before {
        left: 16px;
        width: 227px;
        bottom: 12px;
        transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal .l-amountModal__serect__check__input::before {
        left: 50%;
        transform: translateX(-50%);
        width: 28.27vw;
        bottom: 3.2vw;
    }
}

.l-amountModal .l-amountModal__serect__check__input::after {
    content: "";
    display: block;
    position: absolute;
    background: #9d9889;
    transform: rotate(35deg);
    transform-origin: right bottom;
    width: 10px;
    height: 1px;
}

@media only screen and (min-width: 769px) {
    .l-amountModal .l-amountModal__serect__check__input::after {
        bottom: 12px;
        right: 17px;
        transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal .l-amountModal__serect__check__input::after {
        bottom: 3.2vw;
        right: 4.43vw;
    }
}

.l-amountModal .l-amountModal__serect__check__input input {
    display: none;
}

.l-amountModal .l-amountModal__serect__check__list {
    display: flex;
    justify-content: space-between;
}

.l-amountModal .l-amountModal__serect__check__item {
    position: relative;
    font-weight: 600;
}

.l-amountModal .l-amountModal__serect__check__item::after {
    content: "";
    display: block;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (min-width: 769px) {
    .l-amountModal
        .l-amountModal__serect__check__item:hover
        .l-amountModal__serect__check__input::before {
        left: 20px;
    }
    .l-amountModal
        .l-amountModal__serect__check__item:hover
        .l-amountModal__serect__check__input::after {
        right: 12px;
    }
}

.l-amountModal .l-amountModal__serect__check__item label {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .l-amountModal .l-amountModal__serect__check__item label {
        padding: 218px 0 0;
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal .l-amountModal__serect__check__item label {
        padding: 46.94vw 0 0;
        font-size: 3.47vw;
    }
}

.l-amountModal .l-amountModal__serect__check__item label .-en {
    display: block;
    font-family: "Crimson Text", serif;
    font-weight: 600;
    line-height: 1;
}

@media only screen and (min-width: 769px) {
    .l-amountModal .l-amountModal__serect__check__item label .-en {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal .l-amountModal__serect__check__item label .-en {
        font-size: 3.2vw;
    }
}

/*
�y�b�g�̎�ނ́H
*/
@media only screen and (min-width: 769px) {
    .l-amountModal__serect.-kind .l-amountModal__serect__check {
        width: 552px;
        margin-top: 7px;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal__serect.-kind .l-amountModal__serect__check {
        margin-top: 1.87vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-amountModal__serect.-kind .l-amountModal__serect__check__item {
        width: 260px;
        height: 273px;
    }
    .l-amountModal__serect.-kind
        .l-amountModal__serect__check__item:hover::after {
        transform: scale(1.05, 1.05);
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal__serect.-kind .l-amountModal__serect__check__item {
        width: 37.34vw;
        height: 60.8vw;
    }
}

.l-amountModal__serect.-kind .l-amountModal__serect__check__item::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    background: #f7f3e2 left bottom;
}

@media only screen and (min-width: 769px) {
    .l-amountModal__serect.-kind .l-amountModal__serect__check__item::before {
        width: 260px;
        height: 160px;
        background-size: 260px 160px;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal__serect.-kind .l-amountModal__serect__check__item::before {
        width: 37.34vw;
        height: 37.34vw;
        background-size: 140px 140px;
    }
}

.l-amountModal__serect__check__item.-dog::after {
    background: url(../images/img_search01-dog.png);
}

@media only screen and (min-width: 769px) {
    .l-amountModal__serect__check__item.-dog::after {
        width: 166px;
        height: 213px;
        background-size: 166px 213px;
        top: 0;
        left: 47px;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal__serect__check__item.-dog::after {
        width: 34.67vw;
        height: 44.54vw;
        background-size: 34.67vw 44.54vw;
        top: 0;
        left: 1.34vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-amountModal__serect__check__item.-cat::after {
        background: url(../images/img_search01-cat-pc.png);
        width: 259px;
        height: 189px;
        background-size: 259px 189px;
        top: 24px;
        left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal__serect__check__item.-cat::after {
        background: url(../images/img_search01-cat-sp.png);
        width: 37.34vw;
        height: 44.8vw;
        background-size: 37.34vw 44.8vw;
        top: 0;
        left: 0;
    }
}

/*
�u�����h��I�����Ă�������
*/
@media only screen and (min-width: 769px) {
    .l-amountModal__serect.-brand .l-amountModal__serect__check {
        width: 808px;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal__serect.-brand .l-amountModal__serect__check {
        margin-top: 2.67vw;
    }
}

.l-amountModal__serect.-brand .l-amountModal__serect__check__list {
    flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
    .l-amountModal__serect.-brand .l-amountModal__serect__check__list {
        margin-top: 18px;
    }
}

.l-amountModal__serect.-brand .l-amountModal__serect__check__item {
    background: #f7f3e2;
}

@media only screen and (min-width: 769px) {
    .l-amountModal__serect.-brand .l-amountModal__serect__check__item {
        width: 396px;
        height: 100px;
        margin-top: 34px;
    }
    .l-amountModal__serect.-brand
        .l-amountModal__serect__check__item:hover::after {
        transform: scale(1.05, 1.05);
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal__serect.-brand .l-amountModal__serect__check__item {
        width: 37.34vw;
        height: 25.07vw;
        margin-top: 5.87vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-amountModal__serect.-brand .l-amountModal__serect__check__input::before {
        width: 363px;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal__serect.-brand .l-amountModal__serect__check__input::before {
        width: 28.27vw;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal__serect.-brand .l-amountModal__serect__check__input::after {
        right: 4.54vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-amountModal__serect.-brand .l-amountModal__serect__check__input label {
        padding-left: 192px;
        padding-top: 0px;
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal__serect.-brand .l-amountModal__serect__check__input label {
        padding-top: 10.67vw;
        font-size: 3.2vw;
    }
}

/*
���i��I�����Ă�������
*/
@media only screen and (min-width: 769px) {
    .l-amountModal__serect.-product .l-amountModal__serect__check {
        width: 808px;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal__serect.-product .l-amountModal__serect__check {
        margin-top: 1.34vw;
    }
}

.l-amountModal__serect.-product .l-amountModal__serect__check__list {
    flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
    .l-amountModal__serect.-product .l-amountModal__serect__check__list {
        margin-top: 12px;
    }
}

.l-amountModal__serect.-product .l-amountModal__serect__check__item {
    background: #f7f3e2;
}

@media only screen and (min-width: 769px) {
    .l-amountModal__serect.-product .l-amountModal__serect__check__item {
        width: 190px;
        height: 240px;
        margin-top: 52px;
    }
    .l-amountModal__serect.-product
        .l-amountModal__serect__check__item:hover::after {
        transform: scale(1.05, 1.05);
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal__serect.-product .l-amountModal__serect__check__item {
        width: 37.34vw;
        height: 46.4vw;
        margin-top: 8.81vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-amountModal__serect.-product
        .l-amountModal__serect__check__input::before {
        width: 157px;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal__serect.-product
        .l-amountModal__serect__check__input::before {
        width: 28.27vw;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal__serect.-product
        .l-amountModal__serect__check__input::after {
        right: 4.54vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-amountModal__serect.-product .l-amountModal__serect__check__input label {
        padding-top: 125px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal__serect.-product .l-amountModal__serect__check__input label {
        padding-top: 22.67vw;
        font-size: 3.2vw;
    }
}

/*
�t�[�h�̑g�ݍ��킹��I�����Ă�������
*/
@media only screen and (min-width: 769px) {
    .l-amountModal__serect.-combination .l-amountModal__serect__check {
        width: 552px;
    }
}

.l-amountModal__serect.-combination .l-amountModal__serect__check__list {
    flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
    .l-amountModal__serect.-combination .l-amountModal__serect__check__list {
        margin-top: 12px;
    }
}

.l-amountModal__serect.-combination .l-amountModal__serect__check__item {
    background: #f7f3e2;
}

@media only screen and (min-width: 769px) {
    .l-amountModal__serect.-combination .l-amountModal__serect__check__item {
        width: 260px;
        height: 255px;
        margin-top: 52px;
    }
    .l-amountModal__serect.-combination
        .l-amountModal__serect__check__item:hover::after {
        transform: scale(1.05, 1.05);
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal__serect.-combination .l-amountModal__serect__check__item {
        width: 79.47vw;
        height: 24vw;
        margin-top: 4.27vw;
    }
}

.l-amountModal__serect.-combination .l-amountModal__serect__check__input {
    width: 100%;
}

.l-amountModal__serect.-combination
    .l-amountModal__serect__check__input::before {
    display: none;
}

.l-amountModal__serect.-combination
    .l-amountModal__serect__check__input::after {
    display: none;
}

.l-amountModal__serect.-combination .l-amountModal__serect__check__input label {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 769px) {
    .l-amountModal__serect.-combination
        .l-amountModal__serect__check__input
        label {
        padding-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal__serect.-combination
        .l-amountModal__serect__check__input
        label {
        padding-top: 0vw;
    }
}

/*
�y�b�g�̏�Ԃ������Ă�������
*/
@media only screen and (min-width: 769px) {
    .l-amountModal__serect.-status .l-amountModal__serect__check {
        width: 808px;
        margin-top: 64px;
    }
}

.l-amountModal__serect.-status .l-amountModal__serect__check__list {
    flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
    .l-amountModal__serect.-status .l-amountModal__serect__check__list {
        margin-top: 12px;
    }
}

@media only screen and (min-width: 769px) {
    .l-amountModal__serect.-status .l-amountModal__serect__check__item {
        width: 396px;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal__serect.-status .l-amountModal__serect__check__item {
        width: 79.47vw;
        margin-top: 8.54vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-amountModal__serect.-status
        .l-amountModal__serect__check__item:hover
        .l-amountModal__serect__check__input::after {
        right: 35px;
    }
}

.l-amountModal__serect.-status .l-amountModal__serect__check__input {
    position: relative;
    width: 100%;
}

.l-amountModal__serect.-status .l-amountModal__serect__check__input::before {
    display: none;
}

.l-amountModal__serect.-status .l-amountModal__serect__check__input::after {
    content: "";
    display: block;
    position: absolute;
    /* background: url(../images/icon_arrow-dark.svg); */
    transform: rotate(90deg);
}

@media only screen and (min-width: 769px) {
    .l-amountModal__serect.-status .l-amountModal__serect__check__input::after {
        width: 8px;
        height: 15px;
        background-size: 8px 15px;
        right: 35px;
        bottom: 32px;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal__serect.-status .l-amountModal__serect__check__input::after {
        width: 2.14vw;
        height: 4vw;
        background-size: 2.14vw 4vw;
        right: 7.47vw;
        bottom: 4vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-amountModal__serect.-status
        .l-amountModal__serect__check__input
        .serectHead {
        text-align: left;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal__serect.-status
        .l-amountModal__serect__check__input
        .serectHead {
        margin-bottom: 8px;
    }
}

.l-amountModal__serect.-status .l-amountModal__serect__check__input select {
    font-family: inherit;
    font-size: 100%;
}

.l-amountModal__serect.-status
    .l-amountModal__serect__check__input
    .l-amountModal__pulldown {
    background: #f7f3e2;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media only screen and (min-width: 769px) {
    .l-amountModal__serect.-status
        .l-amountModal__serect__check__input
        .l-amountModal__pulldown {
        width: 396px;
        height: 70px;
        padding: 20px 20px 23px;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal__serect.-status
        .l-amountModal__serect__check__input
        .l-amountModal__pulldown {
        width: 79.47vw;
        height: 10.67vw;
        padding: 2.67vw 3.2vw 3.2vw;
    }
}

.l-amountModal__serect.-status
    .l-amountModal__serect__check__input
    .l-amountModal__pulldown::-ms-expand {
    display: none;
}

/*
����
*/
@media only screen and (min-width: 769px) {
    .l-amountModal .l-amountModal__serect.-answer {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal .l-amountModal__serect.-answer {
        margin-bottom: 24vw;
    }
}

.l-amountModal .l-amountModal__serect.-answer + .l-amountModal__closeBtn {
    display: none;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (min-width: 769px) {
    .l-amountModal .l-amountModal__serect.-answer + .l-amountModal__closeBtn {
        bottom: 10px;
        top: initial;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal .l-amountModal__serect.-answer + .l-amountModal__closeBtn {
        bottom: 5.34vw;
        top: initial;
    }
}

.volume {
    border: 3px solid #ccc6ad;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .volume {
        width: 340px;
        font-size: 16px;
        padding: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .volume {
        width: 100%;
        font-size: 4.27vw;
        padding: 4vw;
    }
}

@media only screen and (min-width: 769px) {
    .calory {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .calory {
        margin-bottom: 5.34vw;
    }
}

.calory .calory__head {
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .calory .calory__head {
        font-size: 24px;
        margin-bottom: 17px;
    }
}

@media only screen and (max-width: 768px) {
    .calory .calory__head {
        font-size: 4.27vw;
        margin-bottom: 1.6vw;
    }
}

.foodType {
    background: rgba(255, 255, 255, 0.4);
    text-align: left;
}

@media only screen and (min-width: 769px) {
    .foodType {
        display: flex;
        justify-content: center;
        width: 808px;
        margin: 0 auto;
        padding: 30px 32px;
    }
}

@media only screen and (max-width: 768px) {
    .foodType {
        width: 78.67vw;
        padding: 4.8vw 5.34vw;
    }
}

@media only screen and (min-width: 769px) {
    .foodType .foodType__dry {
        width: 340px;
    }
}

@media only screen and (max-width: 768px) {
    .foodType .foodType__dry {
        width: 100%;
    }
}

.foodType .foodType__wet {
    position: relative;
}

@media only screen and (min-width: 769px) {
    .foodType .foodType__wet {
        margin-left: 62px;
        width: 340px;
    }
}

@media only screen and (max-width: 768px) {
    .foodType .foodType__wet {
        margin-top: 16.8vw;
    }
}

.foodType .foodType__wet::before {
    content: "+";
    display: block;
    position: absolute;
}

@media only screen and (min-width: 769px) {
    .foodType .foodType__wet::before {
        top: 50%;
        transform: translateY(-50%);
        left: -38px;
        font-size: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .foodType .foodType__wet::before {
        left: 50%;
        transform: translateX(-50%);
        top: -13.86vw;
        font-size: 8vw;
    }
}

@media only screen and (min-width: 769px) {
    .foodType .foodType__ttl {
        margin-bottom: 18px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .foodType .foodType__ttl {
        margin-bottom: 4.27vw;
        font-size: 4.27vw;
    }
}

@media only screen and (min-width: 769px) {
    .foodType .foodType__name {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .foodType .foodType__name {
        margin-bottom: 4.27vw;
    }
}

@media only screen and (min-width: 769px) {
    .foodType .foodType__definition dt {
        font-size: 13px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .foodType .foodType__definition dt {
        font-size: 3.47vw;
        margin-bottom: 1.34vw;
    }
}

@media only screen and (min-width: 769px) {
    .foodType .foodType__definition dd {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .foodType .foodType__definition dd {
        margin-bottom: 1.34vw;
    }
}

.foodType .foodType__definition dd:last-child {
    margin-bottom: 0;
}

.foodType .foodType__note {
    text-align: right;
}

@media only screen and (min-width: 769px) {
    .foodType .foodType__note {
        font-size: 12px;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .foodType .foodType__note {
        font-size: 2.94vw;
        margin-top: 1.34vw;
    }
}

.give {
    text-align: left;
}

@media only screen and (min-width: 769px) {
    .give {
        width: 808px;
        margin: 32px auto 0;
        font-size: 15px;
        line-height: 2;
    }
}

@media only screen and (max-width: 768px) {
    .give {
        width: 79.47vw;
        margin: 8vw auto 0;
        font-size: 4vw;
        line-height: 1.9;
    }
}

.l-amountModal__btn {
    display: flex;
    justify-content: center;
}

.l-amountModal__btn .l-amountModal__item {
    background: #e5e0ca;
    opacity: 0.4;
    border-radius: 50%;
}

@media only screen and (min-width: 769px) {
    .l-amountModal__btn .l-amountModal__item {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
}

@media only screen and (max-width: 768px) {
    .l-amountModal__btn .l-amountModal__item {
        width: 2.67vw;
        height: 2.67vw;
        margin: 0 1.34vw;
    }
}

.l-amountModal__btn .l-amountModal__item.-active {
    opacity: 1;
}

.is-amountModalOpen {
    cursor: pointer;
}

@media only screen and (min-width: 769px) {
    .l-basicSection {
        padding: 65px 0 80px;
    }
}

@media only screen and (max-width: 768px) {
    .l-basicSection {
        padding: 8vw 0 10.67vw;
    }
}

.l-basicSection .l-basicSection__head {
    font-family: "Noto Serif JP", serif !important;
    font-weight: 700;
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .l-basicSection .l-basicSection__head {
        font-size: 24px;
        margin-bottom: 40px;
        line-height: 1.7;
    }
}

@media only screen and (max-width: 768px) {
    .l-basicSection .l-basicSection__head {
        font-size: 5.87vw;
        margin-bottom: 8vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-basicSection .l-basicSection__txt {
        font-size: 16px;
        width: 1000px;
        margin: 0 auto;
        text-align: center;
        line-height: 2;
    }
}

@media only screen and (max-width: 768px) {
    .l-basicSection .l-basicSection__txt {
        font-size: 15px;
        line-height: 1.9;
        padding: 0 8vw;
        margin-bottom: 1em;
    }
}

.l-basicSection .l-basicSection__txt-02 {
    text-align: left;
}

@media only screen and (min-width: 769px) {
    .l-basicSection .l-basicSection__txt-02 {
        font-size: 16px;
        width: 753px;
        margin: 0 auto 2em;
        line-height: 2;
    }
}

@media only screen and (max-width: 768px) {
    .l-basicSection .l-basicSection__txt-02 {
        font-size: 15px;
        line-height: 1.9;
        padding: 0 8vw;
        margin-bottom: 2em;
    }
}

.l-basicSection .l-basicSection__txt-02:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
    .l-basicSection .l-basicSection__txt-02.-small {
        font-size: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .l-basicSection .l-basicSection__txt-02.-small {
        font-size: 3.47vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-basicSection .l-basicSection__ancker {
        text-align: center;
        font-size: 15px;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .l-basicSection .l-basicSection__ancker {
        text-align: left;
        margin-top: 8.54vw;
    }
}

.l-basicSection .l-basicSection__ancker a {
    position: relative;
    color: #2f3c0d;
}

@media only screen and (min-width: 769px) {
    .l-basicSection .l-basicSection__ancker a {
        padding-left: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .l-basicSection .l-basicSection__ancker a {
        padding-left: 2.67vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-basicSection .l-basicSection__ancker a:hover::before {
        left: 3px;
    }
}

.l-basicSection .l-basicSection__ancker a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/icon_arrow-green.svg);
}

@media only screen and (min-width: 769px) {
    .l-basicSection .l-basicSection__ancker a::before {
        width: 8px;
        height: 15px;
        background-size: 8px 15px;
        transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .l-basicSection .l-basicSection__ancker a::before {
        width: 1.6vw;
        height: 2.94vw;
        background-size: 1.6vw 2.94vw;
    }
}

.l-bgDark {
    position: relative;
}

@media only screen and (min-width: 769px) {
    .l-bgDark {
        background: url(../images/bg_dark.jpg) 24.3vw -8.78vw;
        background-size: 55vw;
        margin-top: -60px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {
    .l-bgDark {
        background: url(../images/bg_dark.jpg) 0;
        background-size: 603.75px;
    }
}

@media only screen and (max-width: 768px) {
    .l-bgDark {
        background: url(../images/bg_dark.jpg) center 70.67vw;
        background-size: 100vw auto;
        margin-top: -18.13vw;
    }
}

.l-bgDark::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
}

@media only screen and (min-width: 769px) {
    .l-bgDark::before {
        top: -4.9vw;
        height: 4.97vw;
        background: url(../images/bg_dark-top-pc.png) left bottom;
        background-size: 100%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {
    .l-bgDark::before {
        top: -54.7px;
        height: 54.7px;
    }
}

@media only screen and (max-width: 768px) {
    .l-bgDark::before {
        top: -17.6vw;
        height: 17.61vw;
        background: url(../images/bg_dark-top-sp.png) center top;
        background-size: 100vw auto;
    }
}

@media only screen and (min-width: 769px) {
    .l-bgDark.-lightTop::before {
        background: url(../images/bg_dark-light-top-pc.png) left bottom;
        background-size: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .l-bgDark.-lightTop::before {
        background: url(../images/bg_dark-light-top-sp.png) center top;
        background-size: 100vw auto;
    }
}

.l-bgDark .l-bgDark__ttl {
    text-align: center;
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .l-bgDark .l-bgDark__ttl {
        font-size: 36px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .l-bgDark .l-bgDark__ttl {
        font-size: 5.87vw;
        padding-top: 5.34vw;
        margin: 17.87vw auto 5.6vw;
    }
}

.l-contents {
    background: url("/cdn/shop/files/bg__medium_3fdfff77-1e7a-4794-9767-82ed01227030.jpg?v=1750209272");
}

@media only screen and (min-width: 1367px) {
    .l-contents {
        background-position: center top;
        background-size: 55vw;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1366px) {
    .l-contents {
        background-position: center top;
        background-size: 750px;
    }
}

@media only screen and (max-width: 768px) {
    .l-contents {
        background-size: 100vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-contents.-subBrandNavUnder {
        margin-top: 134px;
    }
}

@media only screen and (max-width: 768px) {
    .l-contents.-subBrandNavUnder {
        margin-top: 32.27vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-closing {
        position: relative;
        background: url(../img/index/img_index-08-pc.png) no-repeat top;
        background-size: cover;
        height: 41vw;
        min-height: 560px;
        z-index: 1;
        margin-top: -68px;
    }
}

@media only screen and (max-width: 768px) {
    .l-closing {
        position: relative;
        background: url(../img/index/img_index-08-sp.png) no-repeat top;
        background-size: 100vw auto;
        padding: 71.74vw 0 26.67vw;
        margin-top: -18.13vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-closing.-bottom {
        background: url(../img/index/img_index-08-cut-pc.png) no-repeat top;
        background-size: cover;
        height: 39.8vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-closing .l-closing__inner {
        position: relative;
        width: 460px;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        left: 50%;
        transform: translateX(-500px);
    }
}

.l-closing .l-closing__ttl {
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .l-closing .l-closing__ttl {
        font-size: 24px;
        margin: 0 auto 32px;
        line-height: 1.6;
        color: #e5e0ca;
        width: 1000px;
    }
}

@media only screen and (max-width: 768px) {
    .l-closing .l-closing__ttl {
        font-size: 4.8vw;
        margin: 8vw 0 5.34vw;
        line-height: 1.55;
        color: #2f3c0d;
        text-align: center;
    }
}

.l-closing .l-closing__txt {
    line-height: 1.6;
}

@media only screen and (min-width: 769px) {
    .l-closing .l-closing__txt {
        position: relative;
        color: #e5e0ca;
        font-size: 16px;
        width: 460px;
        margin: 0 0 24px;
    }
}

@media only screen and (max-width: 768px) {
    .l-closing .l-closing__txt {
        font-size: 3.74vw;
        width: 84vw;
        margin: 0 auto 6.94vw;
    }
}

.l-closing .l-closing__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media only screen and (min-width: 769px) {
    .l-closing .l-closing__list {
        position: relative;
        width: 349px;
    }
}

@media only screen and (max-width: 768px) {
    .l-closing .l-closing__list {
        width: 84vw;
        margin: 0 auto;
    }
}

.l-closing .l-closing__item {
    width: 50%;
}

@media only screen and (min-width: 769px) {
    .l-closing .l-closing__item {
        font-size: 15px;
        margin-bottom: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .l-closing .l-closing__item {
        font-size: 3.74vw;
        margin-bottom: 5.34vw;
    }
}

.l-closing .l-closing__item:nth-last-child(-n + 2) {
    margin-bottom: 0;
}

.l-closing .l-closing__ancker {
    position: relative;
    text-decoration: underline;
}

@media only screen and (min-width: 769px) {
    .l-closing .l-closing__ancker {
        display: block;
        color: #e5e0ca;
        margin-left: 12px;
        transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .l-closing .l-closing__ancker:hover {
        transform: translateX(2px);
    }
}

@media only screen and (max-width: 768px) {
    .l-closing .l-closing__ancker {
        margin-left: 2.94vw;
    }
}

.l-closing .l-closing__ancker::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 769px) {
    .l-closing .l-closing__ancker::before {
        width: 8px;
        height: 15px;
        background: url("/cdn/shop/files/icon_arrow.svg?v=1749488478");
        background-size: 8px auto;
        left: -12px;
    }
}

@media only screen and (max-width: 768px) {
    .l-closing .l-closing__ancker::before {
        width: 1.6vw;
        height: 3.2vw;
        /* background: url(../images/icon_arrow-dark.svg); */
        background-size: 1.6vw auto;
        left: -2.93vw;
    }
}

.l-dictionary .l-dictionary__ancker {
    display: block;
    position: relative;
    background: url("/cdn/shop/files/bg__medium_3fdfff77-1e7a-4794-9767-82ed01227030.jpg?v=1750209272");
}

@media only screen and (min-width: 769px) {
    .l-dictionary .l-dictionary__ancker {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 1000px;
        height: 170px;
        margin: 0 auto;
        box-shadow: 0px 10px 36px 0px rgba(47, 32, 22, 0.3);
    }
}

@media only screen and (max-width: 768px) {
    .l-dictionary .l-dictionary__ancker {
        width: 84vw;
        height: 45.34vw;
        background-size: 100vw;
        box-shadow: 0px 2.67vw 9.6vw 0px rgba(47, 32, 22, 0.3);
    }
}

.l-dictionary .l-dictionary__ancker::before {
    content: "";
    display: block;
    position: absolute;
}

@media only screen and (min-width: 769px) {
    .l-dictionary .l-dictionary__ancker::before {
        width: 686px;
        height: 225px;
        background: url(../img/index/illust_foods-pc.png);
        top: -31px;
        right: 8px;
    }
}

@media only screen and (max-width: 768px) {
    .l-dictionary .l-dictionary__ancker::before {
        width: 82.67vw;
        height: 50.14vw;
        background: url(../img/index/illust_foods-sp.png);
        background-size: 82.67vw 50.14vw;
        top: -10.13vw;
        left: 3.74vw;
    }
}

.l-dictionary .l-dictionary__ttl {
    position: relative;
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .l-dictionary .l-dictionary__ttl {
        font-size: 28px;
        margin: 0 0 6px;
        padding: 0 0 0 40px;
    }
}

@media only screen and (max-width: 768px) {
    .l-dictionary .l-dictionary__ttl {
        width: 77.07vw;
        margin: 0 auto 1.07vw;
        font-size: 5.87vw;
        padding: 29.87vw 0 0 1.87vw;
    }
}

.l-dictionary .l-dictionary__catch {
    position: relative;
    line-height: 1;
}

@media only screen and (min-width: 769px) {
    .l-dictionary .l-dictionary__catch {
        font-size: 15px;
        margin: 0 0 0 40px;
    }
}

@media only screen and (max-width: 768px) {
    .l-dictionary .l-dictionary__catch {
        width: 77.07vw;
        margin: 0 auto;
        font-size: 3.2vw;
        letter-spacing: 0;
        padding: 0 0 0 1.87vw;
        border-bottom: 1px solid #5d5446;
    }
}

.l-dictionary .l-dictionary__catch::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    right: -1px;
    background: #5d5446;
    transform: rotate(35deg);
    transform-origin: right bottom;
}

@media only screen and (max-width: 768px) {
    .l-dictionary .l-dictionary__catch::before {
        width: 2.67vw;
        height: 1px;
    }
}

.l-learning .l-learning__ancker {
    display: block;
    position: relative;
}

@media only screen and (min-width: 769px) {
    .l-learning .l-learning__ancker {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 1000px;
        height: 170px;
        margin: 0 auto;
        overflow: hidden;
        box-shadow: 0px 10px 36px 0px rgba(47, 32, 22, 0.3);
    }
    .l-learning .l-learning__ancker:hover:before {
        transform: scale(1.06);
    }
    .l-learning .l-learning__ancker:before {
        content: "";
        width: 1000px;
        height: 170px;
        background-image: url("../images/bnr_learning_pc.jpg");
        transition-duration: 0.6s;
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    .l-learning .l-learning__ancker .is-sp {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .l-learning .l-learning__ancker {
        width: 84vw;
        height: 45.34vw;
        background-size: 100vw;
        background-image: url("../images/bnr_learning_sp.jpg");
        box-shadow: 0px 2.67vw 9.6vw 0px rgba(47, 32, 22, 0.3);
    }
    .l-learning .l-learning__ancker .is-sp {
        display: block;
    }
}

.l-learning .l-learning__ancker .l-learning__text {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    line-height: 1.2;
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .l-learning .l-learning__ancker .l-learning__text {
        width: 949px;
        padding-bottom: 40px;
        font-size: 30px;
        bottom: 20px;
        text-align: right;
    }
}

@media only screen and (max-width: 768px) {
    .l-learning .l-learning__ancker .l-learning__text {
        width: 77.34vw;
    }
}

.l-learning .l-learning__ancker .l-learning__text:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    padding: 0 13px;
    background: #e5e0ca;
    bottom: -1px;
    left: 0;
}

.l-learning .l-learning__ancker .l-learning__text:after {
    content: "";
    display: block;
    position: absolute;
    background: #e5e0ca;
    bottom: -1px;
    right: -1px;
    transform: rotate(35deg);
    transform-origin: right bottom;
    width: 10px;
    height: 1px;
}

.l-learning .l-learning__ancker .l-learning__text .l-learning__textInner {
    display: inline-block;
    text-align: left;
}

@media only screen and (min-width: 769px) {
    .l-learning .l-learning__ancker .l-learning__text .l-learning__textInner {
        padding: 0 40px 0 0;
    }
}

@media only screen and (max-width: 768px) {
    .l-learning .l-learning__ancker .l-learning__text .l-learning__textInner {
        width: 100%;
    }
}

.l-learning .l-learning__ttl {
    position: relative;
    font-weight: 600;
    color: #e5e0ca;
}

@media only screen and (min-width: 769px) {
    .l-learning .l-learning__ttl {
        font-size: 28px;
        margin: 0 0 6px;
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {
    .l-learning .l-learning__ttl {
        width: 77.07vw;
        margin: 0 auto 1.07vw;
        font-size: 5.87vw;
        padding: 20.27vw 0 2.14vw 1.87vw;
    }
}

.l-learning .l-learning__catch {
    position: relative;
    line-height: 1;
    color: #e5e0ca;
}

@media only screen and (min-width: 769px) {
    .l-learning .l-learning__catch {
        font-size: 15px;
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {
    .l-learning .l-learning__catch {
        width: 77.07vw;
        margin: 0 auto;
        font-size: 3.2vw;
        letter-spacing: 0;
        padding: 0 0 0 1.87vw;
    }
}

.l-faq {
    background: rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 769px) {
    .l-faq {
        padding: 60px 0 80px;
    }
}

@media only screen and (max-width: 768px) {
    .l-faq {
        margin: 0 auto;
        padding: 12.8vw 8vw;
    }
}

.l-faq .l-faq__ttl {
    line-height: 1;
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .l-faq .l-faq__ttl {
        font-size: 36px;
        margin-bottom: 32px;
    }
}

@media only screen and (max-width: 768px) {
    .l-faq .l-faq__ttl {
        font-size: 5.87vw;
        margin-bottom: 6.4vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-faq .l-faq__list {
        width: 1000px;
        margin: 0 auto 40px;
    }
}

@media only screen and (max-width: 768px) {
    .l-faq .l-faq__list {
        margin: 0 auto 6.4vw;
    }
}

.l-faq .l-faq__q {
    position: relative;
    background: #e5e0ca;
}

@media only screen and (min-width: 769px) {
    .l-faq .l-faq__q {
        padding: 27px 74px 25px 57px;
        margin-bottom: 7px;
        font-size: 16px;
        line-height: 1.6;
    }
    .l-faq .l-faq__q:hover::before {
        transform: translateX(4px);
    }
    .l-faq .l-faq__q:hover .l-faq__ancker {
        transform: translateX(4px);
    }
}

@media only screen and (max-width: 768px) {
    .l-faq .l-faq__q {
        padding: 3.74vw 8.81vw 4vw 9.6vw;
        margin-bottom: 1px;
        font-size: 3.47vw;
    }
}

.l-faq .l-faq__q::before {
    content: "Q";
    display: block;
    position: absolute;
    font-family: "Crimson Text", serif;
    font-weight: 600;
    line-height: 1;
    color: #2f3c0d;
}

@media only screen and (min-width: 769px) {
    .l-faq .l-faq__q::before {
        font-size: 28px;
        top: 21px;
        left: 24px;
        transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .l-faq .l-faq__q::before {
        font-size: 4.8vw;
        top: 2.94vw;
        left: 3.74vw;
    }
}

.l-faq .l-faq__ancker {
    position: relative;
    display: block;
}

@media only screen and (min-width: 769px) {
    .l-faq .l-faq__ancker {
        transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

.l-faq .l-faq__ancker::before {
    content: "";
    display: block;
    position: absolute;
    /* background: url(../images/icon_arrow-dark.svg); */
}

@media only screen and (min-width: 769px) {
    .l-faq .l-faq__ancker::before {
        width: 10px;
        height: 19px;
        background-size: 10px auto;
        top: 50%;
        right: -36px;
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 768px) {
    .l-faq .l-faq__ancker::before {
        width: 1.6vw;
        height: 2.94vw;
        background-size: 1.6vw auto;
        top: 3.2vw;
        right: -3.2vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-faq .l-faq__cat {
        width: 1000px;
        margin: 0 auto;
    }
}

.l-faq .l-faq__cat .l-faq__cat__ttl {
    background: #2f3c0d;
    color: #e5e0ca;
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .l-faq .l-faq__cat .l-faq__cat__ttl {
        font-size: 20px;
        height: 60px;
        line-height: 60px;
        margin-bottom: 7px;
    }
}

@media only screen and (max-width: 768px) {
    .l-faq .l-faq__cat .l-faq__cat__ttl {
        font-size: 4vw;
        height: 10.67vw;
        line-height: 10.67vw;
        margin-bottom: 1px;
    }
}

.l-faq .l-faq__cat .l-faq__cat__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.l-faq .l-faq__cat .l-faq__cat__item {
    background: #e5e0ca;
}

@media only screen and (min-width: 769px) {
    .l-faq .l-faq__cat .l-faq__cat__item {
        width: 330px;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        margin-bottom: 7px;
    }
}

@media only screen and (max-width: 768px) {
    .l-faq .l-faq__cat .l-faq__cat__item {
        width: 41.87vw;
        height: 10.67vw;
        line-height: 10.67vw;
        font-size: 3.47vw;
        margin-bottom: 1px;
    }
}

@media only screen and (min-width: 769px) {
    .l-faq .l-faq__cat .l-faq__cat__item .l-faq__ancker {
        padding: 0 0 0 24px;
    }
}

@media only screen and (max-width: 768px) {
    .l-faq .l-faq__cat .l-faq__cat__item .l-faq__ancker {
        padding: 0 0 0 4vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-faq .l-faq__cat .l-faq__cat__item .l-faq__ancker::before {
        right: 24px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 768px) {
    .l-faq .l-faq__cat .l-faq__cat__item .l-faq__ancker::before {
        right: 4vw;
        top: 3.74vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-faq .l-faq__cat .l-faq__cat__item .l-faq__ancker:hover {
        transform: translateX(4px);
    }
}

.l-foodSearch {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
    color: #fff;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-foodSearch.is-open {
    opacity: 1;
    visibility: visible;
}

.l-foodSearch .l-foodSearch__wrap {
    width: 100vw;
    overflow: auto;
    text-align: center;
}

.l-foodSearch .l-foodSearch__wrap::-webkit-scrollbar {
    display: none;
}

.l-foodSearch .l-foodSearch__wrap:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 100%;
}

.l-foodSearch .l-foodSearch__layer {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: rgba(47, 32, 22, 0.9);
    top: 0;
    left: 0;
}

.l-foodSearch .l-foodSearch__closeBtn {
    position: absolute;
    color: #fff;
    z-index: 10;
    cursor: pointer;
}

@media only screen and (min-width: 769px) {
    .l-foodSearch .l-foodSearch__closeBtn {
        padding-top: 40px;
        font-size: 16px;
        width: 44px;
        height: 59px;
        top: 40px;
        right: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch .l-foodSearch__closeBtn {
        padding-top: 7.2vw;
        font-size: 3.47vw;
        width: 8vw;
        height: 11.74vw;
        top: 6.14vw;
        right: 6.14vw;
    }
}

.l-foodSearch .l-foodSearch__closeBtn::before {
    display: block;
    content: "";
    position: absolute;
    background: #e5e0ca;
    transform: rotate(-45deg);
}

@media only screen and (min-width: 769px) {
    .l-foodSearch .l-foodSearch__closeBtn::before {
        top: 14px;
        left: 0px;
        width: 41px;
        height: 1px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch .l-foodSearch__closeBtn::before {
        top: 3.2vw;
        left: 0px;
        width: 9.07vw;
        height: 1px;
    }
}

.l-foodSearch .l-foodSearch__closeBtn::after {
    display: block;
    content: "";
    position: absolute;
    background: #e5e0ca;
    transform: rotate(45deg);
}

@media only screen and (min-width: 769px) {
    .l-foodSearch .l-foodSearch__closeBtn::after {
        top: 14px;
        left: 0px;
        width: 41px;
        height: 1px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch .l-foodSearch__closeBtn::after {
        top: 3.2vw;
        left: 0px;
        width: 9.07vw;
        height: 1px;
    }
}

.l-foodSearch .l-foodSearch__conts {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (min-width: 769px) {
    .l-foodSearch .l-foodSearch__conts {
        margin-bottom: 25px;
    }
}

.l-foodSearch .l-foodSearch__head {
    position: relative;
    text-align: center;
    font-weight: 600;
    color: #e5e0ca;
}

@media only screen and (min-width: 769px) {
    .l-foodSearch .l-foodSearch__head {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch .l-foodSearch__head {
        font-size: 4vw;
    }
}

.l-foodSearch .l-foodSearch__serect {
    display: none;
    opacity: 0;
    background: url("/cdn/shop/files/bg__medium_3fdfff77-1e7a-4794-9767-82ed01227030.jpg?v=1750209272");
    color: #703117;
    transition: opacity 0.6s cubic-bezier(0.47, 0, 0.745, 0.715);
}

@media only screen and (min-width: 769px) {
    .l-foodSearch .l-foodSearch__serect {
        width: 960px;
        margin: 32px auto 10px;
        padding: 40px 0;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch .l-foodSearch__serect {
        background-size: 100vw auto;
        width: 89.34vw;
        margin: 6vw auto;
        padding: 8vw 0 6vw;
    }
}

.l-foodSearch .l-foodSearch__serect.-active {
    display: block;
    opacity: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: fade-in;
    animation-name: fade-in;
}

@keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

.l-foodSearch .l-foodSearch__serect__head {
    font-weight: 600;
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .l-foodSearch .l-foodSearch__serect__head {
        font-size: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch .l-foodSearch__serect__head {
        font-size: 4.8vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-foodSearch .l-foodSearch__serect__check {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch .l-foodSearch__serect__check {
        width: 78.67vw;
        margin: 0 auto;
    }
}

.l-foodSearch .l-foodSearch__serect__check__input {
    position: relative;
    height: 100%;
}

.l-foodSearch .l-foodSearch__serect__check__input::before {
    content: "";
    display: block;
    position: absolute;
    background: #9d9889;
    height: 1px;
    z-index: 10;
}

@media only screen and (min-width: 769px) {
    .l-foodSearch .l-foodSearch__serect__check__input::before {
        left: 16px;
        width: 227px;
        bottom: 12px;
        transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch .l-foodSearch__serect__check__input::before {
        left: 50%;
        transform: translateX(-50%);
        width: 28.27vw;
        bottom: 3.2vw;
    }
}

.l-foodSearch .l-foodSearch__serect__check__input::after {
    content: "";
    display: block;
    position: absolute;
    background: #9d9889;
    transform: rotate(35deg);
    transform-origin: right bottom;
    width: 10px;
    height: 1px;
    z-index: 1;
}

@media only screen and (min-width: 769px) {
    .l-foodSearch .l-foodSearch__serect__check__input::after {
        bottom: 12px;
        right: 17px;
        transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch .l-foodSearch__serect__check__input::after {
        width: 1.87vw;
        bottom: 3.2vw;
        right: 4.43vw;
    }
}

.l-foodSearch .l-foodSearch__serect__check__input input {
    display: none;
}

.l-foodSearch .l-foodSearch__serect__check__input label {
    background: rgba(247, 243, 226, 0.5);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-foodSearch .l-foodSearch__serect__check__input input:checked ~ label {
    background: #f7f3e2;
    color: #2f3c0d;
}

.l-foodSearch .l-foodSearch__serect__check__list {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .l-foodSearch .l-foodSearch__serect__check__list {
        flex-wrap: wrap;
    }
}

.l-foodSearch .l-foodSearch__serect__check__item {
    position: relative;
    font-weight: 600;
}

.l-foodSearch .l-foodSearch__serect__check__item::after {
    content: "";
    display: block;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 10;
    pointer-events: none;
}

@media only screen and (min-width: 769px) {
    .l-foodSearch
        .l-foodSearch__serect__check__item:hover
        .l-foodSearch__serect__check__input::before {
        left: 20px;
    }
    .l-foodSearch
        .l-foodSearch__serect__check__item:hover
        .l-foodSearch__serect__check__input::after {
        right: 12px;
    }
}

.l-foodSearch .l-foodSearch__serect__check__item label {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .l-foodSearch .l-foodSearch__serect__check__item label {
        padding: 105px 0 0;
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch .l-foodSearch__serect__check__item label {
        padding: 23.47vw 0 0;
        font-size: 3.47vw;
    }
}

.l-foodSearch .l-foodSearch__serect__check__item label .-en {
    display: block;
    font-family: "Crimson Text", serif;
    font-weight: 600;
    line-height: 1;
}

@media only screen and (min-width: 769px) {
    .l-foodSearch .l-foodSearch__serect__check__item label .-en {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch .l-foodSearch__serect__check__item label .-en {
        font-size: 3.2vw;
    }
}

.l-foodSearch .l-foodSearch__serect__check__item label .-small {
    display: block;
}

@media only screen and (min-width: 769px) {
    .l-foodSearch .l-foodSearch__serect__check__item label .-small {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch .l-foodSearch__serect__check__item label .-small {
        font-size: 2.67vw;
        transform: scale(0.9);
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch .subSelect {
        margin-top: 4.27vw;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch .subSelect > ol {
        width: 80vw;
        display: flex;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 769px) {
    .l-foodSearch .subSelect .l-foodSearch__serect__check__item.-side {
        width: 210px;
        height: 86px;
        margin-bottom: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch .subSelect .l-foodSearch__serect__check__item.-side {
        width: 38.14vw;
        height: 12.27vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-foodSearch .subSelect .l-foodSearch__serect__check__item.-side::before {
        width: 210px;
        height: 86px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch .subSelect .l-foodSearch__serect__check__item.-side::before {
        width: 38.14vw;
        height: 12.27vw;
    }
}

.l-foodSearch .subSelect .l-foodSearch__serect__check__item.-side::after {
    display: none;
}

@media only screen and (min-width: 769px) {
    .l-foodSearch .subSelect .l-foodSearch__serect__check__item.-side label {
        height: 86px;
        padding: 24px 30px 24px 106px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch .subSelect .l-foodSearch__serect__check__item.-side label {
        padding: 1.87vw 6.4vw 1.87vw 17.34vw;
    }
}

.l-foodSearch
    .subSelect
    .l-foodSearch__serect__check__item.-side
    .l-foodSearch__serect__check__input.-dogPregnant::before {
    display: block;
    background: url(../images/img_search-pregnant-dog.png);
    pointer-events: none;
}

@media only screen and (min-width: 769px) {
    .l-foodSearch
        .subSelect
        .l-foodSearch__serect__check__item.-side
        .l-foodSearch__serect__check__input.-dogPregnant::before {
        width: 60px;
        height: 57px;
        background-size: 60px 57px;
        top: 16px;
        left: 16px;
        transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch
        .subSelect
        .l-foodSearch__serect__check__item.-side
        .l-foodSearch__serect__check__input.-dogPregnant::before {
        width: 10.14vw;
        height: 9.6vw;
        background-size: 10.14vw 9.6vw;
        top: 1.34vw;
        left: 3.2vw;
        transform: translateX(0);
    }
}

@media only screen and (min-width: 769px) {
    .l-foodSearch
        .subSelect
        .l-foodSearch__serect__check__item.-side
        .l-foodSearch__serect__check__input.-dogPregnant:hover::before {
        transform: scale(1.05);
    }
}

.l-foodSearch
    .subSelect
    .l-foodSearch__serect__check__item.-side
    .l-foodSearch__serect__check__input.-catPregnant::before {
    display: block;
    background: url(../images/img_search-pregnant-cat.png);
    pointer-events: none;
}

@media only screen and (min-width: 769px) {
    .l-foodSearch
        .subSelect
        .l-foodSearch__serect__check__item.-side
        .l-foodSearch__serect__check__input.-catPregnant::before {
        width: 60px;
        height: 42px;
        background-size: 60px 42px;
        top: 24px;
        left: 16px;
        transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch
        .subSelect
        .l-foodSearch__serect__check__item.-side
        .l-foodSearch__serect__check__input.-catPregnant::before {
        width: 10.67vw;
        height: 7.47vw;
        background-size: 10.67vw 7.47vw;
        top: 2.94vw;
        left: 3.2vw;
        transform: translateX(0);
    }
}

@media only screen and (min-width: 769px) {
    .l-foodSearch
        .subSelect
        .l-foodSearch__serect__check__item.-side
        .l-foodSearch__serect__check__input.-catPregnant:hover::before {
        transform: scale(1.05);
    }
}

.l-foodSearch
    .subSelect
    .l-foodSearch__serect__check__item.-side
    .l-foodSearch__serect__check__input.-dogLactation::before {
    display: block;
    background: url(../images/img_search-lactation-dog.png);
    pointer-events: none;
}

@media only screen and (min-width: 769px) {
    .l-foodSearch
        .subSelect
        .l-foodSearch__serect__check__item.-side
        .l-foodSearch__serect__check__input.-dogLactation::before {
        width: 60px;
        height: 57px;
        background-size: 60px 57px;
        top: 16px;
        left: 16px;
        transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch
        .subSelect
        .l-foodSearch__serect__check__item.-side
        .l-foodSearch__serect__check__input.-dogLactation::before {
        width: 10.14vw;
        height: 9.6vw;
        background-size: 10.14vw 9.6vw;
        top: 1.34vw;
        left: 3.2vw;
        transform: translateX(0);
    }
}

@media only screen and (min-width: 769px) {
    .l-foodSearch
        .subSelect
        .l-foodSearch__serect__check__item.-side
        .l-foodSearch__serect__check__input.-dogLactation:hover::before {
        transform: scale(1.05);
    }
}

.l-foodSearch
    .subSelect
    .l-foodSearch__serect__check__item.-side
    .l-foodSearch__serect__check__input.-catLactation::before {
    display: block;
    background: url(../images/img_search-lactation-cat.png);
    pointer-events: none;
}

@media only screen and (min-width: 769px) {
    .l-foodSearch
        .subSelect
        .l-foodSearch__serect__check__item.-side
        .l-foodSearch__serect__check__input.-catLactation::before {
        width: 60px;
        height: 42px;
        background-size: 60px 42px;
        top: 22px;
        left: 16px;
        transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch
        .subSelect
        .l-foodSearch__serect__check__item.-side
        .l-foodSearch__serect__check__input.-catLactation::before {
        width: 10.67vw;
        height: 7.47vw;
        background-size: 10.67vw 7.47vw;
        top: 2.4vw;
        left: 3.2vw;
        transform: translateX(0);
    }
}

@media only screen and (min-width: 769px) {
    .l-foodSearch
        .subSelect
        .l-foodSearch__serect__check__item.-side
        .l-foodSearch__serect__check__input.-catLactation:hover::before {
        transform: scale(1.05);
    }
}

.l-foodSearch
    .subSelect
    .l-foodSearch__serect__check__item.-side
    .l-foodSearch__serect__check__input::after {
    display: none;
}

@media only screen and (min-width: 769px) {
    .l-foodSearch .subSelect .l-foodSearch__serect__check__item:last-child {
        margin-bottom: 0;
    }
}

/*
�y�b�g�̎�ނ́H
*/
@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-kind .l-foodSearch__serect__check {
        width: 552px;
        margin-top: 7px;
        padding-top: 123px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-kind .l-foodSearch__serect__check {
        padding-top: 29.34vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-kind .l-foodSearch__serect__check__item {
        width: 260px;
        height: 170px;
    }
    .l-foodSearch__serect.-kind
        .l-foodSearch__serect__check__item:hover::after {
        transform: scale(1.05, 1.05);
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-kind .l-foodSearch__serect__check__item {
        width: 37.34vw;
        height: 37.34vw;
    }
}

.l-foodSearch__serect__check__item.-dog::after {
    background: url(../images/img_search01-dog.png);
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect__check__item.-dog::after {
        width: 162px;
        height: 203px;
        background-size: 162px 203px;
        top: -109px;
        left: 49px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect__check__item.-dog::after {
        width: 28.54vw;
        height: 36vw;
        background-size: 28.54vw 36vw;
        top: -15.73vw;
        left: 4.54vw;
    }
}

.l-foodSearch__serect__check__item.-cat::after {
    background: url(../images/img_search01-cat.png);
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect__check__item.-cat::after {
        width: 124px;
        height: 216px;
        background-size: 124px 216px;
        top: -122px;
        left: 68px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect__check__item.-cat::after {
        width: 22.94vw;
        height: 40vw;
        background-size: 22.94vw 40vw;
        top: -19.73vw;
        left: 7.2vw;
    }
}

/*
���C�t�X�e�[�W�́H
*/
@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-lifestage .l-foodSearch__serect__check {
        width: 880px;
        padding-top: 134px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-lifestage .l-foodSearch__serect__check {
        margin-top: 0;
        padding-top: 24vw;
    }
}

.l-foodSearch__serect.-lifestage
    .l-foodSearch__serect__check.-dogToy
    .l-foodSearch__serect__check__item.-dogPuppy::after {
    background: url(../images/img_search02-dog-01.png);
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogToy
        .l-foodSearch__serect__check__item.-dogPuppy::after {
        width: 100px;
        height: 151px;
        background-size: 100px 151px;
        top: -43px;
        left: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogToy
        .l-foodSearch__serect__check__item.-dogPuppy::after {
        width: 16.54vw;
        height: 25.07vw;
        background-size: 16.54vw 25.07vw;
        top: -5.86vw;
        left: 3.74vw;
    }
}

.l-foodSearch__serect.-lifestage
    .l-foodSearch__serect__check.-dogToy
    .l-foodSearch__serect__check__item.-dogAdult::after {
    background: url(../images/img_search01-dog.png) no-repeat;
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogToy
        .l-foodSearch__serect__check__item.-dogAdult::after {
        width: 178px;
        height: 225px;
        background-size: 178px 225px;
        top: -117px;
        left: 11px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogToy
        .l-foodSearch__serect__check__item.-dogAdult::after {
        width: 29.87vw;
        height: 37.6vw;
        background-size: 29.87vw 37.6vw;
        top: -17.33vw;
        left: -2.4vw;
    }
}

.l-foodSearch__serect.-lifestage
    .l-foodSearch__serect__check.-dogToy
    .l-foodSearch__serect__check__item.-dogSenior::after {
    background: url(../images/img_search02-dog-03.png);
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogToy
        .l-foodSearch__serect__check__item.-dogSenior::after {
        width: 123px;
        height: 148px;
        background-size: 123px 148px;
        top: -40px;
        left: 39px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogToy
        .l-foodSearch__serect__check__item.-dogSenior::after {
        width: 20.54vw;
        height: 24.8vw;
        background-size: 20.54vw 24.8vw;
        top: -5.6vw;
        left: 2.14vw;
    }
}

.l-foodSearch__serect.-lifestage
    .l-foodSearch__serect__check.-dogSmall
    .l-foodSearch__serect__check__item.-dogPuppy::after {
    background: url(../images/img_search03-dog-01.png);
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogSmall
        .l-foodSearch__serect__check__item.-dogPuppy::after {
        width: 86px;
        height: 131px;
        background-size: 86px 131px;
        top: -23px;
        left: 57px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogSmall
        .l-foodSearch__serect__check__item.-dogPuppy::after {
        width: 14.94vw;
        height: 22.67vw;
        background-size: 14.94vw 22.67vw;
        top: -4.8vw;
        left: 3.47vw;
    }
}

.l-foodSearch__serect.-lifestage
    .l-foodSearch__serect__check.-dogSmall
    .l-foodSearch__serect__check__item.-dogAdult::after {
    background: url(../images/img_search03-dog-02.png) no-repeat;
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogSmall
        .l-foodSearch__serect__check__item.-dogAdult::after {
        width: 120px;
        height: 225px;
        background-size: 120px 225px;
        top: -117px;
        left: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogSmall
        .l-foodSearch__serect__check__item.-dogAdult::after {
        width: 20.8vw;
        height: 39.74vw;
        background-size: 20.8vw 39.74vw;
        top: -19.73vw;
        left: 1.87vw;
    }
}

.l-foodSearch__serect.-lifestage
    .l-foodSearch__serect__check.-dogSmall
    .l-foodSearch__serect__check__item.-dogSenior::after {
    background: url(../images/img_search03-dog-03.png);
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogSmall
        .l-foodSearch__serect__check__item.-dogSenior::after {
        width: 134px;
        height: 162px;
        background-size: 134px 162px;
        top: -54px;
        left: 33px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogSmall
        .l-foodSearch__serect__check__item.-dogSenior::after {
        width: 23.2vw;
        height: 28vw;
        background-size: 23.2vw 28vw;
        top: -8.8vw;
        left: 0.54vw;
    }
}

.l-foodSearch__serect.-lifestage
    .l-foodSearch__serect__check.-dogMedium
    .l-foodSearch__serect__check__item.-dogPuppy::after {
    background: url(../images/img_search04-dog-01.png);
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogMedium
        .l-foodSearch__serect__check__item.-dogPuppy::after {
        width: 100px;
        height: 122px;
        background-size: 100px 122px;
        top: -14px;
        left: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogMedium
        .l-foodSearch__serect__check__item.-dogPuppy::after {
        width: 17.34vw;
        height: 21.34vw;
        background-size: 17.34vw 21.34vw;
        top: -2.13vw;
        left: 3.47vw;
    }
}

.l-foodSearch__serect.-lifestage
    .l-foodSearch__serect__check.-dogMedium
    .l-foodSearch__serect__check__item.-dogAdult::after {
    background: url(../images/img_search04-dog-02.png) no-repeat;
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogMedium
        .l-foodSearch__serect__check__item.-dogAdult::after {
        width: 122px;
        height: 225px;
        background-size: 122px 225px;
        top: -117px;
        left: 39px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogMedium
        .l-foodSearch__serect__check__item.-dogAdult::after {
        width: 21.34vw;
        height: 39.74vw;
        background-size: 21.34vw 39.74vw;
        top: -20.26vw;
        left: 1.6vw;
    }
}

.l-foodSearch__serect.-lifestage
    .l-foodSearch__serect__check.-dogMedium
    .l-foodSearch__serect__check__item.-dogSenior::after {
    background: url(../images/img_search04-dog-03.png);
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogMedium
        .l-foodSearch__serect__check__item.-dogSenior::after {
        width: 152px;
        height: 135px;
        background-size: 152px 135px;
        top: -27px;
        left: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogMedium
        .l-foodSearch__serect__check__item.-dogSenior::after {
        width: 26.67vw;
        height: 23.74vw;
        background-size: 26.67vw 23.74vw;
        top: -4.53vw;
        left: -1.33vw;
    }
}

.l-foodSearch__serect.-lifestage
    .l-foodSearch__serect__check.-dogLarge
    .l-foodSearch__serect__check__item.-dogPuppy::after {
    background: url(../images/img_search05-dog-01.png);
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogLarge
        .l-foodSearch__serect__check__item.-dogPuppy::after {
        width: 95px;
        height: 157px;
        background-size: 95px 157px;
        top: -49px;
        left: 53px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogLarge
        .l-foodSearch__serect__check__item.-dogPuppy::after {
        width: 16.54vw;
        height: 27.2vw;
        background-size: 16.54vw 27.2vw;
        top: -8vw;
        left: 4vw;
    }
}

.l-foodSearch__serect.-lifestage
    .l-foodSearch__serect__check.-dogLarge
    .l-foodSearch__serect__check__item.-dogAdult::after {
    background: url(../images/img_search05-dog-02.png) no-repeat;
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogLarge
        .l-foodSearch__serect__check__item.-dogAdult::after {
        width: 139px;
        height: 228px;
        background-size: 139px 228px;
        top: -120px;
        left: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogLarge
        .l-foodSearch__serect__check__item.-dogAdult::after {
        width: 24vw;
        height: 39.47vw;
        background-size: 24vw 39.47vw;
        top: -20vw;
        left: 0.27vw;
    }
}

.l-foodSearch__serect.-lifestage
    .l-foodSearch__serect__check.-dogLarge
    .l-foodSearch__serect__check__item.-dogSenior::after {
    background: url(../images/img_search05-dog-03.png);
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogLarge
        .l-foodSearch__serect__check__item.-dogSenior::after {
        width: 109px;
        height: 155px;
        background-size: 109px 155px;
        top: -47px;
        left: 46px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogLarge
        .l-foodSearch__serect__check__item.-dogSenior::after {
        width: 18.67vw;
        height: 26.67vw;
        background-size: 18.67vw 26.67vw;
        top: -7.46vw;
        left: 2.94vw;
    }
}

.l-foodSearch__serect.-lifestage
    .l-foodSearch__serect__check.-dogGiant
    .l-foodSearch__serect__check__item.-dogPuppy::after {
    background: url(../images/img_search06-dog-01.png);
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogGiant
        .l-foodSearch__serect__check__item.-dogPuppy::after {
        width: 98px;
        height: 142px;
        background-size: 98px 142px;
        top: -34px;
        left: 51px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogGiant
        .l-foodSearch__serect__check__item.-dogPuppy::after {
        width: 17.61vw;
        height: 25.6vw;
        background-size: 17.61vw 25.6vw;
        top: -6.4vw;
        left: 3.47vw;
    }
}

.l-foodSearch__serect.-lifestage
    .l-foodSearch__serect__check.-dogGiant
    .l-foodSearch__serect__check__item.-dogAdult::after {
    background: url(../images/img_search06-dog-02.png) no-repeat;
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogGiant
        .l-foodSearch__serect__check__item.-dogAdult::after {
        width: 120px;
        height: 225px;
        background-size: 120px 225px;
        top: -117px;
        left: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogGiant
        .l-foodSearch__serect__check__item.-dogAdult::after {
        width: 21.6vw;
        height: 40.54vw;
        background-size: 21.6vw 40.54vw;
        top: -21.33vw;
        left: 1.6vw;
    }
}

.l-foodSearch__serect.-lifestage
    .l-foodSearch__serect__check.-dogGiant
    .l-foodSearch__serect__check__item.-dogSenior::after {
    background: url(../images/img_search06-dog-03.png);
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogGiant
        .l-foodSearch__serect__check__item.-dogSenior::after {
        width: 142px;
        height: 135px;
        background-size: 142px 135px;
        top: -27px;
        left: 29px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check.-dogGiant
        .l-foodSearch__serect__check__item.-dogSenior::after {
        width: 25.6vw;
        height: 24.27vw;
        background-size: 25.6vw 24.27vw;
        top: -5.06vw;
        left: 1.07vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-lifestage .l-foodSearch__serect__check__item {
        width: 200px;
        height: 190px;
    }
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check__item:hover::after {
        transform: scale(1.05, 1.05);
    }
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check__item:hover
        .l-foodSearch__serect__check__input::after {
        right: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-lifestage .l-foodSearch__serect__check__item {
        width: 24.54vw;
        height: 34.67vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check__input::before {
        width: 176px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check__input::before {
        width: 18.94vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check__input::after {
        right: 8px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-lifestage
        .l-foodSearch__serect__check__input::after {
        right: 2.83vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-lifestage .l-foodSearch__serect__check__input label {
        padding-top: 122px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-lifestage .l-foodSearch__serect__check__input label {
        padding-top: 21.34vw;
    }
}

.l-foodSearch__serect__check__item.-catKitten::after {
    background: url(../images/img_search02-cat-01.png);
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect__check__item.-catKitten::after {
        width: 97px;
        height: 159px;
        background-size: 97px 159px;
        top: -49px;
        left: 52px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect__check__item.-catKitten::after {
        width: 17.07vw;
        height: 28vw;
        background-size: 17.07vw 28vw;
        top: -8.8vw;
        left: 3.74vw;
    }
}

.l-foodSearch__serect__check__item.-catAdult::after {
    background: url(../images/img_search01-cat.png) no-repeat;
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect__check__item.-catAdult::after {
        width: 130px;
        height: 225px;
        background-size: 130px 225px;
        top: -117px;
        left: 35px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect__check__item.-catAdult::after {
        width: 22.94vw;
        height: 40vw;
        background-size: 22.94vw 40vw;
        top: -20.8vw;
        left: 0.8vw;
    }
}

.l-foodSearch__serect__check__item.-catSenior::after {
    background: url(../images/img_search02-cat-03.png);
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect__check__item.-catSenior::after {
        width: 102px;
        height: 117px;
        background-size: 102px 117px;
        top: -9px;
        left: 49px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect__check__item.-catSenior::after {
        width: 18.14vw;
        height: 21.07vw;
        background-size: 18.14vw 21.07vw;
        top: -1.86vw;
        left: 3.2vw;
    }
}

/*
�y�b�g�̑傫���́H
*/
@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-size .l-foodSearch__serect__check {
        width: 880px;
        padding-top: 124px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-size .l-foodSearch__serect__check {
        margin-top: 0;
        padding-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-size .l-foodSearch__serect__check__list {
        justify-content: center;
    }
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-size .l-foodSearch__serect__check__item {
        width: 160px;
        height: 190px;
    }
    .l-foodSearch__serect.-size
        .l-foodSearch__serect__check__item:hover::after {
        transform: scale(1.05, 1.05);
    }
    .l-foodSearch__serect.-size
        .l-foodSearch__serect__check__item:hover
        .l-foodSearch__serect__check__input::after {
        right: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-size .l-foodSearch__serect__check__item {
        width: 24.54vw;
        height: 29.34vw;
        margin-top: 9.34vw;
        margin-right: 2.4vw;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-size
        .l-foodSearch__serect__check__item:nth-of-type(3n) {
        margin-right: 0;
    }
}

.l-foodSearch__serect.-size .l-foodSearch__serect__check__item.-dogToy::after {
    background: url(../images/img_search01-dog.png);
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-size
        .l-foodSearch__serect__check__item.-dogToy::after {
        width: 83px;
        height: 102px;
        background-size: 83px 102px;
        top: 6px;
        left: 39px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-size
        .l-foodSearch__serect__check__item.-dogToy::after {
        width: 10.94vw;
        height: 13.34vw;
        background-size: 10.94vw 13.34vw;
        top: 1.34vw;
        left: 6.94vw;
    }
}

.l-foodSearch__serect.-size
    .l-foodSearch__serect__check__item.-dogSmall::after {
    background: url(../images/img_search03-dog-02.png);
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-size
        .l-foodSearch__serect__check__item.-dogSmall::after {
        width: 70px;
        height: 130px;
        background-size: 70px 130px;
        top: -22px;
        left: 45px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-size
        .l-foodSearch__serect__check__item.-dogSmall::after {
        width: 8.81vw;
        height: 16.54vw;
        background-size: 8.81vw 16.54vw;
        top: -1.6vw;
        left: 7.47vw;
    }
}

.l-foodSearch__serect.-size
    .l-foodSearch__serect__check__item.-dogMedium::after {
    background: url(../images/img_search04-dog-02.png);
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-size
        .l-foodSearch__serect__check__item.-dogMedium::after {
        width: 94px;
        height: 172px;
        background-size: 94px 172px;
        top: -64px;
        left: 33px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-size
        .l-foodSearch__serect__check__item.-dogMedium::after {
        width: 10.4vw;
        height: 18.67vw;
        background-size: 10.4vw 18.67vw;
        top: -4.26vw;
        left: 7.2vw;
    }
}

.l-foodSearch__serect.-size
    .l-foodSearch__serect__check__item.-dogLarge::after {
    background: url(../images/img_search05-dog-02.png);
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-size
        .l-foodSearch__serect__check__item.-dogLarge::after {
        width: 129px;
        height: 212px;
        background-size: 129px 212px;
        top: -104px;
        left: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-size
        .l-foodSearch__serect__check__item.-dogLarge::after {
        width: 12.8vw;
        height: 21.07vw;
        background-size: 12.8vw 21.07vw;
        top: -5.86vw;
        left: 6.14vw;
    }
}

.l-foodSearch__serect.-size
    .l-foodSearch__serect__check__item.-dogGiant::after {
    background: url(../images/img_search06-dog-02.png);
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-size
        .l-foodSearch__serect__check__item.-dogGiant::after {
        width: 136px;
        height: 256px;
        background-size: 136px 256px;
        top: -148px;
        left: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-size
        .l-foodSearch__serect__check__item.-dogGiant::after {
        width: 12vw;
        height: 22.94vw;
        background-size: 12vw 22.94vw;
        top: -8vw;
        left: 6.14vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-size .l-foodSearch__serect__check__input::before {
        width: 136px;
        left: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-size .l-foodSearch__serect__check__input::before {
        width: 18.94vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-size .l-foodSearch__serect__check__input::after {
        right: 13px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-size .l-foodSearch__serect__check__input::after {
        right: 2.83vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__serect.-size .l-foodSearch__serect__check__input label {
        padding-top: 122px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__serect.-size .l-foodSearch__serect__check__input label {
        padding-top: 16.54vw;
    }
}

.sendBtn {
    position: absolute;
    display: block;
    background: #36460b;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    color: #e5e0ca;
    right: 0;
    text-align: center;
    letter-spacing: 0.04em;
    box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 769px) {
    .sendBtn {
        bottom: -57px;
        height: 47px;
        width: 300px;
        font-size: 16px;
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .sendBtn {
        bottom: -10.13vw;
        width: 45.34vw;
        height: 12.8vw;
        font-size: 4vw;
        padding-left: 4vw;
        line-height: 1;
    }
}

.sendBtn[disabled] {
    background: none;
    color: rgba(229, 224, 202, 0.3);
    border: 1px solid rgba(229, 224, 202, 0.3);
    box-shadow: none;
}

.sendBtn[disabled]::before {
    opacity: 0.4;
}

.sendBtn[disabled]:hover {
    background: none;
    color: rgba(229, 224, 202, 0.3);
    transform: translate(0px, 0px);
    box-shadow: none;
}

.sendBtn[disabled]:hover::before {
    transform: translateY(-50%);
}

.sendBtn::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/icon_search.svg) no-repeat;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
}

@media only screen and (min-width: 769px) {
    .sendBtn::before {
        width: 20px;
        height: 20px;
        left: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .sendBtn::before {
        width: 4.8vw;
        height: 4.8vw;
        left: 8vw;
    }
}

@media only screen and (min-width: 769px) {
    .sendBtn:hover {
        background: #3e510a;
        transform: translate(2px, 2px);
        box-shadow: none;
    }
    .sendBtn:hover::before {
        transform: translateY(-50%) scale(1.02);
    }
}

.selectBack,
.selectBack--cat {
    position: absolute;
    color: #e5e0ca;
}

@media only screen and (min-width: 769px) {
    .selectBack,
    .selectBack--cat {
        left: 0;
        bottom: -72px;
        padding: 25px 15px 25px 19px;
        cursor: pointer;
    }
}

@media only screen and (max-width: 768px) {
    .selectBack,
    .selectBack--cat {
        left: 0;
        bottom: -11.73vw;
        padding: 5.34vw;
    }
}

@media only screen and (min-width: 769px) {
    .selectBack:hover::before,
    .selectBack--cat:hover::before {
        left: -4px;
    }
}

.selectBack::before,
.selectBack--cat::before {
    content: "";
    display: block;
    background: url("/cdn/shop/files/icon_arrow.svg?v=1749488478");
    transform: rotate(180deg);
    position: absolute;
}

@media only screen and (min-width: 769px) {
    .selectBack::before,
    .selectBack--cat::before {
        background-size: 8px 15px;
        width: 8px;
        height: 15px;
        left: 0;
        top: 28px;
        transition: left 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .selectBack::before,
    .selectBack--cat::before {
        background-size: 2.14vw 4vw;
        width: 2.14vw;
        height: 4vw;
        left: 0;
        top: 6.14vw;
        vertical-align: middle;
    }
}

@media only screen and (min-width: 769px) {
    .selectBack .-pc,
    .selectBack--cat .-pc {
        display: inline-block;
    }
}

.l-foodSearch__btn {
    display: flex;
    justify-content: center;
}

.l-foodSearch__btn .l-foodSearch__item {
    background: #e5e0ca;
    opacity: 0.4;
    border-radius: 50%;
}

@media only screen and (min-width: 769px) {
    .l-foodSearch__btn .l-foodSearch__item {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
}

@media only screen and (max-width: 768px) {
    .l-foodSearch__btn .l-foodSearch__item {
        width: 2.67vw;
        height: 2.67vw;
        margin: 0 1.34vw;
    }
}

.l-foodSearch__btn .l-foodSearch__item.-active {
    opacity: 1;
}

.is-foodSearchOpen {
    cursor: pointer;
}

.l-footer {
    font-family: "Noto Serif JP", serif;
    background: url(../images/bg_footer.jpg);
    letter-spacing: 0.04em;
    color: #e5e0ca;
}

@media only screen and (min-width: 769px) {
    .l-footer {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .l-footer {
        font-size: 3.47vw;
        background-size: 100vw;
    }
}

.l-footer a,
.l-footer span {
    color: #e5e0ca;
}

.l-footer .l-footer__inner {
    display: flex;
    margin: 0 auto;
}

@media only screen and (min-width: 769px) {
    .l-footer .l-footer__inner {
        width: 1000px;
        padding: 48px 0 50px;
    }
}

@media only screen and (max-width: 768px) {
    .l-footer .l-footer__inner {
        flex-wrap: wrap;
        width: 84vw;
        padding: 5.34vw 0 9.6vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-footer .l-footer__logo {
        width: 210px;
    }
}

@media only screen and (max-width: 768px) {
    .l-footer .l-footer__logo {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .l-footer .l-footer__logo img {
        width: 26.14vw;
        margin: 0 auto 5.34vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-footer .l-footer__nav {
        width: 210px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .l-footer .l-footer__nav {
        width: 100%;
        margin-bottom: 2.67vw;
    }
}

.l-footer .l-footer__list {
    position: relative;
}

@media only screen and (min-width: 769px) {
    .l-footer .l-footer__list {
        margin: 0 0 27px;
        padding: 0 0 0 14px;
        transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .l-footer .l-footer__list {
        background: rgba(229, 224, 202, 0.02);
        height: 10.67vw;
        line-height: 10.67vw;
        margin-bottom: 2.67vw;
        padding: 0 4vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-footer .l-footer__list:hover {
        transform: translateX(2px);
    }
}

.l-footer .l-footer__list::before {
    content: "";
    display: block;
    position: absolute;
    background: url("/cdn/shop/files/icon_arrow.svg?v=1749488478")
        no-repeat;
}

@media only screen and (min-width: 769px) {
    .l-footer .l-footer__list::before {
        top: 0;
        left: 0;
        width: 8px;
        height: 15px;
        background-size: 8px 15px;
        background-position: center 1px;
    }
}

@media only screen and (max-width: 768px) {
    .l-footer .l-footer__list::before {
        top: 50%;
        right: 4vw;
        transform: translateY(-50%);
        width: 1.6vw;
        height: 3.2vw;
        background-size: 1.6vw auto;
        background-position: center center;
    }
}

.l-footer .l-footer__list:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .l-footer .l-footer__list.-child {
        height: auto;
        background: none;
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
    .l-footer .l-footer__list.-child::before {
        display: none;
    }
}

.l-footer .l-footer__list .l-footer__list__head {
    display: inline-block;
}

@media only screen and (min-width: 769px) {
    .l-footer .l-footer__list .l-footer__list__head {
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 768px) {
    .l-footer .l-footer__list .l-footer__list__head {
        background: rgba(47, 60, 13, 0.2);
        width: 100%;
        height: 10.67vw;
        line-height: 10.67vw;
        margin-bottom: 2.67vw;
        padding: 0 4vw;
    }
}

@media only screen and (max-width: 768px) {
    .l-footer .l-footer__list .l-footer__list__child {
        display: flex;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 769px) {
    .l-footer .l-footer__list .l-footer__list__child .l-footer__list {
        font-size: 13px;
        margin-bottom: 3px;
        padding: 0 0 0 12px;
    }
}

@media only screen and (max-width: 768px) {
    .l-footer .l-footer__list .l-footer__list__child .l-footer__list {
        width: 41.87vw;
        margin-bottom: 0;
    }
}

.l-footer .l-footer__list .l-footer__list__child .l-footer__list::before {
    width: 6px;
    height: 12px;
    background-size: 6px auto;
    background-position: center 2px;
}

.l-footer .l-footer__list .l-footer__list__child .l-footer__list:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
    .l-footer .l-footer__subNav {
        width: 160px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .l-footer .l-footer__subNav {
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .l-footer .l-footer__subNav .l-footer__list {
        background: none;
        height: auto;
        line-height: 1;
        margin: 4.8vw 0 0;
        padding: 0 2.94vw;
        border-right: 1px solid #5d5446;
    }
}

.l-footer .l-footer__subNav .l-footer__list:last-child {
    border-right: none;
}

@media only screen and (max-width: 768px) {
    .l-footer .l-footer__subNav .l-footer__list::before {
        display: none;
    }
}

@media only screen and (min-width: 769px) {
    .l-footer .l-footer__subNav .js-guide:hover {
        transform: translateX(0);
    }
}

.l-footer .l-footer__subNav .js-guide .js-guide__balloon {
    left: initial;
    right: 0;
}

@media only screen and (min-width: 769px) {
    .l-footer .l-footer__subNav .js-guide .js-guide__balloon {
        width: 320px;
    }
}

@media only screen and (max-width: 768px) {
    .l-footer .l-footer__subNav .js-guide .js-guide__balloon {
        width: 66vw;
    }
}

.l-footer .l-footer__subNav .js-guide .js-guide__balloon::before {
    left: initial;
    transform: translateX(0);
}

@media only screen and (min-width: 769px) {
    .l-footer .l-footer__subNav .js-guide .js-guide__balloon::before {
        right: 110px;
    }
}

@media only screen and (max-width: 768px) {
    .l-footer .l-footer__subNav .js-guide .js-guide__balloon::before {
        right: 8.54vw;
    }
}

.l-footer .l-footer__btm {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-top: 1px solid #707070;
    margin: 0 auto;
}

@media only screen and (min-width: 769px) {
    .l-footer .l-footer__btm {
        width: 1000px;
        padding: 33px 0 40px;
    }
}

@media only screen and (max-width: 768px) {
    .l-footer .l-footer__btm {
        width: 84vw;
        padding: 8vw 0 9.6vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-footer .l-footer__prohibition {
        font-size: 12px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .l-footer .l-footer__prohibition {
        font-size: 2.67vw;
        margin-bottom: 5.34vw;
        width: 55.2vw;
    }
}

.l-footer .l-footer__copyright {
    font-family: "Crimson Text", serif;
}

@media only screen and (min-width: 769px) {
    .l-footer .l-footer__copyright {
        font-size: 13px;
    }
}

@media only screen and (max-width: 768px) {
    .l-footer .l-footer__copyright {
        font-size: 2.67vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-footer .l-footer__marsLogo {
        width: 105px;
        height: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .l-footer .l-footer__marsLogo {
        width: 18.67vw;
        height: 5.34vw;
    }
}

.pagetopScroll {
    background: rgba(47, 60, 13, 0.3);
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .pagetopScroll {
        height: 56px;
        line-height: 56px;
        font-size: 15px;
        cursor: pointer;
        transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .pagetopScroll {
        height: 14.94vw;
        line-height: 14.94vw;
        font-size: 4vw;
    }
}

@media only screen and (min-width: 769px) {
    .pagetopScroll:hover {
        background: rgba(47, 60, 13, 0.6);
    }
    .pagetopScroll:hover span::before {
        top: 19px;
    }
}

.pagetopScroll span {
    position: relative;
    display: inline-block;
    padding-left: 1em;
}

.pagetopScroll span::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/icon_pagetop.svg);
}

@media only screen and (min-width: 769px) {
    .pagetopScroll span::before {
        width: 11px;
        height: 12px;
        background-size: 11px 12px;
        top: 23px;
        left: -2px;
        transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .pagetopScroll span::before {
        width: 2.94vw;
        height: 3.2vw;
        background-size: 2.94vw 3.2vw;
        top: 6.14vw;
        left: -0.53vw;
    }
}

.l-goodLifeNav {
    position: relative;
    background: url("/cdn/shop/files/bg__medium_3fdfff77-1e7a-4794-9767-82ed01227030.jpg?v=1750209272");
}

@media only screen and (min-width: 769px) {
    .l-goodLifeNav {
        padding: 44px 0 148px;
        background-size: 55vw;
        background-position: 24.3vw -11.7vw;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {
    .l-goodLifeNav {
        background-size: 603.75px;
        background-position: 270px -130px;
    }
}

@media only screen and (max-width: 768px) {
    .l-goodLifeNav {
        padding: 6.14vw 8vw 26.67vw;
        background-size: 100%;
        background-position: center 70.41vw;
    }
}

.l-goodLifeNav::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
}

@media only screen and (min-width: 769px) {
    .l-goodLifeNav::before {
        background: url(../images/bg_right-top2-pc.png) no-repeat left bottom;
        background-size: 100%;
        height: 5vw;
        top: -5vw;
        left: 0;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {
    .l-goodLifeNav::before {
        height: 54.7px;
        top: -54.7px;
    }
}

@media only screen and (max-width: 768px) {
    .l-goodLifeNav::before {
        background: url(../images/bg_right-top-sp.png) no-repeat left top;
        background-size: 100vw auto;
        height: 18.67vw;
        top: -70px;
        left: 0;
    }
}

.l-goodLifeNav.-inner {
    background: none;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .l-goodLifeNav.-inner {
        width: 84vw;
        margin: 0 auto;
    }
}

.l-goodLifeNav.-inner::before {
    display: none;
}

@media only screen and (min-width: 769px) {
    .l-goodLifeNav .l-dictionary {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 768px) {
    .l-goodLifeNav .l-dictionary {
        margin-bottom: 15.47vw;
    }
}

.l-goodLifeNav .l-goodLifeNav__ttl {
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .l-goodLifeNav .l-goodLifeNav__ttl {
        font-size: 36px;
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .l-goodLifeNav .l-goodLifeNav__ttl {
        font-size: 5.87vw;
        margin-bottom: 5.34vw;
    }
}

.l-goodLifeNav .l-goodLifeNav__ttl span {
    font-family: "Crimson Text", serif;
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .l-goodLifeNav .l-goodLifeNav__ttl span {
        font-size: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .l-goodLifeNav .l-goodLifeNav__ttl span {
        font-size: 6.94vw;
    }
}

.l-goodLifeNav .l-goodLifeNav__catch {
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .l-goodLifeNav .l-goodLifeNav__catch {
        font-size: 16px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .l-goodLifeNav .l-goodLifeNav__catch {
        font-size: 3.47vw;
        margin-bottom: 6.4vw;
        line-height: 1.7;
    }
}

.l-goodLifeNav .l-goodLifeNav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media only screen and (min-width: 769px) {
    .l-goodLifeNav .l-goodLifeNav__list {
        width: 1000px;
        margin: 0 auto;
        margin-bottom: 32px;
    }
}

@media only screen and (max-width: 768px) {
    .l-goodLifeNav .l-goodLifeNav__list {
        margin-bottom: 2.4vw;
    }
}

.l-goodLifeNav .l-goodLifeNav__item {
    background: rgba(255, 255, 255, 0.4);
}

@media only screen and (min-width: 769px) {
    .l-goodLifeNav .l-goodLifeNav__item {
        width: 485px;
        margin-bottom: 30px;
        padding: 16px;
        transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .l-goodLifeNav .l-goodLifeNav__item {
        width: 40vw;
        margin-bottom: 4vw;
        padding: 2.67vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-goodLifeNav .l-goodLifeNav__item:hover {
        background: rgba(255, 255, 255, 0.6);
    }
    .l-goodLifeNav .l-goodLifeNav__item:hover .l-goodLifeNav__img img {
        transform: scale(1.05);
    }
}

.l-goodLifeNav .l-goodLifeNav__ancker {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

@media only screen and (min-width: 769px) {
    .l-goodLifeNav .l-goodLifeNav__ancker {
        align-items: center;
    }
}

@media only screen and (max-width: 768px) {
    .l-goodLifeNav .l-goodLifeNav__ancker {
        flex-direction: column;
    }
}

@media only screen and (min-width: 769px) {
    .l-goodLifeNav .l-goodLifeNav__inner {
        width: 216px;
    }
}

@media only screen and (min-width: 769px) {
    .l-goodLifeNav .l-goodLifeNav__img {
        overflow: hidden;
        width: 220px;
        margin-right: 8px;
    }
    .l-goodLifeNav .l-goodLifeNav__img img {
        transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .l-goodLifeNav .l-goodLifeNav__img {
        margin-bottom: 2.67vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-goodLifeNav .l-goodLifeNav__navTtl {
        margin-bottom: 20px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .l-goodLifeNav .l-goodLifeNav__navTtl {
        margin-bottom: 2.67vw;
    }
}

.l-goodLifeNav .l-goodLifeNav__tag {
    font-family: "�q���M�m�p�S Pro", "Hiragino Kaku Gothic Pro", "MS P�S�V�b�N",
        "MS PGothic", sans-serif;
}

@media only screen and (min-width: 769px) {
    .l-goodLifeNav .l-goodLifeNav__tag {
        font-size: 11px;
    }
}

@media only screen and (max-width: 768px) {
    .l-goodLifeNav .l-goodLifeNav__tag {
        font-size: 2.67vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-goodLifeNav .l-goodLifeNav__tag span {
        padding-right: 9px;
    }
}

@media only screen and (max-width: 768px) {
    .l-goodLifeNav .l-goodLifeNav__tag span {
        padding-right: 2.94vw;
    }
}

.l-goodLifeNav .l-goodLifeNav__tag span:last-child {
    padding-right: 0;
}

.l-goodLifeNav .l-goodLifeNav__btn {
    display: block;
}

@media only screen and (min-width: 769px) {
    .l-goodLifeNav .l-goodLifeNav__btn {
        width: 290px;
        height: 47px;
        line-height: 47px;
        font-size: 15px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .l-goodLifeNav .l-goodLifeNav__btn {
        width: 100%;
        height: 12.54vw;
        line-height: 12.54vw;
        font-size: 4.27vw;
    }
}

.l-header {
    position: absolute;
    letter-spacing: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

@media only screen and (min-width: 769px) {
    .l-header {
        width: 100%;
        min-width: 1100px;
        height: 125px;
        opacity: 1;
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .l-header {
        padding: 5.34vw 0 0;
    }
}

.l-header::before {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media only screen and (min-width: 769px) {
    .l-header::before {
        background-image: url("/cdn/shop/files/bg__medium_3fdfff77-1e7a-4794-9767-82ed01227030.jpg?v=1750209272");
        background-position: right top;
        transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .l-header::before {
        background-image: url("/cdn/shop/files/bg__medium_3fdfff77-1e7a-4794-9767-82ed01227030.jpg?v=1750209272");
        background-size: 100vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-header a {
        color: #e5e0ca;
        transition: color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (min-width: 769px) {
    .l-header.is-hover {
        height: 340px;
    }
    .l-header.is-hover::before {
        opacity: 1;
    }
    .l-header.is-hover a {
        color: #703117;
    }
}

@media only screen and (min-width: 769px) {
    .l-header.is-hover.is-fixed,
    .l-header.is-hover.is-fit {
        height: 340px;
    }
}

.l-header.is-hover .l-header__list {
    background: none;
}

@media only screen and (min-width: 769px) {
    .l-header.is-hover .smallNav__border {
        background: #2f2016;
    }
}

.l-header.is-hover .l-header__item.-shop svg {
    fill: #2f2016;
}

@media only screen and (min-width: 769px) {
    .l-header.is-smallNavOpen::before {
        opacity: 1;
    }
    .l-header.is-smallNavOpen a {
        color: #703117;
    }
}

.l-header.is-fixed {
    position: fixed;
}

.l-header.is-fit {
    position: absolute;
}

.l-header.is-fixed,
.l-header.is-fit {
    top: 0;
    opacity: 1;
    z-index: 99;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media only screen and (min-width: 769px) {
    .l-header.is-fixed,
    .l-header.is-fit {
        height: 80px;
        box-shadow: 0px 0px 6px 0px rgba(47, 32, 22, 0.3);
    }
}

@media only screen and (max-width: 768px) {
    .l-header.is-fixed,
    .l-header.is-fit {
        width: 100vw;
        padding-top: 3.2vw;
        padding-bottom: 3.2vw;
    }
}

.l-header.is-fixed::before,
.l-header.is-fit::before {
    display: block;
    -webkit-animation: show 0.5s linear 0s forwards;
    animation: show 0.5s linear 0s forwards;
}

@media only screen and (min-width: 769px) {
    .l-header.is-fixed .l-header__logo,
    .l-header.is-fit .l-header__logo {
        width: 81px;
        height: 50px;
        top: 15px;
        left: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .l-header.is-fixed .l-header__logo,
    .l-header.is-fit .l-header__logo {
        width: 18.67vw;
        height: 11.74vw;
    }
}

@media only screen and (max-width: 768px) {
    .l-header.is-fixed .openNav,
    .l-header.is-fit .openNav {
        margin-top: 0.8vw;
    }
}

.l-header.is-fixed .openNav .openNav__border,
.l-header.is-fit .openNav .openNav__border {
    background: #2f2016;
}

.l-header.is-fixed .openNav .openNav__txt,
.l-header.is-fit .openNav .openNav__txt {
    color: #703117;
}

@media only screen and (min-width: 769px) {
    .l-header.is-fixed .l-header__list,
    .l-header.is-fit .l-header__list {
        margin-top: 0;
        padding: 20px 114px 20px 40px;
        background: none;
    }
}

@media only screen and (min-width: 769px) {
    .l-header.is-fixed .l-header__item a,
    .l-header.is-fit .l-header__item a {
        color: #703117;
    }
}

.l-header.is-fixed .l-header__item a::before,
.l-header.is-fit .l-header__item a::before {
    background: #2f3c0d;
}

.l-header.is-fixed .l-header__item.-shop svg,
.l-header.is-fit .l-header__item.-shop svg {
    fill: #2f2016;
}

@media only screen and (min-width: 769px) {
    .l-header.is-fixed .smallNav__menu,
    .l-header.is-fit .smallNav__menu {
        top: 25px;
    }
}

@media only screen and (min-width: 769px) {
    .l-header.is-fixed .smallNav__border,
    .l-header.is-fit .smallNav__border {
        background: #2f2016;
    }
}

@media only screen and (min-width: 769px) {
    .l-header.is-fixed .l-header__list-02,
    .l-header.is-fit .l-header__list-02 {
        top: 80px;
        background-position: right -80px;
    }
}

@media only screen and (min-width: 769px) {
    .l-header.is-fit {
        box-shadow: none;
    }
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__head {
        position: relative;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__head {
        display: flex;
        justify-content: space-between;
        width: 89.34vw;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__logo {
        position: absolute;
        top: 30px;
        left: 40px;
        width: 110px;
        transition: width 0.1s cubic-bezier(0.19, 1, 0.22, 1);
        z-index: 10;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__logo {
        position: relative;
        width: 23.47vw;
        height: 14.4vw;
        transition: width 0.1s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (min-width: 769px) {
    .l-header .openNav {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .openNav {
        position: relative;
        width: 9.07vw;
        margin-top: 2.67vw;
    }
}

.l-header .openNav .openNav__border {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
}

@media only screen and (min-width: 769px) {
    .l-header .openNav .openNav__border:first-child {
        width: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .openNav .openNav__border:first-child {
        width: 3.2vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-header .openNav .openNav__border:nth-child(2) {
        top: 8px;
        width: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .openNav .openNav__border:nth-child(2) {
        top: 2.14vw;
        width: 4.8vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-header .openNav .openNav__border:nth-child(3) {
        top: 16px;
        width: 26px;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .openNav .openNav__border:nth-child(3) {
        top: 4.27vw;
        width: 6.94vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-header .openNav .openNav__border:nth-child(4) {
        top: 24px;
        width: 34px;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .openNav .openNav__border:nth-child(4) {
        top: 6.4vw;
        width: 9.07vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-header .openNav .openNav__txt {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .openNav .openNav__txt {
        font-family: "Crimson Text", serif;
        letter-spacing: 0.04em;
        line-height: 1;
        color: #fff;
        padding-top: 8vw;
        transition: color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__nav {
        position: relative;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__nav {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0;
        background: url("/cdn/shop/files/bg__medium_3fdfff77-1e7a-4794-9767-82ed01227030.jpg?v=1750209272");
        background-size: 375px 375px;
        width: 100%;
        height: 100vh;
        padding: 0 0 18.67vw;
        overflow: scroll;
        z-index: 10;
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__nav .openNav {
        position: absolute;
        top: 8vw;
        right: 5.34vw;
        margin-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__nav.is-open {
        display: block;
        visibility: visible;
        opacity: 1;
    }
}

.l-header .l-header__nav.is-open .l-header__nav__inner {
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__nav.is-open .l-header__nav__inner {
        padding-bottom: 17.07vw;
    }
}

.l-header .l-header__nav.is-open .openNav {
    position: absolute;
    top: 8vw;
    right: 5.34vw;
    margin-top: 0;
}

.l-header .l-header__nav.is-open .openNav__border {
    position: absolute;
    top: 3.2vw;
    background: #2f2016;
}

.l-header .l-header__nav.is-open .openNav__border:first-child {
    width: 10.67vw;
    transform: rotate(45deg);
    transform-origin: center;
    margin-left: -1.33vw;
}

.l-header .l-header__nav.is-open .openNav__border:nth-child(2) {
    opacity: 0;
}

.l-header .l-header__nav.is-open .openNav__border:nth-child(3) {
    opacity: 0;
}

.l-header .l-header__nav.is-open .openNav__border:nth-child(4) {
    width: 10.67vw;
    transform: rotate(-45deg);
    transform-origin: center;
    margin-left: -1.33vw;
}

.l-header .l-header__nav.is-open .openNav__txt {
    color: #703117;
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__nav__inner {
        opacity: 0;
        transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__nav__logo {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__nav__logo {
        display: block;
        margin: 11.2vw auto 0;
        text-align: center;
    }
}

.l-header .l-header__list {
    display: flex;
    position: relative;
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__list {
        justify-content: flex-end;
        padding: 40px 114px 46px 40px;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__list {
        flex-wrap: wrap;
        width: 84vw;
        margin: 6.94vw auto 0;
        border-top: 1px solid #9d9889;
    }
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__list-02 {
        position: absolute;
        right: 0;
        top: 100px;
        background-image: url("/cdn/shop/files/bg__medium_3fdfff77-1e7a-4794-9767-82ed01227030.jpg?v=1750209272");
        background-position: right -100px;
        width: 316px;
        padding-left: 41px;
        padding-bottom: 30px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__list-02 {
        flex-wrap: wrap;
        width: 84vw;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__list-02.is-open {
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__list-02 .l-header__item a {
        position: relative;
        color: #703117;
        margin: 0;
        padding-left: 14px;
    }
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__list-02 .l-header__item a::before {
        content: "";
        display: block;
        position: absolute;
        /* background: url(../images/icon_arrow-dark.svg); */
        background-size: 8px 15px;
        width: 8px;
        height: 15px;
        left: 0;
        top: 3px;
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__list-02 .l-header__item a:hover {
        text-decoration: underline;
    }
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__list__child {
        visibility: hidden;
        opacity: 0;
        display: flex;
        justify-content: center;
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 10;
        transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__list__child {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 3.2vw 0 0;
    }
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__category {
        width: 1000px;
        margin: 50px auto 0;
        display: flex;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__category {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__categoryList {
        margin-left: 5.34vw;
        border-top: 1px solid #c2bcaa;
    }
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__categoryList.-type {
        width: 160px;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__categoryList.-type .l-header__categoryList__item {
        width: 31.5%;
        font-size: 3.47vw;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__categoryList.-type .l-header__categoryList__name {
        width: 100%;
        height: 18.67vw;
        background: rgba(255, 255, 255, 0.4);
        margin-top: 9.6vw;
        padding-top: 12.54vw;
        text-align: center;
    }
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__categoryList.-type .l-header__categoryList__img {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__categoryList.-type .l-header__categoryList__img {
        position: absolute;
        bottom: 8vw;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__categoryList.-material {
        width: 234px;
    }
}

@media only screen and (min-width: 769px) {
    .l-header
        .l-header__categoryList.-material
        .l-header__categoryList__item:nth-child(odd) {
        width: 130px;
    }
    .l-header
        .l-header__categoryList.-material
        .l-header__categoryList__item:nth-child(even) {
        width: 104px;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__categoryList.-material .l-header__categoryList__item {
        width: 38.14vw;
        height: 9.34vw;
        line-height: 8.81vw;
        padding: 0 3.74vw;
        background: rgba(255, 255, 255, 0.4);
        margin-bottom: 2.14vw;
    }
    .l-header
        .l-header__categoryList.-material
        .l-header__categoryList__item:nth-last-child(-n + 2) {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__categoryList.-brand {
        width: 494px;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__categoryList.-brand .l-header__categoryList__item {
        width: 37.87vw;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: flex-end;
        text-align: center;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 768px) {
    .l-header
        .l-header__categoryList.-brand
        .l-header__categoryList__item:nth-child(-n + 2) {
        margin-bottom: 4vw;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__categoryList.-brand .l-header__categoryList__img {
        margin-bottom: 2.14vw;
    }
}

.l-header .l-header__categoryList .l-header__categoryList__head {
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__categoryList .l-header__categoryList__head {
        font-size: 14px;
        border-bottom: 1px solid #9d9889;
        padding-bottom: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__categoryList .l-header__categoryList__head {
        position: relative;
        font-size: 3.74vw;
        padding: 13px 0 12px;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__categoryList .l-header__categoryList__head::before {
        content: "";
        display: block;
        position: absolute;
        /* background: url(../images/icon_arrow-dark.svg); */
        background-size: 2.14vw 4vw;
        width: 2.14vw;
        height: 4vw;
        transform: rotate(90deg);
        right: 0.8vw;
        top: 3.47vw;
        transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

.l-header
    .l-header__categoryList
    .l-header__categoryList__head.is-open::before {
    transform: rotate(-90deg);
}

.l-header .l-header__categoryList .l-header__categoryList__list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__categoryList .l-header__categoryList__list {
        padding: 18px 0;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__categoryList .l-header__categoryList__list {
        padding-bottom: 4.27vw;
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__categoryList .l-header__categoryList__list.is-open {
        display: flex;
    }
}

.l-header .l-header__categoryList .l-header__categoryList__item {
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__categoryList .l-header__categoryList__item {
        width: 100%;
        padding: 6px 0;
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__categoryList .l-header__categoryList__item {
        font-size: 3.47vw;
    }
}

.l-header .l-header__categoryList .l-header__categoryList__item a {
    margin: 0;
    display: block;
    position: relative;
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__categoryList .l-header__categoryList__item a {
        padding: 0 0 0 13px;
    }
    .l-header .l-header__categoryList .l-header__categoryList__item a:hover {
        text-decoration: underline;
    }
    .l-header
        .l-header__categoryList
        .l-header__categoryList__item
        a:hover
        + .l-header__categoryList__img {
        opacity: 1;
    }
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__categoryList .l-header__categoryList__item a::before {
        content: "";
        display: block;
        position: absolute;
        /* background: url(../images/icon_arrow-dark.svg); */
        background-size: 8px 15px;
        width: 8px;
        height: 15px;
        left: 0;
        top: 2px;
        opacity: 1;
    }
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__categoryList .l-header__categoryList__name {
        width: 252px;
    }
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__categoryList .l-header__categoryList__img {
        position: absolute;
        width: 211px;
        height: 120px;
        right: 0;
        top: 25px;
        opacity: 0;
        transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .l-header .l-header__categoryList .l-header__categoryList__img a::before {
        display: none;
    }
}

.l-header .l-header__categoryList .l-header__categoryList__img img {
    -webkit-backface-visibility: hidden;
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__item {
        margin-right: 0;
        padding: 10px 0;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__item {
        position: relative;
        width: 100%;
        border-bottom: 1px solid #9d9889;
        line-height: 1;
        font-size: 4.27vw;
        padding: 4.27vw 0;
    }
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__item::before {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__item::before {
        display: block;
        content: "";
        position: absolute;
        /* background: url(../images/icon_arrow-dark.svg); */
        background-size: 2.14vw 4vw;
        width: 2.14vw;
        height: 4vw;
        right: 0.54vw;
        top: 50%;
        transform: translateY(-50%);
    }
}

.l-header .l-header__item a {
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__item a {
        position: relative;
        margin-right: 1.24vw;
        margin-left: 1.24vw;
    }
    .l-header .l-header__item a::before {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #e5e0ca;
        bottom: -8px;
        left: 0;
        opacity: 0;
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {
    .l-header .l-header__item a {
        margin-right: 14px;
        margin-left: 14px;
    }
}

.l-header .l-header__item a:hover::before {
    bottom: -6px;
    opacity: 1;
}

.l-header .l-header__item:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__item:last-child a {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__item .-sp {
        display: inline;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__item.-parent {
        padding: 4.27vw 0 1.87vw;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__item.-parent::before {
        display: none;
    }
}

.l-header .l-header__item.-parent > a::before {
    background: #2f3c0d;
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__item.-parent:hover .l-header__list__child {
        opacity: 1;
        visibility: visible;
    }
}

.l-header .l-header__item.-shop {
    position: relative;
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__item.-shop svg {
        position: absolute;
        top: 12px;
        left: 1.1vw;
        fill: #e5e0ca;
        transition: fill 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

.l-header .l-header__item.-shop a {
    margin-left: 2.48vw;
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {
    .l-header .l-header__item.-shop a {
        margin-left: 28px;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__btn {
        width: 84vw;
        margin: 8.54vw auto 0;
    }
}

.l-header .l-header__btn button {
    width: 100%;
    margin-bottom: 3.74vw;
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__btn .c-searchBtn .c-searchBtn__icon {
        width: 14.14vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-header .l-header__serch {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__serch {
        position: relative;
        background: #2f3c0d;
        color: #fff;
        width: 100%;
        height: 12.54vw;
        line-height: 12.27vw;
        font-size: 4vw;
        letter-spacing: 0.04em;
        padding-right: 2.67vw;
    }
}

@media only screen and (max-width: 768px) {
    .l-header .l-header__serch::before {
        display: block;
        content: "";
        position: absolute;
        background: url("/cdn/shop/files/icon_arrow.svg?v=1749488478");
        background-size: 2.14vw 4vw;
        width: 2.14vw;
        height: 4vw;
        right: 4vw;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 769px) {
    .smallNav .smallNav__menu {
        position: absolute;
        width: 34px;
        height: 24px;
        right: 40px;
        top: 45px;
        z-index: 10;
        cursor: pointer;
    }
}

@media only screen and (max-width: 768px) {
    .smallNav .smallNav__menu {
        display: none;
    }
}

@media only screen and (min-width: 769px) {
    .smallNav .smallNav__menu.is-open .smallNav__border {
        position: absolute;
        top: 10px;
        background: #2f2016;
    }
    .smallNav .smallNav__menu.is-open .smallNav__border:first-child {
        width: 31.5px;
        transform: rotate(45deg);
        transform-origin: center;
        margin-left: -3px;
    }
    .smallNav .smallNav__menu.is-open .smallNav__border:nth-child(2) {
        opacity: 0;
    }
    .smallNav .smallNav__menu.is-open .smallNav__border:nth-child(3) {
        opacity: 0;
    }
    .smallNav .smallNav__menu.is-open .smallNav__border:nth-child(4) {
        width: 31.5px;
        transform: rotate(-45deg);
        transform-origin: center;
        margin-left: -3px;
    }
}

@media only screen and (min-width: 769px) {
    .smallNav .smallNav__border {
        position: absolute;
        display: block;
        width: 100%;
        height: 1px;
        background: #fff;
        left: 0;
        transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (min-width: 769px) {
    .smallNav .smallNav__border:first-child {
        width: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .smallNav .smallNav__border:first-child {
        width: 3.2vw;
    }
}

@media only screen and (min-width: 769px) {
    .smallNav .smallNav__border:nth-child(2) {
        top: 8px;
        width: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .smallNav .smallNav__border:nth-child(2) {
        top: 2.14vw;
        width: 4.8vw;
    }
}

@media only screen and (min-width: 769px) {
    .smallNav .smallNav__border:nth-child(3) {
        top: 16px;
        width: 26px;
    }
}

@media only screen and (max-width: 768px) {
    .smallNav .smallNav__border:nth-child(3) {
        top: 4.27vw;
        width: 6.94vw;
    }
}

@media only screen and (min-width: 769px) {
    .smallNav .smallNav__border:nth-child(4) {
        top: 24px;
        width: 34px;
    }
}

@media only screen and (max-width: 768px) {
    .smallNav .smallNav__border:nth-child(4) {
        top: 6.4vw;
        width: 9.07vw;
    }
}

.l-subBrandHeaderNav {
    position: absolute;
    z-index: 98;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px -3px 26px 0px rgba(0, 0, 0, 0.16);
}

@media only screen and (min-width: 769px) {
    .l-subBrandHeaderNav {
        top: 80px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {
    .l-subBrandHeaderNav {
        width: 1100px;
    }
}

@media only screen and (max-width: 768px) {
    .l-subBrandHeaderNav {
        top: 18.94vw;
    }
}

.l-subBrandHeaderNav.is-fixed {
    position: fixed;
    top: 0;
}

.l-subBrandHeaderNav .l-subBrandHeaderNav__select {
    width: 100%;
    border: none;
}

@media only screen and (min-width: 769px) {
    .l-subBrandHeaderNav .l-subBrandHeaderNav__select {
        font-size: 17px;
    }
}

@media only screen and (max-width: 768px) {
    .l-subBrandHeaderNav .l-subBrandHeaderNav__select {
        font-size: 4.27vw;
    }
}

.l-subBrandHeaderNav
    .l-subBrandHeaderNav__select.is-open
    .l-subBrandHeaderNav__hidden__inner::before {
    transform: rotate(-90deg);
}

.l-subBrandHeaderNav
    .l-subBrandHeaderNav__select.is-open
    .l-subBrandHeaderNav__hidden:hover
    .l-subBrandHeaderNav__hidden__inner::before {
    top: 15px;
}

.l-subBrandHeaderNav .l-subBrandHeaderNav__hidden {
    position: relative;
    background: url(../images/bg_dark.jpg);
    cursor: pointer;
    z-index: 10;
}

@media only screen and (min-width: 769px) {
    .l-subBrandHeaderNav .l-subBrandHeaderNav__hidden {
        height: 54px;
        transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .l-subBrandHeaderNav .l-subBrandHeaderNav__hidden {
        height: 13.34vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-subBrandHeaderNav .l-subBrandHeaderNav__hidden:hover {
        opacity: 0.92;
    }
    .l-subBrandHeaderNav
        .l-subBrandHeaderNav__hidden:hover
        .l-subBrandHeaderNav__hidden__inner::before {
        top: 23px;
    }
}

.l-subBrandHeaderNav
    .l-subBrandHeaderNav__hidden
    .l-subBrandHeaderNav__hidden__inner {
    display: flex;
    position: relative;
    align-items: center;
    height: 100%;
}

@media only screen and (min-width: 769px) {
    .l-subBrandHeaderNav
        .l-subBrandHeaderNav__hidden
        .l-subBrandHeaderNav__hidden__inner {
        width: 1000px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .l-subBrandHeaderNav
        .l-subBrandHeaderNav__hidden
        .l-subBrandHeaderNav__hidden__inner {
        padding: 0 5.34vw;
    }
}

.l-subBrandHeaderNav
    .l-subBrandHeaderNav__hidden
    .l-subBrandHeaderNav__hidden__inner::before {
    content: "";
    display: block;
    position: absolute;
    /* background: url(../images/icon_arrow-dark.svg); */
    transform: rotate(90deg);
}

@media only screen and (min-width: 769px) {
    .l-subBrandHeaderNav
        .l-subBrandHeaderNav__hidden
        .l-subBrandHeaderNav__hidden__inner::before {
        right: 0;
        top: 19px;
        width: 10px;
        height: 19px;
        background-size: 10px 19px;
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .l-subBrandHeaderNav
        .l-subBrandHeaderNav__hidden
        .l-subBrandHeaderNav__hidden__inner::before {
        right: 5.34vw;
        top: 4.27vw;
        width: 2.67vw;
        height: 5.07vw;
        background-size: 2.67vw 5.07vw;
    }
}

.l-subBrandHeaderNav .l-subBrandHeaderNav__hidden .menuIcon {
    position: relative;
}

@media only screen and (min-width: 769px) {
    .l-subBrandHeaderNav .l-subBrandHeaderNav__hidden .menuIcon {
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }
}

@media only screen and (min-width: 769px) {
    .l-subBrandHeaderNav .l-subBrandHeaderNav__hidden .menuIcon .-border {
        position: absolute;
        display: block;
        width: 18px;
        height: 1px;
        background: #2f2016;
    }
}

.l-subBrandHeaderNav
    .l-subBrandHeaderNav__hidden
    .menuIcon
    .-border:first-child {
    top: 0;
}

.l-subBrandHeaderNav
    .l-subBrandHeaderNav__hidden
    .menuIcon
    .-border:nth-child(2) {
    top: 9px;
}

.l-subBrandHeaderNav
    .l-subBrandHeaderNav__hidden
    .menuIcon
    .-border:last-child {
    top: 18px;
}

@media only screen and (min-width: 769px) {
    .l-subBrandHeaderNav
        .l-subBrandHeaderNav__hidden
        .l-subBrandHeaderNav__hidden__txt {
        display: inline-block;
        line-height: 1;
    }
}

.l-subBrandHeaderNav .l-subBrandHeaderNav__open {
    position: absolute;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    background-image: url("/cdn/shop/files/bg__medium_3fdfff77-1e7a-4794-9767-82ed01227030.jpg?v=1750209272");
    box-shadow: 0px -3px 26px 0px rgba(0, 0, 0, 0.16);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (min-width: 769px) {
    .l-subBrandHeaderNav .l-subBrandHeaderNav__open {
        width: 100%;
        background-position: auto -54px;
        padding: 40px 0;
        margin-top: 54px;
        top: -10px;
    }
}

@media only screen and (max-width: 768px) {
    .l-subBrandHeaderNav .l-subBrandHeaderNav__open {
        overflow: scroll;
        width: 100vw;
        margin-top: 13.34vw;
        padding-bottom: 18.67vw;
        top: 0;
    }
}

.l-subBrandHeaderNav .l-subBrandHeaderNav__open.is-open {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.l-subBrandHeaderNav .l-subBrandHeaderNav__open__inner {
    display: flex;
    margin: 0 auto;
}

@media only screen and (min-width: 769px) {
    .l-subBrandHeaderNav .l-subBrandHeaderNav__open__inner {
        justify-content: space-between;
        align-items: flex-start;
        width: 1000px;
    }
}

@media only screen and (max-width: 768px) {
    .l-subBrandHeaderNav .l-subBrandHeaderNav__open__inner {
        width: 84vw;
        flex-wrap: wrap;
    }
}

.l-subBrandHeaderNav .l-subBrandHeaderNav__links {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
    .l-subBrandHeaderNav .l-subBrandHeaderNav__links {
        width: 280px;
        border-top: 1px solid #9d9889;
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .l-subBrandHeaderNav .l-subBrandHeaderNav__links {
        flex-wrap: wrap;
        font-size: 4.27vw;
    }
}

@media only screen and (max-width: 768px) {
    .l-subBrandHeaderNav .l-subBrandHeaderNav__links:first-child {
        margin-top: 10.67vw;
    }
}

@media only screen and (max-width: 768px) {
    .l-subBrandHeaderNav .l-subBrandHeaderNav__links:last-child {
        margin-bottom: 21.34vw;
    }
}

.l-subBrandHeaderNav .l-subBrandHeaderNav__links-child {
    border-top: 1px solid #9d9889;
}

@media only screen and (min-width: 769px) {
    .l-subBrandHeaderNav .l-subBrandHeaderNav__links-child {
        width: 280px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .l-subBrandHeaderNav .l-subBrandHeaderNav__links-child {
        font-size: 3.74vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-subBrandHeaderNav
        .l-subBrandHeaderNav__links-child
        .l-subBrandHeaderNav__item {
        width: 260px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .l-subBrandHeaderNav
        .l-subBrandHeaderNav__links-child
        .l-subBrandHeaderNav__item {
        width: 78.67vw;
        margin-left: 5.34vw;
    }
}

.l-subBrandHeaderNav
    .l-subBrandHeaderNav__links.-subParent
    > .l-subBrandHeaderNav__item {
    border-bottom: none;
}

.l-subBrandHeaderNav .l-subBrandHeaderNav__item {
    border-bottom: 1px solid #9d9889;
}

@media only screen and (min-width: 769px) {
    .l-subBrandHeaderNav .l-subBrandHeaderNav__item {
        width: 280px;
    }
}

@media only screen and (max-width: 768px) {
    .l-subBrandHeaderNav .l-subBrandHeaderNav__item {
        width: 84vw;
    }
}

.l-subBrandHeaderNav .l-subBrandHeaderNav__item span,
.l-subBrandHeaderNav .l-subBrandHeaderNav__item a {
    position: relative;
    display: block;
}

@media only screen and (min-width: 769px) {
    .l-subBrandHeaderNav .l-subBrandHeaderNav__item span,
    .l-subBrandHeaderNav .l-subBrandHeaderNav__item a {
        padding: 12px 0;
    }
}

@media only screen and (max-width: 768px) {
    .l-subBrandHeaderNav .l-subBrandHeaderNav__item span,
    .l-subBrandHeaderNav .l-subBrandHeaderNav__item a {
        padding: 3.2vw 0;
    }
}

.l-subBrandHeaderNav .l-subBrandHeaderNav__item a::before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    /* background: url(../images/icon_arrow-dark.svg); */
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 769px) {
    .l-subBrandHeaderNav .l-subBrandHeaderNav__item a::before {
        background-size: 8px 15px;
        width: 8px;
        height: 15px;
        transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .l-subBrandHeaderNav .l-subBrandHeaderNav__item a::before {
        background-size: 2.14vw 4vw;
        width: 2.14vw;
        height: 4vw;
        right: 4vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-subBrandHeaderNav .l-subBrandHeaderNav__item a:hover::before {
        transform: translateY(-50%) translateX(3px);
    }
}

@-webkit-keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes show-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes show-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.l-search {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 769px) {
    .l-search {
        width: 1000px;
        padding-top: 110px;
    }
}

@media only screen and (max-width: 768px) {
    .l-search {
        padding-top: 5.34vw;
    }
}

.indexFoodSearch {
    position: relative;
}

@media only screen and (min-width: 769px) {
    .indexFoodSearch {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .indexFoodSearch {
        padding-bottom: 0vw;
    }
}

@media only screen and (min-width: 769px) {
    .indexFoodSearch .indexFoodSearch__list {
        display: flex;
        justify-content: space-between;
        width: 1000px;
        margin: 0 auto;
    }
}

.indexFoodSearch .indexFoodSearch__item {
    position: relative;
}

.indexFoodSearch .indexFoodSearch__item.-dogfood::before {
    background: url(../img/index/bg_dogfood-02.png);
}

@media only screen and (min-width: 769px) {
    .indexFoodSearch .indexFoodSearch__item.-dogfood::before {
        width: 101px;
        height: 111px;
        background-size: 101px 111px;
        top: -50px;
        right: 65px;
    }
}

@media only screen and (max-width: 768px) {
    .indexFoodSearch .indexFoodSearch__item.-dogfood::before {
        width: 26.94vw;
        height: 29.6vw;
        background-size: 26.94vw 29.6vw;
        top: -2.66vw;
        right: 6.67vw;
    }
}

.indexFoodSearch .indexFoodSearch__item.-catfood::before {
    background: url(../img/index/bg_catfood-02.png);
}

@media only screen and (min-width: 769px) {
    .indexFoodSearch .indexFoodSearch__item.-catfood::before {
        width: 161px;
        height: 110px;
        background-size: 161px 110px;
        top: -50px;
        right: -32px;
    }
}

@media only screen and (max-width: 768px) {
    .indexFoodSearch .indexFoodSearch__item.-catfood::before {
        width: 33.6vw;
        height: 22.14vw;
        background-size: 33.6vw 22.14vw;
        top: 9.34vw;
        right: 2.67vw;
    }
}

.indexFoodSearch .indexFoodSearch__item::before {
    content: "";
    display: block;
    position: absolute;
}

.indexFoodSearch .indexFoodSearch__head {
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .indexFoodSearch .indexFoodSearch__head {
        font-size: 26px;
    }
}

@media only screen and (max-width: 768px) {
    .indexFoodSearch .indexFoodSearch__head {
        font-size: 5.87vw;
        padding-top: 12vw;
        margin-bottom: 2.14vw;
    }
}

.indexFoodSearch .foodTypeSelect {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media only screen and (min-width: 769px) {
    .indexFoodSearch .foodTypeSelect {
        width: 460px;
    }
}

@media only screen and (max-width: 768px) {
    .indexFoodSearch .foodTypeSelect {
        display: flex;
        width: 84vw;
        margin: 0 auto;
    }
}

.indexFoodSearch .foodTypeSelect__item {
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .indexFoodSearch .foodTypeSelect__item {
        width: 140px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .indexFoodSearch .foodTypeSelect__item {
        width: 31.5%;
        font-size: 3.2vw;
    }
}

.indexFoodSearch .foodTypeSelect__item a {
    margin: 0;
    display: block;
    position: relative;
}

.indexFoodSearch .foodTypeSelect__item a::before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background: #9d9889;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (min-width: 769px) {
    .indexFoodSearch .foodTypeSelect__item a::before {
        width: 120px;
        bottom: 7px;
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .indexFoodSearch .foodTypeSelect__item a::before {
        width: 22.4vw;
        bottom: 3.2vw;
    }
}

.indexFoodSearch .foodTypeSelect__item a::after {
    content: "";
    display: block;
    position: absolute;
    background: #9d9889;
    transform: rotate(35deg);
    transform-origin: right bottom;
}

@media only screen and (min-width: 769px) {
    .indexFoodSearch .foodTypeSelect__item a::after {
        width: 10px;
        height: 1px;
        right: 11px;
        bottom: 7px;
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .indexFoodSearch .foodTypeSelect__item a::after {
        width: 2.14vw;
        height: 1px;
        right: 1.87vw;
        bottom: 3.2vw;
    }
}

@media only screen and (min-width: 769px) {
    .indexFoodSearch .foodTypeSelect__item a:hover::before {
        margin-left: 4px;
    }
    .indexFoodSearch .foodTypeSelect__item a:hover::after {
        right: 7px;
    }
    .indexFoodSearch .foodTypeSelect__item a:hover .foodTypeSelect__name {
        background: rgba(255, 255, 255, 0.6);
    }
    .indexFoodSearch .foodTypeSelect__item a:hover .foodTypeSelect__img {
        transform: scale(1.05) translateX(-50%);
        transform-origin: center left 0;
    }
}

@media only screen and (min-width: 769px) {
    .indexFoodSearch .foodTypeSelect__item.-dogDry .foodTypeSelect__img {
        width: 72px;
    }
}

@media only screen and (max-width: 768px) {
    .indexFoodSearch .foodTypeSelect__item.-dogDry .foodTypeSelect__img {
        width: 16.54vw;
    }
}

@media only screen and (min-width: 769px) {
    .indexFoodSearch .foodTypeSelect__item.-dogWet .foodTypeSelect__img {
        width: 94px;
    }
}

@media only screen and (max-width: 768px) {
    .indexFoodSearch .foodTypeSelect__item.-dogWet .foodTypeSelect__img {
        width: 19.74vw;
    }
}

@media only screen and (min-width: 769px) {
    .indexFoodSearch .foodTypeSelect__item.-dogOyatsu .foodTypeSelect__img {
        width: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .indexFoodSearch .foodTypeSelect__item.-dogOyatsu .foodTypeSelect__img {
        width: 13.6vw;
    }
}

@media only screen and (min-width: 769px) {
    .indexFoodSearch .foodTypeSelect__item.-catDry .foodTypeSelect__img {
        width: 72px;
    }
}

@media only screen and (max-width: 768px) {
    .indexFoodSearch .foodTypeSelect__item.-catDry .foodTypeSelect__img {
        width: 16.54vw;
    }
}

@media only screen and (min-width: 769px) {
    .indexFoodSearch .foodTypeSelect__item.-catWet .foodTypeSelect__img {
        width: 94px;
    }
}

@media only screen and (max-width: 768px) {
    .indexFoodSearch .foodTypeSelect__item.-catWet .foodTypeSelect__img {
        width: 19.74vw;
    }
}

@media only screen and (min-width: 769px) {
    .indexFoodSearch .foodTypeSelect__item.-catOyatsu .foodTypeSelect__img {
        width: 49px;
    }
}

@media only screen and (max-width: 768px) {
    .indexFoodSearch .foodTypeSelect__item.-catOyatsu .foodTypeSelect__img {
        width: 10.94vw;
    }
}

.indexFoodSearch .foodTypeSelect__name {
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .indexFoodSearch .foodTypeSelect__name {
        width: 100%;
        height: 100px;
        margin-top: 60px;
        padding-top: 60px;
        transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .indexFoodSearch .foodTypeSelect__name {
        width: 100%;
        height: 21.34vw;
        margin-top: 9.6vw;
        padding-top: 11.74vw;
    }
}

@media only screen and (min-width: 769px) {
    .indexFoodSearch .foodTypeSelect__img {
        position: absolute;
        bottom: 48px;
        left: 50%;
        transform: translateX(-50%);
        transform-origin: center left 0;
        transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .indexFoodSearch .foodTypeSelect__img {
        position: absolute;
        bottom: 10.67vw;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (min-width: 769px) {
    .indexFoodSearch .foodTypeSelect__img img {
        width: 100%;
    }
}

.indexFoodSearch .c-foodsearchBtn {
    display: block;
}

@media only screen and (min-width: 769px) {
    .indexFoodSearch .c-foodsearchBtn {
        width: 460px;
        margin: 48px auto 0;
    }
}

@media only screen and (max-width: 768px) {
    .indexFoodSearch .c-foodsearchBtn {
        width: 84vw;
        margin: 12.8vw auto 0;
    }
}

@media only screen and (min-width: 769px) {
    .l-shop {
        padding-bottom: 160px;
    }
}

@media only screen and (max-width: 768px) {
    .l-shop {
        padding: 13.34vw 8vw 26.67vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-shop .l-shop__inner {
        width: 1000px;
        height: 380px;
        margin: 0 auto;
        background: url(../img/index/bg_searchshop-pc.jpg);
        background-size: cover;
        padding: 60px 0 60px 62px;
        line-height: 2;
    }
}

@media only screen and (max-width: 768px) {
    .l-shop .l-shop__inner {
        width: 84vw;
        height: 142.14vw;
        background: url(../img/index/bg_searchshop-sp.jpg);
        background-size: cover;
        padding: 4.8vw 6.67vw 6.67vw;
        line-height: 1.4;
    }
}

.l-shop .l-shop__head {
    color: #2f3c0d;
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .l-shop .l-shop__head {
        font-size: 23px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .l-shop .l-shop__head {
        text-align: center;
        font-size: 4.8vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-shop .l-shop__txt {
        width: 418px;
        font-size: 16px;
        margin-bottom: 32px;
    }
}

@media only screen and (max-width: 768px) {
    .l-shop .l-shop__txt {
        font-size: 3.74vw;
        margin-bottom: 4.8vw;
        margin-top: 61.34vw;
        line-height: 1.6;
    }
}

@media only screen and (min-width: 769px) {
    .l-shop .l-shop__btn {
        width: 410px;
        padding-left: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .l-shop .l-shop__btn {
        width: 70.67vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-topics {
        width: 1000px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .l-topics {
        width: 84vw;
        margin: 0 auto;
    }
}

.l-topics .l-topics__ttl {
    font-family: "Crimson Text", serif;
    font-weight: 600;
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .l-topics .l-topics__ttl {
        font-size: 46px;
        margin-bottom: 22px;
    }
}

@media only screen and (max-width: 768px) {
    .l-topics .l-topics__ttl {
        font-size: 8.54vw;
        margin-bottom: 4vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-topics .l-topics__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .l-topics .l-topics__list {
        border-top: 1px solid #707070;
        margin-bottom: 6.4vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-topics .l-topics__item {
        width: 485px;
    }
}

.l-topics .l-topics__item:nth-last-child(-n + 2) .l-topics__item__ancker {
    border-bottom: 1px solid #707070;
}

.l-topics .l-topics__item__ancker {
    display: flex;
}

@media only screen and (min-width: 769px) {
    .l-topics .l-topics__item__ancker {
        padding: 16px 15px 16px 8px;
        border-top: 1px solid #707070;
        height: 100%;
    }
    .l-topics .l-topics__item__ancker:hover .l-topics__thumb {
        transform: scale(1.05);
    }
    .l-topics .l-topics__item__ancker:hover .l-topics__listTtl {
        color: #2f3c0d;
    }
}

@media only screen and (max-width: 768px) {
    .l-topics .l-topics__item__ancker {
        padding: 3.2vw 1.34vw;
        border-bottom: 1px solid #707070;
    }
}

@media only screen and (min-width: 769px) {
    .l-topics .l-topics__thumb {
        width: 90px;
        margin-right: 18px;
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .l-topics .l-topics__thumb {
        width: 16vw;
        margin-right: 3.2vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-topics .l-topics__thumb img {
        width: 100%;
    }
}

@media only screen and (min-width: 769px) {
    .l-topics .l-topics__detail {
        width: 353px;
    }
}

@media only screen and (max-width: 768px) {
    .l-topics .l-topics__detail {
        width: 62.14vw;
    }
}

.l-topics .l-topics__date {
    font-family: "Crimson Text", serif;
}

@media only screen and (min-width: 769px) {
    .l-topics .l-topics__date {
        font-size: 18px;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .l-topics .l-topics__date {
        font-size: 3.2vw;
        margin-bottom: 1.34vw;
    }
}

.l-topics .l-topics__date .-new {
    font-family: "Crimson Text", serif;
    font-weight: 600;
    display: inline-block;
    background: #2f3c0d;
    color: #e5e0ca;
    line-height: 1;
}

@media only screen and (min-width: 769px) {
    .l-topics .l-topics__date .-new {
        font-size: 17px;
        padding: 0px 8px 3px 9px;
        margin-right: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .l-topics .l-topics__date .-new {
        font-size: 3.2vw;
        padding: 0 1.34vw 0.8vw;
        margin-right: 1.87vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-topics .l-topics__listTtl {
        font-size: 15px;
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .l-topics .l-topics__listTtl {
        font-size: 3.47vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-topics .l-topics__btn {
        display: block;
        width: 315px;
        margin: 0 auto;
        height: 40px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .l-topics .l-topics__btn {
        height: 40px;
        line-height: 40px;
    }
}

.l-tasting > a {
    position: relative;
    display: -ms-grid;
    display: grid;
    background: rgba(255, 255, 255, 0.4);
}

@media only screen and (min-width: 769px) {
    .l-tasting > a {
        -ms-grid-columns: 321px 449px 174px;
        grid-template-columns: 321px 449px 174px;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
        width: 1000px;
        margin: 0 auto 40px;
        padding: 24px 32px 24px 25px;
        transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .l-tasting > a > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .l-tasting > a > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .l-tasting > a > *:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .l-tasting > a > *:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    .l-tasting > a > *:nth-child(5) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }
    .l-tasting > a > *:nth-child(6) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }
    .l-tasting > a > *:nth-child(7) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    .l-tasting > a > *:nth-child(8) {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }
    .l-tasting > a > *:nth-child(9) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }
}

@media only screen and (max-width: 768px) {
    .l-tasting > a {
        width: 84vw;
        margin: 0 auto 10.67vw;
        padding: 6.67vw 4vw 4.8vw;
    }
}

.l-tasting > a::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/cat/natural/bg_cat-02.png);
}

@media only screen and (min-width: 769px) {
    .l-tasting > a::before {
        width: 179px;
        height: 199px;
        background-size: 179px 199px;
        top: -16px;
        right: 116px;
    }
}

@media only screen and (max-width: 768px) {
    .l-tasting > a::before {
        width: 28vw;
        height: 31.2vw;
        background-size: 28vw 31.2vw;
        top: -11.2vw;
        left: -4vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-tasting > a:hover {
        background: rgba(255, 255, 255, 0.6);
    }
    .l-tasting > a:hover .l-tasting__thumb img {
        transform: scale(1.03);
    }
    .l-tasting > a:hover .l-tasting__link {
        transform: translateX(8px);
    }
}

@media only screen and (max-width: 768px) {
    .l-tasting.-dog {
        padding-top: 13.34vw;
        margin-top: -13.33vw;
        overflow: hidden;
    }
}

.l-tasting.-dog > a::before {
    background: url(../images/bg_dog.png);
}

@media only screen and (min-width: 769px) {
    .l-tasting.-dog > a::before {
        width: 208px;
        height: 199px;
        background-size: 208px 199px;
    }
}

@media only screen and (max-width: 768px) {
    .l-tasting.-dog > a::before {
        width: 34.67vw;
        height: 33.34vw;
        background-size: 34.67vw 33.34vw;
        top: -13.86vw;
        left: 64.54vw;
    }
}

.l-tasting .l-tasting__head {
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .l-tasting .l-tasting__head {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        -ms-grid-row-align: end;
        align-self: end;
        font-size: 24px;
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .l-tasting .l-tasting__head {
        text-align: center;
        font-size: 5.87vw;
        margin-bottom: 4.27vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-tasting .l-tasting__thumb {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        grid-row: 1 / 4;
        margin-right: 36px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 768px) {
    .l-tasting .l-tasting__thumb {
        width: 76vw;
        margin-bottom: 3.74vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-tasting .l-tasting__thumb img {
        transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

.l-tasting .l-tasting__txt {
    line-height: 1.6;
}

@media only screen and (min-width: 769px) {
    .l-tasting .l-tasting__txt {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .l-tasting .l-tasting__txt {
        font-size: 3.47vw;
        text-align: left;
        margin-bottom: 4vw;
    }
}

.l-tasting .l-tasting__link {
    position: relative;
}

@media only screen and (min-width: 769px) {
    .l-tasting .l-tasting__link {
        -ms-grid-row-align: end;
        align-self: end;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3 / 4;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3 / 4;
        font-size: 15px;
        transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .l-tasting .l-tasting__link {
        -ms-grid-column-align: end;
        justify-self: end;
    }
}

.l-tasting .l-tasting__link span {
    color: #2f3c0d;
}

@media only screen and (max-width: 768px) {
    .l-tasting .l-tasting__link span {
        padding-right: 55px;
    }
}

.l-tasting .l-tasting__link::before {
    content: "";
    display: block;
    position: absolute;
    background: #2f3c0d;
    height: 1px;
}

@media only screen and (min-width: 769px) {
    .l-tasting .l-tasting__link::before {
        width: 80px;
        top: 11px;
        right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .l-tasting .l-tasting__link::before {
        width: 10.67vw;
        top: 2.67vw;
        right: 1.6vw;
    }
}

.l-tasting .l-tasting__link::after {
    content: "";
    display: block;
    position: absolute;
    background: #2f3c0d;
    transform: rotate(35deg);
    transform-origin: right bottom;
    width: 10px;
    height: 1px;
}

@media only screen and (min-width: 769px) {
    .l-tasting .l-tasting__link::after {
        top: 11px;
        right: -1px;
    }
}

@media only screen and (max-width: 768px) {
    .l-tasting .l-tasting__link::after {
        top: 2.67vw;
        right: 1.34vw;
    }
}

.l-lineup {
    margin: 0 auto;
}

@media only screen and (min-width: 769px) {
    .l-lineup {
        width: 1000px;
        margin-bottom: 64px;
    }
}

.l-lineup__head {
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .l-lineup__head {
        margin-bottom: 53px;
    }
}

@media only screen and (max-width: 768px) {
    .l-lineup__head {
        width: 84vw;
        margin: 0 auto 8.54vw;
    }
}

.l-lineup__ttl {
    font-weight: 600;
    line-height: 1.2;
}

@media only screen and (min-width: 769px) {
    .l-lineup__ttl {
        font-size: 36px;
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 768px) {
    .l-lineup__ttl {
        font-size: 5.87vw;
        margin-bottom: 6.4vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-lineup__head__txt {
        font-size: 16px;
        line-height: 2;
    }
}

@media only screen and (max-width: 768px) {
    .l-lineup__head__txt {
        text-align: left;
        font-size: 3.74vw;
        line-height: 1.9;
    }
}

.l-lineup__head__att {
    display: block;
}

@media only screen and (min-width: 769px) {
    .l-lineup__head__att {
        font-size: 12px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .l-lineup__head__att {
        text-align: left;
        font-size: 10px;
        margin-top: 2.67vw;
    }
}

.l-lineup__btn {
    display: block;
}

@media only screen and (min-width: 769px) {
    .l-lineup__btn {
        width: 315px;
        margin: 0 auto;
        height: 40px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .l-lineup__btn {
        width: 84vw;
        margin: 0 auto;
        height: 40px;
        line-height: 40px;
    }
}

.l-sampleBnr {
    position: fixed;
    bottom: 0;
    z-index: 10;
}

@media only screen and (min-width: 769px) {
    .l-sampleBnr {
        width: 400px;
        right: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .l-sampleBnr {
        width: 94.67vw;
        left: 2.67vw;
    }
}

.l-sampleBnr .l-sampleBnr__head {
    position: absolute;
    background: url(../images/bg_dark.jpg);
    font-weight: 600;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .l-sampleBnr .l-sampleBnr__head {
        width: 375px;
        top: -19px;
        font-size: 15px;
        padding: 5px 0 5px;
    }
}

@media only screen and (max-width: 768px) {
    .l-sampleBnr .l-sampleBnr__head {
        width: 76vw;
        top: -2.66vw;
        font-size: 3.47vw;
        padding: 1.34vw 0;
        background-size: 100vw auto;
    }
}

.l-sampleBnr .l-sampleBnr__body {
    background: #e5e0ca;
    display: flex;
    justify-content: space-between;
}

@media only screen and (min-width: 769px) {
    .l-sampleBnr .l-sampleBnr__body {
        width: 400px;
        border-radius: 10px 10px 0 0;
        padding: 21px 22px 10px 17px;
    }
}

@media only screen and (max-width: 768px) {
    .l-sampleBnr .l-sampleBnr__body {
        width: 94.67vw;
        border-radius: 2.67vw 2.67vw 0 0;
        padding: 6.94vw 5.07vw 2.4vw 5.34vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-sampleBnr .l-sampleBnr__img {
        width: 90px;
    }
}

@media only screen and (max-width: 768px) {
    .l-sampleBnr .l-sampleBnr__img {
        width: 18.4vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-sampleBnr .l-sampleBnr__txt {
        width: 257px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 768px) {
    .l-sampleBnr .l-sampleBnr__txt {
        width: 63.47vw;
        font-size: 3.2vw;
    }
}

.l-sampleBnr .l-sampleBnr__link {
    text-align: right;
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .l-sampleBnr .l-sampleBnr__link {
        font-size: 12px;
        margin-top: 9px;
    }
}

@media only screen and (max-width: 768px) {
    .l-sampleBnr .l-sampleBnr__link {
        font-size: 2.67vw;
        margin-top: 1.34vw;
    }
}

.l-sampleBnr .l-sampleBnr__link a {
    position: relative;
    color: #2f3c0d;
    text-decoration: underline;
}

@media only screen and (min-width: 769px) {
    .l-sampleBnr .l-sampleBnr__link a {
        padding-right: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .l-sampleBnr .l-sampleBnr__link a {
        padding-right: 4vw;
    }
}

.l-sampleBnr .l-sampleBnr__link a::before {
    content: "";
    display: block;
    position: absolute;
    /* background: url(../images/icon_arrow-dark.svg); */
}

@media only screen and (min-width: 769px) {
    .l-sampleBnr .l-sampleBnr__link a::before {
        width: 6px;
        height: 11px;
        background-size: 6px 11px;
        right: 0;
        top: 5px;
        transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .l-sampleBnr .l-sampleBnr__link a::before {
        width: 1.6vw;
        height: 2.94vw;
        background-size: 1.6vw 2.94vw;
        right: 0;
        top: 1.07vw;
    }
}

@media only screen and (min-width: 769px) {
    .l-sampleBnr .l-sampleBnr__link a:hover::before {
        right: -4px;
    }
}

.l-pageBtnBnr {
    position: relative;
    background: url(../images/bg_dark.jpg);
}

@media only screen and (max-width: 768px) {
    .l-pageBtnBnr {
        padding: 10.14vw 8vw 13.34vw;
        width: 100vw;
        background-size: 100vw;
        background-position: left 74.41vw;
    }
}

.l-pageBtnBnr::before {
    content: "";
    display: block;
    position: absolute;
}

@media only screen and (max-width: 768px) {
    .l-pageBtnBnr::before {
        background: url(../images/bg_dark-top-sp.png) left top;
        background-size: 100vw auto;
        height: 18.67vw;
        width: 100%;
        top: -18.66vw;
        left: 0;
    }
}

@media only screen and (min-width: 769px) {
    .l-pageBtnBnr .l-pageBtnBnr__inner {
        padding: 95px 0 48px;
        margin-top: -45px;
    }
}

@media only screen and (min-width: 769px) {
    .c-campaingBnr {
        width: 1000px;
        margin: 0 auto 80px;
    }
}

@media only screen and (max-width: 768px) {
    .c-campaingBnr {
        width: 84vw;
        margin: 0 auto 14.94vw;
    }
}

@media only screen and (min-width: 769px) {
    .c-forcatBnr {
        width: 1000px;
        height: 170px;
        background: url(../images/bnr_forcat-pc.png);
        background-size: cover;
        margin: 48px auto 0;
        box-shadow: 0px 10px 36px 0px rgba(47, 32, 22, 0.3);
    }
}

@media only screen and (max-width: 768px) {
    .c-forcatBnr {
        width: 84vw;
        height: 45.34vw;
        background: url(../images/bnr_forcat-sp.png);
        background-size: cover;
        margin: 6.4vw auto 0;
        box-shadow: 0px 2.67vw 9.6vw 0px rgba(47, 32, 22, 0.3);
    }
}

.c-forcatBnr .c-forcatBnr__ancker {
    display: block;
    color: #e5e0ca;
}

.c-forcatBnr .c-forcatBnr__ttl {
    position: relative;
    border-bottom: 1px solid #e5e0ca;
}

@media only screen and (min-width: 769px) {
    .c-forcatBnr .c-forcatBnr__ttl {
        width: 354px;
        padding: 53px 20px 37px;
        margin-left: 21px;
    }
}

@media only screen and (max-width: 768px) {
    .c-forcatBnr .c-forcatBnr__ttl {
        width: 77.07vw;
        padding: 27.74vw 8.27vw 0;
    }
}

.c-forcatBnr .c-forcatBnr__ttl::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    right: -1px;
    background: #e5e0ca;
    transform: rotate(35deg);
    transform-origin: right bottom;
}

@media only screen and (min-width: 769px) {
    .c-forcatBnr .c-forcatBnr__ttl::before {
        width: 10px;
        height: 1px;
    }
}

@media only screen and (max-width: 768px) {
    .c-forcatBnr .c-forcatBnr__ttl::before {
        width: 2.67vw;
        height: 1px;
    }
}

.c-forcatBnr .c-forcatBnr__ttl .-en {
    font-family: "Crimson Text", serif;
    line-height: 1;
}

@media only screen and (min-width: 769px) {
    .c-forcatBnr .c-forcatBnr__ttl .-en {
        font-size: 35px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .c-forcatBnr .c-forcatBnr__ttl .-en {
        font-size: 8.81vw;
    }
}

.c-forcatBnr .c-forcatBnr__ttl .-jp {
    line-height: 1;
}

@media only screen and (min-width: 769px) {
    .c-forcatBnr .c-forcatBnr__ttl .-jp {
        font-size: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .c-forcatBnr .c-forcatBnr__ttl .-jp {
        font-size: 3.74vw;
    }
}

@media only screen and (min-width: 769px) {
    .c-careBnr {
        width: 1000px;
        height: 170px;
        background: url(../images/bnr_catcare-pc.png);
        background-size: cover;
        margin: 48px auto 0;
    }
}

@media only screen and (max-width: 768px) {
    .c-careBnr {
        width: 84vw;
        height: 45.34vw;
        background: url(../images/bnr_catcare-sp.png);
        background-size: cover;
        margin: 6.4vw auto 0;
    }
}

.c-careBnr .c-careBnr__ancker {
    display: block;
    position: relative;
    color: #e5e0ca;
}

@media only screen and (min-width: 769px) {
    .c-careBnr .c-careBnr__ancker {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 1000px;
        height: 170px;
        margin: 0 auto;
        box-shadow: 0px 10px 36px 0px rgba(47, 32, 22, 0.3);
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .c-careBnr .c-careBnr__ancker {
        width: 84vw;
        height: 45.34vw;
        background-size: 100vw;
        box-shadow: 0px 2.67vw 9.6vw 0px rgba(47, 32, 22, 0.3);
    }
}

.c-careBnr .c-careBnr__head {
    position: relative;
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .c-careBnr .c-careBnr__head {
        font-size: 28px;
        margin: 0 0 6px;
        padding: 0 0 0 40px;
    }
}

@media only screen and (max-width: 768px) {
    .c-careBnr .c-careBnr__head {
        width: 77.07vw;
        margin: 0 auto 1.07vw;
        font-size: 5.87vw;
        padding: 29.87vw 0 0 1.87vw;
    }
}

.c-careBnr .c-careBnr__catch {
    position: relative;
    line-height: 1;
    border-bottom: 1px solid #e5e0ca;
}

@media only screen and (min-width: 769px) {
    .c-careBnr .c-careBnr__catch {
        width: 919px;
        font-size: 15px;
        margin: 0 0 0 40px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .c-careBnr .c-careBnr__catch {
        width: 77.07vw;
        margin: 0 auto;
        font-size: 3.2vw;
        letter-spacing: 0;
        padding: 0 0 0 1.87vw;
    }
}

.c-careBnr .c-careBnr__catch::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    right: -1px;
    background: #e5e0ca;
    transform: rotate(35deg);
    transform-origin: right bottom;
}

@media only screen and (min-width: 769px) {
    .c-careBnr .c-careBnr__catch::before {
        width: 10px;
        height: 1px;
    }
}

@media only screen and (max-width: 768px) {
    .c-careBnr .c-careBnr__catch::before {
        width: 2.67vw;
        height: 1px;
    }
}

.c-subBrandLinkBnr {
    background: rgba(255, 255, 255, 0.4);
}

@media only screen and (min-width: 769px) {
    .c-subBrandLinkBnr {
        position: relative;
        width: 1000px;
        height: 126px;
        margin: 0 auto;
        padding: 17px 21px 17px 24px;
        transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .c-subBrandLinkBnr {
        width: 84vw;
        margin: 0 auto;
        padding: 4.27vw 6.14vw;
    }
}

@media only screen and (min-width: 769px) {
    .c-subBrandLinkBnr:hover {
        background: rgba(255, 255, 255, 0.6);
    }
    .c-subBrandLinkBnr:hover .c-subBrandLinkBnr__txt::before {
        left: 5px;
    }
    .c-subBrandLinkBnr:hover .c-subBrandLinkBnr__txt::after {
        right: -5px;
    }
}

.c-subBrandLinkBnr .c-subBrandLinkBnr__ancker {
    display: flex;
}

@media only screen and (min-width: 769px) {
    .c-subBrandLinkBnr .c-subBrandLinkBnr__ancker {
        justify-content: space-between;
        height: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .c-subBrandLinkBnr .c-subBrandLinkBnr__ancker {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media only screen and (min-width: 769px) {
    .c-subBrandLinkBnr .c-subBrandLinkBnr__img {
        position: relative;
        width: 248px;
    }
}

@media only screen and (max-width: 768px) {
    .c-subBrandLinkBnr .c-subBrandLinkBnr__img {
        width: 61.87vw;
        margin-bottom: 1.87vw;
    }
}

@media only screen and (min-width: 769px) {
    .c-subBrandLinkBnr .c-subBrandLinkBnr__img img {
        position: absolute;
        bottom: 0;
    }
}

.c-subBrandLinkBnr .c-subBrandLinkBnr__txt {
    position: relative;
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .c-subBrandLinkBnr .c-subBrandLinkBnr__txt {
        display: flex;
        align-items: center;
        width: 699px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .c-subBrandLinkBnr .c-subBrandLinkBnr__txt {
        width: 73.87vw;
        font-size: 4vw;
        text-align: center;
        padding-bottom: 4.27vw;
    }
}

.c-subBrandLinkBnr .c-subBrandLinkBnr__txt::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #9d9889;
    bottom: 0;
    left: 0;
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.c-subBrandLinkBnr .c-subBrandLinkBnr__txt::after {
    content: "";
    display: block;
    position: absolute;
    background: #9d9889;
    bottom: 0px;
    right: 0px;
    transform: rotate(35deg);
    transform-origin: right bottom;
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (min-width: 769px) {
    .c-subBrandLinkBnr .c-subBrandLinkBnr__txt::after {
        width: 10px;
        height: 1px;
    }
}

@media only screen and (max-width: 768px) {
    .c-subBrandLinkBnr .c-subBrandLinkBnr__txt::after {
        width: 3.2vw;
        height: 1px;
    }
}

.c-greenBtn {
    position: relative;
    background: #2f3c0d;
    font-family: "Noto Serif JP", serif;
    color: #e5e0ca;
    text-align: center;
    letter-spacing: 0.04em;
}

@media only screen and (min-width: 769px) {
    .c-greenBtn {
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

.c-greenBtn::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url("/cdn/shop/files/icon_arrow.svg?v=1749488478");
}

@media only screen and (min-width: 769px) {
    .c-greenBtn::before {
        background-size: 8px 15px;
        width: 8px;
        height: 15px;
        right: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .c-greenBtn::before {
        background-size: 2.14vw 4vw;
        width: 2.14vw;
        height: 4vw;
        right: 4vw;
    }
}

@media only screen and (min-width: 769px) {
    .c-greenBtn:hover {
        background: #425313;
        transform: translate(2px, 2px);
    }
    .c-greenBtn:hover::before {
        right: 12px;
    }
}

.c-lightBrownBtn {
    position: relative;
    background: #5d3518;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    color: #e5e0ca;
    text-align: center;
    letter-spacing: 0.04em;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 769px) {
    .c-lightBrownBtn {
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

.c-lightBrownBtn::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url("/cdn/shop/files/icon_arrow.svg?v=1749488478");
}

@media only screen and (min-width: 769px) {
    .c-lightBrownBtn::before {
        background-size: 8px 15px;
        width: 8px;
        height: 15px;
        right: 15px;
        transition: right 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .c-lightBrownBtn::before {
        background-size: 2.14vw 4vw;
        width: 2.14vw;
        height: 4vw;
        right: 4vw;
    }
}

@media only screen and (min-width: 769px) {
    .c-lightBrownBtn:hover {
        background: #71370d;
        transform: translate(2px, 2px);
        box-shadow: none;
    }
    .c-lightBrownBtn:hover::before {
        right: 12px;
    }
}

.c-lightBrownBtn.-back::before {
    transform: rotate(180deg) translateY(-50%);
    transform-origin: center top;
}

@media only screen and (min-width: 769px) {
    .c-lightBrownBtn.-back::before {
        left: 20px;
        right: initial;
        transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .c-lightBrownBtn.-back::before {
        left: 4vw;
        right: initial;
    }
}

@media only screen and (min-width: 769px) {
    .c-lightBrownBtn.-back:hover {
        background: #71370d;
        transform: translate(2px, 2px);
        box-shadow: none;
    }
    .c-lightBrownBtn.-back:hover::before {
        left: 16px;
    }
}

.c-brownBtn {
    position: relative;
    background: #2f2016;
    font-family: "Noto Serif JP", serif;
    color: #e5e0ca;
    text-align: center;
    letter-spacing: 0.04em;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 769px) {
    .c-brownBtn {
        transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

.c-brownBtn::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url("/cdn/shop/files/icon_arrow.svg?v=1749488478");
}

@media only screen and (min-width: 769px) {
    .c-brownBtn::before {
        background-size: 8px 15px;
        width: 8px;
        height: 15px;
        right: 15px;
        transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .c-brownBtn::before {
        background-size: 2.14vw 4vw;
        width: 2.14vw;
        height: 4vw;
        right: 4vw;
    }
}

@media only screen and (min-width: 769px) {
    .c-brownBtn:hover {
        transform: translate(2px, 2px);
    }
    .c-brownBtn:hover::before {
        right: 10px;
    }
}

.c-searchBtn {
    position: relative;
    background: #5d3518;
    font-family: "Noto Serif JP", serif;
    color: #e5e0ca;
    text-align: center;
    letter-spacing: 0.04em;
    font-weight: 600;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 769px) {
    .c-searchBtn {
        height: 54px;
        padding-left: 10px;
        font-size: 18px;
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .c-searchBtn {
        height: 16vw;
        padding-left: 15.2vw;
        font-size: 4.27vw;
    }
}

@media only screen and (min-width: 769px) {
    .c-searchBtn:hover {
        transform: translate(2px, 2px);
        background: #71370d;
        box-shadow: none;
    }
    .c-searchBtn:hover .c-searchBtn__icon {
        width: 48px;
    }
}

.c-searchBtn .c-searchBtn__icon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #7e4114;
    height: 100%;
    top: 0;
    left: 0;
}

@media only screen and (min-width: 769px) {
    .c-searchBtn .c-searchBtn__icon {
        width: 44px;
        transition: width 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .c-searchBtn .c-searchBtn__icon {
        width: 9.87vw;
    }
}

.c-searchBtn .c-searchBtn__icon::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #7e4014;
}

@media only screen and (min-width: 769px) {
    .c-searchBtn .c-searchBtn__icon::before {
        border-width: 27px 0 27px 20px;
        right: -20px;
    }
}

@media only screen and (max-width: 768px) {
    .c-searchBtn .c-searchBtn__icon::before {
        border-width: 8vw 0 8vw 5.34vw;
        right: -5.33vw;
    }
}

@media only screen and (min-width: 769px) {
    .c-searchBtn .c-searchBtn__icon img {
        width: 26px;
        background-size: 26px auto;
        height: 26px;
        transform: translateX(5px);
    }
}

@media only screen and (max-width: 768px) {
    .c-searchBtn .c-searchBtn__icon img {
        width: 5.87vw;
        height: 5.87vw;
        background-size: 5.87vw auto;
        transform: translateX(1.34vw);
    }
}

.c-foodAmountBtn {
    width: 100%;
    position: relative;
    background: #5d3518;
    color: #e5e0ca;
    font-weight: 600;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 769px) {
    .c-foodAmountBtn {
        height: 64px;
        padding-left: 84px;
        font-size: 19px;
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .c-foodAmountBtn {
        height: 16vw;
        padding-left: 19.47vw;
        font-size: 4vw;
    }
}

@media only screen and (min-width: 769px) {
    .c-foodAmountBtn:hover {
        transform: translate(2px, 2px);
        background: #71370d;
        box-shadow: none;
    }
    .c-foodAmountBtn:hover .c-foodAmountBtn__icon {
        width: 81px;
    }
}

.c-foodAmountBtn .c-foodAmountBtn__icon {
    position: absolute;
    display: flex;
    align-items: center;
    background: #7e4114;
    height: 100%;
    top: 0;
    left: 0;
}

@media only screen and (min-width: 769px) {
    .c-foodAmountBtn .c-foodAmountBtn__icon {
        width: 76px;
        padding-left: 17px;
        transition: width 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .c-foodAmountBtn .c-foodAmountBtn__icon {
        width: 14.14vw;
        padding-left: 3.47vw;
    }
}

.c-foodAmountBtn .c-foodAmountBtn__icon::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #7e4014;
}

@media only screen and (min-width: 769px) {
    .c-foodAmountBtn .c-foodAmountBtn__icon::before {
        border-width: 32px 0 32px 20px;
        right: -20px;
    }
}

@media only screen and (max-width: 768px) {
    .c-foodAmountBtn .c-foodAmountBtn__icon::before {
        border-width: 8vw 0 8vw 5.34vw;
        right: -5.33vw;
    }
}

@media only screen and (min-width: 769px) {
    .c-foodAmountBtn .c-foodAmountBtn__icon img {
        width: 52.47px;
        height: 47.18px;
    }
}

@media only screen and (max-width: 768px) {
    .c-foodAmountBtn .c-foodAmountBtn__icon img {
        width: 9.87vw;
        height: 8.81vw;
    }
}

.c-foodsearchBtn {
    width: 100% !important;
    position: relative;
    background: #5d3518;
    color: #e5e0ca;
    font-weight: 600;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
    max-width: 1000px;
}

@media only screen and (min-width: 769px) {
    .c-foodsearchBtn {
        height: 64px;
        padding-left: 10px;
        font-size: 19px;
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .c-foodsearchBtn {
        width: 84vw !important;
        height: 16vw;
        padding-left: 19.47vw;
        font-size: 4vw;
    }
}

@media only screen and (min-width: 769px) {
    .c-foodsearchBtn:hover {
        transform: translate(2px, 2px);
        background: #71370d;
        box-shadow: none;
    }
    .c-foodsearchBtn:hover .c-foodsearchBtn__icon {
        width: 68px;
    }
}

@media only screen and (max-width: 768px) {
    .c-foodsearchBtn.-line3 {
        height: 24vw;
    }
    .c-foodsearchBtn.-line3 .c-foodsearchBtn__icon::before {
        border-width: 12vw 0 12vw 5.34vw;
    }
}

@media only screen and (max-width: 768px) {
    .c-foodsearchBtn.-line4 {
        height: 30.4vw;
    }
    .c-foodsearchBtn.-line4 .c-foodsearchBtn__icon::before {
        border-width: 15.2vw 0 15.2vw 5.34vw;
    }
}

.c-foodsearchBtn .c-foodsearchBtn__icon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #7e4114;
    height: 100%;
    top: 0;
    left: 0;
}

@media only screen and (min-width: 769px) {
    .c-foodsearchBtn .c-foodsearchBtn__icon {
        width: 64px;
        transition: width 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .c-foodsearchBtn .c-foodsearchBtn__icon {
        width: 14.14vw;
    }
}

.c-foodsearchBtn .c-foodsearchBtn__icon::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #7e4014;
}

@media only screen and (min-width: 769px) {
    .c-foodsearchBtn .c-foodsearchBtn__icon::before {
        border-width: 32px 0 32px 20px;
        right: -20px;
    }
}

@media only screen and (max-width: 768px) {
    .c-foodsearchBtn .c-foodsearchBtn__icon::before {
        border-width: 8vw 0 8vw 5.34vw;
        right: -5.33vw;
    }
}

@media only screen and (min-width: 769px) {
    .c-foodsearchBtn .c-foodsearchBtn__icon img {
        width: 28px;
        background-size: 28px auto;
        height: 39px;
    }
}

@media only screen and (max-width: 768px) {
    .c-foodsearchBtn .c-foodsearchBtn__icon img {
        width: 6.4vw;
        height: 9.87vw;
        background-size: 6.4vw auto;
    }
}

.c-moreBtn {
    position: relative;
    font-family: "Noto Serif JP", serif;
    border: 1px solid #2f3c0d;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (min-width: 769px) {
    .c-moreBtn {
        font-size: 15px;
    }
    .c-moreBtn:hover {
        transform: translate(2px, 2px);
    }
    .c-moreBtn:hover::before {
        transform: translateX(-50%) rotate(90deg);
    }
    .c-moreBtn:hover::after {
        transform: translateX(-50%) rotate(180deg);
    }
}

@media only screen and (max-width: 768px) {
    .c-moreBtn {
        font-size: 4.27vw;
    }
}

.c-moreBtn::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    height: 1px;
    background: #2f3c0d;
    transform: translateX(-50%);
}

@media only screen and (min-width: 769px) {
    .c-moreBtn::before {
        left: 16px;
        width: 15px;
        transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .c-moreBtn::before {
        left: 4.27vw;
        width: 4vw;
    }
}

.c-moreBtn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    height: 1px;
    background: #2f3c0d;
    transform: translateX(-50%) rotate(90deg);
}

@media only screen and (min-width: 769px) {
    .c-moreBtn::after {
        left: 16px;
        width: 15px;
        transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .c-moreBtn::after {
        left: 4.27vw;
        width: 4vw;
    }
}

.c-moreBtn:active {
    color: #2f3c0d;
}

.c-moreArrowBtn {
    position: relative;
    font-family: "Noto Serif JP", serif;
    border: 1px solid #2f3c0d;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    color: #2f3c0d;
}

@media only screen and (min-width: 769px) {
    .c-moreArrowBtn {
        font-size: 15px;
    }
    .c-moreArrowBtn:hover::before {
        right: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .c-moreArrowBtn {
        font-size: 4.27vw;
    }
}

.c-moreArrowBtn::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/icon_arrow-green.svg) no-repeat center;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 769px) {
    .c-moreArrowBtn::before {
        width: 8px;
        height: 15px;
        background-size: 8px 15px;
        right: 14px;
        transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .c-moreArrowBtn::before {
        width: 2.14vw;
        height: 4vw;
        background-size: 2.14vw 4vw;
        right: 2.67vw;
    }
}

.c-moreArrowBtn:active {
    color: #2f3c0d;
}

@media only screen and (min-width: 769px) {
    .c-pageBnr {
        display: flex;
        justify-content: space-between;
        width: 1000px;
        margin: 0 auto 80px;
    }
}

.c-pageBnr__item {
    box-shadow: 0px 10px 36px 0px rgba(47, 32, 22, 0.3);
}

@media only screen and (min-width: 769px) {
    .c-pageBnr__item {
        width: 485px;
        height: 190px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 768px) {
    .c-pageBnr__item {
        width: 84vw;
        height: 45.34vw;
        margin: 0 auto 4.27vw;
    }
}

@media only screen and (max-width: 768px) {
    .c-pageBnr__item:last-child {
        margin-bottom: 8.54vw;
    }
}

@media only screen and (min-width: 769px) {
    .c-pageBnr__item:hover .c-pageBnr__ancker::before {
        transform: scale(1.01);
    }
    .c-pageBnr__item:hover .c-pageBnr__ttl::before {
        left: 5px;
    }
    .c-pageBnr__item:hover .c-pageBnr__ttl::after {
        right: -6px;
    }
}

.c-pageBnr__ancker {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.c-pageBnr__ancker::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media only screen and (min-width: 769px) {
    .c-pageBnr__ancker::before {
        transition: transform 0.5s linear;
    }
}

.c-pageBnr__ttl {
    position: absolute;
    color: #e5e0ca;
    line-height: 1.2;
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .c-pageBnr__ttl {
        width: 289px;
        left: 23px;
        bottom: 20px;
        padding-left: 7px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .c-pageBnr__ttl {
        width: 77.07vw;
        bottom: 5.34vw;
        font-size: 5.34vw;
        left: 3.47vw;
        padding-left: 1.87vw;
    }
}

@media only screen and (min-width: 769px) {
    .c-pageBnr__ttl .-jpSmall {
        font-size: 15px;
        margin-top: 4px;
    }
}

@media only screen and (max-width: 768px) {
    .c-pageBnr__ttl .-jpSmall {
        font-size: 3.2vw;
        margin-top: 2px;
    }
}

.c-pageBnr__ttl::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e5e0ca;
    bottom: -1px;
    left: 0;
}

@media only screen and (min-width: 769px) {
    .c-pageBnr__ttl::before {
        transition: left 0.3s linear;
    }
}

.c-pageBnr__ttl::after {
    content: "";
    display: block;
    position: absolute;
    background: #e5e0ca;
    bottom: -1px;
    right: -1px;
    transform: rotate(35deg);
    transform-origin: right bottom;
    width: 10px;
    height: 1px;
}

@media only screen and (min-width: 769px) {
    .c-pageBnr__ttl::after {
        transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

.c-bottomPager__btn {
    display: block;
    margin: 0 auto;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding-left: 1em;
    font-family: "Noto Serif JP", serif !important;
}

@media only screen and (min-width: 769px) {
    .c-bottomPager__btn {
        width: 500px;
        height: 47px;
        line-height: 47px;
    }
}

@media only screen and (max-width: 768px) {
    .c-bottomPager__btn {
        width: 84vw;
        height: 12.54vw;
        line-height: 12.27vw;
        font-size: 4.27vw;
    }
}

.c-bottomPager__btn::before {
    right: initial;
    transform: translateY(-50%) rotate(180deg);
}

@media only screen and (min-width: 769px) {
    .c-bottomPager__btn::before {
        left: 20px;
        transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .c-bottomPager__btn::before {
        left: 4vw;
    }
}

@media only screen and (min-width: 769px) {
    .c-bottomPager__btn:hover::before {
        left: 15px;
    }
}

.c-bnrshadow-01 {
    box-shadow: 0px 10px 36px 0px rgba(47, 32, 22, 0.3);
}

.c-bnrshadow-02 {
    box-shadow: 0px -3px 26px 0px rgba(0, 0, 0, 0.16);
}

.c-pageTtl {
    position: relative;
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .c-pageTtl {
        height: 29.28vw;
        min-height: 400px;
        padding: 162px 0 145px;
    }
}

@media only screen and (max-width: 768px) {
    .c-pageTtl {
        height: 78.54vw;
        padding: 39.74vw 0 83px;
    }
}

.c-pageTtl__ttl {
    color: #e5e0ca;
}

.c-pageTtl__ttl.-underPage {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
    font-family: "Noto Serif JP", serif !important;
}

@media only screen and (min-width: 769px) {
    .c-pageTtl__ttl.-underPage {
        font-size: 32px;
        bottom: 160px;
        font-weight: 700;
        font-family: "Noto Serif JP", serif !important;
    }
    }

@media only screen and (max-width: 768px) {
    .c-pageTtl__ttl.-underPage {
        font-size: 5.87vw;
        bottom: 21.34vw;
    }
}

.c-pageTtl__ttl .-en {
    display: block;
    font-family: "Crimson Text", serif;
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .c-pageTtl__ttl .-en {
        font-size: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .c-pageTtl__ttl .-en {
        font-size: 10.67vw;
    }
}

.c-pageTtl__ttl .-jp {
    display: block;
    letter-spacing: 0;
    font-weight: normal;
}

@media only screen and (min-width: 769px) {
    .c-pageTtl__ttl .-jp {
        font-size: 32px;
    }
}

@media only screen and (max-width: 768px) {
    .c-pageTtl__ttl .-jp {
        font-size: 4.8vw;
    }
}

.c-pageTtl__sub {
    color: #e5e0ca;
    font-weight: bold;
}

@media only screen and (min-width: 769px) {
    .c-pageTtl__sub {
        font-size: 18px;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .c-pageTtl__sub {
        font-size: 3.74vw;
        margin-top: 1.34vw;
    }
}

.c-pageSimpleTtl {
    font-weight: 600;
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .c-pageSimpleTtl {
        padding: 186px 0 60px;
    }
}

@media only screen and (max-width: 768px) {
    .c-pageSimpleTtl {
        padding: 34.14vw 0 10.67vw;
    }
}

@media only screen and (min-width: 769px) {
    .c-pageSimpleTtl__shoulder {
        font-size: 24px;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .c-pageSimpleTtl__shoulder {
        font-size: 5.87vw;
        margin-bottom: 7.47vw;
    }
}

@media only screen and (min-width: 769px) {
    .c-pageSimpleTtl__main {
        font-size: 36px;
    }
}

@media only screen and (max-width: 768px) {
    .c-pageSimpleTtl__main {
        font-size: 5.87vw;
    }
}

@media only screen and (min-width: 769px) {
    .c-pageSimpleTtl__main-02 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 768px) {
    .c-pageSimpleTtl__main-02 {
        font-size: 4.8vw;
    }
}

@media only screen and (min-width: 769px) {
    .c-pageSimpleTtl__sub {
        font-size: 16px;
        margin-top: 28px;
    }
}

@media only screen and (max-width: 768px) {
    .c-pageSimpleTtl__sub {
        font-size: 4vw;
        margin-top: 4.27vw;
    }
}

@media only screen and (min-width: 769px) {
    .c-pageSimpleTtl__catch {
        line-height: 2;
        font-size: 16px;
        text-align: center;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .c-pageSimpleTtl__catch {
        width: 84vw;
        line-height: 1.9;
        font-size: 4vw;
        text-align: left;
        margin: 5.34vw auto 0;
    }
}

@media only screen and (min-width: 769px) {
    .c-sort {
        margin-bottom: 48px;
    }
}

@media only screen and (max-width: 768px) {
    .c-sort {
        margin-bottom: 15.47vw;
    }
}

.c-sort .c-sort__conts {
    background: rgba(255, 255, 255, 0.4);
}

@media only screen and (min-width: 769px) {
    .c-sort .c-sort__conts {
        padding: 35px 40px 10px 40px;
    }
}

@media only screen and (max-width: 768px) {
    .c-sort .c-sort__conts {
        width: 84vw;
        margin: 0 auto;
        padding: 5.34vw 5.34vw 0.27vw 4vw;
    }
}

@media only screen and (min-width: 769px) {
    .c-sort .c-sort__txt {
        font-size: 16px;
        margin-bottom: 32px;
    }
}

@media only screen and (max-width: 768px) {
    .c-sort .c-sort__txt {
        font-size: 2.67vw;
        margin-bottom: 5.34vw;
    }
}

@media only screen and (min-width: 769px) {
    .c-sort .c-sort__select {
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .c-sort .c-sort__select {
        margin-bottom: 2.14vw;
    }
}

.c-sort .c-sort__list__head {
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .c-sort .c-sort__list__head {
        font-size: 18px;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .c-sort .c-sort__list__head {
        font-size: 3.74vw;
        margin-bottom: 3.2vw;
    }
}

.c-sort .c-sort__list__check {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
    .c-sort .c-sort__list__check {
        justify-content: space-between;
    }
}

@media only screen and (min-width: 769px) {
    .c-sort .c-sort__list__item {
        margin-bottom: 16px;
        margin-right: 36px;
    }
}

@media only screen and (max-width: 768px) {
    .c-sort .c-sort__list__item {
        margin-bottom: 3.2vw;
    }
}

.c-sort .c-sort__list__item input {
    display: none;
}

.c-sort .c-sort__list__item input:checked + label {
    background: #6f301b;
    color: #e5e0ca;
}

.c-sort .c-sort__list__item label,
.c-sort .c-sort__list__item .label {
    font-family: "�q���M�m�p�S Pro", "Hiragino Kaku Gothic Pro", "MS P�S�V�b�N",
        "MS PGothic", sans-serif;
    font-weight: 600;
    display: block;
    border: 1px solid #6f301b;
    color: #6f301b;
    text-align: center;
    cursor: pointer;
}

@media only screen and (min-width: 769px) {
    .c-sort .c-sort__list__item label,
    .c-sort .c-sort__list__item .label {
        width: 200px;
        height: 30px;
        line-height: 28px;
        border-radius: 4px;
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .c-sort .c-sort__list__item label:hover,
    .c-sort .c-sort__list__item .label:hover {
        color: #e5e0ca;
        background: #6f301b;
    }
}

@media only screen and (max-width: 768px) {
    .c-sort .c-sort__list__item label,
    .c-sort .c-sort__list__item .label {
        width: 35.47vw;
        height: 6.67vw;
        line-height: 6.14vw;
        border-radius: 1.07vw;
        font-size: 2.67vw;
    }
}

@media only screen and (min-width: 769px) {
    .c-sort .c-sort__list__item:nth-child(4n) {
        margin-right: 0;
    }
}

.c-topArrowLink svg {
    margin: 0 5px;
}

.c-topArrowLink svg path {
    fill: #2f3c0d;
}

@media only screen and (min-width: 769px) {
    .c-topArrowLink svg {
        width: 8px;
    }
}

@media only screen and (max-width: 768px) {
    .c-topArrowLink svg {
        width: 2.14vw;
    }
}

.c-topArrowLink a {
    color: #2f3c0d;
    text-decoration: underline;
}

@media only screen and (min-width: 769px) {
    .c-pointTbl_01 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 769px) {
    .c-pointTbl_01 .c-pointTbl__item {
        background: rgba(255, 255, 255, 0.4);
        width: 490px;
        margin-bottom: 20px;
        padding: 35px 44px;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .c-pointTbl_01 .c-pointTbl__item {
        margin-bottom: 8vw;
    }
}

@media only screen and (min-width: 769px) {
    .c-pointTbl_01 .c-pointTbl__item:nth-last-child(-n + 2) {
        margin-bottom: 0;
    }
}

.c-pointTbl_01 .c-pointTbl__head {
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .c-pointTbl_01 .c-pointTbl__head {
        text-align: center;
        font-size: 22px;
        padding-bottom: 22px;
        border-bottom: 1px solid #9d9889;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .c-pointTbl_01 .c-pointTbl__head {
        text-align: left;
        font-size: 18px;
        padding-bottom: 4.27vw;
        color: #2f3c0d;
        border-bottom: 2px solid #2f3c0d;
        margin-bottom: 6.4vw;
    }
}

@media only screen and (min-width: 769px) {
    .c-pointTbl_01 .c-pointTbl__txt {
        font-size: 14px;
        text-align: left;
        line-height: 2;
    }
}

@media only screen and (max-width: 768px) {
    .c-pointTbl_01 .c-pointTbl__txt {
        font-size: 4vw;
        line-height: 1.9;
    }
}

.p-twoClmTbl {
    border-left: 1px solid #9d9889;
    border-top: 1px solid #9d9889;
    border-collapse: collapse;
    border-spacing: 0;
}

@media only screen and (min-width: 769px) {
    .p-twoClmTbl {
        width: 1000px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .p-twoClmTbl {
        width: 84vw;
        margin: 0 auto;
    }
}

.p-twoClmTbl th {
    width: 50%;
}

.p-twoClmTbl td,
.p-twoClmTbl th {
    border-right: 1px solid #9d9889 !important;
    border-bottom: 1px solid #9d9889 !important;
    padding: 0;
}

.p-twoClmTbl thead {
    text-align: center;
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .p-twoClmTbl thead {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .p-twoClmTbl thead {
        font-size: 3.74vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-twoClmTbl thead th {
        padding: 18px 0;
    }
}

@media only screen and (max-width: 768px) {
    .p-twoClmTbl thead th {
        padding: 2.67vw 0;
    }
}

@media only screen and (min-width: 769px) {
    .p-twoClmTbl tbody {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .p-twoClmTbl tbody {
        font-size: 3.74vw;
    }
}

.p-twoClmTbl tbody tr:nth-child(odd) {
    background: rgba(255, 255, 255, 0.3);
}

@media only screen and (min-width: 769px) {
    .p-twoClmTbl tbody td {
        padding: 12px;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .p-twoClmTbl tbody td {
        padding: 3.2vw 2.67vw;
    }
}

.js-accordion .p-accordionBtn {
    text-align: center;
    cursor: pointer;
    background: url(../images/bg_dark.jpg);
    text-align: center;
    font-weight: 600;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (min-width: 769px) {
    .js-accordion .p-accordionBtn {
        width: 1000px;
        height: 47px;
        line-height: 47px;
        font-size: 17px;
        margin: 0 auto;
    }
    .js-accordion .p-accordionBtn:hover {
        transform: translateY(2px);
    }
    .js-accordion .p-accordionBtn:hover span::before {
        transform: translateY(-4px) rotate(90deg);
    }
}

@media only screen and (max-width: 768px) {
    .js-accordion .p-accordionBtn {
        width: 84vw;
        height: 12.54vw;
        line-height: 12.54vw;
        font-size: 4.27vw;
        margin: 0 auto;
    }
}

.js-accordion .p-accordionBtn span {
    position: relative;
}

@media only screen and (min-width: 769px) {
    .js-accordion .p-accordionBtn span {
        display: inline-block;
    }
}

@media only screen and (max-width: 768px) {
    .js-accordion .p-accordionBtn span {
        display: block;
    }
}

.js-accordion .p-accordionBtn span::before {
    display: block;
    content: "";
    /* background: url(../images/icon_arrow-dark.svg); */
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (min-width: 769px) {
    .js-accordion .p-accordionBtn span::before {
        background-size: 8px 15px;
        width: 8px;
        height: 15px;
        right: -20px;
    }
}

@media only screen and (max-width: 768px) {
    .js-accordion .p-accordionBtn span::before {
        background-size: 2.14vw 4vw;
        width: 2.14vw;
        height: 4vw;
        right: 5.34vw;
    }
}

.js-accordion .p-accordionConts {
    display: none;
}

@media only screen and (min-width: 769px) {
    .js-accordion .p-accordionConts {
        width: 1000px;
        margin: 0 auto 0;
        padding-top: 32px;
    }
}

@media only screen and (max-width: 768px) {
    .js-accordion .p-accordionConts {
        padding-top: 6.4vw;
    }
}

.js-accordion.is-open .p-accordionBtn span::before {
    transform: translateY(-50%) rotate(-90deg);
}

.js-accordion.is-open .p-accordionConts {
    display: block;
}

.p-simpleTwoClm {
    display: flex;
    margin: 0 auto;
}
.aboutMaterial .p-simpleTwoClm__custom {
    display: flex;
    margin: 0 auto;
}

@media only screen and (min-width: 769px) {
    .p-simpleTwoClm {
        justify-content: space-between;
        width: 1000px;
    }
}

@media only screen and (max-width: 768px) {
    .p-simpleTwoClm {
        flex-wrap: wrap;
        width: 84vw;
    }
}

.p-simpleTwoClm__figure__img {
    max-width: 100%;
}

@media only screen and (min-width: 769px) {
    .p-simpleTwoClm .p-simpleTwoClm__left {
        width: 480px;
    }
    .p-simpleTwoClm__figure__img {
        max-width: 300px;
    }
}

@media only screen and (max-width: 768px) {
    .p-simpleTwoClm .p-simpleTwoClm__left {
        width: 100%;
    }
}

@media only screen and (min-width: 769px) {
    .p-simpleTwoClm .p-simpleTwoClm__right {
        width: 480px;
    }
}

@media only screen and (max-width: 768px) {
    .p-simpleTwoClm .p-simpleTwoClm__right {
        width: 100%;
        margin-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .p-simpleTwoClm .p-simpleTwoClm__right.-wide {
        margin: 0 -8vw;
        width: 100vw;
    }
    .p-simpleTwoClm .p-simpleTwoClm__right.-wide img {
        width: 100%;
    }
}

.p-simpleTwoClm .p-simpleTwoClm__ttl {
    font-weight: 600;
    /* font-family: "Noto Serif JP", serif !important; */
}

@media only screen and (min-width: 769px) {
    .p-simpleTwoClm .p-simpleTwoClm__ttl {
        font-size: 24px !important;
        margin-bottom: 40px !important;
    }
}

@media only screen and (max-width: 768px) {
    .p-simpleTwoClm .p-simpleTwoClm__ttl {
        font-size: 5.87vw !important;
        text-align: center;
        margin-bottom: 8vw !important;
    }
}

@media only screen and (min-width: 769px) {
    .p-simpleTwoClm .p-simpleTwoClm__txt {
        font-size: 16px !important;
        line-height: 2 !important;
        margin-bottom: 2em !important;
    }
}

@media only screen and (max-width: 768px) {
    .p-simpleTwoClm .p-simpleTwoClm__txt {
        font-size: 4vw !important;
        line-height: 1.9 !important;
        margin-bottom: 2em !important;
    }
}

.p-simpleTwoClm .p-simpleTwoClm__txt:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
    .p-simpleTwoClm .p-simpleTwoClm__txt.-small {
        font-size: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .p-simpleTwoClm .p-simpleTwoClm__txt.-small {
        font-size: 3.47vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-simpleTwoClm .p-simpleTwoClm__caption {
        font-size: 11px;
    }
}

@media only screen and (max-width: 768px) {
    .p-simpleTwoClm .p-simpleTwoClm__caption {
        font-size: 2.67vw;
    }
}

.p-gridTwoClm {
    display: -ms-grid;
    display: grid;
    margin: 0 auto;
}

@media only screen and (min-width: 769px) {
    .p-gridTwoClm {
        -ms-grid-columns: 480px 1fr 480px;
        grid-template-columns: 480px 1fr 480px;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
        width: 1000px;
    }
    .p-gridTwoClm > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .p-gridTwoClm > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .p-gridTwoClm > *:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .p-gridTwoClm > *:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    .p-gridTwoClm > *:nth-child(5) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }
    .p-gridTwoClm > *:nth-child(6) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }
}

@media only screen and (max-width: 768px) {
    .p-gridTwoClm {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
        width: 84vw;
    }
    .p-gridTwoClm > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .p-gridTwoClm > *:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    .p-gridTwoClm > *:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
}

.p-gridTwoClm .p-gridTwoClm__ttl {
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .p-gridTwoClm .p-gridTwoClm__ttl {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3 / 4;
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-row-align: end;
        align-self: end;
        font-size: 24px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .p-gridTwoClm .p-gridTwoClm__ttl {
        -ms-grid-row: 1;
        grid-row: 1;
        text-align: center;
        font-size: 5.87vw;
        margin-bottom: 8vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-gridTwoClm .p-gridTwoClm__left {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / 3;
    }
}

@media only screen and (max-width: 768px) {
    .p-gridTwoClm .p-gridTwoClm__left {
        -ms-grid-row: 2;
        grid-row: 2;
    }
}

@media only screen and (min-width: 769px) {
    .p-gridTwoClm .p-gridTwoClm__right {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3 / 4;
        -ms-grid-row: 2;
        grid-row: 2;
        -ms-grid-row-align: top;
        align-self: top;
        font-size: 16px;
        line-height: 2;
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 768px) {
    .p-gridTwoClm .p-gridTwoClm__right {
        -ms-grid-row: 3;
        grid-row: 3;
        font-size: 4vw;
        line-height: 1.9;
    }
}

.p-gridTwoClm .p-gridTwoClm__right:last-child {
    margin-bottom: 0;
}

.p-gridTwoClm .p-gridTwoClm__head {
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .p-gridTwoClm .p-gridTwoClm__head {
        font-size: 24px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .p-gridTwoClm .p-gridTwoClm__head {
        font-size: 5.87vw;
        text-align: center;
        margin-bottom: 8vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-gridTwoClm .p-gridTwoClm__txt {
        font-size: 16px;
        line-height: 2;
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 768px) {
    .p-gridTwoClm .p-gridTwoClm__txt {
        font-size: 4vw;
        line-height: 1.9;
    }
}

.p-gridTwoClm .p-gridTwoClm__txt:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
    .p-gridTwoClm .p-gridTwoClm__txt.-small {
        font-size: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .p-gridTwoClm .p-gridTwoClm__txt.-small {
        font-size: 3.47vw;
    }
}

.p-gridTwoClm02 {
    display: -ms-grid;
    display: grid;
    margin: 0 auto;
}

@media only screen and (min-width: 769px) {
    .p-gridTwoClm02 {
        -ms-grid-columns: 480px 1fr 480px;
        grid-template-columns: 480px 1fr 480px;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
        width: 1000px;
    }
    .p-gridTwoClm02 > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .p-gridTwoClm02 > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .p-gridTwoClm02 > *:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .p-gridTwoClm02 > *:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    .p-gridTwoClm02 > *:nth-child(5) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }
    .p-gridTwoClm02 > *:nth-child(6) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }
}

@media only screen and (max-width: 768px) {
    .p-gridTwoClm02 {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
        width: 84vw;
    }
    .p-gridTwoClm02 > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .p-gridTwoClm02 > *:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    .p-gridTwoClm02 > *:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
}

.p-gridTwoClm02 .p-gridTwoClm__ttl {
    font-weight: 600;
    font-family: "Noto Serif JP", serif !important;
}

@media only screen and (min-width: 769px) {
    .p-gridTwoClm02 .p-gridTwoClm__ttl {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        align-self: flex-start;
        font-size: 24px;
        margin-bottom: 40px;
        line-height: 1.4;
        letter-spacing: 0.04em;
    }
}

@media only screen and (max-width: 768px) {
    .p-gridTwoClm02 .p-gridTwoClm__ttl {
        -ms-grid-row: 1;
        grid-row: 1;
        font-size: 5.87vw;
        margin-bottom: 8vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-gridTwoClm02 .p-gridTwoClm__left {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
        align-self: flex-start;
        font-size: 16px;
        line-height: 2;
    }
}

@media only screen and (max-width: 768px) {
    .p-gridTwoClm02 .p-gridTwoClm__left {
        -ms-grid-row: 3;
        grid-row: 3;
    }
}

@media only screen and (min-width: 769px) {
    .p-gridTwoClm02 .p-gridTwoClm__right {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3 / 4;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / 3;
    }
}

@media only screen and (max-width: 768px) {
    .p-gridTwoClm02 .p-gridTwoClm__right {
        -ms-grid-row: 2;
        grid-row: 2;
    }
}

.p-gridTwoClm02 .p-gridTwoClm__head {
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .p-gridTwoClm02 .p-gridTwoClm__head {
        font-size: 24px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .p-gridTwoClm02 .p-gridTwoClm__head {
        font-size: 5.87vw;
        text-align: center;
        margin-bottom: 8vw;
    }
}

.p-gridTwoClm02 .p-gridTwoClm__txt {
    margin-bottom: 2em;
}

@media only screen and (min-width: 769px) {
    .p-gridTwoClm02 .p-gridTwoClm__txt {
        font-size: 16px;
        line-height: 2;
    }
}

@media only screen and (max-width: 768px) {
    .p-gridTwoClm02 .p-gridTwoClm__txt {
        font-size: 4vw;
        line-height: 1.9;
    }
}

.p-gridTwoClm02 .p-gridTwoClm__txt:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
    .p-gridTwoClm02 .p-gridTwoClm__txt.-small {
        font-size: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .p-gridTwoClm02 .p-gridTwoClm__txt.-small {
        font-size: 3.47vw;
    }
}

@media only screen and (max-width: 768px) {
    .p-gridTwoClm02 .p-gridTwoClm__figure {
        margin-bottom: 8.54vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-bgTwoClm {
        padding: 5.85vw 0 14.42vw;
        min-height: 499px;
        background-size: cover;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {
    .p-bgTwoClm {
        padding: 64.4px 0 158.5px;
        background-size: cover;
    }
}

@media only screen and (max-width: 768px) {
    .p-bgTwoClm {
        padding: 9.87vw 0 73.6vw;
        background-size: 100vw auto;
    }
}

@media only screen and (min-width: 769px) {
    .p-bgTwoClm.-right .p-bgTwoClm__contents {
        width: 500px;
        float: right;
    }
}

@media only screen and (min-width: 769px) {
    .p-bgTwoClm .p-bgTwoClm__inner {
        width: 1000px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 769px) {
    .p-bgTwoClm .p-bgTwoClm__contents {
        width: 500px;
    }
}

.p-bgTwoClm .p-bgTwoClm__ttl {
    line-height: 1;
}

@media only screen and (min-width: 769px) {
    .p-bgTwoClm .p-bgTwoClm__ttl {
        font-size: 24px;
        margin-bottom: 27px;
    }
}

@media only screen and (max-width: 768px) {
    .p-bgTwoClm .p-bgTwoClm__ttl {
        font-size: 5.87vw;
        width: 83.2vw;
        margin: 0 auto 6.67vw;
    }
}

.p-bgTwoClm .p-bgTwoClm__ttl.-en {
    font-family: "Crimson Text", serif;
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .p-bgTwoClm .p-bgTwoClm__ttl.-en {
        font-size: 34px;
    }
}

@media only screen and (max-width: 768px) {
    .p-bgTwoClm .p-bgTwoClm__ttl.-en {
        font-size: 8vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-bgTwoClm .p-bgTwoClm__txt {
        font-size: 16px;
        line-height: 2;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .p-bgTwoClm .p-bgTwoClm__txt {
        width: 83.2vw;
        font-size: 4vw;
        line-height: 1.9;
        margin: 0 auto 7.47vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-bgTwoClm .p-bgTwoClm__btn {
        width: 230px;
        height: 47px;
        line-height: 47px;
        font-size: 15px;
        padding-right: 8px;
    }
}

@media only screen and (max-width: 768px) {
    .p-bgTwoClm .p-bgTwoClm__btn {
        width: 61.34vw;
        height: 12.54vw;
        line-height: 12.54vw;
        font-size: 4.27vw;
        padding-right: 4vw;
        margin-left: 8vw;
    }
}

.p-alignClm {
    display: flex;
}
.laboratory .p-alignClm {
    display: flex;
}

@media only screen and (min-width: 769px) {
    .p-alignClm {
        justify-content: space-between;
    }
}

@media only screen and (max-width: 768px) {
    .p-alignClm {
        flex-wrap: wrap;
    }
}

.p-alignClm .p-alignClm__item {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
    .p-alignClm .p-alignClm__item {
        align-content: space-between;
        width: 480px;
    }
}

@media only screen and (max-width: 768px) {
    .p-alignClm .p-alignClm__item {
        margin-bottom: 8.54vw;
    }
}

@media only screen and (max-width: 768px) {
    .p-alignClm .p-alignClm__item:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 769px) {
    .p-alignClm .p-alignClm__txt {
        font-size: 16px;
        line-height: 2;
    }
}

@media only screen and (max-width: 768px) {
    .p-alignClm .p-alignClm__txt {
        font-size: 4vw;
        line-height: 1.9;
    }
}

.p-alignClm .p-alignClm__figure {
    width: 100%;
}

@media only screen and (min-width: 769px) {
    .p-alignClm .p-alignClm__figure {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .p-alignClm .p-alignClm__figure {
        margin-top: 8.54vw;
    }
}

.p-centerTxtsBlock {
    text-align: center;
    margin: 0 auto;
}

@media only screen and (min-width: 769px) {
    .p-centerTxtsBlock {
        width: 1000px;
    }
}

.p-centerTxtsBlock .p-centerTxtsBlock__ttl {
    font-weight: 600;
    /* font-family: "Noto Serif JP", serif !important; */
}

@media only screen and (min-width: 769px) {
    .p-centerTxtsBlock .p-centerTxtsBlock__ttl {
        font-size: 24px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .p-centerTxtsBlock .p-centerTxtsBlock__ttl {
        width: 84vw;
        font-size: 5.87vw;
        margin: 0 auto 8vw!important;
    }
}

@media only screen and (min-width: 769px) {
    .p-centerTxtsBlock .p-centerTxtsBlock__txt {
        width: 700px;
        font-size: 16px;
        line-height: 2;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .p-centerTxtsBlock .p-centerTxtsBlock__txt {
        width: 84vw;
        font-size: 4vw;
        line-height: 1.9;
        margin: 0 auto;
        text-align: left;
    }
}

.p-centerTxtsBlock .p-centerTxtsBlock__txt p {
    margin-bottom: 1em;
}

.p-centerTxtsBlock .p-centerTxtsBlock__txt p:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
    .p-centerTxtsBlock .p-centerTxtsBlock__txt.-small {
        font-size: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .p-centerTxtsBlock .p-centerTxtsBlock__txt.-small {
        font-size: 3.47vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-centerTxtsBlock__att {
        font-size: 12px;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .p-centerTxtsBlock__att {
        font-size: 3.47vw;
        margin-top: 1.34vw;
    }
}

.p-directoryPath {
    border-top: 1px solid #898163;
}

@media only screen and (min-width: 769px) {
    .p-directoryPath {
        width: 1000px;
        margin: 0 auto 0;
        padding: 20px 0;
    }
}

@media only screen and (max-width: 768px) {
    .p-directoryPath {
        font-size: 3.47vw;
        letter-spacing: 0;
        padding: 4vw 0 4.54vw;
        margin: 13.34vw auto -13.33vw;
    }
}

.p-directoryPath .p-directoryPath__page {
    display: inline-block;
}

.p-directoryPath .p-directoryPath__page a {
    display: block;
    position: relative;
}

.p-directoryPath .p-directoryPath__page a::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    /* background: url(../images/icon_arrow-dark.svg) no-repeat; */
}

@media only screen and (min-width: 769px) {
    .p-directoryPath .p-directoryPath__page a::before {
        width: 6px;
        height: 11px;
        background-size: 6px auto;
        top: 4px;
    }
}

@media only screen and (max-width: 768px) {
    .p-directoryPath .p-directoryPath__page a::before {
        width: 1.6vw;
        height: 2.94vw;
        background-size: 1.6vw auto;
        top: 1.07vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-directoryPath .p-directoryPath__page a {
        padding: 0 16px 0 0;
        margin: 0 10px 0 0;
    }
}

@media only screen and (max-width: 768px) {
    .p-directoryPath .p-directoryPath__page a {
        padding: 0 4.27vw 0 0;
        margin: 0 2.67vw 0 0;
    }
}

.p-circleList .p-circleList__item {
    position: relative;
    padding-left: 1.2em;
}

.p-circleList .p-circleList__item::before {
    content: "��";
    display: block;
    color: #5d5446;
    position: absolute;
    left: 0;
}

@media only screen and (min-width: 769px) {
    .p-topics__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .p-topics__list {
        border-top: 1px solid #707070;
        margin-bottom: 6.4vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-topics__item {
        width: 485px;
    }
}

.p-topics__item:nth-last-child(-n + 2) .p-topics__item__ancker {
    border-bottom: 1px solid #707070;
}

.p-topics__item__ancker {
    display: flex;
}

@media only screen and (min-width: 769px) {
    .p-topics__item__ancker {
        padding: 16px 15px 16px 8px;
        border-top: 1px solid #707070;
    }
}

@media only screen and (max-width: 768px) {
    .p-topics__item__ancker {
        padding: 3.2vw 1.34vw;
        border-bottom: 1px solid #707070;
    }
}

@media only screen and (min-width: 769px) {
    .p-topics__thumb {
        width: 90px;
        margin-right: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .p-topics__thumb {
        width: 16vw;
        margin-right: 3.2vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-topics__detail {
        width: 353px;
    }
}

@media only screen and (max-width: 768px) {
    .p-topics__detail {
        width: 62.14vw;
    }
}

.p-topics__date {
    font-family: "Crimson Text", serif;
}

@media only screen and (min-width: 769px) {
    .p-topics__date {
        font-size: 18px;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .p-topics__date {
        font-size: 3.2vw;
        margin-bottom: 1.34vw;
    }
}

.p-topics__date .-new {
    font-family: "Crimson Text", serif;
    font-weight: 600;
    display: inline-block;
    background: #2f3c0d;
    color: #e5e0ca;
    line-height: 1;
}

@media only screen and (min-width: 769px) {
    .p-topics__date .-new {
        font-size: 17px;
        padding: 0px 8px 3px 9px;
        margin-right: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .p-topics__date .-new {
        font-size: 3.2vw;
        padding: 0 1.34vw 0.8vw;
        margin-right: 1.87vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-topics__listTtl {
        font-size: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .p-topics__listTtl {
        font-size: 3.47vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-seriesList {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList {
        margin-bottom: 16vw;
    }
}

.p-seriesList.-meat .p-seriesList__head {
    background: #5c2310;
}

.p-seriesList.-meat .p-seriesList__head::before {
    background: url(../images/img_badge_meat.png) no-repeat;
}

@media only screen and (min-width: 769px) {
    .p-seriesList.-meat .p-seriesList__head::before {
        background-size: 130px 130px;
        width: 130px;
        height: 130px;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-meat .p-seriesList__head::before {
        background-size: 29.34vw 29.34vw;
        width: 29.34vw;
        height: 29.34vw;
    }
}

.p-seriesList.-fish .p-seriesList__head {
    background: #1176b9;
}

.p-seriesList.-fish .p-seriesList__head::before {
    background: url(../images/img_badge_fish.png) no-repeat;
}

@media only screen and (min-width: 769px) {
    .p-seriesList.-fish .p-seriesList__head::before {
        background-size: 148px 130px;
        width: 148px;
        height: 130px;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-fish .p-seriesList__head::before {
        background-size: 33.34vw 29.34vw;
        width: 33.34vw;
        height: 29.34vw;
        right: 4vw;
    }
}

.p-seriesList.-special .p-seriesList__head {
    background: #d99f38;
}

.p-seriesList.-special .p-seriesList__head::before {
    background: url(../images/img_badge_special.png) no-repeat;
}

@media only screen and (min-width: 769px) {
    .p-seriesList.-special .p-seriesList__head::before {
        background-size: 130px 130px;
        width: 130px;
        height: 130px;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-special .p-seriesList__head::before {
        background-size: 29.34vw 29.34vw;
        width: 29.34vw;
        height: 29.34vw;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-pate {
        overflow: hidden;
    }
}

.p-seriesList.-pate .p-seriesList__head {
    background: #90221e;
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-pate .p-seriesList__head {
        padding-left: 5.34vw;
    }
}

.p-seriesList.-pate .p-seriesList__head::before {
    background: url(../images/img_pate.png) no-repeat;
}

@media only screen and (min-width: 769px) {
    .p-seriesList.-pate .p-seriesList__head::before {
        background-size: 237px 130px;
        width: 238px;
        height: 130px;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-pate .p-seriesList__head::before {
        background-size: 44.8vw 24.27vw;
        width: 44.8vw;
        height: 24.27vw;
        right: -2.66vw;
        top: 13.34vw;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-pate.-highTtl .p-seriesList__head {
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-pate.-highTtl .p-seriesList__head::before {
        top: initial;
        transform: translateY(0);
        bottom: -4.8vw;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-cut {
        overflow: hidden;
    }
}

.p-seriesList.-cut .p-seriesList__head {
    background: #0d5796;
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-cut .p-seriesList__head {
        padding-left: 5.34vw;
    }
}

.p-seriesList.-cut .p-seriesList__head::before {
    background: url(../images/img_cut.png) no-repeat;
}

@media only screen and (min-width: 769px) {
    .p-seriesList.-cut .p-seriesList__head::before {
        background-size: 280px 120px;
        width: 282px;
        height: 120px;
        top: -23px;
        transform: translateY(0);
        right: 1px;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-cut .p-seriesList__head::before {
        background-size: 53.87vw 22.94vw;
        width: 53.87vw;
        height: 22.94vw;
        top: 3.2vw;
        transform: translateY(0);
        right: -13.33vw;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-cut.-highTtl .p-seriesList__head {
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-cut.-highTtl .p-seriesList__head::before {
        top: initial;
        transform: translateY(0);
        bottom: -2.93vw;
    }
}

.p-seriesList.-chickenFlake .p-seriesList__head {
    background: #e26c75;
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-chickenFlake .p-seriesList__head {
        padding-left: 5.34vw;
    }
}

.p-seriesList.-chickenFlake .p-seriesList__head::before {
    background: url(../images/img_oyatsu-chicken.png) no-repeat;
}

@media only screen and (min-width: 769px) {
    .p-seriesList.-chickenFlake .p-seriesList__head::before {
        background-size: 122px 140px;
        width: 122px;
        height: 140px;
        top: -22px;
        transform: translateY(0);
        right: 98px;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-chickenFlake .p-seriesList__head::before {
        background-size: 25.34vw 29.07vw;
        width: 25.34vw;
        height: 29.07vw;
        top: -2.4vw;
        transform: translateY(0);
        right: 5.6vw;
    }
}

.p-seriesList.-tsunaFlake .p-seriesList__head {
    background: #36bfaa;
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-tsunaFlake .p-seriesList__head {
        padding-left: 5.34vw;
    }
}

.p-seriesList.-tsunaFlake .p-seriesList__head::before {
    background: url(../images/img_oyatsu-tsuna.png) no-repeat;
}

@media only screen and (min-width: 769px) {
    .p-seriesList.-tsunaFlake .p-seriesList__head::before {
        background-size: 122px 140px;
        width: 122px;
        height: 140px;
        top: -22px;
        transform: translateY(0);
        right: 98px;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-tsunaFlake .p-seriesList__head::before {
        background-size: 25.34vw 29.07vw;
        width: 25.34vw;
        height: 29.07vw;
        top: -2.4vw;
        transform: translateY(0);
        right: 5.6vw;
    }
}

.p-seriesList.-paste .p-seriesList__head {
    background: #85b500;
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-paste .p-seriesList__head {
        padding-left: 5.34vw;
    }
}

.p-seriesList.-paste .p-seriesList__head::before {
    background: url(../images/img_oyatsu-paste.png) no-repeat;
}

@media only screen and (min-width: 769px) {
    .p-seriesList.-paste .p-seriesList__head::before {
        background-size: 122px 140px;
        width: 122px;
        height: 140px;
        top: -22px;
        transform: translateY(0);
        right: 98px;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-paste .p-seriesList__head::before {
        background-size: 25.34vw 29.07vw;
        width: 25.34vw;
        height: 29.07vw;
        top: -2.4vw;
        transform: translateY(0);
        right: 5.6vw;
    }
}

.p-seriesList.-premium .p-seriesList__head {
    background: #dd668a;
}

.p-seriesList.-premium .p-seriesList__head::before {
    background: url(../images/img_premiumchicken.png) no-repeat;
}

@media only screen and (min-width: 769px) {
    .p-seriesList.-premium .p-seriesList__head::before {
        background-size: 130px 130px;
        width: 130px;
        height: 130px;
        right: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-premium .p-seriesList__head::before {
        background-size: 21.34vw 21.34vw;
        width: 21.34vw;
        height: 21.34vw;
        top: -9.33vw;
        transform: translateY(0);
        right: 8vw;
    }
}

.p-seriesList.-protein .p-seriesList__head {
    background: #79a500;
}

.p-seriesList.-protein .p-seriesList__head::before {
    background: url(../images/img_protain.png) no-repeat;
}

@media only screen and (min-width: 769px) {
    .p-seriesList.-protein .p-seriesList__head::before {
        background-size: 118px 118px;
        width: 118px;
        height: 118px;
        right: 35px;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-protein .p-seriesList__head::before {
        background-size: 21.34vw 21.34vw;
        width: 21.34vw;
        height: 21.34vw;
        top: -3.2vw;
        transform: translateY(0);
        right: 8vw;
    }
}

.p-seriesList.-dry .p-seriesList__head {
    background: #5c2310;
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-dry .p-seriesList__head {
        padding-left: 5.34vw;
    }
}

.p-seriesList.-dry .p-seriesList__head::before {
    display: none;
}

.p-seriesList.-brend .p-seriesList__head {
    background: #5c2310;
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-brend .p-seriesList__head {
        padding-left: 5.34vw;
        padding-right: 5.34vw;
        height: auto;
    }
}

.p-seriesList.-brend .p-seriesList__head::before {
    display: none;
}

.p-seriesList.-wet .p-seriesList__head {
    background: #d99f38;
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-wet .p-seriesList__head {
        padding-left: 5.34vw;
        padding-right: 5.34vw;
        height: auto;
    }
}

.p-seriesList.-oatmeal .p-seriesList__head {
    background: #66b8ca;
}

@media only screen and (min-width: 769px) {
    .p-seriesList.-oatmeal .p-seriesList__head {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-oatmeal .p-seriesList__head {
        padding-left: 5.34vw;
    }
}

.p-seriesList.-oatmeal .p-seriesList__head::before {
    background: url(../images/img_oatmeal.png) no-repeat;
}

@media only screen and (min-width: 769px) {
    .p-seriesList.-oatmeal .p-seriesList__head::before {
        background-size: 134px 84px;
        width: 134px;
        height: 84px;
        top: 17px;
        transform: translateY(0);
        right: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-oatmeal .p-seriesList__head::before {
        background-size: 32vw 20vw;
        width: 32vw;
        height: 20vw;
        top: 7.2vw;
        transform: translateY(0);
        right: 5.07vw;
    }
}

.p-seriesList.-oatmeal .p-seriesList__ancker {
    justify-content: center;
}

@media only screen and (min-width: 769px) {
    .p-seriesList.-oatmeal .p-seriesList__figure img {
        width: 130px;
    }
}

.p-seriesList.-jerky .p-seriesList__head {
    background: #a66135;
}

@media only screen and (min-width: 769px) {
    .p-seriesList.-jerky .p-seriesList__head {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-jerky .p-seriesList__head {
        padding-left: 5.34vw;
    }
}

.p-seriesList.-jerky .p-seriesList__head::before {
    background: url(../images/img_jerky.png) no-repeat;
}

@media only screen and (min-width: 769px) {
    .p-seriesList.-jerky .p-seriesList__head::before {
        background-size: 130px 107px;
        width: 130px;
        height: 107px;
        top: -10px;
        transform: translateY(0);
        right: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-jerky .p-seriesList__head::before {
        background-size: 28.8vw 23.74vw;
        width: 28.54vw;
        height: 23.74vw;
        top: 2.14vw;
        transform: translateY(0);
        right: 5.07vw;
    }
}

.p-seriesList.-jerky .p-seriesList__ancker {
    justify-content: center;
}

@media only screen and (min-width: 769px) {
    .p-seriesList.-jerky .p-seriesList__figure img {
        width: 130px;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-jerky .p-seriesList__figure img {
        width: 24.54vw;
    }
}

.p-seriesList.-wetDog .p-seriesList__head {
    background: #6f301b;
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-wetDog .p-seriesList__head {
        padding-left: 5.34vw;
    }
}

.p-seriesList.-wetDog .p-seriesList__head::before {
    background: url(../images/img_wild_wet.png) no-repeat;
}

@media only screen and (min-width: 769px) {
    .p-seriesList.-wetDog .p-seriesList__head::before {
        background-size: 205px 114px;
        width: 205px;
        height: 114px;
        top: -12px;
        transform: translateY(0);
        right: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList.-wetDog .p-seriesList__head::before {
        background-size: 38.4vw 21.34vw;
        width: 38.4vw;
        height: 21.34vw;
        top: 4.27vw;
        transform: translateY(0);
        right: 5.34vw;
    }
}

.p-seriesList .p-seriesList__head {
    position: relative;
    color: #e5e0ca;
    margin: 0 auto;
}

@media only screen and (min-width: 769px) {
    .p-seriesList .p-seriesList__head {
        text-align: center;
        height: 86px;
        padding: 16px 0 22px;
        margin-bottom: 37px;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList .p-seriesList__head {
        height: 22.94vw;
        padding: 4.8vw 0 4.27vw 8vw;
        margin-bottom: 7.47vw;
    }
}

.p-seriesList .p-seriesList__head::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: none;
}

@media only screen and (min-width: 769px) {
    .p-seriesList .p-seriesList__head::before {
        right: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList .p-seriesList__head::before {
        right: 8.54vw;
    }
}

.p-seriesList .p-seriesList__head--en {
    font-family: "Crimson Text", serif;
    font-weight: 600;
    line-height: 1;
}

@media only screen and (min-width: 769px) {
    .p-seriesList .p-seriesList__head--en {
        font-size: 18px;
        margin-bottom: 3px;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList .p-seriesList__head--en {
        font-size: 4.8vw;
        margin-bottom: 0.8vw;
    }
}

.p-seriesList .p-seriesList__head--jp {
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .p-seriesList .p-seriesList__head--jp {
        font-size: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList .p-seriesList__head--jp {
        font-size: 5.87vw;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList .p-seriesList__head--jp .-spSmall {
        display: block;
        font-weight: 600;
        font-size: 3.74vw;
    }
}

.p-seriesList .p-seriesList__head--jpSmall {
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .p-seriesList .p-seriesList__head--jpSmall {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList .p-seriesList__head--jpSmall {
        font-size: 3.74vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-seriesList .p-seriesList__catch {
        text-align: center;
        font-size: 16px;
        margin-bottom: 48px;
        line-height: 2;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList .p-seriesList__catch {
        width: 84vw;
        margin: 0 auto 6.4vw;
        font-size: 3.74vw;
        line-height: 1.6;
    }
}

.p-seriesList .p-seriesList__list {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
    .p-seriesList .p-seriesList__list {
        justify-content: space-between;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList .p-seriesList__list {
        width: 84vw;
        margin: 0 auto;
    }
}

.p-seriesList .p-seriesList__list.-related .p-seriesList__item {
    display: -ms-grid;
    display: grid;
}

@media only screen and (min-width: 769px) {
    .p-seriesList .p-seriesList__list.-related .p-seriesList__item {
        -ms-grid-columns: 298px 13px 169px;
        grid-template-columns: 298px 169px;
        -ms-grid-rows: auto auto� @auto;
        grid-template-rows: auto 34px auto;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList .p-seriesList__list.-related .p-seriesList__item {
        -ms-grid-columns: 40.54vw 38.14vw;
        grid-template-columns: 40.54vw 38.14vw;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }
    .p-seriesList
        .p-seriesList__list.-related
        .p-seriesList__item
        > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .p-seriesList
        .p-seriesList__list.-related
        .p-seriesList__item
        > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .p-seriesList
        .p-seriesList__list.-related
        .p-seriesList__item
        > *:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    .p-seriesList
        .p-seriesList__list.-related
        .p-seriesList__item
        > *:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }
    .p-seriesList
        .p-seriesList__list.-related
        .p-seriesList__item
        > *:nth-child(5) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    .p-seriesList
        .p-seriesList__list.-related
        .p-seriesList__item
        > *:nth-child(6) {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }
}

.p-seriesList .p-seriesList__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #9d9889;
}

@media only screen and (min-width: 769px) {
    .p-seriesList .p-seriesList__item {
        width: 480px;
        padding: 16px 0;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList .p-seriesList__item {
        width: 100%;
        padding: 0 0 6.4vw;
        margin-bottom: 6.4vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-seriesList .p-seriesList__item:nth-child(-n + 2) {
        border-top: 1px solid #9d9889;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList .p-seriesList__item:last-child {
        margin-bottom: 0;
    }
}

.p-seriesList .p-seriesList__ancker {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

@media only screen and (min-width: 769px) {
    .p-seriesList .p-seriesList__detail {
        width: 298px;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList .p-seriesList__detail {
        width: 40.54vw;
    }
}

.p-seriesList .p-seriesList__name {
    text-align: center;
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .p-seriesList .p-seriesList__name {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList .p-seriesList__name {
        font-size: 4.27vw;
        margin-bottom: 1.34vw;
    }
}

.p-seriesList .p-seriesList__name a:hover {
    text-decoration: underline;
}

.p-seriesList .p-seriesList__name-02 {
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .p-seriesList .p-seriesList__name-02 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        -ms-grid-row-align: end;
        align-self: end;
        font-size: 18px;
        margin-bottom: 20px;
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList .p-seriesList__name-02 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        font-size: 4.27vw;
        margin-bottom: 1.34vw;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList .p-seriesList__name-02 .p-seriesList__ancker {
        justify-content: center;
    }
}

.p-seriesList .p-seriesList__name-02 a:hover {
    text-decoration: underline;
}

@media only screen and (min-width: 769px) {
    .p-seriesList .p-seriesList__tags .p-productTags__item {
        width: 146px;
    }
}

@media only screen and (min-width: 769px) {
    .p-seriesList .p-seriesList__tags-02 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3 / 4;
        -ms-grid-row-align: start;
        align-self: start;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList .p-seriesList__tags-02 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3 / 4;
        -ms-grid-row-align: start;
        align-self: start;
    }
}

@media only screen and (min-width: 769px) {
    .p-seriesList .p-seriesList__tags-02 .p-productTags__item {
        width: 146px;
    }
}

@media only screen and (min-width: 769px) {
    .p-seriesList .p-seriesList__figure {
        width: 169px;
        transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .p-seriesList .p-seriesList__figure .p-seriesList__ancker {
        display: block;
        transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .p-seriesList .p-seriesList__figure .p-seriesList__ancker:hover {
        transform: scale(1.02, 1.02);
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList .p-seriesList__figure {
        width: 38.14vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-seriesList .p-seriesList__figure-02 {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        grid-row: 1 / 4;
    }
    .p-seriesList .p-seriesList__figure-02 .p-seriesList__ancker {
        display: block;
        transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .p-seriesList .p-seriesList__figure-02 .p-seriesList__ancker:hover {
        transform: scale(1.02, 1.02);
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList .p-seriesList__figure-02 {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        grid-row: 2 / 4;
    }
}

.p-seriesList__old {
    font-family: "�q���M�m�p�S Pro", "Hiragino Kaku Gothic Pro", "MS P�S�V�b�N",
        "MS PGothic", sans-serif;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

@media only screen and (min-width: 769px) {
    .p-seriesList__old {
        padding: 10px 0;
        font-size: 13px;
        line-height: 1;
        margin-bottom: 16px;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList__old {
        flex-wrap: wrap;
        padding: 1.6vw 0;
        font-size: 3.2vw;
        margin-bottom: 3.2vw;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

@media only screen and (max-width: 768px) {
    .p-seriesList__old .-small {
        display: block;
        text-align: center;
        width: 100%;
        font-size: 2.67vw;
    }
}

.p-productTags {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-productTags .p-productTags__item {
    position: relative;
    text-align: center;
    font-family: "�q���M�m�p�S Pro", "Hiragino Kaku Gothic Pro", "MS P�S�V�b�N",
        "MS PGothic", sans-serif;
    font-weight: 600;
    line-height: 1;
    border: 1px solid #2f3c0d;
    color: #2f3c0d;
}

@media only screen and (min-width: 769px) {
    .p-productTags .p-productTags__item {
        border-radius: 4px;
        font-size: 11px;
        padding: 7px 0;
        margin-bottom: 6px;
    }
}

@media only screen and (max-width: 768px) {
    .p-productTags .p-productTags__item {
        width: 100%;
        height: 6.67vw;
        line-height: 5.87vw;
        font-size: 3.2vw;
        border-radius: 1.07vw;
        margin-bottom: 6px;
    }
}

.p-productTags .p-productTags__item.-type,
.p-productTags .p-productTags__item.-room {
    color: #e5e0ca;
    background: #6f301b;
    border: 1px solid #6f301b;
}

.p-productTags .p-productTags__item.-fix {
    color: #e5e0ca;
    background: #009c87;
    border: 1px solid #009c87;
}

.p-productTags .p-productTags__item.-diet {
    color: #e5e0ca;
    background: #d19532;
    border: 1px solid #d19532;
}

.p-productTags .p-productTags__item.-taste {
    color: #e5e0ca;
    background: #981e21;
    border: 1px solid #981e21;
}

.p-productTags .p-productTags__item.-grainfree {
    color: #e5e0ca;
    background: #01003a;
    border: 1px solid #01003a;
}

@media only screen and (min-width: 769px) {
    .p-productTags .p-productTags__item.-grainfree {
        font-size: 11px;
    }
}

@media only screen and (min-width: 769px) {
    .p-productTags .p-productTags__item.-small {
        font-size: 11px;
    }
}

.p-productTags .p-productTags__item.js-guide::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/icon_hint.svg) no-repeat;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 769px) {
    .p-productTags .p-productTags__item.js-guide::before {
        width: 16px;
        height: 16px;
        background-size: 16px 16px;
        right: 6px;
    }
}

@media only screen and (max-width: 768px) {
    .p-productTags .p-productTags__item.js-guide::before {
        width: 4vw;
        height: 4vw;
        background-size: 4vw 4vw;
        right: 1.6vw;
    }
}

.js-guide {
    position: relative;
    cursor: default;
}

@media only screen and (min-width: 769px) {
    .js-guide:hover .js-guide__balloon {
        display: block;
        -webkit-animation: show 0.2s linear 0s;
        animation: show 0.2s linear 0s;
    }
}

.js-guide__balloon {
    display: none;
    position: absolute;
    background: #f7f3e2;
    color: #703117;
    border-radius: 6px;
    text-align: left;
    box-shadow: 0px 3px 26px 0px rgba(0, 0, 0, 0.16);
    z-index: 10;
}

@media only screen and (min-width: 769px) {
    .js-guide__balloon {
        width: 400px;
        left: -70px;
        bottom: 34px;
        padding: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .js-guide__balloon {
        width: 74.67vw;
        left: -0.8vw;
        bottom: 8vw;
        padding: 4.27vw;
    }
}

.js-guide__balloon::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #f7f3e2 transparent transparent transparent;
}

@media only screen and (min-width: 769px) {
    .js-guide__balloon::before {
        bottom: -8px;
        border-width: 10px 8px 0 8px;
    }
}

@media only screen and (max-width: 768px) {
    .js-guide__balloon::before {
        bottom: -2.13vw;
        border-width: 2.67vw 1.87vw 0 1.87vw;
    }
}

.js-guide__balloon .js-guide__head {
    color: #2f3c0d;
    margin-bottom: 1em;
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .js-guide__balloon .js-guide__head {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .js-guide__balloon .js-guide__head {
        font-size: 3.47vw;
    }
}

.js-guide__balloon .js-guide__txt {
    margin-bottom: 1em;
    line-height: 1.5;
}

@media only screen and (min-width: 769px) {
    .js-guide__balloon .js-guide__txt {
        font-size: 13px;
    }
}

@media only screen and (max-width: 768px) {
    .js-guide__balloon .js-guide__txt {
        font-size: 2.67vw;
    }
}

.js-guide__balloon .js-guide__txt a {
    color: #2f3c0d;
    text-decoration: underline;
}

.js-guide__balloon .js-guide__txt:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
    .js-guide__balloon .js-guide__txt.-small {
        font-size: 11px;
    }
}

@media only screen and (max-width: 768px) {
    .js-guide__balloon .js-guide__txt.-small {
        font-size: 2.67vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-shopList {
        width: 1000px;
        margin: 0 auto;
    }
}

.p-shopList .p-shopList__list {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
    .p-shopList .p-shopList__list {
        justify-content: space-between;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .p-shopList .p-shopList__list {
        margin-bottom: 10.67vw;
    }
}

.p-shopList .p-shopList__item {
    border-bottom: 1px solid #9d9889;
}

@media only screen and (min-width: 769px) {
    .p-shopList .p-shopList__item {
        width: 480px;
        padding: 32px 0;
    }
    .p-shopList .p-shopList__item:nth-child(-n + 2) {
        border-top: 1px solid #9d9889;
    }
}

@media only screen and (max-width: 768px) {
    .p-shopList .p-shopList__item {
        width: 84vw;
        padding: 6.67vw 0;
        margin: 0 auto;
    }
    .p-shopList .p-shopList__item:nth-child(1) {
        border-top: 1px solid #9d9889;
    }
}

@media only screen and (min-width: 769px) {
    .p-shopList .p-shopList__shopName {
        font-size: 18px;
        margin-bottom: 13px;
    }
}

@media only screen and (max-width: 768px) {
    .p-shopList .p-shopList__shopName {
        font-size: 4.27vw;
        margin-bottom: 2.94vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-shopList .p-shopList__shopAdd {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .p-shopList .p-shopList__shopAdd {
        font-size: 3.74vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-shopList .p-shopList__shopTel {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .p-shopList .p-shopList__shopTel {
        font-size: 3.74vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-shopList .p-shopList__shopTime {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .p-shopList .p-shopList__shopTime {
        font-size: 3.74vw;
    }
}

.p-shopList .p-shopList__btns {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .p-shopList .p-shopList__btns {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .p-shopList .p-shopList__btns {
        margin-top: 4.27vw;
    }
}

.p-shopList .p-shopList__btns .p-shopList__btn {
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .p-shopList .p-shopList__btns .p-shopList__btn {
        width: 230px;
        height: 47px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 768px) {
    .p-shopList .p-shopList__btns .p-shopList__btn {
        width: 40.8vw;
        height: 10.67vw;
        line-height: 10.14vw;
        font-size: 3.47vw;
    }
}

.p-shopList .p-shopList__btns .p-shopList__btn span {
    position: relative;
}

@media only screen and (min-width: 769px) {
    .p-shopList .p-shopList__btns .p-shopList__btn span {
        padding-left: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .p-shopList .p-shopList__btns .p-shopList__btn span {
        padding-left: 4.27vw;
    }
}

.p-shopList .p-shopList__btns .p-shopList__btn.-map {
    background: #2f3c0d;
    color: #e5e0ca;
}

.p-shopList .p-shopList__btns .p-shopList__btn.-map a {
    color: #e5e0ca;
}

.p-shopList .p-shopList__btns .p-shopList__btn.-map span::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/icon_mappointer.svg);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 769px) {
    .p-shopList .p-shopList__btns .p-shopList__btn.-map span::before {
        width: 10px;
        height: 14px;
        background-size: 10px 14px;
    }
}

@media only screen and (max-width: 768px) {
    .p-shopList .p-shopList__btns .p-shopList__btn.-map span::before {
        width: 2.67vw;
        height: 3.74vw;
        background-size: 2.67vw 3.74vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-shopList .p-shopList__btns .p-shopList__btn.-brand::before {
        left: 40px;
        background: #2f2016;
    }
}

@media only screen and (min-width: 769px) {
    .p-shopList .p-shopList__btns .p-shopList__btn.-brand::after {
        left: 40px;
        background: #2f2016;
    }
}

.p-shopList .p-shopListBtn {
    display: block;
}

@media only screen and (min-width: 769px) {
    .p-shopList .p-shopListBtn {
        width: 315px;
        height: 41px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .p-shopList .p-shopListBtn {
        width: 84vw;
        height: 10.94vw;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .p-foodTypeSelect .p-foodTypeSelect__item {
        width: 31.5%;
        font-size: 3.47vw;
    }
}

@media only screen and (max-width: 768px) {
    .p-foodTypeSelect .p-foodTypeSelect__name {
        width: 100%;
        height: 18.67vw;
        background: rgba(255, 255, 255, 0.4);
        margin-top: 9.6vw;
        padding-top: 12.54vw;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .p-foodTypeSelect .p-foodTypeSelect__img {
        position: absolute;
        bottom: 8vw;
        left: 50%;
        transform: translateX(-50%);
    }
}

.p-pager {
    position: relative;
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 769px) {
    .p-pager {
        width: 1000px;
        margin: 40px auto 0;
    }
}

@media only screen and (max-width: 768px) {
    .p-pager {
        width: 84vw;
        margin: 8.54vw auto 0;
    }
}

@media only screen and (min-width: 769px) {
    .p-pager .p-pager__arrow {
        width: 33px;
        height: 41px;
    }
}

@media only screen and (max-width: 768px) {
    .p-pager .p-pager__arrow {
        width: 6.4vw;
        height: 8vw;
    }
}

.p-pager .p-pager__arrow .-arrow {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 769px) {
    .p-pager .p-pager__arrow .-arrow {
        justify-content: center;
        transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (min-width: 769px) {
    .p-pager .p-pager__arrow .-arrow img {
        width: 10px;
        height: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .p-pager .p-pager__arrow .-arrow img {
        width: 2.14vw;
        height: 4vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-pager .p-pager__arrow.-prev {
        margin-right: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .p-pager .p-pager__arrow.-prev {
        position: absolute;
        left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .p-pager .p-pager__arrow.-prev .-arrow {
        justify-content: flex-start;
    }
}

.p-pager .p-pager__arrow.-prev .-arrow img {
    transform: rotate(180deg);
}

@media only screen and (min-width: 769px) {
    .p-pager .p-pager__arrow.-prev .-arrow:hover {
        transform: translate(-3px);
    }
}

@media only screen and (min-width: 769px) {
    .p-pager .p-pager__arrow.-next {
        margin-left: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .p-pager .p-pager__arrow.-next {
        position: absolute;
        right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .p-pager .p-pager__arrow.-next .-arrow {
        justify-content: flex-end;
    }
}

@media only screen and (min-width: 769px) {
    .p-pager .p-pager__arrow.-next .-arrow:hover {
        transform: translate(3px);
    }
}

.p-pager .p-pager__list {
    display: flex;
}

.p-pager .p-pager__item {
    font-family: "Crimson Text", serif;
    line-height: 1;
}

@media only screen and (min-width: 769px) {
    .p-pager .p-pager__item {
        width: 33px;
        height: 41px;
        font-size: 20px;
        margin: 0 10px;
    }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
    .p-pager .p-pager__item {
        width: 6.4vw;
        height: 8vw;
        font-size: 4vw;
        margin: 0 1.87vw;
    }
}

.p-pager .p-pager__item .-active,
.p-pager .p-pager__item .-link,
.p-pager .p-pager__item .-dot {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.p-pager .p-pager__item .-active {
    border: 1px solid #2f2016;
    background: #2f2016;
    color: #e5e0ca;
}

.p-pager .p-pager__item .-link {
    border: 1px solid #5d5446;
}

@media only screen and (min-width: 769px) {
    .p-pager .p-pager__item .-link:hover {
        background: #5d5446;
        color: #e5e0ca;
    }
}

.p-reportsList {
    border-top: 1px solid #9d9889;
}

@media only screen and (min-width: 769px) {
    .p-reportsList {
        width: 1000px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .p-reportsList {
        width: 84vw;
        margin: 0 auto 12.8vw;
    }
}

.p-reportsList .p-reportsList__item {
    border-bottom: 1px solid #9d9889;
}

@media only screen and (min-width: 769px) {
    .p-reportsList .p-reportsList__item {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 315px 40px 647px;
        grid-template-columns: 315px 40px 647px;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
        padding: 30px 0;
    }
    .p-reportsList .p-reportsList__item > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .p-reportsList .p-reportsList__item > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .p-reportsList .p-reportsList__item > *:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .p-reportsList .p-reportsList__item > *:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    .p-reportsList .p-reportsList__item > *:nth-child(5) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }
    .p-reportsList .p-reportsList__item > *:nth-child(6) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }
    .p-reportsList .p-reportsList__item > *:nth-child(7) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    .p-reportsList .p-reportsList__item > *:nth-child(8) {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }
    .p-reportsList .p-reportsList__item > *:nth-child(9) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }
}

@media only screen and (max-width: 768px) {
    .p-reportsList .p-reportsList__item {
        padding: 8vw 0;
    }
}

.p-reportsList .p-reportsList__name {
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .p-reportsList .p-reportsList__name {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3 / 4;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        -ms-grid-row-align: end;
        align-self: end;
        font-size: 18px;
        margin-bottom: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .p-reportsList .p-reportsList__name {
        text-align: center;
        font-size: 4.27vw;
        margin-bottom: 4.8vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-reportsList .p-reportsList__img {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        grid-row: 1 / 4;
    }
}

@media only screen and (max-width: 768px) {
    .p-reportsList .p-reportsList__img {
        margin-bottom: 4.27vw;
    }
}

.p-reportsList .p-reportsList__img .p-reportsList__img__inner {
    position: relative;
}

.p-reportsList .p-reportsList__img__icon {
    position: absolute;
}

@media only screen and (min-width: 769px) {
    .p-reportsList .p-reportsList__img__icon {
        right: 10px;
        bottom: 10px;
        width: 80px;
        height: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .p-reportsList .p-reportsList__img__icon {
        right: 2.67vw;
        bottom: 2.67vw;
        width: 21.34vw;
        height: 21.34vw;
    }
}

.p-reportsList .p-reportsList__tag {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
    .p-reportsList .p-reportsList__tag {
        justify-content: left;
        align-items: center;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3 / 4;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
        margin-bottom: 13px;
    }
}

@media only screen and (max-width: 768px) {
    .p-reportsList .p-reportsList__tag {
        justify-content: space-between;
        margin-bottom: 2.67vw;
    }
}

.p-reportsList .p-reportsList__tag__item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "�q���M�m�p�S Pro", "Hiragino Kaku Gothic Pro", "MS P�S�V�b�N",
        "MS PGothic", sans-serif;
    border: 1px solid #6f301b;
    color: #6f301b;
    text-align: center;
    font-weight: bold;
}

@media only screen and (min-width: 769px) {
    .p-reportsList .p-reportsList__tag__item {
        width: 200px;
        height: 30px;
        border-radius: 5px;
        margin-right: 8px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .p-reportsList .p-reportsList__tag__item {
        width: 41.07vw;
        border-radius: 1.34vw;
        font-size: 2.67vw;
        padding: 1.34vw;
        margin-bottom: 1.34vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-reportsList .p-reportsList__ttl {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3 / 4;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3 / 4;
    }
}

.p-reportsList .p-reportsList__ancker {
    display: block;
    background: rgba(255, 255, 255, 0.4);
}

@media only screen and (min-width: 769px) {
    .p-reportsList .p-reportsList__ancker {
        padding: 16px 18px;
        transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .p-reportsList .p-reportsList__ancker {
        padding: 4.27vw 4.8vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-reportsList .p-reportsList__ancker:hover {
        background: rgba(255, 255, 255, 0.6);
    }
    .p-reportsList .p-reportsList__ancker:hover .p-reportsList__ttl__link svg {
        transform: translateX(4px);
    }
}

@media only screen and (min-width: 769px) {
    .p-reportsList .p-reportsList__ttl__head {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .p-reportsList .p-reportsList__ttl__head {
        font-size: 3.47vw;
    }
}

.p-reportsList .p-reportsList__ttl__link {
    color: #2f3c0d;
    text-align: right;
}

@media only screen and (min-width: 769px) {
    .p-reportsList .p-reportsList__ttl__link {
        font-size: 14px;
        margin-top: 7px;
    }
}

@media only screen and (max-width: 768px) {
    .p-reportsList .p-reportsList__ttl__link {
        font-size: 2.94vw;
        margin-top: 1.87vw;
    }
}

.p-reportsList .p-reportsList__ttl__link svg {
    vertical-align: baseline;
}

@media only screen and (min-width: 769px) {
    .p-reportsList .p-reportsList__ttl__link svg {
        width: 6px;
        height: 11px;
        margin-left: 5px;
        transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .p-reportsList .p-reportsList__ttl__link svg {
        position: relative;
        width: 1.6vw;
        height: 2.94vw;
        margin-left: 1.34vw;
        top: 0.54vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-naLinks {
        width: 1000px;
        margin: 0 auto;
        font-family: "Noto Serif JP", serif !important;
    }
}

@media only screen and (max-width: 768px) {
    .p-naLinks {
        width: 84vw;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 769px) {
    .p-naLinks .p-naLinks__list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 48px;
    }
}

@media only screen and (max-width: 768px) {
    .p-naLinks .p-naLinks__list {
        margin-bottom: 7.47vw;
    }
}

.p-naLinks .p-naLinks__item {
    box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.16);
    background: rgba(255, 255, 255, 0.4);
}

@media only screen and (min-width: 769px) {
    .p-naLinks .p-naLinks__item {
        width: 485px;
        height: 100px;
        margin-bottom: 30px;
        padding: 10px;
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .p-naLinks .p-naLinks__item {
        /* width: 100%; */
        height: 21.34vw;
        margin-bottom: 4.8vw;
        padding: 2.67vw;
        width: 84vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-naLinks .p-naLinks__item:nth-last-child(-n + 2) {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    .p-naLinks .p-naLinks__item:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 769px) {
    .p-naLinks .p-naLinks__item:hover {
        box-shadow: none;
        transform: translate(2px, 2px);
    }
}

@media only screen and (min-width: 769px) {
    .p-naLinks .p-naLinks__item:hover a::before {
        right: 5px;
    }
}

.p-naLinks .p-naLinks__item a {
    position: relative;
    display: flex;
    align-items: center;
}

.p-naLinks .p-naLinks__item a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(/cdn/shop/files/icon_d6075a9a-7a2b-49a5-8e36-7f18ce2c97b1.svg?v=1755019104);
}

@media only screen and (min-width: 769px) {
    .p-naLinks .p-naLinks__item a::before {
        width: 8px;
        height: 15px;
        background-size: 8px 15px;
        right: 10px;
        transition: right 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    }
}

@media only screen and (max-width: 768px) {
    .p-naLinks .p-naLinks__item a::before {
        width: 2.14vw;
        height: 4vw;
        background-size: 2.14vw 4vw;
        right: 1.34vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-naLinks .p-naLinks__item .p-naLinks__img {
        width: 120px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 768px) {
    .p-naLinks .p-naLinks__item .p-naLinks__img {
        width: 24vw;
    }
}

.p-naLinks .p-naLinks__item .p-naLinks__txt {
    font-weight: 600;
    text-align: center;
    -webkit-margin-before: 0;
            margin-block-start: 0;
}

@media only screen and (min-width: 769px) {
    .p-naLinks .p-naLinks__item .p-naLinks__txt {
        width: 345px;
        font-size: 20px!important;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .p-naLinks .p-naLinks__item .p-naLinks__txt {
        width: 54.67vw;
        font-size: 4.27vw!important;
        padding-right: 4vw;
    }
}

.p-dotList .p-dotList__item {
    position: relative;
}

@media only screen and (min-width: 769px) {
    .p-dotList .p-dotList__item {
        padding-left: 23px;
        font-size: 16px;
        margin-bottom: 0.5em;
    }
}

@media only screen and (max-width: 768px) {
    .p-dotList .p-dotList__item {
        padding-left: 3.2vw;
        font-size: 3.74vw;
        margin-bottom: 1em;
        line-height: 1.6;
    }
}

.p-dotList .p-dotList__item::before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    background: #5d5446;
    left: 0;
}

@media only screen and (min-width: 769px) {
    .p-dotList .p-dotList__item::before {
        width: 15px;
        height: 15px;
        top: 3px;
    }
}

@media only screen and (max-width: 768px) {
    .p-dotList .p-dotList__item::before {
        width: 1.6vw;
        height: 1.6vw;
        top: 1.87vw;
    }
}

.p-dotList .p-dotList__item:last-child {
    margin-bottom: 0;
}

@keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.p-movie {
    margin: 0 auto;
}

@media only screen and (min-width: 769px) {
    .p-movie {
        padding: 56px 0;
        width: 1000px;
        margin-top: 54px;
        margin-bottom: 32px;
        background: #f7f3e2;
    }
}

@media only screen and (max-width: 768px) {
    .p-movie {
        width: 84vw;
        margin-bottom: 10.67vw;
    }
}

.p-movie .p-movie__head {
    text-align: center;
    font-weight: bold;
}

@media only screen and (min-width: 769px) {
    .p-movie .p-movie__head {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .p-movie .p-movie__head {
        font-size: 4.8vw;
        margin-bottom: 6.4vw;
    }
}

.p-movie .p-movie__inner {
    position: relative;
}

@media only screen and (min-width: 769px) {
    .p-movie .p-movie__inner {
        /* height: 405px; */
        height: 100%;
        max-width: 90%;
        margin: auto;
    }
}

@media only screen and (max-width: 768px) {
    .p-movie .p-movie__inner {
        height: 47.2vw;
    }
}

.p-movie .p-movie__inner__cover {
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

@media only screen and (min-width: 769px) {
    .p-movie .p-movie__inner__cover {
        width: 720px;
        height: 405px;
    }
}

@media only screen and (max-width: 768px) {
    .p-movie .p-movie__inner__cover {
        width: 84vw;
        height: 47.2vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-movie .p-movie__inner__cover:hover {
        cursor: pointer;
    }
    .p-movie .p-movie__inner__cover:hover::before {
        transform: translate(-50%, -50%) scale(1.05);
    }
    .p-movie .p-movie__inner__cover:hover:after {
        opacity: 1;
    }
}

.p-movie .p-movie__inner__cover::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/icon_play.svg);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 769px) {
    .p-movie .p-movie__inner__cover::before {
        width: 120px;
        height: 120px;
        background-size: 120px 120px;
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        z-index: 2;
    }
}

@media only screen and (max-width: 768px) {
    .p-movie .p-movie__inner__cover::before {
        width: 13.34vw;
        height: 13.34vw;
        background-size: 13.34vw 13.34vw;
    }
}

@media only screen and (min-width: 769px) {
    .p-movie .p-movie__inner__cover::after {
        opacity: 0;
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.1);
        top: 0;
        left: 0;
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        z-index: 2;
    }
}

.p-movie .p-movie__inner__play {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

@media only screen and (min-width: 769px) {
    .p-movie .p-movie__inner__play {
        width: 720px;
        height: 405px;
    }
}

@media only screen and (max-width: 768px) {
    .p-movie .p-movie__inner__play {
        width: 84vw;
        height: 50.67vw;
    }
}

.js-scrollBnr {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.js-scrollBnr.is-active {
    opacity: 0;
    transform: translateY(50%);
}

.js-scrollBnr.is-none {
    opacity: 0;
    visibility: hidden;
}

@media only screen and (min-width: 769px) {
    .p-wysiwyg {
        font-size: 16px;
        line-height: 2;
    }
}

@media only screen and (max-width: 768px) {
    .p-wysiwyg {
        font-size: 4vw;
        line-height: 1.9;
    }
}

@media only screen and (min-width: 769px) {
    .p-wysiwyg p {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .p-wysiwyg p {
        margin-bottom: 4.27vw;
    }
}

.p-wysiwyg h2,
.p-wysiwyg .p-wysiwyg__ttl-02 {
    font-weight: 600;
    color: #2f3c0d;
    border-bottom: 2px solid #2f3c0d;
}

@media only screen and (min-width: 769px) {
    .p-wysiwyg h2,
    .p-wysiwyg .p-wysiwyg__ttl-02 {
        font-size: 18px;
        padding: 30px 0 10px;
        margin-bottom: 26px;
    }
}

@media only screen and (max-width: 768px) {
    .p-wysiwyg h2,
    .p-wysiwyg .p-wysiwyg__ttl-02 {
        font-size: 4.8vw;
        line-height: 1.6;
        padding: 4.8vw 0 2.67vw;
        margin-bottom: 7.47vw;
    }
}

.p-wysiwyg h3,
.p-wysiwyg .p-wysiwyg__ttl-03 {
    font-weight: 600;
    color: #2f3c0d;
    border-left: 2px solid #2f3c0d;
}

@media only screen and (min-width: 769px) {
    .p-wysiwyg h3,
    .p-wysiwyg .p-wysiwyg__ttl-03 {
        font-size: 17px;
        padding: 4px 0px 4px 20px;
        margin: 56px auto 12px;
    }
}

@media only screen and (max-width: 768px) {
    .p-wysiwyg h3,
    .p-wysiwyg .p-wysiwyg__ttl-03 {
        font-size: 4.54vw;
        line-height: 1.6;
        padding: 0 0 0 4.8vw;
        margin: 7.47vw 0;
    }
}

.p-wysiwyg ol,
.p-wysiwyg ul,
.p-wysiwyg .p-wysiwyg__list {
    margin-bottom: 2em;
}

.p-wysiwyg ol li,
.p-wysiwyg ul li,
.p-wysiwyg .p-wysiwyg__list li {
    position: relative;
    padding-left: 1em;
    margin-bottom: 1em;
    line-height: 1.7;
}

.p-wysiwyg ol li::before,
.p-wysiwyg ul li::before,
.p-wysiwyg .p-wysiwyg__list li::before {
    content: "";
    display: block;
    position: absolute;
    background: #5d5446;
    border-radius: 50%;
    left: 0;
}

@media only screen and (min-width: 769px) {
    .p-wysiwyg ol li::before,
    .p-wysiwyg ul li::before,
    .p-wysiwyg .p-wysiwyg__list li::before {
        width: 6px;
        height: 6px;
        top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .p-wysiwyg ol li::before,
    .p-wysiwyg ul li::before,
    .p-wysiwyg .p-wysiwyg__list li::before {
        width: 1.6vw;
        height: 1.6vw;
        top: 2.67vw;
    }
}

.p-wysiwyg dl,
.p-wysiwyg .p-wysiwyg__definition {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #9d9889;
    margin-bottom: 2em;
}

@media only screen and (min-width: 769px) {
    .p-wysiwyg dl,
    .p-wysiwyg .p-wysiwyg__definition {
        font-size: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .p-wysiwyg dl,
    .p-wysiwyg .p-wysiwyg__definition {
        font-size: 3.74vw;
    }
}

.p-wysiwyg dl dt,
.p-wysiwyg .p-wysiwyg__definition dt {
    border-right: 1px solid #9d9889 !important;
    line-height: 1.3;
}

@media only screen and (min-width: 769px) {
    .p-wysiwyg dl dt,
    .p-wysiwyg .p-wysiwyg__definition dt {
        width: 160px;
        padding: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .p-wysiwyg dl dt,
    .p-wysiwyg .p-wysiwyg__definition dt {
        width: 25.6vw;
        padding: 4vw 5.34vw;
    }
}

.p-wysiwyg dl dt:nth-of-type(odd),
.p-wysiwyg .p-wysiwyg__definition dt:nth-of-type(odd) {
    background: rgba(255, 255, 255, 0.3);
}

.p-wysiwyg dl dd,
.p-wysiwyg .p-wysiwyg__definition dd {
    line-height: 1.3;
}

@media only screen and (min-width: 769px) {
    .p-wysiwyg dl dd,
    .p-wysiwyg .p-wysiwyg__definition dd {
        width: 478px;
        padding: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .p-wysiwyg dl dd,
    .p-wysiwyg .p-wysiwyg__definition dd {
        width: 57.87vw;
        padding: 4vw 5.34vw;
    }
}

.p-wysiwyg dl dd:nth-of-type(odd),
.p-wysiwyg .p-wysiwyg__definition dd:nth-of-type(odd) {
    background: rgba(255, 255, 255, 0.3);
}

.p-wysiwyg img {
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (min-width: 769px) {
    .p-wysiwyg img {
        max-width: 1000px;
        padding: 40px 0 60px;
    }
}

@media only screen and (max-width: 768px) {
    .p-wysiwyg img {
        max-width: 84vw;
        padding: 5.34vw 0 10.67vw;
    }
}

.u-textSuper {
    font-size: 60%;
    vertical-align: super;
    line-height: 1;
    letter-spacing: 0.2em;
}

.u-textSuper-S {
    font-size: 50%;
    vertical-align: super;
    line-height: 1;
    letter-spacing: 0.2em;
    display: inline-block;
    position: relative;
}

@media only screen and (min-width: 769px) {
    .u-textSuper-S {
        top: -10px;
    }
}

@media only screen and (max-width: 768px) {
    .u-textSuper-S {
        top: -2.66vw;
    }
}

.u-textSuper-M {
    font-size: 50%;
    vertical-align: super;
    line-height: 1;
    letter-spacing: 0.2em;
}

.u-textSuper-L {
    font-size: 80%;
    vertical-align: super;
    line-height: 1;
    letter-spacing: 0.2em;
}

body {
    -webkit-font-smoothing: subpixel-antialiased;
}

@media only screen and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
}

html {
    -webkit-font-smoothing: antialiased;
}

#wrapper {
    font-family: "Noto Serif JP", serif !important;
    font-size: 14px;
    font-weight: 500;
    font-feature-settings: "palt";
    box-sizing: border-box;
    line-height: 1.4;
    letter-spacing: 0.04em !important;
    color: #2f3c0d;
}

@media only screen and (min-width: 769px) {
    #wrapper {
        min-width: 1100px;
    }
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

*:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}

@media only screen and (min-width: 769px) {
    .-sp {
        display: none !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {
    .-sp {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .-sp {
        display: block;
    }
}

@media only screen and (min-width: 769px) {
    .-pc {
        display: block;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {
    .-pc {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .-pc {
        display: none !important;
    }
    .aboutFirst__figure__custom .-pc {
        display: none !important;
    }
    .p-simpleTwoClm__figure__custom .-pc {
        /* display: none !important; */
    }
}
}
