@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
            text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* --------------------
 Variables
-------------------- */

:root {
    --color-accent: #00377d;            /* よく頼む、日付、カートなど */
    --color-accent-rgb: 0, 55, 125;      /* --color-accentのrgb値 */
    --color-primary: #00377da1;           /* 商品カテゴリーボタンなど */
    --color-primary-rgb: 0, 55, 125;    /* --color-primaryのrgb値 */
    --color-secondary: #00377d;         /* スポットなど */
}

/* --------------------
 Styles
-------------------- */
html {
    font-size: 62.5%;
}

@font-face {
    font-family: YuGothicMedium;
    src: local(Yu Gothic Medium);
}

body {
    color: #000000;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック体", YuGothicMedium, "Yu Gothic", "游ゴシック", Meiryo, sans-serif;
    font-size: 1.4rem;
    line-break: normal;
    line-height: 1.6;
    margin: 0;
    -webkit-text-size-adjust: 100%;
            text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
}

*:before, *:after {
    box-sizing: border-box;
}

img {
    height: auto;
    max-width: 100%;
    -webkit-user-drag: none;
            user-drag: none;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    vertical-align: middle;
}

p {
    overflow-wrap: break-word;
}

header, footer, main, nav, section {
    display: block;
}

button {
    cursor: pointer;
}

address {
    font-style: normal;
}

[tabindex="-1"]:focus {
    outline: 0;
}

/* --------------------
 Utils
-------------------- */
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1239px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1240px) {
    .hidden-lg {
        display: none !important;
    }
}

/* --------------------
 Layout
-------------------- */
.layout {
    animation: fadeIn .3s linear .1s;
    animation-fill-mode: backwards;
    opacity: 1;
    padding: 110px 0 0;
}

@media (min-width: 768px) {
    .layout {
        padding-top: 120px;
    }
}

#page_entry .layout {
    padding: 0;
}

.overlay {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 50px;
    transition: opacity .35s cubic-bezier(.645, .045, .355, 1) 0s, visibility .35s cubic-bezier(.645, .045, .355, 1) 0s;
    visibility: hidden;
    z-index: 99;
}

@media (min-width: 768px) {
    .overlay {
        top: 59px;
    }
}

.overlay.is-active {
    opacity: 1;
    transition: opacity .4s cubic-bezier(.645, .045, .355, 1) 0s, visibility 0s cubic-bezier(.645, .045, .355, 1) 0s;
    visibility: visible;
}

/* --------------------
 Flatpickr
-------------------- */
.is-order-day:after {
    background-color: #ff0000;
    border: none;
    border-radius: 5px;
    bottom: 0;
    content: "";
    display: block;
    height: 6px;
    left: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 6px;
    z-index: 1;
}

/* --------------------
 Animation
-------------------- */
@keyframes fadeIn {
    0% {
        opacity: .01;
    }
    100% {
        opacity: 1;
    }
}

/* --------------------
 Header
-------------------- */
.header {
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc;
    border-top: 2px solid var(--color-primary);
    height: 110px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

@media (min-width: 768px) {
    .header {
        height: 120px;
    }
}

.header__unlogin {
    height: auto;
    margin: 0 0 50px;
    position: static !important;
}

.header__main {
    height: 50px;
}

@media (min-width: 768px) {
    .header__main {
        height: 60px;
    }
}

.header__main-container {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: flex-start;
    margin: 0;
    padding: 0 20px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .header__main-container {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 1140px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.header__main__logo {
    font-size: 1.0rem;
    padding: 0 0 0 35px;
}

@media (min-width: 768px) {
    .header__main__logo {
        padding-left: 0;
    }
}

.header__unlogin .header__main__logo{
    padding-left: 0;
}

.header__main__logo__link {
    align-items: center;
    color: inherit;
    display: flex;
    font-size: 1.4rem;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    text-decoration: none;
    transition: opacity .35s cubic-bezier(.645, .045, .355, 1) 0s;
}

@media (min-width: 768px) {
    .header__main__logo__link {
        font-size: 2rem;
        letter-spacing: 0.05em;
    }
}

.header__main__logo__link:focus {
    opacity: .75;
}

@media (hover: hover) and (pointer: fine) {
    .header__main__logo__link:hover {
        opacity: .75;
    }
}

.header__main__logo__link img {
    height: auto;
    max-height: 30px;
    width: 110px;
}

@media (min-width: 768px) {
    .header__main__logo__link img {
        height: 30px;
        width: auto;
    }
}

.header__main__burger {
    -webkit-appearance: none;
            appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 20px;
    left: 20px;
    margin: auto;
    padding: 0;
    position: absolute;
    right: auto;
    top: 15px;
    width: 26px;
    z-index: 100;
}

@media (min-width: 768px) {
    .header__main__burger {
        height: 30px;
        left: 30px;
        top: 10px;
        width: 40px;
    }
}

.header__main__burger__box {
    display: block;
    height: 20px;
    margin: 0 auto;
    position: relative;
    width: 26px;
}

@media (min-width: 768px) {
    .header__main__burger__box {
        height: 30px;
        width: 40px;
    }
}

.header__main__burger__box__line {
    display: block;
    margin: -1px 0 0;
    top: 1px;
    transition: transform .25s ease 0s, background-color .25s ease 0s;
}

@media (min-width: 768px) {
    .header__main__burger__box__line {
        margin: -1px 0 0;
        top: 1.5px;
    }
}

.header__main__burger__box__line, .header__main__burger__box__line:before, .header__main__burger__box__line:after {
    background-color: rgba(var(--color-primary-rgb), .9);
    height: 2px;
    position: absolute;
    width: 26px;
}

@media (min-width: 768px) {
    .header__main__burger__box__line, .header__main__burger__box__line:before, .header__main__burger__box__line:after {
        height: 3px;
        width: 40px;
    }
}

.header__main__burger__box__line:before, .header__main__burger__box__line:after {
    content: "";
    display: block;
}

.header__main__burger__box__line:before {
    top: 9px;
    transition: transform .25s ease 0s, background-color .25s ease 0s, opacity .25s ease 0s;
}

@media (min-width: 768px) {
    .header__main__burger__box__line:before {
        top: 13px;
    }
}

.header__main__burger__box__line:after {
    top: 18px;
    transition: transform .25s ease 0s, background-color .25s ease 0s;
}

@media (min-width: 768px) {
    .header__main__burger__box__line:after {
        top: 25px;
    }
}

.header__main__burger.is-active .header__main__burger__box__line {
    background-color: rgba(var(--color-primary-rgb), .9);
    transform: translate3d(0, 9px, 0) rotate(45deg);
}

@media (min-width: 768px) {
    .header__main__burger.is-active .header__main__burger__box__line {
        transform: translate3d(0, 15px, 0) rotate(45deg);
    }
}

.header__main__burger.is-active .header__main__burger__box__line:before {
    background-color: rgba(var(--color-primary-rgb), .9);
    opacity: 0;
    transform: rotate(-45deg) translate3d(-3.71429px, -7px, 0);
}

@media (min-width: 768px) {
    .header__main__burger.is-active .header__main__burger__box__line:before {
        transform: rotate(-45deg) translate3d(-6.28571px, -12px, 0);
    }
}

.header__main__burger.is-active .header__main__burger__box__line:after {
    background-color: rgba(var(--color-primary-rgb), .9);
    transform: translate3d(0, -18px, 0) rotate(-90deg);
}

@media (min-width: 768px) {
    .header__main__burger.is-active .header__main__burger__box__line:after {
        transform: translate3d(0, -25px, 0) rotate(-90deg);
    }
}

.header__main__burger__label {
    color: rgba(var(--color-primary-rgb), .9);
    font-size: .8rem;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .header__main__burger__label {
        font-size: 1.4rem;
    }
}

.header__main__nav {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    position: absolute;
    right: 15px;
    z-index: 1;
}

@media (min-width: 768px) {
    .header__main__nav {
        right: 25px;
    }
}

.header__main__nav__cal {
    height: 30px;
    position: relative;
    width: 120px;
    z-index: 0;
}

@media (min-width: 768px) {
    .header__main__nav__cal {
        height: 40px;
        width: 140px;
    }
}

.header__main__nav__cal__trigger {
    -webkit-appearance: none;
            appearance: none;
    background: none;
    background-color: var(--color-accent);
    border: none;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    height: 30px;
    letter-spacing: .05em;
    line-height: 1.2;
    margin: 0;
    padding: 0 25px 0 10px;
    position: relative;
    text-align: center;
    transition: opacity .35s cubic-bezier(.645, .045, .355, 1) 0s;
    white-space: nowrap;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .header__main__nav__cal__trigger {
        border-radius: 8px;
        height: 36px;
        padding-left: 30px;
        padding-right: 40px;
    }
}

.header__main__nav__cal__trigger:after {
    border-bottom: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #ffffff;
    bottom: auto;
    content: "";
    display: block;
    height: 7px;
    margin: auto 0;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 10px;
}

@media (min-width: 768px) {
    .header__main__nav__cal__trigger:after {
        border-left-width: 7px;
        border-right-width: 7px;
        border-top-width: 10px;
        height: 10px;
        right: 15px;
        top: 13px;
        width: 14px;
    }
}

.header__main__nav__cal__trigger:focus {
    opacity: .75;
}

@media (hover: hover) and (pointer: fine) {
    .header__main__nav__cal__trigger:hover {
        opacity: .75;
    }
}

.header__main__nav__cal__input {
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
}

.header__main__nav__cal .flatpickr-wrapper {
    display: block;
}

.header__main__nav__cal .flatpickr-wrapper .flatpickr-calendar {
    left: auto;
    right: 0;
}

@media (min-width: 1240px) {
    .header__main__nav__cal .flatpickr-wrapper .flatpickr-calendar {
        left: 0;
        right: auto;
    }
}

.header__main__nav__cal .flatpickr-wrapper .flatpickr-calendar:before, .header__main__nav__cal .flatpickr-wrapper .flatpickr-calendar:after {
    left: auto;
    right: 22px;
}

@media (min-width: 1240px) {
    .header__main__nav__cal .flatpickr-wrapper .flatpickr-calendar:before, .header__main__nav__cal .flatpickr-wrapper .flatpickr-calendar:after {
        left: 22px;
        right: auto;
    }
}

.header__main__nav__cart {
    margin: 0 0 0 15px;
}

@media (min-width: 768px) {
    .header__main__nav__cart {
        margin-left: 20px;
    }
}

.header__main__nav__cart .ec-cartNavi {
    cursor: pointer;
    display: block;
    position: relative;
    transition: opacity .35s cubic-bezier(.645, .045, .355, 1) 0s;
}

.header__main__nav__cart .ec-cartNavi:focus {
    opacity: .75;
}

@media (hover: hover) and (pointer: fine) {
    .header__main__nav__cart .ec-cartNavi:hover {
        opacity: .75;
    }
}

.header__main__nav__cart .ec-cartNavi::before {
    background-color: var(--color-accent);
    content: "";
    display: block;
    height: 30px;
    margin: 0;
    -webkit-mask-image: url(../images/icons/icon-cart-orange.svg);
            mask-image: url(../images/icons/icon-cart-orange.svg);
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    width: 30px;
}

.header__main__nav__cart .ec-cartNavi img {
    width: 30px;
}

.header__main__nav__cart .ec-cartNavi__badge {
    align-items: center;
    background-color: #ff0000;
    border-radius: 30px;
    color: #ffffff;
    display: flex;
    flex-flow: row nowrap;
    font-size: 1.0rem;
    justify-content: center;
    left: 20px;
    line-height: 1.2;
    min-height: 20px;
    min-width: 20px;
    padding: 0 4px 1px;
    position: absolute;
    right: auto;
    text-align: center;
    top: -5px;
}

@media (min-width: 768px) {
    .header__main__nav__cart .ec-cartNavi__badge {
        font-size: 1.2rem;
        min-height: 20px;
        min-width: 20px;
    }
}

.header__main__nav__cart .ec-cartNaviIsset {
    padding: 12px;
    right: 3px;
    top: 40px;
    width: 256px;
}

@media (min-width: 768px) {
    .header__main__nav__cart .ec-cartNaviIsset {
        right: 10px;
        top: 45px;
    }
}

.header__main__nav__cart .ec-cartNaviIsset:before {
    border-color: transparent transparent #f8f8f8 transparent;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    content: "";
    display: block;
    height: 10px;
    left: auto;
    position: absolute;
    right: 6px;
    top: -9px;
    width: 16px;
}

.header__main__nav__cart .ec-cartNaviIsset-inner {
    max-height: 400px;
    overflow-y: auto;
    padding: 1px 0;
}

.header__main__nav__cart .ec-cartNaviIsset__action {
    padding-top: 15px;
}

.header__main__nav__cart .ec-cartNaviIsset .ec-cartNaviIsset__cartContentTitle {
    letter-spacing: .05em;
    line-height: 1.4;
}

.header__main__nav__cart .ec-cartNaviIsset .ec-cartNaviIsset__cartContentTitle .ec-font-size-1 {
    font-size: 1.1rem;
}

.header__main__nav__cart .ec-cartNaviIsset .ec-cartNaviIsset__cartContentPrice {
    letter-spacing: .05em;
}

.header__main__nav__cart .ec-cartNaviIsset .ec-cartNaviIsset__cartContentTax {
    font-size: 1.0rem;
}

.header__main__nav__cart .ec-cartNaviNull {
    background-color: var(--color-secondary);
    padding: 3px;
    right: 4px;
    top: 40px;
    width: 250px;
}

@media (min-width: 768px) {
    .header__main__nav__cart .ec-cartNaviNull {
        max-width: none;
        min-width: auto;
        right: 12px;
        top: 45px;
        width: 280px;
    }
}

.header__main__nav__cart .ec-cartNaviNull__message {
    background-color: #ffffff;
    border: none;
    color: #000000;
    font-size: 1.2rem;
    padding: 12px 8px;
    text-align: center;
}

.header__main__nav__cart .ec-cartNaviNull__message p {
    color: #000000;
    font-weight: 400;
    letter-spacing: .07em;
    margin: 0;
    text-align: center;
}

.header__main__nav__cart .ec-cartNaviNull:before {
    border-color: transparent transparent var(--color-secondary) transparent;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    content: "";
    display: block;
    height: 10px;
    left: auto;
    position: absolute;
    right: 5px;
    top: -9px;
    width: 16px;
}

@media (min-width: 768px) {
    .header__main__nav__cart .ec-cartNaviNull:before {
        right: 4px;
    }
}

.header__menu {
    height: 60px;
    margin: 0;
    padding: 0 0 10px;
    position: relative;
    z-index: 0;
}

@media (min-width: 768px) {
    .header__menu {
        height: 70px;
    }
}

.header__menu-container {
    margin: 0 auto;
    max-width: 1080px;
    padding: 0 0 0 20px;
    position: relative;
}

@media (min-width: 768px) {
    .header__menu-container {
        max-width: 1140px;
        padding-left: 30px;
    }
}

.header__menu-container:after {
    background: transparent;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .6) 65%, white 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    z-index: 1;
}

@media (min-width: 768px) {
    .header__menu-container:after {
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, white 80%, white 100%);
        width: 40px;
    }
}

.header__menu .swiper {
    overflow: visible;
    padding: 0 35px 0 0;
}

@media (min-width: 768px) {
    .header__menu .swiper {
        overflow: hidden;
        padding-right: 45px;
    }
}

.header__menu .swiper-slide {
    padding: 25px 0 0;
    width: auto;
}

@media (min-width: 768px) {
    .header__menu .swiper-slide {
        padding-top: 20px;
    }
}

.header__menu__link {
    align-items: center;
    background-color: var(--color-primary);
    border-radius: 30px;
    color: #ffffff;
    display: inline-flex;
    flex-flow: row nowrap;
    font-size: 1.4rem;
    font-weight: 500;
    justify-content: center;
    line-height: 1.2;
    min-height: 25px;
    min-width: 75px;
    padding: 4px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: opacity .35s cubic-bezier(.645, .045, .355, 1) 0s;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .header__menu__link {
        min-width: 110px;
        padding: 6px 10px;
    }
}

.header__menu__link:focus {
    opacity: .75;
}

@media (hover: hover) and (pointer: fine) {
    .header__menu__link:hover {
        opacity: .75;
    }
}

.header__menu__link.current {
    background-color: var(--color-accent) !important;
}

.header__menu__link.is-recommended {
    background-color: var(--color-secondary);
    font-weight: 900;
    animation:blink 1.2s ease-in-out infinite alternate;
}

/* 点滅 */
@-webkit-keyframes blink{
    0% {opacity:.5;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:.5;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:.5;}
    100% {opacity:1;}
}

.header__menu__link.is-recommended.current {
    background-color: var(--color-accent) !important;
}

.header__menu__link.is-recommended:before {
    background-color: var(--color-secondary);
    content: "";
    display: block;
    height: 15px;
    inset: -20px 0 auto 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    -webkit-mask-image: url(../images/commons/com-header-menu-label-recommended.svg);
            mask-image: url(../images/commons/com-header-menu-label-recommended.svg);
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    width: 81px;
}

/*@media (min-width: 768px) {
    .header__menu__link.is-recommended:before {
        background-size: 100px 20px;
        height: 20px;
        top: -25px;
        width: 100px;
    }
}*/

.header__menu__link.is-recommended.current:before {
    background-image: url(../images/commons/com-header-menu-label-recommended-current.svg);
}

.gnav {
    background-color: #ffffff;
    bottom: 0;
    display: none;
    left: 0;
    padding: 0;
    position: fixed;
    right: auto;
    top: 50px;
    z-index: 100;
}

@media (min-width: 768px) {
    .gnav {
        top: 60px;
    }
}

.gnav.initialized {
    display: block;
    transform: translateX(-101%);
    transition: transform .4s cubic-bezier(.645, .045, .355, 1) 0s;
}

.gnav.is-active {
    transform: translateX(0%);
}

.gnav-container {
    width: 300px;
}

@media (min-width: 768px) {
    .gnav-container {
        width: 340px;
    }
}

.gnav__profile {
    border-bottom: 2px solid var(--color-primary);
    padding: 20px;
}

@media (min-width: 768px) {
    .gnav__profile {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.gnav__profile__name {
    align-items: center;
    color: #000000;
    display: flex;
    flex-flow: row nowrap;
    gap: 0 8px;
    justify-content: flex-start;
    margin: 0 0 10px;
    padding: 3px;
    text-decoration: none;
    transition: background-color .35s cubic-bezier(.645, .045, .355, 1) 0s;
}

.gnav__profile__name__icon {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 1.0rem;
    width: 20px;
}

@media (min-width: 768px) {
    .gnav__profile__name__icon {
        width: 25px;
    }
}

.gnav__profile__name__icon::before {
    background-color: var(--color-primary);
    content: "";
    display: block;
    height: 24px;
    margin: 0;
    -webkit-mask-image: url(../images/icons/icon-user-olive.svg);
            mask-image: url(../images/icons/icon-user-olive.svg);
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    width: 20px;
}

@media (min-width: 768px) {
    .gnav__profile__name__icon::before {
        height: 30px;
        width: 25px;
    }
}

.gnav__profile__name__icon img {
    width: 20px;
}

@media (min-width: 768px) {
    .gnav__profile__name__icon img {
        width: 25px;
    }
}

.gnav__profile__name__text {
    display: block;
    font-size: 2.0rem;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .gnav__profile__name__text {
        font-size: 2.2rem;
    }
}

.gnav__profile__name:focus {
    background-color: rgba(var(--color-primary-rgb), .15);
}

@media (hover: hover) and (pointer: fine) {
    .gnav__profile__name:hover {
        background-color: rgba(var(--color-primary-rgb), .15);
    }
}

.gnav__profile__status {
    align-items: center;
    color: #000000;
    display: flex;
    flex-flow: row nowrap;
    gap: 0 8px;
    justify-content: flex-start;
    margin: 0 0 10px;
    padding: 3px;
    text-decoration: none;
    transition: background-color .35s cubic-bezier(.645, .045, .355, 1) 0s;
}

.gnav__profile__status__icon {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 1.0rem;
    width: 20px;
}

@media (min-width: 768px) {
    .gnav__profile__status__icon {
        width: 25px;
    }
}

.gnav__profile__status__icon img {
    width: 18px;
}

@media (min-width: 768px) {
    .gnav__profile__status__icon img {
        width: 23px;
    }
}

.gnav__profile__status__text {
    display: block;
    font-size: 1.8rem;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .gnav__profile__status__text {
        font-size: 2.0rem;
    }
}

.gnav__profile__status__label {
    background-color: #ff0000;
    border-radius: 20px;
    color: #ffffff;
    display: block;
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 0;
    padding: 2px 10px 3px;
}

@media (min-width: 768px) {
    .gnav__profile__status__label {
        font-size: 1.6rem;
    }
}

.gnav__profile__status:focus {
    background-color: rgba(var(--color-primary-rgb), .15);
}

@media (hover: hover) and (pointer: fine) {
    .gnav__profile__status:hover {
        background-color: rgba(var(--color-primary-rgb), .15);
    }
}

.gnav__profile__history {
    align-items: center;
    color: #000000;
    display: flex;
    flex-flow: row nowrap;
    gap: 0 8px;
    justify-content: flex-start;
    margin: 0;
    padding: 3px;
    text-decoration: none;
    transition: background-color .35s cubic-bezier(.645, .045, .355, 1) 0s;
}

.gnav__profile__history__icon {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 1.0rem;
    width: 20px;
}

@media (min-width: 768px) {
    .gnav__profile__history__icon {
        width: 25px;
    }
}

.gnav__profile__history__icon img {
    width: 16px;
}

@media (min-width: 768px) {
    .gnav__profile__history__icon img {
        width: 20px;
    }
}

.gnav__profile__history__text {
    display: block;
    font-size: 1.8rem;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .gnav__profile__history__text {
        font-size: 2.0rem;
    }
}

.gnav__profile__history:focus {
    background-color: rgba(var(--color-primary-rgb), .15);
}

@media (hover: hover) and (pointer: fine) {
    .gnav__profile__history:hover {
        background-color: rgba(var(--color-primary-rgb), .15);
    }
}

.gnav__mypage {
    border-bottom: 2px solid var(--color-primary);
    padding: 20px;
}

@media (min-width: 768px) {
    .gnav__mypage {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.gnav__mypage__title {
    border-bottom: 1px solid #cccccc;
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 0 0 15px;
    padding: 0 0 5px;
}

@media (min-width: 768px) {
    .gnav__mypage__title {
        font-size: 2.0rem;
    }
}

.gnav__mypage__item {
    margin: 0 0 10px;
}

.gnav__mypage__item:last-child {
    margin-bottom: 0;
}

.gnav__mypage__item__link {
    align-items: center;
    color: #000000;
    display: flex;
    flex-flow: row nowrap;
    gap: 0 8px;
    justify-content: flex-start;
    padding: 3px;
    text-decoration: none;
    transition: background-color .35s cubic-bezier(.645, .045, .355, 1) 0s;
}

.gnav__mypage__item__link__icon {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 1.0rem;
    width: 20px;
}

@media (min-width: 768px) {
    .gnav__mypage__item__link__icon {
        width: 25px;
    }
}

.gnav__mypage__item__link__icon img {
    width: 15px;
}

@media (min-width: 768px) {
    .gnav__mypage__item__link__icon img {
        width: 19px;
    }
}

.gnav__mypage__item__link__text {
    display: block;
    font-size: 1.6rem;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .gnav__mypage__item__link__text {
        font-size: 1.8rem;
    }
}

.gnav__mypage__item__link:focus {
    background-color: rgba(var(--color-primary-rgb), .15);
}

@media (hover: hover) and (pointer: fine) {
    .gnav__mypage__item__link:hover {
        background-color: rgba(var(--color-primary-rgb), .15);
    }
}

.gnav__submenu {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 10px 30px;
    justify-content: flex-start;
    padding: 20px;
}

@media (min-width: 768px) {
    .gnav__submenu {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.gnav__submenu__item {
    width: calc(50% - 15px);
}

.gnav__submenu__item__link {
    align-items: center;
    color: #000000;
    display: flex;
    flex-flow: row nowrap;
    gap: 0 8px;
    justify-content: flex-start;
    padding: 3px;
    text-decoration: none;
    transition: background-color .35s cubic-bezier(.645, .045, .355, 1) 0s;
}

.gnav__submenu__item__link__icon {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 1.0rem;
    width: 18px;
}

@media (min-width: 768px) {
    .gnav__submenu__item__link__icon {
        width: 23px;
    }
}

.gnav__submenu__item__link__icon img {
    width: 18px;
}

@media (min-width: 768px) {
    .gnav__submenu__item__link__icon img {
        width: 23px;
    }
}

.gnav__submenu__item__link__text {
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
    font-size: 1.2rem;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .gnav__submenu__item__link__text {
        font-size: 1.4rem;
    }
}

.gnav__submenu__item__link:focus {
    background-color: rgba(var(--color-primary-rgb), .15);
}

@media (hover: hover) and (pointer: fine) {
    .gnav__submenu__item__link:hover {
        background-color: rgba(var(--color-primary-rgb), .15);
    }
}

.gnav__action {
    padding: 0 20px 20px;
}

@media (min-width: 768px) {
    .gnav__action {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.gnav__action__item__button {
    align-items: center;
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #000000;
    display: flex;
    flex-flow: row nowrap;
    font-size: 1.2rem;
    justify-content: center;
    list-style: 1.2;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    transition: background-color .35s cubic-bezier(.645, .045, .355, 1) 0s;
}

@media (min-width: 768px) {
    .gnav__action__item__button {
        border-radius: 10px;
        font-size: 1.4rem;
    }
}

.gnav__action__item__button:focus {
    background-color: rgba(var(--color-primary-rgb), .15);
}

@media (hover: hover) and (pointer: fine) {
    .gnav__action__item__button:hover {
        background-color: rgba(var(--color-primary-rgb), .15);
    }
}

/* --------------------
 Footer
-------------------- */
.footer {
    background-color: #ffffff;
}

.footer-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .footer-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1140px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.footer__copyright {
    display: block;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}

/* --------------------
 Cart
-------------------- */
.ball {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgb(var(--color-accent-rgb));
    box-shadow: 0 10px 25px rgba(var(--color-accent-rgb), 0.5);
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 100;
}

/* --------------------
 Modal
-------------------- */
.modal-dialog {
    display: grid;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    align-items: center;
}

.modal-body_quantity {
    display: table;
}
.modal-body_quantity_input {
    display: table-cell;
}
.modal-body_quantity_unit {
    display: table-cell;
    width: 20%;
    text-align: center;
    vertical-align: middle;
}
