.kitchennote {
    font-family: 'Caveat', serif;
    font-size: 2.2em;
    color: var(--main_color);
    text-decoration: none;
    display: inline-block;
}
.sp_kitchennote-title{
    display: none;
}
@media screen and (max-width:767px){
    .sp_kitchennote-title{
        visibility: hidden;
        display: inline-block;
        position: fixed;
        top:12px;
        left:50%;
        z-index: 22;
        transform: translateX(-50%);
    }
    .post .sp_kitchennote-title,
    .scl .sp_kitchennote-title{
        visibility: visible;
    }
    .sp_kitchennote-title a{
        transform: scale(.8);
        opacity:0;
        transition: all .3s ease;
    }
    .post .sp_kitchennote-title a,
    .scl .sp_kitchennote-title a{
        opacity:1;
        transform: scale(.65);
    }
}


.main-header .parent-title {
    justify-content: center;
    margin: 0 auto 1.25em;
    font-size: 1.1em;
}

.main-header .kitchennote-title {
    width: min(560px, 80vw);
    height: 56px;
    margin: 2em auto .6em;
    text-align: center;
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .main-header .kitchennote-title {
        height: 32px;
    }
}


.main-header .lead {
    margin: 2em auto .5em;
    font-size: min(1em, 3.3vw);
    letter-spacing: .2em;
    font-weight: 300;
    line-height: 1.9;
}

.slide-wrp{
    padding-bottom: 50px;
}
.slideimg-wrp {
    position: relative;
    background-color:#fff;
    margin-bottom: 1em;
}
@media screen and (max-width:767px) {

    .slide-wrp{
        padding-bottom: 0;
    }
    .slideimg-wrp {
        background-color:transparent;
    }
}

.mainimg {
    width: 100%;
    height: 0;
    padding-bottom: 45%;
    margin: 0;
    position: relative;
}
.home .mainimg {
    width: 60%;
    padding-bottom: 35%;
    order:1;
}

@media screen and (max-width:767px) {
    .mainimg,
    .home .mainimg {
        width: 100%;
        padding-bottom: 65%;
        order:0;
    }
}

.mainimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.slide-post-title {
    /* display: flex; */
    width: 40%;
    padding: min(3em, 6vw);
    /* margin-bottom: 1em; */
    order:0;
}

.slide .post-title-wrp {
    width: 100%;
    position: relative;
    /* display: flex; */
    /* gap: 1.5em; */
}

@media screen and (max-width:767px) {
    .slide-post-title {
        width:100%;
        display: block;
        order:1;
    }
    .slide .post-title-wrp {
        display: block;
        gap: 0;
    }
    .slick-initialized .slick-slide {
        display: inline-block;
    }
}

.slide-post-title .entry-number-wrp {
    /* border-right: 1px solid;
    width: 8rem; */
    margin-bottom:2.5em;
}

@media screen and (max-width:767px) {
    .slide-post-title .entry-number-wrp {
        /* border-right: none; */
        width: 100%;
        margin-bottom:1em;
    }
}

.slide .slide-post-title .post-title {
    font-size: min(1.3em, 3.8vw);
    margin-bottom: 1em;
    /* font-weight: 300; */
}

@media screen and (max-width:767px) {
    .slide .slide-post-title .post-title {
        margin-top: 1em;
    }
}

.number {
    font-weight: 500;
    margin-right: .5em;
}

.slide-post-title .number {
    font-size: min(2.7em, 7vw);
    letter-spacing: -.05em;
    display: inline-block;
    margin-right: .35em;
    border-right: 1px solid;
    padding-right: .5em;
}
/* .slide-post-title .number::after{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    display: block;
    width:100%;
    height:0;
    border-bottom:1px solid;
} */

.cat {
    font-weight: 500;
    font-family: 'Caveat';
    font-size: 1.2em;
}

.slide-post-title .cat {
    display: inline-block;
    font-size: min(1.8em, 5.5vw);
    line-height: 1.2;
    padding: 0;
    margin: 0;
    transform: translateY(-.2em);
}

/* @media screen and (max-width:767px) {
    .slide-post-title .number {
        display: inline-block;
        margin-right: .5em;
        border-right: 1px solid;
        padding-right: .5em;
    }
    .slide-post-title .number::after{
        content: none;
    }
    .slide-post-title .cat {
        display: inline-block;
        line-height: 1;
        left: -7rem;
    }
} */

.page-info {
    margin: 1em 0 .2em;
}

.readingtime,
.good {
    font-size: .9em;
    font-weight: 500;
    vertical-align: middle;
}

.slide .readingtime {
    margin-right: .5em;
}

.readingtime::before {
    content: '';
    display: inline-block;
    width: 2em;
    height: 1.5em;
    background-image: url(/assets/img_icon/icon-read.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-right: .5em;
    vertical-align: middle;
}

.good::before {
    content: '';
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    background-image: url(/assets/img_icon/icon-good.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-right: .25em;
    vertical-align: middle;
}

.post-date {
    display: inline-block;
    font-size: .8em;
    font-weight: 400;
    padding-right: 1em;
}


/* recommend information list */

.category-wrp {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.category-wrp:not(.stickyContents) {
    position: relative;
    margin-top: 30px;
}
.category-wrp .recommend-list{
    padding:60px 0;
}
.category-wrp .recommend-list li{
    width:15%;
    min-width:190px;
}
@media screen and (max-width:1200px){
    .category-wrp .recommend-list li{
        width:24%;
        min-width:1px;
        margin-bottom: 3em;
    }
}
@media screen and (max-width:767px){
    .category-wrp .recommend-list li{
        width:45%;
        margin-bottom: 3em;
    }
}

.catimg {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin: 0 auto 1em;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    position: relative;
}

.catimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: transform;
}

.category-wrp .dash-title {
    position: relative;
    font-size: 1.1em;
    font-weight: 300;
    opacity: 1;
    visibility: visible;
    transition: all .2s;
}


.category-wrp .lead {
    font-size: min(.78em, 3vw);
    font-weight: 400;
    opacity: 1;
    visibility: visible;
    transition: all .2s;
}

@media screen and (max-width:767px) {
    .category-list {
        padding: 40px 15px;
    }
    .category-list li {
        width: 44%;
        margin-bottom: 5%;
    }
}

.category-wrp a {
    color: var(--main_color);
    text-decoration: none;
    transition: color .2s ease;
}

.category-wrp a:hover {
    color: var(--main_red);
}


.category-wrp .cat-jp_title {
    display: block;
    font-weight: 300;
    font-size: min(.95em, 3.5vw);
    margin-bottom: .75em;
    padding: 1em 0 .5em;
    position: relative;
}

.contents-title-wrp .cat::after,
.category-wrp .cat-jp_title::after {
    content: '';
    display: block;
    width: 1.5em;
    height: 0;
    border-bottom: 1px solid var(--main_red);
    margin: .25em auto 0;
}
.category-wrp .cat-jp_title::after {
    margin: .5em auto 0;
}

/* fix navi */

.stickyContents.category-wrp .category-list {
    /* padding-top:10px; */
    padding:10px 0;
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease;
}

.stickyContents.category-wrp.active .category-list {
    visibility: visible;
    opacity: 1;
}

.stickyContents.category-wrp .category-list li:first-child {
   
}
.stickyContents.category-wrp .category-list .title{
    font-size: 1.5em;
}

.stickyContents.category-wrp .cat-jp {
    font-size: .8em;
}

.stickyContents.category-wrp .category-list li {
    width: auto;
    display: flex;
    align-items: center;
    padding: 0 2em;
}


.stickyContents.fixnavi.category-wrp+* {
    padding-top: 0;
}


/* contents */

.main-cat-area {
    margin-bottom: 2em;
}

@media screen and (max-width:767px) {
    .main-cat-area {
        margin-bottom: 0;
    }
}

.contents-title-wrp {
    padding: 1em 0;
    position: relative;
    display: block;
    margin-bottom: 2em;
    text-align:center;
}

@media screen and (max-width:767px) {
    .contents-title-wrp {
        padding: 1em 0;
        position: relative;
        display: block;
        margin-bottom: 0;
    }
}

.contents-title {
    display: inline-block;
    padding: .5em;
    font-size: 1.05em;
    letter-spacing: .1em;
    font-weight: 300;
}

.contents-title-wrp .cat {
    display: block;
    font-size: min(2.4em, 8vw);
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: .5em;
}


/* entry */

.entry-wrp {
    color: var(--main_color);
    text-decoration: none;
}

.entry .post-date {
    /* font-size: .7em; */
    padding: 1em 0;
    color: #555;
    display: block;
    width: 62%;
    /* text-align: right; */
}

.entry .new {
    display: inline-block;
    margin-right: 1em;
}

.entry .new::before {
    content: 'New';
    font-family: 'Caveat', serif;
    font-size: 1.3em;
    color: var(--main_red);
    display: inline-block;
}

.entry .post-title {
    font-size: min(.85em, 3.3vw);
    font-weight: 300;
    padding: .5em 0;
}

.entry p {
    font-size: min(.85em, 3.1vw);
    font-weight: 300;
    padding: 1em 0;
    margin-top: .5em;
}
.entry-wrp a{
    text-decoration: none;
    color:var(--main_color);
}
.entry-wrp .post-meta-wrp p{
    min-height: 5em;
    padding: 1em 0 0;
}
.entry .img-wrp {}

.entry .post-meta-wrp{
    padding: 1em .25em .5em;
}
.entry .meta-box{
    padding: .25em .5em;
}

.entry .meta-box .readingtime,
.entry .meta-box .good {
    font-size: min(.74em, 3vw);
}

.entry .post-meta {
    margin: .5em 0;
}

.entry .post-meta .number {
    border-right: 1px solid;
    margin-right: .75em;
    padding-right: .75em;
    font-weight: 600;
}

.entry .btn-wrp {
    display: block;
    width: 100%;
}


/* plan sticky contents */

.plan .tab-navi.stickyContents {
    /* top: calc(var(--hd_h) - 1px); */
    top: var(--hd_h);
}

.plan .tab-navi.stickyContents.active {
    /* background-color: var(--gray); */
    z-index: 18;
    border-bottom: 1px solid #ddd;
}
@media screen and (max-width:767px){
    .plan .tab-navi.stickyContents {
        top:0;
    }
    
}


/* about systemkitchen */

.contents-wrp .img-wrp {}

.contents-wrp .text-wrp {
    width: 45%;
}

.contents-wrp .text-wrp .inner {
    padding: 2em 20% 2em 2em;
}

@media screen and (max-width:767px) {
    .contents-wrp .text-wrp {
        width: 100%;
        order: 2;
    }
    .contents-wrp .text-wrp .inner {
        padding: 2em;
    }
}

.contents-wrp .text-wrp.left .inner {
    padding: 2em 2em 2em 20%;
}

@media screen and (max-width:767px) {
    .contents-wrp .text-wrp.left .inner {
        padding: 2em;
    }
}

.contents-wrp .text-wrp .title-jp {
    font-size: min(1.8em, 4.7vw);
    margin-bottom: 1em;
}

.contents-wrp .text-wrp .lead {
    font-size: min(.95em, 3.3vw);
    line-height: 2;
    font-weight: 300;
    text-align: justify;
    font-feature-settings: "palt";
}

.c-title {
    display: block;
    width: 100%;
    font-size: min(1.24em, 5vw);
    font-weight: 300;
    padding: 1em 0;
    margin-bottom: .5em;
}
.recent-entry{
    padding-top: 1em;
}

.c-title:not(.dash-title)::before {
    content: '';
    display: inline-block;
    width: .25em;
    height: .25em;
    border: 4px solid var(--main_red);
    border-radius: 100%;
    margin-right: .5em;
}

.c-title.dash-title {
    display: inline-block;
    width: auto;
}
/* style */
.style-title{
    font-size: min(1.24em, 5vw);
}


/* download service */

.download {
    padding: 10px 0 50px;
}

.download .dash-title {
    font-size: min(1.1em, 5vw);
}

.download .contents-title {
    display: block;
}

@media screen and (max-width:767px) {
    .download .columns-3>* {
        width: 70%;
        margin: 0 auto 2em;
    }
}

.download .post-meta-wrp {
    text-align: left;
    padding: 2em 1em;
}

@media screen and (max-width:767px) {
    .download .post-meta-wrp {
        padding: 1.5em 0 2em;
    }
}
.download .post-meta-wrp h3 {
    font-size: .9em;
    font-weight: 500;
    margin-bottom: .5em;
}
.download .post-meta-wrp h4 {
    font-size: .9em;
    margin-bottom: 1em;
}
@media screen and (max-width:767px) {
    .download .post-meta-wrp h4 {
        margin-bottom: .25em;
    }
}

.download .post-meta-wrp p {
    font-size: min(.8em, 3vw);
    line-height: 1.8;
    text-align: justify;
}

.download .btn-wrp {
    text-align: center;
    margin-top: 2em;
}

.download .btn {
    font-size: .7em;
}


/* find posts */

.findposts .categories-wrp,
.findposts .tags-wrp {
    padding: 2em;
}

@media screen and (max-width:767px) {
    .findposts .categories-wrp,
    .findposts .tags-wrp {
        padding: 0;
    }
}

.findposts .find-posttitle-wrp {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1em;
}

.categories-list li a,
.tags-list li a {
    color: var(--main_color);
    text-decoration: none;
}

.findposts .categories-list li {
    padding: .5em 1em;
    display: block;
    margin: 1em 0;
    font-size: min(.8em, 3vw);
    text-align: center;
}

.tags-list li {
    margin: .25em .5em .25em 0;
    padding: .5em .75em;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: min(.7em, 2.7vw);
    font-weight: 400;
    background-color: #fff;
}

.tags-list li:hover a {
    color: var(--main_red);
}

.findposts .tags-list li {
    margin: .5em;
    padding: .5em 1em;
    font-size: min(.8em, 3vw);
}

.findposts .category-list ul {
    gap: 1em;
}

.findposts .category-list li {
    width: 22%;
    margin-bottom: 1em;
}


/* side title */

.side-title-wrp {
    position: sticky;
    top: 50px;
    height: 0;
    z-index: 3;
}

@media screen and (max-width:767px) {
    .side-title-wrp {
        /* position: static; */
    }
}

.side-title {
    flex-wrap: nowrap;
    padding-bottom: 100px;
}

.side-title .parent-title {
    width: 110px;
}

.side-title .kitchennote {
    white-space: nowrap;
    margin-left: .5em;
    font-size:1.9em;
}

.side-title-rotate {
    min-width: 90vh;
    transform: rotate(90deg) scale(.8);
    transform-origin: center left;
}

@media screen and (max-width:767px) {
    .side-title-rotate {
        transform: translate(-3.5vw, 0) rotate(90deg) scale(.55);
    }
}

.side-title .brdclm-cattitle {
    display: inline-block;
    font-size: .9em;
    color: var(--main_color);
    line-height: 2.25;
    text-decoration: none;
    position: relative;
    margin: 0 1.5em;
    padding: 0 1.25em;
}

.side-title .brdclm-cattitle::before,
.side-title .brdclm-cattitle::after {
    content: '';
    display: block;
    width: .75em;
    height: 0;
    border-bottom: 1px solid;
    position: absolute;
    top: 50%;
}

.side-title .brdclm-cattitle::before {
    left: 0;
}

.side-title .brdclm-cattitle::after {
    right: 0;
}