
/* -------------------ANKER LINK SCROLL-------------------------*/
html {
  scroll-padding-top: 70px !important;
  }

x.sticky {
  z-index: 20;
  position: sticky;
  top: 0;
}

#submenu {

  position: sticky;
  top: 0;

    z-index: 20;
    justify-content: center;
    xtext-align: right;
    -webkit-align-items: right;
    -ms-flex-align: right;
    align-items: right;
    color: ;
    xbox-shadow: 0px 1px 4px #333333;
    margin: 0;
    padding-right: 2em;
    xheight: 100px;
    xbackground-color: rgba(216, 216, 216, 0.95);
    
    background-color: #ffffff;
    box-shadow: 0px 10px 4px -6px rgba(0, 0, 0, 0.25);
  }
  #submenu > div::after {
      font-family: "Font Awesome 5 Free";
      content: "\f078"; /* アイコン「３本線」 */
      font-weight: 900; /* Adjust the font weight if needed */
      border-top: 0;
      vertical-align: middle;
      font-size: 80%;
  }
  
  #submenu .submenutitle {
    font-size: 3.2em;
    xpadding-right: 20px;
    display: inline-block;
    xpadding: 10px 50px 0px 0;
  }
  
  #submenu ul {
    display: flex;
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0;
  }
  
  #submenu ul li {
    display: inline-block;
    position: relative;
    xline-height: 1.6;
       /*SUBMENUの高さの一部はここで指定 -------------------- */
    xpadding: 30px 30px 0px 30px;
    padding-top: 30px;
xbackground-color: red;
margin-bottom: 0;
  }


/*------------SUBMENU WITH TITLE -------------------- */
.with-title ul li:first-child {
  padding-top: 20px !important;
  xbackground-color: #429ae2;
  margin-right: auto;
  font-size: 1.5em;
  font-weight: bold;
  padding-left: 50px;
}
/*------------SUBMENU WITH TITLE END -------------------- */


  #submenu ul li:hover {
    xbackground-color: rgba(238, 238, 238, 0.479);
  
  }
  
  #submenu ul li a {
    color: #000;
    xcolor: #666666;
    text-decoration: none;
    xfont-size: 15px;
      /*SUBMENUの高さはここで指定 -------------------- */
    xpadding: 30px 30px 6px 30px;
    padding-bottom: 6px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    xfont-weight: bold;
    border-bottom: 6px solid transparent;
    transition: 0.2s;
  }
  #submenu ul li a:hover {
    xcolor: #858585;
    border-bottom: 6px solid #429ae2;
  }

        /*-----------ACTIVE -------------------- */
  #submenu ul li.active a {
    color: #429ae2;
    border-bottom: 6px solid #429ae2;
  }

  #submenu ul ul {
    position: absolute;
    min-width: 200px;
    background-color: rgb(36, 36, 36);
    display: none;
    text-align: left;
  }
  
  #submenu ul ul li {
    display: block;
    background-color: rgb(116, 70, 70);
    text-align: left;
  }
  
  #submenu ul li:hover ul {
    display: block;
  }
  
  .fa-caret-down {
    margin-left: 10px;
  }
  
  #submenu div {
    background-color: rgb(36, 36, 36);
    color: rgb(240, 240, 240);
    font-size: 16px;
    cursor: pointer;
    display: none;
  }

  #submenu a.active {
    border-bottom: 8px solid rgb(70, 131, 223);
  }




  @media(max-width: 991px) {
    #submenu {
      padding-right: 0;
    }
    
    #submenu div {
        display: block;
        font-weight: bold;
        padding: 0.5em;
        justify-content: right;
        text-align: right;
        -webkit-align-items: right;
        -ms-flex-align: right;
        align-items: right;
    }
    #submenu ul {
        display: none;
        position: static;
        background-color: rgb(36, 36, 36);
    }
  /*------------SUBMENU WITH TITLE -------------------- */
  .with-title ul li:first-child {
    display: none !important;
  }
    #submenu ul li {
        display: block;
        border-top: 1px solid #6e6e6e;
        padding-top: 20px;
    }
    #submenu ul ul {
        position: static;
        background-color: rgb(36, 36, 36);
        border-bottom: none;
    }
    #submenu ul li a {
        color: rgb(255, 255, 255);
        padding-bottom: 6px;
        padding-left: auto;
        padding-right: 30px;
            transition: 0.2s;
    }

    /*  ----------------------------------------------------->マークは削除 */
    /*
    #submenu ul li a::after {
      font-family: "Font Awesome 5 Free";
      content: "\f105";
      font-weight: 900; /* Adjust the font weight if needed 
      border-top: 0;
      vertical-align: middle;
      font-size: 80%;
      padding-left: 0.8em;
  }
      */
  #submenu ul li:hover {
    background-color: rgb(75, 75, 75);
}
    #submenu ul li a:hover {
        color: rgb(196, 196, 196); 
        border-bottom: 6px solid rgb(75, 75, 75);
    }
    #product-title {
        font-size: 2.4em;
  
    }
    .responsive-none {
        display: none;
    }


    #submenu a.active {
      border-bottom: 6px solid rgb(70, 131, 223);
      background-color: rgb(70, 131, 223);
    }
  }