@chaset "UTF-8";
/*CSSをリセットする*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif; }

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

fieldset, img {
  border: 0; }

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; }

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/* IE6 */
* html .clearfix {
  zoom: 1; }

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1; }

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/* IE6 */
* html .clearfix {
  zoom: 1; }

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1; }

/*全体の調整*/
html {
  overflow-y: scroll; }

body {
  -webkit-text-size-adjust: 100%;
  background: #000; }

p {
  text-align: justify;
  text-justify: inter-ideograph;
  color: #666;
  font-size: 14px; }

.row {
  width: 100%;
  /* overflow:hidden;  */
  padding: 0;
  margin: 0;
  position: relative; }

.w1000 {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px; }

.w960 {
  width: 960px;
  margin: 0 auto; }

.abso {
  position: absolute; }

#navi, #fixNav {
  background: url(../img/nav_bg.jpg) repeat-x left top;
  height: 100px; }

#fixNav {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 100; }

.lef {
  float: left; }

.rig {
  float: right; }

.tx-lef {
  text-align: left; }

.tx-rig {
  text-align: right; }

.mincho {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif; }

/* 明朝体 */
h2 {
  font-size: 20px;
  font-weight: bold;
  color: #666;
  padding-bottom: 30px; }

#head {
  background: #000;
  height: 56px; }

#head p {
  padding-top: 8px; }

#header {
  background: url(../img/header_bg.jpg) no-repeat center -1px #000;
  height: 510px; }

#header #visual {
  position: relative;
  height: 530px; }

#header #visual h1 {
  left: 0;
  bottom: 43px;
  color: white;
  font-size: 36px; }

#header #visual p {
  right: 8px;
  top: 35px;
  color: white;
  font-size: 24px; }

#intro {
  background: url(../img/intro_bg.jpg) no-repeat center top #fff; }

#intro-txt {
  width: 485px;
  padding-bottom: 30px; }

#intro-txt h2 {
  text-align: right; }

#intro-txt p {
  background: url(../img/intro_bg_txt.png) repeat left top;
  padding: 10px;
  color: #5e5315;
  font-size: 14px;
  line-height: 24px; }

#pp {
  background: url(../img/pp_bg.jpg) repeat-x left top #000; }

#pp h2 {
  text-align: left; }

.pp_inner {
  margin: 0 -15px; }

.pp_inner h3 {
  color: #ebda7c; }

.pp_inner p {
  color: white;
  line-height: 28px;
  font-size: 14px;
  padding-bottom: 1em; }

.pp465 {
  margin: 0 15px 50px;
  width: 460px; }

#rumors {
  background: url(../img/rumors_bg.jpg) no-repeat center top #1c3e46; }

.rumors_inner {
  margin: 0 -15px; }

.rumors_inner h3 {
  color: #577981; }

.rumors_inner p {
  color: white;
  line-height: 28px;
  font-size: 14px;
  padding-bottom: 1em; }

.rumors_inner p img.lef {
  padding: 7px 10px 5px 0; }

.rumors465 {
  margin: 0 15px 50px;
  width: 460px; }

#movie {
  background: #000;
  padding-bottom: 190px; }

#movie h2 {
  padding-top: 100px; }

.movie_inner {
  border-right: solid 1px #4f4f4f; }

.movie320 {
  width: 318px;
  border-left: solid 1px #4f4f4f; }

.movie320 dt > span {
  background: #db6039;
  padding: 5px 3px;
  font-size: 12px;
  color: #000; }

.movie320 iframe {
  margin-left: 24px;
  margin-top: 24px; }

#how {
  background: #3d3d3d; }

#how_main {
  position: relative;
  height: 410px; }

#how_catch {
  left: 0;
  top: 0; }

#how_btn {
  left: 10px;
  bottom: 6px;
  z-index: 90; }

#how_info {
  margin: 30px 0 0;
  padding-bottom: 50px; }

#how_star {
  width: 270px; }

#how_info_desc {
  width: 630px; }

#how_info_desc h3 {
  border-bottom: solid 3px white;
  padding-bottom: 15px;
  margin-bottom: 30px; }
#how_info_desc dl {
  margin: 0 0 10px;
  border-bottom: solid 1px #7b7b7b;
  padding-bottom: 10px; }
#how_info_desc dt {
  text-align: center;
  font-weight: bold;
  color: white;
  background: #998675;
  width: 118px;
  vertical-align: middle;
  line-height: 120%;
  padding: 10px 0 0; }
#how_info_desc dt.tx24 {
  font-size: 24px;
  line-height: 48px; }
#how_info_desc dt.tx16 {
  font-size: 16px;
  padding: 8px 0; }
#how_info_desc dd {
  font-size: 14px;
  color: white;
  width: 512px; }
  #how_info_desc dd li {
    margin-left: 10px;
    margin-bottom: 0px; }
  #how_info_desc dd li.mb10 {
    margin-bottom: 10px; }

#footer {
  background: #000; }

h2 {
  text-align: center;
  padding-top: 50px; }

/*------------------
フッター
------------------*/
#footer_inner {
  padding-top: 44px; }

#footer {
  /* height: 135px; */ }

#footer a {
  color: #f090a2; }

#footer p {
  line-height: 18px;
  font-size: 14px;
  color: #fff;
  text-align: center; }

#footer p.copyright {
  font-size: 10px;
  line-height: 110%;
  padding-top: 15px; }

#footer p.site {
  padding-top: 20px; }

#footer p.ftvg {
  padding: 35px 0 93px; }

#pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 65px;
  height: 65px;
  display: none; }

#pagetop img {
  vertical-align: bottom; }

/*footer*/

/*# sourceMappingURL=index.css.map */
