/*PC用ナビ*/
@media screen and (min-width:751px) {

input {
  display: none;
}
    .fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
    
    
.cp_fullscreenmenu .menu ul {
  display: flex;
  max-width: 1000px;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  font-size: 17px;
  font-weight: bold;
  list-style: none;
}
.cp_fullscreenmenu .menu ul li {
  width: 250px;
  text-align: center;
  border-left: 1px solid #4B4E56;
  line-height: 50px;
 background-color:rgba(255,255,255,0.8);
}
.cp_fullscreenmenu .menu ul li:last-of-type {
  border-right: 1px solid #4B4E56;
}
.cp_fullscreenmenu .menu ul li a {
  color: #4B4E56;
  display: block;
    padding: 15px;
}
.cp_fullscreenmenu .menu ul li a:hover {
  color: #fff;
  background: #4B4E56;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
    }
    .nav_splogo{
        display: none;
    }
	.sp{
		display: none;		
	}
	.pc{
		display: block;
	}
}


/*-----------------------------------------
SP用ナビ
-------------------------------------------*/


@media screen and (max-width:750px) {
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  a, a:visited, a:hover, a:active {
    text-decoration: none;
    color: inherit;
  }
  input {
    display: none;
  }
  .cp_fullscreenmenu {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
  }
  #menu2 .cp_fullscreenmenu {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 40px;
  }
    
    
    .nav_splogo{
        display: block;
        padding: 0 40px 100px;
    }

  /*menuコンテンツ*/
  .cp_fullscreenmenu .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background:rgba(75,78,86,0.8); 
  }
  .cp_fullscreenmenu .menu label {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-size: 100%;
  }
  .cp_fullscreenmenu .menu .menucont {
    font-size: 24px;
    position: relative;
    top: 50%;
    margin-top: -170px;
    padding-bottom: 20px;
    text-align: center;
  }
  .cp_fullscreenmenu .menu ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
      text-align: center;
  }
  .cp_fullscreenmenu .menu ul li, .cp_fullscreenmenu .menu ul li a {
    transition: all 0.3s ease;
  }
  .cp_fullscreenmenu .menu ul li a {
    display: block;
    padding: 10px 0;
    color: #ffffff;
  }
  .cp_fullscreenmenu .menu ul li a:hover {
    color: #4B4E56;
  }
  .cp_fullscreenmenu .menu ul li:hover {
    background: #ffffff;
  }
  /*クリックしたらメニューが開閉の動作*/
  .cp_fullscreenmenu .menuEffects {
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
    opacity: 0;
  }
  .cp_fullscreenmenu .menuEffects ul {
    transition: all 0.5s;
    transform: translateY(0%);
  }
  .cp_fullscreenmenu #menuToggle:checked ~ .menuEffects {
    visibility: visible;
    transition: opacity 0.5s;
    opacity: 1;
  }
  .cp_fullscreenmenu #menuToggle:checked ~ .menuEffects ul {
    opacity: 1;
  }
  .cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open {
    background-color: transparent;
  }
  .cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    content: '';
    transform: rotate(45deg);
    background-color: #ffffff;
  }
  .cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open:after {
    position: relative;
    z-index: 1;
    top: 0;
    right: 0;
    content: '';
    transform: rotate(-45deg);
    background-color: #ffffff;
  }
  .cp_fullscreenmenu #menuToggle:not(:checked) ~ .menuEffects ul {
    transform: translateY(-30%);
  }
  /*ハンバーガー*/
  .cp_fullscreenmenu .hamburger {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    padding: 15px;
    cursor: pointer;
  }
  .cp_fullscreenmenu .hamburger:hover .open:before {
    top: -9px;
  }
  .cp_fullscreenmenu .hamburger:hover .open:after {
    top: 6px;
  }
  .cp_fullscreenmenu .open, .cp_fullscreenmenu .open:before, .cp_fullscreenmenu .open:after {
    position: relative;
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 2px;
    background-color: #4B4E56;
    transition: all 0.3s ease;
  }
  .cp_fullscreenmenu .open {
    top: 8px;
    cursor: pointer;
  }
  .cp_fullscreenmenu .open:before {
    top: -8px;
    content: '';
    transform: rotate(0deg);
  }
  .cp_fullscreenmenu .open:after {
    top: 5px;
    content: '';
  }
	.sp{
		display: block;
		padding: 5px 0 0 5px;
	}

	.pc{
		display: none;
	}
	select {
  font-size:16px;
}
}





/*-----------------------------------------
言語切替
-------------------------------------------*/
