@charset "utf-8";

/* reset
==============================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: bottom;
	border: none;
}
input, select {
	vertical-align:middle;
}

/* gss
==============================*/

#___gcse_1 .cse .gsc-control-cse,
#___gcse_1 .gsc-control-cse {
	padding: 0;
}

#___gcse_1 .cse .gsc-control-cse:after,
#___gcse_1 .gsc-control-cse:after {
	content: normal;
}

#___gcse_1 .gsc-control-cse:after {
	content: normal;
}

#___gcse_1 .cse .gsc-control-cse,
#___gcse_1 .gsc-control-cse {
	border: none;
}

/* basic
==============================*/
html {
	font-size: 62.5%;
}

body{
	position: relative;
	min-width: 980px;
	font-size: 14px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, sans-serif;
	color: #383838;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	background: url(../img/body_bg.jpg) repeat center top;
}

/* common class
==============================*/
.spElem{
	display: none;
}

@font-face {
	font-family: "digital";
	src: url("../fonts/DSEG14ClassicMini-Regular.woff") format("woff"),
	url('../fonts/DSEG14ClassicMini-Regular.ttf') format("truetype");
}

.font-digital{
	font-family: "digital";
}

.hover:hover{
	opacity: 0.8;
}

.cf:after{
	content: "";
	clear: both;
	display: block;
}

.fullImg{
	width: 100%;
}

.iconBlue,
.iconblue{
	background-color: #33adf3;
}

.iconRed,
.iconred{
	background-color: #ee4949;
}

.iconGreen,
.icongreen{
	background-color: #90db30;
}

.iconPink,
.iconpink{
	background-color: #ed4182;
}

.bold{
	font-weight: bold;
}

/* common parts
==============================*/
.container{
	position: relative;
	padding-top: 60px;
	z-index: 1;
}

/* 背景の人 */
#bgContainer{
	overflow: hidden;
	position: absolute;
	top: 60px;
	width: 100%;
	z-index: -1;
}

.bgObake{
	width: 100%;
	height: 940px;
}

.bgObake.show .obake01{
	opacity: 1;
	animation: fadeIn 2s ease 0s 1 normal;
}

.bgObake.show .obake02{
	opacity: 1;
	animation: fadeIn2 2s linear 0s 1 normal;
}

.obake01{
	height: 470px;
	background: url(../img/bg_obake01.png) no-repeat center top;
	opacity: 0;
}

.obake02{
	height: 470px;
	background: url(../img/bg_obake02.png) no-repeat center top;
	opacity: 0;
}

@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 1;
	}
}

@keyframes fadeIn2{
	0%{
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

/* nav */
.navWrap{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #858585;
	background: url(../img/bg_stripe_blue.gif) repeat 0 0;
}

.navWrap.fixed{
	position: fixed;
}

.nav{
	position: relative;
	width: 980px;
	height: 60px;
	margin: 0 auto;
}

.nav li{
	position: relative;
	float: left;
	display: table;
	width: 20%;
}

.nav li a{
	position: relative;
	z-index: 10;
	display: table-cell;
	width: 100%;
	height: 60px;
	font-size: 14px;
	color: #f7ff14;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.05em;
	vertical-align: middle;
}

.nav li a span{
	display: block;
	padding-bottom: 4px;
	font-size: 20px;
	color: #fff;
}

.nav::before{
	content: "";
	position: absolute;
	display: block;
	top: 15px;
	left: 0;
	width: 1px;
	height: 30px;
	background-color: #d4d3d3;
}

.nav li a::after{
	content: "";
	position: absolute;
	display: block;
	top: 15px;
	right: 0;
	width: 1px;
	height: 30px;
	background-color: #d4d3d3;
}

.nav li a:hover{
	background-color: rgba(0, 0, 0, 0.5);
}

.spTopBar{
	display: none;
}

.menuBtn{
	display: none;
}

/* footer */
.footer{
	position: relative;
	padding: 15px 0 35px;
	line-height: 1.5;
	color: #fff;
	background: url(../img/bg_stripe_blue.gif) repeat 0 0;
}

.footerInfo{
	width: 980px;
	margin: 0 auto 20px;
}

.footerInfo dt{
	position: relative;
	margin-bottom: 4px;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.1em;
}

.footerInfo dt span{
	position: relative;
	padding-right: 5px;
	background: url(../img/bg_stripe_blue.gif) repeat 0 0;
}

.footerInfo dt::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	background-color: #fff;
}

.footerInfo dd{
	letter-spacing: 0.05em;
}

.footerBottom{
	width: 980px;
	margin: 0 auto;
}

#snsBtn{
	float: left;
	display: table;
}

#snsBtn li{
	display: table-cell;
	padding-right: 9px;
}

#snsBtn .spElem{
	display: none;
}

#snsBtn a{
	display: block;
	width: 42px;
	height: 42px;
	background-image: url(../img/footer_sns_icon.png);
	background-size: 42px 126px;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.snsBtnFb a{
	background-position: 0 0;
}

.snsBtnTw a{
	background-position: 0 -42px;
}

.snsBtnLi a{
	background-position: 0 -84px;
}

.copy{
	padding-top: 24px;
	font-size: 12px;
	text-align: right;
	letter-spacing: 0.1em;
}

#topBtn{
	position: absolute;
	top: -80px;
	right: 10px;
	width: 80px;
	height: 80px;
	background: url(../img/btn_top.png) no-repeat 0 0;
}

#topBtn:hover{
	cursor: pointer;
}

/* 980px以下
==============================*/
@media screen and (max-width: 980px) {
	body{
		min-width: 0;
	}
	#thkGlobal{
		display: none;
	}

	#bgContainer{
		display: none;
	}

/* common parts
==============================*/
	.container{
		position: relative;
		padding-top: 50px;
	}

	body.open {
		overflow: hidden;
	}

/* nav */
	.navWrap{
		position: fixed;
		top: 0;
		right: -200%;
		left: auto;
		width: 80%;
		height: 100%;
		border-bottom: 0;
		background: none;
		transition: right .3s ease;
	}

	.navWrap.open{
		right: 0;
	}

	.navWrap .menuBtn{
		position: absolute;
		top: 0;
		left: -50px;
		color: #fff;
		background-color: #383838;
	}

	.nav{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 50px;
		background-color: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.nav::before{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		background: #dcdcdc url(../img/sp/nav_logo.png) no-repeat 15px center;
		background-size: 104px auto;
	}

	.nav li{
		float: none;
		display: block;
		width: 100%;
	}

	.nav li a{
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		padding: 15px 15px 15px 38px;
		border-bottom: 1px solid #dcdcdc;
		font-size: 15px;
		color: #383838;
		text-align: left;
		background-color: #fff;
		box-shadow: 0 -1px 1px 0 #f3f3f3 inset;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.nav li a span{
		display: none;
	}


	.nav li:first-of-type a::before{
		display: none;
	}

	.nav li a::after{
		display: none;
	}

	.nav li a:hover{
		background-color: #fff;
	}

	.nav li a::before,
	.nav li:first-of-type a::before{
		content: "△";
		display: block;
		position: absolute;
		top: 50%;
		left: 14px;
		width: 1em;
		height: 1em;
		margin-top: -6px;
		font-size: 12px;
		background-color: transparent;
		transform: rotate(90deg);
	}

	.spTopBar{
		position: fixed;
		display: block;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 50px;
		border-bottom: 1px solid #858585;
		background: url(../img/bg_stripe_blue.gif) repeat 0 0;
		background-size: 4px 4px;
	}

	.spThkLogo{
		float: left;
		padding: 4px 9px 0 5px;
	}

	.spLogo{
		padding-top: 8px;
	}

	.spTopBar .menuBtn{
		position: absolute;
		top: 0;
		right: 0;
		color: #fff;
		background-color: transparent;
	}

	.menuBtn{
		display: block;
		width: 50px;
		height: 50px;
		padding: 7px 8px 0;
		font-size: 10px;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.menuBtn:hover{
		cursor: pointer;
	}
	
	.menuBtn div{
		width: 100%;
		height: 2px;
		margin-bottom: 7px;
		background-color: #fff;
	}
	
	#menuBg{
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 100;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
	}

/* footer */
	.footer{
		margin-top: 60px;
		padding: 7px 10px;
		background-size: 4px 4px;
	}

	.footerInfo{
		width: 100%;
		margin: 0 auto 10px;
	}

	.footerInfo dt{
		position: relative;
		margin-bottom: 4px;
		font-size: 9px;
	}

	.footerInfo dt span{
		position: relative;
		padding-right: 5px;
		background: url(../img/bg_stripe_blue.gif) repeat 0 0;
	}

	.footerInfo dt::before{
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 100%;
		height: 2px;
		margin-top: -1px;
		background-color: #fff;
	}

	.footerInfo dd{
		font-size: 7px;
	}

	.footerBottom{
		width: 100%;
		margin: 0 auto;
	}

	#topBtn{
		top: -40px;
		right: 0;
		width: 40px;
		height: 40px;
		background-size: 40px 40px;
	}
}/* media */

/* 640px以下
==============================*/
@media screen and (max-width: 640px) {
	.spElem{
		display: block;
	}

/* footer */
	.footer{
		position: static;
		margin-top: 30px;
	}

	.footerBottom{
		position: relative;
	}

	#snsBtn{
		float: none;
	}

	#snsBtn .spElem{
		display: table-cell;
	}

	.copy{
		padding-top: 12px;
		font-size: 7px;
		text-align: center;
	}

	#topBtn{
		position: absolute;
		top: 0;
		right: 0;
		width: 42px;
		height: 42px;
		background-size: 42px 42px;
	}

}/* media */


/* 非公開 */
/*
.nav li:nth-child(4)::before{
	content: "";
	position: absolute;
	z-index: 100;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
}
*/
