@charset "utf-8";

body{background:rgba(0,0,0,1.00);}

#checked,.menu-btn,.drawer-menu{display:none;}

a{color:rgba(0,251,255,1.00);}
a:hover{color:rgba(255,182,0,1.00);}

.bg{background-size:cover;
	background-position:top center;
	/*background:rgba(0,0,0,1.00);*/
	width:100%;
	min-width:1200px;
	height:100%;
	position:fixed;
	z-index:-2;}

.bg_filter{width:100%;
	height:100%;
	position:fixed;
	background:url(../img/bg_filter1.png);
	background-repeat:repeat;
	z-index:-1;}

#container{min-width:100%;
	min-height:100%;
	z-index:1;}

header{width:100%;
	min-width:1200px;
	height:120px;
	overflow:hidden;
	position:relative;}

.header_logo{height:120px;
	position:absolute; top:5px; left:20px;}

.header_logo img{height:100%;}

.menu{height:40px;
	margin:40px auto;
	text-align:center;
	overflow:hidden;}
	
.menu_inner{display:inline-block;
	overflow:hidden;
	padding:0 40px;
	background:url(../img/menu_bg.png);
	background-size:100% 100%;
	background-repeat:no-repeat;}
	
.menu_btn{float:left;
	padding:0 10px;}

.menu_btn img:hover{opacity:0.7;}

.link_harunojin{height:60px;
	position:absolute; top:20px; right:20px;}
	
.link_harunojin img{height:60px;}

.link_harunojin img:hover{opacity:0.7;}
	
#main{min-width:1200px;
	min-height:80vh;}

.main_inner{}

.block1{width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:10px 0;}

.title_sub1{width:100%;
	height:40px;
	padding:5px 0;
	background:rgba(193,39,45,0.60);}

.title_sub1 img{height:40px;}

.title_sub_name_bg_gun{width:600px;
	height:40px;
	margin:0 auto;
	line-height:40px;
	font-size:24px;
	text-align:center;
	color:rgba(255,255,255,1.00);
	background:url(../img/bg_title_pre_sub1.png);
	background-size:250px 40px;
	background-position:center center;
	background-repeat:no-repeat;}
	
.title_sub_name_bg_katana{width:600px;
	height:40px;
	margin:0 auto;
	line-height:40px;
	font-size:24px;
	text-align:center;
	color:rgba(255,255,255,1.00);
	background:url(../img/bg_title_pre_sub2.png);
	background-size:250px 40px;
	background-position:center center;
	background-repeat:no-repeat;}
	
.cont1{width:100%;
	padding:15px 0;
	margin-top:5px;
	background:rgba(193,39,45,0.60);}

footer{padding:30px 0 10px;
	margin-top:20px;
	background:rgba(50,50,50,1.00);
	text-align:center;}

.footer_links{color:rgba(237,192,59,1.00);}

.footer_links a{color:rgba(237,192,59,1.00);}

.footer_links a:hover{color:rgba(255,0,4,1.00);}

.sns_link{padding:20px 0;}

.sns_link img{width:40px; margin:0 5px;}

.sns_link img:hover{opacity:0.7;}

.copyright{padding-top:40px;
	font-size:12px;
	color:rgba(255,255,255,1.00);
	font-family:
		'Lucida Grande',
		'Hiragino Kaku Gothic ProN',
		 Meiryo, sans-serif;}

/* gotop */
.gotop{width:60px;
	height:60px;
	color:rgba(255,255,255,1.00);
	text-align:center;
	font-size:12px;
	background:rgba(0,0,0,0.80);
	border:rgba(255,255,255,1.00) solid 1px;
	border-radius:5px;
	position:fixed; bottom:10px; right:10px;
	z-index:3;}

.gotop:hover{opacity:0.7;}

.gotop_bar_left{width:21px;
	height:2px;
	position:absolute; top:27px; left:12px;
	-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
	background:rgba(255,255,255,1.00);}
	
.gotop_bar_right{width:21px;
	height:2px;
	position:absolute; top:27px; right:12px;
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	background:rgba(255,255,255,1.00);}

.gotop_text{width:60px;
	position:absolute; top:40px;
	text-align:center;}

@media screen and ( max-width:736px )
{
.bg{min-width:320px;}	

#snowdrop{-webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;}

#container{width:100%;}

header{min-width:320px;
	height:70px;}

.header_logo{height:70px;
	position:absolute; top:0; left:10px;}

#main{min-width:320px;}

.link_harunojin{max-width:48%;
	position:absolute; top:5px; right:10px;}

.main_inner{width:95%;
	max-width:420px;
	margin:0 auto;}

.title_sub_name_bg_gun,.title_sub_name_bg_katana{width:250px;}

footer{padding-bottom:75px;}
	
.footer_links{font-size:12px;}

.copyright{font-size:10px;}

/* drawer menu */
.drawer-menu{display:block;}

.logo1{width:220px;
	margin:10px;}
	
.logo1 img{width:100%;}

.drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100vh;
    padding: 20px 0 140px;
    background: #222;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    /*-webkit-transform: perspective(500px) rotateY(90deg);
    transform: perspective(500px) rotateY(90deg);*/
	overflow-y:scroll;
    opacity: 1;
	z-index:3;
}

.drawer-menu ul{border-bottom:rgba(255,255,255,1.00) solid 1px;}

.drawer-menu li {
    text-align:center;
	overflow:hidden;
	border-top:rgba(255,255,255,1.00) solid 1px;
}

.menu_head{font-size:28px;
	padding-bottom:10px;
	color:rgba(255,255,255,0.50);
	border-bottom:rgba(255,255,255,0.50) solid 1px;}

.drawer-menu li img{height:40px;}

.drawer-menu li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all .8s;
    transition: all .8s;
}

.sp_menu_spacer{height:10px;}

.sp_menu_snslinks{padding-right:10px;}

.sp_menu_snslinks a{float:right;}

.sp_menu_snslinks img{margin-right:10px;}

/*.drawer-menu li a:hover {
    color: #1a1e24;
    background: #fff;
}*/

/* checkbox */
.check {
    display: none;
}

/* menu button - label tag */
.menu-btn {
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: block;
    width: 40px;
    height: 40px;
	padding:10px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
	background:rgba(0,0,0,0.80);
	border:rgba(255,255,255,1.00) solid 1px;
	border-radius:5px;
    z-index: 9;
}

.bar {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.bar.middle {
    top: 24px;
    opacity: 1;
}

.bar.bottom {
    top: 38px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

.menu-btn_text {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    visibility: visible;
    opacity: 1;
}

.menu-btn:hover .bar {
    background:rgba(255,255,255,1.00);
}

.menu-btn:hover .menu-btn__text {
    color:rgba(255,255,255,1.00);
}

.close-menu {
    position: fixed;
    top: 0;
    left: 250px;
    width: 100%;
    height: 100vh;
    /*background: rgba(0,0,0,0);
    cursor: url(http://theorthodoxworks.com/demo/images/cross.svg),auto;*/
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
}

/* checked */
.check:checked ~ .drawer-menu {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
	opacity: 1;
    z-index: 0;
}

.check:checked ~ #snowdrop {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
}

.check:checked ~ .menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0;
}

.check:checked ~ .menu-btn .bar.top {
    width: 44px;
	top:10px;
	left:15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check:checked ~ .menu-btn .bar.middle {
    opacity: 0;
}

.check:checked ~ .menu-btn .bar.bottom {
    width: 44px;
    top: 41px;
	left:15px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.check:checked ~ .close-menu {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background: rgba(0,0,0,0);
    visibility: visible;
    opacity: 1;
    z-index: 3;
}

}
