@charset "utf-8";
/* CSS Document */

/* =====================================================================
*	COMMON CSS
* =================================================================== */
.guard {
	cursor: no-drop;
	pointer-events: none;
	cursor: default;
}
.R {
	float:right;
}
.L {
	float:left;
}
.sp {display: none;}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	transition: 0.3s;
	display: inline-block;
	zoom: 1;
}
/* Mobile */
@media screen and (max-width : 768px) {
.sp {display: block;}
.pc {display: none;}
}

/* =====================================================================
*	wrapper
* =================================================================== */
body {
	background:#130b08 url(../img/bg.jpg) repeat-x center top;
}
#container {
	background:url(../img/main.jpg) no-repeat center top;
	width:100%;
	min-height: 1000px;
	position: relative;
	visibility:hidden;
}
#content {
	position: relative;
	width: 700px;
	height: 590px;
	margin: 0 auto;
}
.txt02 {
	text-align: center;
}
.twitter {
	position:absolute;
	top:0px;
	right:0px;
	z-index:100;
}
.sns {
	text-align:center;
	width:100%;
	margin:15px auto 8px;
}
.sns li {
	display:inline-block;
	vertical-align: top;
	text-align:center;
}
h1.logo {
	text-align:center;
	padding-top: 400px;
}
.txt01 {
	position: absolute;
	top: 29px;
	left: 284px;
}
.comment_cp {
	position: absolute;
	top: 400px;
	right: -140px;
}
.comment_link {
	position: absolute;
	top: 500px;
	left: -140px;
}
.roadshow {
	position: absolute;
	top: 526px;
	right: -86px;
}
.bt_yokoku {
	position: absolute;
	top: 480px;
	left: -100px;
}
.menu {
	background:url(../img/menu_bg.png) repeat-y center top;
	width: 100%;
	max-width:1020px;
	margin: 0 auto 5px;
	height: 36px;
	text-align: center;
}
.menu li {
	display:inline-block;
	padding: 4px 7px;
}
.menu li img {
	height: 26px;
}
.billing {
	width: 100%;
	max-width:1020px;
	margin: 0 auto;
}
.billing img {
	width:100%;
}
#wrapper_sp {
	width:100%;
	z-index:0;
	position:relative;
}
.sns_sp {
	text-align:center;
	width:100%;
	margin:15px auto 8px;
	padding-bottom:10px;
}
.sns_sp li {
	display:inline-block;
	vertical-align: top;
}
@media screen and (min-width : 769px) {
.menu {
	padding-right: 80px;
}
}

@media screen and (max-width : 768px) {
body {
	background-image: none;
}
#container {
	background:url(../img/main.jpg) no-repeat center top;
	background-size: 120% auto;
	min-height: 600px;
}
h1.logo {
	padding-top: 300px;
}
h1.logo img,
.txt02 img {
	width: 80%;
	text-align: center;
}
.txt01 {
	position: absolute;
	top: 10px;
	right: 0;
	left: auto;
}
.txt01 img {
	width: 80px;
}
.comment_link {
	display:none;
}
.comment_cp {
	position: absolute;
	top: 34%;
	left: 1%;
	right: 0;
}
.comment_cp img {
	width: 30%;
	max-width: 110px;
}
#content {
	width:98%;
}
#wrapper_top h1 {
	padding-top:20px;
}
.twitter img {
	width:80px;
}
#wrapper_top h1 {
	padding-top:77px;
}
.menu {
	background-size: 120% auto;
	margin: 10px auto 0;
	height: 24px;
	text-align: center;
}
.menu li {
	display:inline-block;
	padding: 3px 20px;
}
.menu li img {
	height: 18px;
}
}
@media screen and (max-width : 480px) {
#container {
	background:url(../img/main.jpg) no-repeat center top;
	background-size: 150% auto;
}
h1.logo {
	padding-top: 270px;
}
h1.logo img,
.txt02 img {
	width: 98%;
	text-align: center;
}
.txt01 img {
	width:30%;
	min-width: 70px;
}
.comment_cp {
	position: absolute;
	top: 28%;
	left: 2%;
}
}
#menu{
  width: 100%;
  position: relative;
  margin-bottom:20px;
}
#menu li a{
  display: block;
  padding: 14px 0 0;
  background: #43123C;
  border-bottom: 1px solid #130B08;
  color: #fff;
  text-decoration: none;
  height:36px;  
  font-family:"游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  text-align: center;
  font-size:18px;
}
#menu li a:hover{
  background: #6F196D;
}