.contents_text{
    font-weight: bold;
}
.category-contents__item .contents_text{
    text-align: center;
}
.category--contents{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.table-cf{
    margin-top: 20px;
    margin-bottom:50px;
    border: 1px solid #000;
}
.table-cf td{
    font-size: 1.5rem;
    text-align: center;
}
.table-cf th, .table-cf td{
    border: solid 1px #898989;
}
.table-cf th{
    font-size: 1.5rem;
    background: #f4f4f4;
}
table th {/*table内のthに対して*/
  padding: 9px;/*上下左右10pxずつ*/
}

table td {/*table内のtdに対して*/
  padding: 3px 5px;/*上下3pxで左右10px*/
}
.title_quick{
        font-size: 25px;
    text-align: center;
    position: relative;
    padding: 15px 15px;
    outline: 2px solid #333;
    color: #000;
    /* margin-top: 70px; */
    margin-bottom: 30px;
    background: #ffffff;
    font-weight: bold;
    border-bottom: none !important;
    line-height: 1.4;
    background-image: linear-gradient(45deg, transparent 0 30px, #fff 30px), repeating-linear-gradient(135deg, #ff9800 0 3px, transparent 3px 6px);
}
.category-header_back {
    border-left: 7px solid #ff9800!important;
}
@media screen and (min-width: 768px) {
    .category_item_list ul>li {
        width: calc((100% - 45px) / 4);
    }
    .table-cf{
        width: 100%;
    }
    .flexbox_text_pc{
        font-size: 1.7rem;
        line-height: 1.6;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 1rem;
    }
    .category--contents{
        gap: 10px;
    }
    .category-contents__item.col-5 {
        width: calc((100% - 60px) / 5);
    }
}
@media screen and (max-width: 767px){
    .category-contents__item.col-5{
        width: calc((100% - 20px) / 3);
    }
    .table-scroll{
    	white-space: nowrap;
        overflow-x: scroll;
        margin-bottom: 4rem;
    }
    .h2_title{
        margin-top: 2rem;
    }
    .sp__recycle{
        display: flex;
        margin-top: 1rem;
        gap: 1rem;
    }
    .flexbox_text_sp{
        font-size: 1.4rem;
        line-height: 1.6;
        margin-top: 2%;
    }
    .category-contents__item .col-m{
        width: calc((100% - 10px) / 2) !important;
    }
}
/* もっと見るボタン部分 */
.button_other,
.other_item a,
.button_other_2,
.button_other_3{
    display: flex;
    color: #000;
    border: 3px solid #ff9800 ;
    border-radius: 5px;
    padding: 15px 30px;
    font-size: 1.8rem;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    width: 100%;
}
.button_other{
    display: flex;
    color: #000;
    border: 3px solid #e70000 ;
    border-radius: 5px;
    padding: 15px 30px;
    font-size: 1.8rem;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    width: 100%;
}
.other_item a{
    padding: 15px 0px;
    width: 42%;
}
.button_ancor_link img{
    margin-bottom: 0.3rem;
}

.button_other:hover,
.button_other_2:hover,
.button_other_3:hover,
.button_other_item:hover,
.button_ancor_link:hover{
    color: #FFFFFF;
    opacity: 1;
    background-color: #ff9800 ;
}
.button_other:hover{
    color: #FFFFFF;
    opacity: 1;
    background-color: #e70000 ;
}
.button_on_2,
.button_on_3{
    color: #FFFFFF;
    background-color: #ff9800 ;
}
.button_on{
    color: #FFFFFF;
    background-color: #e70000 ;
}

.anchor_button a:hover{
    opacity: 1;
}

.item_other,
.item_other_2,
.item_other_3{
    display: none;
    margin-top: 3rem;
}
.item_on{
    display: block;
}
.other,
.other_2,
.other_3{
    display: flex;
    justify-content: center;
    position: relative;
    margin: 20px auto 60px;
}
/* .other_on{
    margin: 20px auto 14px;
} */
.battery_about{
    margin-bottom: 4.5rem;
}
.battery_about h3{
    font-size: 2rem;
    margin: 18px 0 15px;
    font-weight: bold;
    padding: 5px 0 2px;
    border-image: linear-gradient(to right, #ff9800 , #c9ebff) 1;
    border-bottom: 5px solid #ff9800 ;
}
.battery_about p{
    font-size: 1.5rem;
}
.battery_about li{
    margin-top: 1.3rem;
}
@media screen and (min-width: 768px) {
    .cate_item_mB{
        margin-bottom: 5rem;
    }
    .button_other,
    .button_other_2,
    .button_other_3{
        width: 42%;
    }
    .flexbox_text_pc{
        font-size: 1.7rem;
        line-height: 1.6;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 1rem;
    }
    .category--contents{
        gap: 10px;
    }
    .col-3{
        width: calc((100% - 30px) / 3);
    }
    .category-contents__item a::after{
        content: '';
        width: 6px;
        height: 6px;
        border: 0;
        border-top: solid 2px #ff9800 ;
        border-right: solid 2px #ff9800 ;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -5px;
        transform: rotate(135deg);
        position: absolute;
    }

    .button_other:after,
    .button_other_2:after,
    .button_other_3:after,
    .button_other_item::after{
        content: '';
        width: 10px;
        height: 10px;
        border: 0;
        border-top: solid 3px #ff9800 ;
        border-right: solid 3px #ff9800 ;
        position: absolute;
        top: 43%;
        right: 32%;
        margin-top: -5px;
        transform: rotate(135deg);
        position: absolute;
    }
        .button_other:after{
        content: '';
        width: 10px;
        height: 10px;
        border: 0;
        border-top: solid 3px #e70000 ;
        border-right: solid 3px #e70000 ;
        position: absolute;
        top: 43%;
        right: 32%;
        margin-top: -5px;
        transform: rotate(135deg);
        position: absolute;
    }
    .button_ancor_link::after{
        content: '';
        width: 10px;
        height: 10px;
        border: 0;
        border-top: solid 3px #ff9800 ;
        border-right: solid 3px #ff9800 ;
        position: absolute;
        right: 8%;
        margin-top: -5px;
        transform: rotate(135deg);
        position: absolute;
    }
    .button_other:hover::after,
    .button_other_2:hover::after,
    .button_other_3:hover::after,
    .button_other_item:hover::after,
     .button_ancor_link:hover:after{
        border-top: solid 3px #ffffff;
        border-right: solid 3px #ffffff;
    }
    .button_other:after,
    .button_other_2:after,
    .button_other_3:after,
    .button_other_item:after,
     .button_ancor_link::after{
        color: #FFFFFF;
    }
    .button_other.button_on:after,
    .button_other_2.button_on_2:after,
    .button_other_3.button_on_3:after{
        content: '';
        width: 10px;
        height: 10px;
        border: 0;
        border-top: solid 3px #ffffff;
        border-right: solid 3px #ffffff;
        position: absolute;
        top: 55%;
        right: 32%;
        margin-top: -5px;
        transform: rotate(-45deg);
    }
    /* .product-comment, .product-list__desc {
        display: none;
    } */
    .product-list__price {
        margin-bottom: 0;
    }
}
/* もっと見る終わり */
/* 商品一覧　リンクカードなど */
.item_other__list{
    display: flex;
    flex-wrap: wrap;    
    gap: 15px;
    margin-top: 2.5rem;
}
.item_other__list li{
    width: calc((100% - 45px) / 4);  
}
/*商品一覧　リンクカードなど*/

/*クーポン配布*/
.ttl_cp{
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 0.8rem;
}
.color_red{
    color:#e70000;
}
.ttl_cp_coupon{
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    padding: 1rem;
    background: linear-gradient(135deg, transparent 25%, rgba(115, 115, 115, 0.05) 25%, rgba(115, 115, 115, 0.05) 50%, transparent 50%, transparent 75%, rgba(115, 115, 115, 0.05) 75%, rgba(115, 115, 115, 0.05));
    background-size: 7px 7px;
    background: #ececec;
}
.ttl_cp_coupon span{
    font-size: 1.8rem;
}

/*クーポン配布　終わり*/

/*　クーポンコードをコピーする　*/
.ttl_cp_coupon span{
    font-size: 1.8rem;
}
#copy-page {
    display: block;
    width: auto;
    margin: 1.5rem auto 1.5rem;
    padding: 15px 30px;
    font-size: 1.7rem;
    text-align: center;
    color: #000000;
    background: #ffffff;
    border: 3px solid #e70000;
    border-radius: 30px;
    font-weight: bold;
}
#copy-page:hover {
	cursor: pointer;
	background: #e70000;
    color: #fff;
}
#copyTarget {
	visibility: collapse;
	width: 0;
}
#copyRadio:checked ~ #copyTarget {
	visibility: visible;
}
/*コピーする　おわり*/

/*商品一覧*/
#cp_item {
    margin-top: -100px;
    padding-top: 100px;
}
.item_cate__quick_1btn {
    width: 100%;
    margin-bottom: 30px;
}



.ranking-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 25px 0;
    border: 2px solid #ff9800;
    border-radius: 6px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.ranking-btn:after {
    content: '';
    position: absolute;
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    bottom: 10px;
    border-bottom: 3px solid #ff9800;
    border-right: 3px solid #ff9800;
    transition: transform .5s;
}

.ranking-btn:hover{
    background: #fff2de;
}

.item_cate__quick_1btn span{
    font-size: 2rem;
}

.ranking-btn img {
    width: 28px;
    margin-right: 8px;
}



.item_cate__quick{
    display: flex;
    gap: 15px;
    margin: 3rem 0;
    flex-wrap: wrap;
}
.item_cate__quick li{
    width: calc((100% - 15px) / 2);
}
.item_cate__quick > li a {
    position: relative;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 2px solid #ff9800;
    border-radius: 5px;
    padding: 10px 0 25px;
    color: #222;
    text-align: center;
    transition: all 0.2s;
}

.item_cate__quick > li a:hover {
    background: #fff2de;
}



.item_cate__quick > li img {
    width: 40px;
}
.item_cate__quick > li span {
    width: calc(100% - 45px);
    font-size: 1.6rem;
    font-weight: bold;
}
.item_cate__quick > li a:after {
    content: '';
    position: absolute;
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    bottom: 10px;
    border-bottom: 3px solid #ff9800;
    border-right: 3px solid #ff9800;
    transition: transform .5s;
}
.category_item_list h3{
    margin: 20px 0 25px;
    font-size: 1.8rem;
    background: #efefef;
    padding: 10px;
    border-left: 7px solid #ff9800;
}
.category_item_list ul {
    gap: 15px;
}
#item_01,#item_02,#item_03,#item_04,#item_05 {
    margin-top: -100px;
    padding-top: 125px;
    padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
    .category_item_list ul>li {
        width: calc((100% - 45px) / 4);
    }
    .item_cate__quick li {
    width: calc((100% - 30px) / 3);
}
    .item_cate__category li {
    width: calc((100% - 45px) / 4);
}
}
@media (min-width: 600px) {
    .category_item_list ul>li:not(:nth-child(5n+1)) {
        margin-left: 0px;
    }
        .category_item_list ul>li:nth-child(n+5) {
        margin-top: 30px;
    }
}
@media (max-width: 599px) {
    .category_item_list ul>li:not(:nth-child(2n+1)) {
        margin-left: 0px;
    }
}
.button_column {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin: 30px 0;
}

.button-1 a,
.button-seni a {
    display: block; 
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #ff9800;
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;
}

.button-1 a::after,
.button-seni a::after {
    pointer-events: none; 
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #ff9800;
    border-right: 2px solid #ff9800;
    content: '';
}

.button-1 a {
    width: 450px;
    border-radius: 50px;
    font-size: 1.8em;
}

.button-seni a {
    width: 550px;
    border-radius: 10px;
    font-size: 2em;
    padding: 30px;
}

.button-1 a:hover,
.button-seni a:hover {
    background-color: #ff9800;
    color: #fff;
}

.button-1 a:hover::after,
.button-seni a:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

@media screen and (max-width: 768px) {
    .button_column {
        flex-direction: column;
    }
    
    .button-1 a,
    .button-seni a {
        width: 100%;
        font-size: 1.5em;
    }

    .button-1 a {
        font-size: 1.5em;
    }
    
    .button-seni a {
        font-size: 1.7em;
    }
}

@media screen and (min-width: 600px) {
    [class*=button]:hover {
        opacity: 1 !important;
        cursor: pointer;
        transition: all 0.2s 
ease;
    }
}

.section-navi {
    margin-top: -100px;
    padding-top: 100px;
    padding-bottom: 30px;
}
@media (min-width: 1024px) {
    .block-productlist {
        padding-bottom: 0 !important;
    }
}
@media (max-width: 1023px) {
    .block-productlist {
        padding-bottom: 50px !important;
    }
}
.midashi {
    /* margin: 20px 0 25px; */
    font-size: 1.8rem;
    background: #efefef;
    padding: 10px;
    border-left: 7px solid #ff9800;
}

@media screen and (min-width: 768px) {
.item_cate__quick_4{
    width: calc((100% - 30px) / 3) !important;
}

.item_cate__quick_2{
    width: calc((100% - 15px) / 2) !important;
}
}
.title--subtext{
    display: none;
}

/* sidenavi */
#side_navi{
    display: none;
}

@media screen and (min-width: 1400px) and (min-height: 550px){
    /* 初期表示はサイドメニューが表示された状態 */
    #side_navi {
        position: fixed;
        display: block;
        z-index: 100;
        right: -130px; 
        bottom: 30px;
        transition: all 0.3s ease; 
    }
    /* 非表示時のスタイル */
    #side_navi.hidden {
        right: -130px;
    }
    #side_navi.visible{
        right: -130px; 
    }
    #side_navi.visible.hidden{
        right: 0; 
    }

    /* トグルボタンのスタイル */
    .toggle-btn {
        position: absolute;
        left: -34px;
        top: 50%;
        transform: translateY(-50%);
        background-color: #efefef;
        border: 1px solid #dfdfdf;
        border-radius: 5px 0 0 5px;
        border-right: none;
        padding: 25px 10px;
        cursor: pointer;
        z-index: 1000;
        transition: all 0.3s ease;
        font-size: 1.4rem;
    }
    #side_navi .toggle-btn {
        opacity: 0;
        cursor: default;
    }
    #side_navi.visible .toggle-btn,
    #side_navi.visible.hidden .toggle-btn{
        opacity: 1;
        cursor: pointer;
    }
    .item_navi {
        position: relative;
        border-radius: 10px 0 0 10px;
        width: 130px;
        padding: 15px 10px;
        text-align: center;
        background: #efefef;
        border: 1px solid #dfdfdf;
        border-right: none;
    }
    .snav li {
        margin-top: 5px;
        position: relative;
    }
    .snav li a {
        display: flex;
        align-items: center;
        position: relative;
        color: #222;
        padding: 2px 2px 2px 14px;
        min-height: 15px;
        border: 1px solid #b3b3b3;
        border-radius: 5px;
        background: #fff;
        line-height: 1.3;
        font-size: 1rem;
        font-weight: bold;
        text-align: left;
        transition: all 0.2s;
    }
    .snav li a:before{
        content: "";
        position: absolute;
        top: 39%;
        left: 5px;
        color: #bf0000;
        border-style: solid;
        border-color: transparent;
        border-width: 0.35em 0.5em;
        border-right-color: currentColor;
        border-left: 0;
    }
    .snav li a:hover {
        color: #fff;
        background: #bf0000;
    }
    .snav li a.active {
        color: #fff;
        background: #bf0000;
    }
}
@media screen and (min-width: 1500px) and (min-height: 650px){
    #side_navi {
        right: -150px; 
    }
    /* 非表示時のスタイル */
    #side_navi.hidden {
        right: -150px;
    }
    #side_navi.visible{
        right: -150px; 
    }
    .item_navi {
        width: 150px;
        padding: 15px 10px;
    }
    .snav li {
        margin-top: 5px;
    }
    .snav li a {
        padding: 10px 5px 10px 17px;
        min-height: 15px;
        font-size: 1.2rem;
    }
}
/*花子　右下*/
#imageContainer {
    /* width: 300px; */
    cursor: pointer;
}

.banaer_column{
    display: flex;
    gap: 20PX;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px){
.banaer_column{
    flex-direction: column;
}
}

.banaer_column a img:hover {
    opacity: 0.7; 
}