/** Shopify CDN: Minification failed

Line 117:8 All "@import" rules must come first

**/
.news__content p{
    font-weight: 500;
    }
    
    .main-tab-nav > span{
        min-width: 200px;
        position: relative;
    }
    
    .main-tab-nav > span::before{
        position: absolute;
        content: "";
        width: 1px;
        height: 20px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: #DFDFDF;
    }
    
    .main-tab-nav > span:last-child::before{
        display: none;
    }
    
    @media (max-width : 768px) {
        .main-tab-nav > span{
        min-width: 110px;
    }
    }
    
    .lineup p{
        font-weight: 500;
    }
    
    .product-card .price{
        font-weight: 700;
    }
    
    div.block-button-custom{
        font-weight: 500;
    }
    .service .custom-typography p{
        font-weight: 500;
    }
    
    .recipe-title{
        margin-bottom: 30px;
        margin-top: 80px;
    }
    
    
    @media screen and (max-width: 768px) {
        .recipe-title{
            margin-bottom: 15px;
            margin-top: 60px;
        }
    }
    
        .ranking .resource-list__item{
            position: relative;
            padding-top: 35px;
        }
    
        .ranking .resource-list__item::before{
            content: counter(item);
            counter-increment: item;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: Noto Sans JP;
            font-weight: 700;
            font-size: 20px;
            line-height: 1;
            letter-spacing: normal;
            text-align: center;
            color: #fff;
            position: absolute;
            top: 0;
            left: 0;
            width: 35px;
            height: 35px;
            background: #DADADA;
        }
        .ranking .resource-list{
            counter-reset: item;
        }
        

        .ranking .resource-list__item:nth-of-type(1)::before{
            background: #EFCA47;
        }

        .ranking .resource-list__item:nth-of-type(2)::before{
            background: #9F9F9F;
        }

        .ranking .resource-list__item:nth-of-type(3)::before{
            background: #B7895E;
        }

                @media screen and (max-width: 768px) {
            .ranking .resource-list__item{
                padding-top: 30px;
            }
        
            .ranking .resource-list__item::before{
                width: 30px;
                height: 30px;
            }
        }

        @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

.sample {
    background-image: url(/cdn/shop/files/u_sec03_bg.jpg?v=1768993440);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.sample__content{
    display: flex;
    align-items: center;
    gap: 80px;
    position: relative;
}

.sample__left {
    position: absolute;
    bottom: 0;
    left: 130px;
}

.sample__left img{
    display: block;
    width: 100%;
    height: 400px;
}

.sample__right{
    padding: 67px 0;
    padding-left: 400px;
    
}

.sample__right-title{
    color: #F8B31F;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: normal;
    font-family: "Noto Serif JP", serif;


}

.sample__right-chart-wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

.sample__right-chart{
    display: flex;
    align-items: center;
    gap: 15px;
}

.sample__right-chart-label{
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: normal;
    color: #fff;
}

.sample__right-chart-value{
    background: #fff;
    padding: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.05em;
    display: flex;
    gap: 5px;
}

.sample__right-chart-value img{
    width: 27px;
}

.sample__right-title.sp{
    display: none;
}

.sample__right-title.pc{
    display: flex;
}

@media screen and (max-width: 768px) {
    .sample {
        background-image: url(/cdn/shop/files/u_sec03_bg_sp.jpg?v=1768993437);
        padding-top: 30px;
    }

    .sample .container{
        padding: 0;
        padding-right: 10px;
    }

    .sample__content{
        display: flex;
        align-items: end;
        gap: 10px;
        position: relative;
    }
    
    .sample__left {
        min-width: 165px;
        max-width: 165px;
        position: static;
        left: auto;
    }    
    .sample__right{
        padding: 0 0;
        padding-left: 0;
        padding-bottom: 42px;
        padding-right: 10px;

    }
    
    .sample__right-title{
        color: #F8B31F;
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: normal;
        display: none;
    
    }
    
    .sample__right-chart-wrapper{
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 0px;
    }
    
    .sample__right-chart{
       flex-direction: column;
       align-items: start;
        gap: 10px;
    }
    
    .sample__right-chart-label{
        font-size: 16px;
        margin-left: 0;
    }
    
    .sample__right-chart-value{
        font-size: 13px;
    }

    .sample__right-title.sp{
        display: flex;
        text-align: center;
        justify-content: center;
        margin-bottom: 30px;
    }

    .sample__right-title.pc{
        display: none;
    }

    .sample__left img {
        height: auto;
    }
}

.make{
    background: #F5F6F7;
    padding: 50px 0;
}

.make__title{
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-family: "Noto Sans JP", sans-serif;

}

.make__title::before{
    position: absolute;
    content: "";
    width: 90%;
    height: 1px;
    background: #D9D9D9;
    left: 0;
    bottom: 0;
}

/* Collection Table */
.collection-table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #B3B3B3;
}

.collection-table th,
.collection-table td {
    padding: 13.5px;
    border: 1px solid #B3B3B3;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: normal;

}

.collection-table-th{
    background: #0D1C46;
    color: #fff;
    font-weight: 700!important;
    width: 150px;
}

.product_description iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.menu-list__link span{
    color: #fff;
}

.header__icon--summary .header-drawer-icon rect {
    fill: #fff;
    width: 30px;
    height: 2px;
}

.header__icon--summary .header-drawer-icon{
    width: 30px;
    height: 21px;
}

.header .search-form__button{
    background: transparent;
}

.header .search-form__button  {
    color: #fff;
}

.header .search-form__input-wrapper{
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0!important;
}

.cart-bubble__text{
    color: #0D1C46;
}

.header-news p{
    font-weight: 500;
}

.email-signup__button--integrated path {
    fill: #fff;
}

.footer-utilities__group--right{
    display: none!important;
}

.footer-utilities__group--left {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.shopify-section-group-header-group:has(.mobiledog) {
    position: sticky!important;
    top: 59px;
    z-index: 2;
}

.mobiledog {
    box-shadow: 0px 4px 4px 0px #00000040;

}

.detail-labels {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.detail-labe {
    border: 1px solid #0D1C46;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    padding: 6px 11px;
}

.detail-title {
    font-weight: 500;
}

.detail-caution {
    color: #FF0000;
    font-weight: 700;
}
.gift-wrapping {
    font-weight: 500;
}

.make__content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.make__title img {
    width: fit-content;
}

@media screen and (max-width: 768px) {
    .make__content {
        flex-direction: column;
        gap: 15px;
    }
    .make__title{
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .make {
        padding:40px 0 ;
    }
}

.make__left {
    width: 50%;
}

.make__right {
    width: 50%;
}

.make__right img {
    width: 100%;
    height: auto;
}

.make__right img {
    width: 100%;
    height: auto;
}

.custom-label .label-title {
    position: relative;
}

.custom-label .label-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.custom-label .label-title p{
    background: #fff;
    width: fit-content;
    z-index: 2;
    padding-right: 20px;
}

.custom-label .detail-labe{
    font-size: 16px;
}

.detail-info__container {
    display: flex;
    gap: 40px;
}

.detail-info__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 180%;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
}

.detail-info__heading {
    font-weight: 500;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}

.detail-info__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.05em;
    color: #777777;
}

.detail-info__left {
    width: 50%;
}

.detail__right {
    width: 50%;
}

.detail__right img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .detail-info__container {
        flex-direction: column;
        gap: 30px;
    }

    .detail-info__left {
        width: 100%;
    }

    .detail__right {
        width: 100%;
    }

    .detail-info__title {
        font-size: 20px;
        margin-bottom: 40px;
    }
    
    .detail-info__heading {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .make__left {
    width: 100%;
}

.make__right {
    width: 100%;
}

}

.gift-section {
    background-image: url(/cdn/shop/files/Frame_2086.png?v=1769418456) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.gift-title p{
    color: #fff!important;
}


@media screen and (max-width: 768px) {
    .gift-section{
        background: #0D1C46!important;
    }

    .gift-collection .resource-list__item:nth-of-type(n + 5){
        display: none!important;
    }
}

.feature-section {
    position: relative;
}

.section-wrapper:has(.feature-section)::before {
    position: absolute;
    content: "";
    width: 475px;
    height: 467px;
    bottom: 35px;
    left: 42px;
    z-index: 2;
    background-image: url(/cdn/shop/files/sec12_bg.png?v=1769420181);
    background-size: cover;
}

.feature-section .section-content-wrapper.section-content-wrapper{
    z-index: 3;
}

.feature-section .custom-section-content{
    z-index: auto;
}
    
    @media screen and (max-width: 768px) {
        .section-wrapper:has(.feature-section)::before {
            display: none;
        }

        .feature-section .section-content-wrapper.section-content-wrapper{
            z-index: auto;
        }
    }

    .concept-section {
    background-image: url(/cdn/shop/files/sec14_bg.jpg?v=1769422300);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.concept-section__content{
    background: #1B1B1BB2;
    color: #fff;
    max-width: 570px;
    margin-left: auto;
    padding: 48px 60px;
}

.concept-section__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0em;
    color: #fff;
    margin-bottom: 0;
}

.concept-section__heading {
    font-weight: 400;
    font-size: 10px;
    line-height: 200%;
    letter-spacing: 0em;
    margin-bottom: 42px;
    color: #fff;
}

.concept-section__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.01em;
}

@media screen and (max-width: 768px) {
    .concept-section {
        background-image: url(/cdn/shop/files/sec14_bg_sp.jpg?v=1769422300);
        padding: 40px 20px;
    }
    
    .concept-section__content{
        padding: 30px 20px;
    }
    
    .concept-section__title {
        font-size: 20px;
        text-align: center;
    }
    
    .concept-section__heading {
        margin-bottom: 20px;
        text-align: center;
    }
    
    .concept-section__description {
        font-size: 12px;
    }
}