@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*
 * Normalization
 */
:root {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

details {
  display: block;
}

input[type="number"] {
  width: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

[unselectable] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  box-sizing: border-box;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b3d4fc;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  text-shadow: none;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
}

body {
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #333;
  background: #fff;
  word-break: normal;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote {
  display: block;
  margin: 0;
  padding: 0;
  /* margin&padding reset */
  font-style: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  margin: 0;
}

table {
  border-collapse: collapse;
  font-size: small;
  margin: 0;
  empty-cells: show;
}

hr, .areaAnchor, .anchor {
  display: none;
}

img {
  vertical-align: bottom;
  border: none;
  /* img do not want a border */
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* acronyms and abbreviations styles
-------------------------------------*/
acronym, abbr {
  cursor: help;
}

/* word break
-------------------------------------*/
p {
  word-break: normal;
}

/* image position
-------------------------------------*/
img {
  vertical-align: bottom;
}

/*
===== 3: form setting ===========================
*/
option {
  padding-right: 10px;
}

input, select {
  vertical-align: middle;
}

a {
  outline: none;
  /* link do not want a dot */
}
a:link {
  text-decoration: none;
  color: #e60012;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:visited {
  text-decoration: none;
  color: #80000a;
}
a:hover {
  text-decoration: none;
  color: #ff4d5b;
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: pointer;
}
a:active {
  text-decoration: none;
  color: #80000a;
}

header {
  width: 100%;
  overflow: hidden;
  background: #2b2b2b;
}
header section {
  width: 960px;
  height: 42px;
  padding-top: 39px;
  margin: 0 auto;
}
header section:after {
  content: "";
  display: block;
  clear: both;
}
header section h1 {
  width: 289px;
  height: 42px;
  margin-bottom: 39px;
  float: left;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/logo_ral.png) no-repeat left top;
}
header section #anodos {
  width: 115px;
  height: 42px;
  float: right;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/logo_anodos.png) no-repeat left top;
}

body {
  width: 100%;
  height: 100%;
  position: relative;
}

main {
  width: 100%;
  background: #000;
  padding-top: 90px;
}
main #movieArea {
  width: 960px;
  height: 575px;
  margin: 0 auto 90px;
  position: relative;
}
main #movieArea #movie {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
main h2 {
  width: 100%;
  height: 120px;
  margin-bottom: 24px;
  text-indent: -9999px;
  background: #2b2b2b url(../images/txt_productname.png) no-repeat center center;
}
main #modalWrap {
  width: 100%;
}
main #modalWrap ul {
  width: 99%;
  margin: 0 auto;
}
main #modalWrap ul:after {
  content: "";
  display: block;
  clear: both;
}
main #modalWrap ul li {
  float: left;
  width: 33.3%;
  box-sizing: border-box;
  padding: 0 3px;
  margin-bottom: 24px;
}
main #modalWrap ul li .mb {
  background: #fff;
  display: block;
}
main #modalWrap ul li .mb:hover {
  cursor: pointer;
}
main #modalWrap ul li .mb img {
  width: 100%;
}

#modalBG {
  display: none;
}

#modalArea {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 100;
  display: none;
}
#modalArea .inner {
  width: 960px;
  height: 540px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 101;
}
#modalArea li {
  position: absolute;
  left: 0;
  top: 0;
  width: 960px;
  height: 540px;
  display: none;
}
#modalArea .btn-back {
  position: absolute;
  left: 0;
  bottom: -44px;
  width: 70px;
  height: 30px;
  text-indent: -9999px;
  background: url(../images/modal/btn_back.png) no-repeat left center;
}
#modalArea .btn-next {
  position: absolute;
  right: 0;
  bottom: -44px;
  width: 70px;
  height: 30px;
  text-indent: -9999px;
  background: url(../images/modal/btn_next.png) no-repeat left center;
}
#modalArea .btn-close {
  position: absolute;
  right: 0;
  top: -43px;
  width: 75px;
  height: 30px;
  text-indent: -9999px;
  background: url(../images/modal/btn_close.png) no-repeat left center;
}

footer {
  width: 100%;
  background: #2b2b2b;
}
footer section {
  width: 960px;
  padding: 20px 0 18px;
  margin: 0 auto;
}
footer section:after {
  content: "";
  display: block;
  clear: both;
}
footer section ul {
  float: left;
}
footer section ul:after {
  content: "";
  display: block;
  clear: both;
}
footer section ul li {
  float: left;
}
footer section ul li a {
  height: 22px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
footer section ul li #icon-fb {
  width: 22px;
  margin-right: 35px;
  background: url(../images/icon_facebook.png) no-repeat left top;
}
footer section ul li #icon-tw {
  width: 24px;
  margin-right: 33px;
  background: url(../images/icon_twitter.png) no-repeat left top;
}
footer section ul li #icon-yt {
  width: 26px;
  background: url(../images/icon_youtube.png) no-repeat left top;
}
footer section .copyright {
  width: 231px;
  height: 22px;
  float: right;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/txt_copyright.png) no-repeat left center;
}
