/* layout */
.pc_on{
    display: none;
}
@media (min-width: 768px){
    .pc_on{
        display: block;
    }
}

/* title_and_lead */
.mv_inner p{
    font-size: 1.5rem;
}
.main-title{
    margin-top: 20px;
    font-size: 2rem;
}
.main-introduction{
    padding-top: 20px;
    line-height: 1.8;
    font-size: 1.5rem;
    font-weight: bold;
}
.main-introduction br{
    display: none;
}
.sp-title{
    position: relative;
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 5px solid #b65c5d;
    border-image: linear-gradient(to right, #b65c5d 70%, #fff 90%) 1;
    line-height: 1.4;
    font-weight: bold;
    z-index: -1;
}
@media (min-width: 768px){
    .main-introduction{
        text-align: center;
        font-size: 1.8rem;
    }
    .main-introduction br{
        display: block;
    }
    .sp-title{
        padding-right: 100px;
        font-size: 2.6rem;
    }
    .sp-title_text {
        font-size: 1.2rem
    }
    .sp-title:after{
        display: block;
        position: absolute;
        content: '';
        width: 130px;
        height: 130px;
        bottom: -50px;
        right: -5px;
        background: no-repeat,url(/html/user_data/assets/img/item/valentine_sp/head_hanako.webp);
        background-size: cover;
        z-index: 1;
    }
    .summary-text{
        padding-right: 175px;
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
    .sp-title{
        font-size: 2.4rem;
    }
    .sp-title span{
        font-size: 2.7rem;
        color: #b65c5d;
    }
}
@media (max-width: 767px){
    .sp-title{
        font-size: 1.6rem;
    }
    .sp-title span{
        font-size: 2.3rem;
        color: #b65c5d;
    }

}

/* anchor-link */
.anchor_title{
    padding-bottom: 15px;;
    text-align: center;
    font-size:2rem;
    font-weight: bold;
}
.anchor_list{
    display: flex;
    flex-wrap: wrap;
    gap:10px;
}
.anchor_list > li{
    width: 100%;
}
.anchor_list > li a{
    position: relative;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #b65c5d;
    border-radius: 5px;
    padding: 13px 10px;
    color: #222;
    transition: all 0.2s;
}

.anchor_list > li img{
    width: 40px;
}
.anchor_list > li span{
    width: calc(100% - 45px);
    font-size: 1.4rem;
    font-weight: bold;
}
.anchor_list > li a:hover{
    opacity: 0.7;
}
@media (min-width: 768px){
    .anchor_list > li{
        width: calc((100% - 30px) / 3);
    }
}

/* product_list */
.block-product__list{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 30px 0;
}
.block-product__list > li{
    display: flex;
    flex-direction: column;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.block-product__list .recommend_sdgs li{
    display: flex;
    flex-direction: column;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.block-items__item__link{
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}
.category-ranking__wrap{
    margin-top: 2rem;
}
.product-list__ranking:hover{
    opacity: 0.7;
}
.block-items__item__img{
    text-align: center;
    width: 125px;
    padding: 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;
    margin-top: 1rem;
}
.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__list .recommend_sdgs li .block-items__item__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 5px;
}
.block-product__list .recommend_sdgs 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 .recommend_sdgs li .block-items__item__tag:before{
    width: 13px;
    height: 11px;
    left: 8px;
}

.block-product__desc{
    margin-top: 11px;
    color: #888888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.5;
    font-size: 1.2rem;
    margin-bottom: 5px;
}
.block-product__link-btn{
    display: none;
}


@media (min-width: 768px) {
    .block-product__list > li{
        width: calc((100% - 90px) / 4);
        border-bottom: none;
    }
    .block-product__list .recommend_sdgs  .col_2{
        width: calc((100% - 30px) / 2);
        border-bottom: none;
        padding: 2rem;
    }
    .recommend_sdgs{
        display: flex;
        flex-wrap: wrap;
        gap: 50px 30px;
        padding: 2.5rem;
        position: relative;
        background: #f6e4e4;
    }
    .recommend_midashi{
        position: absolute;
        top: -10px;
        left: -12px;
        color: #ffffff;
        background: #9cc00e;
        border-radius: 4px;
        font-size: 2.2rem;
        font-weight: bold;
        padding: 0 1em;
        margin: 0;
        transform: translateY(-50%) translateX(1em);
    }
    .recommend_midashi:before{
        content: '';
        background: url(/html/user_data/assets/img/item/sdgs_sp/eco.svg) no-repeat;
        position: relative;
        top: 11px;
        right: 8px;
        display: inline-block;
        width: 31px;
        height: 31px;
    }
    .block-product__list{
        gap: 30px;
    }
    .block-items__item__img{
        width: 100%;
    }
    .col_2 img{
        width: 70%;
    }
    .col_2 .block-items__item__name{
        font-size: 1.7rem;
    }
    .col_2 .block-items__item__price--unit{
        font-size: 2.4rem;
    }
    .col_2 .block-product__link-btn {
        font-size: 1.8rem;
    }
    .block-items__item__info{
        width: 100%;
    }
    .block-items__item__name{
        display: block;
        height: 42px;
        word-break: break-word;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 1.5rem;
    }
    .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: 100%;
        display: block;
        position: relative;
        background: #b65c5d;
        margin: auto auto 0;
        padding: 5px 10px;
        text-align: center;
        border-radius: 4px;
        color: #fff;
        font-size: 1.4rem;
    }
    .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%);
    }
    .recommend_sdgs > .col_2:nth-child(-n + 3)::before{
        font-family: "Font Awesome 5 Free";
        content: "\f521";
        font-weight: 900;
        position: absolute;
    }
    .recommend_sdgs > .col_2:nth-child(1)::before { /* 1位（王冠）のスタイル */
        color: #e6c300;
        top: 5px;
        left: 19px;
        font-size: 54px;
    }
    
    .recommend_sdgs > .col_2:nth-child(2)::before { /* 2位（王冠）のスタイル */
        color: #a9a9a9;
        top: 5px;
        left: 474px;
        font-size: 54px;
    }
    .recommend_sdgs > .col_2:nth-child(1)::after { /* 順位（文字）のスタイル */
        content: "1位";
        position: absolute;
        top: 42px;
        left: 39px;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
    }
    .recommend_sdgs > .col_2:nth-child(2)::after { /* 順位（文字）のスタイル */
        content: "2位";
        position: absolute;
        top: 42px;
        left: 494px;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
    }
    .block-product__desc{
        display: none;
    }
    .block-product__link-btn {
        margin: 1.4rem auto 0;
    }
}
@media (max-width: 1230px){
    .recommend_sdgs > .col_2:nth-child(-n + 3)::before{
        display: none;
    }
    .recommend_sdgs > .col_2:nth-child(2)::before { /* 1位（王冠）のスタイル */
        display: none;
    }
       
    .recommend_sdgs > .col_2:nth-child(3)::before { /* 2位（王冠）のスタイル */
        display: none;
    }
    .recommend_sdgs > .col_2:nth-child(2)::after { /* 順位（文字）のスタイル */
        display: none;
    }
    .recommend_sdgs > .col_2:nth-child(3)::after { /* 順位（文字）のスタイル */
        display: none;
    }
}
@media (max-width: 767px){
    .recommend_sdgs{
        gap: 15px;
        display: flex;
        flex-direction: column; 
    }
    .block-items__item__img{
        margin-right: 1rem;
    }
}

/* other */
.sdgs_summary-ttl{
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    color: #b65c5d;
}
.sdgs_summary-txt{
    padding: 20px 0;
    font-size: 1.4rem;
}
.sdgs_summary-ttl br,
.sdgs_summary-txt br{
    display: none;
}
.sdgs_merit{
	margin-bottom: 30px;
}
.sdgs_merit>ul{
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    gap:30px 15px;
}
.sdgs_merit>ul>li{
    width: calc((100% - 15px) / 2);
    display: flex;
    flex-direction: column;
}
.sdgs_merit>ul>li .title{
    margin: 10px 0 0;
    padding: 4px;
    border: 1px solid #b65c5d;
    border-radius: 50px;
    text-align: center;
	font-size: 1.3rem;
    font-weight: bold;
}
.sdgs_merit>ul>li img{
    max-width: 100%;
	margin-top: auto;
	border-radius: 7px;
}
.sdgs-support_wrap{
    padding: 15px;
    background: #f9f7e4;
}
.sdgs-support_txt{
    font-size: 1.5rem;
    font-weight: bold;
}
@media screen and (min-width: 768px){
    .sdgs_summary-ttl{
        text-align: center;
        font-size: 3rem;
    }
    .sdgs_summary-txt{
        font-size: 1.5rem;
    }
    .sdgs_summary-ttl br,
    .sdgs_summary-txt br{
        display: block;
    }
	.sdgs_merit>ul>li{
		width: calc((100% - 45px) / 4);
	}
	.sdgs_merit>ul>li .title{
		padding: 5px 10px;
		margin-top: 10px;
		font-size: 1.5rem;
	}
    .sdgs-support_wrap{
        padding: 30px;
    }
    .sdgs-support_txt{
        position: relative;
        padding-right: 200px;
        font-size: 1.7rem;
    }
    .sdgs-support_txt:before{
        display: block;
        position: absolute;
        content: '';
        width: 150px;
        height: 150px;
        bottom: 50%;
        right: 0;
        top: 2em;
        background: no-repeat,url(/html/user_data/assets/img/item/sdgs_sp/item_category_title.png);
        background-size: cover;
        z-index: 1;
    }
}
.trend_banner {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 5rem;
}
.trend_banner li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 1.5rem;
}
.trend_banner li span {
    color: #000;
    font-size: 13px;
}
@media (max-width: 767px) {
    .trend_banner li {
        width: 100%;
    }
}


/* sidenavi */
#side_navi{
    display: none;
}
.section-navi {
    margin-top: -90px;
    padding-top: 100px;
    margin-bottom: 100px; 
}
@media screen and (min-width: 1400px) and (min-height: 550px){
    /* 初期表示はサイドメニューが表示された状態 */
    #side_navi {
        position: fixed;
        display: block;
        z-index: 100;
        right: -130px; 
        bottom: 80px;
        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: 7px;
        position: relative;
    }
    .snav li a {
        display: flex;
        align-items: center;
        position: relative;
        color: #222;
        padding: 2px 2px 2px 14px;
        min-height: 30px;
        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: 7px;
    }
    .snav li a {
        padding: 4px 5px 4px 17px;
        min-height: 35px;
        font-size: 1.2rem;
    }
}

.all-item_btn a:hover , .all-item_btn_col_1 a:hover{
    opacity: 0.6;
}
.all-item_btn , .all-item_btn_col_1{
    margin: 20px auto 100px;
}
.all-item_btn a ,.all-item_btn_col_1 a{
    display: flex;
    gap: 10px;
    justify-content: center;
    position: relative;
    padding: 20px 0;
    border: 3px solid #b65c5d;
    border-radius: 5px;
    color: #222;
    font-size: 1.6rem;
    width: 100%;
    font-weight: bold;
}
.all-item_btn a:after ,.all-item_btn_col_1 a::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg) translate(0, -50%);
    border-bottom: 3px solid #b65c5d;
    border-right: 3px solid #b65c5d;
}

.all-item_btn_col_1 a{
    margin: auto;
}
.return_category {
    margin: 20px auto 60px;
    text-align: center;
}
.return_category a {
    display: block;
    color: #222;
    text-decoration: underline;
    font-size: 2rem;
    font-weight: bold;
}
.return_category a:hover{
    opacity: 0.7;
}
@media (min-width: 768px) {
    .all-item_btn {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    .all-item_btn a {
        width: calc((100% - 22px) / 2);
    }
    .all-item_btn_col_1 a{
        width: 42%;
    }
}
.anchor_list > li a:after{
    content: '';
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-bottom: 3px solid #b65c5d;
    border-right: 3px solid #b65c5d;
    transition: transform .5s;
}
.triangle::before {
    content: "";
    border-bottom: 5em solid transparent;
    border-right: 5em solid #e60013;
    position: absolute;
    transform: rotate(-90deg);
    border-radius: 5px;
    z-index: 100;
}
.triangle::after {
    content: "注目";
    display: block;
    top: 7px;
    transform: rotate(-45deg);
    color: #ffea05;
    left: 4px;
    font-size: 1.5rem;
    position: absolute;
    font-weight: bold;
    z-index: 101;
}
.triangle {
    position: relative;
}
.unofficial-person_about{
    margin-top: 2rem;
}
.unofficial-person_about p{
    font-size: 1.5rem;
}
.unofficial-person_about h3{
    font-size: 2rem;
    margin: 18px 0 15px;
    font-weight: bold;
    padding: 5px 0 2px;
    border-image: linear-gradient(to right, #b65c5d 70%, #fff 90%) 1;
    border-bottom: 3px solid #3c8ccc;
}
@media (max-width: 767px) {
    .all-item_btn , .all-item_btn_col_1{
        gap: 2rem;
        display: flex;
        flex-direction: column;
    }
    .block-product__list .recommend_sdgs .recommend:before{
        content: '';
        width: 47px;
        height: 47px;
        background: #dd2a2a;
        border-radius: 50%;
        position: absolute;
        left: 0;
        bottom: 10px;
        margin: auto;
    }
    .block-product__list .recommend_sdgs .recommend::after{
        content: '人気！';
        position: absolute;
        top: 81px;
        left: 3px;
        color: #ffed2a;
        font-weight: bold;
        font-size: 15px;
        bottom: 0;
    }
    .unofficial-person_about h3{
        font-size: 1.7rem;
    }
}

/* もっと見るボタン部分 */
.button_other {
    display: flex;
    color: #000;
    border: 3px solid #b65c5d;
    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:hover{
    color: #FFFFFF;
    opacity: 1;
    background-color: #b65c5d;
}
.button_on{
    color: #FFFFFF;
    background-color: #b65c5d;
}

.item_other{
    display: none;
}
.item_on{
    display: block;
}
.other{
    display: flex;
    justify-content: center;
    position: relative;
    margin: 20px auto 60px;
}
.other_on{
    margin: 20px auto 14px;
}
.category_item_list > ul>li:not(:nth-child(4n+1)) {
    margin-left: 0px;
}
.category_item_list ul>li:not(:nth-child(5n+1)) {
    margin-left: 0;
}
.category_item_list ul>li:not(:nth-child(2n+1)) {
    margin-left: 0;
}
.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, #b65c5d, #c9ebff) 1;
    border-bottom: 5px solid #b65c5d;
}
.battery_about p{
    font-size: 1.5rem;
}
.battery_about li{
    margin-top: 1.3rem;
}
@media screen and (min-width: 768px) {
    .category_item_list ul>li:nth-child(n+5) {
        margin-top: 30px;
    }
    .cate_item_mB{
        margin-bottom: 5rem;
    }
    .button_other{
        width: 42%;
    }
    .category_item_list > ul > .col_4{
        width: calc((100% - 90px) / 4);
    }
    .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 #b65c5d;
        border-right: solid 2px #b65c5d;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -5px;
        transform: rotate(135deg);
        position: absolute;
    }

    .button_other:after{
        content: '';
        width: 10px;
        height: 10px;
        border: 0;
        border-top: solid 3px #b65c5d;
        border-right: solid 3px #b65c5d;
        position: absolute;
        top: 43%;
        right: 32%;
        margin-top: -5px;
        transform: rotate(135deg);
        position: absolute;
    }
    .button_other:hover::after{
        border-top: solid 3px #ffffff;
        border-right: solid 3px #ffffff;
    }
    .button_other:after{
        color: #FFFFFF;
    }
    .button_other.button_on: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;
    }
}
@media screen and (max-width: 767px){
    .battery_about p {
        font-size: 1.3rem;
    }
    .search_cate .title , .category-tab_wrap .title , .unofficial-person_about .title{
        font-size: 2.2rem;
    }
    .col-2c{
        width: calc((100% - 30px) / 2);
        padding: 0;
    }
    
    .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;
    }
    .category-contents__item{
        font-weight: bold;
        width: 100%;
    }
}


/* 202601改修 */
/* ランキング */
.block-productlist__item-sp .desc-frame {
    padding: 8px;
    border: 1px solid #ffd78b;
    border-radius: 4px;
    background: #feffde;
    color: #555;
}

/* バレンタインの定番|チョコレート系ノベルティ */
.sp-title_text{
    font-size: 1.5rem !important;
    margin-bottom: 35px;
}

.all-item_btn2 ul{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.all-item_btn2 li{
    width: calc((100% - 10px) / 2);
    margin: auto;
}

.all-item_btn2 li a{
    position: relative;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #b65c5d;
    border-radius: 5px;
    padding: 20px 0;
    color: #222;
    transition: all 0.2s;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: bold;
}

.all-item_btn2 li a::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg) translate(0, -50%);
    border-bottom: 3px solid #b65c5d;
    border-right: 3px solid #b65c5d;
}

@media screen and (max-width: 767px){
    .title{
        font-size: 1.5rem;
    }
    .all-item_btn2 ul {
        flex-direction: column;
    }
    .all-item_btn2 li {
        width: auto;
        margin: 0;
    }
}


/* 冬季限定のチョコレートノベルティ */
.sp-title_h3{
    font-size: 2.2rem;
    padding-bottom: 5px;
    border-bottom: 3px solid #9d0000;
}

.section-navi .sp-title_h3_text{
    font-size: 1.5rem !important;
    margin-top: 20px;
}

.block-product__list > li .block-items__item__tag {
    border-radius: 0;
}

@media screen and (max-width: 767px){
    .sp-title_h3{
        font-size: 1.5rem;
    }
    .section-navi .sp-title_h3_text {
        font-size: 1.2rem;
    }
    .block-product__desc{
        display: none;
    }
    .block-items__item__link {
        margin-bottom: 20px;
    }
    .block-product__list > li {
        width: calc((100% - 15px) / 2);
    }
    .block-items__item__info {
        height: 165px;
    }
    .block-items__item__info {
        width: auto;
    }
}

/* Q&a */
.sp-title_h3_text {
    font-size: 1.5rem !important;
    margin-top: 20px;
}

.select_content_item .sp-title_h3_text{
    font-size: 1.5rem !important;
    margin-top: 20px;
}

.select_content_items{
    background-color: #ffeff4;
    font-size: 1.9rem;
    padding: 40px 30px;
    line-height: 6rem;
    margin: 20px 0;
    border-radius: 8px;
    font-weight: 550;
}

.select_content_items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.select_content_items li {
  display: flex;
  align-items: center; /* ← 縦中央揃え */
  gap: 12px;           /* ← アイコンと文字の間隔 */
  border-bottom: 2px dotted #d12839;
}

.select_content_items li img {
  width: 20px;         /* ← px指定で安定 */
  height: 20px;
  flex-shrink: 0;      /* ← テキストに押されない */
}

.select_content_items li span {
  line-height: 1.6;
}

.faq__item {
    background: #ffeff4;
    margin-bottom: 16px;
    padding: 24px;
    border-radius: 8px;
    margin-top: 30px;
}
.faq__question {
    position: relative;
    line-height: 1.4;
    font-size: 1.8rem;
}
.faq__question span {
    color: #d02535;
    margin-right: 8px;
    font-size: 2.4rem;
}
.faq__reply {
    position: relative;
    margin-top: 8px;
    line-height: 1.4;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
}
.faq__reply:before {
    content: 'A';
    display: flex;
    justify-content: center;
    align-items: center;
    background: #Fff;
    width: 32px;
    height: 32px;
    margin-right: 20px;
    border-radius: 100px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #d02535;
}
.faq__reply span {
    width: calc(100% - 52px);
}

@media screen and (max-width: 767px){
    .select_content_items {
        font-size: 1.4rem;
    }
}

