<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* line 5, ../../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 5, ../sass/_common.scss */
body {
  line-height: 14px;
  background: #000;
}

/* line 10, ../sass/_common.scss */
a {
  outline: none;
}
/* line 12, ../sass/_common.scss */
a:focus {
  outline: none;
}

/* line 15, ../sass/_common.scss */
div {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 18, ../sass/_common.scss */
nav {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 129px;
  overflow: hidden;
}
/* line 24, ../sass/_common.scss */
nav .inner {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/nav/nav_base.png") no-repeat center top;
  width: 1084px;
  height: 129px;
  margin: 0 auto;
  position: relative;
}
/* line 32, ../sass/_common.scss */
nav .inner ul {
  position: absolute;
  top: 34px;
  right: auto;
  bottom: auto;
  left: 45px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 61px;
  margin: 0 auto;
}
/* line 38, ../sass/_common.scss */
nav .inner ul li {
  height: 61px;
  display: inline-block;
  /* スペック追加時に使うかも
  &amp;.new {
  	a:after {
  		content: url("../images/new.gif");
  		@include absPosition($top: 15px, $left: 10px);
  	}
  }
  */
}
/* line 41, ../sass/_common.scss */
nav .inner ul li a {
  display: block;
}
/* line 43, ../sass/_common.scss */
nav .inner ul li.nv1 {
  width: 109px;
}
/* line 44, ../sass/_common.scss */
nav .inner ul li.nv2 {
  width: 83px;
}
/* line 45, ../sass/_common.scss */
nav .inner ul li.nv3 {
  width: 118px;
}
/* line 46, ../sass/_common.scss */
nav .inner ul li.nv4 {
  width: 118px;
}
/* line 47, ../sass/_common.scss */
nav .inner ul li.nv5 {
  width: 108px;
}
/* line 48, ../sass/_common.scss */
nav .inner ul li.nv6 {
  width: 128px;
}
/* line 49, ../sass/_common.scss */
nav .inner ul li.nv7 {
  width: 138px;
}
/* line 50, ../sass/_common.scss */
nav .inner ul li.nv8 {
  width: 104px;
}
/* line 51, ../sass/_common.scss */
nav .inner ul li.nv9 {
  width: 91px;
}

/* line 66, ../sass/_common.scss */
footer {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 65px;
  overflow: hidden;
  background: url("../images/footer_bg.png") repeat-x center top;
  position: relative;
}
/* line 74, ../sass/_common.scss */
footer .inner {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  position: relative;
  margin: 0 auto;
  width: 1000px;
}
/* line 22, ../../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
footer .inner:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 81, ../sass/_common.scss */
footer .inner .sansei {
  position: absolute;
  top: 25px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 91px;
  height: 29px;
}
/* line 87, ../sass/_common.scss */
footer .inner .copyright {
  position: absolute;
  top: 25px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0px;
  text-align: center;
}
/* line 95, ../sass/_common.scss */
footer .inner .social {
  position: absolute;
  top: 25px;
  right: 0px;
  bottom: auto;
  left: auto;
}
/* line 97, ../sass/_common.scss */
footer .inner .social ul {
  padding: 0;
  margin: 0;
}
/* line 101, ../sass/_common.scss */
footer .inner .social ul li {
  line-height: 1px;
  list-style-type: none;
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}

/* line 3, ../sass/index.scss */
body {
  /* ローダー */
  /* 音の注意 */
  	/*
  	.sound_notification {
  		display: none;
  		z-index: 5;
  		background: #000;
  		@include absPosition($top: 0, $left: 0);
  		width: 100%;
  		height: 100%;
  		min-height: 214+15+46px;
  		@include box-sizing;
  
  		.inner {
  			@include absPosition($top: 0, $right: 0, $bottom: 0, $left: 0);
  			margin: auto;
  			width: 467px;
  			height: 214+15+46px;
  			text-align: center;
  			.copy {margin-bottom: 15px;}
  			.bgmoff, .bgmon {margin: 0 10px;}
  		}
  	}
  	*/
  /* 音ボタン */
  	/*
  	.soundBtn {
  		display: none;
  		@include absPosition($top: 0, $left: 0);
  		width: 100%;
  		z-index: 5;
  		.inner {
  			margin: 0 auto;
  			width: 1024px;
  			position: relative;
  
  			a {
  				@include absPosition($top: 20px);
  				display: block;
  				width: 152px;
  				height: 36px;
  				img {
  					@include absPosition($top: 0, $left: 0);
  					&amp;.bgmon { display: none; }
  				}
  			}
  		}
  	}
  	*/
  /* メインコンテンツ */
}
/* line 4, ../sass/index.scss */
body nav {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 31px;
  left: auto;
  display: none;
  z-index: 4;
}
/* line 10, ../sass/index.scss */
body footer {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0px;
  left: auto;
  display: none;
  z-index: 3;
}
/* line 18, ../sass/index.scss */
body .loader {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #000;
  z-index: 5;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 26, ../sass/index.scss */
body .loader .inner {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 270px;
  height: 216px;
}
/* line 32, ../sass/index.scss */
body .loader .inner .loader1 {
  margin-bottom: 10px;
}
/* line 89, ../sass/index.scss */
body .body {
  width: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
}
/* line 96, ../sass/index.scss */
body .body .inner {
  width: 1024px;
  height: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 6;
}
/* line 103, ../sass/index.scss */
body .body .inner .intro_copy {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 520px;
  margin: 0 auto;
  z-index: 1;
  overflow: hidden;
  display: none;
}
/* line 111, ../sass/index.scss */
body .body .inner .intro_copy img {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
}
/* line 113, ../sass/index.scss */
body .body .inner .intro_copy img.intro2 {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 118, ../sass/index.scss */
body .body .inner .logo {
  position: absolute;
  top: 350px;
  right: auto;
  bottom: auto;
  left: 7px;
  height: 333px;
  width: 481px;
  z-index: 7;
}
/* line 123, ../sass/index.scss */
body .body .inner .logo img {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
/* line 126, ../sass/index.scss */
body .body .inner .copy {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 876px;
  height: 672px;
  width: 145px;
  z-index: 9;
}
/* line 131, ../sass/index.scss */
body .body .inner .copy img {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
/* line 134, ../sass/index.scss */
body .body .inner .yupachi {
  position: absolute;
  top: 271px;
  right: auto;
  bottom: auto;
  left: 13px;
  height: 78px;
  width: 80px;
  z-index: 8;
}
/* line 139, ../sass/index.scss */
body .body .inner .yupachi img {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
/* line 143, ../sass/index.scss */
body .body .background {
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
/* line 150, ../sass/index.scss */
body .body .background .bg {
  z-index: 1;
}
/* line 151, ../sass/index.scss */
body .body .background .garo {
  z-index: 2;
}
/* line 152, ../sass/index.scss */
body .body .background .kemuri1 {
  z-index: 3;
}
/* line 153, ../sass/index.scss */
body .body .background .kemuri2 {
  z-index: 5;
}
/* line 154, ../sass/index.scss */
body .body .background .biku {
  z-index: 4;
}
/* line 155, ../sass/index.scss */
body .body .background img {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
</pre></body></html>