@import 'normalize.css';
/* Layout */
/* Layer */
.footer:after,
.header:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .footer,
* html .header,
*:first-child + html .footer,
*:first-child + html .header {
  zoom: 1;
}
.footer:after,
.header:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .footer,
* html .header,
*:first-child + html .footer,
*:first-child + html .header {
  zoom: 1;
}
body {
  background: 0 0 repeat url(../img/common/top-main-bg.png);
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Verdana, Meiryo, 'メイリオ', sans-serif;
}
body.jsFooterSticky {
  background: #fff none;
}
a {
  outline: none;
}
a:hover {
  outline: none;
}
#wpstats {
  position: fixed;
  top: -100%;
  left: -100%;
}
.header {
  position: relative;
  background: #fff;
  padding: 20px 0;
}
.header .catchphrase {
  margin: 0;
  font-size: 10px;
  position: absolute;
  top: -15px;
  padding: 0;
  color: #91918C;
}
.header .inner {
  margin: 0 auto;
  width: 960px;
  position: relative;
}
.header .logo a,
.header .logo span {
  background: 0 0 no-repeat url(../img/header/logo.png);
  width: 218px;
  height: 55px;
  display: block;
  margin: 0px auto;
}
.header .intro-text {
  margin-top: 25px;
  font-size: 11px;
  line-height: 1.1rem;
  color: #9b9b9b;
  text-align: center;
}
.header .intro-text p {
  margin: 0;
}
.header .utility {
  position: absolute;
  top: -12px;
  right: 0;
  width: 260px;
  text-align: left;
}
.header .utility:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .header .utility,
*:first-child + html .header .utility {
  zoom: 1;
}
.header .utility:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .header .utility,
*:first-child + html .header .utility {
  zoom: 1;
}
.header .utility .searchBox {
  float: left;
  margin-right: 10px;
}
.header .utility .searchBox .query {
  background: 8px center no-repeat url(../img/header/icn-search.png);
  width: 190px;
  box-sizing: border-box;
  padding: 0 10px 0 30px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) inset;
  border: 1px solid #aeaeae;
  min-height: 26px;
  font-size: 12px;
  color: #808080;
}
.header .utility .social {
  display: inline-block;
}
.header .utility .social.twitter {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.header .utility .social.facebook {
  float: left;
  margin-right: 5px;
  margin-top: 0;
}
.header .utility .social.facebook a {
  display: block;
}
.footer {
  position: relative;
  padding-top: 10px;
  text-align: center;
  color: #6c6c6c;
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 12px;
  font-family: serif;
}
.jsFooterSticky .footer {
  width: 100%;
  background: 0 0 repeat url(../img/common/top-main-bg.png);
}
.footer .top {
  position: absolute;
  top: -100%;
  right: 10px;
  display: block;
}
.contents {
  background: #fff;
}
.contents:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .contents,
*:first-child + html .contents {
  zoom: 1;
}
.contents:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .contents,
*:first-child + html .contents {
  zoom: 1;
}
.main {
  width: 960px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 30px;
}
.main:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .main,
*:first-child + html .main {
  zoom: 1;
}
.main:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .main,
*:first-child + html .main {
  zoom: 1;
}
.post-type-archive-movie .main {
  /*
		width:960-250px;
		float: right;
*/
}
.bread-nav {
  background-color: #efefef;
  background: #f5f5f5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f4f4f4), color-stop(1, #e6e6e6));
  background: -ms-linear-gradient(bottom, #f4f4f4 0%, #e6e6e6 100%);
  background: -moz-linear-gradient(center bottom, #f4f4f4 0%, #e6e6e6 100%);
  background: -o-linear-gradient(#e6e6e6, #f4f4f4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#f4f4f4', GradientType=0);
  border-bottom: 1px groove #d4d4d4;
  border-bottom: 1px solid #e9e9e9;
  box-sizing: border-box;
}
.breadcrumb {
  width: 960px;
  margin: 0 auto;
  padding: 8px 0;
  font-size: 11px;
  line-height: 13px;
  color: #91918c;
}
.breadcrumb a {
  color: #91918c;
}
.breadcrumb a:hover {
  color: #4e4e4b;
}
.page-title {
  padding-bottom: 15px;
  border-bottom: 1px dotted #cfcfcf;
  margin-bottom: 0px;
}
.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.nav-below {
  border-top: 1px dotted #cfcfcf;
  border-bottom: 1px dotted #cfcfcf;
  padding: 10px 0;
  text-align: center;
}
.nav-below a {
  text-decoration: none;
  color: #000;
  font-size: 13px;
}
.nav-below .btn a {
  width: 80px;
  height: 17px;
  display: inline-block;
}
.nav-below .btn a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.nav-below .btn a span {
  visibility: hidden;
}
.nav-below .btn.nav-previous a {
  background: right 0 no-repeat url(../img/common/btn-prev.png);
}
.nav-below .btn.nav-previous a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.nav-below .btn.nav-next a {
  background: 0 0 no-repeat url(../img/common/btn-next.png);
}
.nav-below .btn.nav-next a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.post-type-archive .nav-below,
.category .nav-below,
body.archive .nav-below {
  margin-top: 20px;
}
.post-type-archive .nav-below .nav-previous a,
.category .nav-below .nav-previous a,
body.archive .nav-below .nav-previous a {
  padding-left: 18px;
  background: 0 0 no-repeat url(../img/common/icn-list-arrow-left.png);
}
.post-type-archive .nav-below .nav-previous a:hover,
.category .nav-below .nav-previous a:hover,
body.archive .nav-below .nav-previous a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.post-type-archive .nav-below .nav-next a,
.category .nav-below .nav-next a,
body.archive .nav-below .nav-next a {
  padding-right: 18px;
  background: right top no-repeat url(../img/common/icn-list-arrow.png);
}
.post-type-archive .nav-below .nav-next a:hover,
.category .nav-below .nav-next a:hover,
body.archive .nav-below .nav-next a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.menu {
  background-color: #91918c;
  max-height: 40px;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  position: relative;
}
.menu ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  width: 960px;
}
.menu ul:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .menu ul,
*:first-child + html .menu ul {
  zoom: 1;
}
.menu ul:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .menu ul,
*:first-child + html .menu ul {
  zoom: 1;
}
.menu li {
  float: left;
}
.menu li a {
  display: block;
  font-size: 0;
  outline: none;
  background: 0 0 repeat url(../img/header/navi-menu.png);
  width: 160px;
  height: 40px;
}
.menu li.current a {
  background-position: 0 -82px;
}
.menu li.menu-gamemovie a {
  background-position: 0px 0;
}
.post-type-archive-movie .menu li.menu-gamemovie a,
.menu li.menu-gamemovie a:hover {
  background-position: 0 -41px;
}
.menu li.menu-blog a {
  background-position: -160px 0;
}
.post-type-archive-blog .menu li.menu-blog a,
.menu li.menu-blog a:hover {
  background-position: -160px -41px;
}
.menu li.menu-blog.current a {
  background-position: -160px -82px;
}
.menu li.menu-shop a {
  background-position: -320px 0;
}
.post-type-archive-shop .menu li.menu-shop a,
.menu li.menu-shop a:hover {
  background-position: -320px -41px;
}
.menu li.menu-shop.current a {
  background-position: -322px -82px;
}
.menu li.menu-whatsnew a {
  background-position: -480px 0;
}
.post-type-archive-whatsnew .menu li.menu-whatsnew a,
.menu li.menu-whatsnew a:hover {
  background-position: -480px -41px;
}
.menu li.menu-whatsnew.current a {
  background-position: -482px -82px;
}
.menu li.menu-arrival a {
  background-position: -640px 0;
}
.menu li.menu-arrival a:hover {
  background-position: -640px -41px;
}
.post-type-archive-arrival .menu li.menu-arrival a {
  background-position: -640px -41px;
}
.menu li.menu-arrival.current a {
  background-position: -642px -82px;
}
.menu li.menu-calender a {
  background-position: -800px 0;
}
.menu li.menu-calender a:hover {
  background-position: -800px -41px;
}
.post-type-archive-arrival .menu li.menu-calender a {
  background-position: -800px -41px;
}
.menu li.menu-calender.current a {
  background-position: -802px -82px;
}
.home-main {
  text-align: center;
  border-top: 1px solid #fff;
  background: #ffffff 0 0 repeat url(../img/common/top-main-bg.png);
  padding: 20px 0;
}
.home-main .inner {
  display: inline-block;
}
.home-main .inner:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .home-main .inner,
*:first-child + html .home-main .inner {
  zoom: 1;
}
.home-main .inner:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .home-main .inner,
*:first-child + html .home-main .inner {
  zoom: 1;
}
.home-main .movie,
.home-main .shop {
  float: left;
}
.home-main .movie {
  margin-right: 20px;
  font-size: 0;
}
.home-main .movie .movie-item {
  margin: 0 0 ;
  display: block;
}
.home-main .movie .movie-item a {
  display: block;
}
.home-main .movie .movie-item a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.home-main .movie .movie-item img {
  display: block;
}
.home-main .shop ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.home-main .shop li {
  margin: 0 0 11px;
}
.home-main .shop li:last-child {
  margin: 0;
}
.home-main .shop li a {
  background: 0 0 no-repeat url(../img/home/top-main-amu.png);
  width: 240px;
  height: 63px;
  box-sizing: border-box;
  display: block;
  vertical-align: middle;
  text-decoration: none;
  line-height: 63px;
  color: #000;
  padding: 2px;
  text-align: left;
}
.home-main .shop li a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.home-intro {
  font-size: 12px;
  text-align: left;
  line-height: 1.2rem;
  margin: 0 0 30px;
}
.home-intro .title {
  font-size: 19px!important;
  font-family: serif;
  margin: 0 0 5px!important;
  line-height: 0;
}
.home-intro img.hr {
  display: block;
  font-size: 0;
}
.home-col3 {
  text-align: center;
  padding: 30px 0 0;
  background: #fff;
}
.home-col3 .inner {
  display: inline-block;
}
.home-col3 .inner:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .home-col3 .inner,
*:first-child + html .home-col3 .inner {
  zoom: 1;
}
.home-col3 .inner:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .home-col3 .inner,
*:first-child + html .home-col3 .inner {
  zoom: 1;
}
.home-col3 .colmn3 {
  margin-bottom: 40px;
}
.home-col3 .colmn3:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .home-col3 .colmn3,
*:first-child + html .home-col3 .colmn3 {
  zoom: 1;
}
.home-col3 .colmn3:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .home-col3 .colmn3,
*:first-child + html .home-col3 .colmn3 {
  zoom: 1;
}
.home-col3 .social-twitter,
.home-col3 .blog,
.home-col3 .press {
  float: left;
  margin-left: 30px;
}
.home-col3 .title {
  text-align: left;
  font-size: 0;
  margin: 0 0 10px;
}
.home-col3 .info-line {
  font-size: 0;
  text-align: left;
}
.home-col3 .press,
.home-col3 .blog {
  width: 250px;
}
.home-col3 .press .press-content,
.home-col3 .blog .press-content {
  padding-top: 10px;
  max-height: 380px;
  overflow: hidden;
}
.home-col3 .press .press-item,
.home-col3 .blog .press-item {
  width: 250px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #cfcfcf;
}
.home-col3 .press .press-item a:hover,
.home-col3 .blog .press-item a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.home-col3 .press .press-item .article-link,
.home-col3 .blog .press-item .article-link {
  text-decoration: none;
}
.home-col3 .press .press-item .time,
.home-col3 .blog .press-item .time,
.home-col3 .press .press-item .title,
.home-col3 .blog .press-item .title {
  vertical-align: top;
}
.home-col3 .press .press-item .time,
.home-col3 .blog .press-item .time {
  color: #b2b28e;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  padding: 0 5px;
  height: 20px;
  text-decoration: none;
}
.home-col3 .press .press-item .time .tag-shop,
.home-col3 .blog .press-item .time .tag-shop {
  background-color: #a2a2a2;
  color: #fff;
  font-size: 9px;
  display: inline-block;
  padding: 5px 5px 4px;
  text-decoration: none;
  line-height: 9px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /*
						background-color: #000;
					color: #fff;
					font-size: 9px;
					display: inline-block;
					padding:5px;					text-decoration: none;
					line-height: 9px;
					*/
}
.home-col3 .press .press-item .title,
.home-col3 .blog .press-item .title {
  font-size: 12px;
  line-height: 20px;
  padding: 0 5px ;
  vertical-align: top;
  text-decoration: none;
  color: #000;
}
.home-col3 .blog {
  width: 400px;
  margin-left: 0;
}
.home-col3 .blog .thumb a {
  display: block;
}
.home-col3 .blog .thumb img {
  font-size: 0;
  display: block;
  margin: 0 10px 10px 0;
}
.home-col3 .blog .title {
  position: relative;
  margin-bottom: 6px;
}
.home-col3 .blog .more {
  position: absolute;
  right: 0;
  top: 0;
}
.home-col3 .blog .press-item {
  width: 400px;
}
.home-col3 .press .title {
  margin-bottom: 10px;
}
.home-col3 .social-twitter {
  width: 250px;
}
.home-col3 .social-twitter .title {
  margin-bottom: 10px;
}
.home-col3 .social-twitter .twicon {
  border: 1px solid #e7e7e7;
  display: block;
}
.home-col3 .social-line {
  width: 960px;
  float: none;
  clear: both;
}
.home-col3 .social-line:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .home-col3 .social-line,
*:first-child + html .home-col3 .social-line {
  zoom: 1;
}
.home-col3 .social-line:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .home-col3 .social-line,
*:first-child + html .home-col3 .social-line {
  zoom: 1;
}
.home-col3 .social-line .info-line {
  margin-bottom: 20px;
}
.home-col3 .social-line .line-detail {
  float: left;
}
.home-col3 .social-line .qr-list {
  float: left;
  width: 715px;
  margin-bottom: 40px;
}
.home-col3 .social-line .qr-list:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .home-col3 .social-line .qr-list,
*:first-child + html .home-col3 .social-line .qr-list {
  zoom: 1;
}
.home-col3 .social-line .qr-list:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .home-col3 .social-line .qr-list,
*:first-child + html .home-col3 .social-line .qr-list {
  zoom: 1;
}
.home-col3 .social-line .qr-list dl {
  display: block;
  float: left;
  margin-left: 30px;
}
.home-col3 .social-line .qr-list dt {
  display: block;
  padding: 2px;
  box-sizing: border-box;
  background-color: black;
  color: #fff;
  font-size: 11px;
  width: 111px;
  margin-bottom: 15px;
  position: relative;
}
.home-col3 .social-line .qr-list dt:after {
  content: url(../img/home/qr-hukidasi.png);
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -7;
}
.home-col3 .social-line .qr-list dd {
  width: 111px;
  display: block;
  margin: 0;
}
.arrival-list tr {
  border-bottom: 1px dotted #cfcfcf;
}
.arrival-list tr:last-child {
  border-bottom: none;
}
.arrival-list td {
  vertical-align: top;
  width: 280px;
  padding: 25px 60px 10px 0;
}
.arrival-list td:last-child {
  padding-right: 0px;
}
.arrival-list .title {
  font-size: 12px;
  color: #000;
  font-weight: bold;
  clear: both;
}
.arrival-list .description {
  font-size: 11px;
  color: #8e8e8e;
}
.arrival-list .shop-list:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .arrival-list .shop-list,
*:first-child + html .arrival-list .shop-list {
  zoom: 1;
}
.arrival-list .shop-list:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .arrival-list .shop-list,
*:first-child + html .arrival-list .shop-list {
  zoom: 1;
}
.arrival-list .shop-list .list-item-shop {
  float: left;
}
.arrival-list .shop-list .list-item-shop a {
  color: #000;
  font-weight: bold;
  padding-left: 18px;
  background: 0 2px no-repeat url(../img/common/icn-list-arrow.png);
  margin-right: 10px;
  display: block;
}
h2.category_name {
  font-size: 18px;
}
/*# sourceMappingURL=style.css.map */