
/************************************************************************ 

hm_menu.css

************************************************************************/

.hm_menu_check {/* チェックボックスを隠す */
  display: none;
}
.hm_wrap {
	display:none; /*inline-block*/
	position :fixed;
	top :0;
	right:0;
	/*left :0;*/
	z-index:2000; /*1000*/
	width :100%;
	padding :0px; /*10px*/
	/*background :#fff;*/
}

.hm_title {/* ハンバーガーメニューオープン時の見出し */
	position: relative;
	color: #f4bc19;
	display: inline-block;
	float: left;
	font-weight: 100;
	line-height: 30px;
	margin: 0 0 0 15px;
	opacity: 0;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
	-webkit-transition: -webkit-transform 0.6s, opacity 0.5s;
	transition: transform 0.6s, opacity 0.5s;
	z-index: 2;
}


.home .bg000{ /*only home*/
	position: absolute;
	top: 0;
	right: 0;
	z-index: 109;
	width: 54px;
	height: 50px;
	background-color: rgba(0,0,0,0.7);
}

/* ▽▽メニューボタン▽▽ */
.hm_btn {
	position: absolute; /*relative*/
	top:50px;
	right:20px;
	z-index:110; /*110*/
	width: 40px; /*30px*/
	height: 34px; /*30px*/
	cursor: pointer;
	display: block;
	float: left;
}
.hm_btn::before {
	-webkit-box-shadow: #f4bc19 0 16px 0; /*#000 0 12px 0*/
	box-shadow: #f4bc19 0 16px 0; /*#000 0 12px 0*/
}
.hm_btn::after {
	bottom: 0;
}
.hm_btn::before,
.hm_btn::after {
	width: 40px; /*30px*/
	height: 2px; /*6px*/
	background: #f4bc19;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
/* △△メニューボタン△△ */

.hm_menu_wrap {
	width :30%; /*70%*/
	height :100vh;
	overflow :auto;
	background: #000;
	position: absolute;
	left: 100%; /* -100%*/
	top: 0;
	-webkit-transition:left 0.8s; /*left 0.4s*/
	transition:left 0.8s; /*left 0.4s*/
}

/* ▽▽開閉時のアニメーション▽▽ */
.hm_menu_check:checked ~ .hm_title {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.hm_menu_check:checked ~ .hm_btn::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(10px, 12px, 0); /*rotate(45deg) translate3d(6px, 11px, 0)*/
	transform: rotate(45deg) translate3d(10px, 12px, 0); /*rotate(45deg) translate3d(6px, 11px, 0)*/
}
.hm_menu_check:checked ~ .hm_btn::after {
	-webkit-transform: rotate(-45deg) translate3d(10px, -12px, 0); /*rotate(-45deg) translate3d(6px, -11px, 0)*/
	transform: rotate(-45deg) translate3d(10px, -12px, 0); /*rotate(-45deg) translate3d(6px, -11px, 0)*/
}
.hm_menu_check:checked ~ .hm_menu_wrap {
	left: 70%; /*0*/
}

/* △△開閉時のアニメーション△△ */

/* ▽▽メニュー内のリストスタイル▽▽ */
.hm_list {
	list-style-type: none;
	margin: 120px 0 0;
	padding: 0;
}
.hm_list li a {
/*	font-family:"Sawarabi Mincho", "Times New Roman", Times, NotoSerifCJKjp , "游明朝", YuMincho,"HG明朝B", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝",serif;*/
	color: #fff;
	font-size:13px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	display: block;
	overflow: hidden;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
	z-index: 1;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	border-bottom:1px solid #333;
	text-align:left;
}
.hm_list li a:hover,
.hm_list li.active a {
	background: #f4bc19;
	color: #000;
}

.hm_list li a::before {/* aタグマウスオーバー時の背景 */
	/*background: #0a2d16;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	-webkit-transition: bottom 0.4s;
	transition: bottom 0.4s;
	z-index: -1;*/
}

.hm_list li a:hover::before {
/*	bottom: 0;
*/}
.hm_list li a:hover::after {
	/*opacity: 0.5;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);*/
}
/* メニュー内のリストスタイル△△ */


.hm_menu_close {
	width :0;
	height :0;
	background: #000;
	opacity :0;
	position: absolute;
	left: 0; /*70%*/
	top: 0;
	-webkit-transition: all 0.8s; /*0.3s*/
	transition: all 0.8s; /*0.3s*/
}

.hm_menu_close label {
	display :block;
	width :100%;
	height :100%;
	cursor : pointer;
}

.hm_menu_check:checked ~ .hm_menu_close {
	width :70%; /*30%*/
	height :10000px;
	opacity :0.8;
}

.txt_menu{
	position:fixed;
	top:86px;
	right:20px;
	z-index:110;
	width:40px;
	height:14px;
}

.nav-new{
	display:inline-block;
	font-size:10px;
	transform: scale(0.8); /*縮小でGoogle Chromeで8pxで表示 */
	background-color:#cf000e;
	padding:1px 4px;
	margin:0 0 0 6px;
}

@media screen and (max-width: 767px) {
.hm_wrap {
	display:inline-block;
}
.hm_menu_wrap {
	width :80%;
}
.hm_menu_check:checked ~ .hm_menu_wrap {
	left: 20%;
}
.hm_menu_check:checked ~ .hm_menu_close {
	width :20%;
}

.hm_btn {
	top:12px;
	right:12px;
	width: 30px; /*30px*/
	height: 24px; /*30px*/
}
.hm_btn::before {
	-webkit-box-shadow: #f4bc19 0 11px 0;
	box-shadow: #f4bc19 0 11px 0;
}

.hm_btn::before,
.hm_btn::after {
	width: 30px;
}
.hm_menu_check:checked ~ .hm_btn::before {
	-webkit-transform: rotate(45deg) translate3d(8px, 8px, 0);
	transform: rotate(45deg) translate3d(8px, 8px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
	-webkit-transform: rotate(-45deg) translate3d(8px, -8px, 0);
	transform: rotate(-45deg) translate3d(8px, -8px, 0);
}

.hm_list {
	margin: 70px 0 0;
}
.txt_menu{
	top:40px;
	right:8px;
}
}


.hm_list li a span.en{
    font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 24px; /*26px*/
	margin: 0 15px 0 0;
}
.hm_list li a span.jp{
	font-family: 'Sawarabi Mincho';
	font-size: 12px;
}

.hm_list li a span.new{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	position: absolute;
	top: -2px;
	left: 10px;
	color:#E60003;
	-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-o-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}