@charset "UTF-8";
/* CSS Document */


/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ハンバーガーメニュー↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

.hamburger_menu {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.hamburger_menu a {
	display: block;
	color: #000;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 900;
	margin-top: 10px;
	padding: 10px 0 10px 25px;
	transition: all 0.2s;
}
.hamburger_menu .sideMenu nav ul li:nth-child(1) a{
	margin-top: 45px;
}
.hamburger_menu a:hover{
	color: #fff;
	background: #c7171e;
}
.sideMenu {
	background-color: #fff;
	height: 100vh;
	overflow-y: auto;
	padding-top: 56px;
	position: fixed;
	right: -250px;
	transition: all 0.3s;
	top: 0;
	width: 250px;
	z-index: 200;
}

.HMbtn {
	cursor: pointer;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0px;
	top: 20px;
	z-index: 300;
}
.HMbtn span {
	background-color: #333;
	height: 2px;
	left: 10px;
	position: absolute;
	transition: all 0.3s;
	width: 30px;
	border-radius: 1px;
}
#js-HMbtn{transition: all 0.3s;}
#js-header{transition: all 0.3s;}
.HMbtn1 {top: 12px;}
.HMbtn2 {top: 24px;}
.HMbtn3 {top: 36px;}
.overlay {
	background-color: #000;
	cursor: pointer;
	height: 100vh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all 0.3s;
	visibility: hidden;
	width: 100vw;
	z-index: 100;
}




/* メニューが開いた時のCSS */

.nav-open .HMbtn {
	background: #fff;
}
.nav-open .HMbtn span {
	background-color: #000;
}
.nav-open .sideMenu {
  background-color: #fff;
  right: 0;
}
.nav-open .HMbtn1 {
  top: 31px;
  transform: rotate(45deg);
}
.nav-open .HMbtn2 {
  left: 50%;
  width: 0;
}
.nav-open .HMbtn3 {
  top: 31px;
  transform: rotate(-45deg);
}
.nav-open .overlay {
  opacity: 0.65;
  visibility: visible;
}




/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ハンバーガーメニュー↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/


@media screen and (max-width:990px){
.P{display: none!important;}}
@media screen and (min-width:991px){
.S{display: none!important;}}

