@media screen and (min-width : 769px){
  
  /*---------------------------------------------
  menu
  ---------------------------------------------*/
  
  .spmenu { display: none; }
  
  #menuBtn,
  #menuBtn2 { display: none; }
  
  #menuAll {
    background-color: #fff;
    width: 250px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    overflow-x: 0;
    overflow-y: auto;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  
  #menuMain{
    width: 100%;
    padding-bottom: 70px;
  }
  
  #menuLogo {
    width: 100%;
    padding: 35px 0;
    text-align: center;
    line-height: 0;
  }
  
  #menuRoadshow{
    background: #000;
    width: 100%;
    padding: 10px 0;
    line-height: 0;
    text-align: center;
    pointer-events: none;
  }
  
  #menu {
    width: 76%;
    margin: 0 auto;
  }
  
  #menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: 1px dotted #4d5c64;
  }
  
  #menu ul li {
    margin: 0 auto;
    text-align: center;
    padding: 0.7em 0;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.2em;
    border-top: 1px dotted #4d5c64;
    -webkit-user-select: none;
    user-select: none;
  }
  
  #menu ul li a{
    color: #536975;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s ease;
  }
  
  #menu ul li a:hover {
    color: #EE832B;
  }
  
  /*---------------------------------------------
  sns
  ----------------------------------------------*/
  
  #snsIcon {
    background: #fff;
    width: 250px;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 60;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  
  #iX { background: url("../images/sns/i_x.png") no-repeat center; }
  #iInstagram { background: url("../images/sns/i_instagram.png") no-repeat center; }
  #iTiktok { background: url("../images/sns/i_tiktok.png") no-repeat center; }
  
  #iX,
  #iInstagram,
  #iTiktok {
    background-size: contain;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
    text-indent: -99999px;
    overflow: hidden;
    margin: 0 5px;
  }
  
  #iX a,
  #iInstagram a,
  #iTiktok a {
   width: 100%;
    height: 100%;
    display: block;
  }
  
  #iX:hover,
  #iInstagram:hover,
  #iTiktok:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  
}


@media screen and (max-width : 768px){
  
  /*---------------------------------------------
  menu
  ---------------------------------------------*/
  
  .pcmenu { display: none; }
  
  #menuPlate {
    background-color: #fff;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.1));
  }
  
  #menuBtn {
    background: url("../images/nav/btn_menu01.png") no-repeat center;
    background-size: cover;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 54;
  }
  
  #menuBtn2 {
    background: url("../images/nav/btn_menu02.png") no-repeat center;
    background-size: cover;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 55;
    display: none;
  }
  
  #menuAll {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 52;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
  }
  
  #menuMain{
    width: 80%;
    position: absolute;
    top: 50%; 
    left: 10%;
    transform: translateY(-50%);
    z-index: 2;
  }
  
  #menuLogo {
    display: none;
  }
  
  #menu {
    width: 100%;
    margin: 0.2em auto;
  }
  
  #menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  
  #menu ul li {
    width: 100%;
    margin: 0.3em auto;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 2.5em;
    border-top: 1px dotted #4d5c64;
    -webkit-user-select: none;
    user-select: none;
    color: #536975;
  }
  
  #menu ul li a{
  color: #536975;
  text-decoration: none;
  } 
  
  #menu ul li.snsnav {
    line-height: 120px;
  }
  
  #menu ul li.snsnav img{
    width: 40px;
    margin: 0 5px;
  }
  
  /*---------------------------------------------
  sns
  ----------------------------------------------*/
  
  #snsIcon {
    background: #fff;
    width: 80px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 51;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  
  #iX { background: url("../images/sns/i_x.png") no-repeat center; }
  #iInstagram { background: url("../images/sns/i_instagram.png") no-repeat center; }
  #iTiktok { background: url("../images/sns/i_tiktok.png") no-repeat center; }
  
  #iX,
  #iInstagram,
  #iTiktok {
    background-size: 85%;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
    text-indent: -99999px;
    overflow: hidden;
    margin: 0;
  }
  
  #iX a,
  #iInstagram a,
  #iTiktok a {
    width: 100%;
    height: 100%;
    display: block;
  }

}
