@charset "UTF-8";

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
@import url(lib/jquery.bxslider.css);
@import url(lib/magnific-popup.css);

@import "news.css";
@import "news_sp.css";

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

._sp {
  display: none !important;
}

@media screen and (max-width: 639px) {
  ._sp {
    display: block !important;
  }

  ._pc {
    display: none !important;
  }
}
* {
  font-family: -apple-system, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, "游ゴシック Medium", sans-serif !important;
}

html, body { height: 100%; }

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

i {
  font-style: italic;
}

.global-header {
  /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2MTYxNiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMmUyZTJlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTYxNjE2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #161616), color-stop(50%, #2e2e2e), color-stop(100%, #161616));
  background-image: -moz-linear-gradient(left, #161616, #2e2e2e, #161616);
  background-image: -webkit-linear-gradient(left, #161616, #2e2e2e, #161616);
  background-image: linear-gradient(to right, #161616, #2e2e2e, #161616);*/
  background-color: #000;
  border-top: 3px solid #b80606;
  color: #fff;
}
.global-header .inner-box, .global-header .global-nav .items, .global-nav .global-header .items, .global-header .p-top .top-section.-hero-unit, .p-top .global-header .top-section.-hero-unit, .global-header .p-top .top-section.-news .articles, .p-top .top-section.-news .global-header .articles {
  position: relative;
}
.hamburger-toggler {
  position: absolute;
  top: 14px;
  left: 30px;
}
.global-header .logo {
  padding-top: 11px;
  padding-bottom: 15px;
  text-align: center;
}
.global-header .buttons.-language {
  *zoom: 1;
  position: absolute;
  top: 0;
  right: 30px;
  width: 88px;
}
.global-header .buttons.-language:after {
  content: "";
  display: table;
  clear: both;
}
.global-header .buttons.-language .button {
  float: left;
  width: 44px;
  text-align: center;
}
.global-header .buttons.-language .button a {
  display: block;
  padding-top: 23px;
  padding-bottom: 9px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 11px;
  color: #fff;
}
.global-header .buttons.-language .button a.-active {
  background: #b80606;
}
.hamburger-menu {
  display: none;
  position: absolute;
  top: 0;
  z-index: 9999;
  border-top: 3px solid #b80606;
  background: rgba(0, 0, 0, 0.86);
  width: 100%;
  height: 100%;
  overflow: auto;
}
.hamburger-menu .header {
  margin-bottom: 30px;
  border-bottom: 1px solid #b80606;
  height: 56px;
}
.hamburger-menu .header .inner-box {
  height: 56px;
  position: relative;
}
.hamburger-menu .row {
  *zoom: 1;
  margin-bottom: 50px;
}
.hamburger-menu .row:after {
  content: "";
  display: table;
  clear: both;
}
.hamburger-menu .column {
  margin-left: 20px;
  float: left;
  width: 308px;
}
.hamburger-menu .column:first-child {
  margin: 0;
}
.hamburger-menu .column b,
.hamburger-menu .column a {
  display: block;
  padding: 12px 3px;
  font-size: 15px;
  color: #ccc;
  font-weight: normal;
}
.hamburger-menu .item {
  border-bottom: 1px dotted #4f4f4f;
}
.hamburger-menu .title {
  padding-bottom: 15px;
  border-bottom: 1px solid #b80606;
  font-size: 14px;
  color: #999;
}
.hamburger-menu .title .english {
  margin-left: 12px;
  font-size: 12px;
  color:#b80606;
}
.global-header .nav2 {
  font-size: 11px;
  position: absolute;
  top: 25px;
  right: 136px;
}
.global-header .nav2 a {
  color: #fff;
}
.global-header .nav2 .nav.-press {
  float: left;
  border-right: solid 1px #fff;
  padding-right: 10px;
  margin-right: 10px;
}
.global-header .nav2 .nav.-market {
  float: left;
}

body {
  min-width: 1040px;
}
@media screen and (max-width: 639px) {
  body {
    min-width: auto;
  }
  .global-header {
    position: fixed;
    width: 100%;
    height: 40px;
    z-index: 101;
  }
  .global-header .inner-box, .global-header .global-nav .items, .global-nav .global-header .items, .global-header .p-top .top-section.-hero-unit, .p-top .global-header .top-section.-hero-unit, .global-header .p-top .top-section.-news .articles, .p-top .top-section.-news .global-header .articles {
    width: 100%;
  }
  .hamburger-toggler {
    top: 13px;
    left: 14px;
  }
  .hamburger-toggler img {
    width: 14px;
    height: 14px;
  }
  .global-header .logo {
    padding: 12px 0;
  }
  .global-header .logo img {
    width: 237px;
    height: 14px;
  }
  .global-header .buttons.-language {
    right: 6px;
    width: 28px;
  }
  .global-header .buttons.-language .button {
    width: 28px;
  }
  .global-header .buttons.-language .button a {
    padding-top: 15px;
    padding-bottom: 6px;
    background: #333;
    font-size: 7px;
  }
  .ja .global-header .buttons.-language .button.-japanese {
    display: none;
  }
  .ja .global-header .buttons.-language .button.-english a {
    background: #b80606;
  }
  .en .global-header .buttons.-language .button.-english {
    display: none;
  }
  .en .global-header .buttons.-language .button.-japanese a {
    background: #b80606;
  }
  .hamburger-menu {
    border: none;
    position: fixed;
    /*
    width: 100%;
    height: 100%;
    */
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .hamburger-menu .header {
    margin-bottom: 0;
    height: 40px;
  }
  .hamburger-menu .row {
    margin-bottom: 0;
  }
  .hamburger-menu .column {
    margin: 0 0 15px;
    float: none;
    width: 100%;
  }
  .hamburger-menu .column b,
  .hamburger-menu .column a {
    padding: 12px 10px;
    font-size: 12px;
  }
  .hamburger-menu .column:first-child {
    margin: 0 0 15px;
  }
  .hamburger-menu .title {
    padding: 15px 10px;
  }
}
.global-nav {
  /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2MTYxNiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMmUyZTJlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTYxNjE2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #161616), color-stop(50%, #2e2e2e), color-stop(100%, #161616));
  background-image: -moz-linear-gradient(left, #161616, #2e2e2e, #161616);
  background-image: -webkit-linear-gradient(left, #161616, #2e2e2e, #161616);
  background-image: linear-gradient(to right, #161616, #2e2e2e, #161616);*/
  background-color: #000;
  border-top: 1px solid #7f7f7f;
  /*border-bottom: 1px solid #b80606;*/
  color: #fff;
}
.global-nav b,
.global-nav a {
  box-sizing: border-box;
  display: block;
  padding: 8px 0 0;
  height: 52px;
  /*cursor: pointer;*/
  opacity: 0.7;
  font-weight: normal;
}
.global-nav a:hover {
  opacity: 1;
  text-decoration: none;
}
.global-nav.-en b,
.global-nav.-en a {
  padding: 16px 0 0;
}
.global-nav .item {
  float: left;
  width: 16.66%;
  text-align: center;
  line-height: 1.5;
}
.global-nav .title.-japanese {
  font-size: 13px;
  color: #fff;
}
.global-nav .title.-english {
  font-size: 10px;
  color:#d9d9d9;
}
.global-nav.-en .title.-japanese {
  display: none;
}
.global-nav.-en .title.-english {
  font-size: 13px;
  color: #fff;
}

@media screen and (max-width: 639px) {
  .global-nav {
    display: none;
  }
}
.global-main {
  background: #fff;
}

@media screen and (max-width: 639px) {
  .global-main {
    padding-top: 43px !important;
  }
}
.global-banners {
  padding: 50px 0 50px;
  background: #fff;
  text-align: center;
}
.global-banners .bx-wrapper {
  margin-bottom: 110px;
}
.global-banners .bx-wrapper .bx-pager,
.global-banners .bx-wrapper .bx-controls-auto {
  bottom: -50px;
}
.global-banners .bx-wrapper .bx-prev,
.global-banners .bx-wrapper .bx-next {
  opacity: 0.5;
}
.global-banners .bx-wrapper .bx-prev {
  left: -30px;
  background: url("../img/top/btn_prev_movies.png") no-repeat;
}
.global-banners .bx-wrapper .bx-next {
  right: -30px;
  background: url("../img/top/btn_next_movies.png") no-repeat;
}
.global-banners .bx-wrapper .bx-prev:hover,
.global-banners .bx-wrapper .bx-prev:focus,
.global-banners .bx-wrapper .bx-next:hover,
.global-banners .bx-wrapper .bx-next:focus {
  background-position: 0 0;
  opacity: 1;
}
.global-banners .bx-wrapper .bx-controls-direction a {
  margin-top: -15px;
  width: 18px;
  height: 29px;
  z-index: 100;
}

@media screen and (max-width: 639px) {
  .global-banners .item {
    max-width: 100%;
    width: auto;
  }
  .global-banners .item img {
    max-width: 100%;
    width: auto;
  }
  .global-banners .bx-wrapper {
    margin: 0 25px !important;
  }
  .global-banners .bx-wrapper .bx-pager,
  .global-banners .bx-wrapper .bx-controls-auto {
    bottom: -35px;
  }
  .global-banners .bx-wrapper .bx-pager.bx-default-pager a {
    width: 8px;
    height: 8px;
    margin: 0 7px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .global-banners .bx-wrapper .bx-prev {
    left: -20px;
    background-size: 13px 21px;
  }
  .global-banners .bx-wrapper .bx-next {
    right: -20px;
    background-size: 13px 21px;
  }
  .global-banners .bx-wrapper .bx-controls-direction a {
    margin-top: -11px;
    width: 13px;
    height: 21px;
  }
}
.global-partners {
  padding: 30px 0;
  border-top: 1px solid #b80606;
  background: #fff;
  text-align: center;
  font-size: 14px;
  color: #000;
}
.global-partners .partner-link .link {
  color: #999;
}
.global-partners .banners {
  *zoom: 1;
  margin: 30px 0;
}
.global-partners .banners:after {
  content: "";
  display: table;
  clear: both;
}
.global-partners .banner {
  display: inline-block;
  margin: 0 25px;
}

@media screen and (max-width: 639px) {
  .global-partners {
    padding: 15px 0;
    font-size: 11px;
  }
  .global-partners .partner-link .link {
    font-size: 13px;
  }
  .global-partners .partner-link .link:before {
    content: "▼";
    display: inline-block;
    transform: rotate(-90deg);
    margin-right: 5px;
    font-size: 10px;
  }
  .global-partners .banners {
    margin: 15px 0 0;
  }
  .global-partners .banner {
    margin: 0 20px 15px;
  }
  .global-partners .banner img {
    width: auto;
    height: 30px;
  }
}

.top-copyright {
  display: none;
}
.p-top .top-copyright {
  display: block;
  background: #fff;
  padding: 30px 0;
  text-align: left;
  font-size: 11px;
  line-height: 1.4;
  color: #ddd;
}
@media screen and (max-width: 639px) {
  .p-top .top-copyright {
    display: none;
  }
}


.global-footer {
  padding-top: 7px;
  border-top: 4px solid #b80606;
  background: #151515;
  color: #fff;
}
.global-footer .sitemap._pc {
  padding-top: 30px;
  padding-bottom: 10px;
  border-top: 1px solid #b80606;
}
.global-footer .sitemap._pc .column {
  float: left;
  width: 16.66%;
}
.global-footer .sitemap._pc .title.-japanese {
  font-size: 13px;
  color: #fff;
}
.global-footer .sitemap._pc .title.-english {
  margin-top: 3px;
  font-size: 10px;
  color: #b80606;
}
.global-footer .sitemap._pc .items {
  padding-top: 5px;
  padding-bottom: 50px;
}
.global-footer .sitemap._pc .item {
  margin-top: 10px;
}
.global-footer .sitemap._pc .item a {
  font-size: 12px;
  color: #bbb;
}
.global-footer .banners.-keirin {
  *zoom: 1;
  margin: 0 auto;
  padding: 0 40px;
  width: 944px;
  vertical-align: bottom;
}
.global-footer .banners.-keirin:after {
  content: "";
  display: table;
  clear: both;
}
.global-footer .banners.-keirin .banner {
  display: inline-block;
}
.global-footer .banners.-keirin .banner a, .global-footer .banners.-keirin .banner img {
  display: inline-block;
}
.global-footer .banners.-keirin .note {
  display: inline-block;
  font-size: 10px;
  color: #5e5e5e;
}
.global-footer .lastyear {
  float: right;
  padding-top:8px;
  margin-bottom: 10px;
}
.global-footer .lastyear a {
  font-size: 12px;
  color: #fff;
  position: relative;
}
.global-footer .lastyear a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
}

.global-footer .other {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #333;
  background: #000;
}
.global-footer .other .inner-box, .global-footer .other .global-nav .items, .global-nav .global-footer .other .items, .global-footer .other .p-top .top-section.-hero-unit, .p-top .global-footer .other .top-section.-hero-unit, .global-footer .other .p-top .top-section.-news .articles, .p-top .top-section.-news .global-footer .other .articles {
  padding: 0 40px;
  width: 944px;
}
.global-footer .other .banners {
  *zoom: 1;
  padding: 7px 12px;
  background: #fff;
  float: left;
  width: auto;
}
.global-footer .other .banners:after {
  content: "";
  display: table;
  clear: both;
}
.global-footer .other .banners .banner {
  margin: 0 10px 0 0;
  float: left;
  width: auto;
}
.global-footer .other .nav.-other {
  float: right;
  width: auto;
}
.global-footer .other .items {
  *zoom: 1;
}
.global-footer .other .items:after {
  content: "";
  display: table;
  clear: both;
}
.global-footer .other .item {
  margin-left: 11px;
  padding-left: 11px;
  border-left: 1px solid #999;
  float: left;
  width: auto;
  font-size: 11px;
  line-height: 1;
}
.global-footer .other .item:first-child {
  margin-left: 0;
  padding-left: 0;
  border: none;
}
.global-footer .other .link {
  font-size: 11px;
  color: #999;
  text-decoration: none;
}
.global-footer .other .copyright {
  font-size: 10px;
  color: #5e5e5e;
  text-align: right;
}
.global-footer .other .copyright .banner {
  margin: 10px 0 0;
  text-align: right;
}
.global-footer .other .copyright .text {
  margin-top: 5px;
}

@media screen and (max-width: 639px) {
  .global-footer {
    border-top-width: 2px;
    padding-top: 0;
  }
  .global-footer .sitemap._sp {
    padding-top: 0;
    border: none;
  }
  .global-footer .sitemap._sp .items {
    *zoom: 1;
  }
  .global-footer .sitemap._sp .items:after {
    content: "";
    display: table;
    clear: both;
  }
  .global-footer .sitemap._sp .items .item {
    box-sizing: border-box;
    float: left;
    width: 50%;
    border-bottom: 1px solid #b80606;
  }
  .global-footer .sitemap._sp .items .item:nth-child(2n) {
    border-left: 1px solid #b80606;
  }
  .global-footer .sitemap._sp .items .item a {
    display: block;
    padding: 20px;
    font-size: 14px;
    color: #ddd;
    text-decoration: none;
    text-align: center;
  }
  .global-footer .sitemap._sp .aside {
    *zoom: 1;
    margin: 20px 25px;
  }
  .global-footer .sitemap._sp .aside:after {
    content: "";
    display: table;
    clear: both;
  }
  .global-footer .sitemap._sp .aside .item {
    margin-right: 30px;
    float: left;
    width: auto;
  }
  .global-footer .sitemap._sp .aside .item a {
    font-size: 13px;
    color: #ddd;
  }
  .global-footer .sitemap._sp .aside .item a:before {
    content: "▼";
    display: inline-block;
    transform: rotate(-90deg);
    margin-right: 5px;
    font-size: 8px;
    color:#b80606;
  }
  .global-footer .banners.-keirin {
    margin: 0 25px;
    padding: 0;
    width: auto;
  }
  .global-footer .banners.-keirin .banner {
    display: block;
    float: left;
    width: auto;
  }
  .global-footer .banners.-keirin .banner a, .global-footer .banners.-keirin .banner img {
    display: block;
  }
  .global-footer .banners.-keirin .banner.-keirin {
    margin-right: 10px;
  }
  .global-footer .banners.-keirin .banner.-keirin img {
    width: 111px;
    height: 33px;
  }
  .global-footer .banners.-keirin .banner.-history {
    clear: both;
    padding-top: 20px;
  }
  .global-footer .banners.-keirin .note {
    display: block;
    padding-top: 7px;
    float: left;
    width: 140px;
  }
  .global-footer .lastyear {
    float: none;
    clear: both;
    padding-top:20px
  }
  .global-footer .lastyear a {
    font-size: 12px;
    color: #fff;
    text-align: center;
  }

  .global-footer .other {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    border-top: 1px solid #333;
    background: #000;
  }
  .global-footer .other .inner-box, .global-footer .other .global-nav .items, .global-nav .global-footer .other .items, .global-footer .other .p-top .top-section.-hero-unit, .p-top .global-footer .other .top-section.-hero-unit, .global-footer .other .p-top .top-section.-news .articles, .p-top .top-section.-news .global-footer .other .articles {
    padding: 0;
    width: auto;
  }
  .global-footer .other .banners {
    display: none;
  }
  .global-footer .other .nav.-other {
    padding: 0 15px 15px;
    float: none;
    width: auto;
  }
  .global-footer .other .item {
    box-sizing: border-box;
    margin: 0;
    padding: 15px 0;
    border: none;
    float: left;
    width: 50%;
    font-size: 12px;
    line-height: 1.3;
  }
  .global-footer .other .link {
    font-size: 12px;
  }
  .global-footer .other .link:before {
    content: "▼";
    display: inline-block;
    transform: rotate(-90deg);
    margin-right: 5px;
    font-size: 8px;
    color: #999;
  }
  .global-footer .other .copyright .banner {
    margin-top: 10px;
  }
  .global-footer .other .copyright .text {
    margin-top: 5px;
  }
}
.horizontal-list, .p-top .top-section.-news .tab .items, .p-news_list .news-tab .items {
  *zoom: 1;
}
.horizontal-list:after, .p-top .top-section.-news .tab .items:after, .p-news_list .news-tab .items:after {
  content: "";
  display: table;
  clear: both;
}
.horizontal-list .horizontal-list__item, .p-top .top-section.-news .tab .items .horizontal-list__item, .p-news_list .news-tab .items .horizontal-list__item {
  float: left;
  width: auto;
}
.horizontal-list .horizontal-list__link, .p-top .top-section.-news .tab .items .horizontal-list__link, .p-news_list .news-tab .items .horizontal-list__link {
  display: block;
  color: #fff;
  text-decoration: none;
}

.inner-box, .global-nav .items, .p-top .top-section.-hero-unit, .p-top .top-section.-news .articles {
  *zoom: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: 980px;
}
.inner-box:after, .global-nav .items:after, .p-top .top-section.-hero-unit:after, .p-top .top-section.-news .articles:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 639px) {
  .inner-box, .global-nav .items, .p-top .top-section.-hero-unit, .p-top .top-section.-news .articles {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.social-buttons {
  *zoom: 1;
}
.social-buttons._sp {
  display: none;
}
.social-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.social-buttons .like, .social-buttons .tweet, .social-buttons .line, .social-buttons .gplus {
  padding-left: 10px;
  float: left;
}
.social-buttons .like {
  width: 86px;
}
.social-buttons .tweet {
  width: 75px;
}
.social-buttons .line {
  width: 82px;
}
.social-buttons .gplus {
  width: 65px;
}

@media screen and (max-width: 639px) {
  .social-buttons._sp {
    display: block;
  }
  .social-buttons._pc {
    display: none;
  }
  .social-buttons .like, .social-buttons .tweet, .social-buttons .line, .social-buttons .gplus {
    padding-left: 0;
    padding-right: 10px;
  }
  .social-buttons .line {
    clear: both;
  }
}
.footer-buttons._pc {
  *zoom: 1;
}
.footer-buttons._pc:after {
  content: "";
  display: table;
  clear: both;
}
.footer-buttons._pc li {
  margin-right: 35px;
  float: left;
  width: 42px;
  text-align: center;
}
.footer-buttons._pc a {
  display: block;
}
.footer-buttons._pc img {
  height: 26px;
  width: auto;
}

@media screen and (max-width: 639px) {
  .footer-buttons._sp {
    *zoom: 1;
    position: fixed;
    bottom: 0;
    z-index: 100;
    border-top: 1px solid #c5c0b4;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 38px;
  }
  .footer-buttons._sp:after {
    content: "";
    display: table;
    clear: both;
  }
  .footer-buttons._sp li {
    padding-top: 12px;
    float: left;
    width: 20%;
    text-align: center;
  }
  .footer-buttons._sp a {
    display: block;
  }
}
.genre-list {
  *zoom: 1;
  font-size: 9px;
}
.genre-list:after {
  content: "";
  display: table;
  clear: both;
}
.genre-list .genre {
  margin-right: 5px;
  float: left;
  width: auto;
}

.static-tab ul {
  *zoom: 1;
  border-bottom: 1px solid #7a715d;
  display: flex;
  justify-content: space-between;
}
.static-tab ul:after {
  content: "";
  display: table;
  clear: both;
}
/*.static-tab li {
  float: left;
  width: 20%;
}*/

.static-tab li {
  width: auto;
  align-self: flex-end;
}

.ja_tiff .static-tab li,
.en_tiff .static-tab li,
.en_tiff_director_general .static-tab li{
  width: 16%;
}

.static-tab a {
  padding: 10px 0 0;
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
.static-tab a:hover,
.static-tab a.active {
  color: #fff;
  text-decoration: none;
}
.static-tab .border {
  border-left: 1px solid #7a715d;
  height: 10px;
}
.static-tab li:first-child .border {
  border: none;
}
.static-tab .text {
  padding: 0 0.5em;
}


.p-list .global-main {
  padding-top: 30px;
}
.p-list .static-tab li {
  width: 50%;
}
.p-list .static-tab li a {
  color: rgba(0, 0, 0, 0.6);
}
.p-list .static-tab a:hover, .p-list .static-tab a.active {
    color: #000;
}

@media screen and (max-width: 639px) {
  .static-tab._sp {
    background:#fff;
  }
  .static-tab._sp ul {
    *zoom: 1;
    border-bottom: 1px solid #908468;
    border-top: 1px solid #e6e2d8;
    flex-wrap: wrap;
  }
  .static-tab._sp ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .static-tab._sp .item {
    box-sizing: border-box;
    float: left;
    width: 50%;
    border-bottom: 1px solid #e6e2d8;
    align-self: auto;
  }
  .static-tab._sp .item:nth-child(2n) {
    border-left: 1px solid #e6e2d8;
  }
  .static-tab._sp .item a {
    display: block;
    padding: 16px;
    font-size: 12px;
    color: #666666;
    text-decoration: none;
    text-align: center;
  }
  .static-tab._sp a:hover,
  .static-tab._sp a.active {
    color: #666666;
    text-decoration: none;
  }
  .static-tab._sp .border {
    border-left: 1px solid #7a715d;
    height: 10px;
  }
  .static-tab._sp .item:first-child .border {
    border: none;
  }
}


.goto-pagetop {
  background: #fff;
  text-align: center;
  padding: 0 0 50px;
}
.goto-pagetop a {
  font-size: 13px;
  color:#b80606;
}

@media screen and (max-width: 639px) {
  .goto-pagetop {
    padding-bottom: 10px;
  }
  .goto-pagetop a {
    display: block;
    padding: 20px;
    font-size: 10px;
  }
}
.common-section {
  padding: 60px 0;
  background-color: #fff;
}
.common-section.-gray {
  background-color: #fbf9f9;
}
.common-section.-main {
  padding-top: 0;
  background-color: transparent;
}
.common-section.-main .lead {
  font-weight: bold;
  font-size: 22px;
  color: #df0209;
  line-height: 1.4;
}
.common-section.-main .text {
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
}
.common-section.-main .images {
  *zoom: 1;
}
.common-section.-main .images:after {
  content: "";
  display: table;
  clear: both;
}
.common-section.-main .image {
  float: left;
  width: auto;
}

@media screen and (max-width: 639px) {
  .common-section {
    padding: 40px 15px;
  }
  .common-section.-main .lead {
    font-size: 16px;
  }
  .common-section.-main .text {
    font-size: 13px;
  }
  .common-section.-main .image {
    max-width: 33%;
    height: auto;
  }
  .common-section.-main .image img {
    width: 100%;
    height: auto;
  }
}
.common-title.-lv1 {
  padding-bottom: 10px;
  border-bottom: 1px solid #b80606;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
.common-title.-lv2 {
  padding: 0 10px;
  border: none;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

@media screen and (max-width: 639px) {
  .common-title.-lv1 {
    font-size: 11px;
  }
  .common-title.-lv2 {
    padding: 0;
    font-size: 11px;
  }
}
.common-table table {
  width: 100%;
}
.common-table th, .common-table td {
  padding: 20px 0;
  border-bottom: 1px dotted #c5c0b4;
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  vertical-align: top;
}
.common-table th {
  padding-left: 10px;
  padding-right: 35px;
  width: 105px;
  font-weight: bold;
  white-space: nowrap;
}
.common-table td {
  padding-right: 10px;
}

@media screen and (max-width: 639px) {
  .common-table th, .common-table td {
    padding: 10px 0;
    font-size: 11px;
    line-height: 1.4;
  }
}
.common-paragraph {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
}

@media screen and (max-width: 639px) {
  .common-paragraph {
    font-size: 12px;
    line-height: 1.4;
  }
}
.common-dl dt, .common-dl dd {
  font-size: 14px;
  line-height: 1.8;
}
.common-dl dt {
  padding: 0 10px 3px;
  font-weight: bold;
}
.common-dl dd {
  padding: 0 20px;
}
.common-dl dd + dt {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #c5c0b4;
}
.common-dl dd + dd {
  margin-top: 10px;
}

@media screen and (max-width: 639px) {
  .common-dl dt, .common-dl dd {
    padding: 0;
    font-size: 11px;
  }
  .common-dl dd {
    padding-top: 10px;
  }
  .common-dl dd + dt {
    margin-top: 10px;
    padding-top: 10px;
  }
}
.p-top {
  background-color: #111;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
}
/*.p-top .global-header,
.p-top .global-nav,*/
.p-top .global-main {
  background: transparent;
}
.p-top .global-nav a {
  opacity: 1;
}
.p-top .top-section.-videos {
  background: #000;
  color: #fff;
}
.p-top .top-section.-videos .top-section__title {
  color: #fff;
}
.p-top .top-section.-movies {
  background: #fafafa;
  color: #000;
}
.p-top .top-section.-news {
  background: #fff;
  color: #000;
}
.p-top .top-section.-movies .top-section__title,
.p-top .top-section.-news .top-section__title {
  color: #333;
}
.p-top .top-section {
  *zoom: 1;
}
.p-top .top-section:after {
  content: "";
  display: table;
  clear: both;
}
.p-top .top-section .top-section__title {
  padding: 50px 0 30px;
  font-size: 28px;
  text-align: center;
}
.p-top .top-section.-hero-unit {
  position: relative;
  /*height: 376px;*/
  /*padding-top: 42%;*/
}
.p-top .top-section.-hero-unit .caption {
  position: absolute;
  right: 30px;
  bottom: 24px;
  color: #fff;
}
.p-top .top-section.-hero-unit .caption .date {
  font-weight: bold;
  font-size: 18px;
}
.p-top .top-section.-hero-unit .caption small {
  font-weight: normal;
  font-size: 12px;
}
.p-top .top-section.-hero-unit .caption .text {
  margin-top: 5px;
  font-size: 15px;
  color: #df0209;
}
.p-top .top-section.-hero-unit .counter {
  color: #fff;
}
.p-top .top-section.-hero-unit .counter .until {
  position: absolute;
  right: 290px;
  bottom: 35px;
  font-size: 14px;
}
.p-top .top-section.-hero-unit .counter .countdown {
  position: absolute;
  bottom: 35px;
  font-size: 38px;
  font-weight: bold;
}
.p-top .top-section.-hero-unit .counter .countdown.-days {
  right: 225px;
}
.p-top .top-section.-hero-unit .counter .countdown.-hours {
  right: 160px;
}
.p-top .top-section.-hero-unit .counter .countdown.-min {
  right: 95px;
}
.p-top .top-section.-hero-unit .counter .countdown.-sec {
  right: 30px;
}
.p-top .top-section.-hero-unit .counter .unit {
  position: absolute;
  bottom: 80px;
  font-size: 10px;
}
.p-top .top-section.-hero-unit .counter .unit.-days {
  right: 247px;
}
.p-top .top-section.-hero-unit .counter .unit.-hours {
  right: 182px;
}
.p-top .top-section.-hero-unit .counter .unit.-min {
  right: 117px;
}
.p-top .top-section.-hero-unit .counter .unit.-sec {
  right: 52px;
}
.p-top .top-section.-summary {
  padding: 15px 0;
  /*border-top: 1px solid #333;*/
  color: #fff;
  background: rgba(0,0,0,1);
}
.p-top .top-section.-summary .title {
  padding-top: 2px;
  font-size: 10px;
  color: #aaa;
}
.p-top .top-section.-summary .titles {
  float: left;
  width: 422px;
}
.p-top .top-section.-summary .titles .title {
  padding: 0;
  font-size: 16px;
  color: #fff;
}
.p-top .top-section.-summary .titles .date {
  font-size: 41px;
  font-family: Arial !important;
}
.p-top .top-section.-summary .titles .date small {
  font-size: 14px;
  vertical-align: middle;
  margin: 0 8px;
}
.p-top .top-section.-summary .venue {
  float: left;
  /*width: 170px;*/
}
.p-top .top-section.-summary .venue .text {
  margin-top: 22px;
  margin-right: 20px;
  font-size: 10px;
  color: #fff;
}
.p-top .top-section.-summary .social {
  float: right;
  margin-top: 5px;
  margin-right: -28px;
  width: 274px;
}
.p-top.en .top-section.-summary .social {
  width: 224px;
}
.p-top .top-section.-summary .social .icons {
  *zoom: 1;
  margin-top: 5px;
}
.p-top .top-section.-summary .social .icons:after {
  content: "";
  display: table;
  clear: both;
}
.p-top .top-section.-summary .social .icon {
  /*margin-right: 28px;*/
  margin-right: 19px;
  float: left;
  width: auto;
}
.p-top .top-section.-summary .social .icon a, .p-top .top-section.-summary .social .icon img {
  display: block;
}
.p-top .top-section.-summary .social .hashtag {
  margin-top: 5px;
  float: left;
  width: auto;
  font-size: 14px;
  /*color: #aa8d47;*/
  color: #008dd1;
}
.p-top .top-section.-summary .mailmagazine {
  float: left;
  width: 27px;
  text-align: center;
}
.p-top .top-section.-summary .mailmagazine .icon {
  margin-top: 5px;
}
.p-top .top-section.-ticket {
  padding: 14px 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  font-size: 21px;
  line-height: 1.4;
  /*color: #df0209;*/
  /*color: #e60012;*/
  color: #b80606;
  text-align: center;
  background: rgba(0,0,0,0.5);
}
.p-top .top-section.-ticket small {
  font-size: 17px;
}
.p-top .top-section.-ticket a {
  color: #b80606;
  text-decoration: none;
}
.p-top .top-section.-message {
  /*padding: 0 0 50px 0;*/
  padding: 30px 0 50px 0;
  color: #fff;
  background: rgba(0,0,0,0.7);
}
.p-top .top-section.-message .column {
  margin-left: 20px;
  float: left;
  width: 308px;
}
.p-top .top-section.-message .column.fc {
  margin-left: 0;
}
.p-top .top-section.-message .title {
  font-size: 11px;
  color: #b80606;
}
.p-top .top-section.-message .lead {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.4;
}
.p-top .top-section.-message .text {
  margin-top: 10px;
  font-size: 13px;
  color: #e5e5e5;
  line-height: 1.7;
}
.p-top .top-section.-message .figure .image img {
  display: block;
}
.p-top .top-section.-message .figure .subtitle {
  margin-top: 10px;
  font-size: 12px;
  color: #b80606;
}
.p-top .top-section.-message .figure .title {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
}
.p-top .top-section.-message .figure.-opening .title {
}
.p-top .top-section.-message .figure .title a {
  color: #fff;
}
.p-top .top-section.-message .figure .copyright {
  margin-top: 12px;
  font-size: 10px;
  text-align: left;
  color: #999;
}
.p-top .top-section.-message .more {
  margin-top: 35px;
  font-size: 14px;
  text-align: center;
}
.p-top .top-section.-message .more a {
  color: #ccc;
}
.p-top .top-section.-message .top-section__title {
  padding: 0 0 30px;
  font-size: 22px;
  text-align: center;
}
.p-top .top-section.-message .top-section__title .date {
  font-size: 20px;
  text-align: center;
  display: block;
  color: #ffeb9c;
  margin-top: 15px;
}


.p-top .top-section.-newslide .bx-wrapper {
  margin-bottom: 0px;
}
.p-top .top-section.-newslide .bx-wrapper .bx-pager,
.p-top .top-section.-newslide .bx-wrapper .bx-controls-auto {
  display: none;
}
.p-top .top-section.-newslide .bx-wrapper .bx-prev,
.p-top .top-section.-newslide .bx-wrapper .bx-next {
  display: none;
}

.p-top .top-section.-features {
  padding-top: 40px;
  background: #fff;
}
.p-top .top-section.-features .item {
  position: relative;
}
.p-top .top-section.-features .text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 15px;
  color: #fff;
}
.p-top .top-section.-features .text .t1 {
  font-size: 22px;
  margin-bottom: 10px;
}
.p-top .top-section.-features .i3 .text .t1 {
  font-size: 12px;
}
.p-top .top-section.-features .text .t2 {
  font-size: 12px;
  color: #b1a46f;
}
.p-top .top-section.-features .text .entry_t1 {
  font-size: 13px;
  margin-bottom: 10px;
}
.p-top.en .top-section.-features .text .entry_t1 {
  font-size: 12px;
}
.p-top .top-section.-features .text .entry_t2 {
  font-size: 18px;
  color: #fc6;
  line-height: 24px;
  margin-bottom: 35px;
}
.p-top.en .top-section.-features .text .entry_t2 {
  margin-bottom: 35px;
}
.p-top .top-section.-features .text .entry_t3 {
  font-size: 12px;
  color: #fc9;
  margin-bottom: 20px;
}
.p-top .top-section.-features .bx-wrapper {
  margin-bottom: 40px;
}
.p-top .top-section.-features .bx-wrapper .bx-pager,
.p-top .top-section.-features .bx-wrapper .bx-controls-auto {
  bottom: -30px;
  display: none;
}
.p-top .top-section.-features .bx-wrapper .bx-prev,
.p-top .top-section.-features .bx-wrapper .bx-next {
  opacity: 0.5;
}
.p-top .top-section.-features .bx-wrapper .bx-prev {
  left: -30px;
  background: url("../img/top/btn_prev_movies.png") no-repeat;
}
.p-top .top-section.-features .bx-wrapper .bx-next {
  right: -30px;
  background: url("../img/top/btn_next_movies.png") no-repeat;
}
.p-top .top-section.-features .bx-wrapper .bx-prev:hover,
.p-top .top-section.-features .bx-wrapper .bx-prev:focus,
.p-top .top-section.-features .bx-wrapper .bx-next:hover,
.p-top .top-section.-features .bx-wrapper .bx-next:focus {
  background-position: 0 0;
  opacity: 1;
}
.p-top .top-section.-features .bx-wrapper .bx-controls-direction a {
  margin-top: -15px;
  width: 18px;
  height: 29px;
  z-index: 100;
}
.p-top .top-section.-events2 {
  padding-top: 40px;
  background: #000;
}
.p-top .top-section.-events2 .title {
  margin-top: 15px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.p-top .top-section.-events2 .text {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
}
.p-top .top-section.-events2 .note {
  margin-top: 5px;
  font-size: 12px;
  color: #fff;
}
.p-top .top-section.-events2 .bx-wrapper {
  margin-bottom: 40px;
}
.p-top .top-section.-events2 .bx-wrapper .bx-pager,
.p-top .top-section.-events2 .bx-wrapper .bx-controls-auto {
  bottom: -30px;
  display: none;
}
.p-top .top-section.-events2 .bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
  width: 13px;
  height: 13px;
  margin: 0 11px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.p-top .top-section.-events2 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.p-top .top-section.-events2 .bx-wrapper .bx-pager.bx-default-pager a.active,
.p-top .top-section.-events2 .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #b80606;
}
.p-top .top-section.-events2 .bx-wrapper .bx-prev,
.p-top .top-section.-events2 .bx-wrapper .bx-next {
  opacity: 0.5;
}
.p-top .top-section.-events2 .bx-wrapper .bx-prev {
  left: -30px;
  background: url("../img/top/btn_prev_movies.png") no-repeat;
}
.p-top .top-section.-events2 .bx-wrapper .bx-next {
  right: -30px;
  background: url("../img/top/btn_next_movies.png") no-repeat;
}
.p-top .top-section.-events2 .bx-wrapper .bx-prev:hover,
.p-top .top-section.-events2 .bx-wrapper .bx-prev:focus,
.p-top .top-section.-events2 .bx-wrapper .bx-next:hover,
.p-top .top-section.-events2 .bx-wrapper .bx-next:focus {
  background-position: 0 0;
  opacity: 1;
}
.p-top .top-section.-events2 .bx-wrapper .bx-controls-direction a {
  margin-top: -15px;
  width: 18px;
  height: 29px;
  z-index: 100;
}




.p-top .top-section.-events {
  padding-top: 40px;
  background: #f5f5f5;
}
.p-top .top-section.-events .title {
  margin-top: 15px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.p-top .top-section.-events .text {
  margin-top: 10px;
  font-size: 14px;
  color: #000;
  line-height: 1.6;
}
.p-top .top-section.-events .note {
  margin-top: 5px;
  font-size: 12px;
  color: #fff;
}
.p-top .top-section.-events .bx-wrapper {
  margin-bottom: 40px;
}
.p-top .top-section.-events .bx-wrapper .bx-pager,
.p-top .top-section.-events .bx-wrapper .bx-controls-auto {
  bottom: -30px;
  display: none;
}
.p-top .top-section.-events .bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
  width: 13px;
  height: 13px;
  margin: 0 11px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.p-top .top-section.-events .bx-wrapper .bx-pager.bx-default-pager a:hover,
.p-top .top-section.-events .bx-wrapper .bx-pager.bx-default-pager a.active,
.p-top .top-section.-events .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #b80606;
}
.p-top .top-section.-events .bx-wrapper .bx-prev,
.p-top .top-section.-events .bx-wrapper .bx-next {
  opacity: 0.5;
}
.p-top .top-section.-events .bx-wrapper .bx-prev {
  left: -30px;
  background: url("../img/top/btn_prev_movies.png") no-repeat;
}
.p-top .top-section.-events .bx-wrapper .bx-next {
  right: -30px;
  background: url("../img/top/btn_next_movies.png") no-repeat;
}
.p-top .top-section.-events .bx-wrapper .bx-prev:hover,
.p-top .top-section.-events .bx-wrapper .bx-prev:focus,
.p-top .top-section.-events .bx-wrapper .bx-next:hover,
.p-top .top-section.-events .bx-wrapper .bx-next:focus {
  background-position: 0 0;
  opacity: 1;
}
.p-top .top-section.-events .bx-wrapper .bx-controls-direction a {
  margin-top: -15px;
  width: 18px;
  height: 29px;
  z-index: 100;
}
.p-top .top-section.-movies .title {
  margin-top: 15px;
  font-size: 18px;
  color: #b80606;
}
.p-top .top-section.-movies .text {
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.6;
}
.p-top .top-section.-movies .bx-wrapper {
  margin-bottom: 110px;
}
.p-top .top-section.-movies .bx-wrapper .bx-pager,
.p-top .top-section.-movies .bx-wrapper .bx-controls-auto {
  bottom: -50px;
}
.p-top .top-section.-movies .bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
  width: 13px;
  height: 13px;
  margin: 0 11px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.p-top .top-section.-movies .bx-wrapper .bx-pager.bx-default-pager a:hover,
.p-top .top-section.-movies .bx-wrapper .bx-pager.bx-default-pager a.active,
.p-top .top-section.-movies .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #b80606;
}
.p-top .top-section.-movies .bx-wrapper .bx-prev,
.p-top .top-section.-movies .bx-wrapper .bx-next {
  opacity: 0.5;
}
.p-top .top-section.-movies .bx-wrapper .bx-prev {
  left: -30px;
  background: url("../img/top/btn_prev_movies.png") no-repeat;
}
.p-top .top-section.-movies .bx-wrapper .bx-next {
  right: -30px;
  background: url("../img/top/btn_next_movies.png") no-repeat;
}
.p-top .top-section.-movies .bx-wrapper .bx-prev:hover,
.p-top .top-section.-movies .bx-wrapper .bx-prev:focus,
.p-top .top-section.-movies .bx-wrapper .bx-next:hover,
.p-top .top-section.-movies .bx-wrapper .bx-next:focus {
  background-position: 0 0;
  opacity: 1;
}
.p-top .top-section.-movies .bx-wrapper .bx-controls-direction a {
  margin-top: -15px;
  width: 18px;
  height: 29px;
  z-index: 100;
}
.p-top .top-section.-moviess .footer {
  margin-top: 10px;
  margin-bottom: 50px;
  text-align: center;
}
.p-top .top-section.-movies .footer a {
  font-size: 18px;
  color: #b90a1a;
}

.p-top .top-section.-videos {
  overflow: hidden;
  position: relative;
  background: #171717;
  width: 100%;
  min-width: 1024px;
}
.p-top .top-section.-videos .caption {
  padding-bottom: 30px;
  font-size: 18px;
  /*color: #df0209;*/
  color: #0079d6;
  text-align: center;
  line-height: 1.4;
}
.p-top .top-section.-videos .more {
  padding: 40px 0;
  text-align: center;
}
.p-top .top-section.-videos .more a {
  font-size: 14px;
  color: #999;
  text-decoration: none;
}
.p-top .top-section.-videos .bx-viewport:before,
.p-top .top-section.-videos .bx-viewport:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.p-top .top-section.-videos .bx-wrapper .bx-viewport {
  overflow: visible !important;
  left: 0;
  border-width: 0;
  box-shadow: none;
}
.p-top .top-section.-videos .bx-viewport:before {
  right: 100%;
  left: -100%;
}
.p-top .top-section.-videos .bx-viewport:after {
  left: 100%;
  right: -100%;
}
.p-top .top-section.-videos .bx-wrapper .bx-prev,
.p-top .top-section.-videos .bx-wrapper .bx-next {
  opacity: 0.9;
}
.p-top .top-section.-videos .bx-wrapper .bx-prev {
  left: -188px;
  background: url("../img/top/btn_prev_videos.png") no-repeat;
}
.p-top .top-section.-videos .bx-wrapper .bx-next {
  right: -188px;
  background: url("../img/top/btn_next_videos.png") no-repeat;
}
.p-top .top-section.-videos .bx-wrapper .bx-prev:hover,
.p-top .top-section.-videos .bx-wrapper .bx-prev:focus,
.p-top .top-section.-videos .bx-wrapper .bx-next:hover,
.p-top .top-section.-videos .bx-wrapper .bx-next:focus {
  background-position: 0 0;
  opacity: 1;
}
.p-top .top-section.-videos .bx-wrapper .bx-controls-direction a {
  margin-top: -23px;
  width: 46px;
  height: 46px;
  z-index: 1001;
}
.p-top .top-section.-news {
  padding-bottom: 50px;
}
.p-top .top-section.-news .tab {
  padding-bottom: 6px;
  border-bottom: 1px solid #b80606;
}
.p-top .top-section.-news .tab .items {
  *zoom: 1;
  text-align: center;
}
.p-top .top-section.-news .tab .items:after {
  content: "";
  display: table;
  clear: both;
}
.p-top .top-section.-news .tab .item {
  display: inline-block;
  margin: 0 3px;
  padding: 5px 20px;
  border-radius: 10px;
  font-size: 12px;
  color: #999;
  cursor: pointer;
}
.p-top .top-section.-news .tab .item:hover, .p-top .top-section.-news .tab .item.-active {
  color: #fff;
}
.p-top .top-section.-news .tab .item.-all:hover, .p-top .top-section.-news .tab .item.-all.-active {
  background: #b80606;
}
.p-top .top-section.-news .tab .item.-info:hover, .p-top .top-section.-news .tab .item.-info.-active {
  background: #b80606;
}
.p-top .top-section.-news .tab .item.-event:hover, .p-top .top-section.-news .tab .item.-event.-active {
  background: #b80606;
}
.p-top .top-section.-news .tab .item.-guest:hover, .p-top .top-section.-news .tab .item.-guest.-active {
  background: #b80606;
}
.p-top .top-section.-news .tab .item.-report:hover, .p-top .top-section.-news .tab .item.-report.-active {
  background: #b80606;
}
.p-top .top-section.-news .tab .item.-interview:hover, .p-top .top-section.-news .tab .item.-interview.-active {
  background: #b80606;
}
.p-top .top-section.-news .tab .item.-activity:hover, .p-top .top-section.-news .tab .item.-activity.-active {
  background: #b80606;
}
.p-top .top-section.-news .tab .item.-student:hover, .p-top .top-section.-news .tab .item.-student.-active {
  background: #b80606;
}
.p-top .top-section.-news .articles {
  display: none;
  padding-top: 10px;
  line-height: 18px;
  /*width: 720px;*/
}
.p-top .top-section.-news .articles.-all {
  display: block;
}
.p-top .top-section.-news .articles .article {
  *zoom: 1;
  padding-top: 30px;
  /*padding-left: 20px;*/
}
.p-top .top-section.-news .articles .article:after {
  content: "";
  display: table;
  clear: both;
}
.p-top .top-section.-news .articles .date {
  float: left;
  width: 100px;
  font-size: 14px;
  color: #666;
}
.p-top .top-section.-news .articles .category {
  margin-top: 1px;
  float: left;
  max-width: 114px;
  font-size: 14px;
  margin-right: 20px;
}
.p-top .top-section.-news .articles.-all .category {
  /*display: none;*/
  width: 3em;
}
.p-top .top-section.-news .articles .category.-all {
  color: #cbb787;
}
.p-top .top-section.-news .articles .category.-info,
.p-top .top-section.-news .articles .category.-cat1 {
  color: #b09659;
}
.p-top .top-section.-news .articles .category.-event,
.p-top .top-section.-news .articles .category.-cat4 {
  color: #c98919;
}
.p-top .top-section.-news .articles .category.-guest,
.p-top .top-section.-news .articles .category.-cat5 {
  color: #cf6b0a;
}
.p-top .top-section.-news .articles .category.-report,
.p-top .top-section.-news .articles .category.-cat6 {
  color: #cfa30a;
}
.p-top .top-section.-news .articles .category.-interview,
.p-top .top-section.-news .articles .category.-cat7 {
  color: #bb6b1d;
}
.p-top .top-section.-news .articles .category.-activity,
.p-top .top-section.-news .articles .category.-cat3 {
  color: #947529;
}
.p-top .top-section.-news .articles .category.-student {
  color: #ae8c39;
}
.p-top .top-section.-news .articles .subject {
  float: left;
  width: 730px;
  /*width: 550px;*/
}
.p-top .top-section.-news .articles .subject a {
  font-size: 16px;
  color: #000;
}
.p-top .top-section.-news .footer {
  margin-top: 50px;
  text-align: center;
}
.p-top .top-section.-news .footer a {
  font-size: 14px;
  color: #666;
}
.p-top .top-section.-news .articles hr {
  /*margin: 30px 0 0 20px;*/
  margin: 30px 0 0 0px;
  border:solid 1px #d0d0d0;
  border-width: 0 0 1px;
}

.p-top .top-section.-ticket_message {
  background-image: -moz-linear-gradient( 90deg, rgb(238,235,214) 1%, rgb(250,248,234) 56%);
  background-image: -webkit-linear-gradient( 90deg, rgb(238,235,214) 1%, rgb(250,248,234) 56%);
  background-image: -ms-linear-gradient( 90deg, rgb(238,235,214) 1%, rgb(250,248,234) 56%);
  text-align: center;
  padding-bottom: 50px;
}
.p-top .top-section.-ticket_message .top-section__title {
  font-weight: bold;
}
.p-top .top-section.-ticket_message .title_note {
  font-size: 18px;
  color: #b90a1a;
  display: block;
  font-weight: normal;
  margin-top: 15px;
}
.p-top .top-section.-ticket_message .column {
  display: table-cell;
  border: solid 4px #f8f5e6;
  background-color: #fff;
  padding: 20px;
  width: 49%;
  box-sizing: border-box;
  font-weight: bold;
}
.p-top .top-section.-ticket_message .column .date {
  font-size: 23px;
}
.p-top .top-section.-ticket_message .column .date .youbi {
  font-size: 20px;
  font-weight: normal;
}
.p-top .top-section.-ticket_message .column .date .youbi .do {
  color: #03c;
}
.p-top .top-section.-ticket_message .column .date .youbi .nichi {
  color: #ff0000;
}
.p-top .top-section.-ticket_message .column .time_set .start {
  font-size: 15px;
  color: #b20007;
  margin-top: 13px;
}
.p-top .top-section.-ticket_message .column .time_set .desc {
  font-size: 16px;
  margin-top: 8px;
}
.p-top .top-section.-ticket_message .notes {
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}
.p-top .top-section.-ticket_message .notes small {
  font-size: 12px;
}
.p-top .top-section.-ticket_message .notes strong {
  font-weight: bold;
}
.p-top .top-section.-ticket_message .more_link {
  margin-top: 30px;
}
.p-top .top-section.-ticket_message .more_link a {
  color: #b20007;
  text-decoration: underline;
}

@media screen and (max-width: 639px) {
  .p-top .global-header {
    /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2MTYxNiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMmUyZTJlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTYxNjE2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #161616), color-stop(50%, #2e2e2e), color-stop(100%, #161616));
    background-image: -moz-linear-gradient(left, #161616, #2e2e2e, #161616);
    background-image: -webkit-linear-gradient(left, #161616, #2e2e2e, #161616);
    background-image: linear-gradient(to right, #161616, #2e2e2e, #161616);
    border-bottom: 1px solid #aa8d47;*/
  }
  .p-top .global-banners {
    display: block;
  }
  .p-top .top-section .top-section__title {
    padding: 30px 0 20px;
    font-size: 18px;
  }
  .p-top .top-section.-videos iframe {
    width: 100%;
  }
  .p-top .top-section.-hero-unit {
    height: 180px;
    padding: 0;
  }
  .p-top .top-section.-hero-unit .caption {
    right: 15px;
    bottom: 10px;
  }
  .p-top .top-section.-hero-unit .caption .date {
    font-size: 14px;
  }
  .p-top .top-section.-hero-unit .caption .date small {
    font-size: 10px;
  }
  .p-top .top-section.-hero-unit .caption .text {
    font-size: 12px;
  }
  .p-top .top-section.-hero-unit .counter .until {
    position: absolute;
    right: 180px;
    bottom: 25px;
    font-size: 10px;
  }
  .p-top .top-section.-hero-unit .counter .countdown {
    bottom: 25px;
    font-size: 22px;
    font-weight: bold;
  }
  .p-top .top-section.-hero-unit .counter .countdown.-days {
    right: 135px;
  }
  .p-top .top-section.-hero-unit .counter .countdown.-hours {
    right: 95px;
  }
  .p-top .top-section.-hero-unit .counter .countdown.-min {
    right: 55px;
  }
  .p-top .top-section.-hero-unit .counter .countdown.-sec {
    right: 15px;
  }
  .p-top .top-section.-hero-unit .counter .unit {
    bottom: 55px;
  }
  .p-top .top-section.-hero-unit .counter .unit.-days {
    right: 145px;
  }
  .p-top .top-section.-hero-unit .counter .unit.-hours {
    right: 105px;
  }
  .p-top .top-section.-hero-unit .counter .unit.-min {
    right: 65px;
  }
  .p-top .top-section.-hero-unit .counter .unit.-sec {
    right: 25px;
  }
  .p-top .top-section.-summary {
    padding: 10px 15px;
  }
  .p-top .top-section.-summary .title {
    padding-top: 0;
  }
  .p-top .top-section.-summary .titles {
    float: none;
    width: auto;
  }
  .p-top .top-section.-summary .titles .title {
    padding: 0;
    font-size: 10px;
    color: #fff;
  }
  .p-top .top-section.-summary .titles .date {
    margin-top: 8px;
    font-size: 24px;
    color: #fff;
  }
  .p-top .top-section.-summary .titles .date small {
    font-size: 10px;
  }
  .p-top .top-section.-summary .venue {
    float: none;
    width: auto;
  }
  .p-top .top-section.-summary .venue .text {
    margin-top: 5px;
    font-size: 12px;
  }
  .p-top .top-section.-summary .social {
    margin-top: 8px;
    float: none;
    width: auto;
    margin-right: 0;
  }
  .p-top .top-section.-summary .social img {
    height: 20px;
    width: auto;
  }
  .p-top .top-section.-summary .social .title {
    display: none;
  }
  .p-top .top-section.-summary .social .icons {
    *zoom: 1;
    margin-top: 5px;
  }
  .p-top .top-section.-summary .social .icons:after {
    content: "";
    display: table;
    clear: both;
  }
  .p-top .top-section.-summary .social .icon {
    margin-right: 15px;
  }
  .p-top .top-section.-summary .social .hashtag {
    margin-top: 2px;
    font-size: 10px;
  }
  .p-top .top-section.-summary .mailmagazine {
    margin-top: 5px;
    float: right;
    width: 100px;
    text-align: left;
  }
  .p-top .top-section.-summary .mailmagazine img {
    height: 16px;
    width: auto;
  }
  .p-top .top-section.-summary .mailmagazine .title {
    float: left;
    width: auto;
    margin-top: 7px;
    margin-right: 10px;
    font-size: 10px;
  }
  .p-top .top-section.-summary .mailmagazine .icon {
    margin-top: 5px;
  }
  .p-top .top-section.-ticket {
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.4;
  }
  .p-top .top-section.-ticket small {
    font-size: 12px;
  }
  .p-top .top-section.-message {
    /*padding: 0px 15px 30px;*/
    padding: 15px 15px 30px;
  }
  .p-top .top-section.-message .column {
    margin-left: 0;
    float: none;
    width: auto;
  }
  .p-top .top-section.-message .column:first-child {
    margin-left: 0;
  }
  .p-top .top-section.-message .title {
    font-size: 10px;
  }
  .p-top .top-section.-message .lead {
    margin-top: 5px;
    font-size: 12px;
  }
  .p-top .top-section.-message .text {
    margin-top: 10px;
    font-size: 11px;
  }
  .p-top .top-section.-message .figure {
    *zoom: 1;
    margin-top: 20px;
  }
  .p-top .top-section.-message .figure:after {
    content: "";
    display: table;
    clear: both;
  }
  .p-top .top-section.-message .figure .image {
    float: left;
    width: 130px;
  }
  .p-top .top-section.-message .-eigalogo .figure .image {
    float: none;
    width: 130px;
    margin: -20px auto 0;
  }
  .p-top .top-section.-message .figure .image img {
    width: 100%;
    height: auto;
  }
  .p-top .top-section.-message .figure .subtitle {
    padding-left: 140px;
    margin-top: 5px;
    font-size: 10px;
  }
  .p-top .top-section.-message .figure .title {
    padding-left: 140px;
    font-size: 16px;
  }
  .p-top .top-section.-message .figure .copyright {
    clear: both;
    padding-top: 10px;
    color: #ccc;
    text-align: left;
  }

  .p-top .top-section.-newslide {
    padding-top: 43px;
  }

  .p-top .top-section.-features .text .entry_t1 {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .p-top.en .top-section.-features .text .entry_t1 {
    font-size: 12px;
  }
  .p-top .top-section.-features .text .entry_t2 {
    font-size: 18px;
    color: #fc6;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .p-top.en .top-section.-features .text .entry_t2 {
    margin-bottom: 0px;
  }
  .p-top .top-section.-features .text .entry_t3 {
    margin-bottom: 0px;
  }
  .p-top .top-section.-features .bx-wrapper {
    margin: 0 25px 15px;
  }
  .p-top .top-section.-features .bx-wrapper .bx-prev {
    left: -20px;
    background-size: 13px 21px;
  }
  .p-top .top-section.-features .bx-wrapper .bx-next {
    right: -20px;
    background-size: 13px 21px;
  }
  .p-top .top-section.-features .bx-wrapper .bx-controls-direction a {
    margin-top: -11px;
    width: 13px;
    height: 21px;
  }

  .p-top .top-section.-events2 .title {
    font-size: 12px;
    color: #fff;
  }
  .p-top .top-section.-events2 .text {
    margin-top: 5px;
    font-size: 11px;
  }
  .p-top .top-section.-events2 .note {
    margin-top: 5px;
    font-size: 10px;
  }
  .p-top .top-section.-events2 .bx-wrapper {
    margin: 0 25px 15px;
  }
  .p-top .top-section.-events2 .bx-wrapper .bx-pager,
  .p-top .top-section.-events2 .bx-wrapper .bx-controls-auto {
    display: none;
  }
  .p-top .top-section.-events2 .bx-wrapper .bx-prev {
    left: -20px;
    background-size: 13px 21px;
  }
  .p-top .top-section.-events2 .bx-wrapper .bx-next {
    right: -20px;
    background-size: 13px 21px;
  }
  .p-top .top-section.-events2 .bx-wrapper .bx-controls-direction a {
    margin-top: -11px;
    width: 13px;
    height: 21px;
  }

  .p-top .top-section.-events .title {
    font-size: 12px;
    color: #fff;
  }
  .p-top .top-section.-events .text {
    margin-top: 5px;
    font-size: 11px;
  }
  .p-top .top-section.-events .note {
    margin-top: 5px;
    font-size: 10px;
  }
  .p-top .top-section.-events .bx-wrapper {
    margin: 0 25px 15px;
  }
  .p-top .top-section.-events .bx-wrapper .bx-pager,
  .p-top .top-section.-events .bx-wrapper .bx-controls-auto {
    display: none;
  }
  .p-top .top-section.-events .bx-wrapper .bx-prev {
    left: -20px;
    background-size: 13px 21px;
  }
  .p-top .top-section.-events .bx-wrapper .bx-next {
    right: -20px;
    background-size: 13px 21px;
  }
  .p-top .top-section.-events .bx-wrapper .bx-controls-direction a {
    margin-top: -11px;
    width: 13px;
    height: 21px;
  }
  .p-top .top-section.-movies .title {
    font-size: 12px;
    color:#b80606;
  }
  .p-top .top-section.-movies .text {
    margin-top: 5px;
    font-size: 11px;
  }
  .p-top .top-section.-movies .bx-wrapper {
    margin: 0 25px 70px;
  }
  .p-top .top-section.-movies .bx-wrapper .bx-pager,
  .p-top .top-section.-movies .bx-wrapper .bx-controls-auto {
    bottom: -35px;
  }
  .p-top .top-section.-movies .bx-wrapper .bx-pager.bx-default-pager a {
    width: 8px;
    height: 8px;
    margin: 0 7px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .p-top .top-section.-movies .bx-wrapper .bx-prev {
    left: -20px;
    background-size: 13px 21px;
  }
  .p-top .top-section.-movies .bx-wrapper .bx-next {
    right: -20px;
    background-size: 13px 21px;
  }
  .p-top .top-section.-movies .bx-wrapper .bx-controls-direction a {
    margin-top: -11px;
    width: 13px;
    height: 21px;
  }
  .p-top .top-section.-videos {
    /*min-width: auto;*/
    min-width: 100%;
  }
  /*.p-top .top-section.-videos .bx-wrapper {
    width:100% !important;
    max-width:100% !important;
    overflow: hidden !important;
  }
  .p-top .top-section.-videos iframe {
    width:100% !important;
    height: auto;
  }*/
  .p-top .top-section.-videos .bx-wrapper .bx-viewport {
    overflow: hidden !important;
  }
  .p-top .top-section.-videos .caption {
    padding: 0 15px 15px;
    font-size: 10px;
  }
  .p-top .top-section.-videos .more {
    padding: 20px 0 30px;
  }
  .p-top .top-section.-videos .more a {
    font-size: 10px;
  }
  .p-top .top-section.-videos .bx-wrapper .bx-prev {
    left: 12px;
    background-size: 23px 23px;
  }
  .p-top .top-section.-videos .bx-wrapper .bx-next {
    right: 12px;
    background-size: 23px 23px;
  }
  .p-top .top-section.-videos .bx-wrapper .bx-controls-direction a {
    margin-top: -11px;
    width: 23px;
    height: 23px;
  }
  .p-top .top-section.-news .tab {
    padding: 0 15px;
  }
  .p-top .top-section.-news .tab .item {
    margin: 0 2px 5px;
    padding: 3px 12px;
    border-radius: 7px;
    font-size: 10px;
  }
  .p-top .top-section.-news .articles {
    padding: 0 15px;
    line-height: 1.4;
  }
  .p-top .top-section.-news .articles .article {
    padding-top: 12px;
    padding-left: 0;
  }
  .p-top .top-section.-news .articles .date {
    margin-right: 5px;
    float: left;
    width: auto;
    font-size: 10px;
  }
  .p-top .top-section.-news .articles .category {
    margin-top: 0;
    float: left;
    width: auto;
    font-size: 12px;
  }
  .p-top .top-section.-news .articles .subject {
    clear: both;
    padding-top: 3px;
    float: none;
    width: auto;
    line-height: 1.4;
  }
  .p-top .top-section.-news .articles .subject a {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
  }
  .p-top .top-section.-news .footer {
    margin: 20px 15px 0;
  }
  .p-top .top-section.-news .footer a {
    font-size: 12px;
  }
  .p-top .top-section.-news .articles hr {
    margin: 0px;
    border:solid 1px #d0d0d0;
    border-width: 0 0 1px;
  }

  .p-top .top-section.-ticket_message {
    padding-bottom: 50px;
  }
  .p-top .top-section.-ticket_message .top-section__title {
    font-weight: bold;
  }
  .p-top .top-section.-ticket_message .title_note {
    font-size: 14px;
    margin-top: 15px;
  }
  .p-top .top-section.-ticket_message .column {
    display: block;
    border: none;
    padding: 10px;
    width: 90%;
    margin: 4px auto;
  }
  .p-top .top-section.-ticket_message .column .date {
    font-size: 18px;
  }
  .p-top .top-section.-ticket_message .column .date .youbi {
    font-size: 15px;
    font-weight: normal;
  }
  .p-top .top-section.-ticket_message .column .time_set .start {
    font-size: 12px;
    color: #b20007;
    margin-top: 10px;
  }
  .p-top .top-section.-ticket_message .column .time_set .desc {
    font-size: 13px;
    line-height: 1.35;
    margin-top: 5px;
  }
  .p-top .top-section.-ticket_message .notes {
    font-size: 12px;
    line-height: 1.35;
    margin: 20px 20px 0;
  }
  .p-top .top-section.-ticket_message .notes br {
    display: none;
  }
  .p-top .top-section.-ticket_message .notes small {
    font-size: 10px;
  }
  .p-top .top-section.-ticket_message .notes strong {
    font-weight: bold;
  }
  .p-top .top-section.-ticket_message .more_link {
    margin-top: 30px;
    font-size: 12px;
  }

}
@media screen and (max-width: 360px) {
  .p-top .top-section.-summary {
    padding: 10px 10px;
  }
  .p-top .top-section.-summary .titles {
    width: auto;
  }
  .p-top .top-section.-summary .titles .date {
    font-size: 24px;
  }
  .p-top .top-section.-summary .venue .text {
    font-size: 11px;
  }
}
.p-detail .global-nav .films {
  opacity: 1;
}
.p-detail .link {
  font-size: 12px;
  color:#b80606;
}
.p-detail .detail-social-block {
  *zoom: 1;
  margin-bottom: 30px;
  padding: 40px 0 5px;
  border-bottom: 1px solid #c5c0b4;
}
.p-detail .detail-social-block:after {
  content: "";
  display: table;
  clear: both;
}
.p-detail .detail-social-block .back-link {
  margin-top: 5px;
  float: left;
  width: auto;
}
.p-detail .detail-social-block .social-buttons {
  float: right;
  width: auto;
}
.p-detail .detail-masonry .masonry-item.-main {
  float: left;
  width: 626px;
}
.p-detail .detail-masonry .masonry-item.-sub {
  float: right;
  width: 313px;
}
.p-detail .detail-movie-info-1 {
  margin-bottom: 50px;
}
.p-detail .detail-movie-info-1 .categories {
  *zoom: 1;
}
.p-detail .detail-movie-info-1 .categories:after {
  content: "";
  display: table;
  clear: both;
}
.p-detail .detail-movie-info-1 .category {
  margin-right: 10px;
  float: left;
  width: auto;
  font-size: 12px;
  color: #333;
}
.p-detail .detail-movie-info-1 .category.-main {
  color: #e80000;
}
.p-detail .detail-movie-info-1 .subject {
  margin-top: 7px;
  font-size: 20px;
}
.p-detail .detail-movie-info-1 .subject.-english {
  font-size: 12px;
  color: #999;
}
.p-detail .detail-movie-info-1 .genre-list {
  margin-right: 18px;
  padding-top: 1px;
  float: left;
  width: auto;
}
.p-detail .detail-movie-info-1 .genre-list .genre {
  margin-bottom: 3px;
  padding-left: 22px;
  background-repeat: no-repeat;
  min-height: 14px;
  line-height: 14px;
}
.p-detail .detail-movie-info-1 .genre-list .genre.-human {
  background-image: url(../img/common/genres/genre_1.gif);
}
.p-detail .detail-movie-info-1 .genre-list .genre.-comedy {
  background-image: url(../img/common/genres/genre_2.gif);
}
.p-detail .detail-movie-info-1 .genre-list .genre.-romance {
  background-image: url(../img/common/genres/genre_3.gif);
}
.p-detail .detail-movie-info-1 .genre-list .genre.-action {
  background-image: url(../img/common/genres/genre_4.gif);
}
.p-detail .detail-movie-info-1 .genre-list .genre.-horror {
  background-image: url(../img/common/genres/genre_5.gif);
}
.p-detail .detail-movie-info-1 .genre-list .genre.-suspense {
  background-image: url(../img/common/genres/genre_6.gif);
}
.p-detail .detail-movie-info-1 .genre-list .genre.-sf-fantasy {
  background-image: url(../img/common/genres/genre_7.gif);
}
.p-detail .detail-movie-info-1 .genre-list .genre.-youth-drama {
  background-image: url(../img/common/genres/genre_8.gif);
}
.p-detail .detail-movie-info-1 .genre-list .genre.-music {
  background-image: url(../img/common/genres/genre_9.gif);
}
.p-detail .detail-movie-info-1 .genre-list .genre.-eros {
  background-image: url(../img/common/genres/genre_10.gif);
}
.p-detail .detail-movie-info-1 .genre-list .genre.-documentary {
  background-image: url(../img/common/genres/genre_11.gif);
}
.p-detail .detail-movie-info-1 .genre-list .genre.-animation {
  background-image: url(../img/common/genres/genre_12.gif);
}
.p-detail .detail-movie-info-1 .director {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #908468;
}
.p-detail .detail-movie-info-1 .premiere {
  float: left;
  width: auto;
  font-size: 11px;
  color: #b0b0b0;
}
.p-detail .detail-movie-info-1 #maincut {
  clear: both;
  padding-top: 20px;
}
.p-detail .detail-movie-info-1 .image.-main img {
  display: block;
}
.p-detail .detail-movie-info-1 #maincut .embed {
  display: none;
}
.p-detail .detail-movie-info-1 #maincut.trailer .embed {
  display: block;
  height: 340px;
}
.p-detail .detail-movie-info-1 #maincut.trailer .image {
  display: none;
}
.p-detail .detail-movie-info-1 .image-select {
  margin-top: 10px;
  text-align: center;
}
.p-detail .detail-movie-info-1 .image-select .btn {
  cursor: pointer;
  font-size: 16px;
  color:#b80606;
  text-decoration: underline;
}
.p-detail .detail-movie-info-1 #maincut .image-select .wording-2 {
  display: none;
}
.p-detail .detail-movie-info-1 #maincut.trailer .image-select .wording-1 {
  display: none;
}
.p-detail .detail-movie-info-1 #maincut.trailer .image-select .wording-2 {
  display: inline;
}

.p-detail .detail-movie-info-1 .meta {
  margin-top: 20px;
  font-size: 11px;
  color: #999;
}
.p-detail .detail-movie-info-1 .news_link a {
  margin: 30px auto 0;
  display: block;
  width: 280px;
  padding: 8px 0;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  color: #b80606;
  border:solid 2px #b80606;
  text-align: center;
}
.p-detail .detail-movie-info-1 .news_link a:hover {
  text-decoration: none;
}
.p-detail .detail-movie-info-1 .caution-1 {
  margin-top: 15px;
  font-size: 14px;
  color: #cf2e2e;
}
.p-detail .detail-movie-info-1 .caution-2 {
  margin-top: 10px;
  font-size: 14px;
}
.p-detail .detail-schedule {
  float: right;
  width: 313px;
  box-sizing: border-box;
  margin-bottom: 15px;
  /*border: 2px solid #e6e2d8;*/
  border: 2px solid #b80606;
}
.p-detail .detail-schedule .title {
  padding: 7px;
  border-bottom: 2px solid #b80606;
  font-size: 13px;
  color: #55492d;
  text-align: center;
}

.p-detail .detail-schedule .ticket_important .news a {
  font-size: 13px;
  line-height: 20px;
  color: #cf2e2e;
  text-decoration: underline;
  display: block;
  text-align: left;
  padding: 5px 12px 0;
}
.p-detail .detail-schedule .ticket_important.important2 {
  padding: 12px;
}
.p-detail .detail-schedule .ticket_important.important2 .hl {
  font-size: 13px;
  font-weight: bold;
  color: #666;
  margin-bottom: 7px;
}
.p-detail .detail-schedule .ticket_important.important2 .icon_info {
  font-size: 17px;
  line-height: 25px;
  font-weight: bold;
  color: #333;
}
.p-detail .detail-schedule .ticket_important.important2 .note {
  font-size: 11px;
  line-height: 16px;
  color: #999;
  margin-top: 5px;
}
.p-detail .detail-schedule .ticket_important.important2 .news a {
  padding: 5px 0 0;
}
.p-detail .detail-schedule .ticket_important.important2 .icon_info .seat.-status-1,
.p-detail .detail-schedule .notes .seat.-status-1 { color: #0c3; }
.p-detail .detail-schedule .ticket_important.important2 .icon_info .seat.-status-2,
.p-detail .detail-schedule .notes .seat.-status-2 { color: #ff9000; }
.p-detail .detail-schedule .ticket_important.important2 .icon_info .seat.-status-3,
.p-detail .detail-schedule .notes .seat.-status-3 { color: #f00; }

@media screen and (max-width: 639px) {
  .p-detail .detail-schedule .ticket_important .news a {
    padding: 5px 15px 0;
  }
  .p-detail .detail-schedule .ticket_important.important2 {
    padding: 15px 0 0;
  }
}


.p-detail .detail-schedule .body {
  margin: 2px;
  background: #fcfbf9;
}
.p-detail .detail-schedule .unit {
  padding: 12px;
  border-bottom: 1px dotted #b80606;
}
.p-detail .detail-schedule .theater {
  font-size: 12px;
  color: #908468;
}
.p-detail .detail-schedule .show {
  margin-top: 10px;
  font-size: 21px;
  /*font-weight: bold;*/
}
.p-detail .detail-schedule .show .date {
  font-weight: bold;
}
.p-detail .detail-schedule .show .running-time {
  font-size: 12px;
}
.p-detail .detail-schedule .show .seat {font-weight: bold; font-size: 36px;}
.p-detail .detail-schedule .show .seat.-status-1 { color: #0c3; }
.p-detail .detail-schedule .show .seat.-status-2 { color: #ff9000; }
.p-detail .detail-schedule .show .seat.-status-3 { color: #f00; }
.p-detail .detail-schedule .show .seat.-status-4 { color: #ccc; }
.p-detail .detail-schedule .categories {
  *zoom: 1;
  margin-top: 15px;
}
.p-detail .detail-schedule .categories:after {
  content: "";
  display: table;
  clear: both;
}
.p-detail .detail-schedule .category {
  margin-right: 10px;
  margin-bottom: 8px;
  padding: 2px 10px;
  border-radius: 3px;
  float: left;
  width: auto;
  font-size: 11px;
  color: #fff;
}
.p-detail .detail-schedule .category.-greeting {
  background: #929321;
}
.p-detail .detail-schedule .category.-qanda {
  background: #8055a1;
}
.p-detail .detail-schedule .category.-talkshow {
  background: #976a4d;
}
.p-detail .detail-schedule .caution {
  margin-top: 5px;
  font-size: 13px;
  color: #cf2e2e;
  line-height: 1.5;
}
.p-detail .detail-schedule .guest {
  margin-top: 5px;
  font-size: 13px;
  color: #cf6b0a;
  line-height: 1.5;
  word-break: break-all;
}
.p-detail .detail-schedule .price {
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
}
.p-detail .detail-schedule .price b {
  font-size: 18px;
}
.p-detail .detail-schedule .price .price_main {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
}
.p-detail .detail-schedule .price .note {
  margin-top: 5px;
  font-weight: normal;
  font-size: 14px;
  color: #666;
  line-height: 1.35;
}
.p-detail .detail-schedule .button {
  margin-top: 10px;
}
.p-detail .detail-schedule .button .link {
  display: block;
  padding: 10px;
  border-radius: 3px;
  background:#b80606;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.p-detail .detail-schedule .button.-disabled {
  padding: 10px;
  border-radius: 3px;
  background: #ccc;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.p-detail .detail-schedule .notes {
  padding: 12px;
}
.p-detail .detail-schedule .notes .note {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.5;
}
.p-detail .detail-schedule .notes .note.-no1 {
  color: #908468;
}
.p-detail .detail-schedule .notes .note.-no2 {
  color: #333;
}
.p-detail .detail-schedule .notes .note.-no3 {
  color: #999;
}
.p-detail .detail-schedule .notes .note.-no4 {
  margin-top: 0;
  color: #000;
  font-size: 13px;
}

.p-detail .detail-schedule .ticket_price_caution {
  color: #b80606;
  display: block;
  margin-top: 15px;

  display: none;
}

.p-detail .detail-schedule .ticket_alert {
  padding: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #fe7f00;
}
.p-detail .detail-schedule .ticket_alert.-red {
  color: #f00;
}
.p-detail .ticket_alert.-top {
  font-size: 15px;
  line-height: 1.5;
  color: #f00;
  text-align: center;
  text-decoration: underline;
  margin: -10px 0 20px;
}

@media screen and (max-width: 639px) {
  .p-detail .detail-schedule .ticket_alert {
    padding: 12px 0;
    font-size: 14px;
    line-height: 1.5;
    color: #fe7f00;
  }
  .p-detail .detail-schedule .ticket_alert.-red {
    color: #f00;
  }
  .p-detail .ticket_alert.-top {
    font-size: 14px;
    line-height: 1.5;
    color: #f00;
    text-align: center;
    text-decoration: underline;
    margin: 0;
    padding: 47px 15px 0;
  }


}


.p-detail .detail-movie-info-2 {
  margin-bottom: 80px;
}
.p-detail .detail-movie-info-2 .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #b80606;
  font-size: 12px;
  color: #b80606;
}
.p-detail .detail-movie-info-2 .text {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.p-detail .detail-movie-info-2 .images {
  *zoom: 1;
  margin-bottom: 75px;
  padding-top: 35px;
}
.p-detail .detail-movie-info-2 .images:after {
  content: "";
  display: table;
  clear: both;
}
.p-detail .detail-movie-info-2 .image.-sub {
  margin-right: 10px;
  float: left;
  width: auto;
}
.p-detail .detail-movie-info-2 .about {
  margin-bottom: 15px;
  width: 100%;
}
.p-detail .detail-movie-info-2 .about th, .p-detail .detail-movie-info-2 .about td {
  border-bottom: 1px dotted #c5c0b4;
  vertical-align: top;
  line-height: 1.5;
}
.p-detail .detail-movie-info-2 .about th {
  padding: 15px 15px 15px 0;
  font-size: 12px;
  white-space: nowrap;
}
.p-detail .detail-movie-info-2 .about td {
  padding: 15px 0 15px 15px;
  font-size: 14px;
}
.p-detail .detail-movie-info-2 .about .biography {
  margin-top: 5px;
  font-size: 13px;
  color: #999;
}
.p-detail .detail-movie-info-2 .about a {
  color: #4778aa;
}
.p-detail .detail-movie-info-2 .meta {
  font-size: 11px;
  color: #666;
  line-height: 1.4;
}
.p-detail .detail-ticket-info {
  box-sizing: border-box;
  border: 1px solid #b80606;
}
.p-detail .detail-ticket-info .body {
  padding: 15px;
}
.p-detail .detail-ticket-info .title {
  color: #b80606;
  line-height: 1.3;
}
.p-detail .detail-ticket-info .title.-lv1 {
  font-size: 16px;
}
.p-detail .detail-ticket-info .title.-lv2 {
  margin-top: 20px;
  margin-bottom: 3px;
  font-size: 13px;
}
.p-detail .detail-ticket-info .text {
  margin-bottom: 3px;
  color: #000;
  line-height: 1.4;
}
.p-detail .detail-ticket-info .text.-lv1 {
  font-size: 14px;
}
.p-detail .detail-ticket-info .text.-lv2 {
  font-size: 12px;
}
.p-detail .detail-ticket-info .note {
  font-size: 11px;
  color: #999;
  line-height: 1.4;
}
.p-detail .detail-ticket-info .note.-lv1 {
  margin-top: 3px;
  color: #666;
}
.p-detail .detail-ticket-info .note + .note {
  margin-top: 5px;
}
.p-detail .detail-ticket-info .ticket-links {
  margin: 2px;
  padding: 13px;
  border-top: 1px dotted #b80606;
  font-size: 12px;
  color: #b80606;
}
.p-detail .detail-ticket-info .ticket-links .ticket-link {
  margin-top: 15px;
}
.p-detail .detail-ticket-info .ticket-links .ticket-link:first-child {
  margin: 0;
}
.p-detail .detail-ticket-info .ticket-links .ticket-link:before {
  content: "▼";
  display: inline-block;
  transform: rotate(-90deg);
  margin-right: 5px;
  font-size: 8px;
  color: #b80606;
}
.p-detail .detail-ticket-info .ticket-links .ticket-link.-open:before {
  transform: rotate(0deg);
}
.p-detail .detail-ticket-info .ticket-links .toggler {
  color: #b80606;
  text-decoration: underline;
  cursor: pointer;
}
.p-detail .detail-ticket-info .ticket-links .toggled {
  display: none;
  padding-top: 10px;
}

@media screen and (max-width: 639px) {
  .p-detail .link {
    font-size: 12px;
    color:#b80606;
  }
  .p-detail .detail-social-block {
    position: fixed;
    box-sizing: border-box;
    margin: 0 0 15px;
    padding: 10px 15px 5px;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 32px;
  }
  .p-detail .detail-social-block .back-link {
    margin-top: 0;
    float: none;
  }
  .p-detail .detail-social-block .social-buttons {
    display: none;
  }
  .p-detail .detail-masonry {
    padding-top: 47px;
    width: auto;
  }
  .p-detail .detail-masonry .masonry-item.-main {
    /*width: auto;*/
    width: 100%;
    box-sizing: border-box;
  }
  .p-detail .detail-masonry .masonry-item.-sub {
    /*width: auto;*/
    width: 100%;
  }
  .p-detail .detail-movie-info-1 {
    /*margin: 0 15px 30px;*/
    padding: 0 15px 30px;
    margin: 0;
    line-height: 1.3;
  }
  .p-detail .detail-movie-info-1 .category {
    margin-right: 5px;
  }
  .p-detail .detail-movie-info-1 .subject {
    font-size: 18px;
  }
  .p-detail .detail-movie-info-1 .subject.-english {
    font-size: 10px;
  }
  .p-detail .detail-movie-info-1 .director {
    margin-top: 10px;
  }
  .p-detail .detail-movie-info-1 .genre-list {
    float: none;
  }
  .p-detail .detail-movie-info-1 .premiere {
    margin-top: 3px;
    float: none;
    font-size: 10px;
  }
  .p-detail .detail-movie-info-1 #maincut {
    padding-top: 5px;
  }
  .p-detail .detail-movie-info-1 #maincut img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .p-detail .detail-movie-info-1 #maincut.trailer .embed {
    position: relative;
    padding-top: 56.291%;
    height: auto;
  }
  .p-detail .detail-movie-info-1 #maincut iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .p-detail .detail-movie-info-1 .meta {
    margin-top: 10px;
  }
  .p-detail .detail-movie-info-1 .caution-1 {
    margin-top: 10px;
    font-size: 13px;
  }
  .p-detail .detail-movie-info-1 .caution-2 {
    margin-top: 5px;
    font-size: 13px;
  }
  .p-detail .detail-movie-info-1 .social-buttons {
    margin-top: 15px;
  }
  .p-detail .detail-schedule {
    margin-bottom: 0;
    border-top: 2px solid #e6e2d8;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #e6e2d8;
  }
  .p-detail .detail-schedule .title {
    padding: 5px;
    border-bottom: 1px solid #e6e2d8;
    font-size: 10px;
  }
  .p-detail .detail-schedule .body {
    margin: 0;
    padding: 0 15px;
  }
  .p-detail .detail-schedule .unit {
    padding: 15px 0;
  }
  .p-detail .detail-schedule .theater {
    font-size: 10px;
  }
  .p-detail .detail-schedule .show {
    margin-top: 8px;
    font-size: 21px;
  }
  .p-detail .detail-schedule .show .running-time {
    font-size: 11px;
  }
  .p-detail .detail-schedule .categories {
    *zoom: 1;
    margin-top: 15px;
  }
  .p-detail .detail-schedule .categories:after {
    content: "";
    display: table;
    clear: both;
  }
  .p-detail .detail-schedule .category {
    margin-right: 5px;
    font-size: 10px;
  }
  .p-detail .detail-schedule .price {
    font-size: 12px;
  }
  .p-detail .detail-schedule .price b {
    font-size: 16px;
  }
  .p-detail .detail-schedule .price .note {
    font-size: 11px;
  }
  .p-detail .detail-schedule .button {
    margin: 15px 40px 0;
  }
  .p-detail .detail-schedule .button .link {
    padding: 10px;
    border-radius: 3px;
    background:#b80606;
    font-size: 14px;
    color: #fff;
    text-align: center;
  }
  .p-detail .detail-schedule .notes {
    padding: 15px 0;
  }
  .p-detail .detail-schedule .notes .note {
    margin-top: 5px;
    font-size: 10px;
  }
  .p-detail .detail-movie-info-2 {
    /*margin: 0 15px 40px;*/
    padding: 0 15px 40px;
    margin: 0;
  }
  .p-detail .detail-movie-info-2 .title {
    margin-top: 45px;
    padding-bottom: 5px;
    font-size: 10px;
  }
  .p-detail .detail-movie-info-2 .text {
    margin-top: 15px;
    font-size: 13px;
  }
  .p-detail .detail-movie-info-2 .images {
    margin-bottom: 0;
    padding-top: 15px;
  }
  .p-detail .detail-movie-info-2 .image.-sub {
    margin-right: 5px;
  }
  .p-detail .detail-movie-info-2 .image.-sub img {
    width: auto;
    height: 85px;
  }
  .p-detail .detail-movie-info-2 .about {
    margin-bottom: 15px;
  }
  .p-detail .detail-movie-info-2 .about th, .p-detail .detail-movie-info-2 .about td {
    line-height: 1.6;
  }
  .p-detail .detail-movie-info-2 .about th {
    padding: 10px 10px 10px 0;
    font-size: 10px;
  }
  .p-detail .detail-movie-info-2 .about td {
    padding: 10px 0;
    font-size: 11px;
  }
  .p-detail .detail-movie-info-2 .about .biography {
    font-size: 11px;
  }
  .p-detail .detail-movie-info-2 .meta {
    color: #333;
  }
  .p-detail .detail-ticket-info {
    border: 2px solid #cdc1a6;
  }
  .p-detail .detail-ticket-info .body {
    padding: 13px;
  }
  .p-detail .detail-ticket-info .title.-lv1 {
    font-weight: bold;
    font-size: 17px;
  }
  .p-detail .detail-ticket-info .title.-lv2 {
    margin-top: 20px;
    margin-bottom: 3px;
  }
  .p-detail .detail-ticket-info .text {
    margin-bottom: 3px;
  }
  .p-detail .detail-ticket-info .text.-lv1 {
    font-size: 12px;
  }
  .p-detail .detail-ticket-info .text.-lv2 {
    font-weight: bold;
  }
  .p-detail .detail-ticket-info .note {
    font-size: 10px;
    color: #999;
    line-height: 1.4;
  }
  .p-detail .detail-ticket-info .note.-lv1 {
    margin-top: 3px;
    color: #666;
  }
  .p-detail .detail-ticket-info .note + .note {
    margin-top: 5px;
  }
  .p-detail .detail-ticket-info .ticket-links {
    margin: 13px;
    padding: 13px 0;
    font-size: 11px;
  }
  .p-detail .footer {
    padding: 30px 15px;
    text-align: center;
    clear: both;
  }
  .p-detail .footer .link {
    font-size: 14px;
    color: #b80606;
    text-decoration: underline;
  }
}
.p-list .global-nav .films {
  opacity: 1;
}
.p-list .film-search-box {
  padding-top: 40px;
  text-align: center;
  vertical-align: middle;
}
.p-list .film-search-box .title {
  display: inline-block;
  margin-right: 25px;
  font-weight: bold;
  font-size: 17px;
  color: #58503c;
}
.p-list .film-search-box .input {
  display: inline-block;
  margin-right: 15px;
  font-size: 13px;
}
.p-list .film-search-box .input input[type="text"] {
  box-sizing: padding-box;
  box-shadow: 0 0 4px #ccc;
  border-width: 0;
  border-radius: 4px;
  padding: 11px 8px;
  width: 500px;
}
.p-list .film-search-box .submit {
  display: inline-block;
}
.p-list .film-search-box .submit button {
  background:#b80606;
  padding: 10px 34px;
  border-width: 0;
  border-radius: 4px;
  font-size: 15px;
  color: #fff;
}
.p-list .film-search-filters {
  padding-top: 35px;
}
.p-list .film-search-filters .caption {
  margin-bottom: 10px;
  font-size: 14px;
  color: #80714c;
  text-align: center;
}
.p-list .film-search-filters input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.p-list .film-search-filters .toggler {
  padding: 10px 50px;
  border-top: 1px solid #b80606;
  background: #fcfbf9 url(../img/list/ico_arrow_up.png) no-repeat 93% center;
  line-height: 1.4;
  vertical-align: middle;
  cursor: pointer;
}
.p-list .film-search-filters .toggler.-close {
  background-image: url(../img/list/ico_arrow_down.png);
}
.p-list .film-search-filters .toggler .title {
  display: inline-block;
  margin-right: 30px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
.p-list .film-search-filters .toggler .selected {
  display: inline-block;
  font-size: 13px;
  color:#b80606;
  padding-right: 57px;
}
.p-list .film-search-filters .toggled {
  display: none;
  padding: 0 50px 20px;
  border-top: 1px solid #e8e5dd;
}
.p-list .film-search-filters .item {
  display: inline-block;
  margin-top: 14px;
  margin-right: 27px;
  font-size: 13px;
  color: #333;
  line-height: 22px;
}
.p-list .film-search-filters label {
  position: relative;
  display: block;
  padding-left: 29px;
  background: url(../img/list/ico_checkbox_off.png) no-repeat;
  min-height: 22px;
  cursor: pointer;
}
.p-list .film-search-filters label.-checked {
  background-image: url(../img/list/ico_checkbox_on.png);
}
.p-list .film-search-filters .submit {
  padding-top: 25px;
  border-top: 1px solid #e8e5dd;
  text-align: center;
}
.p-list .film-search-filters .submit button {
  background:#b80606;
  padding: 10px 34px;
  border-width: 0;
  border-radius: 4px;
  font-size: 15px;
  color: #fff;
}
.p-list .sort {
  padding: 30px 0;
  text-align: center;
}
.p-list .sort .item {
  display: inline-block;
  padding: 0 20px;
  line-height: 1;
}
.p-list .sort .item:first-child {
  border-right: 1px solid #b8b8b8;
}
.p-list .sort .item a {
  font-size: 13px;
  color: #999;
}
.p-list .sort .item a.active {
  color: #b80606;
}
.p-list .film-list {
  line-height: 1.3;
}
.p-list .film-list .film {
  margin-bottom: 30px;
  padding-left: 20px;
  float: left;
  width: 308px;
}
.p-list .film-list .film:nth-child(3n+1) {
  padding-left: 0;
}
.p-list .film-list .image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-list .film-list .title {
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}
.p-list .film-list .title a {
  color: #333;
}
.p-list .film-list .genre-list {
  margin-top: 5px;
}
.p-list .film-list .genre-list .genre {
  margin-bottom: 3px;
  padding-left: 22px;
  background-repeat: no-repeat;
  min-height: 14px;
  line-height: 14px;
}
.p-list .film-list .genre-list .genre.-human {
  background-image: url(../img/common/genres/genre_1.gif);
}
.p-list .film-list .genre-list .genre.-comedy {
  background-image: url(../img/common/genres/genre_2.gif);
}
.p-list .film-list .genre-list .genre.-romance {
  background-image: url(../img/common/genres/genre_3.gif);
}
.p-list .film-list .genre-list .genre.-action {
  background-image: url(../img/common/genres/genre_4.gif);
}
.p-list .film-list .genre-list .genre.-horror {
  background-image: url(../img/common/genres/genre_5.gif);
}
.p-list .film-list .genre-list .genre.-suspense {
  background-image: url(../img/common/genres/genre_6.gif);
}
.p-list .film-list .genre-list .genre.-sf-fantasy {
  background-image: url(../img/common/genres/genre_7.gif);
}
.p-list .film-list .genre-list .genre.-youth-drama {
  background-image: url(../img/common/genres/genre_8.gif);
}
.p-list .film-list .genre-list .genre.-music {
  background-image: url(../img/common/genres/genre_9.gif);
}
.p-list .film-list .genre-list .genre.-eros {
  background-image: url(../img/common/genres/genre_10.gif);
}
.p-list .film-list .genre-list .genre.-documentary {
  background-image: url(../img/common/genres/genre_11.gif);
}
.p-list .film-list .genre-list .genre.-animation {
  background-image: url(../img/common/genres/genre_12.gif);
}
.p-list .film-list .category {
  margin: 10px 0 -6px;
  font-weight: bold;
  font-size: 12px;
  color: #b80606;
}
.p-list .film-list .lead {
  margin-top: 7px;
  font-weight: bold;
  font-size: 12px;
  color: #333;
  line-height: 1.7;
}
.p-list .film-list .text {
  font-size: 12px;
  color: #666;
  line-height: 1.7;
}
.p-list .film-list .director {
  margin-top: 10px;
  font-size: 12px;
  color:#b80606;
}
.p-list .film-list .premiere {
  margin-top: 7px;
  font-size: 10px;
  color: #b0b0b0;
}
.p-list .film-list .show {
  *zoom: 1;
  margin-top: 15px;
  font-size: 13px;
  color: #333;
}
.p-list .film-list .show:after {
  content: "";
  display: table;
  clear: both;
}
.p-list .film-list .show .item {
  margin-right: 5px;
  float: left;
  width: auto;
}
.p-list .film-list .show .date {
  font-weight: bold;
}
.p-list .film-list .trailer {
  margin-top: 7px;
}
.p-list .film-list .trailer a {
  font-size: 12px;
  color:#b80606;
  text-decoration: underline;
}
.p-list .film-list .copyright {
  margin-top: 7px;
  font-size: 10px;
  color: #ccc;
}

@media screen and (max-width: 639px) {
  .p-list .film-search-box {
    padding-top: 20px;
  }
  .p-list .film-search-box .title {
    margin-right: 5px;
    font-size: 10px;
  }
  .p-list .film-search-box .input {
    margin-right: 5px;
    font-size: 11px;
  }
  .p-list .film-search-box .input input[type="text"] {
    padding: 6px 8px;
    width: 170px;
    border: solid 1px #dbdbdb;
  }
  .p-list .film-search-box .submit button {
    padding: 6px 15px;
    border-width: 0;
    font-size: 11px;
  }
  .p-list .film-search-filters .toggler {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-list .film-search-filters .toggler .title, .p-list .film-search-filters .toggler .selected {
    display: block;
    padding-right: 13%;
  }
  .p-list .film-search-filters .toggler .selected {
    margin-top: 5px;
  }
  .p-list .film-search-filters .toggled {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-list .film-search-filters .item {
    margin-right: 15px;
    font-size: 12px;
  }
  .p-list .film-list .film {
    *zoom: 1;
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
  }
  .p-list .film-list .film:after {
    content: "";
    display: table;
    clear: both;
  }
  .p-list .film-list .film:nth-child(3n+1) {
    padding-left: 15px;
  }
  .p-list .film-list .image {
    float: left;
    width: 30%;
  }
  .p-list .film-list .info {
    box-sizing: border-box;
    padding-left: 10px;
    float: right;
    width: 70%;
  }
  .p-list .film-list .title {
    margin-top: 0;
  }
  .p-list .film-list .category {
    margin: 0px 0 4px;
  }
  .p-list .film-list .lead {
    margin-top: 10px;
  }
  .p-list .film-list .text {
    line-height: 1.4;
  }
  .p-list .film-list .director {
    font-size: 10px;
  }
  .p-list .film-list .show {
    margin-top: 10px;
  }
  .p-list .film-list .trailer,
  .p-list .film-list .copyright {
    float: left;
    width: 30%;
  }
  .p-list .film-list .trailer {
    margin-top: 5px;
    text-align: center;
  }
  .p-list .film-list .trailer a {
    font-size: 13px;
  }
  .p-list .film-list .copyright {
    margin-top: 20px;
  }
}
.p-outline {
  background: #010101 url(../img/outline/bg_main.png) no-repeat;
  background-size: 100% auto;
}
.p-outline .global-header,
.p-outline .global-nav {
  background-color: transparent;
  background-image: none;
}
.p-outline .global-nav .outline {
  opacity: 1;
}
.p-outline .global-main {
  padding-top: 30px;
  background-color: transparent;
}
.p-outline .common-section a {
  color: #4778aa;
}
.p-outline .common-section .lead {
  margin-top: 40px;
}
.p-outline .common-section .text {
  margin-top: 5px;
}
.p-outline .common-section .images {
  margin-top: 20px;
}
.p-outline .common-title.-lv2 {
  margin-top: 40px;
  margin-bottom: 15px;
}
.p-outline .common-table {
  margin-top: 15px;
}
.p-outline .common-table a {
  margin-right: 5px;
}
.p-outline .common-paragraph {
  padding: 0 10px;
}
.p-outline .common-paragraph + .common-paragraph {
  margin-top: 15px;
}
.p-outline .unijapan .common-title.-lv1 {
  margin-bottom: 30px;
}

@media screen and (max-width: 639px) {
  .p-outline .global-header {
    background: #000;
  }
  .p-outline .back {
    padding-top: 5px;
    border-bottom: 1px solid #7a715d;
  }
  .p-outline .back a {
    display: block;
    padding: 5px 15px;
    font-size: 10px;
    color:#b80606;
  }
  .p-outline .common-title.-lv2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .p-outline .common-table {
    margin-top: 5px;
  }
  .p-outline .common-paragraph {
    padding: 0;
  }
  .p-outline .common-paragraph + .common-paragraph {
    margin-top: 15px;
  }
  .p-outline .unijapan .common-title.-lv1 {
    margin-bottom: 10px;
  }
}
.p-director_general {
  background: #010101 url(../img/outline/bg_main.png) no-repeat;
  background-size: 100% auto;
}
.p-director_general .global-header,
.p-director_general .global-nav {
  background-color: transparent;
  background-image: none;
}
.p-director_general .global-nav .outline {
  opacity: 1;
}
.p-director_general .global-main,
.p-sponsor .global-main{
  padding-top: 30px;
  background-color: #fff;
}
.p-director_general .static-tab a {
  color: rgba(0, 0, 0, 0.6);
}
.p-director_general .static-tab a:hover,
.p-director_general .static-tab a.active {
  color: #000;
}
.p-director_general .common-paragraph + .common-paragraph {
  margin-top: 15px;
}

@media screen and (max-width: 639px) {
  .p-director_general .global-header {
    background: #000;
  }
  .p-director_general .global-main {
    background-color: transparent;
  }
  .p-director_general .back {
    padding-top: 5px;
    border-bottom: 1px solid #7a715d;
  }
  .p-director_general .back a {
    display: block;
    padding: 5px 15px;
    font-size: 10px;
    color:#b80606;
  }
}

.-newslide .bx-wrapper img {
    display: block;
    width: 100%;
}


.p-top .winner {
  margin: 30px auto 0;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .p-top .winner {
    margin: 30px 25px 0;
  }
  .p-top .winner img {
    width: 100%;
  }

}