@media screen and (min-width : 769px){

/*---------------------------------------------
menu
---------------------------------------------*/

.spmenu { display: none; }

#menuPlate {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
}

#menuBtn,
#menuBtn2 { display: none; }

#menuAll {
  width: 100%;
  position: absolute;
  top: 33px;
  left: 0;
  z-index: 40;
  display: block;;
  display: block !important;
  opacity: 1 !important;
}

#menu {
  width: 90%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 85px;
  z-index: 2;
}

#menu ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
}

#menu ul li {
  margin: 0 auto;
  text-align: center;
  padding: 0 0.6em 0 0;
  float: left;
}

#menu ul li.menubtn {
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  padding: 0 1em 0;
  line-height: 1em;
  float: left;
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
}

#menu ul li a {
  color: #fff;
  text-decoration: none;
}

#menu ul li:hover {
  opacity: 0.6;
}

/*---------------------------------------------
sns
----------------------------------------------*/

#snsIcon {
  width: 42px;
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 60;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#iX { background: #fff url("../images/sns/nav_x_color.png") no-repeat center; }
#iInstagram { background:#fff  url("../images/sns/nav_insta_color.png") no-repeat center; }
#iTiktok { background: #fff url("../images/sns/nav_tiktok_color.png") no-repeat center; }

#iX,
#iInstagram,
#iTiktok {
  background-size: 60% auto;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
  text-indent: -99999px;
  overflow: hidden;
  margin-bottom: 10px;
}

#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; }

#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 url("../images/nav/menu_logo.png") no-repeat center bottom;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 51;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
}

#menu {
  width: 80%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  left: 10%;
  z-index: 51;
}

#menu ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
}

#menu ul li {
  width: 100%;
  margin: 1em auto 0;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-align: center;
}

#menu ul li.menubtn {
  width: 100%;
  line-height: 2.5em;
  border-bottom: 1px solid #dbdced;
}

#menu ul li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #9194c9;
  text-decoration: none;
}

#menu ul li.bnrbtn {
  width: 100%;
  margin: 0 auto;
  padding: 2em 0 0;
}

  #menu ul li.bnrbtn img{
    margin: 0 5px;
  }
  
#menu ul li.bnrbtn a{
  display: inline;
}

/*---------------------------------------------
sns
----------------------------------------------*/

#snsIcon {
  width: 50px;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#iX { background: url("../images/sns/nav_x_wt.png") no-repeat center; }
#iInstagram { background: url("../images/sns/nav_insta_wt.png") no-repeat center; }
#iTiktok { background: url("../images/sns/nav_tiktok_wt.png") no-repeat center; }

#iX,
#iInstagram,
#iTiktok {
  background-size: 25px auto;
  width: 30px;
  height: 35px;
  transition: all 0.3s ease;
  text-indent: -99999px;
  overflow: hidden;
  margin: 0 auto;
}

#iX a,
#iInstagram a,
#iTiktok a {
  width: 100%;
  height: 100%;
  display: block;
}

#iX:hover,
#iInstagram:hover,
#iTiktok:hover {
  opacity: 0.7;
  cursor: pointer;
}

}

