
      /* 標準の打ち消し */
    .fs-p-headerNavigation__viewCartButton{
      padding-left: 8px;
    }

    .fs-p-headerNavigation__link{
      padding: 0px;
    }

    /* ヘッダーのスタイル */

    /* pointerに変更 */
    .top_header a{
      cursor: pointer;
    }
    .top_h_logo a{
      cursor: pointer;
    }
    .ham_open, .ham_close img{
      cursor: pointer;
    }
    .top_header,.top_hamburger ul{
        list-style: none;
    }
    .top_header,.top_hamburger a{
        text-decoration: none;
        color: #331D0F;
    }
    .top_header{
        display: grid;
        grid-template-columns: 1fr 2fr;
        padding: 25px 50px;
        position: fixed;
        top: 0;
        z-index: 999;
        background-color: #fff;
        width: 100vw;
        align-items: center;
    }
    .top_h_logo img{
      width: 90px;
    }

    @media screen and (max-width:780px){
        .top_header{
          padding: 24px;
        }
        .top_h_logo img{
          width: 75px;
        }
        .top_header ul li img{
          width: 24px;
        }        
    }

    .top_header ul{
        display: flex;
        list-style: none;
        gap: 24px;
        justify-content: end;
        align-items: center;
    }

    /* 閉じるボタン */
    .ham_close{
        text-align: end;
    }
    .ham_close img{
        width: 8%;
    }
    .top_hamburger{
        padding: 35px 40px 50px 40px;
        width: 400px;
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        height: 100lvh;
        background-color: #fff;
        overflow-y: auto;
    }

    @media screen and (max-width:780px){
        .top_header{
          width: 100%;
        }

        .top_hamburger{
            width: 340px;
        }
    }

    .top_hamburger span{
        vertical-align: baseline;
    }    

    /* ham_list01  */
    .ham_list01{
        padding-bottom: 50px;
    }
    .ham_list01 li{
        margin-top: 30px;
        align-items: top;
    }
    .ham_list01 li img{
        width: 24px;
    }
    .ham_list01 li a{
      display: inline;
      color:  #331D0F !important;
    }
    .ham_list01 li span{
        margin-left: 24px;
        font-size: 18px;
    }

    @media screen and (max-width:780px){
        .ham_list01 li span{
          font-size: 16px;
    }
    }

    /* ham_list02  */
    .ham_list02{
        padding: 50px 0;
        border-top: solid 1px #331D0F;        
    }
    .ham_list02 li{
        margin-top: 14px;
        font-size: 14px;
    }

    .ham_list02 li:nth-child(1){
        font-weight: 600;
        margin-top: 0px !important; 
    }

    @media screen and (max-width:780px){
        .ham_list02 li{
          font-size: 12px;
    }
    }    
    
    /* ham_list03  */    
    .ham_list03 li{
        margin-top: 50px;
    }
    .ham_list03 li img{
      width: 24px;
    }
    .list03_menu a{
        display: block;
        margin-top: 14px;
        font-size: 12px;
    }
    .ham_list03{
        border-top: solid 1px #331D0F;
    }
    
    /* ハンバーガー開閉 */
    .ham_none{
        display: none;
    }
    /* オーバーレイ */
    .top_overlay{
      width: 100%;
      height: 100lvh;
      background-color: #331D0F;
      mix-blend-mode: add;
      opacity: 50%;
      position: fixed;
      top: 0;
      z-index: 99;
    }

