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

@media screen and (min-width: 751px) {
    #wrapper {
        min-width: auto !important
    }
}

@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;
}

@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% - 8rem);
        margin-inline: 4rem
    }
}

@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: 10.29px;
        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;
    }

    .ehoumaki_2026 .product#lineup07 .button.app {
        margin-block-end: 4.8vw;
    }
}

@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: 10px;
        margin-block-start: 10px
    }
}

@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: 5px;
    font-size: 14px;
    line-height: 1.3;
}

.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 (max-width: 750px) {
    .ehoumaki_2026 .note {
        /* font-size: 3.6vw; */
        /* -webkit-padding-start: 0px; */
        /* padding-inline-start: 0px; */
        /* text-indent: 5.2vw; */
        /* line-height: 5.3vw; */
        /* letter-spacing: 5px; */
        /* font-weight: bold; */
        /* padding-left:5.2vw; */
    }

    .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 16px 19px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #eaeaea;
    border: 1px solid #d6d6d6
}

.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: 5px;
    }

    .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 .product#lineup07 table.day-time td {
        padding: 19px 0 18px;
        text-align: center;
    }

    .ehoumaki_2026 .product#lineup07 table.day-time th {
        padding: 18px 16px 8px;
    }
}

.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 .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% - 2rem)/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: 40rem
    }
}

@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: 8px;
        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
    }
}
/* start product  */
@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product {
        /* margin-block: 10.266vw; */
        margin-block-end: 30px;
        margin-block-start: 20px;
    }

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

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

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

    .ehoumaki_2026 .product#lineup06 {
        margin-block-start: 13.8rem;
    }

    .ehoumaki_2026 .product#lineup07 {
        margin-block-start: 13.9rem;
    }

    .ehoumaki_2026 .product#lineup08 {
        margin-block-start: 13.9rem;
        margin-block-end: 1.8rem;
    }
}

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

    .ehoumaki_2026 .product {
        margin-bottom: 100px
    }

    .ehoumaki_2026 .product:first-of-type {
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 115px;
        margin-block-end: 115px
    }

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



.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: 16px;
        margin-block-end: 16px;
        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: 150px
    }
}

.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: 30px;
        margin-block-start: 30px
    }
}

@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: 12px;
        margin-block-end: 12px
    }
}

@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: 10px 15px;
        font-size: 16px
    }
}

@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: 3px 0 3px 20px;
        font-size: 14px
    }
}

@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: 5px;
        width: 10px;
        height: 10px
    }
}

@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: 12px
    }
}

@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: 5px;
        margin-block-end: 5px;
        font-size: 16px
    }
}

@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 .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
}

/* end product  */


/* start swiper */
@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
}

/* end swiper */

: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
}

.ehoumaki_2026.sobasweets .supervisor {
    margin-top: 60px;
}

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

.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: 750px) {
    .ehoumaki_2026 .sub-header {
        height: 26.5vw;
    }
}

@media print,
screen and (min-width: 768px) {
    .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;}
}
@media print,screen and (min-width: 751px) {
.ehoumaki_2026 .sub-header .page-title {font-size: 52px;}/*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: 10px;<!--top: 32px;-->
}

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

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

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

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

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

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

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

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

    .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 print,
screen and (min-width: 768px) {
    .ehoumaki_2026 .product .product-info .product-photos {
        grid-row: 1/2;
        grid-column: 1/2
    }
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .product-info .reservation-box {
        margin-block: 6.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: 1.3rem
    }

    .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: 2.8rem
    }
}

@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: 1.6rem
    }
}

@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
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .product .product-info .reservation-box .product-name.large {
        margin-block: 2.5vw 1.7vw;
        font-size: 8.4vw;
        letter-spacing: -0.08rem;
    }

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

    .ehoumaki_2026 .product .product-info .reservation-box p.note-inner {
        font-size: 3.2rem;
        line-height: 4.8rem;
        letter-spacing: 2.6px;
    }
}

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

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

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

    .ehoumaki_2026 .product#lineup07 {
        margin-block-start: 96px;
    }

    .ehoumaki_2026 .product#lineup08 {
        margin-block-start: 116px;
    }
}

@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: 1.6rem
    }
}

@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: 1.4rem
    }
}

@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: 0.8vw;
        margin-block-start: 0.8vw;
        font-size: 3.733vw;
        line-height: 1.1;
    }
}

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

.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: inline-table;
    width: 100%;
}

.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: 13px;
    font-size: 14px;
    -webkit-border-after: 1px solid #d6d6d6;
    border-block-end: 1px solid #d6d6d6;
    line-height: 1.3;
}

@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>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 .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 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: 3rem;
        margin-block-start: 3rem
    }
}

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

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

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

.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;
    }
}

@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;
    }
}

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

.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: 20px 7px
    }
}

@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: 12px
    }
}

@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: 768px) {
    .ehoumaki_2026 .product .product-info.no-slide .reservation-box .coupons {
        -webkit-margin-after: 0;
        margin-block-end: 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: -72px
    }

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

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

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

    .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.sobasweets .product .product-info table.day-time {
    margin-bottom: 20px;
    margin-top: 17px;
}

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

.ehoumaki_2026.sobasweets .product .product-info .reservation-box .product-name.large {
    font-family: MS PMincho, serif;
    line-height: 1.2;
}

    .ehoumaki_2026 .pconly{
    display:block;
    }

    .ehoumaki_2026 .sponly{
    display:none;
    }

@media only screen and (max-width: 750px) {
    .ehoumaki_2026.sobasweets .product .product-info table.day-time {
        margin-bottom: 15.5px;
        margin-top: 10px;

    }

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

.ehoumaki_2026 .gallery_photo_main {
    /* border: 2px solid #C9CACA; */
    margin-bottom: 20px;
}

.ehoumaki_2026 .c-border img {
    border: 1px solid #C9CACA; 
}

.ehoumaki_2026 .gallery_photo_detail {
    /* border: 2px solid #C9CACA; */
    margin-bottom: 20px;
}

.ehoumaki_2026 .gallery_photo_detail img {
    border: 1px solid #C9CACA;
}

.ehoumaki_2026 .product_card {
    margin-bottom: 25px;
}

.ehoumaki_2026 .product_card .product_cardItem {
    margin-block-start: 19px;
    align-items: center;
}

.ehoumaki_2026 .product_cardItem {
    display: flex;
}

.ehoumaki_2026 .product_cardItem .card-item:first-child {
    margin-right: 9px;
}
.card-item.c-number2 picture img {height: 24px;}
.ehoumaki_2026 .c-red {
    color: var(--red)
}

.product_title p {
    font-size: 42px;
    color: var(--white);
    background-color: #C8A019;
    padding: 16px 0;
    text-align: center;
    margin-bottom: 60px;
}

.ehoumaki_2026 .only-sp {
    display: none !important;
}

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

.ehoumaki_2026 .product .product-info .reservation-box .product-name.large {
    margin-block-end: 9px;
}
.ehoumaki_2026 .product .product-info .reservation-box p.note-inner {
    font-size: 30px;
}

@media only screen and (max-width: 750px) {
    .ehoumaki_2026 .only-sp {
        display: block !important;
    }
    .ehoumaki_2026 .only-pc {
        display: none !important;
    }

    .ehoumaki_2026 .sub-header img[src$="title_ehou.png"]{
		width: 31vw;left: 0vw;top: 4vw;
        /*width: 21vw;
        left: 5vw;
        top: 7.7vw;*/
    }

    .ehoumaki_2026 .product-media img {
        width: 14vw;
    }
    .ehoumaki_2026 .product-media .product-media-name {
        margin-left: 2vw;
        font-size: 4.5vw;
    }
    .ehoumaki_2026 .product-info {
        margin-top: 21vw;
    }
    .ehoumaki_2026 .gallery_photo_main {
        margin-bottom: 6vw;
    }
    .ehoumaki_2026 .gallery_photo_detail {
        margin-bottom: 0;
    }
    .ehoumaki_2026.ehoumaki .product .product-info .reservation-box .product-name.large {
        margin-top: 0;
        margin-bottom: 1vw;
    }
    .ehoumaki_2026 .product_card .product_cardItem .card-item {
        width: auto;
    }
    .ehoumaki_2026 .product_card .product_cardItem .c-circle {
        width: 13.4vw;
    }
    .ehoumaki_2026 .product_card .product_cardItem .c-number {
        width: 17vw;
    }
    .ehoumaki_2026 .product_card .product_cardItem .c-number2 {
        /*width: 24vw;*/
    }
    .ehoumaki_2026 .product_card .product_cardItem .c-labelCircle {
        width: 6.6vw;
    }
    .ehoumaki_2026 .product_card .product_cardItem .c-label {
        width: 14.4vw;
    }
    
    .ehoumaki_2026 .product_card .product_cardItem .c-counter {
        width: 43.2vw;
    }
    .ehoumaki_2026 .product .product-info .detail>div>dt {
        width: 31%;
    }

    .product02 .product-media {
        flex-direction: column;
        align-items: flex-start;
    }
    .product02 .product-media img {
        width: 25.4vw;
        margin-bottom: 1.5vw;
    }

    .product04 .product-media {
        flex-direction: column;
        align-items: flex-start;
    }
    .product04 .product-media img {
        width: 33.4vw;
        margin-bottom: 1.5vw;
    }
    .ehoumaki_2026 .product#lineup04 .product-info {
        margin-block-start: 3vw;
    }

    .ehoumaki_2026 .line {
        margin-top: 21vw;
        margin-bottom: 21vw;
    }
    .ehoumaki_2026 .product_card {
        margin-bottom: 4vw;
    }
    .product_title p {
        font-size: 8.4vw;
        color: var(--white);
        background-color: #C8A019;
        padding: 3.2vw 0;
        text-align: center;
        margin-bottom: 0;
        margin-top: 21vw;
    }

    .product01 .product-info {
        margin-top: 0;
    }
    .product08 .product-info {
        margin-top: 6vw;
    }
    .ehoumaki_2026 .product .product-info .reservation-box .product-name.large {
        margin-block-end: 1vw;
    }
    .ehoumaki_2026 .product .product-info .reservation-box p.note-inner {
        font-size: 5.6vw;
    }

    .ehoumaki_2026 .pconly{
    display:none;
    }

    .ehoumaki_2026 .sponly{
    display:block;
    }
}