﻿@charset "UTF-8";

body {
	color: #383838;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	background: #470c12;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

#wrap{
	width: 100%;
	height: 100%;
	position: relative;
	overflow:hidden;
}

.only_pc{
	display:none;
}

/***************************/
/* header */
/***************************/

header{
	width: 100%;
	height:65px;
	background: #000;
	position: relative;
	top:0;
	left:0;
}

#siteid{
	padding: 10px 0 0 10px;
	display:inline-block;
	position: relative;
	z-index:2000;
}

#siteid img{
	width: 120px;
	height: auto;
}

/* nav 
-------------------------- */
	
/* global - active */

#wrap.active #global_container {
  background: rgba(0, 0, 0, 0.85);
  height: 100%;
}

#wrap.active #global_container .open_menu {
  opacity: 1;
}
	
/* global */

#global_container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 38px;
  right: 0;
  z-index: 3000;
  overflow: hidden;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

#global_container .open_menu {
  position: absolute;
  top: 50px;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#global_container .open_menu ul li {
  width: 100%;
  text-align: center;
  font-size: 125%;
  margin-bottom: 10px;
}

#global_container .open_menu ul li a{
	width: 100%;
	padding: 5px 0;
	color: #fff;
	display:block;
	text-decoration: none;
}

/* menu_icon */

#global_container .menu_icon_container {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9999;
}

.menu_icon {
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.menu_icon span {
  display: block;
  width: 22px;
  height: 4px;
  background: #fff;
  margin-bottom: 2px;
  border-radius: 1px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.menu_icon span.bar1 {
  margin-top: 2px;
}

.menu_icon:hover span {
  margin-bottom: 4px;
}

.menu_icon:hover span.bar1 {
  margin-top: 0px;
}

.menu_icon.active {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu_icon.active:hover span {
  margin-top: 2px;
  margin-bottom: 2px;
}

.menu_icon.active .bar1 {
  -webkit-transform: rotate(0deg) translateY(7px);
  -moz-transform: rotate(0deg) translateY(7px);
  transform: rotate(0deg) translateY(7px);
}

.menu_icon.active .bar2 {
  opacity: 0;
}

.menu_icon.active .bar3 {
  -webkit-transform: rotate(-90deg) translateX(5px);
  -moz-transform: rotate(-90deg) translateX(5px);
  transform: rotate(-90deg) translateX(5px);
}

/***************************/
/* main */
/***************************/

#key{
	display:none;
}

#container{
	width: auto;
	padding: 15px;
	background: #000;
	color: #fff;
}

#main,
#sub{
	width: auto;
	height: 100%;
	-moz-box-sizing:border-box;
	-webki-box-sizing:border-box;
	box-sizing:border-box;
}

#container a{
	color: #fff;
	
}

#container h1{
	margin: 11px 0 36px 0;
}

#container h1,
#container h2{
	text-align: center;
}

#container h1 img,
#container h2 img{
	display:inline;
}

/***************************/
/* main */
/***************************/

#main{
	width: 100%;
	margin-bottom: 40px;
	color: #fff;
}

#main h1 img{
	height: 22px;
}

/***************************/
/* sub */
/***************************/

#sub{
	width: 100%;
	color: #d0d0d0;
}

#sub h2{
	margin-bottom: 24px;
}

/* release
------------------ */

#release{
	margin-bottom: 40px;
}

#release figure{
	overflow:hidden;
	text-align: center;
}

#release figure img{
	max-width: 190px;
	min-height:140px;
	display:inline;
}

#release figcaption{
	margin: 12px 4px 0 4px;
	font-size: 68%;
	line-height: 1.6;
}

/* bxslider */

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/* twitter
------------------ */

#twitter h2{
	margin-bottom: 10px;
}

iframe.twitter-timeline{
	width: 100% !important;
	height: auto !important;
	max-height:280px;
}

/* bnr
------------------ */
#bnr{
	padding-top:20px;
}
#bnr ul li{
	width: 100%;
	margin:0 auto 10px auto;
	float:none;
	text-align:center;
	
}

#bnr ul li:last-of-type{
	margin-bottom: 0;
}
#bnr ul li img{
	margin:0 auto;
	
}

.sns_list {
	display: flex;
  justify-content: center;
  align-items: center;
	margin-top: 30px;
}
#global_container .open_menu ul .sns_list li {
width:auto;
margin-right: 50px;
}
#global_container .open_menu ul .sns_list li:last-child{
    margin-right: 0;
}
#global_container .open_menu ul .sns_list li a{
      display: inline-block;
  width: auto
}
.sns_list li img{
    height: 25px;
    width: auto;
}
/***************************/
/* footer */
/***************************/

footer{
	margin-top: 20px;
}

footer .copyright{
	color: #a0a0a0;
	font-size: 62%;
	text-align: center;
}


