@charset "utf-8";
/* CSS Document */


.alphaImg a:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.sp {
	display: none;
}

/* ---------------------▼基本構造--------------------- */

html {
	height: 100%;
}

body {
	height: 100%;
	text-align: center;
	background-color: #000;
	font-family: "游ゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
}

/* メインリンク設定 */
a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #afeeee;
	text-decoration: none;
}

/* ---------------------▼基本構造--------------------- */

#container {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100vh;
	border-top: 20px solid #000;
}

#container #contents {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 30%;
}

#container #bg {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../../image/common/img_gggback.jpg") no-repeat center bottom;
	background-size: cover;
	z-index: -1;
}

section {
	position: relative;
}

/* ---------------------▲基本構造--------------------- */


/* ---------------------▼header--------------------- */

header {
	display: none;
}

#header_second {
	display: none;
	position: fixed;
	width: 100%;
	height: 35px;
	background-color: #000;
	z-index: 10;
	border-bottom: 2px solid #ff5f00;
	border-top: 2px solid #ff5f00;
}

#header_second ul {
	height: 100%;
	line-height: 35px;
}

#header_second ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2%;
}

#header_second ul li img {
	height: 13px;
}

/* ---------------------▲header--------------------- */


/* ---------------------▼menu--------------------- */

#contents ul#menu_wrap li {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	margin-top: 3%;
}

#contents ul#menu li {
	width: 100%;
}

#contents ul#menu_wrap li img.main_logo {
	width: 100%;
	margin-top: 9%;
}

#contents ul#menu li img {
	width: 75%;
}

#contents ul#menu li.left {
	text-align: left;
}

#contents ul#menu li.right {
	text-align: right;
}



/* ---------------------▲menu--------------------- */


/* ---------------------▼footer--------------------- */

/* footer */
#container footer {
	position: absolute; /* トップのみabsolute */
	bottom: 0;
	z-index: 1;
	width: 100%;
	background: url("../../image/common/img_footerback.png") no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 5% 0 1%;
	color: #fff;
}

/* sns */
#container footer ul {
	width: 30%;
	margin: 0 auto 1%;
}

#container footer ul li {
	display: inline-block;
	vertical-align: middle;
}

#container footer ul li img {
	width: 100%;
}

#container footer ul li.sns {
	width: 17%;
	margin: 0 3px;
}

#container footer ul li.share {
	width: 30%;
}

/* SUNRISE */
#container footer small {
	font-weight: bold;
	font-size: 12px;
}

#container footer p.work {
	font-size: 12px;
	font-weight: bold;
	margin: 1% 0 1%;
}

#container footer p.caution {
	font-size: 10px;

}

/* ---------------------▲footerページ--------------------- */


/* ---------------------▼トップへ戻るボタン--------------------- */

#toTop {
  position: fixed;
  bottom: 30px;
  right: 10.5%;
	width: 5%;
	z-index: 999;
}

#toTop img {
	display: none;
	width: 100%;
}

#toTop a {
}

#toTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* ---------------------▲トップへ戻るボタン--------------------- */
