@media only screen and (max-width: 750px) {
    #wrapper {
        -webkit-padding-after: 56px;
        padding-block-end: 56px
    }

.ehoumaki_2026 {
        font-size: 1.333vw;
    }
    .is-pc {
        display: none;
    }
}

@media screen and (min-width: 751px) {
    #wrapper {
        min-width: auto !important;
    }
    .is-sp {
        display: none;
    }
}

@media screen and (min-width: 751px),
print {
    nav.submenu.open {
        left: calc(50% - 500px) !important
    }
}

@media screen and (min-width: 751px)and (max-width: 1000px) {
    nav.submenu.open {
        left: 0 !important
    }
}

@media screen and (min-width: 751px),
print {
    #footer_sec-03 .innerBlock {
        width: 100%;
        max-width: 1000px !important
    }
}

@media screen and (min-width: 751px),
print {
    #footer_sec-03 .innerBlock>ul.list01>li {
        width: 20%;
        max-width: 201px
    }
}

@media screen and (min-width: 751px),
print {
    #footer_sec-03 .innerBlock>ul.list01>li:first-child {
        width: 20%;
        max-width: 190px
    }
}

@media screen and (min-width: 751px),
print {
    #footer_sec-03 .innerBlock>ul.list01>li>ul {
        margin: 0 10px 0 20px
    }
}

#bg_wrapper #wrapper2 {
    max-width: none
}

.ehoumaki_2026 {
    font-family: var(--font-default);
    font-size: 16px;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    color: var(--black);
    letter-spacing: .025em;
    background: var(--white)
}

.ehoumaki_2026 img {
    max-width: 100%;
    height: auto
}

.ehoumaki_2026 a {
    color: var(--black);
    -webkit-transition: all .2s;
    transition: all .2s
}

.ehoumaki_2026 a img {
    -webkit-transition: all .2s;
    transition: all .2s
}

.ehoumaki_2026 a:hover {
    opacity: 1 !important
}

@media(hover: hover) {
    .ehoumaki_2026 a:hover img {
        opacity: .7
    }
}

.ehoumaki_2026 a.void:hover img {
    opacity: 1;
    cursor: default;
}

.ehoumaki_2026 img.piece-eho {width: auto;height: 28px;margin-bottom: 5px;margin-left: 5px;}
.ehoumaki_2026 img.size-i {display: block;width: 96%;margin: 5px 0 2px;max-width: 300px;}
@media only screen and (max-width: 750px) {
.ehoumaki_2026 img.piece-eho {height: 24px;}
}
.ehoumaki_2026 p.copy-txt {margin: 10px auto 0;font-size: 14px;text-align: right;}

@media only screen and (max-width: 767.98px) {
    .ehoumaki_2026 .container {
        width: calc(100% - 10.666vw);
        margin-inline: 5.333vw
    }
}

@media only screen and (min-width: 768px)and (max-width: 750px) {
    .ehoumaki_2026 .container {
        width: calc(100% - 80px);
        margin-inline: 40px
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .container {
        max-width: 1000px;
        margin-inline: auto
    }
}

.ehoumaki_2026 .button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    color: var(--white);
    border: none;
    border-radius: 4px;
    -webkit-transition: all .2s;
    transition: all .2s
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .button {
        height: 14.933vw;
        font-size: 4.8vw
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .button {
        height: 60px;
        font-size: 18px
    }
}

.ehoumaki_2026 .button:hover {
    color: var(--white)
}

.ehoumaki_2026 .button.next {
    overflow: hidden
}

.ehoumaki_2026 .button.next>span {
    position: relative;
    z-index: 1
}

.ehoumaki_2026 .button.next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    -webkit-transition: all .2s;
    transition: all .2s
}

.ehoumaki_2026 .button.next::after {
    display: inline-block;
    content: "";
    background-image: url("../../image/common/icon_arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .button.next::after {
        width: 1.029rem;
        height: 8px
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .button.next::after {
        width: 18px;
        height: 14.44px
    }
}

.ehoumaki_2026 .button.app {
    background-color: var(--app-blue)
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .button.app {
        font-size: 4.8vw;
        margin-block-end: 5vw;
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .button.app {
        display: none
    }
}

.ehoumaki_2026 .button.app::before {
    display: inline-block;
    width: 14.62px;
    height: 24px;
    margin-right: 16px;
    content: "";
    background-image: url("../../image/common/icon_phone.svg");
    background-size: contain;
    background-repeat: no-repeat
}

@media print,
screen and (max-width: 750px) {
    .ehoumaki_2026 .button.app::before {
        width: 3.899vw;
        height: 6.4vw;
        background-size: cover;
    }
}

@media(hover: hover) {
    .ehoumaki_2026 .button.app:hover {
        background-color: #0063b3
    }
}

.ehoumaki_2026 .button.contact {
    gap: 9px;
    background-color: var(--red)
}

@media only screen and (max-width: 767.98px) {
    .ehoumaki_2026 .button.contact {
        text-align: left;
        word-break: keep-all
    }
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .button.contact {
        -webkit-margin-before: 1rem;
        margin-block-start: 1rem
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .button.contact {
        height: 56px;
        -webkit-margin-before: 15px;
        margin-block-start: 15px;
        font-size: 16px
    }
}

@media print,
screen and (min-width: 768px) {
    .ehoumaki_2026 .button.contact wbr {
        display: none
    }
}

.ehoumaki_2026 .button.contact img[src$="icon_chat.svg"] {
    width: 24px
}

@media(hover: hover) {
    .ehoumaki_2026 .button.contact:hover {
        background-color: #ab0b1f
    }

    .ehoumaki_2026 .button.contact:hover img {
        opacity: 1
    }
}

.ehoumaki_2026 .underline {
    text-decoration: underline
}

@media(hover: hover) {
    .ehoumaki_2026 .underline:hover {
        text-decoration: none
    }
}

.ehoumaki_2026 .contents-text {
    margin-block: 20px
}

.ehoumaki_2026 .attention {
    color: var(--red)
}

.ehoumaki_2026 .copy {
    font-weight: bold;
    line-height: 1.5;
    text-align: center
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .copy {
        font-size: 1.6rem;
        word-break: keep-all
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .copy {
        font-size: 18px
    }
}

.ehoumaki_2026 .note {
    position: relative;
    display: block;
    -webkit-padding-start: 18px;
    padding-inline-start: 18px;
    margin-block: 0;
    font-size: 14px;
    line-height: 1.5;
    /* text-indent: 17px; */
    padding-left: 17px;
}
@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .caution .note {
        margin-bottom: 1.6vw;
    }
}
.ehoumaki_2026 .note.large {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
    font-size: 16px
}

.ehoumaki_2026 .note::before {
    position: absolute;
    top: 0;
    left: 0px;
    font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    content: "※"
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .caution .note {

        line-height: 1.45;

    }

}

@media print,
screen and (max-width: 750px) {
    /* .ehoumaki_2026 .note {
      font-size: 3.2rem;
      -webkit-padding-start: 0px;
      padding-inline-start: 0px;
      padding-left: 5.2vw;
      line-height: 4.3rem;

    }
    .ehoumaki_2026 .note::before {
        left: 0vw;
    } */
}

.ehoumaki_2026 .note.attention {
    color: var(--red)
}

.ehoumaki_2026 .note.attention::before {
    color: var(--red)
}

.ehoumaki_2026 .mark-small {
    font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif
}

.ehoumaki_2026 table {
    -webkit-margin-after: 20px;
    margin-block-end: 20px
}

.ehoumaki_2026 table th {
    padding: 18px 10px 16px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #eaeaea;
    border: 1px solid #d6d6d6;
    line-height: 19px;
}

.ehoumaki_2026 table td {
    line-height: 1.3;
    vertical-align: middle;
    border: 1px solid #d6d6d6
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 table td {
        padding: 1rem
    }

    /* .ehoumaki_2026 .note {
        -webkit-padding-start: 0px;
        padding-inline-start: 0px;
        padding-left: 4.8vw;
    }
    .ehoumaki_2026 .note::before {
        left: 0vw;
    } */
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 table td {
        padding: 8px 0;
        text-align: center;
    }
}

.ehoumaki_2026 table td .only-md {
    display: none
}

@media only screen and (min-width: 768px)and (max-width: 750px) {
    .ehoumaki_2026 table td .only-md {
        display: inline
    }
}

.ehoumaki_2026 table td .note:last-of-type {
    -webkit-margin-after: 0;
    margin-block-end: 0
}

.ehoumaki_2026 table th .narrow,
.ehoumaki_2026 table td .narrow {
    display: none
}

@media only screen and (max-width: 575.98px) {

    .ehoumaki_2026 table th .narrow,
    .ehoumaki_2026 table td .narrow {
        display: inline
    }
}

@media only screen and (min-width: 768px)and (max-width: 750px) {

    .ehoumaki_2026 table th .narrow,
    .ehoumaki_2026 table td .narrow {
        display: inline
    }
}

@media print,
screen and (min-width: 768px) {
    .ehoumaki_2026 table.region th {
        width: 160px
    }
}

.ehoumaki_2026 table.region td {
    font-size: 14px;
    line-height: 1.5
}

@media only screen and (min-width: 576px)and (max-width: 767.98px) {
    .ehoumaki_2026 .product-photos {
        width: 60%;
        margin-inline: auto
    }
}

.ehoumaki_2026 .product-photos .swiper-slide img {
    width: 100%
}

.ehoumaki_2026 .product-photos .product-slide_thumbs {
    -webkit-margin-before: 4px;
    margin-block-start: 4px
}

.ehoumaki_2026 .product-photos .product-slide_thumbs .swiper-slide {
    width: 76px !important;
    cursor: pointer;
    border: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: all .2s;
    transition: all .2s
}

.ehoumaki_2026 .product-photos .product-slide_thumbs .swiper-slide:hover {
    opacity: 1
}

.ehoumaki_2026 .product-photos .product-slide_thumbs .swiper-slide.swiper-slide-thumb-active {
    border: 2px solid var(--gold)
}

.ehoumaki_2026 .product-photos .swiper-button-prev,
.ehoumaki_2026 .product-photos .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 1;
    color: var(--black);
    background-color: rgba(255, 255, 255, .5);
    -webkit-transition: all .2s;
    transition: all .2s
}

.ehoumaki_2026 .product-photos .swiper-button-prev::after,
.ehoumaki_2026 .product-photos .swiper-button-next::after {
    font-size: 0
}

@media(hover: hover) {

    .ehoumaki_2026 .product-photos .swiper-button-prev:hover,
    .ehoumaki_2026 .product-photos .swiper-button-next:hover {
        background-color: rgba(255, 255, 255, .8)
    }
}

.ehoumaki_2026 .product-photos .swiper-button-prev.swiper-button-disabled,
.ehoumaki_2026 .product-photos .swiper-button-next.swiper-button-disabled {
    opacity: 0
}

.ehoumaki_2026 .product-photos .swiper-button-prev {
    left: 0
}

.ehoumaki_2026 .product-photos .swiper-button-prev::after {
    position: absolute;
    right: 16px;
    content: "";
    border: 8px solid rgba(0, 0, 0, 0);
    border-right: 12px solid var(--black)
}

.ehoumaki_2026 .product-photos .swiper-button-next {
    right: 0
}

.ehoumaki_2026 .product-photos .swiper-button-next::after {
    position: absolute;
    left: 16px;
    content: "";
    border: 8px solid rgba(0, 0, 0, 0);
    border-left: 12px solid var(--black)
}

.ehoumaki_2026 .breadcrumbs>ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .breadcrumbs>ol {
        -webkit-margin-before: 15px;
        margin-block-start: 38px
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .breadcrumbs>ol {
        -webkit-margin-before: 23px;
        margin-block-start: 23px;
        margin-block-end: 64px;
    }
}

.ehoumaki_2026 .breadcrumbs>ol li {
    -webkit-margin-end: 6px;
    margin-inline-end: 6px
}

.ehoumaki_2026 .breadcrumbs>ol li:not(:first-of-type) {
    position: relative;
    -webkit-margin-start: 14px;
    margin-inline-start: 14px
}

.ehoumaki_2026 .breadcrumbs>ol li:not(:first-of-type)::before {
    position: absolute;
    top: 6px;
    left: -17px;
    width: 8px;
    height: 8px;
    content: "";
    -webkit-border-before: 1px solid #999;
    border-block-start: 1px solid #999;
    -webkit-border-end: 1px solid #999;
    border-inline-end: 1px solid #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

/* .ehoumaki_2026 .breadcrumbs>ol li:last-of-type a {
    color: #999
} */

.ehoumaki_2026 .breadcrumbs>ol li a {
    display: inline-block;
    font-size: 12px
}

@media print,
screen and (max-width: 750px) {
    .ehoumaki_2026 .breadcrumbs>ol li a {
        display: inline-block;
        /*font-size: 3.2vw;*/
        text-transform: uppercase;
    }
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .breadcrumbs>ol {
        -webkit-margin-before: 15px;
        margin-block-start: 15px;
        margin-block-end: 38px;
    }
}

.ehoumaki_2026 .sub-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    background: rgb(169, 128, 33);
    background: linear-gradient(90deg, rgba(169, 128, 33, 1) 0%, rgba(246, 218, 128, 1) 25%, rgba(246, 218, 128, 1) 75%, rgba(155, 114, 37, 1) 100%);
}

@media only screen and (max-width: 751px) {
    .ehoumaki_2026 .sub-header {
        height: 26.5vw;
    }
}

@media print,
screen and (min-width: 750px) {
    .ehoumaki_2026 .sub-header {
        height: 200px;
    }
}

.ehoumaki_2026 .sub-header .page-title {
    position: relative;
    z-index: 2;
    font-family: var(--font-mincho);
    font-weight: bold;
    color: var(--black);
    text-align: center;
}

@media only screen and (max-width: 767.98px) {
.ehoumaki_2026 .sub-header .page-title {font-size: 6vw;/*font-size: 5.5vw;*/}
}
@media print,screen and (min-width: 751px) {
.ehoumaki_2026 .sub-header .page-title {font-size: 58px;/*font-size: 68px;*/}
/*.ehoumaki_2026 .sub-header .page-title br {display: none;}*/
}
@media print,screen and (min-width: 1121px) {
.ehoumaki_2026 .sub-header .page-title br {display: none;}
}
@media print,screen and (max-width: 1120px) {
.ehoumaki_2026 .sub-header .page-title br {display: block;}
}
@media print,screen and (min-width: 751px) and (max-width: 1280px) {
.ehoumaki_2026 .sub-header .page-title {font-size: 4.0125vw;}
}

.ehoumaki_2026 .sub-header img {
    position: absolute;
    z-index: 1;
}

.ehoumaki_2026 .sub-header img[src$="title_ehou.png"] {
    top: 32px;
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .sub-header img[src$="title_ehou.png"] {
        width: 21.8vw;
        left: 5vw;
        top: 7.7vw;
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .sub-header img[src$="title_ehou.png"] {
        width: 258px;
    }
}

@media print,
screen and (min-width: 1400px) {
    .ehoumaki_2026 .sub-header img[src$="title_ehou.png"] {
        /* left: calc((100% - 1677px) / 2); */
        left: 5.8%;
    }
}

@media print,
screen and (min-width: 751px) and (max-width: 1399px) {
    .ehoumaki_2026 .sub-header img[src$="title_ehou.png"] {
        left: 0;
    }
}

.ehoumaki_2026 .sub-header img[src$="image_ehoumaki.png"] {
    top: 0;
    right: -12px;
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .sub-header img[src$="image_ehoumaki.png"] {
        right: -5px;
        width: 26.66vw;
    }
}


.ehoumaki_2026 .sub-header .tokuten_title img {
    position: inherit;
}

.ehoumaki_2026 .footer-list {
    background-color: var(--dark-purple)
}

.ehoumaki_2026 .banners-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ehoumaki_2026 .banners-list>li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    background-color: var(--white);
    border: 1px solid var(--gold)
}

@media only screen and (max-width: 575.98px) {
    .ehoumaki_2026 .banners-list>li {
        width: 100%
    }
}

@media only screen and (min-width: 576px)and (max-width: 750px) {
    .ehoumaki_2026 .banners-list>li {
        width: calc((100% - 20px)/2)
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .banners-list>li {
        width: calc((100% - 40px)/2)
    }
}

.ehoumaki_2026 .banners-list>li a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    content: ""
}

.ehoumaki_2026 .banners-list>li figure {
    position: relative;
    overflow: hidden
}

.ehoumaki_2026 .banners-list>li figure::before {
    display: block;
    padding-top: 100%;
    content: ""
}

.ehoumaki_2026 .banners-list>li figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .2s;
    transition: all .2s
}

@media(hover: hover) {
    .ehoumaki_2026 .banners-list>li:hover figure img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.ehoumaki_2026 .banners-list>li a {
    display: block;
    font-family: var(--font-mincho);
    font-weight: bold
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .banners-list>li a {
        padding-inline: 2rem;
        font-size: 1.6rem
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .banners-list>li a {
        padding-inline: 24px;
        font-size: 20px
    }
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .banners-list:not(.small) {
        gap: 20px;
        padding-block: 6rem 8rem
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .banners-list:not(.small) {
        gap: 40px;
        padding-block: 80px 160px
    }
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .banners-list:not(.small)>li figure {
        width: 10rem
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .banners-list:not(.small)>li figure {
        width: 167px
    }
}

.ehoumaki_2026 .banners-list.small {
    gap: 12px
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .banners-list.small {
        padding-block: 4rem
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .banners-list.small {
        padding-block: 80px
    }
}

.ehoumaki_2026 .banners-list.small>li::before {
    right: 4px;
    bottom: 6px;
    width: 9.21px;
    height: 7.5px
}

.ehoumaki_2026 .banners-list.small>li::after {
    right: -21px;
    bottom: -21px;
    width: 42px;
    height: 42px
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .banners-list.small>li figure {
        width: 6rem
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .banners-list.small>li figure {
        width: 80px
    }
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .banners-list.small>li a {
        width: calc(100% - 6rem);
        padding-inline: .8rem;
        font-size: 1.6rem
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .banners-list.small>li a {
        width: calc(100% - 80px);
        padding-inline: 20px;
        font-size: 20px
    }
}

.ehoumaki_2026 .side-menu {
    position: fixed;
    z-index: 10;
    background-color: var(--red);
    background-size: cover;
    -webkit-transition: opacity .2s ease, visibility .2s ease;
    transition: opacity .2s ease, visibility .2s ease
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .side-menu {
        right: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        /* max-width: 425px */
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .side-menu {
        top: 150px;
        right: 0
    }
}

.ehoumaki_2026 .side-menu[data-view=true] {
    visibility: visible;
    opacity: 1
}

.ehoumaki_2026 .side-menu[data-view=false] {
    visibility: hidden;
    opacity: 0
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .side-menu>li {
        width: 33.3333333333%;
        height: 70px;
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .side-menu>li {
        width: 56px
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .side-menu>li.side-menu-app {
        display: none
    }
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .side-menu>li:not(:first-of-type) {
        -webkit-border-start: 1px solid var(--white);
        border-inline-start: 1px solid var(--white)
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .side-menu>li:nth-of-type(2) {
        -webkit-border-after: 1px solid var(--white);
        border-block-end: 1px solid var(--white)
    }
}

.ehoumaki_2026 .side-menu>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-weight: bold;
    color: var(--white);
    white-space: nowrap
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .side-menu>li>a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0.3rem;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: center;
        height: 100%;
        -webkit-padding-after: 5px;
        padding-block-end: 5px;
        font-size: 11px;
    }
}

@media only screen and (min-width: 576px)and (max-width: 750px) {
    .ehoumaki_2026 .side-menu>li>a {
        height: 100%;
        font-size: 1.4rem
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .side-menu>li>a {
        padding: 40px 0;
        letter-spacing: .05em;
        white-space: nowrap;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl
    }
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .side-menu>li>a img[src$="icon_phone.svg"] {
        width: 17px;
    }
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .side-menu>li>a img[src$="icon_document.svg"] {
        width: 33px;
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .side-menu>li>a img[src$="icon_document.svg"] {
        width: 29.05px;
    }
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .side-menu>li>a img[src$="icon_chat.svg"] {
        width: 28px;
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .side-menu>li>a img[src$="icon_chat.svg"] {
        width: 24px;
    }
}

.ehoumaki_2026 .side-menu>li>a:hover img {
    opacity: 1;
}

.ehoumaki_2026_footer {
    background-color: var(--white)
}

.ehoumaki_2026_footer .footer-access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026_footer .footer-access {
        gap: 2.4rem;
        padding: 40px 0 20px 0;
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026_footer .footer-access {
        gap: 80px;
        padding: 80px 0;
    }
}

.ehoumaki_2026_footer .footer-access .banner {
    width: 100%
}

.ehoumaki_2026_footer .footer-access .banner img {
    width: 100%
}

@media(hover: hover) {
    .ehoumaki_2026_footer .footer-access .banner:hover img {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.ehoumaki_2026_footer .footer-access .caution {
    width: 100%;
    border: 2px solid var(--red)
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026_footer .footer-access .caution {
        padding: 2.66vw 3.6vw;
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026_footer .footer-access .caution {
        padding: 15px 18px
    }
}

.ehoumaki_2026_footer .footer-access .caution .caution-title {
    -webkit-margin-after: 7px;
    margin-block-end: 7px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026_footer .footer-access .caution .caution-title {
        font-size: 4.2vw;
        margin-block-end: 3.03vw;
        font-weight: bolder;
    }
}

.ehoumaki_2026_footer .footer-access .caution p:last-of-type {
    -webkit-margin-after: 0;
    margin-block-end: 0
}

.ehoumaki_2026_footer .footer-access .access-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media only screen and (max-width: 767.98px) {
    .ehoumaki_2026_footer .footer-access .access-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026_footer .footer-access .access-list {
        gap: 2.6vw
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026_footer .footer-access .access-list {
        gap: 20px;
    }
}

.ehoumaki_2026_footer .footer-access .access-list>li {
    border: 1px solid var(--gold)
}

@media only screen and (max-width: 767.98px) {
    .ehoumaki_2026_footer .footer-access .access-list>li {
        width: calc((100% - 5.3vw) / 3);
    }
}

@media only screen and (min-width: 768px)and (max-width: 750px) {
    .ehoumaki_2026_footer .footer-access .access-list>li {
        width: calc((100% - 36px)/4)
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026_footer .footer-access .access-list>li {
        width: calc((100% - 40px)/3)
    }
}

.ehoumaki_2026_footer .footer-access .access-list>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 12px;
    font-weight: bold;
    line-height: 1.35;
    white-space: nowrap
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026_footer .footer-access .access-list>li>a {
        gap: 1.2rem;
        font-size: 1.2rem
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026_footer .footer-access .access-list>li>a {
        gap: 16px;
        font-size: 16px
    }
}

.ehoumaki_2026_footer .footer-access .access-list>li>a>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--gold);
    border-radius: 8px
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026_footer .footer-access .access-list>li>a>span {
        width: 4rem;
        height: 4rem
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026_footer .footer-access .access-list>li>a>span {
        width: 60px;
        height: 60px
    }
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026_footer .footer-access .access-list>li>a>span img[src$="icon_track.svg"] {
        width: 24.16px
    }
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026_footer .footer-access .access-list>li>a>span img[src$="icon_chat.svg"] {
        width: 4.977vw;
    }
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026_footer .footer-access .access-list>li>a>span img[src$="icon_store.svg"] {
        width: 4.977vw;
    }
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026_footer .footer-access .access-list>li>a>span img[src$="icon_search.svg"] {
        width: 4.977vw;
    }
}

@media(min-width: 340px) {
    .ehoumaki_2026_footer .footer-access .access-list>li>a br.mini {
        display: none
    }
}

@media(max-width: 340px) {
    .ehoumaki_2026_footer .footer-access .access-list>li>a br.non-mini {
        display: none
    }
}

@media(hover: hover) {
    .ehoumaki_2026_footer .footer-access .access-list>li>a:hover {
        background-color: #ede4d4
    }
}

.ehoumaki_2026_footer .footer-access .access-list>li>a:hover img {
    opacity: 1
}

.ehoumaki_2026_footer .sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026_footer .sns-list {
        -webkit-margin-after: 60px;
        margin-block-end: 60px;
        gap: 2.66vw;
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026_footer .sns-list {
        -webkit-margin-after: 20px;
        margin-block-end: 20px;
    }
}

@media print,
screen and (min-width: 768px) {
    .ehoumaki_2026_footer .sns-list>li.for-mobile {
        display: none
    }
}

@media only screen and (max-width: 767.98px) {
    .ehoumaki_2026_footer .sns-list>li.for-pc {
        display: none
    }
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product {
        /* margin-block: 10.266vw; */
        margin-block-start: 30px;
        margin-block-end: 20px;
    }

    .ehoumaki_2026 .product#lineup02 {
        margin-block-start: 11.6rem;
    }

    .ehoumaki_2026 .product#lineup03,
    .ehoumaki_2026 .product#lineup04 {
        margin-block-start: 13.4rem;
    }

    .ehoumaki_2026 .product#lineup04 {
        margin-block-end: 2.1rem;
    }
}

@media print,
screen and (min-width: 751px) {

    /* .ehoumaki_2026 .product {
        margin-block: 115px
    } */
    .ehoumaki_2026 .product#lineup02 {
        margin-block-start: 123px
    }

    .ehoumaki_2026 .product#lineup03 {
        margin-block-start: 97px
    }

    .ehoumaki_2026 .product:first-of-type {
        -webkit-margin-before: 60px;
        margin-block-start: 60px;
        margin-block-end: 43px;
    }

    .ehoumaki_2026 .product:last-of-type {
        -webkit-margin-after: 57px;
        margin-block-end: 57px
    }
}

@media print,
screen and (min-width: 768px) {
    .ehoumaki_2026 .product .product-info {
        display: grid;
        grid-template-rows: auto 1fr
    }
}

@media only screen and (min-width: 768px)and (max-width: 750px) {
    .ehoumaki_2026 .product .product-info {
        grid-template-columns: calc((100% - 30px)/2) calc((100% - 30px)/2);
        gap: 3rem;
        -webkit-margin-before: 3rem;
        margin-block-start: 3rem
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .product-info {
        grid-template-columns: 48% 48%;
        column-gap: 4%;
        -webkit-margin-before: 40px;
        margin-block-start: 40px
    }

    .ehoumaki_2026 .product#lineup04 .product-info {
        margin-block-start: 100px;
    }
}



@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .product-info .reservation-box {
        margin-block: 4.2vw 30px;
        margin-block-end: 5.8vw;
    }
}

.ehoumaki_2026 .product .product-info .reservation-box .store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.ehoumaki_2026 .product .product-info .reservation-box .store .numbers>span,
.ehoumaki_2026 .product .product-info .reservation-box .store .people,
.ehoumaki_2026 .product .product-info .reservation-box .store .ice,
.ehoumaki_2026 .product .product-info .reservation-box .store .take-style,
.ehoumaki_2026 .product .product-info .reservation-box .store .limited {
    display: block;
    padding: 8px 11px;
    -webkit-margin-end: 4px;
    margin-inline-end: 4px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap
}

@media only screen and (max-width: 750px) {

    .ehoumaki_2026 .product .product-info .reservation-box .store .numbers>span,
    .ehoumaki_2026 .product .product-info .reservation-box .store .people,
    .ehoumaki_2026 .product .product-info .reservation-box .store .ice,
    .ehoumaki_2026 .product .product-info .reservation-box .store .take-style,
    .ehoumaki_2026 .product .product-info .reservation-box .store .limited {
        font-size: 12px
    }

    .ehoumaki_2026 .product .product-info .reservation-box .store {
        gap: 0.7vw;
    }
}

.ehoumaki_2026 .product .product-info .reservation-box .store .numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 4px 4px 0
}

.ehoumaki_2026 .product .product-info .reservation-box .store .numbers>span {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    border-block: 1px solid var(--black);
    -webkit-border-start: 1px solid var(--black);
    border-inline-start: 1px solid var(--black)
}

.ehoumaki_2026 .product .product-info .reservation-box .store .numbers>span:nth-of-type(2) {
    -webkit-border-end: 1px solid var(--black);
    border-inline-end: 1px solid var(--black)
}

.ehoumaki_2026 .product .product-info .reservation-box .store .people {
    border: 1px solid var(--black)
}

.ehoumaki_2026 .product .product-info .reservation-box .store .ice {
    color: var(--white);
    background-color: var(--sky-blue);
    border: 1px solid var(--sky-blue)
}

.ehoumaki_2026 .product .product-info .reservation-box .store .take-style {
    color: var(--white);
    background-color: var(--blue);
    border: 1px solid var(--blue)
}

.ehoumaki_2026 .product .product-info .reservation-box .store .limited {
    color: var(--white);
    background-color: var(--red);
    border: 1px solid var(--red)
}

.ehoumaki_2026 .product .product-info .reservation-box .product-name {
    font-family: var(--font-mincho);
    font-weight: bold;
    line-height: 1.34
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .product-info .reservation-box .product-name {
        margin-block: 8px 9px;
        font-size: 28px
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .product-info .reservation-box .product-name {
        margin-block: 12px 16px;
        font-size: 30px
    }
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .product-info .reservation-box .product-name.ruby {
        -webkit-margin-before: 1px;
        margin-block-start: 1px
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .product-info .reservation-box .product-name.ruby {
        -webkit-margin-before: 5px;
        margin-block-start: 5px
    }
}

.ehoumaki_2026 .product .product-info .reservation-box .product-name .maker {
    display: block
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .product-info .reservation-box .product-name .maker {
        font-size: 16px
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .product-info .reservation-box .product-name .maker {
        font-size: 18px
    }
}

.ehoumaki_2026 .product .product-info .reservation-box .product-name.large {
    line-height: 1.2;
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .product-info .reservation-box .product-name.large {
        margin: 0 0 1.6vw 0;
        font-size: 8.4vw
    }

    .ehoumaki_2026 .product .product-info .reservation-box .product-name.large span {
        font-size: 5.7vw
    }

    .ehoumaki_2026 .product .product-info .reservation-box p.note-inner {
        font-size: 16px;
        line-height: 1.8rem;
        letter-spacing: 2.6px;
        margin-block-end: 0.6rem;
    }

}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .product-info .reservation-box .product-name.large {
        font-size: 42px;
        margin-block-end: 0;

    }
    .ehoumaki_2026 .product .product-info .reservation-box .product-sub {
        line-height: 1.5;
    }
    .ehoumaki_2026 .product .product-info .reservation-box .product-name.large span {
        font-size: 28px
    }

    .ehoumaki_2026 .product .product-info .reservation-box p.note-inner {
        line-height: 24px;
        margin-block-end: 10px;
    }

    .ehoumaki_2026 .product#lineup02 .product-info .reservation-box p.note-inner {
        /*letter-spacing: -.2px;
        margin-bottom: 38px;*/
    }
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .product-info .reservation-box .product-name.large .maker {
        -webkit-margin-after: 10px;
        margin-block-end: 10px;
        font-size: 16px
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .product-info .reservation-box .product-name.large .maker {
        -webkit-margin-after: 15px;
        margin-block-end: 15px;
        font-size: 24px
    }
}

.ehoumaki_2026 .product .product-info .reservation-box .about {
    line-height: 1.75
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .product-info .reservation-box .about {
        font-size: 14px
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .product-info .reservation-box .about {
        font-size: 16px
    }
}

.ehoumaki_2026 .product .product-info .reservation-box .price {
    font-size: 16px;
    font-weight: bold
}

@media only screen and (max-width: 575.98px) {
    .ehoumaki_2026 .product .product-info .reservation-box .price {
        -webkit-margin-before: 8px;
        margin-block-start: 8px
    }
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .product-info .reservation-box .price {
        -webkit-margin-after: 4vw;
        margin-block-end: 4vw;
        -webkit-margin-before: 1.7vw;
        margin-block-start: 1.7vw;
        font-size: 3.733vw;
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .product-info .reservation-box .price {
        -webkit-margin-after: 18px;
        margin-block-end: 18px;
        margin-block-start: -7px;
    }

    .ehoumaki_2026 .product#lineup03 .product-info .reservation-box .price,
    .ehoumaki_2026 .product#lineup04 .product-info .reservation-box .price {
        -webkit-margin-after: 20px;
        margin-block-end: 20px
    }

    /* .ehoumaki_2026 .product#lineup03 .product-info .reservation-box .price {
        -webkit-margin-after: 15px;
        margin-block-end: 15px
    } */
    .ehoumaki_2026 .product#lineup02 .product-info .reservation-box .price {
        margin-block-end: 15px
    }
}

.ehoumaki_2026 .product .product-info .reservation-box .price .articles {
    display: block;
    -webkit-margin-after: 7px;
    margin-block-end: 7px
}

.ehoumaki_2026 .product .product-info .reservation-box .price .articles>span {
    font-size: 20px
}

.ehoumaki_2026 .product .product-info .reservation-box .price-title {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
    font-size: 14px
}

@media only screen and (min-width: 751px) {
    .ehoumaki_2026 .product .product-info .reservation-box .price br {
        display: none;
    }
}



.ehoumaki_2026 .product .product-info .reservation-box .price .no-tax {
    font-size: 32px
}

.ehoumaki_2026 .product .product-info .reservation-box .price .tax {
    font-size: 24px
}

@media only screen and (min-width: 751px) {
    .ehoumaki_2026 .product .product-info .reservation-box .price .no-tax {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .product-info .reservation-box .price-title {
        font-size: 3.733vw;

    }

    .ehoumaki_2026 .product .product-info .reservation-box .price .no-tax {
        font-size: 8.533vw;
        margin-block-start: 1vw;
        margin-left: 1vw;
        font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    }

    .ehoumaki_2026 .product .product-info .reservation-box .price .tax {
        font-size: 6.4vw;
        margin-block-start: 1vw;
        /* margin-left: 2.8vw; */
        font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    }
}

.ehoumaki_2026 .product .product-info .detail {
    /* display: table; */
    width: 100%
}

.ehoumaki_2026 .product .product-info .detail>div {
    display: table-row
}

.ehoumaki_2026 .product .product-info .detail>div:first-of-type>dt,
.ehoumaki_2026 .product .product-info .detail>div:first-of-type>dd {
    -webkit-border-before: 1px solid #d6d6d6;
    border-block-start: 1px solid #d6d6d6
}

.ehoumaki_2026 .product .product-info .detail>div>dt,
.ehoumaki_2026 .product .product-info .detail>div>dd {
    display: table-cell;
    padding-block: 15px;
    font-size: 14px;
    -webkit-border-after: 1px solid #d6d6d6;
    border-block-end: 1px solid #d6d6d6
}

@media only screen and (min-width: 751px) {
    .ehoumaki_2026 .product .product-info .detail>div:first-child>dt {
        width: 24%;
    }

    .ehoumaki_2026 .product .product-info .detail>div:last-child>dt,
    .ehoumaki_2026 .product .product-info .detail>div:last-child>dd {
        padding-block-start: 8px;
        letter-spacing: -.8px;
    }
}

.ehoumaki_2026 .product .product-info .detail>div>dd strong {
    font-weight: normal;
    color: var(--red)
}

.ehoumaki_2026 .product .product-info .detail>div>dd br {
    /*display: none*/
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .product-info .detail>div>dd br {
        display: inline
    }

    .ehoumaki_2026 .product .product-info .detail>div:first-child>dt {
        width: 31%;
    }

    /* .ehoumaki_2026 .product .product-info .detail>div>dd,
    .ehoumaki_2026 .product .product-info .detail>div>dt {
        font-size: 3.733vw;
        padding-block: 3.333vw;
    } */
    /* .ehoumaki_2026 .product .product-info .detail>div>dd>p {
        font-size: 4.266vw;
        line-height: 1.34375;
    } */
}

.ehoumaki_2026 .product .product-info .detail>div>dd .note:first-child {
    -webkit-margin-before: 0;
    margin-block-start: 0
}

.ehoumaki_2026 .product .product-info .detail>div>dd .note:last-child {
    -webkit-margin-after: 0;
    margin-block-end: 0
}

.ehoumaki_2026 .product .product-info .detail .foods-menu li+* {
    -webkit-margin-before: 5px;
    margin-block-start: 5px
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .product-info .product-image {
        grid-row: 1/2;
        grid-column: 1/3
    }

    .ehoumaki_2026 .product .product-info .information {
        grid-row: 2/3;
        grid-column: 1/3;
        display: grid;
        grid-template-columns: 48% 48%;
        column-gap: 4%;
    }
}

@media only screen and (max-width: 767.98px) {
    .ehoumaki_2026 .product .product-info .information .detail {
        -webkit-margin-before: 20px;
        margin-block-start: 20px
    }
}

@media only screen and (min-width: 768px)and (max-width: 750px) {
    .ehoumaki_2026 .product .product-info .information .detail {
        -webkit-margin-before: 30px;
        margin-block-start: 30px
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .product-info .information .detail {
        -webkit-margin-before: 40px;
        margin-block-start: 23px
    }

    .ehoumaki_2026 .product .product-info .information .product-sub-image img {
        margin-block-start: 22px;
    }
}

.ehoumaki_2026 .product .product-info .information .allergen {
    -webkit-margin-before: 11px;
    margin-block-start: 11px
}

.ehoumaki_2026 .product .product-info table {
    -webkit-margin-after: 0;
    margin-block-end: 0
}

.ehoumaki_2026 .product .product-info table.allergen th,
.ehoumaki_2026 .product .product-info table.allergen td {
    width: 14.2857142857%;
    padding: 10px 0;
    white-space: normal
}

.ehoumaki_2026 .product .product-info table.allergen tbody td {
    text-align: center
}

.ehoumaki_2026 .product .product-info table.allergen tbody td abbr[title] {
    font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    text-decoration: none;

}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .product-info .tables {
        -webkit-margin-before: 23px;
        margin-block-start: 23px;
    }

    .ehoumaki_2026 .product .product-info table.allergen th {
        font-size: 14px;
        line-height: 1.2;
        padding: 7.5px 0;
    }

    .ehoumaki_2026 .product .product-info table.allergen tbody td abbr[title] {
        font-size: 17.5px;
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .product-info .tables {
        grid-row: 2/2;
        grid-column: 1/2;
        /* margin-block-start: -40px */
    }
}

@media only screen and (max-width: 575.98px) {
    .ehoumaki_2026 .product .product-info .tables .day-time th br {
        display: inline
    }
}

@media only screen and (min-width: 768px)and (max-width: 750px) {
    .ehoumaki_2026 .product .product-info .tables .day-time th br {
        display: inline
    }
}


@media only screen and (max-width: 750px) {

    .ehoumaki_2026 .product .product-info .tables .day-time th.single,
    .ehoumaki_2026 .product .product-info .tables .day-time td {
        width: 50%
    }

    .ehoumaki_2026 .product .product-info .tables .day-time th.single {
        font-size: 14px;
        line-height: 1.3rem;
        padding: 15px 7.5px;
    }
    .ehoumaki_2026 .product .product-info .tables .day-time td {
        font-size: 16px;
        line-height: 1.8rem;
        text-align: center;
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .product-info .tables .day-time th.single {
        width: 50%;
    }

    .ehoumaki_2026 .product .product-info .tables .day-time td br {
        /*display: none;*/
    }

    .ehoumaki_2026 .product .product-info .tables .day-time td br.br-last {
        display: inline;
    }
}

.ehoumaki_2026 .product .product-info .tables .day-time tbody td.deadline {
    color: var(--red)
}

.ehoumaki_2026 .product .product-info .tables .day-time tbody td.deadline .black {
    color: var(--black);
    font-size: 14px;
}

@media print,
screen and (max-width: 750px) {
    .ehoumaki_2026 .product .product-info .tables .day-time tbody td.deadline .black-sp {
        color: var(--black);
    }

    .ehoumaki_2026 .product .product-info .tables .day-time tbody td.deadline .black {
        font-size: 2.8rem;
    }
}

/* @media only screen and (min-width: 576px)and (max-width: 767.98px) {
    .ehoumaki_2026 .product .product-info .tables .day-time tbody br {
        display: none
    }
} */

.ehoumaki_2026 .product .product-info .tables .allergen {
    -webkit-margin-after: 20px;
    margin-block-end: 20px
}

.ehoumaki_2026 .product .product-info .tables .app-deadline {
    font-size: 14px;
    font-weight: bold;
    text-align: center
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .product-info .tables .app-deadline {
        margin-block: 2rem .7rem
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .product-info .tables .app-deadline {
        margin-block: 24px 8px
    }
}

.ehoumaki_2026 .product .product-info .tables .deadline-way>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width: 575.98px) {
    .ehoumaki_2026 .product .product-info .tables .deadline-way>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.ehoumaki_2026 .product .product-info .tables .deadline-way>div:not(:first-of-type) {
    -webkit-margin-before: 5px;
    margin-block-start: 5px
}

.ehoumaki_2026 .product .product-info .tables .deadline-way>div dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 70px;
    padding-block: 3px;
    font-size: 12px;
    line-height: 1;
    color: var(--white);
    text-align: center;
    background-color: var(--dark-purple);
    border-radius: 3px
}

.ehoumaki_2026 .product .product-info .tables .alcohol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
    background-color: #fed200
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .product-info .tables .alcohol {
        font-size: 1.2rem
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .product-info .tables .alcohol {
        font-size: 13px
    }
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .product-info .tables .alcohol img {
        width: 4rem
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .product-info .tables .alcohol img {
        width: 50px
    }
}

.ehoumaki_2026 .product .product-info .tables .alcohol p {
    line-height: 1.5
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .product-info.no-slide .reservation-box .coupons {
        -webkit-margin-after: 0;
        margin-block-end: 0;
    }

    .ehoumaki_2026 .product#lineup02 .product-info.no-slide .reservation-box .coupons,
    .ehoumaki_2026 .product#lineup03 .product-info.no-slide .reservation-box .coupons,
    .ehoumaki_2026 .product#lineup04 .product-info.no-slide .reservation-box .coupons {
        -webkit-margin-before: 0;
        margin-block-start: 0
    }
}

.ehoumaki_2026 .product .product-info.no-slide .information .detail {
    margin-block: 0
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .product-info.no-slide .information .detail {
        margin-block-start: -150px;
        grid-column: 2/3;
    }

    .ehoumaki_2026 .product#lineup03 .product-info.no-slide .information .detail {
        margin-block-start: -216px;
        grid-column: 2/3;
    }

    /* .ehoumaki_2026 .product#lineup02 .product-info.no-slide .information .detail,
    .ehoumaki_2026 .product#lineup03 .product-info.no-slide .information .detail {
        margin-block-start: 40px
    } */
    .ehoumaki_2026 .product .product-info.no-slide .information .detail>div:nth-child(2)>dt {
        padding-block: 11px;
    }
}

@media print,
screen and (max-width: 751px) {
    .ehoumaki_2026 .product .product-info.no-slide .information .detail {
        margin-block-start: 3.3rem
    }

    .ehoumaki_2026 .product .product-info.no-slide .information .detail>div:nth-child(2)>dt {
        padding-block: 2.6rem;
    }

    .ehoumaki_2026 .product#lineup04 .product-info.no-slide .information .detail {
        margin-block-start: 38px
    }

    .ehoumaki_2026 .product .product-info.no-slide {
        display: flex;
        flex-direction: column;
    }

    .ehoumaki_2026 .product .product-info.no-slide .tables {
        order: 3;
    }
}

.ehoumaki_2026 .product .about_chef {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 575.98px) {
    .ehoumaki_2026 .product .about_chef {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }
}

@media print,
screen and (min-width: 576px) {
    .ehoumaki_2026 .product .about_chef {
        gap: 30px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .about_chef {
        -webkit-margin-before: 3.5rem;
        margin-block-start: 3.5rem
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .about_chef {
        gap: 40px;
        -webkit-margin-before: 60px;
        margin-block-start: 60px
    }
}

.ehoumaki_2026 .product .about_chef .text-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: var(--font-mincho)
}

.ehoumaki_2026 .product .about_chef .text-box .title {
    font-weight: bold;
    line-height: 1.5
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .about_chef .text-box .title {
        -webkit-margin-after: 1.6rem;
        margin-block-end: 1.6rem;
        font-size: 2rem
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .about_chef .text-box .title {
        -webkit-margin-after: 24px;
        margin-block-end: 24px;
        font-size: 24px
    }
}

.ehoumaki_2026 .product .about_chef .text-box p {
    line-height: 1.75
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .about_chef .text-box p {
        font-size: 1.5rem
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .about_chef .text-box p {
        font-size: 16px
    }
}

.ehoumaki_2026 .product .about_chef figure {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .about_chef figure img {
        width: auto;
        max-height: 15rem
    }
}

.ehoumaki_2026 .product .osechi_contents {
    font-family: var(--font-mincho);
    font-weight: bold
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .osechi_contents {
        -webkit-margin-before: 3rem;
        margin-block-start: 3rem
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .osechi_contents {
        -webkit-margin-before: 60px;
        margin-block-start: 60px
    }
}

@media only screen and (max-width: 575.98px) {
    .ehoumaki_2026 .product .osechi_contents>li {
        -webkit-margin-after: 20px;
        margin-block-end: 20px
    }
}

@media only screen and (min-width: 576px)and (max-width: 750px) {
    .ehoumaki_2026 .product .osechi_contents>li {
        -webkit-margin-after: 30px;
        margin-block-end: 30px
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .osechi_contents>li {
        -webkit-margin-after: 40px;
        margin-block-end: 40px
    }
}

.ehoumaki_2026 .product .osechi_contents>li .jyu_number {
    position: relative
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .osechi_contents>li .jyu_number {
        -webkit-margin-after: 1.2rem;
        margin-block-end: 1.2rem
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .osechi_contents>li .jyu_number {
        -webkit-margin-after: 24px;
        margin-block-end: 24px
    }
}

.ehoumaki_2026 .product .osechi_contents>li .jyu_number>span {
    position: relative;
    z-index: 1;
    display: inline-block;
    line-height: 1;
    background-color: var(--white);
    border: 1px solid var(--black)
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .osechi_contents>li .jyu_number>span {
        padding: 1rem 1.5rem;
        font-size: 1.6rem
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .osechi_contents>li .jyu_number>span {
        padding: 10px 16px;
        font-size: 20px
    }
}

.ehoumaki_2026 .product .osechi_contents>li .jyu_number::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    content: "";
    background-color: var(--black)
}

.ehoumaki_2026 .product .osechi_contents>li .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

.ehoumaki_2026 .product .osechi_contents>li .menu>li {
    position: relative;
    line-height: 1.2;
    word-break: keep-all
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .osechi_contents>li .menu>li {
        width: calc((100% - 10px)/2);
        padding: .3rem 0 .3rem 2rem;
        font-size: 1.4rem
    }
}

@media only screen and (min-width: 576px)and (max-width: 750px) {
    .ehoumaki_2026 .product .osechi_contents>li .menu>li {
        width: calc((100% - 20px)/3)
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .osechi_contents>li .menu>li {
        width: calc((100% - 40px)/5);
        padding: 4px 0 4px 22px;
        font-size: 16px
    }
}

.ehoumaki_2026 .product .osechi_contents>li .menu>li::before {
    position: absolute;
    left: 0;
    content: "";
    background-color: var(--black);
    border-radius: 50%
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .osechi_contents>li .menu>li::before {
        top: .5rem;
        width: 1rem;
        height: 1rem
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .osechi_contents>li .menu>li::before {
        top: 6px;
        width: 12px;
        height: 12px
    }
}

.ehoumaki_2026 .product .osechi_contents>li .menu>li.kana {
    -webkit-margin-before: -6px;
    margin-block-start: -6px
}

.ehoumaki_2026 .product .osechi_contents>li .menu>li.kana::before {
    top: 12px
}

.ehoumaki_2026 .product .osechi_contents>li .menu>li .ingredients {
    display: block;
    -webkit-margin-before: 5px;
    margin-block-start: 5px;
    font-size: 14px;
    line-height: 1.35;
    word-break: normal
}

@media only screen and (min-width: 576px)and (max-width: 750px) {
    .ehoumaki_2026 .product .osechi_contents>li .figures {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px
    }
}

@media only screen and (max-width: 575.98px) {
    .ehoumaki_2026 .product .osechi_contents>li figure {
        gap: 12px
    }
}

@media only screen and (min-width: 576px)and (max-width: 750px) {
    .ehoumaki_2026 .product .osechi_contents>li figure {
        gap: 15px;
        width: calc((100% - 20px)/2)
    }
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .osechi_contents>li figure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .osechi_contents>li figure {
        width: 300px
    }
}

.ehoumaki_2026 .product .osechi_contents>li figure+* {
    -webkit-margin-before: 10px;
    margin-block-start: 10px
}

@media only screen and (min-width: 576px)and (max-width: 750px) {
    .ehoumaki_2026 .product .osechi_contents>li figure+* {
        -webkit-margin-before: 0;
        margin-block-start: 0
    }
}

.ehoumaki_2026 .product .osechi_contents>li figure img {
    border: 2px solid var(--black)
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .osechi_contents>li figure img {
        width: calc(50% - 6px)
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .osechi_contents>li figure img {
        width: 300px
    }
}

.ehoumaki_2026 .product .osechi_contents>li figure figcaption {
    font-family: var(--font-default);
    font-weight: normal;
    line-height: 1.5
}

@media only screen and (max-width: 575.98px) {
    .ehoumaki_2026 .product .osechi_contents>li figure figcaption {
        width: calc(50% - 6px)
    }
}

@media only screen and (min-width: 576px)and (max-width: 750px) {
    .ehoumaki_2026 .product .osechi_contents>li figure figcaption {
        max-width: 290px
    }
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .osechi_contents>li figure figcaption {
        font-size: 1.2rem
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .osechi_contents>li figure figcaption {
        font-size: 14px
    }
}

.ehoumaki_2026 .product .osechi_contents>li figure figcaption .name {
    display: block;
    font-family: var(--font-mincho);
    font-weight: bold;
    line-height: 1.2;
    color: var(--red);
    word-break: keep-all
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .osechi_contents>li figure figcaption .name {
        -webkit-margin-after: .5rem;
        margin-block-end: .5rem;
        font-size: 1.6rem
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .osechi_contents>li figure figcaption .name {
        margin-block: 10px 5px;
        font-size: 18px
    }
}

.ehoumaki_2026 .product .osechi_contents>li .with-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 575.98px) {
    .ehoumaki_2026 .product .osechi_contents>li .with-photo {
        gap: 20px
    }
}

@media only screen and (min-width: 576px)and (max-width: 750px) {
    .ehoumaki_2026 .product .osechi_contents>li .with-photo {
        gap: 25px
    }
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .osechi_contents>li .with-photo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .osechi_contents>li .with-photo {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .osechi_contents>li .with-photo .menu {
        width: calc(100% - 410px)
    }
}

@media print,
screen and (min-width: 751px) {
    .ehoumaki_2026 .product .osechi_contents>li .with-photo .menu>li {
        width: calc((100% - 20px)/3)
    }

.ehoumaki_2026 table td br.br-last {
    display: inline;
}

.ehoumaki_2026 table td .fs_small {
    font-size:12px;
}

}

.ehoumaki_2026 .product .package {
    padding: 20px;
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
    background-color: var(--beige)
}

.ehoumaki_2026 .product .package h3 {
    -webkit-margin-after: 10px;
    margin-block-end: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5
}

.ehoumaki_2026 .product .package p {
    font-size: 14px;
    line-height: 1.5
}

@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, 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");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
    display: none !important
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-vertical>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

:root {
    --white: #fff;
    --black: #231815;
    --gold: #AC8749;
    --red: #C30D23;
    --sky-blue: #54B7D1;
    --blue: #1D4F86;
    --app-blue: #0072CE;
    --dark-purple: #18192A;
    --purple: #002559;
    --beige: #F5EABE;
    --font-default: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    --font-mincho: Times New Roman, Hiragino Mincho ProN, MS PMincho, Meiryo, serif
}

/*** edit css 18-05 ***/

.ehoumaki_2026.lineup18 .product .product-info table.day-time {
    margin-bottom: 10px;
    margin-top: 17px;
}

.ehoumaki_2026 .product#lineup03 .product-info table.day-time {
    margin-top: 20px;
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026.lineup18 .product .product-info table.day-time {
        margin-bottom: 4rem;
        margin-top: 2rem;

    }
}

.ehoumaki_2026.lineup18 .product .product-info .reservation-box .store img {
    margin-right: 5px;
}

.ehoumaki_2026.lineup18 .product .product-info .reservation-box .product-name.large {
    font-family: MS PMincho, serif;
}

.ehoumaki_2026.lineup18 .supervisor {
    margin-top: 43px;
    border-bottom: solid 1px #d6d6d6;
    padding-bottom: 59px;
}

.ehoumaki_2026.lineup18 .supervisor .ttl {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
}

.ehoumaki_2026.lineup18 .ehoumaki_2026_footer .footer-access .access-list>li {
    width: calc((100% - 72px)/3);
}

@media only screen and (min-width: 751px) {
    .ehoumaki_2026.lineup18 .ehoumaki_2026_footer .footer-access .access-list>li {
        width: calc((100% - 40px)/3);
    }
}

@media only screen and (min-width: 992px) {
    .ehoumaki_2026_footer .footer-access .access-list>li>a br {
        display: none;
    }
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026.lineup18 .product .product-info table.day-time {
        margin-bottom: 3.3rem;
        margin-top: 2rem;
    }

    .ehoumaki_2026.lineup18 .supervisor {

        padding-bottom: 7.9rem;
    }

    .ehoumaki_2026.lineup18 .product .product-info .reservation-box .store img {
        width: 12.4rem;
        margin-right: 0;
    }

    /* .ehoumaki_2026.lineup18 .product .product-info .reservation-box .note {
       font-size: 3.2rem;
       line-height: 4.3rem;
    } */
    .ehoumaki_2026.lineup18 .supervisor {
        margin-top: 6rem;
    }

    .ehoumaki_2026.lineup18 .supervisor .ttl {
        margin-bottom: 4.8rem;
    }

    .ehoumaki_2026.lineup18 .ehoumaki_2026_footer .footer-access .access-list>li {
        width: calc((100% - 5.3vw) / 3);
    }

    .ehoumaki_2026_footer .footer-access .access-list>li>a {
        gap: 4.46vw;
        font-size: 3.2vw;
        flex-direction: column;
        text-align: center;
    }

    .ehoumaki_2026_footer .footer-access .access-list>li:first-child>a {
        gap: 2.26vw;
    }

    .ehoumaki_2026_footer .footer-access .access-list>li>a>span {
        width: 10.66vw;
        height: 10.66vw;
    }

    .ehoumaki_2026_footer .sns-list>li>a>img {
        width: 18.66vw;
    }
}

.zoomOutTrigger {
    opacity: 0;
}

.zoomOut {
    animation-name: zoomOutAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes zoomOutAnime {
    0% {
        transform: scale(1.2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeInAnime {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.ehoumaki_2026 .menu-box .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
}

.ehoumaki_2026 .menu-box {
    margin-top: 100px;
    position: relative;
    padding: 103px 0;
}
@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .menu-box {
        margin-top: 10.13333333333333vw;
        padding: 8vw 0;
    }
    .ehoumaki_2026 .menu-box .menu-list {
        gap: 2.666666666666667vw;
    }
}
.ehoumaki_2026 .menu-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../image/home/bg-menu-pc.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-repeat: repeat-y;
}

.ehoumaki_2026 .menu-box .menu-list>li {
    width: 100%;
    display: flex;
    border: 1px solid var(--gold);
    background-color: #FFF;
}
@media only screen and (min-width: 751px) {
    .ehoumaki_2026 .menu-box .menu-list>li {
        width: calc((100% - 22px) / 2);
    }
}
.ehoumaki_2026 .menu-box .menu-list>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: bold;
    line-height: 1.35;
    white-space: nowrap;
    padding: 0;
    gap: 16px;
    font-size: 16px;
}
@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .menu-box .menu-list>li>a>span {
        width: 21.06666666666667vw;
    }

}
.ehoumaki_2026 .menu-box .menu-list>li>a:hover {
    background-color: #FFF;
    color: #363636;
    opacity: 1;
}


.ehoumaki_2026 .breadcrumbs>ol li {
    display: inline-block;
    font-size: 12px
}

.ehoumaki_2026 .breadcrumbs>ol li:not(:first-of-type)::before {
    top: 2px;
}
@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .product-info .reservation-box .product-sub {
        font-size: 4.266666666666667vw;
        line-height: 1.3;
    }
}
.ehoumaki_2026 sobasweets .small{
    font-size:0.7em;
}

@media screen and (min-width: 751px) {
.ehoumaki_2026 .contents-narrow.tokuten_note .attention-box {
    max-width: 1000px;
    margin: auto;
}
}
@media only screen and (max-width: 750px) {
.ehoumaki_2026 .contents-narrow.tokuten_note .attention-box {
    border: 2px solid var(--red);
    margin-inline: 5.333vw;
}
}

.fs14 {
    font-size:14px;
}

.ehoumaki_2026 table td.p5{
    padding:8px 5px;
}

@media only screen and (max-width: 750px) {
.fs14 {
    font-size:12px;
}

.ehoumaki_2026 table td.p5 .fs14{
    line-height:1.2rem!important;
}

.ehoumaki_2026 .product_card .product_cardItem .c-counter {
    width: 43.2vw;
}

}

.ehoumaki_2026 .menu-box .menu-list>li:nth-child(2)>a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 120px;
    font-weight: bold;
    line-height: 1.35;
    white-space: nowrap;
    padding: 0;
    gap: 16px;
    font-size: 16px;
}

.addicon img{
    width:60%;
    padding-bottom:10px;
}

.addicon{
    padding-bottom:1rem;
}

.addicon .tab_icon{
    display:none;
}

@media screen and (min-width:750px) and ( max-width:1000px) {

.ehoumaki_2026 .menu-box .menu-list>li:nth-child(2)>a{
    height: 100%;
}

.addicon img{
    width:60%;
    padding-bottom:10px;
}

.addicon{
    padding-bottom:1rem;
    width: 57%;
}

.addicon .tab_icon{
    display:block;
}
}

@media screen and (max-width:750px) {
.ehoumaki_2026 .menu-box .menu-list>li:nth-child(2)>a{
    height: 100%;
}

.addicon .tab_icon{
    display:block;
}

.addicon{
    padding-bottom:5px;
    width: 71%;
}


.addicon img{
    padding-bottom:0;
}

.ehoumaki_2026 table td .fs_small {
    font-size:14px;
}

.ehoumaki_2026.entry .sub-header .page-title{
    /*line-height: 1.1;*/
}

}

.mb30{
    margin-bottom:30px;
}


.allegy a {text-decoration: underline;}
@media screen and (max-width:750px) {
.allegy a {}
}

.ehoumaki_2026 .bnr-offer {width: 235px;height: auto;}
@media screen and (max-width:750px) {
.ehoumaki_2026 .bnr-offer {width: 48%;}
}