@charset "UTF-8";
/* line 17, ../../../../../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.5/frameworks/compass/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, ../../../../../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 16, ../sass/style.scss */
a {
  text-decoration: none;
  color: inherit;
}
/* line 19, ../sass/style.scss */
a.hov {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 21, ../sass/style.scss */
a.hov:hover {
  opacity: .7;
  text-decoration: underline;
}

/* line 27, ../sass/style.scss */
sup {
  font-size: 0.85em;
  vertical-align: top;
}

/* line 31, ../sass/style.scss */
body {
  color: #fff;
  background: #000;
  font-size: 0.875em;
  line-height: 1.571;
  font-family: Helvetica,Arial,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/* line 38, ../sass/style.scss */
.alp {
  font-family: Helvetica,Arial,sans-serif;
}

/* line 42, ../sass/style.scss */
#keyv {
  height: 600px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  padding-bottom: 60px;
}
/* line 49, ../sass/style.scss */
#keyv .logo {
  position: absolute;
  display: inline-block;
  top: 20px;
  right: 20px;
  z-index: 200;
}
/* line 55, ../sass/style.scss */
#keyv .logo img {
  width: 200px;
  height: auto;
}
/* line 60, ../sass/style.scss */
#keyv .slick {
  z-index: 100;
}
/* line 62, ../sass/style.scss */
#keyv .slick .slide {
  height: 600px;
}
/* line 65, ../sass/style.scss */
#keyv .slick .slide:after {
  content: "";
  display: block;
  clear: both;
}
/* line 70, ../sass/style.scss */
#keyv .slick .slide .tit {
  float: left;
  width: 70px;
  padding: 0 60px;
  height: 600px;
  position: relative;
  background-color: #000;
  border-left-style: solid;
  border-left-width: 18px;
}
/* line 79, ../sass/style.scss */
#keyv .slick .slide .tit.yl {
  border-left-color: #f3e406;
}
/* line 82, ../sass/style.scss */
#keyv .slick .slide .tit.bl {
  border-left-color: #273d96;
}
/* line 85, ../sass/style.scss */
#keyv .slick .slide .tit img {
  position: absolute;
  bottom: 38px;
  left: 60px;
  max-width: 70px;
}
/* line 92, ../sass/style.scss */
#keyv .slick .slide .img {
  float: left;
  height: 600px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/* line 100, ../sass/style.scss */
#keyv .slick .slide .img img {
  display: none;
}

/* line 110, ../sass/style.scss */
#contents {
  width: 718px;
  margin: 0 auto;
}
/* line 114, ../sass/style.scss */
#contents section:after {
  content: "";
  display: block;
  clear: both;
}

/* line 122, ../sass/style.scss */
#lead {
  padding-bottom: 55px;
  border-bottom: #fff 3px solid;
  margin-bottom: 38px;
}
/* line 126, ../sass/style.scss */
#lead .tit {
  text-align: center;
  margin-bottom: 8px;
}
/* line 129, ../sass/style.scss */
#lead .tit img {
  display: block;
  margin: 0 auto;
}
/* line 134, ../sass/style.scss */
#lead .icon {
  text-align: right;
  margin-bottom: 35px;
}
/* line 138, ../sass/style.scss */
#lead .txt {
  font-size: 1.286em;
  line-height: 1.61;
}

/* line 143, ../sass/style.scss */
#movie {
  padding-bottom: 32px;
  border-bottom: #fff 3px solid;
  margin-bottom: 85px;
}
/* line 147, ../sass/style.scss */
#movie iframe {
  float: left;
  width: 590px;
  height: 332px;
  display: block;
}
/* line 153, ../sass/style.scss */
#movie .tit {
  float: right;
  width: 103px;
  height: 332px;
  position: relative;
  background-color: #f3e406;
}
/* line 159, ../sass/style.scss */
#movie .tit img {
  position: absolute;
  bottom: 35px;
  left: 36px;
}

/* line 166, ../sass/style.scss */
.separator {
  margin-bottom: 80px;
}
/* line 168, ../sass/style.scss */
.separator img {
  display: block;
  margin: 0 auto;
}

/* line 173, ../sass/style.scss */
#products {
  border-bottom: #fff 3px solid;
  margin-bottom: 140px;
}
/* line 176, ../sass/style.scss */
#products h3 {
  margin-bottom: 22px;
}
/* line 178, ../sass/style.scss */
#products h3 img {
  display: block;
  margin: 0 auto;
}
/* line 184, ../sass/style.scss */
#products .item.race {
  padding-bottom: 65px;
}
/* line 187, ../sass/style.scss */
#products .item.two {
  padding-bottom: 35px;
}
/* line 190, ../sass/style.scss */
#products .item .tit {
  margin-bottom: 10px;
}
/* line 192, ../sass/style.scss */
#products .item .tit img {
  display: block;
}
/* line 196, ../sass/style.scss */
#products .item .img {
  margin-bottom: 22px;
}
/* line 198, ../sass/style.scss */
#products .item .img:after {
  content: "";
  display: block;
  clear: both;
}
/* line 203, ../sass/style.scss */
#products .item .img img {
  display: block;
  float: left;
}
/* line 209, ../sass/style.scss */
#products .item .detail:after {
  content: "";
  display: block;
  clear: both;
}
/* line 214, ../sass/style.scss */
#products .item .detail h5 {
  margin-bottom: 8px;
}
/* line 216, ../sass/style.scss */
#products .item .detail h5 span {
  font-size: 1.286em;
  line-height: 1.2;
  border-bottom: #fff 2px solid;
  padding-bottom: 0.1em;
}
/* line 222, ../sass/style.scss */
#products .item .detail h5 i {
  display: inline-block;
  padding: 0.3em 0.9em;
  -webkit-border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -ms-border-radius: 0.8em;
  -o-border-radius: 0.8em;
  border-radius: 0.8em;
  font-size: 0.857em;
  line-height: 1;
  background-color: #006428;
  margin-left: 30px;
  vertical-align: middle;
}
/* line 233, ../sass/style.scss */
#products .item .detail .boxLeft {
  float: left;
  width: 490px;
  font-size: 0.714em;
  font-family: Helvetica,Arial,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
}
/* line 241, ../sass/style.scss */
#products .item .detail .boxLeft p {
  margin-bottom: 1.5em;
}
/* line 244, ../sass/style.scss */
#products .item .detail .boxLeft table {
  width: 100%;
}
/* line 246, ../sass/style.scss */
#products .item .detail .boxLeft table th, #products .item .detail .boxLeft table td {
  vertical-align: top;
  padding-bottom: 1em;
}
/* line 250, ../sass/style.scss */
#products .item .detail .boxLeft table th {
  min-width: 4em;
}
/* line 254, ../sass/style.scss */
#products .item .detail .boxLeft table td dl {
  display: table-row;
}
/* line 256, ../sass/style.scss */
#products .item .detail .boxLeft table td dl dt {
  display: table-cell;
  min-width: 4em;
}
/* line 260, ../sass/style.scss */
#products .item .detail .boxLeft table td dl dd {
  display: table-cell;
  text-indent: -1em;
  padding-left: 1em;
}
/* line 269, ../sass/style.scss */
#products .item .detail .boxRight {
  float: right;
  width: 210px;
}
/* line 272, ../sass/style.scss */
#products .item .detail .boxRight .logo {
  margin-bottom: 40px;
}
/* line 274, ../sass/style.scss */
#products .item .detail .boxRight .logo:after {
  content: "";
  display: block;
  clear: both;
}
/* line 279, ../sass/style.scss */
#products .item .detail .boxRight .logo span {
  display: block;
}
/* line 282, ../sass/style.scss */
#products .item .detail .boxRight .logo .cradle {
  padding-top: 16px;
  float: left;
}
/* line 286, ../sass/style.scss */
#products .item .detail .boxRight .logo .pebax {
  float: right;
}
/* line 290, ../sass/style.scss */
#products .item .detail .boxRight .link {
  text-align: right;
}
/* line 292, ../sass/style.scss */
#products .item .detail .boxRight .link a {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  padding: 20px 0 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 298, ../sass/style.scss */
#products .item .detail .boxRight .link a.yl {
  background-color: #f3e406;
}
/* line 300, ../sass/style.scss */
#products .item .detail .boxRight .link a.yl:hover {
  background-color: #f3a906;
}
/* line 304, ../sass/style.scss */
#products .item .detail .boxRight .link a.bl {
  background-color: #273d96;
}
/* line 306, ../sass/style.scss */
#products .item .detail .boxRight .link a.bl:hover {
  background-color: #275996;
}
/* line 310, ../sass/style.scss */
#products .item .detail .boxRight .link a img {
  display: block;
  margin: 0 auto;
}

/* line 321, ../sass/style.scss */
footer {
  text-align: center;
  padding-bottom: 35px;
}

/* line 326, ../sass/style.scss */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: -30px;
  width: 50px;
  height: 30px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 336, ../sass/style.scss */
#pagetop.active {
  right: 30px;
  opacity: 1;
}
/* line 340, ../sass/style.scss */
#pagetop a {
  position: absolute;
  opacity: .7;
  background: #333;
  padding: 5px 9px;
  padding-bottom: 5px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 349, ../sass/style.scss */
#pagetop a i {
  width: 32px;
  height: 12px;
  display: inline-block;
  background: url("../images/arrow_pagetop.png") no-repeat;
  margin-right: 0;
}
/* line 356, ../sass/style.scss */
#pagetop a:hover {
  opacity: 1;
}

/* line 363, ../sass/style.scss */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
