@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,
.block-accessory-list,
.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,
.block-accessory-list.show,
.block-topic-details--items li.show {
    opacity: 1;
}
.step-01,
.block-thumbnail-t--items li,
.block-top-topic--items li,
.block-pagecategory-page-list,
.product-detail-box-block,
.block-goods-user-review,
.block-accessory-list,
.block-topic-details--items li {
    transform: translate(0, 30px);
    transition: opacity 1s cubic-bezier(.215,.61,.355,1), transform 1s cubic-bezier(.215,.61,.355,1);
}
.top-product-btn-wrap {
    transform: translate(0, 30px);
    transition: opacity 1s cubic-bezier(.215,.61,.355,1), transform 1s cubic-bezier(.215,.61,.355,1)!important;
}
.step-02 {
    transform: translate(0, 30px);
    transition: opacity 1s cubic-bezier(.215,.61,.355,1) 0.5s, transform 1s cubic-bezier(.215,.61,.355,1) 0.5s;
}
.step-03 {
    transform: translate(0, 30px);
    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,
.block-thumbnail-t--items li.show,
.block-top-topic--items li.show,
.top-product-btn-wrap.show,
.block-pagecategory-page-list.show,
.product-detail-box-block.show,
.block-goods-user-review.show,
.block-accessory-list.show,
.block-topic-details--items li.show {
    transform: translateY(0)!important;
}
.fixed {
    position: fixed;
    width: 100%;
}
.pc {
    display: none;
}
.en {
    font-family: Avenir Next;
}
html,
body {
    background: #141414;
}
.wrapper {
    background: #fff;
    padding-top: 68px;
}
a:hover {
    text-decoration: none;
}
/* heading */
.heading-01 {
    margin: -2px 0 40px!important;
    padding: 0;
}
.heading-01-txt {
    display: block;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    line-height: 1.14;
    letter-spacing: 0.21em;
    margin-bottom: 18px;
}
.heading-01-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.heading-01-icon span {
    background: #000;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    margin: 0 4px;
}
.heading-02 {
    margin: -2px 0 40px;
    padding: 0;
}
.heading-02-txt {
    display: block;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    line-height: 1.14;
    letter-spacing: 0.21em;
    margin-bottom: 28px;
}
.heading-02-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.heading-02-icon span {
    background: #000;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    margin: 0 4px;
}
.heading-02.al-center {
    margin-top: 0;
}
.heading-02.al-center .heading-02-txt {
    text-align: center;
    margin-bottom: 17px;
    letter-spacing: 0.1em;
}
.heading-02.al-center .heading-02-icon {
    justify-content: center;
}
.heading-03 {
    margin: -3px 0 38px;
    padding: 0;
}
.heading-03-txt {
    display: block;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    line-height: 1.21;
    letter-spacing: 0.1em;
    margin-bottom: 13px;
}
.heading-03-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.heading-03-icon span {
    background: #000;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    margin: 0 4px;
}
.heading-03.ls-01 .heading-03-txt {
    letter-spacing: 0.1em;
    line-height: calc(75/56);
    margin-bottom: 15px;
}
.heading-03.ls-01 .heading-03-icon span {
    margin: 0 4px;
}
.heading-04 {
    margin: -3px 0 38px;
    padding: 0;
}
.heading-04-txt {
    display: block;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    line-height: 1.21;
    letter-spacing: 0.1em;
    margin-bottom: 13px;
}
.heading-04-txt span {
    font-size: 16px;
    letter-spacing: 0.1em;
}
.heading-04-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.heading-04-icon span {
    background: #000;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    margin: 0 4px;
}
.heading-05 {
    margin-bottom: 32px;
    padding: 0;
}
.heading-05-txt {
    display: block;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.21em;
    margin-bottom: 22px;
}
.heading-05-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.heading-05-icon span {
    background: #000;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    margin: 0 4px;
}
.heading-05.sp-large .heading-05-txt {
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: calc(75/56);
    margin-bottom: 13px;
}

/* -------------------- header -------------------- */
.header {
    padding: 9px 20px;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
}
.page-cart .header,
.page-method .header,
.page-estimate .header,
.page-order .header,
.page-login .header {
    padding: 18px 20px;
}
.header-inner {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo {
    width: 106px;
    height: 26.44px;
}
.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-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 99;
    margin-left: 10px;
}
.header-btn-cart,
.header-btn-account {
    position: relative;
    display: block;
    transition: all 0.5s ease;
}
.header-btn-cart:hover,
.header-btn-account:hover {
    text-decoration: none;
    opacity: 0.5;
}
.header-btn-cart {
    position: relative;
}
.header-btn-account {
    margin-left: 18px;
}
.header-btn-insta, .header-btn-line {
    margin-left: 10px;
}
.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: 16px;
    height: 16.26px;
}
.header-btn-account-icon {
    display: block;
    margin: 0 auto;
    width: 13.5px;
    height: 16.88px;
}
.header-btn-insta-icon, .header-btn-line-icon {
    display: block;
    margin: 0 auto;
    width: 17px;
    height: 17px;
}
.header-btn-cart-icon svg,
.header-btn-account-icon svg,
.header-btn-insta-icon svg,
.header-btn-line-icon svg {
    width: 100%;
    height: 100%;
}
.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: 50px;
    height: 50px;
    border: 1px solid #141414;
    box-sizing: border-box;
    border-radius: 50%;
    margin-left: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 99;
    cursor: pointer;
}
.header-drawer-item {
    display: block;
    width: 14px;
    height: 2px;
    background: #141414;
}
.header-drawer-item:not(:last-child) {
    margin-bottom: 2px;
}
.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: 70px 28px;
    position: relative;
}
.block-switcher {
    display: none;
}
.footer-top {
    margin-bottom: 50px;
}
.footer-top-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.footer-top-nav-item:nth-child(odd) {
    width: 45%;
}
.footer-top-nav-item:nth-child(even) {
    width: 55%;
}
.footer-top-nav-item:nth-child(1),
.footer-top-nav-item:nth-child(2) {
    margin-bottom: 16px;
}
.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 {
    display: block;
}
.footer-top-insta-icon, .footer-top-line-icon {
    display: block;
    width: 38px;
    height: 38px;
}
.footer-top-insta-icon svg, .footer-top-line-icon svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
.footer-bottom-nav {
    margin-bottom: 50px;
}
.footer-bottom-nav-item:not(:last-child) {
    margin-bottom: 30px;
}
.footer-bottom-nav-item-link {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    transition: all 0.5s ease;
}
.footer-bottom-copyright {
    color: #fff;
    font-size: 12px;
    font-family: Avenir Next;
    line-height: 1;
}
/* 2023/10/05 LINEへの回遊動線追加 */
.footer-top-sns {
  display: flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  right: 20px;
  bottom: 70px;
}

/* -------------------- drawer-menu -------------------- */
.drawer-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 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: 100%;
    height: 100%;
    padding: 80px 32px;
    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 {
    margin-bottom: 52px;
}
.drawer-menu-product-btn {
    margin-bottom: 20px;
}
.drawer-menu-product-btn,
.drawer-menu-recipe-btn {
    position: relative;
}
/* .drawer-menu-product-btn::before,
.drawer-menu-product-btn::after,
.drawer-menu-recipe-btn::before,
.drawer-menu-recipe-btn::after {
    content: '';
    display: block;
    background: #141414;
    position: absolute;
}
.drawer-menu-product-btn::before,
.drawer-menu-recipe-btn::before {
    width: 14px;
    height: 2px;
    top: 30px;
    right: 10px;
}
.drawer-menu-product-btn::after,
.drawer-menu-recipe-btn::after {
    width: 2px;
    height: 14px;
    top: 24px;
    right: 16px;
    opacity: 1;
    transition: all 0.5s cubic-bezier(.25,.46,.45,.94);
}
.drawer-menu-product-btn.on::after,
.drawer-menu-recipe-btn.on::after {
    opacity: 0;
} */
/* .drawer-menu-product-block,
.drawer-menu-recipe-block {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.drawer-menu-product-block.on,
.drawer-menu-recipe-block.on {
    display: block;
    opacity: 1;
    visibility: visible;
    animation: fadeIn 1s cubic-bezier(.215,.61,.355,1);
} */
.drawer-menu-product-block-01 {
    margin: 16px 0 12px;
}
.drawer-menu-product-block-02 {
    margin-bottom: 36px;
}
.drawer-menu-recipe-block {
    margin: 16px 0 36px;
}
.drawer-menu-product-ttl {
    font-weight: 600;
    line-height: 1;
    display: inline-block!important;
}
.drawer-menu-product-ttl-sub {
    font-size: 12px;
    color: rgba(20,20,20,0.4);
    margin-bottom: 12px;
}
.drawer-menu-product-ttl-main {
    font-size: 20px;
}
.drawer-menu-product-content {
    overflow-x: scroll;
    margin-right: -32px;
}
.drawer-menu-product-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 12px;
}
.drawer-menu-product-list-01 {
    width: 288px;
}
.drawer-menu-product-list-02 {
    width: 768px;
}
.drawer-menu-product-item {
    position: relative;
    width: 80px;
    /* margin-bottom: 32px; */
    transition: all 0.75s cubic-bezier(.25,.46,.45,.94);
}
.drawer-menu-product-item:not(:last-child) {
    margin-right: 16px;
}
.drawer-menu-product-item:hover {
    opacity: 0.6;
}
.drawer-menu-product-item-txt {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.43;
    margin-top: 5px;
}
.drawer-menu-product-item-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.drawer-menu-nav-item,
.drawer-menu-nav-btn-insta,
.drawer-menu-nav-btn-community,
.drawer-menu-nav-txt {
    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-product-box {
    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-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;
    /* animation: drawer_item_01_05 2s cubic-bezier(.25,.46,.45,.94) forwards; */
    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,20px);
        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,23px);
        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,26px);
        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,29px);
        letter-spacing: 0;
    }
    65%,
    100% {
        transform: translate(0,0);
        letter-spacing: 0;
    }
}
@keyframes drawer_item_01_05 {
    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,32px);
        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-list {
    padding-bottom: 72px;
}
.drawer-menu-nav-item:not(:last-child) {
    margin-bottom: 23px;
}
.drawer-menu-nav-item-link {
    display: block;
    position: relative;
}
.drawer-menu-nav-item-link:hover {
    text-decoration: none;
}
.drawer-menu-nav-item-ja {
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    color: rgba(20,20,20,0.4);
}
.drawer-menu-nav-item-en {
    font-size: 28px;
    font-family: Avenir Next;
    font-weight: 600;
}
.drawer-menu-nav-btn {
    margin-top: 26px;
    padding-bottom: 40px;
}
.drawer-menu-nav-btn-list {
    border-top: 1px solid #e7e7e7;
    margin: 6px 0 46px;
    padding-top: 20px;
}
.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: 17px;
    font-weight: bold;
}
.drawer-menu-nav-btn-link-01 {
    padding-right: 14px;
}
.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: 10px;
    right: 0;
}
.drawer-menu-nav-btn-link-02 img {
    width: 12px;
    margin: 0px 0 6px 7px;
}
.drawer-menu-nav-btn-insta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 17px;
    transition: all 0.5s cubic-bezier(.25,.46,.45,.94);
}
.drawer-menu-nav-btn-insta-icon {
    display: block;
    width: 13px;
    height: 13px;
    margin-top: -4px;
}
.drawer-menu-nav-btn-insta-icon svg {
    display: block;
}
.drawer-menu-nav-btn-insta-txt {
    line-height: 1.5;
    font-size: 15px;
    font-family: Avenir Next;
    font-weight: 600;
    margin: 0 0 0 5px;
}
.drawer-menu-nav-btn-community {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 17px;
    transition: all 0.5s cubic-bezier(.25,.46,.45,.94);
}
.drawer-menu-nav-btn-community-icon {
    display: block;
    width: 16px;
    height: 15px;
    margin-top: -4px;
}
.drawer-menu-nav-btn-community-icon svg {
    display: block;
}
.drawer-menu-nav-btn-community-txt {
    line-height: 1.5;
    font-size: 15px;
    font-family: Avenir Next;
    font-weight: 600;
    margin: 0 0 0 5px;
}
.drawer-menu-nav-txt {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-family: Avenir Next;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
    padding: 0 18px;
    transition: all 0.5s cubic-bezier(.25,.46,.45,.94);
}
.drawer-menu-nav-txt::before,
.drawer-menu-nav-txt::after {
    content: '';
    display: block;
    width: 18px;
    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-product-single {
    padding-bottom: 40px;
    margin-top: 24px;
}
.drawer-menu-product-single + .drawer-menu-product-single {
    margin-top: 0;
}
.drawer-menu-product-single-link {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: 0.02em;
    margin-right: -4px;
}
.drawer-menu-product-single-link small {
    font-size: 72%;
    vertical-align: middle;
}
.drawer-menu-product-single-link:hover {
    opacity: 0.6;
}
.drawer-menu-product-single-subsc-icon,
.drawer-menu-product-single-cook-icon {
    display: block;
    flex: 0 0 26px;
    margin-right: 8px;
}
.drawer-menu-product-single-cook-icon {
    padding-left: 4px;
}
.drawer-menu-product-single-subsc-icon svg,
.drawer-menu-product-single-cook-icon svg {
    display: block;
}


/* -------------------- visumo -------------------- */
.instagram {
    padding: 0 0 80px;
}
.instagram .pane-topic-path {
    padding: 0 28px;
}
.instagram .instagram-txt {
    padding: 0 28px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.07em;
    line-height: 2;
    margin-bottom: 34px;
}
.instagram .instagram-txt a {
    text-decoration: underline;
}
.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs {
    display: flex;
    flex-wrap: wrap;
}
.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li {
    height: 46px!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 {
    color: #141414!important;
    padding: 0 4px!important;
    height: 100%!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    line-height: 1.2;
}
/* モーダル */
.ecbn-selection-preview .ecbn-selection-preview-close:before,
.ecbn-selection-preview .ecbn-selection-preview-close:after {
    background: #141414!important;
}

.page-cart {
    background: #fff;
}

/* -------------------- topic -------------------- */
/* 2022/04/05 新商品発売 */
.topic-product-table {
    width: 100%;
}
.block-topic-page--article-body .topic-product-table td:first-child {
    white-space: nowrap!important;
}
.topic-product-table td {
    font-size: 11px!important;
}
.topic-product-table td strong {
    font-size: 12px;
}
.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: 5px;
    height: 5px;
    border-top: 1px solid #141414;
    border-right: 1px solid #141414;
    transform: rotate(45deg);
    margin: 0 0 1px 2px;
}
.topic-product-list {
    width: 70%;
    margin: 0 auto;
    min-width: 230px;
}
.topic-product-item {
    position: relative;
    width: 100%;
}
.topic-product-item:not(:last-child) {
    margin-bottom: 30px;
}
.topic-product-item-txt {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 1.56;
    text-align: center;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 8px;
}
.topic-product-item-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
/* 2023/10/05 LINEへの回遊動線追加 */
.block-topic-page--article-body {
  overflow: hidden;
}
.block-topic-page--community {
  margin-top: 120px;
}
.block-topic-page--community-inner {
  margin: 0 auto;
}
.block-topic-page--community-item:not(:first-child) {
margin-top: 40px;
}
.block-topic-page--community-link {
display: block;
}
.block-topic-page--community-link img {
width: 100%;
}


/* -------------------- subscription -------------------- */
/* 2022/11/08 定期コースページ導線 */

.subscription-box {
    padding: 50px 0 0;
    order: 5;
}
.subscription-box.is-category {
    padding: 10px 0 20px;
}
.subscription-box.is-subscription {
    padding: 40px 0 0;
}
.subscription-box-inner {
    margin: 0 auto;
    padding: 28px 12px 32px;
    border: 1px solid #e7e7e7;
}
.subscription-box-main {
}
.subscription-box-txt {
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.43;
    text-align: center;
}
.subscription-box-ttl {
    margin-right: -7px;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.43;
    text-align: center;
}
.subscription-box-ttl span {
    font-size: 70%;
}
.subscription-box-ttl strong {
    font-weight: 600;
}
.subscription-box-ttl + .subscription-box-ttl {
    margin-top: 3px;
}
.subscription-box-sub {
    margin-top: 2px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.43;
    text-align: center;
}
.subscription-box-sub s {
    text-decoration: line-through;
}
.subscription-box-list {
    margin-top: 28px;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.subscription-box-item {
    flex: 0 0 48%;
    margin-left: 4%;
}
.subscription-box-item:nth-child(2n+1) {
    margin-left: 0;
}
.subscription-box-item:nth-child(n+3) {
    margin-top: 20px;
}
.subscription-box-item-img {
    margin: 0 auto 14px;
}
.subscription-box-item-img img {
    display: block;
}
.subscription-box-item-img.img-01 {
    max-width: 110px;
}
.subscription-box-item-img.img-02 {
    max-width: 108px;
    padding-top: 6px;
    margin-bottom: 18px;
}
.subscription-box-item-img.img-03 {
    max-width: 103px;
}
.subscription-box-item-img.img-04 {
    max-width: 82px;
    margin-bottom: 18px;
}
.subscription-box-item-img.img-05 {
    max-width: 91px;
}
.subscription-box-item-txt {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.375;
    text-align: center;
}
.subscription-box-item:nth-child(5) .subscription-box-item-txt {
    padding-right: 7px;
}
.subscription-box-btn {
    margin-top: 28px;
}
.subscription-box-btn-inner {
    margin: 0 auto;
}
.subscription-box-caption {
    font-size: 12px;
    margin-top: 10px;
    margin-right: -8px;
}
.block-category-list .subscription-box-caption {
    order: 5;
    margin-top: -10px;
    padding: 0 10px 0 2px;
}

/* -------------------- 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;
}

/* -- MER_BEANUS-9 TOPページ改修 -- */

.drawer-menu-product-item:hover {
    opacity: 1;
}
.drawer-menu .drawer-menu-product-sugarRes {
    margin-bottom: 30px;
}
.drawer-menu .drawer-menu-product-sugarRes .drawer-menu-product-item-txt{
    text-align: center;
}