.elementor-kit-12{--e-global-color-primary:#000000;--e-global-color-secondary:#F9F0E780;--e-global-color-text:#000000;--e-global-color-accent:#ED8758;--e-global-typography-primary-font-family:"Noto Serif JP";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Sawarabi Mincho";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Serif JP";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Serif JP";--e-global-typography-accent-font-weight:500;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a:hover{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:84%;}.e-con{--container-max-width:84%;--container-default-padding-top:0%;--container-default-padding-right:0%;--container-default-padding-bottom:0%;--container-default-padding-left:0%;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:84%;}.e-con{--container-max-width:84%;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:20px;--container-default-padding-bottom:0px;--container-default-padding-left:20px;}}/* Start custom CSS *//*共通*/
.jsFluffy{
    transform: translateY(10px);
    opacity: 0;
    transition: all 1s;
}

.active{
    transform: translateY(0);
    opacity: 1;
}

@media screen and (max-width: 1024px){
    h2{
         font-size:36px !important;
    }
    h3{
        font-size:24px !important;
    }
    h4{
        font-size:24px !important;
    }
    
    .nm-page-wrap{
        padding-top: 100px;
    }
    
}
@media screen and (max-width: 767px){
    h2{
         font-size:24px !important;
    }
    h3{
        font-size:24px !important;
    }
    h4{
        font-size:20px !important;
    }
    
    .nm-page-wrap{
        padding-top: 60px;
    }
}

/*ヘッダー*/
@media screen and (max-width: 1024px){
    .header{
        position: fixed !important;
        top: 0;
        right: 0;
        left: 0;
        background-color:#F9F0E7 !important;
    }
}

/*下層メインヴィジュアル*/
.lower-hero{
    height: 425px;
}
@media screen and (max-width: 1024px){
    .lower-hero{
        height: 240px;
    }
}

.lower-hero__head{
    font-size: 50px !important;
    position: absolute;
    display: block;
    top: 50%;
    left: 8%;
    transform: translate(-100%, -50%);
    --titleOpacity: 0;
    --titleWidth: 0;
    overflow: hidden;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
@media screen and (max-width: 1024px){
    .lower-hero__head{
    font-size: 36px !important;
    }
}
@media screen and (max-width: 767px){
    .lower-hero__head{
    font-size: 24px !important;
    left: 5%;
    }
}

.lower-hero__head::before{
    content: attr(data-text)"";
    position: absolute;
    left: 0;
    line-height: 1;
    z-index: 15;
    width: 0;
    width: var(--titleWidth);
    opacity: 0;
    opacity: var(--titleOpacity);
    color: #FFFFFF;
    transition: all 0.5s;
}

.lower-hero__head h2{
    font-size: 50px;
    color: #ED8758 !important;
    position: relative;
    z-index: 10;
    transform: translate(100%, 0);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
@media screen and (max-width: 1024px){
    .lower-hero__head h2{
    font-size: 36px !important;
    }
}
@media screen and (max-width: 767px){
    .lower-hero__head h2{
    font-size: 24px !important;
    }
}

/*パンくずリスト*/
.breadcrumbs{
    height: 120px;
    color: #ED8758;
    font-size: 16px;
}
@media screen and (max-width: 1024px){
    .breadcrumbs{
    height: 40px;
}
}

/*商品検索*/
.search-title{
    display: block;
    font-size: 20px;
    padding-top: 17px;
}

.sidebar{
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.categories{
    font-family: "Sawarabi Mincho", Sans-Serif;
    font-size: 16px;
    margin-top: 25px;
    color: rgba(80, 76, 76, 1);
}
.categories li,
.tagcloud a,
.filter-price li{
    position: relative;
}

.categories li::after,
.tagcloud a::after,
.filter-price li::after{
    content: "→";
    position: absolute;
    right: 0.5em;
    font-size: 0.8em;
    top: 1em;
    transform: translateY(-50%);
}

.categories a:hover{
    color:  rgba(80, 76, 76, 1) !important;
}

.categories .widget{
    margin-bottom: 0;
}

.categories .widget_product_categories{
    padding: 6px 14px;
}

.categories h3{
    color: rgba(255, 154, 98, 1);
    font-size: 20px !important;
}
@media screen and (max-width: 767px){
    .categories h3{
        font-size: 16px !important;
    }
}

.tagcloud{
    display: flex;
    flex-direction: column;
    font-family: "Sawarabi Mincho", Sans-Serif;
    font-size: 16px !important;
    gap: 0;
}

.tagcloud .elementor-widget-container{
    padding: 6px 14px;
}

.tagcloud .tag-cloud-link{
    border-radius: 0 !important;
    background:transparent !important;
    color: rgba(80, 76, 76, 1) !important;
    padding: 5px 0 !important;
    font-size: 16px !important;
}

.widget_product_tag_cloud{
    font-family: "Sawarabi Mincho", Sans-Serif;
}

.widget_product_tag_cloud h5{
    color: rgba(255, 154, 98, 1);
    font-size: 20px;
    margin-bottom: 16px;
}
@media screen and (max-width: 767px){
    .widget_product_tag_cloud h5{
        font-size: 16px !important;
    }
}

.filter-price{
        font-family: "Sawarabi Mincho", Sans-Serif;
    font-size: 16px !important;
    padding-bottom: 25px;
}

.filter-price a{
    color:  rgba(80, 76, 76, 1) !important;
}

.filter-price a:hover{
    color:  rgba(80, 76, 76, 1) !important;
}

.filter-price .elementor-widget-container{
            padding: 6px 14px;
}

.filter-price h5{
        color: rgba(255, 154, 98, 1);
    font-size: 20px;
    margin-bottom: 16px;
}
@media screen and (max-width: 767px){
    .filter-price h5{
        font-size: 16px !important;
    }
}

#nm-product-sorting{
    display: flex !important;
    gap: 25px !important;
}

#nm-product-sorting a{
    color: #979090;
}

#nm-product-sorting .active{
    color: #000000;
    border-bottom: solid 2px #ED8758 !important;
}

/*作家別*/
.archive-title{
    padding-top: 70px;
}
@media screen and (max-width: 767px){
    .archive-title{
    padding-top: 24px;
    }
}

.archive-description{
    color: #FFFFFF;
    font-size: 15px;
}
@media screen and (max-width: 767px){
    .archive-description{
    font-size: 14px;
    padding-bottom: 24px;
    }
}

.archive-description .term-description p:first-of-type{
    font-size: 24px;
    padding: 50px 0 60px;
}
@media screen and (max-width: 767px){
    .archive-description .term-description p:first-of-type{
    font-size: 18px;
    padding: 24px 0;
    }
}

/*商品ページ*/
.related h3{
    font-size: 20px !important;
}
@media screen and (max-width: 767px){
    .related h3{
        font-size: 16px  !important;
    }
}

.related .price{
    font-size: 16px !important;
}
@media screen and (max-width: 767px){
    .related .price{
    font-size: 14px  !important;
    }
}

/*陶器について*/
.pottery-item{ /*陶器一覧*/
    position: relative;
    width: 100%;
}
.pottery-item::before{
    position: absolute;
    content: "";
    padding-top: 100%;
    display: block;
}
.pottery-item__head{
    position: absolute;
    transform: translateY(-50%);
}
.pottery-item__head a{
    vertical-align: middle;
    display: block;
    padding: 16px;
    width: 86%;
    height: 100px;
    margin: auto;
    background-color: #D3A89480;
    font-size: 2.4vw !important;
}
@media screen and (max-width: 1024px){
    .pottery-item__head a{
            font-size: 24px !important;
            word-break: keep-all;
            line-height:2 !important;
    }
}
@media screen and (max-width: 767px){
        .pottery-item__head a{
            font-size: 18px !important;
    }
}

.pottery-head-ruby{
    display: block;
    font-size: 16px;
    line-height: 22.99px;
}
@media screen and (max-width: 767px){
    .pottery-head-ruby{
    font-size: 10px;
}
}

.pottery-ruby{ /*モーダル*/
    font-size: 16px;
    line-height: 22.99px;
    padding-left: 10.44px ;
    padding-bottom: 9px;
    letter-spacing: 0.05em
}

.dialog-close-button{
    background-color: #ED8758;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.dialog-close-button svg{
    fill: #F9F0E780 !important;
    width: 100% !important;
    height: 100% !important;
    transform: scale(0.6);
}
.pottery-button a{
    display: block;
    width: 100%;
    max-width: 380px;
    padding: 11px 0 !important;
}

/*料理と陶器*/
.wd-hero__img{
    height: 212.5px;
    object-fit: cover;
}
@media screen and (max-width: 1024px){
    .wd-hero__img{
        height: 120px;
    }
}

.wd-button a{
    display: block;
    width: 256px;
    height: 38px;
    font-size: 13px;
}

.wd-menu__img img{
    aspect-ratio: 3 / 2;
    object-fit: cover;
}/* End custom CSS */