@charset "UTF-8";
.none {
	display: none;
}
@media (min-width: 980px) {
.pc_none {
	display: none;
}
}
/*@media screen and (min-width:768px) and ( max-width:1140px) {
.tab_none {
	display: none;
}
}*/
@media (max-width: 979px) {
.sp_none {
	display: none;
}
}

body {
	font : 14px "Roboto", "メイリオ", Meiryo, "ヒラギノUD角ゴ W4 JIS2004", YuGothic, "游ゴシック", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight:600;
	color: #FFFFFF;
	background:#000000;
	letter-spacing: 1.8px;
	line-height: 1.5;
}
h1{
	font-size:12px;
	text-align:center;
	padding:10px 0;
}
h2{
	font : 26px 'Cherry Cream Soda', cursive;
	font-weight:bold;
	letter-spacing: 1.5px;
	margin-bottom:24px;
}
h3{
	font-size:12px;
	letter-spacing: 2px;
	margin-bottom:24px;
}

@media (max-width: 767px) {
h2{
	font : 20px 'Cherry Cream Soda', cursive;
	font-weight:bold;
	letter-spacing: 1.5px;
	margin-bottom:24px;
}
}


/*
============================================================
	font 
============================================================
*/ 

.font_wh {
	color: #FFF;
}
.font_bk {
	color: #000;
}
.font_gd {
	color: #E1CD53;
}
.font_gray {
	color: #999;
}
.font_blue{
	color:#5BBDC0;
}
.font_red{
	color:#E1587A;
}

.bg_wh{
	background-color:#FFFFFF;
}

/*================= PC / Tablet =================*/

@media screen and (min-width: 768px) {
.font_xsmall{
	font-size:12px;
	line-height:1.8em;
}
.font_small{
	font-size:14px;
	text-align:left;
}
.font_small_C{
	font-size:14px;
	text-align:center;
}
.font_small_CB{
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.font_small_B{
	font-size:14px;
	font-weight:bold;
	line-height:1.8em;
}
.font_small_R{
	font-size:14px;
	text-align:right;
	line-height:1.8em;
}
.font_medium_C{
	font-size:16px;
	text-align:center;
	line-height:1.8em;
}
.font_medium_CB{
	font-size:16px;
	text-align:center;
	line-height:1.8em;
	font-weight:bold;
}
.font_medium_B{
	font-size:16px;
	text-align:left;
	line-height:1.8em;
	font-weight:bold;
}
.font_large_CB{
	font-size:18px;
	text-align:center;
	line-height:1.8em;
	font-weight:bold;
}
.font_large_B{
	font-size:18px;
	text-align:left;
	line-height:1.8em;
	font-weight:bold;
}
.font_border{
	border-bottom:1px;
}

}

/*================= SP =================*/

@media (max-width: 767px) {
.font_xsmall{
	font-size:10px;
	text-align:left;
	line-height:1.8em;
}
.font_small{
	font-size:12px;
	text-align:left;
}
.font_small_C{
	font-size:12px;
	text-align:left;
}
.font_small_CB{
	font-size:12px;
	text-align:left;
	/*font-weight:bold;*/
	text-align:center;
}
.font_small_B{
	font-size:12px;
	text-align:left;
	font-weight:bold;
	line-height:1.8em;
}
.font_small_R{
	font-size:12px;
	text-align:right;
	line-height:1.8em;
}
.font_medium_C{
	font-size:14px;
	text-align:left;
	line-height:1.8em;
}
.font_medium_CB{
	font-size:14px;
	text-align:left;
	line-height:1.8em;
	font-weight:bold;
}
.font_medium_B{
	font-size:14px;
	text-align:left;
	line-height:1.8em;
	font-weight:bold;
}
.font_large_CB{
	font-size:16px;
	text-align:left;
	line-height:1.8em;
	font-weight:bold;
}
.font_large_B{
	font-size:16px;
	text-align:left;
	line-height:1.8em;
	font-weight:bold;
}

}

/*
============================================================
	btn 
============================================================
*/ 
@media screen and (min-width: 768px) {
.btn1{
	width:200px;
	margin:20px auto 20px;
}
.btn2{
	width:350px;
	margin:0 auto;
}
.btn3{
	width:600px;
	margin:0 auto;
}
.btn4{
	width:100%;
	margin:0 auto;
}
}
@media screen and (max-width: 767px) {
.btn1{
	width:80%;
	margin:0 auto;
}
.btn2{
	width:80%;
	margin:0 auto;
}
.btn3{
	width:80%;
	margin:0 auto;
}
.btn4{
	width:100%;
	margin:0 auto;
}
}

/*
============================================================
	header 
============================================================
*/

@media (min-width: 980px) {
header{
	width:100%;
	height:auto;
	background:#000000;
	overflow:hidden;
	position: relative;
}
header .logo{
	width:126px;
	margin-left:30px;
	float:left;
}
header .btnArea{
	width:820px;
	height:70px;
	float:right;
}
}

@media (max-width: 979px) {
header{
	width:100%;
	height:60px;
	background:#000;
	top:0;
	position: fixed;
	z-index:9999;
}
header .logo{
	width:100px;
	margin-top:5px;
	margin-left:20px;
	float:left;
}
#menu-icon {
	display: block;
	margin: 10px 20px 0 0;
	float: right;
}
#gNavi {
	position: absolute;
	width: 100%;
	top: 60px;
	background: #222;
	display: none;
	overflow: hidden;
	font : 12px 'Cherry Cream Soda', cursive;
}
#gNavi li {
	display: block;
	float: none;
	border-bottom: solid 2px #1a1a1a;
}
#gNavi li a {
	display: block;
	background-image: none;
	zoom: 1;
	text-indent: 0;
	padding: 18px;
	color: #fff;
	text-decoration:none;
}
#gNavi li a {
	width: 100%;
	height: auto;
}
}

/*
============================================================
	contents 
============================================================
*/

/*
=========================== PC ===========================
*/

@media screen and (min-width: 1141px) {
section {
	padding:50px 0 50px !important;
	text-align:center;
	overflow:hidden;
}
#container_index,#container{
	background:url(../images/common/back.png) no-repeat;
	background-size:100%;
}
}

/*
=========================== Tablet / SP ===========================
*/

@media screen and (max-width: 1139px) {
section {
	padding:10% 0 10% !important;
	text-align:center;
	overflow:hidden;
}
.inner {
  width: 92%;
  margin: 0 auto;
}
#container_index{
	background:url(../images/common/sp_back.png) no-repeat;
	background-size:100%;
}
#container{
	background:url(../images/common/sp_back.png) no-repeat;
	background-size:100%;
	margin-top:60px;
}
}


/*
============================================================
	footer
============================================================
*/ 

footer {
	width: 100%;
	padding: 50px 0;
	color:#000000;
	text-align:center;
	background:url(../images/common/footer/back.jpg) repeat;
	background-size:100%;
	overflow: hidden;
}
footer .navi{
	font-weight:bold;
	text-align:center;
	margin:0 auto;
}
footer a:link {
	color:#000000;
}
footer a:visited {
	color: #000000;
}
footer a:hover {
	color:#303030;
}
footer a:active {
}
footer .instaArea{
	width:1000px;
	margin:0 auto 30px;
	position:relative;
	overflow:hidden;
}
footer .instaArea .instaclearBtn{
	width:100%;
	position:absolute;
}
/*
=========================== Tablet / SP ===========================
*/

@media screen and (max-width: 1139px) {
footer {
	width: 100%;
	padding: 50px 0 80px;
	color:#000000;
	text-align:center;
	background:url(../images/common/footer/back.jpg) repeat;
	background-size:100%;
	overflow: hidden;
}
footer .instaArea{
	width:100%;
	margin:0 auto 30px;
}
}

/*
============================================================
	footer btn SP
============================================================
*/ 

#footer_btn{
	width:100%;
	position:fixed;
	bottom:-1px;
	z-index:1000000;
}
#footer_btn li{
	width:16.6666666666%;
	float:left;
}