﻿/*-------------
base
-------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  vertical-align: top;
}
body {
  background-color: #fff;
}
a {
  color: black;
  outline: none;
  text-decoration: none;
  font-size: 12px;
}
a:hover {
  text-decoration: none;
}
ul, ol {
  list-style: none;
}
.fLeft {
  float: left;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/*-------------
firefox fade対策
-------------*/
img {
  box-shadow: #000 0 0 0;
}
img, x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
}
/*-------------
fontstyle
-------------*/
body {
  font-family: "メイリオ", -webkit-body, sans-serif, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo;
  font-size: 12px;
  line-height: 2.2;
  color: #282828;
  letter-spacing: 0;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}
/*-------------
container
-------------*/
#container {
  width: 1200px;
  margin: 0 auto;
}
.topmain {
  position: relative;
  z-index: 100;
  top: 0;
}
.topmain_inner {
  width: 445px;
  position: absolute;
  z-index: -5;
  top: 270px;
  right: 202px;
}
#superman {
  position: absolute;
  top: 140px;
}
/*-------------
memu
-------------*/
.topmenu_over.clearfix {
  background-color: #000;
  height: 400px;
  position: relative;
  /*top: -605px;*/
}
.topmenu_inner.clearfix {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
img.headerlogo.clearfix {
  float: left;
}
.topmenumovie {
  margin: 20px 0 0 0;
}
p.topmovie2_logo.clearfix {
  width: 751px;
  margin: -130px auto 0 auto;
  position: relative;
  z-index: 100;
}
/*nav*/
div#menu {
  overflow: hidden;
  margin: 0 0 0 0;
  width: 100%;
  height: 60px;
}
div#menu-nav {
  width: 580px;
  float: right;
  margin: 20px 0 0 0;
}
#menu-nav li {
  float: left;
  letter-spacing: 1px;
  line-height: 20px;
  color: #fff;
  margin: 0 0 0 10px;
  font-size: 18px;
}
#menu-nav ul a {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  font-family: arial narrow;
}
#menu-nav li a:hover {
  color: #fdee00;
}
/*-------------
main
-------------*/
.main {
  width: 100%;
  margin: 0 0 0 0;
}
.topbox1 {
  width: 1200px;
  height: 948px;
  margin: -45px 0 0 0;
  background: url(../images/top/topback1.png) no-repeat;
}
.rum {
  width: 180px;
}
.rum:hover {
  animation: rumble 0.2s linear infinite;
}
@keyframes rumble {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  12.5% {
    transform: rotate(0.4deg) translate(5px, -5px);
  }
  25% {
    transform: rotate(0.8deg) translate(0px, 5px);
  }
  37.5% {
    transform: rotate(0.4deg) translate(-5px, 0);
  }
  50% {
    transform: rotate(0deg) translate(0, 0);
  }
  62.5% {
    transform: rotate(-0.4deg) translate(5px, 0);
  }
  75% {
    transform: rotate(-0.8deg) translate(0, 5px);
  }
  87.5% {
    transform: rotate(-0.4deg) translate(-5px, -5px);
  }
  100% {
    transform: rotate(0deg) translate(0, 0);
  }
}
.topbox1.clearfix ul {
  padding: 225px 0 0 0;
}
.topbox1.clearfix ul li:nth-child(1) {
  margin: 0 0 0 215px;
}
.topbox1.clearfix ul li:nth-child(2) {
  margin: -65px 0 0 705px;
}
.topbox1.clearfix ul li:nth-child(3) {
  margin: 405px 0 0 200px;
}
.topbox1.clearfix ul li:nth-child(4) {
  margin: -140px 0 0 800px;
}
.topbox2 {
  padding: 20px 100px;
  margin: 10px 0 0 0;
  background-color: #ed181e;
}
img.topbanner.clearfix {
  float: left;
}
.newsbox {
  float: right;
  width: 570px;
  height: 160px;
  margin: 0 0 0 0;
  overflow-y: scroll;
  background-color: #fff;
}
table.topboxtable {
  width: 90%;
  margin: 15px auto;
  border-collapse: collapse;
  vertical-align: top;
  font-size: 16px;
}
table.topboxtable th {
  width: 115px;
  text-align: left;
  line-height: 20px;
  padding: 15px 0 10px 10px;
  border-bottom: dotted 1px #4b4b4b;
}
table.topboxtable td {
  line-height: 20px;
  padding: 5px 0 0 0;
  border-bottom: dotted 1px #4b4b4b;
  font-weight: 600;
}
table.topboxtable td:nth-child(2) {
  width: 70px;
}
.instagram {
  width: 100%;
  height: auto;
  max-height: 420px;
  margin: 0;
  padding: 0;
  background: url("../images/top/bkg_instagram.png") top no-repeat;
}
.instagram h2 {
  margin: 10px auto;
  text-align: center;
}
.instagram_box {
  width: 800px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.instagram_box p {
  text-align: center;
  font-size: 22px;
  margin: 10px auto;
  padding: 0;
  font-weight: 700;
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 185px;
  right: 25px;
}
/*-------------
footer
-------------*/
#footer {
  clear: both;
  margin: 0 auto;
  width: 100%;
  background-color: #282828;
  color: #fff;
}
.ft_middle {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 20px 0;
}
.footer_box {
  margin: 20px 0 0 0;
  float: left;
}
p.footertext {
  font-size: 13px;
  margin: 10px 0 0 0;
  line-height: 20px;
  letter-spacing: 1px;
}
p.footermail {
  margin: 10px 0 0 0;
}
.footer_box2 {
  float: left;
  margin: 50px 0 0 35px;
  border-left: solid 1px #fff;
  padding: 10px 0 5px 30px;
}
.footer_box2listbox.clearfix {
  float: left;
}
ul.footer_box2list2 {
  margin: 25px 0 0 50px;
  float: left;
}
ul.footer_box2list li, ul.footer_box2list2 li {
  line-height: 23px;
  letter-spacing: 1px;
}
ul.footer_box2list li a, ul.footer_box2list2 li a {
  font-size: 13px;
  color: #fff;
}
ul.footer_box2list a:hover, ul.footer_box2list2 a:hover {
  text-decoration: underline;
}
.ft_bottom {
  clear: both;
  background-color: #fff;
  text-align: center;
  height: 25px;
  line-height: 25px;
  color: #282828;
}