/* table of contents */
.block-toc__wrap{
    margin: 20px 0 60px;
    background: #feff97;
    padding: 25px;
}

.pc_on{
    display: inline;
}
.sp{
    display: none;
}
@media (max-width: 767px){
    .block-toc__wrap li{
        width: calc((100% - 20px) / 2);
    }
    .pc_on{
        display: none;
    }
    .sp{
        display: block;
    }
}

.desc-frame{
    padding: 8px;
    border: 1px solid #ffd78b;
    border-radius: 4px;
    background: #feffde;
    color: #555;
}

.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:15px;
}
.block-toc__list > li{
    width: calc((100% - 10px) / 2);
}
.block-toc__list > li a{
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border: 1px solid #ff99b3;
    background: #fff;
    border-radius: 5px;
    padding: 10px 5px;
    height: 100%;
    box-sizing: border-box;
    color: #222;
    transition: all 0.2s;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 767px){
    .block-toc__list{
        display: inline;
    }

    .block-toc__list > li{
        width: auto;
    }

    .block-toc__wrap li{
        width: auto;
    }



}

.block-toc__list > li a:after{
    content: '';
    transform: translateY(-25%) rotate(45deg);
    width: 6px;
    height: 6px;
    margin-left: 10px;
    border-bottom: 2px solid #ff9b1f;
    border-right: 2px solid #ff9b1f;
    transition: transform .5s;
}
.block-toc__list > li a:hover{
    background: #feffde;
}
@media (min-width: 768px){
    .block-toc__list{
        justify-content: center;
    }
    .block-toc__list > li{
        width: calc((100% - 30px) / 3);
    }
    .block-toc__list > li a{
        padding: 10px;
        border-width: 2px;
    }
}

/* tab */
.tab-menu {
    margin-bottom: 70px;
}
.tabs{
    display: flex;
    gap:5px;
}
.tabs button{
    width: calc(100% / 2);
    background: #a9a9a9;
    text-align: center;
    line-height: 1.2;
    min-height: 50px;
    padding: 8px;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 8px 8px 0 0;
    color: #ffffff;
    transition: all 0.2s;
}
.tabs button.active{
    background: #ff8754;
    color: #ffffff;
}
.tab-body{
    display: none;;
}
.tab-body.active{
    display: block;
    background: #ffe9ca;
    padding: 10px;
}
.tab-body .ranking-list_inr ul {
    padding: 10px;
    border-radius: 5px;
}
.ranking-comment{
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.4rem;
}
@media (min-width: 768px){
    .tabs button{
        font-size: 1.7rem;
    }
    .tab-body.active{
        padding: 20px;
    }
}
/*見出し*/
.title_midashi {
    font-size: 24px;
    text-align: center;
    position: relative;
    padding: 15px 15px;
    outline: 2px solid #333;
    color: #000;
    margin-top: 35px;
    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, #ff8754 0 3px, transparent 3px 6px);
}
.title_midashi_02 {
    margin-bottom: 15px;
    padding: 10px;
    border-left: 7px solid #ff8754;
    font-size: 2rem;
}
/*活用シーン*/
.content_scene{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.category_scene img{
    width: 100%;
    border-radius: 10px;
}
.scene_card{
    width: calc((100% - 20px) / 2);
}
.midashi_scene{
    color: #eb610c;
    font-weight: bold;
    font-size: 1.7rem;
    text-align: center;
}
.scene_card a:hover{
    opacity: 0.6;
}
.flexbox_text {
    color: #000;
    margin-top: 0.5rem;
}
@media (min-width: 768px){
    .scene_card{
        width: calc((100% - 80px) / 5);
    }
}
/* サイズ別 */
.size_cate{
    display: flex;
    gap: 10px;
}
.size_name{
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    color: #000;
}
.size_item{
    border: 2px solid #ccc;
    padding: 10px;
    border-radius: 15px;
}
.size_item a:hover{
    opacity: 0.6;
}
@media (max-width: 767px){
    .size_list{
     overflow-x: scroll;
    }
    .size_cate{
        width: max-content;
    }
    .size_item{
        width: 130px;
    }
    .size_name {
        font-size: 13px;
    }
}
/*商品部分*/
.item_box{
    margin-bottom: 5rem;
}
.item_box h4 {
    font-size: 2rem;
    padding: 10px;
    color: #fff;
    text-align: center;
    margin-bottom: 1rem;
    background: #ff8754;
}
.item_box span{
    font-size: 1.5rem;
}
.towel_title{
    margin-bottom: 3.7rem;
}
.towel_title span{
    font-size: 1.5rem;
}
.towel_title img{
    margin-bottom: 2rem;
}
.item_wrap {
    margin-bottom: 45px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.item_inner {
    display: flex;
    flex-direction: column;
    width: calc((100% - 40px) / 3);
    gap: 20px;
}
.product_text{
    color: #000;
    font-size: 1.4rem;
}
.item_left {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-grow: 1;
}
.item_left a:hover{
    opacity: 0.7;
}
.item_left a {
    text-decoration: none;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}
.item_left img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.product_name{
    font-size: 1.7rem;
    color: #000;
    font-weight: bold;
}
.product-list__price {
    justify-content: center;
    align-items: baseline;
    flex-grow: 1;
    gap: 15px;
    margin-top: 5px;
}
.product-list__unitprice {
    font-size: 1.6rem;
}

.item_left .product-link {
    position: relative;
    color: #fff;
    background: #cf0404;
    border-radius: 50px;
    padding: 10px;
    text-align: center;
    line-height: 1;
    font-size: 1.6rem;
}
.item_left .product-link:after {
    content: "";
    position: absolute;
    top: 46%;
    right: 15px;
    width: 7px;
    height: 7px;
    transform: rotate(-45deg) translate(0, -50%);
    border-bottom: 2px solid;
    border-right: 2px solid;
    border-color: #fff;
}
.product_image{
    text-align: center;
    margin-bottom: 0.7rem;
}
.button__more{
    margin: 0 auto 1.2rem;
}

/* 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;
    }
    .section-navi{
        margin-top: -100px;
        padding-top: 100px;
        padding-bottom: 30px;
    }
}
@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;
}



/* もっと見るボタン部分 */
.button_other {
    display: flex;
    color: #000;
    border: 3px solid #ff8754;
    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: #ff8754;
}
.button_on{
    color: #FFFFFF;
    background-color: #ff8754;
}

.item_other{
    display: none;
}
.item_on{
    display: block;
}
.other{
    display: flex;
    justify-content: center;
    position: relative;
    margin: 20px auto 50px;
}
/* .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;
}
/* .category_item_list > ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 1.5rem;
} */
.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, #ff8754, #c9ebff) 1;
    border-bottom: 5px solid #ff8754;
}
.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{
        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);
    }
    .button_other:after{
        content: '';
        width: 10px;
        height: 10px;
        border: 0;
        border-top: solid 3px #ff8754;
        border-right: solid 3px #ff8754;
        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-list__price {
        margin-bottom: 0;
    }
}
/*記念品タオルについて*/

.towel_item li{
    width: calc((100% - 30px) / 3);
    position: relative;
}
.towel_item{
    margin-bottom: 3rem;
}
.btn_towel , .btn_other{
    display: flex;
    /* flex-wrap: wrap; */
    gap: 1rem;
    margin: 2rem 0 5rem;
    justify-content: center;
    text-align: center;
}
.btn {
    display: inline-block;
    padding: 10px 5px;
    background-color: #ff8754;
    box-shadow: 0 5px 0 #ce5a28;
    border-radius: 60px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    width: calc((100% - 30px) / 3);
    font-size: 19px;
    position: relative;
    font-weight: bold;
    text-align: center;
}

.btn_text {
    color: #fff177;
}
.btn:hover {
    box-shadow: none;
    transform: translateY(5px);
  }
  .btn:active {
    box-shadow: none;
    transform: translateY(5px);
  }
  .btn_towel .btn:after {
    content: '';
    transform: translateY(0) rotate(45deg);
    width: 7px;
    height: 7px;
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    position: absolute;
    right: 25px;
    top: 20px;
    transition: transform .5s;
}
.btn_other .btn:after {
    content: '';
    transform: translateY(0) rotate(-45deg);
    width: 7px;
    height: 7px;
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    position: absolute;
    right: 25px;
    top: 20px;
    transition: transform .5s;
}
.category_item_list a {
    text-decoration: none;
    color: #ffffff;
}
.category_item_list ul {
    gap: 15px;
}
.category_item_list {
    margin-top: -100px;
    padding-top: 100px;
    padding-bottom: 30px;
}
.kinen_title{
    font-size: 1.8rem;
    border-bottom: dashed 2px #acacac;
    margin-bottom: 1rem;
}
.kinen_cate{
    margin: 2rem 0 5rem;
}
.scloll_img img{
    max-width: 100%;
    min-width: 750px;
}
.flex_banner-list img{
    width: auto;
}

@media (min-width: 768px) {
    .towel_item{
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }
    .flex_banner-list{
        flex-direction: row;
    }
    .flex_banner-list div{    
        width: calc((100% - 30px) / 3);
    }
    #kinen{
        margin-top: -100px;
        padding-top: 100px;
    }
    .btn_other .btn {
        width: 39%;
    }
}
@media (max-width: 767px) {
    .scloll_img{
        overflow-x: scroll;
    }
    .btn {
        width: 100%;
        font-size: 16px;
    }
    .towel_item{
        gap: 10px;
        display: flex;
        flex-direction: column;
    }
    .towel_item li{
        width: 100%;
    }
    .btn_towel {
        gap: 2rem;
    }
    .btn_towel , .btn_other{
        flex-wrap: wrap;
    }
    .title_midashi {
        font-size: 21px;
    }
    .flex_banner-list{    
    flex-wrap: wrap;
    }
    .btn_other .btn {
        width: 100%;
    }
    /* #kinen{
        margin-top: -30px;
        padding-top: 30px;
    } */
}

/* おすすめコンテンツ */
.recommend-ttl {
    font-size: 2rem;
    background: #287fd9;
    display: block;
    color: #fff;
    line-height: 1.2;
    padding: 11px 25px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-weight: bold;
}

@media (min-width: 768px) {
    .recommend-ttl {
        display: inline-block;
        border-radius: 10px 10px 0 0;
    }
}

.flexbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: #e0efff;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 0 0 10px 10px;
}

.flexbox-left img {
    vertical-align: bottom;
}

@media (min-width: 768px) {
    .flexbox {
        flex-direction: row;
        border-radius: 0 10px 10px 10px;
    }
}

.flexbox-left {
    width: 250px;
}

.flexbox-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (min-width: 768px) {
    .flexbox-right {
        width: calc(100% - 270px);
    }
}

.flexbox-right .subttl {
    font-size: 2rem;
    font-weight: bold;
}

.flexbox-right h3 {
    font-size: 2.8rem;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .flexbox-right h3 {
        font-size: 3.8rem;
    }
}

.flexbox-right .comment {
    font-size: 1.6rem;
}

.link-btn_column {
    display: flex;
    gap: 10px;
    width: 100%;
    margin-top: auto;
}

.flexbox-right .link-btn {
    flex: 1;
    min-width: 0;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 7px;
    font-size: 1.7rem;
    background: #287fd9;
    color: #fff;
    position: relative;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .flexbox-right .link-btn {
        padding: 7px;
        font-size: 1.7rem;
    }
}

.flexbox-right .link-btn.or {
    background-color: #ff9800 !important;
    color: #fff !important;
}

.link-btn:hover {
    opacity: 0.7;
}

.osusume_sct {
    position: relative;
    margin-bottom: 30px;
}

.pb-badge {
    position: absolute;
    top: -20px;
    left: -6px;
    z-index: 10;
    width: 85px;
    height: 85px;
    background: linear-gradient(135deg, #ffd700, #ffb800);
    color: #fff;
    border-radius: 50% / 40% 60% 60% 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.1;
    font-size: 15px;
    font-weight: 700;
    border: 3px solid #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transform: rotate(-10deg);
    transition: transform 0.3s ease;
}

.pb-badge:hover {
    transform: rotate(0deg) scale(1.05);
}

.product-spec {
    margin-bottom: 10px;
}

.product-spec p {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0;
    line-height: 1.5;
}

.product-spec p span {
    color: #d00;
}

@media (min-width: 768px) {
    .product-spec p {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 480px) {
    .link-btn_column {
        flex-direction: column;
    }
    .flexbox-right .link-btn {
        width: 100%;
        font-size: 1.5rem;
    }
}

.heading-16 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: sans-serif;
}

.heading-16::before, .heading-16::after {
    width: 3px;
    height: 40px;
    background-color: #ff9900;
    content: '';
}

.heading-16::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.heading-16::after {
    transform: rotate(35deg);
    margin-left: 30px;
}

@media (max-width: 767px) {
    .heading-16 {
        font-size: 16px;
    }
    .heading-16::before, .heading-16::after {
        width: 3px;
        height: 25px;
        background-color: #ff9900;
        content: '';
    }
    .heading-16::before {
        transform: rotate(-35deg);
        margin-right: 15px;
    }
    .heading-16::after {
        transform: rotate(35deg);
        margin-left: 15px;
    }
}

/* メイン訴求ゾーン */
.product-container {
    max-width: 1000px;
    background: #b2e9ff;
    padding: 10px 20px;
}

.category-header_title {
    font-size: clamp(2rem, 2vw, 2.8rem) !important;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
}

.sub_taitle {
    font-size: clamp(1.4rem, 2vw, 1.7rem) !important;
    color: #f4511e;
    font-weight: bold;
    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;
}

.main-visual-sence-wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* ★左右の高さを揃える */
}

.content-left-sence {
    flex: 2;
    display: flex;
    flex-direction: column;
    margin: 10px 0 0;
}

/* 説明文エリアのスタイル */
.description-box-sence {
    background-color: #fff;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.6;
    align-items: center;
    margin-bottom: 10px;
}

.card-group-sence {
    display: flex;
    gap: 12px;
}

/* カード1枚ずつのスタイル */
.info-card-sence {
    flex: 1;
    border: 2px solid #e1f0ff; /* 薄い青の枠線 */
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

/* カードのヘッダー部分（薄い青背景） */
.card-header-sence {
    background-color: #eef7ff;
    color: #1f6fe5;
    font-weight: bold;
    padding: 7px 0;
    font-size: 16px;
    text-align: center;
}

.card-content-sence {
    padding: 5px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* アイコン設置スペース */
.card-icon {
    margin-bottom: 10px;
}
.card-icon img {
    width: 50px; /* アイコンのサイズ調整 */
    height: auto;
}

.unit-sence {
    font-size: 12px;
    color: #333;
}

.price-sence {
    color: #f4511e;
    font-weight: bold;
    font-size: 20px;
}

.pick_text {
    font-size: 22px !important;
}

.note-sence {
    font-size: 9px;
    line-height: 1.3;
}

/* 右側画像エリアの調整 */
.item-visual-sence {
    flex: 1.3;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-visual-sence img {
    width: 100%;
    height: auto; /* アスペクト比を維持 */
    object-fit: contain;
}

/* スマホ対応 */
@media (max-width: 768px) {
    .main-visual-sence-wrap {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-direction: column-reverse;
    }
    .card-group-sence {
        flex-direction: column;
        gap: 0;
    }
}

.link-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 15px;
}
@media (max-width: 768px) {
.link-grid {
    grid-template-columns: repeat(1, 1fr);
}
}

.sence-anchor-link {
    background-color: #1f6fe5;
    color: white;
    text-decoration: none;
    padding: 15px 5px;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    gap: 10px;
    line-height: 1;
    /* padding: 15px; */
}

.ic-gazou {
    width: 25px;         
    height: auto;
    flex-shrink: 0;          
}

.sence-anchor-link::after {
    content: '▼';
    font-size: 9px;
}

.sence-anchor-link:hover {
    opacity: 0.7;
}

/* バッジ */
.sence-badge {
    position: absolute;
    top: 45px;
    right: 7px;
    width: 110px;
    height: 110px;
    background-color: #ffffff;
    border: 2px solid #e1f0ff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.sence-badge-inner {
    width: 100px;
    height: 100px;
    border: 1px dashed #0264bf;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sence-badge-inner span {
    font-size: 13px;
    font-weight: bold;
    color: #0264bf;
    line-height: 1.4;
    margin-top: 5px;
}

.icon-pencil {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 6px;
    background: #0264bf;
    transform: rotate(-45deg);
    margin-bottom: 5px;
}
.icon-pencil::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 0;
    border-right: 8px solid #0264bf;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
.icon-pencil::after {
    content: '';
    position: absolute;
    right: -2px;
    top: 0;
    width: 2px;
    height: 6px;
    background: #0264bf;
}

@media (max-width: 768px) {
    .product-container {
        padding: 15px;
    }
    .main-visual-sence-wrap {
        flex-direction: column;
        align-items: center;
        /* padding-top: 20px; バッジが浮く分の調整 */
        gap: 0;
    }

    /* 画像をタイトルのすぐ下に配置 */
    .item-visual-sence {
        order: -1; 
        width: 80%; /* バッジを置くスペースを空けるため少し縮める */
        margin-right: 20%; /* バッジ用の右余白 */
        position: relative;
        margin: 10px 0;
    }

    .sence-badge {
        width: 90px;
        height: 90px;
        top: 250px;
        right: 15px;
        position: absolute;
    }

    .sence-badge-inner {
        width: 80px;
        height: 80px;
    }

    .icon-pencil {
        position: relative;
        display: inline-block;
        width: 13px;
        height: 6px;
        background: #0264bf;
        transform: rotate(-45deg);
        margin-bottom: 5px;
    }
   
    .sence-badge-inner span {
        font-size: 10px;
        font-weight: bold;
        color: #0264bf;
        line-height: 1.4;
        margin-top: 5px;
    }

    .content-left-sence {
        width: 100%;
    }
}


/* メイン訴求ゾーン ここまで*/


/* ナビゲーション */
/* 全体コンテナ（背景色や余白の設定） */
.towel-nav-container {
    background-color: #f7f5ee;
    padding: 24px;
    border-radius: 8px;
    /* font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.towel-nav-container *, 
.towel-nav-container *::before, 
.towel-nav-container *::after {
  box-sizing: border-box;
}

/* 各セクション */
.towel-nav-section {
  margin-bottom: 20px;
}
.towel-nav-section:last-of-type {
  margin-bottom: 0;
}

/* 見出しのデザイン */
.towel-nav-title {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px 0;
}

/* 見出しのカラーバリエーション */
.towel-nav-title-blue { color: #005bac; }
.towel-nav-title-green { color: #1e7a54; }
.towel-nav-title-orange { color: #d96a1d; } /* 関連カテゴリ用のアクセントカラー例 */

/* グリッドレイアウト（基本は横4並び、画面が狭いときは自動調整） */
.towel-nav-grid {
  display: grid;
  gap: 12px;
}

.towel-nav-grid-4col {
  grid-template-columns: repeat(4, 1fr);
}

.towel-nav-grid-3col {
    grid-template-columns: repeat(4, 1fr);
}

/* 白いカードのデザイン */
.towel-nav-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 16px 8px;
  text-decoration: none;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.2s ease, transform 0.2s ease;
  min-height: 84px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}

/* ホバー時の簡易エフェクト */
.towel-nav-card:hover {
  background-color: #fafafa;
  transform: translateY(-1px);
}

/* カード内アイコンのプレースホルダー設定 */
.towel-nav-card i {
  font-size: 22px;
  margin-bottom: 8px;
  display: inline-block;
  /* アイコンフォントや画像がない場合のダミー枠（実装時に不要なら消してください） */
  width: 24px;
  height: 24px;
  border: 1px dashed #ccc; 
}

/* アイコンの色指定 */
.text-blue { color: #005bac; border-color: #005bac !important; }
.text-green { color: #1e7a54; border-color: #1e7a54 !important; }
.text-orange { color: #d96a1d; border-color: #d96a1d !important; }

/* パート間の区切り線 */
.towel-nav-divider {
  border: none;
  border-top: 1px solid #e2dfd5;
  margin: 20px 0;
}

/* レスポンシブ対応（タブレット・スマホサイズでの見栄え調整） */
@media (max-width: 768px) {
  .towel-nav-grid-4col {
    grid-template-columns: repeat(2, 1fr);
  }
  .towel-nav-grid-3col {
    grid-template-columns: repeat(1, 1fr);
  }
  .towel-nav-card {
    font-size: 13px;
    min-height: 76px;
  }
}

/* タブボタンを非アクティブ時は少し薄く、カーソルをポインターにする設定 */
.towel-size-tab-section .size_item {
  cursor: pointer;
  transition: opacity 0.2s ease, border-color 0.2s ease;
  opacity: 0.6; /* 通常時は少し透過 */
}

/* アクティブ（選択中）のタブスタイル */
.towel-size-tab-section .size_item.active {
    opacity: 1;
    font-weight: bold;
    border: 2px solid #005bac;
}

/* コンテンツの表示・非表示の制御 */
.towel-size-tab-section .tab-content {
  display: none; /* 基本は非表示 */
}

.towel-size-tab-section .tab-content.active {
  display: block; /* activeクラスがついたものだけ表示 */
  animation: fadeIn 0.3s ease-in-out; /* じわっと出す演出（任意） */
}

/* フェードインアニメーション */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* 全体コンテナ */
.towel-scene-tab-section {
  margin: 40px auto;
  max-width: 1200px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* タブボタンの並び（はみ出た場合はスマホで横スクロール可能に） */
.towel-scene-tab-container {
  border-bottom: 4px solid #f29600; /* 画像の下部オレンジ太ライン */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* スクロールバーを非表示にする（デザイン維持のため） */
.towel-scene-tab-container::-webkit-scrollbar {
  display: none;
}

.towel-scene-tab-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px; /* タブ同士の隙間 */
}

/* タブボタン単体のデザイン（未選択時：薄いベージュ） */
.towel-scene-tab-item {
    padding: 14px 28px;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    cursor: pointer;
    transition: all 0.2s ease;
    background-color: #fff5e6;
    border-radius: 8px 8px 0 0;
    text-align: center;
    flex-grow: 1;
}

/* ホバー時 */
.towel-scene-tab-item:hover {
  opacity: 0.8;
}

/* 選択されているタブのスタイル（選択時：鮮やかなオレンジ・文字白） */
.towel-scene-tab-item.active {
  color: #ffffff;
  background-color: #f29600; /* 画像の濃いオレンジ */
}

/* コンテンツエリア（枠線などをリセットし、すっきりした配置に） */
.towel-scene-content-wrapper {
    background: #ffffff;
    padding: 25px 0;
}

/* 表示・非表示の制御 */
.towel-scene-content {
  display: none;
}
.towel-scene-content.active {
  display: block;
  animation: sceneFadeIn 0.3s ease;
}

/* 各種テキスト装飾 */
.towel-scene-lead {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin: 0 0 16px 0;
}
.towel-scene-text {
  font-size: 14px;
  line-height: 1.8;
  color: #444444;
  margin: 0 0 24px 0;
}

/* リンクボタンの並び */
.towel-scene-links {
    display: flex;
    gap: 12px;
    margin: 30px 0 30px;
    justify-content: center;
}

.towel-scene-btn {
    display: inline-block;
    background-color: #ffffff;
    color: #222;
    border: 2px solid #005bac;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 100px;
    transition: all 0.2s ease;
    width: 50%;
    text-align: center;
}
.towel-scene-btn:hover {
  background-color: #005bac;
  color: #ffffff;
}

/* アニメーション */
@keyframes sceneFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* レスポンシブ（スマホ対応） */
@media (max-width: 768px) {
  .towel-scene-tab-item {
    padding: 12px 16px;
    font-size: 14px;
  }
  .towel-scene-content-wrapper {
    padding: 20px 12px;
  }
  .towel-scene-lead {
    font-size: 18px;
  }
}

/* ==========================================================================
   大見出し (各コンテンツのセクションタイトル) 
   ========================================================================== */
.towel-section-title {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    background-color: #005bac;
    padding: 12px 18px;
    border-radius: 4px;
    /* margin-top: 50px; */
    margin-bottom: 24px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* 以前設定していた左側の縦棒（::before）は不要になるので削除・リセットします */
.towel-section-title::before {
  display: none;
}

/* ランキング部分など、王冠マークやテキスト要素が入った場合の表示微調整 */
.towel-section-title span.icon-crown {
  margin: 0 4px;
  color: #f29600; /* ゴールドオレンジ */
}


/* ==========================================================================
   中見出し・小見出し (用途別タブ内の見出しなど)
   ========================================================================== */
.towel-scene-inner-title {
  font-size: 18px;
  font-weight: bold;
  color: #005bac; /* テキストカラーを企業イメージの青へ */
  margin: 0 0 16px 0;
  padding-bottom: 8px;
  border-bottom: 1px dashed #cccccc; /* 下部にさりげない区切り点線 */
}


/* ==========================================================================
   その他：用途・目的から探す（h4）用の補完スタイル
   ========================================================================== */
.towel-section-subtitle {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin: 40px 0 20px 0;
  text-align: left;
}

/* 画面サイズに合わせたレスポンシブ調整 */
@media (max-width: 768px) {
.towel-section-title {
    font-size: 17px;
    padding: 10px 14px;
    margin-top: 35px;
    margin-bottom: 18px;
  }
  .towel-section-title::before {
    width: 4px;
  }
  .towel-scene-inner-title {
    font-size: 16px;
  }
  .towel-section-subtitle {
    font-size: 17px;
    margin: 30px 0 15px 0;
  }
}

/* ==========================================================================
   コラムセクション（タオルノベルティについてのコラムを読む）専用スタイル
   ========================================================================== */

/* リスト全体の配置（基本は3列に並べる） */
.towel-column-list {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 各コラムカード（枠線の設定やカード調のデザイン） */
.towel-column-item {
  flex: 1;
  background-color: #ffffff;
  border: 1px solid #e2dfd5;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

/* カード全体がリンクとして反応する設定 */
.towel-column-item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: #333333;
}

/* ホバー時に少し浮き上がるエフェクト */
.towel-column-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

/* アイキャッチ画像エリア */
.towel-column-thumb {
  width: 100%;
  background-color: #e0e0e0; /* 画像がない場合の仮のグレー背景 */
  overflow: hidden;
}

.towel-column-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 枠に合わせて綺麗にトリミング */
  display: block;
}

/* テキストエリアの余白設定 */
.towel-column-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* コラムタイトル */
.towel-column-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #333333;
  /* 2行以上の長いタイトルでも崩れないように3行でスッキリ切る処理（任意） */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* ホバーしたときにタイトルだけ青色（販促花子カラー）にする */
.towel-column-item:hover .towel-column-title {
  color: #005bac;
}

/* 本文の抜粋 */
.towel-column-excerpt {
  font-size: 13px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* 日付エリア（一番下に固定する配置） */
.towel-column-date {
  font-size: 12px;
  color: #999999;
  margin-top: auto; /* 自動で最下部にプッシュされる */
  display: flex;
  align-items: center;
  gap: 4px;
}


/* ==========================================================================
   スマートフォン対応（画面幅768px以下は1列にする）
   ========================================================================== */
@media (max-width: 768px) {
  .towel-column-list {
    flex-direction: column; /* 縦並びに */
    gap: 16px;
  }
  .towel-column-body {
    padding: 12px;
  }
  .towel-column-title {
    font-size: 14px;
  }
  .towel-column-excerpt {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

/* ==========================================================================
   【全体】タオルノベルティの選び方ガイド 共通設定
   ========================================================================== */
.guide-content-section {
    margin-bottom: 50px;
}

/* 各項目の見出し（①サイズで選ぶ、など） */
.towel-section-subtitle,.title--subtext {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    border-bottom: 2px solid #005bac;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

/* ==========================================================================
   上部 4つのナビゲーションボタン（インデックス）
   ========================================================================== */
.guide-tab-wrapper {
    background-color: #f7f5ee;
    padding: 30px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* ボタンを横に並べるグリッド（スマホ時は横スクロール） */
.guide-grid {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}

/* 横スクロール対応設定 */
.guide-grid.js-scrollable {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
}
/* スクロールバーを非表示にする */
.guide-grid.js-scrollable::-webkit-scrollbar {
    display: none;
}

/* ボタン単体のデザイン */
.guide-card {
    flex: 1;
    min-width: 160px; /* スマホでボタンが潰れないための最小幅 */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding: 16px 10px;
    text-decoration: none;
    color: #333333;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.guide-card:hover {
    background-color: #f29600; /* ホバー時は販促花子オレンジに */
    border-color: #f29600;
    color: #ffffff;
}

/* 丸数字（①、②など） */
.guide-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 1.5px solid #333333;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    transition: border-color 0.2s ease;
}

.guide-card:hover .guide-circle {
    border-color: #ffffff;
}

/* ラベルテキスト */
.guide-label {
    font-size: 16px;
    font-weight: bold;
}

/* 注釈テキスト */
.guide-scroll-hint {
    font-size: 13px;
    color: #666666;
    margin: 0;
}


/* ==========================================================================
   ① サイズで選ぶ（テーブル ＆ 下部ボタン）
   ========================================================================== */
.towel-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.towel-spec-table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
    font-size: 15px;
}

.towel-spec-table th {
    background-color: #004494; /* 濃い青 */
    color: #ffffff;
    font-weight: bold;
    padding: 12px;
    text-align: left;
    border: 1px solid #dcdcdc;
}

.towel-spec-table td {
    padding: 12px;
    border: 1px solid #dcdcdc;
    background-color: #ffffff;
}

.towel-spec-table td a {
    color: #004494;
    text-decoration: underline;
    font-weight: bold;
}
.towel-spec-table td a:hover {
    text-decoration: none;
}

/* 下部アクションボタンエリア */
.guide-action-area {
    text-align: center;
    margin-top: 20px;
}

/* 「サイズから選ぶ」等の大ボタン（くすんだ青） */
.btn-blue-search {
    display: inline-block;
    background-color: #7a92be;
    color: #ffffff;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.btn-blue-search:hover {
    background-color: #5c74a1;
    color: #ffffff;
}


/* ==========================================================================
   ② 素材で選ぶ（パイル・シャーリングなどのカードブロック）
   ========================================================================== */
.material-item-block {
    background-color: #ffffff;
    border: 1px solid #e2dfd5;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 30px;
}
.material-item-block:last-of-type {
    margin-bottom: 0;
}

/* 素材名（H4）の装飾 */
.material-item-title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 16px 0;
    padding-bottom: 6px;
    border-bottom: 2px solid #004494;
    margin-top: 30px;
}

/* 画像とテキストの横並び設定 */
.material-item-flex {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

/* 左側：画像 */
.material-item-image {
    flex: 0 0 40%;
    max-width: 360px;
}
.material-item-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
}

/* 右側：本文とボタン */
.material-item-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.material-item-text {
    font-size: 14px;
    line-height: 1.8;
    color: #444444;
    margin: 0 0 20px 0;
}

/* 2つの並列ボタンのコン呈エリア */
.material-item-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* 青いくすんだボタン */
.btn-blue-outline {
    flex: 1;
    min-width: 180px;
    display: inline-block;
    background-color: #7a92be;
    color: #ffffff;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-radius: 6px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.btn-blue-outline:hover {
    background-color: #5c74a1;
    color: #ffffff;
}


/* ==========================================================================
   ③ 厚さ（匁） ＆ ④ デザインの再現性 で選ぶ（画像コンテナ）
   ========================================================================== */
.monme-image-container, .design-image-container {
    /* width: 100%; */
    max-width: 655px;
    margin-left: auto;
    margin-right: auto;
    /* background-color: #ffffff; */
    padding: 10px;
    /* border: 1px solid #e2dfd5; */
    /* border-radius: 6px; */
    /* box-sizing: border-box; */
}

.monme-image-container img,
.design-image-container img {
    width: 100%;
    height: auto;
    display: block;
}


/* ==========================================================================
   スマートフォン対応（画面幅768px以下）
   ========================================================================== */
@media (max-width: 768px) {
    /* ナビゲーション */
    .guide-tab-wrapper {
        padding: 20px 12px;
    }
    .guide-card {
        min-width: 140px;
        padding: 12px 8px;
    }
    .guide-label {
        font-size: 14px;
    }
    .guide-circle {
        width: 22px;
        height: 22px;
        font-size: 12px;
    }

    /* 各セクション */
    .guide-content-section {
        padding-top: 30px;
        margin-bottom: 35px;
    }
    .towel-section-subtitle {
        font-size: 18px;
    }

    /* ① サイズボタン */
    .btn-blue-search {
        font-size: 14px;
        padding: 12px 30px;
        width: 100%;
        box-sizing: border-box;
    }

    /* ② 素材選択（縦並びに変更） */
    .material-item-flex {
        flex-direction: column;
        gap: 16px;
    }
    .material-item-image {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .material-item-block {
        padding: 16px;
    }
    .btn-blue-outline {
        font-size: 13px;
        padding: 10px 8px;
    }

    /* ③・④ 画像コンテナ */
    .monme-image-container,
    .design-image-container {
        padding: 6px;
    }
}

/* ==========================================================================
   関連カテゴリーから探す（説明文付き対応）専用スタイル
   ========================================================================== */
.towel-category-desc-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* PC時は綺麗な2列並び */
    gap: 16px;
    margin-bottom: 40px;
}

/* カード型デザイン */
.towel-category-desc-card {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #dcdcdc; /* 画像のような薄いグレーの線 */
    border-radius: 6px;
    padding: 16px;
    text-decoration: none;
    color: #333333;
    position: relative;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

/* ホバー時の挙動：枠線を少し濃くし、少しだけ右にずらす（クリック感を出す） */
.towel-category-desc-card:hover {
    border-color: #005bac; /* ホバー時はブランドカラーに */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

/* 左側：画像ボックス */
.towel-category-desc-card .card-img-box {
    flex: 0 0 60px; /* 画像エリアの横幅を固定 */
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.towel-category-desc-card .card-img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* 中央：テキストボックス */
.towel-category-desc-card .card-txt-box {
    flex: 1;
    padding-right: 24px; /* 右側の矢印と被らないための余白 */
}

/* カテゴリー名 */
.towel-category-desc-card .card-name {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 4px;
    transition: color 0.2s ease;
}
.towel-category-desc-card:hover .card-name {
    color: #005bac; /* ホバー時に名前を青く変更 */
}

/* 新設：説明文 */
.towel-category-desc-card .card-explanation {
    font-size: 13px;
    line-height: 1.5;
    color: #666666;
    margin: 0;
    white-space: normal; /* 折り返しを有効にする */
}

/* 右側：矢印アイコン（CSSで画像のように再現） */
.towel-category-desc-card .card-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-top: 2px solid #b3b3b3;
    border-right: 2px solid #b3b3b3;
    transform: translateY(-50%) rotate(45deg); /* 斜めにして矢印に */
    transition: border-color 0.2s ease;
}
.towel-category-desc-card:hover .card-arrow {
    border-color: #005bac; /* ホバー時は矢印も青に */
}

/* ==========================================================================
   スマートフォン対応（画面幅768px以下）
   ========================================================================== */
@media (max-width: 768px) {
    .towel-category-desc-grid {
        grid-template-columns: repeat(1, 1fr); /* スマホ時は1列に */
        gap: 12px;
    }
    .towel-category-desc-card {
        padding: 12px;
    }
    .towel-category-desc-card .card-img-box {
        flex: 0 0 50px;
        height: 50px;
        margin-right: 12px;
    }
    .towel-category-desc-card .card-name {
        font-size: 14px;
    }
    .towel-category-desc-card .card-explanation {
        font-size: 12px;
    }
}

/* ==========================================================================
   メニューへ戻るボタン（セクション区切り）専用スタイル
   ========================================================================== */
.towel-back-to-menu-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9; /* 線の代わりにうっすらとしたグレー背景で区切りを認識させる */
    padding: 24px 0;           /* 上下に心地よい余白を持たせて境界線代わりにする */
    margin: 40px 0;            /* 前後のコンテンツとのしっかりとした間隔 */
    border-radius: 6px;        /* 空間をマイルドに見せる角丸 */
}

/* ボタン単体のスタイリング */
.btn-back-to-menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #005bac;            /* 販促花子のブランドカラー（青） */
    border: 2px solid #005bac;  /* 綺麗な青い細枠 */
    border-radius: 25px;       /* 完全なカプセル型の角丸 */
    padding: 10px 32px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03); /* ほんのりと影をつけて立体感をもたせる */
}

/* 矢印（↑）の微調整 */
.btn-back-to-menu .arrow-up {
    margin-right: 6px;
    font-size: 16px;
    font-weight: 900;
}

/* ホバー時の挙動：色が反転してしっかりとしたクリック感を出します */
.btn-back-to-menu:hover {
    background-color: #005bac;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 91, 172, 0.15);
    transform: translateY(-1px); /* さりげなく上にホバー移動 */
}

/* スマートフォン対応 */
@media (max-width: 768px) {
    .towel-back-to-menu-wrap {
        padding: 18px 0;
        margin: 30px 0;
    }
    .btn-back-to-menu {
        padding: 8px 24px;
        font-size: 13px;
    }
}

@media screen and (min-width: 600px) {
    [class*=button]:hover {
        opacity: 1 !important;
        cursor: pointer;
        transition: all 0.2s ease;
    }
}

@media (min-width: 1024px) {
    .block-productlist {
        padding-bottom: 50px !important;
    }
}

.icon_gazou{
    width: 24px;
    height: 24px;
    margin-bottom: 10px;
}

.osusume_sct {
  position: relative;
  overflow: visible;
}

.osusume_sct::before {
    content: "おすすめ！";
    position: absolute;
    top: 6px;
    left: 3px;
    background-color: #d35400;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 14px;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    z-index: 5;
    transform: rotate(-6deg);
}

@media (max-width: 768px) {
  .osusume_sct::before {
    top: -8px;
    left: 10px;
    font-size: 11px;
    padding: 3px 10px;
  }
}

@media (max-width: 768px) {
.towel-scene-links {
    display: flex;
    gap: 12px;
    margin: 30px 0 30px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.towel-scene-btn {
    display: inline-block;
    background-color: #ffffff;
    color: #222;
    border: 2px solid #005bac;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 100px;
    transition: all 0.2s ease;
    width: 81%;
    text-align: center;
}
}

.detail-image-container {
    /* width: 100%; */
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    /* background-color: #ffffff; */
    padding: 10px;
    /* border: 1px solid #e2dfd5; */
    /* border-radius: 6px; */
    /* box-sizing: border-box; */
}

