/* =========================================================
- Common
========================================================= */

@media screen and (min-width: 813px) {
	#rwdMenuWrap {
		display: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
	}
}
@media screen and (max-width: 812px) {
	#switchBtnArea {
		position: relative; 
		z-index: 999;
		width: 100%;
	}
	#switchBtnArea #switchBtn {
		/*position:fixed;*/
		top:5px;
		z-index:999999; 
		display:block;
		width:20px;
		height:20px;
		cursor:pointer;
        position:absolute;
        width:100%;
        right:0;
	}
	#switchBtnArea #switchBtn.btnClose  [class*="humberger-border"]{
		background:#d8508f;		
	}
	#switchBtnArea #switchBtn div {
		display: inline-block;
		box-sizing: border-box; 
		transition: all .4s;
	}
	#switchBtnArea #switchBtn [class*="humberger-border"] {
		position: absolute;
		right: 0; 
		display: block;
		width: 20px;
		height:2px;
		background:#d8508f;
	}
	#switchBtnArea #switchBtn div:nth-of-type(1) {
		margin-top: 7px;
	}
	#switchBtnArea #switchBtn div:nth-of-type(3) {
		bottom: 4px;
	}
	#switchBtnArea #switchBtn.btnClose div:nth-of-type(1) {
		top: 8px; 
		-webkit-transform: translateX(2px) translateY(-7px) rotate(225deg);
		transform: translateX(2px) translateY(-7px) rotate(225deg);
	}
	#switchBtnArea #switchBtn.btnClose div:nth-of-type(2) {
		top: 28px;
		display: none; 
		background: transparent;
		opacity: 0;
	}
	#switchBtnArea #switchBtn.btnClose div:nth-of-type(3) {
		top: 1px; 
		-webkit-transform: translateX(2px) translateY(7px) rotate(135deg);
		transform: translateX(2px) translateY(7px) rotate(135deg);
	}
	#rwdMenuWrap{
		position: fixed;
		top:43px;
		right: -100%;
		z-index: 2;
		width: 100%;
		height: 100%;
		margin: 0 auto; 
		background:#e9edf0;
        z-index: 999;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
	}
	#rwdMenuWrap .sp-serch {
		margin-top: 35px;
	}
	#rwdMenuWrap .search-form {
		float: none;
		width: 100%;
		max-width: 380px;
		height: 36px;
		padding: 0; 
		margin: 0 auto;
		border: none;
	}
	#rwdMenuWrap .search-form input {
		width: 190px;
		padding: 7px 18px 8px 0;
		font-size: 1.4rem; 
		color: #222;
	}
	#rwdMenuWrap .search-btn button {
		width: 14px;
		margin: 11px 7px 0 14px;
	}
	#rwdMenuWrap .search-box {
		height: 36px;
		background: #fff;
		border-radius: 24px;
	}
	#rwdMenuWrap ul {
		/*margin-top: 45px;*/
		width: 100%;
		box-sizing:border-box;
        padding: 3px 12px 0;
	}
    #rwdMenuWrap ul li figure{display: inline-block;padding-right: 15px;}
	#rwdMenuWrap ul li {
		position: relative;
		width: 100%;
		border-bottom:1px solid #5D5D5D;
	}
	#rwdMenuWrap ul li:last-child {
		border:none;
	}
	/*#rwdMenuWrap ul li:last-child:after {
		display:none;
	}*/
	#rwdMenuWrap ul li:after {
		position: absolute;
		top: 50%;
		right: 6px;
		width: 0;
		height: 0;
		margin: -3px 0 0 0;
		content: "";
		border: 3px solid transparent;
		border-left: 4px solid #5D5D5D;
	}
	#rwdMenuWrap ul li a {
		display: block;
		padding: 14px 6px 14px 8px;
		font-weight: 500;
		color: #5D5D5D;
		text-align: left;
		letter-spacing: .06rem;
		/*background:#d2db97;*/
		transition: all .3s;
	}
	#rwdMenuWrap ul li a span {
		display: block;
		font-size: 14px;
		font-weight: 500;
		color: #000;
		letter-spacing: .06rem;
	}
	#rwdMenuWrap ul li a:hover {
		opacity: .7;
	}
	#rwdMenuWrap ul li a:hover span {
		color: #fff;
	}
}
