/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 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;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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 #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  vertical-align: bottom;
}

li {
  list-style: none;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: #000;
  color: #fff;
}

#wrapper {
  max-width: 1600px;
  min-width: 1240px;
  margin: auto;
}

header {
  height: 1160px;
  position: relative;
  overflow: hidden;
}

header img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
}

header #player {
  width: 1240px;
  margin: auto;
  height: 100%;
  background-attachment: fixed;
  background: url("../img/in.ride/loading.gif") no-repeat center;
}

.contents {
  background: url("../img/in.ride/common/sparks.png") repeat-y center top, url("../img/in.ride/common/bg.jpg") center top;
  position: relative;
  padding-top: 100px;
  text-align: center;
}

.contents:before {
  content: '';
  background: url("../img/in.ride/common/bg_head.png") center top;
  height: 120px;
  width: 100%;
  display: block;
  position: absolute;
  top: -50px;
}

.contents h1 {
  position: absolute;
  left: 50%;
  top: -500px;
  transform: translate(-50%, 0);
}

.contents .copy {
  margin-bottom: 18px;
}

.contents .ride {
  width: 980px;
  margin: 0 auto 75px;
}

.contents .ride .lead {
  margin-bottom: 70px;
}

.contents .ride .info {
  margin-bottom: 100px;
  position: relative;
}

.contents .ride .info a {
  width: 5%;
  height: 5%;
  display: block;
  position: absolute;
  top: 28%;
  left: 30.7%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 0;
}

.contents .ride .info .more_btn {
  width: 262px;
  height: 52px;
  position: absolute;
  left: 147px;
  top: 133px;
}

.contents .ride .info .more_btn a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/btn.png");
  color: #fff;
  text-align: center;
  line-height: 52px;
  text-decoration: none;
}

.contents .ride .movie {
  margin-bottom: 100px;
}

.contents .ride .movie h3 {
  margin-bottom: 30px;
}


.contents .ride .caution {
  margin-bottom: 100px;
}

.contents .ride .goods {
  margin-bottom: 100px;
}

.contents .links {
  margin-bottom: 56px;
}

.contents .links ul {
  letter-spacing: -.4em;
  margin-bottom: 60px;
}

.contents .links ul li {
  display: inline-block;
}

.contents a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.contents a:hover {
  opacity: 0.7;
}

footer {
  text-align: center;
  position: relative;
  padding-bottom: 120px;
}

footer .sns {
  margin-bottom: 40px;
  letter-spacing: 1.2em;
}

footer .sns li {
  display: inline-block;
}

footer .pagetop {
  position: absolute;
  top: 50px;
  right: 90px;
  cursor: pointer;
}

footer .logo {
  margin-bottom: 35px;
}

footer .copy {
  color: #000;
  font-size: 12px;
  line-height: 1.6;
}

