@charset "UTF-8";

/* -------------------- common -------------------- */
.step,
.block-goods-list-d li,
.block-top-topic--items li,
.block-pagecategory-page-list,
.product-detail-box-block,
.block-goods-user-review,
.pane-goods-footer,
.block-topic-details--items li {
    opacity: 0;
    transition: opacity 1s;
}

.step.show,
.block-goods-list-d li.show,
.block-top-topic--items li.show,
.block-pagecategory-page-list.show,
.product-detail-box-block.show,
.block-goods-user-review.show,
.pane-goods-footer.show,
.block-topic-details--items li.show {
    opacity: 1;
}

.step-01,
.page-top .block-goods-list-d li:nth-child(1),
.page-top .block-goods-list-d li:nth-child(4),
.page-top .block-goods-list-d li:nth-child(7) .block-top-topic--items li,
.block-pagecategory-page-list,
.product-detail-box-block,
.block-goods-user-review,
.pane-goods-footer,
.block-topic-details--items li {
    transform: translate(0, 50px);
    transition: opacity 1s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1);
}

.step-02,
.page-top .block-goods-list-d li:nth-child(2),
.page-top .block-goods-list-d li:nth-child(5),
.page-top .block-goods-list-d li:nth-child(8) {
    transform: translate(0, 50px);
    transition: opacity 1s cubic-bezier(.215, .61, .355, 1) 0.5s, transform 1s cubic-bezier(.215, .61, .355, 1) 0.5s;
}

.step-03,
.page-top .block-goods-list-d li:nth-child(3),
.page-top .block-goods-list-d li:nth-child(6) {
    transform: translate(0, 50px);
    transition: opacity 1s cubic-bezier(.215, .61, .355, 1) 1.0s, transform 1s cubic-bezier(.215, .61, .355, 1) 1.0s;
}

.step-01.show,
.step-02.show,
.step-03.show,
.page-top .block-goods-list-d li.show,
.block-top-topic--items li.show,
.block-pagecategory-page-list.show,
.product-detail-box-block.show,
.block-goods-user-review.show,
.pane-goods-footer.show,
.block-topic-details--items li.show {
    transform: translateY(0) !important;
}

.fixed {
    position: fixed;
    width: 100%;
}

.sp {
    display: none;
}

.en {
    font-family: Avenir Next;
}

.pane-topic-path {
    padding: 50px 0 54px;
}

a:hover {
    text-decoration: none;
}

html,
body {
    background: #141414;
}

.wrapper {
    min-width: 1240px;
    overflow-x: hidden;
}

.pane-contents {
    min-height: auto;
}

/* heading */
.heading-01 {
    margin: 0 0 48px;
}

.heading-01-txt {
    display: block;
    font-size: 44px;
    font-weight: 600;
    text-align: center;
    line-height: 1.45;
    letter-spacing: 0.21em;
    margin-bottom: 24px;
}

.heading-01-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.heading-01-icon span {
    background: #000;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 0 2.5px;
}

.heading-02 {
    margin: -6px 0 48px;
}

.heading-02-txt {
    display: block;
    font-size: 48px;
    font-weight: 600;
    text-align: left;
    line-height: 1.25;
    letter-spacing: 0.21em;
    margin-bottom: 24px;
}

.heading-02-txt span {
    font-size: 70%;
}

.heading-02-icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.heading-02-icon span {
    background: #000;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 0 2.5px;
}

.heading-02.al-center {
    margin-top: 0;
}

.heading-02.al-center .heading-02-txt {
    text-align: center;
    margin-bottom: 28px;
}

.heading-02.al-center .heading-02-icon {
    justify-content: center;
}

.heading-03 {
    margin: 0 0 56px;
}

.heading-03-txt {
    display: block;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.21em;
    margin-bottom: 24px;
}

.heading-03-txt span {
    font-size: 80%;
}

.heading-03-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.heading-03-icon span {
    background: #000;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 0 5px;
}

.heading-03.ls-01 .heading-03-txt {
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.heading-03.ls-01 .heading-03-icon span {
    margin: 0 3px;
}

.heading-04 {
    margin: -8px 0 56px;
}

.heading-04-txt {
    display: block;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.21em;
    margin-bottom: 16px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.heading-04-txt span {
    font-size: 16px;
    letter-spacing: 0.1em;
}

.heading-04-icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.heading-04-icon span {
    background: #000;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 0 5px;
}

.heading-05 {
    margin: 0 0 48px;
}

.heading-05-txt {
    display: block;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.15em;
    margin-bottom: 24px;
}

.heading-05-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.heading-05-icon span {
    background: #000;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 0 2.5px;
}

.heading-05.al-left .heading-05-txt {
    text-align: left;
    letter-spacing: 0.042em;
    margin-bottom: 32px;
    margin-left: -3px;
}

.heading-05.al-left .heading-05-icon {
    justify-content: flex-start;
}

.container {
    width: 1229px;
}

.underline01,
.underline02 {
    position: relative;
}

.underline01::before,
.underline01::after,
.underline02::before,
.underline02::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    width: 0;
    height: 1px;
}

.underline01::before,
.underline01::after {
    background: #fff;
}

.underline02::before,
.underline02::after {
    background: #141414;
}

.underline01::before,
.underline02::before {
    left: 0;
    transition: all 0.1s cubic-bezier(.25, .46, .45, .94);
}

.underline01::after,
.underline02::after {
    right: 0;
    transition: all 0.3s cubic-bezier(.25, .46, .45, .94) 0.1s;
}

.underline01:hover,
.underline02:hover {
    text-decoration: none;
}

.underline01:hover::before,
.underline01:hover::after,
.underline02:hover::before,
.underline02:hover::after {
    width: 100%;
}

.underline01:hover::before,
.underline02:hover::before {
    transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
}

.underline01:hover::after,
.underline02:hover::after {
    transition: all 0.1s cubic-bezier(.25, .46, .45, .94) 0.3s;
}

/* -------------------- header -------------------- */
.header {
    padding: 21px 0;
}

.page-cart .header,
.page-method .header,
.page-estimate .header,
.page-order header,
.page-login header {
    padding: 31px 0 30px;
}

.header-inner {
    width: 1232px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    width: 145px;
    height: 42.17px;
}

.header-logo-link {
    display: block;
}

.header-logo-link svg {
    width: 100%;
    height: 100%;
}

.header-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* position: relative; */
}

.header-nav-item {
    margin-left: 48px;
}

.header-nav-item-link {
    display: block;
    position: relative;
}

.header-nav-item-link::after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -16px;
    margin: 0 auto;
    opacity: 0;
}

.header-nav-item-link:hover {
    text-decoration: none;
}

.header-nav-item-link:hover::after {
    animation: ch 0.7s ease forwards;
}

@keyframes ch {
    from {
        opacity: 0;
        transform: scale(1);
    }

    20% {
        opacity: 1;
        transform: scaleY(0.7) translate(0, 5px);
    }

    40% {
        transform: scale(1);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.header-nav-item-ja {
    line-height: 1;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: rgba(20, 20, 20, 0.4);
    margin-bottom: 8px;
}

.header-nav-item-en {
    line-height: 1;
    text-align: center;
    font-size: 16px;
    font-family: Avenir Next;
    font-weight: 600;
}

.header-nav-item-sub {
    position: absolute;
    top: 64px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding-top: 60px;
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.7s ease;
    width: 1100px;
}

.header-nav-item-box {
    border-radius: 36px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-around;
    background: #fff;
    padding: 40px;
    width: 100%;
}

.header-nav-item-sub-header {
    display: block;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 12px;
    margin-bottom: 20px;
    transition: all 0.5s cubic-bezier(.25, .46, .45, .94);
}

a.header-nav-item-sub-header:hover {
    opacity: 0.6;
}

.header-nav-item-sub-header-txt {
    color: rgba(20, 20, 20, 0.4);
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 12px;
}

.header-nav-item-sub-header-ttl {
    position: relative;
    color: #141414;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    padding-right: 24px;
}

.header-nav-item-sub-header-ttl::after {
    content: '';
    width: 9px;
    height: 9px;
    border-right: 2px solid #444;
    border-top: 2px solid #444;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 48%;
    transform: rotate(45deg) translate(0, -50%);
}

.header-nav-item-sub-recipe .header-nav-item-sub-header-ttl::after {
    content: none;
}

.header-nav-item-sub-body {
    display: flex;
    justify-content: space-between;
}

.header-nav-item-sub-dry {
    width: 358px;
}

.header-nav-item-sub-cool {
    width: 622px;
}

.header-nav-item:hover .header-nav-item-sub {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}

.header-nav-item-sub-list {
    background: #fff;
    border-radius: 4px;
    /* box-shadow: 0 10px 30px 0 rgba(50,50,50,0.12); */
}

.header-nav-item-sub-list::after {
    content: '';
    display: block;
    width: 314px;
}

.header-nav-item-sub-recipe {
    width: 100%;
}

.header-nav-item-sub-recipe .header-nav-item-sub-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header-nav-item-sub-recipe .header-nav-item-sub-item {
    width: 314px;
}

.header-nav-item-sub-item:not(:last-child) {
    margin-bottom: 16px;
}

.header-nav-item-sub-item--line .header-nav-item-sub-item-icon-wrap {
    background-color: #00B900;
}

.header-nav-item-sub-item-cap {
    color: rgba(20, 20, 20, 0.4);
    font-size: 12px;
    font-weight: bold;
    margin-top: 2px;
}

.header-nav-item-sub-item-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.5s cubic-bezier(.25, .46, .45, .94);
}

.header-nav-item-sub-item-link:hover {
    opacity: 0.6;
}

.header-nav-item-sub-item-img {
    display: block;
    border-radius: 4px;
    width: 60px;
    margin-right: 12px;
}

.header-nav-item-sub-item-icon-wrap {
    position: relative;
    width: 60px;
    height: 60px;
    background: #d4b572;
    border-radius: 4px;
    margin-right: 12px;
    flex-shrink: 0;
}

.header-nav-item-sub-item-insta-icon,
.header-nav-item-sub-item-line-icon {
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    top: 12px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.header-nav-item-sub-item-insta-icon path,
.header-nav-item-sub-item-insta-icon circle,
.header-nav-item-sub-item-line-icon path,
.header-nav-item-sub-item-line-icon circle {
    fill: #fff;
}

.header-nav-item-sub-item-beanus-icon {
    display: block;
    width: 50px;
    height: 12px;
    margin: 13px auto 3px;
}

.header-nav-item-sub-item-beanus-icon path {
    fill: #fff;
}

.header-nav-item-sub-item-beanus-icon ellipse {
    fill: #fff;
}

.header-nav-item-sub-item-life-icon {
    display: block;
    width: 24px;
    height: 11px;
    margin: 0 auto;
}

.header-nav-item-sub-item-life-icon path {
    fill: #fff;
}

.header-nav-item-sub-item-community-icon {
    display: block;
    width: 36px;
    height: 38px;
}

.header-nav-item-sub-item-txt {
    color: #141414;
    font-size: 14px;
    font-weight: 600;
}

.header-nav-item-sub-item-txt img {
    width: 13px;
    height: 13px;
    margin: 0px 0 -1px 4px;
}

.header-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 94px;
}

.header-btn-cart,
.header-btn-account {
    position: relative;
    display: block;
}

.header-btn-cart:hover,
.header-btn-account:hover {
    text-decoration: none;
}

.header-btn-cart:hover .header-btn-cart-icon svg,
.header-btn-account:hover .header-btn-account-icon svg,
.header-btn-insta:hover .header-btn-insta-icon svg,
.header-btn-line:hover .header-btn-line-icon svg {
    animation: ico 1.0s cubic-bezier(.25, .46, .45, .94) forwards;
}

@keyframes ico {
    0% {
        transform: translate(0, 0);
    }

    20% {
        transform: translate(0, -4px);
    }

    40%,
    100% {
        transform: translate(0, 0);
    }
}

.header-btn-cart {
    position: relative;
}

.header-btn-account {
    margin-left: 29px;
}

.header-btn-insta,
.header-btn-line {
    margin-left: 24px;
}

.header-btn-cart-txt,
.header-btn-account-txt,
.header-btn-insta-txt,
.header-btn-line-txt {
    font-size: 10px;
    font-family: Avenir Next;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin-top: 4px;
}

.header-btn-cart-icon {
    display: block;
    margin: 0 auto;
    width: 17px;
    height: 17.28px;
}

.header-btn-account-icon {
    display: block;
    margin: 0 auto;
    width: 15px;
    height: 18.75px;
}

.header-btn-insta-icon,
.header-btn-line-icon {
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 20px;
}

.header-btn-cart-icon svg,
.header-btn-account-icon svg,
.header-btn-insta-icon svg,
.header-btn-line-icon svg {
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
}

.header-btn-cart-count {
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    background-color: #e61d50;
    color: #fff;
    border-radius: 10px;
    top: -10px;
    right: -13px;
    z-index: 2;
    text-align: center;
}

.header-drawer {
    width: 58px;
    height: 58px;
    border: 1px solid #141414;
    box-sizing: border-box;
    border-radius: 50%;
    margin-left: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 99;
    cursor: pointer;
}

.header-drawer::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transition: all 0.4s ease;
}

.header-drawer:hover::before {
    background: #141414;
    transform: scale(1.1);
}

.header-drawer-list {
    position: relative;
    z-index: 2;
}

.header-drawer-item {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    background: #141414;
    transition: all 0.4s ease;
    overflow: hidden;
}

.header-drawer:hover .header-drawer-item {
    background: #fff;
}

.header-drawer-item:not(:last-child) {
    margin-bottom: 3px;
}

.header-drawer.on .header-drawer-item:nth-child(1) {
    transform: rotate(45deg);
}

.header-drawer.on .header-drawer-item:nth-child(2) {
    opacity: 0;
}

.header-drawer.on .header-drawer-item:nth-child(3) {
    transform: rotate(-45deg);
}

.header-drawer.on .header-drawer-item:not(:last-child) {
    margin-bottom: -2px;
}


/* -------------------- footer -------------------- */
.pane-footer {
    background: #141414;
    padding: 72px 0;
}

.block-switcher {
    display: none;
}

.footer-top {
    width: 1100px;
    margin: 0 auto 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-top-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer-top-nav-item {
    margin-right: 40px;
}

.footer-top-nav-item-link {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

.footer-top-nav-item-link img {
    width: 13px;
    margin: 0px 0 0 3px;
}

.footer-top-insta,
.footer-top-line {
    transition: all 0.5s cubic-bezier(.25, .46, .45, .94);
}

.footer-top-insta:hover,
.footer-top-line:hover {
    opacity: 0.6;
}

.footer-top-insta-icon,
.footer-top-line-icon {
    display: block;
    width: 48px;
    height: 48px;
}

.footer-top-insta-icon svg,
.footer-top-line-icon svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.footer-bottom {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer-bottom-nav-item:not(:last-child) {
    border-right: 1px solid #fff;
    margin-right: 24px;
    padding-right: 24px;
}

.footer-bottom-nav-item-link {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    transition: all 0.5s ease;
}

.footer-bottom-copyright {
    color: #fff;
    text-align: right;
    font-size: 10px;
    font-family: Avenir Next;
    line-height: 1;
}

/* 2023/10/05 LINEへの回遊動線追加 */
.footer-top-sns {
    display: flex;
    align-items: center;
    gap: 24px;
}


/* -------------------- drawer-menu -------------------- */
.drawer-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    /* overflow-x: scroll; */
    /* overflow-y: scroll; */
    z-index: 98;
    opacity: 0;
    transform: translate(0, -100%);
    transition: opacity 0.5s ease 0.7s, transform 0.7s ease 0.3s;
}

.drawer-menu.on {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.5s ease, transform 1.0s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}

.drawer-menu-content {
    width: 1000px;
    height: 100%;
    min-width: 1000px;
    /* min-height: 700px; */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
    opacity: 0;
    transition: all 0.5s cubic-bezier(.25, .46, .45, .94);
}

.drawer-menu.on .drawer-menu-content {
    opacity: 1;
    transition: all 0.5s cubic-bezier(.25, .46, .45, .94) 0.6s;
}

.drawer-menu-product {
    width: 65.5%;
    height: 100%;
    border-right: 1px solid #000;
    box-sizing: border-box;
    padding: 130px 0 40px;
    overflow-y: scroll;
    /* display: flex;
    justify-content: flex-start;
    align-items: center; */
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.drawer-menu-product::-webkit-scrollbar {
    display: none;
}

.drawer-menu-product-block:not(:last-child) {
    margin-bottom: 40px;
}

.drawer-menu-product-ttl {
    font-weight: 600;
    line-height: 1;
    display: inline-block !important;
}

.drawer-menu-product-ttl-sub {
    font-size: 14px;
    color: rgba(20, 20, 20, 0.4);
    margin-bottom: 12px;
}

.drawer-menu-product-ttl-main {
    font-size: 20px;
}

.drawer-menu-product-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 500px;
    margin-top: 20px;
}

.drawer-menu-product-list::after {
    content: '';
    display: block;
    width: 148px;
}

.drawer-menu-product-item {
    position: relative;
    width: 148px;
    margin-bottom: 32px;
    transition: all 0.75s cubic-bezier(.25, .46, .45, .94);
}

.drawer-menu-product-item:hover {
    opacity: 0.6;
}

.drawer-menu-product-item-txt {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.33;
    margin: -3px 0;
    margin-top: 9px;
    letter-spacing: 0.1em;
    transition: all 0.5s ease 0.5s;
}

.drawer-menu.on .drawer-menu-product-item-txt {
    letter-spacing: 0.02em;
}

.drawer-menu-product-item-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.drawer-menu-nav {
    width: 34.5%;
    height: 100%;
    padding: 130px 0 40px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    /* display: flex;
    justify-content: flex-start;
    align-items: center; */
}

.drawer-menu-nav::-webkit-scrollbar {
    display: none;
}

.drawer-menu-nav-list {
    margin: 43px 0 73px 70px;
}

.drawer-menu-product {
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(.25, .46, .45, .94) 0.3s;
}

.drawer-menu-nav-item {
    letter-spacing: 0.1em;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(.25, .46, .45, .94) 0.3s;
    animation: drawer_item_02 0.5s cubic-bezier(.25, .46, .45, .94) forwards;
}

.drawer-menu-nav-btn-cart,
.drawer-menu-nav-btn-account,
.drawer-menu-nav-btn-insta,
.drawer-menu-nav-btn-community,
.drawer-menu-nav-txt,
.drawer-menu-product-box {
    letter-spacing: 0.1em;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(.25, .46, .45, .94) 0.3s;
}

.drawer-menu.on .drawer-menu-product {
    opacity: 1;
    transition: opacity 0.8s cubic-bezier(.25, .46, .45, .94) 0.5s;
}

.drawer-menu.on .drawer-menu-nav-item:nth-child(1) {
    opacity: 1;
    animation: drawer_item_01_04 2s cubic-bezier(.25, .46, .45, .94) forwards;
    transition: opacity 0.8s cubic-bezier(.25, .46, .45, .94) 0.5s;
}

.drawer-menu.on .drawer-menu-nav-item:nth-child(2) {
    opacity: 1;
    animation: drawer_item_01_03 2s cubic-bezier(.25, .46, .45, .94) forwards;
    transition: opacity 0.8s cubic-bezier(.25, .46, .45, .94) 0.55s;
}

.drawer-menu.on .drawer-menu-nav-item:nth-child(3) {
    opacity: 1;
    animation: drawer_item_01_02 2s cubic-bezier(.25, .46, .45, .94) forwards;
    transition: opacity 0.8s cubic-bezier(.25, .46, .45, .94) 0.6s;
}

.drawer-menu.on .drawer-menu-nav-item:nth-child(4) {
    opacity: 1;
    animation: drawer_item_01_01 2s cubic-bezier(.25, .46, .45, .94) forwards;
    transition: opacity 0.8s cubic-bezier(.25, .46, .45, .94) 0.65s;
}

.drawer-menu.on .drawer-menu-nav-item:nth-child(5) {
    opacity: 1;
    animation: drawer_item_01_01 2s cubic-bezier(.25, .46, .45, .94) forwards;
    transition: opacity 0.8s cubic-bezier(.25, .46, .45, .94) 0.7s;
}

.drawer-menu.on .drawer-menu-nav-btn-cart,
.drawer-menu.on .drawer-menu-nav-btn-account {
    opacity: 1;
    transition: opacity 0.8s cubic-bezier(.25, .46, .45, .94) 0.7s;
}

.drawer-menu.on .drawer-menu-nav-btn-insta,
.drawer-menu.on .drawer-menu-nav-btn-community,
.drawer-menu.on .drawer-menu-nav-txt {
    opacity: 1;
    transition: opacity 0.8s cubic-bezier(.25, .46, .45, .94) 0.7s;
}

.drawer-menu.on .drawer-menu-product-box {
    opacity: 1;
    transition: opacity 0.8s cubic-bezier(.25, .46, .45, .94) 0.5s;
}

@keyframes drawer_item_01_01 {
    from {
        transform: translate(0, 0);
        letter-spacing: 0.1em;
    }

    20% {
        transform: translate(0, 0);
        letter-spacing: 0.1em;
    }

    25% {
        transform: translate(0, 0);
        letter-spacing: 0.1em;
    }

    40% {
        transform: translate(0, 30px);
        letter-spacing: 0;
    }

    65%,
    100% {
        transform: translate(0, 0);
        letter-spacing: 0;
    }
}

@keyframes drawer_item_01_02 {
    from {
        transform: translate(0, 0);
        letter-spacing: 0.1em;
    }

    20% {
        transform: translate(0, 0);
        letter-spacing: 0.1em;
    }

    25% {
        transform: translate(0, 0);
        letter-spacing: 0.1em;
    }

    40% {
        transform: translate(0, 35px);
        letter-spacing: 0;
    }

    65%,
    100% {
        transform: translate(0, 0);
        letter-spacing: 0;
    }
}

@keyframes drawer_item_01_03 {
    from {
        transform: translate(0, 0);
        letter-spacing: 0.1em;
    }

    20% {
        transform: translate(0, 0);
        letter-spacing: 0.1em;
    }

    25% {
        transform: translate(0, 0);
        letter-spacing: 0.1em;
    }

    40% {
        transform: translate(0, 40px);
        letter-spacing: 0;
    }

    65%,
    100% {
        transform: translate(0, 0);
        letter-spacing: 0;
    }
}

@keyframes drawer_item_01_04 {
    from {
        transform: translate(0, 0);
        letter-spacing: 0.1em;
    }

    20% {
        transform: translate(0, 0);
        letter-spacing: 0.1em;
    }

    25% {
        transform: translate(0, 0);
        letter-spacing: 0.1em;
    }

    40% {
        transform: translate(0, 45px);
        letter-spacing: 0;
    }

    65%,
    100% {
        transform: translate(0, 0);
        letter-spacing: 0;
    }
}

@keyframes drawer_item_02 {
    from {
        letter-spacing: 0;
    }

    to {
        letter-spacing: 0;
    }
}

.drawer-menu-nav-item:not(:last-child) {
    margin-bottom: 16px;
}

.drawer-menu-nav-item-ttl {
    margin-bottom: 32px;
}

.drawer-menu-nav-item-link {
    display: block;
    transition: all 0.5s cubic-bezier(.25, .46, .45, .94);
}

a.drawer-menu-nav-item-link:hover {
    opacity: 0.6;
    text-decoration: none;
}

.drawer-menu-nav-item-ja {
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    color: rgba(20, 20, 20, 0.4);
}

.drawer-menu-nav-item-en {
    font-size: 40px;
    font-family: Avenir Next;
    font-weight: 600;
}

.drawer-menu-nav-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 70px;
    letter-spacing: 0.1em;
}

.drawer-menu-nav-btn-list {
    border-top: 1px solid #e7e7e7;
    margin: 8px 0 46px;
    padding-top: 14px;
}

.drawer-menu-nav-btn-item:not(:last-child) {
    margin-bottom: 12px;
}

.drawer-menu-nav-btn-link {
    position: relative;
    display: inline-block;
    color: #141414;
    font-size: 14px;
    font-weight: bold;
}

.drawer-menu-nav-btn-link-01 {
    padding-right: 18px;
}

.drawer-menu-nav-btn-link-01::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #141414;
    border-right: 1px solid #141414;
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    right: 0;
}

.drawer-menu-nav-btn-link-02 img {
    width: 14px;
    margin: 0px 0 -2px 8px;
}

.drawer-menu-nav-btn-cart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
    transition: all 0.5s cubic-bezier(.25, .46, .45, .94);
}

.drawer-menu-nav-btn-cart:hover {
    opacity: 0.6;
}

.drawer-menu-nav-btn-account {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.5s cubic-bezier(.25, .46, .45, .94);
}

.drawer-menu-nav-btn-account:hover {
    opacity: 0.6;
}

.drawer-menu-nav-btn-insta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    transition: all 0.5s cubic-bezier(.25, .46, .45, .94);
}

.drawer-menu-nav-btn-insta:hover {
    opacity: 0.6;
}

.drawer-menu-nav-btn-community {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    transition: all 0.5s cubic-bezier(.25, .46, .45, .94);
}

.drawer-menu-nav-btn-community:hover {
    opacity: 0.6;
}

.drawer-menu-nav-btn-cart-icon {
    display: block;
    width: 17px;
}

.drawer-menu-nav-btn-account-icon {
    display: block;
    width: 14px;
}

.drawer-menu-nav-btn-insta-icon {
    display: block;
    width: 15px;
    height: 15px;
}

.drawer-menu-nav-btn-community-icon {
    display: block;
    width: 19px;
    height: 17px;
}

.drawer-menu-nav-btn-cart-txt,
.drawer-menu-nav-btn-account-txt {
    line-height: 1;
    font-size: 16px;
    font-family: Avenir Next;
    font-weight: 600;
    margin: 0 0 4px 8px;
}

.drawer-menu-nav-btn-insta-txt,
.drawer-menu-nav-btn-community-txt {
    line-height: 1;
    font-size: 15px;
    font-family: Avenir Next;
    font-weight: 600;
    margin: 0 0 0 6px;
    line-height: 1.5;
}

.drawer-menu-nav-txt {
    position: relative;
    font-size: 15px;
    font-family: Avenir Next;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
    padding: 0 20px;
    margin-top: 32px;
    transition: all 0.5s cubic-bezier(.25, .46, .45, .94);
}

.drawer-menu-nav-txt::before,
.drawer-menu-nav-txt::after {
    content: '';
    display: block;
    width: 21px;
    height: 2px;
    background: #141414;
    position: absolute;
    top: 11px;
}

.drawer-menu-nav-txt::before {
    left: -6px;
    transform: rotate(45deg);
}

.drawer-menu-nav-txt::after {
    right: -3px;
    transform: rotate(-45deg);
}

/* 2022/11/08 定期コースページ導線 */
.drawer-menu-item-single {
    padding-bottom: 8px;
}

.drawer-menu-item-single-link {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: 0.02em;
    transition: opacity 0.5s ease;
    color: #141414;
}

.drawer-menu-item-single-link:hover {
    opacity: 0.6;
}

.drawer-menu-item-single-subsc-icon,
.drawer-menu-item-single-cook-icon {
    display: block;
    flex: 0 0 26px;
    margin-right: 8px;
}

.drawer-menu-item-single-cook-icon {
    padding-left: 4px;
}

.drawer-menu-item-single-subsc-icon svg,
.drawer-menu-item-single-cook-icon svg {
    display: block;
}


/* -------------------- visumo -------------------- */
.instagram {
    width: 1100px;
    margin: 0 auto 180px;
}

.instagram-txt {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
    margin-bottom: 69px;
}

.instagram-txt a {
    text-decoration: underline;
}

.instagram-txt a:hover {
    text-decoration: none;
}

.vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item {
    width: calc(100% / 4) !important;
}

.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs {
    text-align: center !important;
}

.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active a {
    background-color: #141414 !important;
}

.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li a {
    transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
}

.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li a:hover {
    background-color: #141414 !important;
}

.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li a {
    color: #141414 !important;
}

.ecbn-selection-page-wrapper .ecbn-selection-item a img {
    transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
}

/* モーダル */
.ecbn-selection-preview-close {
    top: 20px !important;
    right: 20px !important;
}

.ecbn-selection-preview .ecbn-selection-preview-close:before,
.ecbn-selection-preview .ecbn-selection-preview-close:after {
    background: #141414 !important;
}

.ecbn-selection-preview .ecbn-selection-left,
.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain {
    position: static !important;
}

.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .selection-prev-image {
    left: 0 !important;
}

.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-next-image {
    right: 0 !important;
}


.page-cart {
    background: #fff;
}

/* -------------------- topic -------------------- */
/* 2022/04/05 新商品発売 */
.topic-product-table {
    width: 100%;
}

.topic-product-table td:first-child {
    white-space: nowrap;
}

.topic-product-table td strong {
    font-size: 16px;
}

.topic-product-table td a {
    position: relative;
    text-decoration: underline;
}

.topic-product-table td a:hover {
    text-decoration: none;
}

.topic-product-table td a::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #141414;
    border-right: 1px solid #141414;
    transform: rotate(45deg);
    margin: 0 0 2px 2px;
}

.topic-product-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.topic-product-item {
    position: relative;
    width: 30%;
    transition: all 0.75s cubic-bezier(.25, .46, .45, .94);
}

.topic-product-item:hover {
    opacity: 0.6;
}

.topic-product-item-txt {
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.02em;
    line-height: 1.56;
    text-align: center;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 14px;
}

.topic-product-item-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

/* 2023/10/05 LINEへの回遊動線追加 */
.block-topic-page--community {
    margin-top: 48px;
}

.block-topic-page--community-inner {
    width: 495px;
    margin: 0 auto;
}

.block-topic-page--community-item:not(:first-child) {
    margin-top: 20px;
}

.block-topic-page--community-link {
    display: block;
}

.block-topic-page--community-link img {
    width: 100%;
}

/* -------------------- subscription -------------------- */
/* 2022/11/08 定期コースページ導線 */

.subscription-box {
    padding: 80px 0 50px;
}

.subscription-box.is-category {
    padding: 10px 0 0;
}

.subscription-box.is-subscription {
    padding: 0 0 60px;
    margin-top: -20px;
}

.subscription-box-inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 60px 28px;
    border: 1px solid #e7e7e7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subscription-box-main {
    flex: 0 0 40%;
    /* padding-bottom: 10px; */
}

.subscription-box-txt {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.43;
    margin-bottom: 2px;
}

.subscription-box-ttl {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.43;
}

.subscription-box-ttl span {
    font-size: 80%;
}

.subscription-box-ttl strong {
    font-weight: 600;
}

.subscription-box-ttl+.subscription-box-ttl {
    margin-top: 16px;
}

.subscription-box-sub {
    margin-top: 3px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.43;
}

.subscription-box-sub s {
    text-decoration: line-through;
}

.subscription-box-btn {
    margin-top: 30px;
}

.subscription-box-list {
    flex: 0 0 57%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -30px;
}

.subscription-box-item {
    flex: 0 0 32%;
    margin-left: 2%;
}

.subscription-box-item:nth-child(3n+1) {
    margin-left: 0;
}

.subscription-box-item:nth-child(n+4) {
    margin-top: 21px;
}

.subscription-box-item-img {
    margin: 0 auto 14px;
}

.subscription-box-item-img img {
    display: block;
}

.subscription-box-item-img.img-01 {
    max-width: 121px;
}

.subscription-box-item-img.img-02 {
    max-width: 115px;
    padding-top: 16px;
}

.subscription-box-item-img.img-03 {
    max-width: 114px;
    padding-top: 9px;
}

.subscription-box-item-img.img-04 {
    max-width: 87px;
}

.subscription-box-item-img.img-05 {
    max-width: 116px;
    padding-top: 4px;
    padding-left: 14px;
    margin-bottom: 20px;
}

.subscription-box-item-txt {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.375;
    text-align: center;
}

.subscription-box-caption {
    font-size: 12px;
    margin-top: 15px;
    margin-right: -20px;
}

/* -------------------- order -------------------- */
/* 2023/03/23 NP後払い追加 */
.order-np {
    display: none;
    margin-top: 24px;
}

.order-np.open {
    display: block;
}

.order-np sup {
    font-size: 70%;
    position: relative;
    top: -0.1em;
}

.order-np a {
    text-decoration: underline;
}

.order-np a:hover {
    text-decoration: none;
}

/* -- MER_BEANUS-9 TOPページ改修 -- */
.header-nav-item-box {
    padding: 38px;
    gap: 8px;
}

/* .header-nav-item .header-nav-item-sub.header-nav-item-sub-01 {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
} */

.header-nav-item-sub.header-nav-item-sub-01 {
    width: 960px;
}

.header-nav-item-sub.header-nav-item-sub-01 .header-nav-item-sub-header-txt {
    margin-bottom: 10px;
}

.header-nav-item-sub.header-nav-item-sub-01 .header-nav-item-sub-item-img {
    margin-right: 9px;
}

.header-nav-item-sub-dry,
.header-nav-item-sub-sugarRes {
    width: 265px;
}

.header-nav-item-sub-dry .header-nav-item-sub-header,
.header-nav-item-sub-sugarRes .header-nav-item-sub-header {
    display: inline-block;
    width: 220px;
}

.header-nav-item-sub.header-nav-item-sub-01 .header-nav-item-sub-list {
    max-width: 300px;
}

.header-nav-item-sub-dry .header-nav-item-sub-body,
.header-nav-item-sub-sugarRes .header-nav-item-sub-body {
    display: block;
}

.header-nav-item-sub-cool .header-nav-item-sub-body {
    gap: 9px;
}