/* base */
.midashi_01{
    height: 100px;
    background-image: url(/html/user_data/assets/img/item/sticky-note_sp/back_category_original-sticky-note.webp);
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 15px 35px 15px 15px;
    border-left: 7px solid #9d0000;
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
    background-size: cover;
}
.main-title{
    font-size: 2.3rem;
    text-shadow: 0 0 3px #fafafa, 0 0 3px #fafafa, 0 0 3px #fafafa, 0 0 3px #fafafa, 0 0 3px #fafafa, 0 0 3px #fafafa, 0 0 3px #fafafa, 0 0 3px #fafafa, 0 0 3px #fafafa, 0 0 3px #fafafa, 0 0 3px #fafafa, 0 0 3px #fafafa, 0 0 3px #fafafa, 0 0 3px #fafafa, 0 0 3px #fafafa, 0 0 3px #fafafa;
}
.marker{
    background:linear-gradient(transparent 60%, rgb(255, 255, 30) 60%);
}
.lp_content{
    width: 100%;
}
.lp_content a{
    transition:all 0.2s;
}
.lp_content a:hover{
    opacity: 0.7;
}
.summary-text{
    margin-bottom: 25px;
    font-size: 1.7rem;
    background: #efefef;
    padding: 14px;
    border-left: 7px solid #4ea560;
    font-weight: bold;
}
.main-introduction h2{
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.about_text{
    font-size: 3.7rem;
}
.about_fusen_text{
    text-align: center;
}
.about_fusen_text h2{
    font-size: 2.5rem;
    font-weight: bold;
}
h3{
    font-size: 1.8rem;
    border-bottom: solid 1px #000;
    margin-bottom: 2rem;
}
.main-introduction{
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.sp-title{
    position: relative;
    padding: 15px;
    outline: 2px solid #333;
    background-image: linear-gradient(45deg, transparent 0 30px, #fff 30px), repeating-linear-gradient(135deg, #4ea560 0 3px, transparent 3px 6px);
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 3rem;
}
.about_fusen{
    margin-top: 2.2rem;
}
/*商品リンクカード*/
.sub_heading{
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    background-color: #efefef;
    border: solid 1px #636363;
    border-bottom: none;
    padding: 1rem 0;
}
.block-product__list{
    border-collapse: separate;
    border-spacing: 0;
}
.col-2_fusen td{
    border: solid 1px #636363;
}
.col-2_fusen td:first-child{
    border-right: none;
}
.list_col-2{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    row-gap: 2.2rem;
}
.fusen_cate{
    margin-bottom: 9rem;
}
/*ロット数アイコン*/


@media (max-width: 767px){
    .list_col-2{
        flex-direction: column;
    }
    .main-introduction{
        font-size: 1.2rem;
    }
    .main-introduction h2{
        font-size: 2rem;
    }
    .about_text{
        font-size: 3rem;
    }
    .about_fusen_text h2{
        font-size: 1.7rem;
    }
    h3{
    font-size: 1.8rem;
    }
    .sp_0{
        display: block;
    }
}
@media (min-width: 768px){
    .main-title{
        font-size: 2.6rem;
    }
    .block-product__list{
        width: 49.2%;
    }
    .col-2_fusen{
        display: flex;
        flex-direction: column;
    }
    .main-introduction{
        font-size: 1.6rem;
    }
    .h3{
        font-size: 2.2rem;
    }
    .sp-title{
        padding: 15px;
        font-size: 2.5rem;
        text-align: center;
    }
    .col-2_fusen{
        display: block;
    }
    .sp_0{
        display: none;
    }
}

/* table of contents
.block-toc__wrap{
    padding: 20px;
    border-top: solid;
    border-bottom: solid;
    border-width: 1px;
    border-color: #4ea560;
    margin: 50px 0;
    background-image: linear-gradient(-45deg, #fff 25%, #f8f8f8 25%, #f8f8f8 50%, #fff 50%, #fff 75%, #f8f8f8 75%, #f8f8f8);
    background-size: 4px 4px;
}
.block-toc__title{
    margin-bottom: 10px;
    color: #4ea560;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
}
.block-toc__list{
    list-style: auto;
    margin: auto;
    display: block;
    width: fit-content;
}
.block-toc__list > li a{
    text-decoration: none;
    color: #333;
    font-size: 1.4rem;
    font-weight: bold;
}
.block-toc__list > li{
    margin-top: 20px;
    padding-left: 35px;
    display: flex;
    align-items: center;
    line-height: 1.2;
    position: relative;
}
.block-toc__list > li::before{
    content: "";
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0;
    left: 3px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #4ea560;
}
.block-toc__list > li::after {
    content: "";
    position: absolute;
    margin: auto;
    top: -5px;
    bottom: 0;
    left: 10px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(135deg);
}
@media (min-width: 768px){
    .block-toc__wrap {
        margin: 60px 0;
        padding: 30px 50px;
    }
    .block-toc__list > li a{
        font-size: 1.6rem;
    }
} */

.block-product__list > li{
    display: flex;
    flex-direction: column;
    background: #fff;
    overflow: hidden;
    border-top: 1px solid #ccc;
    border: 1px solid #ccc;
}
.block-items__item__link{
    display: flex;
    flex-wrap: wrap;
    /* gap:10px;
    height: 100%; */
    padding: 10px;
    transition:all 0.2s;
}
.block-items__item__link:hover{
    opacity: 0.7;
}
.block-items__item__img {
    padding-top: 0;
}
.block-items__item__img img{
    position: relative;
    vertical-align: bottom;
}
.block-items__item__info{
    display: flex;
    flex-direction: column;
    /*width: calc(100% - 135px);*/
}
.block-items__item__name{
    margin-top: 0;
    line-height: 1.4;
    text-decoration: none;
    font-size:1.4rem;
    font-weight: bold;
}
.block-items__item__price{
    display: flex;
    align-items: baseline;
    justify-content: start;
    gap: 10px;
    margin: 0;
}
.block-items__item__price--unit{
    font-size: 1.8rem;
}
.block-items__item__price--count{
    font-size: 1.2rem;
}
.block-product__list > li .block-items__item__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 5px;
}
.block-product__list > li .block-items__item__tag{
    font-size: 1.1rem;
    color: #222;
    border-radius: 50px;
    padding: 5px 10px 5px 21px;
    align-items: center;
    line-height: 1;
    border: 1px solid #ccc;
    margin: 0;
}
.block-product__list > li .block-items__item__tag:before{
    width: 13px;
    height: 11px;
    left: 8px;
}
.block-product__desc{
    color: #888888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.5;
    font-size: 1.2rem;
    margin-top: auto;
    margin-bottom: 5px;
}
.block-product__link-btn{
    display: none;
}
@media (min-width: 768px) {
    .block-product__list{
        gap: 30px 15px;
    }
    .block-product__list > li{
        width: calc((100% - 40px) / 3);
        padding: 0;
    }
    .block-items__item__link{
        flex-direction: column;
        /* padding: 10px 10px 20px; */
    }
    .block-items__item__img{
        width: 100%;
    }
    .block-items__item__info{
        width: 100%;
    }
    .block-items__item__name{
        display: block;
        height: 40px;
        word-break: break-word;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 1.5rem;
        margin-top: 10px;
    }
    .block-items__item__price{
        display: flex;
        gap: 10px;
    }
    .block-items__item__price--unit{
        font-size: 1.7rem;
    }
    .block-items__item__price--count{
        font-size: 1.3rem;
    }
    .block-product__desc{
        -webkit-line-clamp: 4;
    }
    .block-product__link-btn{
        width: 85%;
        display: block;
        position: relative;
        background: #4ea560;
        margin: auto auto 0;
        padding: 5px 10px;
        text-align: center;
        border-radius: 50px;
        color: #fff;
        font-size: 1.4rem;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .block-product__link-btn:after {
        content: "";
        position: absolute;
        top: 46%;
        right: 15px;
        width: 7px;
        height: 7px;
        border-bottom: 2px solid;
        border-right: 2px solid;
        border-color: #fff;
        transform: rotate(-45deg) translate(0, -50%);
    }
}
@media (min-width: 1024px) {
    .block-product__list > li{
        width: calc((100% - 45px) / 4);
        padding: 0;
    }
}
@media (min-width: 600px) {
    .category_item_list ul>li {
        width: calc((100% - 45px) / 4);
    }
    .category_item_list ul>li:not(:nth-child(5n+1)) {
        margin-left: 0 !important;
    }
    .category_item_list ul {
    gap: 15px;
    flex-wrap: nowrap;
}
}


/* フロートリンクボタン */
.block-toc__wrap{
    margin: 0 0 60px 0;
}
.block-toc__title{
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
}
.block-toc__list{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    gap:20px;
}
.block-toc__list > li{
    width: 100%;
}
.block-toc__list > li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    align-items: center;
    position: relative;
    background-color:#fff;
    border-radius: 10px;
    padding: 10px;
    height: 100%;
    box-sizing: border-box;
    transition: all 0.2s;
    line-height: 1.4;
    color: #4ea560;
    font-size: 1.6rem;
    font-weight: bold;
}

.block-toc__list > li a:after{
    content: '';
    transform: translateY(-25%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #4ea560;
    border-right: 2px solid #4ea560;
    transition: transform .5s;
}
.block-toc__list > li a:hover{
    background: #ddf0e1;
}
.block-toc__list .ttl{
    font-size: 1.6rem;
    color: #000000;
}
.block-toc__list .ttl br{
    display: none;
}
    .block-toc__list > li{
    width: calc((100% - 20px) / 2);
    border: 2px solid #4ea560;
    background-color: #fff;
    border-radius: 12px;
    }

@media (min-width: 768px){
    .block-toc__list{
        justify-content: center;
        gap: 20px;
        /* width: 700px; */
        max-width: 100%;
    }
    .block-toc__list > li{
        width: calc((100% - 60px) / 4);
        border: 2px solid #4ea560;
        background-color: #fff;
        border-radius: 12px;
    }
    }
    .block-toc__list > li a{
        padding: 15px 13px;
        border-width: 3px;
    }
    .block-toc__list .ttl{
        font-size: 1.6rem;
        text-align: center;
    }
    .block-toc__list .ttl_2 {
    font-size: 1.5rem;
    text-align: center;
    color: #000;
}
    .block-toc__list .ttl br{
        display: block;
    }

.other_watch {
    display: flex;
    justify-content: center;
    position: relative;
     margin-top: 30px; 
}
.button_watch {
    display: flex;
    border: 3px solid #4ea560;
    border-radius: 100px;
    padding: 15px 30px;
    font-size: 1.6rem;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    width: 100%;
}
.button_watch a {
    color: #000;
    width: 100%;
}
.button_watch:hover {
    color: #FFFFFF;
    opacity: 1;
    background-color: #4ea560;
}
.button_watch:hover a {
    color: #FFFFFF;
}
@media screen and (min-width: 768px) {
    .button_watch {
        width: 40%;
    }
    .button_watch:after {
        content: '';
        width: 10px;
        height: 10px;
        border: 0;
        border-top: solid 3px #4ea560;
        border-right: solid 3px #4ea560;
        position: absolute;
        top: 50%;
        right: 32%;
        margin-top: -5px;
        transform: rotate(45deg);
        position: absolute;
    }
    .button_watch:hover::after {
        border-top: solid 3px #ffffff;
        border-right: solid 3px #ffffff;
    }
}
.about_fusen img{
    padding-left: 40px;
    padding-right: 40px;
}

/* 関連特集 */
.feature_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 20px;
    padding-bottom: 50px;
}
@media screen and (min-width: 600px) {
    .feature_list > li {
        width: calc((100% - 20px) / 2);
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.feature_list > li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    color: #333;
}
@media screen and (min-width: 600px) {
    .feature_list > li .tmb_box, .feature_list > li .txt_box {
        width: 100%;
    }
}
.feature_list > li .tmb_box img {
    width: 100%;
    vertical-align: bottom;
}
@media screen and (min-width: 600px) {
    .feature_list > li .tmb_box, .feature_list > li .txt_box {
        width: 100%;
    }
}
.feature_list > li .txt_box {
    width: 100%;
    padding-top: 7px;
}
@media screen and (min-width: 600px) {
    .feature_list > li .txt_box .name {
        font-size: 1.8rem;
    }
}
.feature_list > li .txt_box .name {
    margin-bottom: 5px;
    line-height: 1.4;
    font-size: 1.6rem;
    font-weight: bold;
}
@media screen and (min-width: 600px) {
    .feature_list > li .txt_box .comment {
        font-size: 1.3rem;
    }
}
.feature_list > li .txt_box .comment {
    line-height: 1.4;
    color: #555;
    font-size: 1.2rem;
}