@charset "utf-8";
/*
====================================================
■ BASE
====================================================
*/
/*
===== reset ===========================
*/
* {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
iframe {
  border: none;
}
input:focus {
  outline: none;
}
/*
===== base ===========================
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
  /*18px via YUI Fonts CSS foundation*/
  font-size: 138.5%;
}
h2 {
  /*16px via YUI Fonts CSS foundation*/
  font-size: 123.1%;
}
h3 {
  /*14px via YUI Fonts CSS foundation*/
  font-size: 108%;
}
h1,
h2,
h3 {
  /* top & bottom margin based on font size */
  margin: 0 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  /*bringing boldness back to headers and the strong element*/
  font-weight: bold;
}
abbr,
acronym {
  /*indicating to users that more info is available */
  border-bottom: 1px dotted #000;
  cursor: help;
}
em {
  /*bringing italics back to the em element*/
  font-style: italic;
}
blockquote,
ul,
ol,
dl {
  /*giving blockquotes and lists room to breath*/
  margin: 0;
}
ol,
ul,
dl {
  /*bringing lists on to the page with breathing room */
  margin: 0;
}
ol li {
  /*giving OL's LIs generated numbers*/
  list-style: none;
}
ul li {
  /*giving UL's LIs generated disc markers*/
  list-style: none;
}
dl dd {
  /*giving UL's LIs generated numbers*/
  margin: 0;
}
th,
td {
  /*borders and padding to make the table readable*/
  padding: 0;
}
th {
  /*distinguishing table headers from data cells*/
  font-weight: bold;
  text-align: center;
}
caption {
  /*coordinated marking to match cell's padding*/
  margin-bottom: .5em;
  /*centered so it doesn't blend in to other content*/
  text-align: center;
}
p,
fieldset,
table {
  /*so things don't run into each other*/
  margin: 0;
}
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/*
===== link setting ===========================
*/
a {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: none;
}
a:active {
  color: #333;
  text-decoration: none;
}
/* memo  */
/*#demo1 {font-size:85%;}*/
/*renders 11px */
/*#demo2 {font-size:100%;}*/
/*renders 13px */
/*#demo3 {font-size:108%;}*/
/*renders 14px */
/*#demo4 {font-size:123.1%;}*/
/*renders 16px */
/*#demo5 {font-size:138.5%;}*/
/*renders 18px */
/*
===== CLEARFIX ==========================================
*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}
/*
===== module ==========================================
*/
img.preload {
  display: none;
}
.responsiveimg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}



.container{
  opacity:0;
  transition: none;
}
.container.show{
  opacity:1;
  transition: opacity 1s ease;
}





/*
====================================================
■ all
====================================================
*/
html,
body {
  width: 100%;
  height: auto;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #FFF;
  background: #000;
  font-size: 13px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 175%;
}
body.antialiased {
  -webkit-font-smoothing: antialiased;
}
body.antialiased ::-webkit-input-placeholder {
  -webkit-font-smoothing: antialiased;
}
body.antialiased ::-moz-placeholder {
  -webkit-font-smoothing: antialiased;
}
body.antialiased :-ms-input-placeholder {
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 640px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
#BodyWrapper {
  width: 100%;
  height: auto;
  position: relative;
  min-width: 1024px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #BodyWrapper {
    min-width: 0;
  }
}
/*
====================================================
■ SpAttension
====================================================
*/
#SpAttension {
  display: none;
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  #BodyWrapper {
    display: none;
  }
  #SpAttension {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #SpAttension .logo {
    background: url(../img/logomark.png) no-repeat;
    background-size: cover;
    width: 74px;
    height: 98px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  #BodyWrapper {
    display: block;
  }
  #SpAttension {
    display: none;
  }
}
