@charset "UTF-8";
/*///////////////////////////////////////////////////////////////////////////////////////DEFAULT*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
re,
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,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

/*for IE*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
textarea {
  font-size: 100%;
}

img {
  border: none;
  vertical-align: bottom;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}

.hiddenTxt {
  font-size: 1px;
  line-height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

img {
  width: 100%;
  pointer-events: none;
}

/*/////////////////////////////////////////////////////////////////////////
コンテンツ用CSS
/////////////////////////////////////////////////////////////////////////*/
body {
  font-size: 1.4em;
  line-height: 1.7;
  color: #42484b;
  background-color: #101010;
}
body div.wrapper {
  background: #101010 url(../img/bg.jpg) no-repeat center bottom;
  background-size: cover;
  color: #fff;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
}
body div.wrapper header {
  background: url(../img/header_bg.png) repeat-x center top, linear-gradient(0deg, rgb(32, 32, 32), rgb(0, 0, 0) 35%, rgb(34, 85, 93));
  background-size: 60%;
}
body div.wrapper header h1 {
  width: 600px;
  margin: 0 auto;
}
body div.wrapper header p.roadshow {
  background-color: #b50505;
  padding: 20px 0 0;
  font-size: 2em;
  text-align: center;
}
body div.wrapper header p.roadshow span {
  font-size: 0.7em;
}
body div.wrapper header p.roadshow img {
  margin-top: 20px;
}
body div.wrapper main {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
}
body div.wrapper main section {
  padding: 20px 20px 40px;
  background-color: rgba(0, 0, 0, 0.7);
}
body div.wrapper main section h2 {
  font-size: 3.4em;
  color: #b50505;
}
body div.wrapper main section p {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
body div.wrapper main section p.catch {
  font-size: 1.3em;
  margin-bottom: 10px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
}
body div.wrapper main section.trailer {
  text-align: center;
  padding-bottom: 0;
  margin-top: 50px;
}
body div.wrapper main section.trailer div.video {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  width: 100%;
}
body div.wrapper main section.trailer div.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 95%;
  height: 95%;
  margin: auto;
}
body div.wrapper footer {
  padding-bottom: 10px;
}
body div.wrapper footer p.credit {
  font-size: 1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.6em;
    line-height: 1.7;
  }
  body div.wrapper {
    width: 100%;
  }
  body div.wrapper header h1 {
    width: 100%;
  }
  body div.wrapper header p.roadshow {
    font-size: 1.5em;
    padding: 20px 0 0;
  }
  body div.wrapper main {
    padding: 0 2%;
    max-width: inherit;
  }
  body div.wrapper main section h2 {
    font-size: 1.7em;
  }
  body div.wrapper main section.trailer {
    margin-top: 50px;
  }
  body div.wrapper main section.trailer iframe {
    max-width: 768px;
    max-height: 432px;
  }
  body div.wrapper footer p.credit {
    font-size: 0.8em;
  }
}/*# sourceMappingURL=style.css.map */