.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;
    }
    .section-navi{
        margin-top: -100px;
        padding-top: 110px;
    }
}
@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;
    }
}