@charset "utf-8";

body{
  /background: #ff0 url('../pc_menu.jpg') no-repeat center top;
}
#wrapper{
    padding:0;
    width:100%;
	margin:0 auto;
	/background: rgba(0,255,255,0.3);
	visibility:hidden;
}
#contents{
	width:1000px;
	padding-top:60px;
	margin:0 auto;
}
a,
a:hover{
	color:#000;
	text-decoration: none;
}
img{
	width:100%;
	height:auto;
	vertical-align: bottom;
}
.section{
	position: relative;
	width:1000px;
	margin:0 auto;
	/background: rgba(255,0,0,0.3);
}
.section2{
	position: relative;
	width:1000px;
	margin:0 auto;
	/background: rgba(0,0,255,0.3);
}
.txt{
	line-height: 1.9;
}


/*-----------------------
header
-----------------------*/
#header{
	position: fixed;
	top:0;
	width:100%;
	height:70px;
	background: url(../img/common/white.png) repeat left top;
	z-index: 897;
}
#header .head_inner{
	position: relative;
	width:100%;
	margin:0 auto;
}
#header h1{
	position: absolute;
	width:422px;
	top:25px;
	left:30px;
}
#header h1 a div{
	display: inline-block;
	position: absolute;
	top:0;
}
#header h1 a div.white{
	display: none;
}
#sns{
	position: absolute;
	float:right;
	top:10px;
	right:20px;
	width:110px;
}
#sns ul li{
	float:left;
	width:50px;
}
#sns ul li:first-child{
	margin-right:10px;
}

/* =========================================== */
/* menu */
/* =========================================== */
#btn-menu,
#btn-menu2 {
width:50px;
height:53px;
position: absolute;
top:70px;
left:30px;
overflow:hidden;
}
#btn-menu a {
position: absolute;
display: block;
width:50px;height:53px;
background-image: url("../img/common/menu_open_pc.png");
background-size: 100% auto;
background-repeat: no-repeat;
background-position:0 0px;
overflow:hidden;
margin:0;
z-index: 199;
}
#btn-menu a.white {
background-position:0 -60px;
z-index: 200;
display: none;
}
#btn-menu2 a {
display: block;
width:50px;height:53px;
background-image: url("../img/common/menu_close_pc.png");
background-size: 100% auto;
background-repeat: no-repeat;
background-position:0 0;
overflow:hidden;
margin:0;
z-index: 199;
}

#menu {
	position: fixed;
	top:0;
	left:0;
	width:360px;
	height:100%;
	z-index: 998;
	display: none;
}
#menu ul.menu_list {
	position: relative;
	width:300px;
	height:590px;
	margin:174px auto 0;
}
#menu ul.menu_list li {
	margin-top:70px;
	width:100%;
}
#menu li a {
}
#menu_bg {
	display:none;
	width:360px;
	height:100%;
	min-height:100%;
	background:#fff;
	position:fixed;
	top:0;
	left:0;
	z-index:990;
}
#menu_clase_bg {
	display:none;
	width:100%;
	height:100%;
	min-height:100%;
	position:fixed;
	top:0;
	z-index:989;
}


/*-----------------------
footer
-----------------------*/
#footer2{
	position: fixed;
	left:0;
	bottom:0;
	width:100% !important;
	z-index: 897;
}
#footer2 .f_navi {
	width:1000px;
	height:50px;
	margin:0 auto;
	overflow: hidden;
}
#footer2 .f_navi ul {
}
#footer2 .f_navi ul li {
	float:left;
	width:200px;
	padding-top:20px;
}
#footer2 .f_navi ul li a{
	display: block;
	height:50px;
	width:200px;
	margin:0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
#footer2 .f_navi ul li a.active{
	cursor: default;
	pointer-events: none;
}
#footer2 .f_navi ul li.list1 a{
	background-color: #287033;
}
#footer2 .f_navi ul li.list2 a{
	background-color: #ffc708;
}
#footer2 .f_navi ul li.list3 a{
	background-color: #f26522;
}
#footer2 .f_navi ul li.list4 a{
	background-color: #005597;
}
#footer2 .f_navi ul li.list5 a{
	background-color: #8c512f;
}
.copyright_wrap{
	position: relative;
	width:1000px;
	margin:0 auto 112px;
}
.copyright_wrap p.copyright{
	float: right;
	text-align: right;
	width:354px;
}
.copyright_wrap ul.bnrs{
  width:870px;
	margin:0 auto 20px;
}
.copyright_wrap ul.bnrs li{
	float:left;
	width:258px;
	height:42px;
	padding:0px;
	margin-left:48px;
	margin-bottom:20px;
	vertical-align: bottom;
}
.copyright_wrap ul.bnrs li:nth-child(3n+1){
	margin-left:0px;
}
.copyright_wrap p.note{
	margin: 0 30px 40px;
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
}
.bnrs2{
	margin-top:-25px !important;
}

/* loading */
/*------------------------------*/
#loader {
    width: 46px;
    height: 49px;
    position: fixed;
    _position: absolute; /* IE6?ｽﾎ搾ｿｽ */
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -23px;
    z-index: 10100;
}
#loader img {
	width:46px;
	height:49px;
}
#fade {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
}




@media screen and (max-width: 768px) {
	body{
		/background: url('../sp1.jpg') no-repeat center 0px;
		/background: url('../sp_menu.jpg') no-repeat center top;
		/background-size: 100% auto;
		/background:none;
	}
	#wrapper{
		padding:0;
		width:100%;
		overflow: hidden;
		margin:0 auto;
		/background: rgba(255,0,255,0.3);
	}
	#contents{
		width:92%;
		margin:0 auto;
	}
	.section,
	.section2{
		position: relative;
		width:100%;
		margin:0 auto;
	}
	.txt{
		font-size:15px;
		line-height: 1.9;
	}


	/*-----------------------
	header
	-----------------------*/
	#header{
		position: fixed;
		top:0;
		width:100%;
	}
	#header .head_inner{
		position: relative;
		width:100%;
		margin:0 auto;
	}
	#header h1{
		position: absolute;
		width:23.46%;
		top:10px;
		left:10px;
	}
	#sns{
		float:none;
		width:19%;
		right:16%;
	}
	#sns ul li{
		float:left;
		width:45%;
	}
	#sns ul li:first-child{
		margin-right:10%;
	}
	/* =========================================== */
	/* menu */
	/* =========================================== */
	#btn-menu,
	#btn-menu2 {
	width:11%;
	height:50px;
	position: absolute;
	top:10px;
	right:10px;
	left:auto;
	}
	#btn-menu2 {
	width:16.5%;
	}
	#btn-menu a {
	display: block;
	width:100%;height:100%;
	background-image: url("../img/common/menu_open_pc.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position:0 0px;
	margin:0;
	z-index: 199;
	}
	#btn-menu a.white {
	background-position:0 100%;
	}

	#btn-menu2 a {
	display: block;
	width:100%;height:100%;
	background-image: url("../img/common/menu_close_pc.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position:0 0;
	margin:0;
	z-index: 199;
	}

	#menu {
		position: fixed;
		top:0;
		left:auto;
		right:0;
		width:66.6%;
		height:100%;
		display: none;
	}
	#menu ul.menu_list {
		position: relative;
		width:92%;
		height:auto;
		margin:30% auto 0;
	}
	#menu ul.menu_list li {
		margin-top:15%;
		width:100%;
	}
	#menu_bg {
		display:none;
		width:66.6%;
		height:100%;
		min-height:100%;
		background:#fff;
		position:fixed;
		top:0;
		left:auto;
		right:0;
		z-index:989;
	}

	/*-----------------------
	footer
	-----------------------*/
	#footer2 .f_navi {
		width:93.33%;
		height:50px;
		margin:0 auto;
		overflow: hidden;
	}
	#footer2 .f_navi ul li {
		float:left;
		width:20%;
		padding-top:20px;
	}
	#footer2 .f_navi ul li a{
		display: block;
		height:50px;
		width:100%;
		margin:0;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		-webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
	}
	.pagetop{
		padding-bottom:26%;
	}
	.pagetop a{
		display: block;
		position: relative;
		width:23.2%;
		float:right;
		margin-right:3%;
		z-index: 10;
	}
	.copyright_wrap{
		width:86%;
		margin:0 auto 20%;
	}
	.copyright_wrap p.copyright{
		text-align: center;
		float: none;
		width:100%;
	}
	.copyright_wrap ul.bnrs{
		width:100%;
		margin-top:6%;
		margin-bottom:1%;
	}
	.copyright_wrap ul.bnrs li{
		float:none;
		width:100%;
		height:auto;
		padding:0;
		margin-left:0;
	}
	.copyright_wrap ul.bnrs li:first-child{
		margin-left:0px;
	}
	.copyright_wrap p.note{
		margin: 1% 0 5%;
		font-size: 10px;
		line-height: 1.6;
		text-align: left;
	}
	.bnrs2{
		margin-top:-2px !important;
	}
}

/*-----------------------
Parts
-----------------------*/
.coming_soon_wrap {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coming_soon_title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #c0c0c0;
}

.coming_soon_title:after {
  content: "…";
  position: relative;
  top: 8px;
}

@media screen and (max-width: 768px) {
  .coming_soon_wrap {
    min-height: 240px;
  }

  .coming_soon_title {
    font-size:18px;
  }

  .coming_soon_title:after {
    top: 0;
  }
}


@media print {
	#header{
		position: absolute;
		top:0;
	}
	#ico_cur{
		display: none;
	}
}
