.section-navi{
    margin-top: -100px;
    padding-top: 110px;
    margin-bottom: 40px;
}

.uchiwa_point{
    font-size: 20px;
    margin-bottom: 0.7rem;
}
/* .uchiwa_point span{
    background: linear-gradient(transparent 70%, #ffee93 70%);
} */
.scene_item ul{
    display: flex;
    gap: 15px;
    /* flex-direction: column; */
}
.scene_item ul li{
    width: 100%;
}
.scene_item ul li a {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 17px;
    font-weight: bold;
    border: 1px solid #000000;
    padding: 0px 0px 12px;
    gap: 1rem;
    color: #000;
}
.scene_item ul li a:hover{
    opacity: 0.6;
}
.scene_item ul li .arrow::after {
    content: '';
    transform: translateY(0%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-bottom: 3px solid #1a89cf;
    border-right: 3px solid #1a89cf;
    position: absolute;
    right: 16px;
    bottom: 21px;
    transition: transform .5s;
}
.scene_item ul li .arrow_02::after {
    content: '';
    transform: translateY(0%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-bottom: 3px solid #1a89cf;
    border-right: 3px solid #1a89cf;
    position: absolute;
    right: 16px;
    bottom: 21px;
    transition: transform .5s;
}
.scene_item ul li .arrow_bottom::after {
    content: '';
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-bottom: 3px solid #2fcce0;
    border-right: 3px solid #2fcce0;
    position: absolute;
    right: 16px;
    transition: transform .5s;
}
.category-contents__item {
    background: #fff;
    border: 2px solid #1a89cf;
    font-weight: bold;
    border-radius: 5px;
    overflow: hidden;
}
.example-list__inr li {
    border-bottom: none!important;
}
.example-list__inr {
    padding-bottom: 0px!important;
}
.category-tab_wrap .title_uchiwa {
    margin-top: 1.5rem;
}
.mB60{
    margin-bottom: 60px;
}
.uchiwa_about{
    display: flex;
    margin-bottom: 1rem;
}
.oshikatsu a:hover{
    opacity: 0.6;
}

.title_uchiwa {
    font-size: 25px;
    text-align: center;
    position: relative;
    padding: 15px 15px;
    outline: 2px solid #333;
    color: #000;
    margin-top: 35px;
    margin-bottom: 20px;
    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, #1a89cf 0 3px, transparent 3px 6px);
}
.title_uchiwa .title_text{
    font-size: 18px;
}
.midashi{
    margin: 20px 0 25px;
    font-size: 1.8rem;
    background: #efefef;
    padding: 10px;
    border-left: 7px solid #1a89cf;
}
.category_item_list a {
    text-decoration: none;
    color: #ffffff;
}
.category_item_list {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 90px;
}
.point{
    position: relative;
    border-top: solid 2px #1a89cf;
    border-bottom: solid 2px #1a89cf;
    background: #f4f4f4;
    line-height: 1.4;
    font-size: 2.2rem;
    padding: 0.4em 0.5em;
    margin: 6rem 0 3rem;
    font-size: 2.2rem;
}
/* .point:after { */
    /*タブ*/
    /* position: absolute;
    font-family: "Font Awesome 5 Free", 'Quicksand', 'Avenir', 'Arial', sans-serif;
    font-weight: 900;
    content: '\f0a7\ POINT';
    background: #1a89cf;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 10px 12px 6px;
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0.05em;
  } */
.uchiwa_point img{
    margin: 0 auto;
}
.uchiwa_scene ul li img{
    border-radius: 7px;
    /* width: 65%; */
    width: 100%;
}
.uchiwa_scene ul{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.scene_name{
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}
.uchiwa_scene ul li{
    width: calc((100% - 30px) / 3);
}

@media (min-width: 768px){
    .scene_item ul li{
        width: calc((100% - 30px) / 3);
    }
    .uchiwa_scene ul li{
        width: calc((100% - 45px) / 4);
    }
    .scene_name{
    font-size: 14px;
}
.uchiwa_scene ul{
    margin-left: 80px;
    margin-right: 80px;
}
}

@media (max-width: 767px){
    .title_uchiwa {
        font-size: 17px;
    }
    .scene_item ul li img{
        width: 100%;
    }
    .point {
        font-size: 16px;
    }
    .scene_item ul{
        flex-direction: column;
    }
}


/* ４つ並び商品部分 */
.category_item_list {
    padding-bottom: 30px;
}
@media (min-width: 600px) {
    .category_item_list ul>li {
        width: calc((100% - 45px) / 4);
    }
}
@media (max-width: 599px) {
    .category_item_list ul>li {
        width: calc((100% - 20px) / 2);
    }
}
/* ボタン本体 */
.btn {
    display: inline-block;
    padding: 10px 30px;
    background-color: #278fd1;
    box-shadow: 0 5px 0 #0469aa;
    border-radius: 60px;
    color: #fff;
    cursor: pointer;
    text-decoration: none; /* 文字の下線を消す */
    /* width: calc(100% / 2); */
    font-size: 19px;
    position: relative;
    font-weight: bold;
    text-align: center;
    width: 40%;
  }
  .btn_text{
    color: #ffed54;
  }
.btn:hover {
    box-shadow: none;
    transform: translateY(5px);
  }
  .btn:active {
    box-shadow: none;
    transform: translateY(5px);
  }
  .btn_uchiwa , .btn_sensu{
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin: 2rem 0 0;
    justify-content: center;
    text-align: center;
    margin-bottom: 50px;
  }
  
.btn_uchiwa .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: 35px;
    transition: transform .5s;
}

.btn_sensu .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: 21px;
    transition: transform .5s;
}

@media (max-width: 767px) {
    .btn {
        width: 100%;
        font-size: 16px;
    }
}



/* 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: 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;
    }
}

/*関連特集*/
.press_visit, .feature_visit {
    display: flex;
    margin-bottom: 6rem;
    gap: 10px;
    /* margin-top: 6rem; */
    flex-wrap: wrap;
}
.feature_visit a {
    width: calc((100% - 74px) / 2);
    padding: 1.5rem;
}
.feature_visit a img {
    margin-bottom: 1rem;
}
.feature_visit h4 {
    font-size: 1.8rem;
    color: #000;
    margin-bottom: 0.5rem;
}
.comment {
    color: #000;
    font-size: 1.5rem;
}
.feature_visit a {
    width: calc((100% - 74px) / 2);
    padding: 1.5rem;
}
.press_visit a:hover, .feature_visit a:hover {
    opacity: 0.6;
}
@media screen and (max-width: 767px) {
    .press_visit a, .feature_visit a {
        width: 100%;
    }
}
h4.category_title {
    font-size: 1.6rem;
    font-weight: bold;
    border-left: 6px solid #1a89cf;
    padding-left: 10px;
    margin: 40px 0 20px;
}
.col-l{
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}
.quick{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.annotation{
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 3rem;
}
.category-header_back {
    border-left: 7px solid #1a89cf;
}
.sp_on{
    display: none;
}
@media screen and (max-width: 767px) {
    .sp_on{
        display: block;
    }
}
.taisaku__tite {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    background: #c1272d;
    padding: 10px;
    margin-bottom: 10px;
}
.taoru a:hover{
    opacity: 0.6;
}

.taoru_tuiju {
margin: auto;
width: 500px;
position: fixed;
bottom: 15px;
left: 45%;
z-index: 1;
box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
}
.taoru_tuiju a:hover{
    opacity: 0.6;
}

@media screen and (max-width: 767px) {
.taoru_tuiju {
    width: 100%;
    bottom: 66px;
    left: 0;
}
}
.tuiki{
    font-size: 12px;
    text-align: right;
}
.product-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    max-width: 1200px;
}

.product-card {
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 5px;
    display: flex; /* PCではカード内の画像と詳細を横並びにする */
    flex-direction: row; /* PCでは明示的に横並び */
    width: 480px; /* PCでのカードの固定幅 */
    overflow: hidden;
    box-sizing: border-box;
}

.product-image-container {
    position: relative;
    width: 200px; /* PCでの画像コンテナの幅 */
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.product-image-container img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    display: block;
}

.product-details {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-name {
    font-size: 15px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    color: #000000;
}

.price-section {
    margin-bottom: 10px;
}

.price {
    font-size: 20px;
    font-weight: bold;
    color: #dc3545;
    margin-right: 5px;
}

.quantity {
    font-size: 15px;
    color: #555;
    margin-right: 3px;
}

.tax {
    font-size: 12px;
    color: #777;
}

.description {
    font-size: 13px;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 15px;
    flex-grow: 1;
}

.detail-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dc3545;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
}

.detail-button:hover {
    background-color: #c82333;
}

/* @media (max-width: 992px) - タブレット向けの調整 (2列表示) */
@media (max-width: 992px) {
    .product-card {
        width: calc(50% - 10px); /* タブレットでは2列表示 (gap分を考慮) */
        flex-direction: column; /* カード内の要素を縦並びにする */
    }
    .product-image-container {
        width: 100%; /* タブレットで画像コンテナを幅いっぱいに */
        height: auto;
        padding-bottom: 0;
    }
    .product-image-container img {
        max-height: 200px;
        object-fit: contain;
    }
    .product-details {
        padding-top: 10px;
    }
}

/* @media (max-width: 600px) - スマートフォン向けの調整 (1列表示) */
@media (max-width: 600px) {
    .product-grid {
        flex-direction: column; /* スマホではカード全体を縦に並べる */
        gap: 15px; /* カード間の縦方向のスペース */
    }
    .product-card {
        width: 100%; /* スマホでカードの幅を親要素いっぱいに */
        flex-direction: column; /* スマホでカード内の要素も縦に並べる */
        align-items: stretch; /* カード内の要素を左右いっぱいに伸ばす */
    }
    .product-image-container {
        width: 100%; /* スマホで画像コンテナの幅を100%に */
        height: auto;
    }
    .product-image-container img {
        max-height: none; /* スマホで画像の最大高さを解除 */
        width: 80%; /* スマホで画像をコンテナいっぱいに */
        object-fit: contain; /* 画像がコンテナ内に収まるように */
        padding: 10px;
    }
    body {
        margin: 10px;
    }
    .product-name {
        font-size: 15px;
    }
    .price {
        font-size: 25px;
    }
    .quantity, .tax, .description {
        font-size: 14px;
    }
    .detail-button {
        padding: 8px 12px;
    }
}

.single-product-grid a {
    color: #fff;
    font-size: 15px;
}
.category_explanation {
    font-size: 1.4rem !important ;
    line-height: 1.7;
}


.single-product-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    max-width: 1200px;
}

.single-product-card {
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 5px;
    display: flex; /* PCではカード内の画像と詳細を横並びにする */
    flex-direction: row; /* PCでは明示的に横並び */
    width: 80%; /* PCでのカードの固定幅 */
    overflow: hidden;
    box-sizing: border-box;
    padding: 15px;
}

.single-product-image-container {
    position: relative;
    width: 200px; /* PCでの画像コンテナの幅 */
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.single-product-image-container img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    display: block;
}

.single-product-details {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.single-product-name {
    font-size: 15px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    color: #000000;
}

.single-price-section {
    margin-bottom: 10px;
}

.single-price {
    font-size: 20px;
    font-weight: bold;
    color: #dc3545;
    margin-right: 5px;
}

.single-quantity {
    font-size: 15px;
    color: #555;
    margin-right: 3px;
}

.single-tax {
    font-size: 12px;
    color: #777;
}

.single-description {
    font-size: 13px;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 15px;
    flex-grow: 1;
}

.single-detail-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dc3545;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.single-detail-button:hover {
    background-color: #c82333;
}

/* @media (max-width: 992px) - タブレット向けの調整 (2列表示) */
@media (max-width: 992px) {
    .single-product-card {
        width: calc(50% - 10px); /* タブレットでは2列表示 (gap分を考慮) */
        flex-direction: column; /* カード内の要素を縦並びにする */
    }
    .single-product-image-container {
        width: 100%; /* タブレットで画像コンテナを幅いっぱいに */
        height: auto;
        padding-bottom: 0;
    }
    .single-product-image-container img {
        max-height: 200px;
        object-fit: contain;
    }
    .single-product-details {
        padding-top: 10px;
    }
}

/* @media (max-width: 600px) - スマートフォン向けの調整 (1列表示) */
@media (max-width: 600px) {
    .single-product-grid {
        flex-direction: column; /* スマホではカード全体を縦に並べる */
        gap: 15px; /* カード間の縦方向のスペース */
    }
    .single-product-card {
        width: 100%; /* スマホでカードの幅を親要素いっぱいに */
        flex-direction: column; /* スマホでカード内の要素も縦に並べる */
        align-items: stretch; /* カード内の要素を左右いっぱいに伸ばす */
    }
    .single-product-image-container {
        width: 100%; /* スマホで画像コンテナの幅を100%に */
        height: auto;
    }
    .single-product-image-container img {
        max-height: none; /* スマホで画像の最大高さを解除 */
        width: 80%; /* スマホで画像をコンテナいっぱいに */
        object-fit: contain; /* 画像がコンテナ内に収まるように */
        padding: 10px;
    }
    body {
        margin: 10px;
    }
    .single-product-name {
        font-size: 15px;
    }
    .single-price {
        font-size: 25px;
    }
    .single-quantity, .single-tax, .single-description {
        font-size: 14px;
    }
    .single-detail-button {
        padding: 8px 12px;
    }
}

.single-product-grid a {
    color: #fff;
    font-size: 15px;
}

.uchiwa_point_text-2 {
    display: flex ;
    border-top: 2px solid #1a89cf;
    border-bottom: 2px solid #1a89cf;
    font-size: 23px;
    margin-bottom: 30px;
}
.uchiwa_point_text-2 span {
    background-color: #1a89cf;
    color: #fff;
    padding: 10px;
    font-weight: 900;
    width: 100px;
}

.point-1 {
    padding: 10px;
}
@media (max-width: 767px) {
    .uchiwa_point_text-2{
        font-size: 15px;
    }
}


/* タブ全体のコンテナ（薄いオレンジの背景） */
.tab-menu {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    padding: 0;
    margin: 0 0 16px;
    list-style: none;
    border-bottom: 2px solid #1f6fe5;
}

.tab-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    padding: 14px 12px;
    background-color: #bfefff;
    color: #333;
    border-radius: 12px 12px 0 0;
    cursor: pointer;
    font-weight: 700;
    line-height: 1.4;
    font-size: clamp(14px, 1vw, 20px);
    text-align: center;
    position: relative;
    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        box-shadow 0.3s ease;
}

.tab-item:hover {
    background-color: #99e2ff;
}

.tab-item.active {
    background-color: #1f6fe5;
    color: #fff;
    height: 80px;
    z-index: 2;
}

/* 下のボーダー線をアクティブタブで隠す */
.tab-item.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #1f6fe5;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
    animation: tabFade 0.4s ease;
}

@keyframes tabFade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* タイトル */
.sp-title {
    position: relative;
    margin-bottom: 40px;
    line-height: 1.4;
    font-size: 2rem;
    background: #d5f1ff;
    color: #503e35;
    text-align: center;
    padding: 10px;
}

.sp-subtitle{
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #97d5f6;
    font-size: clamp(1.8rem,1.5vw,2.2rem);
}

@media (min-width: 768px){
    .main-introduction{
        font-size: 1.7rem;
        text-align: center;
    }

    .main-introduction br{
        display: block;
    }

    .sp-title{
        font-size: 3rem;
    }
    .sp-subtitle{
        margin: -100px 0 30px;
        padding: 100px 0 10px;
    }
}

/* product_list */
.block-product__list{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
}

.block-product__list li {
    width: calc((100% - 20px) / 2);
}

.block-product__list li a{
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.2s;
}
.block-product__list li a:hover{
    opacity: 0.7;
}

@media (min-width: 768px) {
    .block-product__list li{
        width: calc((100% - 40px) / 2);
    }
}

@media (min-width: 1024px) {
    .block-product__list li{
        width: calc((100% - 60px) / 4);
    }

    .block-items__item__price--unit {
        font-size: 1.8rem;
    }
    .block-product__desc {
        font-size: 1.2rem;
    }
}

/* レビュー */
/* 行カード：横長・ホバーで少し浮かせる */
.review-row{
  display:flex;
  align-items:flex-start;
  gap:20px;
  margin: 20px 0;
  padding:20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background:#fff;
}

/* 左カラム：画像のみ */
.review-media{max-width:200px; flex:0 0 200px;}
.review-figure{margin:0;}
.review-img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:contain;
  border-radius:10px;
  background:#fff;
  transition:transform .25s ease;
}
.review-row:hover .review-img{ transform:scale(1.02); }

/* 右カラム：縦積み */
.review-content{
  flex:1 1 auto;
  min-width:0;
  display:flex;
  flex-direction:column;
}

/* タイトル：疑似要素の赤ライン（文字幅だけ） */
.review-title{
  position:relative;
  display:inline;          /* 文字幅ベース */
  margin-bottom: 10px;
  padding-bottom:8px;
  font-size: 1.8rem;
  font-weight:800;
  line-height:1.2;
}
.review-title::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height:3px;
  background:#2589d0;
  border-radius:2px;
}

/* 画像上オーバーレイは廃止するので旧クラスを無効化 */
.product-caption{ all:unset; } /* 念のための初期化 */

/* 右カラム用の商品リンク */
.product-link{
  font-weight:700;
  font-size: 1.5rem;
  color:#2563eb;
  margin-bottom: 5px;
  text-decoration:underline;
  text-underline-offset:3px;
  display:inline-block;
}

.product-link:hover{
  text-decoration:none;
}

/* 本文と星 */
.review-rating{ color:#ffcc00; font-size:1.1em; }
.review-text{font-size: 1.4rem;line-height: 1.6;color:#111827;}

/* スマホ：縦積み＆画像大きめ */
@media (max-width:768px){
  .review-row{ flex-direction:column; }
  .review-media{ max-width:60%; flex:none; margin:0 auto; }
  .review-content{ text-align:left; } /* 必要なら center に */
}



/* 別ページリンクボタン */
.all-item_btn{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
}

.all-item_btn a {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 20px 30px 20px 15px;
    border: 3px solid #1a89cf;
    border-radius: 5px;
    color: #222;
    font-size: 1.6rem;
    font-weight: bold;
    max-width: 608px;
    width: 450px;
    /* margin: auto; */
}

.all-item_btn a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg) translate(0, -50%);
    border-bottom: 3px solid #2563eb;
    border-right: 3px solid #2563eb;
}

.all-item_btn a:hover{
    opacity: 0.7;
}

.feture_title{
    font-size: 15px;
    color:#000;
    font-weight: bold;
}

.gazou_flex {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
}

/* 全体コンテナ（背景は白に変更） */
.product-container {
    max-width: 1000px;
    background: #e7f8ff;
    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;
}

.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;
}

.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;
    margin-bottom: 10px;
}

/* カードのヘッダー部分（薄い青背景） */
.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 {
        flex-direction: column;
    }
    .card-group-sence {
        flex-direction: column; /* スマホでは縦並びに */
    }
}

.link-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}

.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: 15px;
    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;
}


/* メイン訴求ゾーン ここまで*/

.heading-16 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}

.heading-16::before,
.heading-16::after {
    width: 3px;
    height: 30px;
    background-color: #1f6fe5;
    content: '';
}

.heading-16::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.heading-16::after {
    transform: rotate(35deg);
    margin-left: 30px;
}

/* バナー全体を横並びにする設定 */
.flex_banner-list {
    display: flex;
    justify-content: center; /* 全体を中央寄せ */
    gap: 30px; /* バナー間の余白 */
    max-width: 1200px;
    margin: 0 auto 30px;
}

/* 各アイテム（画像＋ボタン）を縦に並べて中央揃え */
.banner-item {
    flex: 1;
    display: flex;
    flex-direction: column; /* 中身を縦に並べる */
    align-items: center;    /* ★これが重要：中身を水平中央に揃える */
    text-align: center;
}

/* 画像リンクの幅を100%に */
.img-link {
    display: block;
    width: 100%;
}

.banner-item img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ボタンの共通デザイン */
.btn-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 350px;
    padding: 10px;
    border-radius: 50px;
    color: #fff !important;
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
    position: relative;
    margin-top: 10px;
    transition: 0.3s;
}

/* 右側の矢印アイコン */
.btn-custom::after {
    content: '>';
    position: absolute;
    right: 25px;
    font-family: sans-serif;
    font-weight: normal;
}

/* 色の設定 */
.btn-orange { background-color: #ff6600; }
.btn-blue   { background-color: #0055bc; }

.btn-custom:hover {
    opacity: 0.8;
    filter: brightness(110%);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .flex_banner-list {
        flex-direction: column;
        align-items: center;
        padding: 0 15px;
    }
    .banner-item {
        width: 100%;
        margin-bottom: 40px;
    }
}

.under_margin{
    margin-bottom: 5px !important;
}