@charset "utf-8";

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
html{height: 100%;overflow-y:scroll;background-color:#000;}
body {
	word-wrap : break-word;overflow-wrap : break-word;
	font:400 14px "メイリオ",Meiryo,sans-serif;
	line-height:1;
	color: #f8d64f;
	height: 100%;
	width: 100%;
}
/*.fade-layer, body:before{
	content: '';
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	z-index:99999;
}
body.fade-layer-off:before{content: none;}*/
#loadingWrap {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 9999;
}
.load {
	display: block;
	visibility: hidden;
	width: 100%;
	height: 100%;
	background: url(/img/top/loading.png) no-repeat center center;
	opacity: 0;
}
#wrapper {
	position: relative;
	min-height: 100%;
	min-width:1100px;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}ol, ul {list-style:none;}blockquote, q {quotes:none;}blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}ins {background-color:#ff9;color:#000;text-decoration:none;}mark {background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del {text-decoration: line-through;}abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help;}table {border-collapse:collapse;border-spacing:0;}hr {display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}input, select {vertical-align:middle;}.clearfix:after {content: "";clear: both;display: block;height:0;visibility:hidden;}
#colorbox, #cboxOverlay, #cboxWrapper {position: absolute; top: 0; left: 0; z-index: 9999; overflow: hidden; outline: 0;} #cboxOverlay {position: fixed; width: 100%; height: 100%;}#cboxMiddleLeft, #cboxBottomLeft {clear: left;} #cboxContent {position: relative;} #cboxLoadedContent {overflow: auto;} #cboxTitle {margin: 0;} #cboxLoadingOverlay, #cboxLoadingGraphic {position: absolute; top: 0; left: 0; width: 100%; height:100%;} #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {cursor: pointer;} #cboxOverlay {background: #000;} #cboxContent {overflow:hidden;} #cboxError {padding: 50px; border: 1px solid #ccc;} #cboxLoadedContent {margin: 60px 0 0; overflow: hidden;} #cboxTitle {position: absolute; bottom: 4px; left: 0; text-align: center; width: 100%; color: #949494;} #cboxCurrent {display: none;} #cboxSlideshow {position: absolute; right: 30px; bottom: 4px; color: #0092ef;} #cboxClose {position: absolute; right: 0; top: 0; border: none; background-image: url("/img/top/close.png"); background-color: transparent; width: 60px; height: 60px; text-indent:-9999px;-webkit-transition: .2s ease-out;transition: .2s ease-out;} #cboxClose:hover {opacity:0.7;} .cboxIframe { width: 100%; height: 100%; display: block; border: 0; }

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none;
}
a:link, a:visited, a:hover, a:active {border-style:none;text-decoration: none;color:#d32b8a;}
a:focus {outline:none;}
.tdu a:hover {text-decoration: underline;}
.ttu {text-transform: uppercase;}.ttc{text-transform: capitalize;}
.ffd {font-family: 'Droid Serif', serif;}
.ffm{font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho",serif;}
.cff {color:#fff;}
.cdd {color:#dddddd;}
.c00{color: #000;}
img {
	width: 100%;
	max-width: fit-content;
}
#gNav {
	position: relative;
	background-color: #111;
	line-height: 0;
	box-shadow: rgba(0,0,0,0.5) 0px 2px 4px;
	z-index: 10;
}
#nav{
	width:1060px;
	height: 60px;
	margin: 0 auto;
}
#navLogo {
	float: left;
	width: 136px;
	height: 60px;
	display:-webkit-box;
	display:-webkit-flex;display: flex;
	-webkit-box-align:center;
	-webkit-align-items: center;align-items: center;
}
#navList {
	font-size: 0;
	float: right;
	width: 924px;
	text-align: right;
}
#navList li {
	display: inline-block;
	position: relative;
	z-index: 1;
}
#navList li::before, #navList li::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0px;
	z-index: -1;
	-webkit-transition-property:transform;-webkit-transition-duration:0.3s;-webkit-transition-timing-function:cubic-bezier(.22,.61,.36,1);-webkit-transition-delay: 0s;
	-webkit-transition: transform 0.3s cubic-bezier(.22,.61,.36,1) 0s;transition: transform 0.3s cubic-bezier(.22,.61,.36,1) 0s;
}
#navList li::before {background-color:#d32b8a;}
#navList li::after {background-color:#f8d64f;}
#navList li a:hover, #navList .curNav a {color:#000;}
#navList li:hover::before, #navList li:hover::after, #navList .curNav::after {
	-webkit-transform: translate3d(0px, 100%, 0px);transform: translate3d(0px, 100%, 0px);
}
#navList li:hover::after {transition-delay: 0.175s;}
#navList li a {
	width: 100%;
	height: 60px;
	padding: 0px 16px;
	color:#fff;
	font-size: 15px;
	font-weight: bold;
	line-height:1;
	display:-webkit-box;
	display:-webkit-flex;display: flex;
	-webkit-box-align:center;
	-webkit-align-items: center;align-items: center;
	-webkit-transition: color 0.3s ease 0s;transition: color 0.3s ease 0s;
}
.navUp::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 9px;
	top: 10px;
	right: 15px;
	background-image:url("/img/top/up.png");
}
#footer{
	background-image:url("/img/top/footerTop.png");
	background-repeat:repeat-x;
	background-position:top center;
	padding-top: 28px;
	position: relative;
	z-index: 100;
}
#footerBox{background-color: #111;}
#shareTitle{
	border-bottom: 2px solid #f8d64f;
	padding-bottom: 3px;
	font-weight: normal;
}
#shareTW, #shareFB{
	cursor:pointer;
	margin-left: 15px;
}
#shareTW{
	width:25px;
	height:20px;
	background-image:url("/img/top/shareTW.png");
}
#shareFB{
	width:20px;
	height:20px;
	background-image:url("/img/top/shareFB.png");
	margin-right: 15px;
}
#shareTW a, #shareFB a {
	display: block;
	width: 100%;
	height: 100%;
}
#copyright{
	text-align:center;
	padding: 20px;
	border-top: solid 1px #F8D64F;
	font-size: 12px;
}
#pagetop{
	position: fixed;
	z-index:1000;
	display:block;
	width:60px;
	height:60px;
	background-image:url("/img/top/pagetop.png");
	right:0;
	bottom:0;
}

