#wrapper {
	position: relative;
	width: 100%;
	/*height: 100%;*/
	min-height:100%;
	text-align: center;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 2;
	background-color: #FFF;
}

body > #wrapper {
height: auto;
}

.side-open #wrapper,
.side-open .overlay {
	-webkit-transform: translate3d(-300px, 0, 0);
	transform: translate3d(-300px, 0, 0);
}
.overlay {
	content: '';
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 1;
}

.side-open .overlay {
	visibility: visible;
	cursor: pointer;
	background: rgba(0,0,0,.7);
}

.overlay::after {
	/*content: "この部分をクリックすると閉じるよ";*/
	visibility: hidden;
	position: fixed;
	top: 40%;
	left: 0;
	display: block;
	width: 100%;
	height: 50px;
	color: rgba(255,255,255,0);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.side-open .overlay::after {
	visibility: visible;
	color: rgba(255,255,255,.8);
}

/* --------------------------------------------------- btn */
.btn_box {
	position: relative;
	text-align: center;
	z-index: 1;
}

.btn_box a {
	display: block;
	width: 198px;
	height: 38px;
	margin: 0 auto;
	line-height: 40px;
	font-size: 13px;
	color: #1a1e24;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border: 1px solid #1a1e24;
}

.btn_box a:hover {
	color: #fff !important;
	background: #1a1e24;
}

.btn_box-svg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 214px;
	height: 54px;
	margin: auto;
	z-index: -1;
}

.btn_box-svg rect {
	fill: transparent;
	stroke: #1a1e24;
	stroke-width: 1px;
	stroke-dasharray: 242px;
	stroke-dashoffset: 256px;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.btn_box a:hover + .btn_box-svg rect {
	stroke-width: 2px;
	stroke-dasharray: 600px;
	stroke-dashoffset: 0;
}

/* --------------------------------------------------- side menu */
.side-menu {
	position: fixed;
	top: 0;
	right: 0;
	box-sizing: border-box;
	width: 300px;
	height: 100%;
	padding-top: 150px;
	text-align: left;
	font-size: 13px;
	z-index: 1;
	background-color: #e60000;
}

.side-menu_ul {
	width: 100%;
	height: 100%;
	display: block;
	overflow: auto;
}

.side-menu_ul-child {
	display: none;
	margin:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D83753;

}
.active .side-menu_ul-child {
	display: block;
}
.side-menu_ul-child li a {
	display: block;
	padding: 0.2em 2em;
	margin:0;
	font-size: 12px;
	color: #ccc;
}
.side-menu_ul-child li a:before {
  font-family: FontAwesome;
  content: '\f105 \0020'; /* アイコンのunicode */
　font-weight: bold;
}

.side-menu_ul > li > a,
.side-menu_ul > li h2 {
	display: block;
	padding: 10px 0 10px 20px;
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D83753;
}

.side-menu_ul h2 {
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
	font-size: 1em;
	line-height : 1;
	margin-bottom : 0;
	text-align: left;
	letter-spacing: 0;
	font-weight:normal;

}
.side-menu_ul h2 a {
		color: #fff;
}

.side-menu_ul > li > h2:after {
	content: ' +';
	color: #ffd800;
	font-size: 14px;
}

.side-menu_ul > li.active h2:after {
	content: ' -';
}

.side-menu_ul > li > h2:hover,
.side-menu_ul > li a:hover {
	background: #f26964;
	color: #fff;
}

/* --------------------------------------------------- ellipsis btn */
.side-menu-btn {
	position: fixed;
	top: 30px;
	right: 5px;
	width:60px;
	height:55px;
	padding: 5px;
	cursor: pointer;
	z-index: 4;
	background-color: #e60000;
}

.ellipsis-v {
	position: relative;
	display: block;
	cursor: pointer;
	width:25px;
	height:16px;
	left: 12px;
	top: 5px;
}

.ellipsis-v .point {
	position: absolute;
	display: block;
	width: 25px;
	height: 2px;
	margin: auto;
	background: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.ellipsis-v .point.top {
	top: 0px;
}

.ellipsis-v .point.mid {
	top: 0;
	bottom: 0;
}

.ellipsis-v .point.bot {
	bottom: 0px;
}
.side-menu-btn .menu {
	position: absolute;
	display: block;
	bottom: 6px;
	left:14px;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}

/*.side-menu-btn:hover {
	background-color: #F25571;
}

.side-menu-btn:hover .bot {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
}*/

.side-open .side-menu-btn:hover .top,
.side-open .top {
	width: 25px;
	height: 2px;
	background: #fff;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left:2px

}

.side-open .mid {
	opacity: 0;
}

.side-open .side-menu-btn:hover .bot,
.side-open .bot {
	width: 25px;
	height: 2px;
	background: #fff;
	-webkit-transform-origin: left 10px;
	-ms-transform-origin: left 10px;
	transform-origin: left 10px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left:8px
}

.side-open .side-menu-btn:hover .bot,
.side-open .side-menu-btn:hover .top {
	background: #FFF;
}
 @media screen and (max-width: 1024px) {
	 /*headerメニュー差分*/
#wrapper{ padding-top:70px }
.side-menu-btn { top: 7px;}

 }
