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

body.-fixed {
  padding-top: 49px;
}

body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.root {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  overflow: auto;
  scrollbar-width: thin;
}

.root-in {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-width: 1024px;
}

@media screen and (max-width: 639px) {
  .root-in {
    min-width: 0;
  }
}

.header-wrapper.-fixed {}

.header-wrapper.-fixed .global-header {
  /*display: none;*/
}

.global-header {
  background-color: #000;
  color: #fff;

  z-index: 2;
  height: 50px;
  display: flex;
  -moz-box-align: center;
  /*align-items: center;*/
  transition: all 300ms ease 0s;
}

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

.header-inner-box {
  position: relative;
  padding: 0 40px;
  margin: 0 auto;
  /*width: 1244px;*/
  width: 100%;
}

.hamburger-toggler {
  position: absolute;
  top: 5px;
  left: 30px;
}
.hamburger-toggler .home {
  width: 55px;
  height: auto;
}

.hamburger-toggler img {
  width: 39px;
  height: auto;
}

.hamburger-toggler img.close {
  width: 24px;
  height: auto;
  margin-top: 8px;
}

.global-header .logo {
  margin-top: 7px;
}

.global-header .logo img {
  display: block;
  margin-left: 60px;
  height: 34px;
}

.global-header .buttons.-language {
  /* display: none; */
  *zoom: 1;
  position: absolute;
  top: 0;
  right: 30px;
  width: 44px;
}

.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;
  font-size: 12px;
  color: #e9380c;
  margin-top: 18px;
}

.global-header .buttons.-language .button a:hover {
  color: #fff;
  text-decoration: none;
}

.global-header .buttons.-language .button a.-active {
  background: #e9380c;
}

.hamburger-menu {
  display: none;
  position: absolute;
  top: 0;
  z-index: 9999;
  /* background: rgba(0, 0, 0, 0.86); */
  background: rgba(0, 0, 0, 1);
  width: 100%;
  height: 100%;
  overflow: auto;
}

.hamburger-menu .header {
  margin-bottom: 30px;
  /* border-bottom: 1px solid #d3765f;2023 */
  height: 50px;
  margin-top: 60px;
}

.hamburger-menu .header .inner-box {
  height: 50px;
  /*position: relative;*/
  margin-top: 30px;
}

.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;2023 */
  width: 100%;
}

.hamburger-menu .column:first-child {
  margin: 0;
}

.hamburger-menu .column b,
.hamburger-menu .column a {
  display: block;
  /* padding: 12px 3px;2023 */
  padding: 20px 0;
  font-size: 15px;
  color: #ccc;
  font-weight: normal;
}

.hamburger-menu .item {
  /* border-bottom: 1px dotted #4f4f4f;2023 */
  position: relative;
  border-bottom: 1px solid #262626;
}
.hamburger-menu .item::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 20px;
  background-image: url("../img/common/header_arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 7px;
  height: 11px;
}

.hamburger-menu .title {
  padding-bottom: 15px;
  border-bottom: 1px solid #d3765f;
  font-size: 14px;
  color: #999;
}
.change-language-list_pc {
  display: flex;
  gap: 0 30px;
  /* width: 100%; */
  margin-top: 35px;
  /* border: 1px solid #272727; */
  /* border-radius: 16px; */
  box-sizing: border-box;
}
.change-language-list_pc li {
  width: 200px;
  border-radius: 13px;
}
.change-language-list_pc li a {
  display: block;
  text-align: center;
  color: #fff;
  border: 1px solid #272727;
  padding: 15px;
  border-radius: 13px;
  box-sizing: border-box;
}
.change-language-list {
  display: flex;
  width: 100%;
  margin-top: 35px;
  border: 1px solid #272727;
  border-radius: 13px;
  box-sizing: border-box;
}
.change-language-list li {
  width: 50%;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
  /* border-radius: 13px 0 0px 13px; */
}
.change-language-list li:last-child {
  /* border-radius: 0 13px  13px 0; */
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
}
.change-language-list li a {
  display: block;
  text-align: center;
  padding: 10px 30px;
  color: #666666;
  background-color: #000;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
}
.change-language-list li:last-child a {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
}
.change-language-list li .bg-grey  {
  display: block;
  padding: 10px 30px;
  background-color: #272727;
  color: #cccccc;
}
.change-language-list_pc li .bg-grey {
  display: block;
  /* padding: 10px 30px; */
  background-color: #272727;
  color: #cccccc;
}
.hamburger-menu .title .english {
  margin-left: 12px;
  font-size: 12px;
  color: #dd380f;
}

.global-header .nav2 {
  font-size: 13px;
  position: absolute;
  top: 18px;
  right: 339px;
}

.global-header .nav2.-no-search {
  right: 100px;
}

.global-header .nav2 a {
  color: #8e8e87;
}

.global-header .nav2 .nav {
  float: left;
  margin-left: 30px;
}

body {
  min-width: 1004px;
}

.mw980 {
  max-width: 980px;
}
.hamburger-home img {
      width: 80px;
   }


@media screen and (max-width: 639px) {
  body {
    min-width: auto;
  }

  .global-header {
    position: fixed;
    width: 100%;
    /* height: 42px;2023 */
    height: 50px;
    z-index: 10001;
    /* border-bottom: 1px solid #d3765f;2023 */
    border-bottom: 1px solid #282828;
    box-sizing: border-box;
  }

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

  .header-inner-box {
    width: 100%;
    padding: 0;
  }

  .hamburger-toggler {
    /* top: 10px;2023 */
    left: unset;
    /* right: 23px;2023 */
    top: 17px;
    right: 20px;
   /* 2023 add */
    /* top: 7px;
    left: 16px; */
  }
  ._close_btn_position {
    top: 17px;
    left: unset;
    right: 23px;
  }
  .hamburger-home {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 65px;
  }
  .hamburger-home img {
    width: 100%;
  }

  .hamburger-toggler img {
    /* width: 27px;
    height: 27px;2023 */
    width: 21px;
    height: 18.5px;
  }

  .hamburger-toggler img.close {
    width: 15px;
    height: auto;
    margin-top: 2px;
  }

  .global-header .logo {
    /* margin: 10px auto 0; */
    /* 2023修正上 */
    /* margin: 10px 0;2023 */
    /* width: 216px;2023 */
    margin: 13px 0 12.5px 13.5px;
    width: 196px;
  }

  .global-header .logo img {
    width: 100%;
    height: auto;
    margin: 0;
  }

  /*.global-header .logo.-no-search {
    margin: 11px 0 0 15%;
  }
  .global-header .logo.-no-search img {
    width: auto;
    height: 20px;
    margin: 0;
  }*/
  .global-header .buttons.-language {
    right: 6px;
    width: 24px;
    display: none;
    /* 2023add */
  }

  .global-header .buttons.-language .button {
    width: 24px;
  }

  .global-header .buttons.-language .button a {
    font-size: 10px;
    margin-top: 16px;
  }

  .ja .global-header .buttons.-language .button.-english {
    display: none;
  }

  .ja .global-header .buttons.-language .button.- japanese a {
    background: #fff100;
  }

  .en .global-header .buttons.-language .button.-japanese {
    display: none;
  }

  .en .global-header .buttons.-language .button.-english a {
    background: #fff100;
  }

  .hamburger-menu {
    border: none;
    position: fixed;
    /*
    width: 100%;
    height: 100%;
    */
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 10002;
  }

  .hamburger-menu .header {
    margin-bottom: 0;
    height: 40px;
    margin-top: 0;
  }

  .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: 15px 10px 15px 0;
    font-size: 16px;
  }
  .other-items {
    margin-top: 15px;
  }
  .hamburger-menu .column .other-items a {
    font-size: 14px;
    padding: 15px 10px;
  }

  .hamburger-menu .column:first-child {
    margin: 0 0 15px;
  }

  .hamburger-menu .title {
    padding: 15px 10px;
  }
  .change-language-list {
    margin-top: 0px;
  }
  .hamburger-menu .header .inner-box {
    height: 50px;
    /* position: relative; */
    margin-top: 30px;
  }
  .hamburger-menu .inner-box {
    padding: 0 15px 0 40px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 359px) {
  .hamburger-toggler {
    /* top: 8px;2023 */
    /* left: 8px;2023 */
  }

  .hamburger-toggler img {
    width: 22px;
    height: 22px;
  }

  .global-header .logo {
    margin: 10px 0 0 12%;
  }

  .global-header .logo img {
    width: auto;
    height: 22px;
  }
}

.global-container {
  z-index: 1;
  flex: 1 1 0%;
  min-height: 0px;
  display: flex;
  position: relative;
}

.global-content {
  z-index: 1;
  flex: 1 1 0%;
  min-width: 0px;
  overflow: auto;
  scrollbar-width: thin;
}

.global-sidebar {
  display: block;
  /* background-color: #e9380c; */
  background-color: #df0623;
  width: 0px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  transition: all 300ms ease 0s;
}

.global-sidebar.floating {
  display: block;
  width: 220px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  animation: show 200ms ease 0s;
}

@keyframes show {
  from {
    width: 0;
    /*opacity: 0;*/
  }

  to {
    /*opacity: 1;*/
    width: 220px;
  }
}

@media screen and (min-width: 1244px) {
  .global-sidebar {
    display: block;
    /* display: block; */
    width: 220px;
  }
}

.global-sidebar-inner {
  /* background: url(../img/common/bg_sidebar.png) repeat-y left top; */
  position: absolute;
  width: 100%;
  height: calc(100% - 50px);
  top: 0px;
  left: 0px;
  overflow: auto;
  scrollbar-width: none;
  padding: 30px 0 0;
}

@media screen and (min-width: 1244px) {
  .global-sidebar-mini {
    display: none;
  }
}

.global-sidebar-mini {
  background-color: #fff;
  width: 42px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  transition: all 300ms ease 0s;
}

.global-sidebar-mini-inner {
  /* background: url(../img/common/bg_sidebar.png) repeat-y -178px top;2023 */
  background-color: #df0623;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  overflow: auto;
  scrollbar-width: none;
  padding: 30px 0 0;
}

@media screen and (max-width: 639px) {
  .global-sidebar-mini {
    display: none;
  }
}

.global-nav-mini {
  width: 36px;
  pointer-events: ;
}

.global-nav-mini .btn_open {
  position: absolute;
  left: 12px;
  top: 4px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: url(../img/common/icon_gn_open.png) no-repeat center center / 7px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.global-nav-mini .items {
  position: relative;
}

.global-nav-mini .item {
  line-height: 1.5;
  font-size: 13px;
  margin: 0 0 20px;
}

.global-nav-mini .item .home {
  background: url(../img/common/icon_gn_home.png) no-repeat center center / 16px auto;
}

.global-nav-mini .item .films {
  background: url(../img/common/icon_gn_films.png) no-repeat center center / 16px auto;
}

.global-nav-mini .item .schedule {
  background: url(../img/common/icon_gn_schedule.png) no-repeat center center / auto 16px;
}

.global-nav-mini .item .guest {
  background: url(../img/common/icon_gn_guest.png) no-repeat center center / 16px auto;
}

.global-nav-mini .item .tickets {
  background: url(../img/common/icon_gn_tickets.png) no-repeat center center / 16px auto;
}

.global-nav-mini .item .news {
  background: url(../img/common/icon_gn_news.png) no-repeat center center / 16px auto;
}

.global-nav-mini .item .venue {
  background: url(../img/common/icon_gn_venue.png) no-repeat center center / 16px auto;
}

.global-nav-mini .item .outline {
  background: url(../img/common/icon_gn_outline.png) no-repeat center center / 16px auto;
}

.global-nav-mini .item .sponsor {
  background: url(../img/common/icon_gn_sponsor.png) no-repeat center center / 16px auto;
}

.global-nav-mini .item {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.global-nav-mini a {
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  font-weight: normal;
  color: #4778bd;
}

.global-nav-mini a:hover {
  opacity: 1;
  text-decoration: none;
}

.global-nav {
  padding: 0 0 10px 20px;
  border-bottom: solid 1px #ffffff;
  width: 195px;
  margin: 0 0 20px;
}

.global-nav .btn_close {
  display: none;
  position: absolute;
  left: 99px;
  top: 4px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: url(../img/common/icon_gn_close.png) no-repeat center center / 7px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.global-sidebar.floating .global-nav .btn_close {
  display: block;
}

.global-nav b,
.global-nav a {
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  font-weight: normal;
  color: #ffffff;
}

.global-nav a:hover {
  opacity: 1;
  text-decoration: none;
}

.global-nav.-en b,
.global-nav.-en a {
  /*padding: 16px 0 0;*/
}

.global-nav .items {
  position: relative;
}

.global-nav .item {
  line-height: 1.5;
  font-size: 13px;
  margin: 0 0 20px;
}

.global-nav .sub-items {
  padding-bottom: 20px;
  border-bottom: solid 1px #ffffff;
  width: 195px;
}

.global-nav .sub-item {
  line-height: 1.23;
  width: 160px;
  font-size: 13px;
  margin: 20px 0 0;
  padding-left: 21px;
}

.global-nav a>div {
  background: url(../img/common/icon_gn_arrow.png) no-repeat 150px center / 4px auto;
}

.global-nav a.home>div {
  background: none;
}

.global-nav b.close>div {
  background: url(../img/common/icon_gn_arrow_down.png) no-repeat 147px center / auto 4px;
}

.global-nav b.open>div {
  background: url(../img/common/icon_gn_arrow_up.png) no-repeat 147px center / auto 4px;
}

.global-nav .item .films {
  background: url(../img/common/icon_gn_films.png) no-repeat left center / 16px auto;
  padding-left: 21px;
}

.global-nav .item .schedule {
  background: url(../img/common/icon_gn_schedule.png) no-repeat left center / auto 16px;
  padding-left: 21px;
}

.global-nav .item .guest {
  background: url(../img/common/icon_gn_guest.png) no-repeat left center / 16px auto;
  padding-left: 21px;
}

.global-nav .item .tickets {
  background: url(../img/common/icon_gn_tickets.png) no-repeat left center / 16px auto;
  padding-left: 21px;
}

.global-nav .item .news {
  background: url(../img/common/icon_gn_news.png) no-repeat left center / 16px auto;
  padding-left: 21px;
}

.global-nav .item .venue {
  background: url(../img/common/icon_gn_venue.png) no-repeat left center / 16px auto;
  padding-left: 21px;
}

.global-nav .item .outline {
  background: url(../img/common/icon_gn_outline.png) no-repeat left center / 16px auto;
  padding-left: 21px;
}

.global-nav .item .sponsor {
  background: url(../img/common/icon_gn_sponsor.png) no-repeat left center / 16px auto;
  padding-left: 21px;
}

.global-nav .item .contact {
  background: url(../img/common/icon_gn_contact.png) no-repeat left center / 16px auto;
  padding-left: 21px;
}

/*.global-nav.-fixed.-en .item {
  margin: 0 21px;
}
.global-nav .title {
  font-size: 13px;
}
.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-nav .item {
    display: none;
  }
}

.side_banner {
  width: 180px;
  margin: 0 auto 50px;
}

.side_banner img {
  width: 100%;
}

.side_about {
  text-align: center;
  padding-bottom: 40px;
}

@media screen and (max-width: 639px) {
  .side_about {
    padding-bottom: 25px;
  }
}

.side_about.tiff .logo img {
  width: 133px;
  margin: auto;
}

.side_about.tiffcom .logo img {
  width: 173px;
  margin: auto;
}

.side_about .title {
  font-size: 16px;
  color: #ffffff;
  margin-top: 15px;
}

.side_about .info {
  font-size: 13px;
  line-height: 1.38;
  color: #ffffff;
  margin-top: 5px;
}

.side_about .venue {
  font-size: 12px;
  line-height: 1.38;
  color: #ffffff;
  margin-top: 10px;
}

.side_about .venue .hl {
  font-size: 10px;
}

.side_about .venue small {
  font-size: 9px;
}

.side_about .link {
  font-size: 10px;
  margin-top: 15px;
}

.side_about .link a {
  color: #ffffff;
}

.side_about .sns_links .items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* justify-content: center;2023 */
  /* 2023 add  */
  padding: 0 17px;
  box-sizing: border-box;
}

.side_about .sns_links .item {
  margin: 16px 14px 0;
}

.side_about .sns_links .item img {
  width: 34px;
  /* opacity: 0.58;2023 */
  opacity: 1;
}

.sp-global-nav {
  display: none !important;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -138px;
  background-color: #e9380c;
  width: 49px;
  z-index: 100;
  transition: all 300ms ease 0s;
  opacity: 1;
}

.sp-global-nav.hide {
  opacity: 0;
}

.sp-global-nav a {
  display: block;
  height: 50px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin: 5px 0;
}

.sp-global-nav a.home {
  background: url(/img/common/icon_sp_home.png) no-repeat center center / 20px auto;
  border-bottom: 1px solid #d3765f;
  margin-top: 0;
}

.sp-global-nav a.films {
  background: url(/img/common/icon_sp_films.png) no-repeat center center / 20px auto;
}

.sp-global-nav a.schedule {
  background: url(/img/common/icon_sp_schedule.png) no-repeat center center / 21px auto;
}

.sp-global-nav a.tickets {
  background: url(/img/common/icon_sp_tickets.png) no-repeat center center / 21px auto;
}

.sp-global-nav a.venue {
  background: url(/img/common/icon_sp_venue.png) no-repeat center center / 18px auto;
}

.sp-global-nav a.guest {
  background: url(/img/common/icon_sp_guest.png) no-repeat center center / 18px auto;
}

.g_search {
  width: 224px;
  position: absolute;
  top: 10px;
  right: 85px;
}

.g_search .inner-box {
  position: relative;
}

.g_search_btn {
  position: absolute;
  right: 60px;
  top: 10px;
  cursor: pointer;
}

.g_search_btn.-open {
  background: url(../img/common/g_search_close.png);
  width: 24px;
  height: 24px;
}

.g_search_btn.-open img {
  display: none;
}

.g_search .input-box {
  width: 224px;
  margin: 0 auto;
  position: relative;
}

.g_search .input_t {
  width: 204px;
  padding: 0 8px !important;
  display: block;
  border: 0;
  font-size: 12px;
  line-height: 27px;
  padding: 0;
  color: #fff;
  text-align: left;
  background-color: transparent;
  border: solid 1px #638ddb !important;
}

.g_search .submit_btn {
  position: absolute;
  top: 5px;
  right: 12px;
}

@media screen and (max-width: 639px) {
  .btn_sp_search {
    position: absolute;
    top: 11px;
    right: 44px;
  }

  .btn_sp_search img {
    width: 24px;
  }

  .g_search {
    display: none;
    position: fixed;
    top: 42px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 6px 15px;
    box-sizing: border-box;
    height: 37px;
    z-index: 10001;
    left: 0;
  }

  body.-fixed .g_search {
    top: 42px;
  }

  .g_search_btn {
    position: fixed;
    right: 10px;
    top: 12px;
    cursor: pointer;
    z-index: 10001;
  }

  .g_search_btn img {
    width: 18px;
    height: 18px;
  }

  .g_search_btn.-open {
    background: url(../img/common/g_search_close.png);
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
  }

  .g_search .input-box {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .g_search .input_t {
    width: 100%;
    display: block;
    border: 0;
    font-size: 14px;
    line-height: 25px;
    padding: 0;
    color: #848484;
    text-align: center;
    box-shadow: border-box;
  }

  .g_search .submit_btn {
    position: absolute;
    top: 3px;
    right: 10px;
    width: 18px;
    height: 18px;
  }

  .g_search .submit_btn img {}
}

@media screen and (max-width: 359px) {
  .btn_sp_search {
    right: 35px;
  }
}

.global-main {
  background: #fff;
}

@media screen and (max-width: 639px) {
  .global-main {
    padding-top: 43px !important;
  }
}

.global-banners {
  /* padding: 50px 0 50px; */
  padding: 10px 0 50px;
  background: #fff;
  text-align: center;
}

.global-banners .bx-wrapper {
  /*margin-bottom: 110px;*/
  margin-bottom: 0;
}

.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 {}

.global-banners .bx-wrapper .bx-prev {
  left: -31px;
  background: url("../img/top/btn_prev_movies.png") no-repeat;
}

.global-banners .bx-wrapper .bx-next {
  right: -31px;
  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 -29px;
  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 auto;
  }

  .global-banners .bx-wrapper .bx-next {
    right: -20px;
    background-size: 13px auto;
  }

  .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 -21px;
    opacity: 1;
  }

  .global-banners .bx-wrapper .bx-controls-direction a {
    margin-top: -11px;
    width: 13px;
    height: 21px;
  }
}

.global-partners {
  padding: 30px 0;
  border-top: 1px solid #797465;
  background: #fff;
  text-align: center;
}

.global-partners .title {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

.global-partners .partner-link .link {
  color: #999;
}

.global-partners .banners {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.global-partners .premium .banners {
  margin: 20px 0 48px;
}

.global-partners .sponsor .banners {
  margin: 20px 0 40px;
}

.global-partners .banner.-primevideo {
  margin-left: 65px;
}

.global-partners .banner.-capcom {
  margin-left: 65px;
}

.global-partners .banner.-takara {
  margin-left: 65px;
}

.global-partners .banner img {
  height: auto;
  width: 200px;
}

@media screen and (max-width: 639px) {
  .global-partners .title {
    font-family: "Noto Sans CJK JP",sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: bold;
  }

  .global-partners .partner-link .link {
    color: #7f7f7f;
    font-size: 15px;
  }

  .global-partners .premium .banners {
    display: flex;
    /* 2023 add */
    margin: 20px 0 48px;
  }
 .banner {
  width: 40%;
 }
 .global-partners .banners {
  /* flex-wrap: wrap; */
 }
 .sp_flex-wrap {
  flex-wrap: wrap;
 }
  .global-partners .sponsor .banners {
    margin: 12px 0 40px;
  }

  .global-partners .banner.-primevideo {
    margin-left: 18px;
  }

  .global-partners .banner.-capcom {
    margin-left: 18px;
  }

  .global-partners .banner.-takara {
    margin-left: 17px;
  }

  /*  .global-partners .banner.-wowow {
    margin-left: 13px;
  }
  .global-partners .banner.-star {
    margin-left: 6px;
  }
  .global-partners .banner.-aim {
    margin-left: 6px;
  }
  .global-partners .banner.-aa {
    margin-left: 15px;
  }*/
  .global-partners .banner img {
    height: auto;
    width: 100px;
  }
    .global-partners .banner .banner-partners-img {
      width: 150px;
    }
}

.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: 4px;
  border-top: 1px solid #967e44;*/
  color: #999999;
  position: relative;
}

.global-footer .sitemap {
  width: 944px;
  margin: 0 auto 15px;
}

.global-footer .sitemap:after {
  content: "";
  display: table;
  clear: both;
}

.global-footer .sitemap .column {
  float: left;
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}

.global-footer .sitemap .column:nth-child(3n) {
  margin-right: 0;
}

.global-footer .sitemap .title {
  font-size: 13px;
  color: #fff;
  padding-bottom: 8px;
  border-bottom: solid 1px #797465;
}

.global-footer .sitemap .title .en {
  margin-left: 10px;
  font-size: 10px;
  color: #a7a08d;
}

.global-footer .sitemap .items {
  padding-top: 4px;
  padding-bottom: 35px;
}

.global-footer .sitemap .items:after {
  content: "";
  display: table;
  clear: both;
}

.global-footer .sitemap .item {
  margin-top: 15px;
  font-size: 11px;
}

.global-footer .sitemap .items.-fl2em .item {
  float: left;
  margin-right: 1.5em;
}

.global-footer .sitemap .items.-fl3em .item {
  float: left;
  margin-right: 2.5em;
}

.global-footer .sitemap .item a {
  color: #999;
}

.global-footer .sitemap .item a:hover {
  color: #fff;
  text-decoration: none;
}

.global-footer .banners.-keirin {
  *zoom: 1;
  margin: 0 auto;
  padding: 0 40px;
  width: 944px;
  vertical-align: bottom;
  clear: both;
}

.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: 14px;
  color: #808080;
  position: relative;
  text-decoration: none;
}

.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 #000; 2023*/
  background-image: url("../img/common/link.png");
  background-size: cover;
  width: 16px;
  height: 13px;
  top: 0%;
  right: -25px;
}

.global-footer .other {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #797465;
}

.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 {
    width: auto;
    margin: 0 14px 15px;
    border-top: solid 1px #797465;
  }

  .global-footer .sitemap:after {
    content: "";
    display: table;
    clear: both;
  }

  .global-footer .sitemap .column {
    float: none;
    width: auto;
    margin-right: 0px;
  }

  .global-footer .sitemap .column:nth-child(3n) {
    margin-right: 0;
  }

  .global-footer .sitemap .title {
    font-size: 14px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #797465;
    background: url(../img/common/footer_ico_open.png) no-repeat right center / 19px;
  }

  .global-footer .sitemap .title.-open {
    background: url(../img/common/footer_ico_close.png) no-repeat right center / 19px;
  }

  .global-footer .sitemap .title .en {
    margin-left: 10px;
    font-size: 10px;
    color: #a7a08d;
    display: none;
  }

  .global-footer .sitemap .items {
    padding-top: 0px;
    padding-bottom: 0px;
    display: none;
    margin-left: 25px;
  }

  .global-footer .sitemap .items:after {
    content: "";
    display: table;
    clear: both;
  }

  .global-footer .sitemap .item {
    margin-top: 0px;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #797465;
  }

  .global-footer .sitemap .items.-fl2em .item {
    float: none;
    margin-right: 0;
  }

  .global-footer .sitemap .items.-fl3em .item {
    float: none;
    margin-right: 0;
  }

  .global-footer .sitemap .item a {
    color: #fff;
    display: block;
  }

  .global-footer .sitemap .item a:hover {
    color: #fff;
    text-decoration: none;
  }

  .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 {
    text-align: center;
    float: none;
    clear: both;
    padding-top: 10px;
  }

  .global-footer .lastyear a {
    font-size: 12px;
    text-align: center;
  }

  .global-footer .other {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    border-top: 1px solid #797465;
  }

  .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 20px 0 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;
  }
}

.global-footer .footer-head {
  width: 944px;
  margin: 0 auto;
  padding: 22px 40px 38px 40px;
}

.global-footer .footer-head .logo {
  float: left;
  margin-right: 54px;
}

.global-footer .footer-head .desc {
  margin-top: -3px;
}

.global-footer .footer-head .desc .date {
  font-size: 20px;
  font-family: Arial !important;
  color: #e9e9e9;
}

.global-footer .footer-head .desc .venue {
  font-size: 10px;
  color: #c1c1c1;
  margin-top: 2px;
}

.global-footer .footer-head .desc .date small {
  font-size: 12px;
}

.global-footer .footer-head .sns {
  clear: both;
  margin-top: 25px;
}

.global-footer .footer-head .sns .icons {
  text-align: center;
  font-size: 0;
}

.global-footer .footer-head .sns .icons .icon {
  display: inline-block;
  margin: 0 15px;
}

.global-footer .footer-head .sns .icons .icon a:hover img {
  display: none;
}

.global-footer .footer-head .sns .icons .icon a:hover {
  width: 30px;
  height: 30px;
  display: block;
}

.global-footer .footer-head .sns .icons .icon.facebook a:hover {
  background: url(../img/common/ico_facebook_on.png);
}

.global-footer .footer-head .sns .icons .icon.twitter a:hover {
  background: url(../img/common/ico_twitter_on.png);
}

.global-footer .footer-head .sns .icons .icon.instagram a:hover {
  background: url(../img/common/ico_instagram_on.png);
}

.global-footer .footer-head .sns .icons .icon.youtube a:hover {
  background: url(../img/common/ico_youtube_on.png);
}

.global-footer .footer-head .sns .icons .icon.line a:hover {
  background: url(../img/common/ico_line_on.png);
}

@media screen and (max-width: 639px) {
  .global-footer .footer-head {
    width: auto;
    margin: 0 auto;
    padding: 20px 14px;
  }

  .global-footer .footer-head .logo {
    float: none;
    margin: 0;
  }

  .global-footer .footer-head .logo img {
    max-width: 100%;
  }

  .global-footer .footer-head .desc {
    margin-top: 8px;
  }

  .global-footer .footer-head .desc .date {
    font-size: 21px;
    font-family: Arial !important;
    color: #e9e9e9;
  }

  .global-footer .footer-head .desc .venue {
    font-size: 11px;
    line-height: 18px;
    color: #c1c1c1;
    margin-top: 4px;
  }

  .global-footer .footer-head .desc .date small {
    font-size: 13px;
  }

  .global-footer .footer-head .sns {
    clear: both;
    margin-top: 12px;
  }

  .global-footer .footer-head .sns .icons {
    text-align: center;
    font-size: 0;
  }

  .global-footer .footer-head .sns .icons .icon {
    display: inline-block;
    margin: 0 15px;
  }
    .side_about .sns_links .items {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      /* 2023 add  */
      padding: 0 17px;
      box-sizing: border-box;
    }
}

.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,
.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 {
  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;
  }
  .hamburger-menu .inner-box {
    padding: 0 15px 0 40px;
    box-sizing: border-box;
  }
}

.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: 75px;
}

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

@media screen and (max-width: 639px) {
  .genre-list {
    font-size: 10px;
  }
}

.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,
.p-section .global-main {
  padding-top: 30px;
}

.p-list .static-tab li,
.p-section .static-tab li {
  width: calc(50% - 1px);
  height: 40px;
  border: solid 1px #a7a08d;
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
  margin-right: 1px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  color: #403927;
}

.p-list .static-tab li a,
.p-section .static-tab li a {
  color: #74694c;
  background-color: #f8f8f4;
  padding: 0;
  line-height: 40px;
  position: relative;
  border-radius: 4px 4px 0 0;
}

.p-list .static-tab li a:after,
.p-section .static-tab li a:after {
  content: "";
  height: 0;
  width: calc(100% + 3px);
  border-bottom: solid 1px #a7a08d;
  position: absolute;
  bottom: 0;
  left: -3px;
}

.p-list .static-tab a:hover,
.p-list .static-tab a.active,
.p-section .static-tab a:hover,
.p-section .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 #e6e2d8;
    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;
  }

  .p-list .static-tab,
  .p-section .static-tab {
    margin-top: 13px;
  }

  .p-list .static-tab li,
  .p-section .static-tab li {
    width: calc(50% - 16px);
    height: 30px;
    border: solid 1px #a7a08d;
    border-radius: 4px 4px 0 0;
    border-bottom: 0;
    margin-right: 1px;
    line-height: 30px;
    font-size: 11px;
    text-align: center;
    color: #403927;
    position: relative;
  }

  .p-list .static-tab li:first-child,
  .p-section .static-tab li:first-child {
    margin-left: 15px;
  }

  .p-list .static-tab li:first-child:after,
  .p-section .static-tab li:first-child:after {
    content: "";
    width: 15px;
    height: 0;
    border-bottom: solid 1px #a7a08d;
    position: absolute;
    bottom: 0;
    left: -16px;
  }

  .p-list .static-tab li:last-child,
  .p-section .static-tab li:last-child {
    margin-right: 15px;
  }

  .p-list .static-tab li:last-child:after,
  .p-section .static-tab li:last-child:after {
    content: "";
    width: 15px;
    height: 0;
    border-bottom: solid 1px #a7a08d;
    position: absolute;
    bottom: 0;
    right: -16px;
  }

  .p-list .static-tab li a,
  .p-section .static-tab li a {
    font-size: 11px;
    color: #74694c;
    background-color: #f8f8f4;
    padding: 0;
    line-height: 30px;
    position: relative;
    border-radius: 4px 4px 0 0;
  }

  .p-list .static-tab li a:after,
  .p-section .static-tab li a:after {
    content: "";
    height: 0;
    width: calc(100% + 3px);
    border-bottom: solid 1px #a7a08d;
    position: absolute;
    bottom: 0;
    left: -3px;
  }

  .p-list .static-tab a:hover,
  .p-list .static-tab a.active,
  .p-section .static-tab a:hover,
  .p-section .static-tab a.active {
    color: #000;
  }
}

.goto-pagetop {
  background: #fff;
  text-align: center;
  padding: 0 0 50px;
}

.goto-pagetop a {
  font-size: 13px;
  color: #282e2d;
}

@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: #efefefef;
}

.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 #61553d;
  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: #e5e5e5;
  color: #fff;
}

.p-top .top-section.-videos .top-section__title {
  color: #d2d2d2;
}

.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 {
  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 {
  font-family: "Noto Sans CJK JP",sans-serif;
  padding: 50px 0 30px;
  font-size: 26px;
  text-align: center;
  color: #000;
}

.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;
}
.text-center {
  text-align: center;
}
.mgb30 {
  margin-bottom: 30px;
}
.mgb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 639px) {
  .sp-mgb20 {
    margin-bottom: 20px;
  }

}
.max-470px {
  width: 100%;
  max-width: 470px;
}

@media screen and (max-width: 639px) {
.p-top .top-section.sp-pdrl20 {
  padding: 0 20px;
  }
}


.p-top .top-section.-summary {
  padding: 15px 0;
  /*border-top: 1px solid #333;*/
  color: #fef5f5;
  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: #fef5f5;
}

.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: #fef5f5;
}

.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.-entry {
  padding: 24px 0;
  font-size: 30px;
  color: #fff;
  text-align: center;
  background: #856C35;
}

.p-top .top-section.-entry.-color1 {
  background: #230608;
}

.p-top .top-section.-entry.-color2 {
  background: #2c4f6d;
}

.p-top .top-section.-entry.-color3 {
  background: #8b0000;
}

.p-top .top-section.-entry .t1 {
  font-weight: bold;
}

.p-top .top-section.-entry .t1 span {
  margin: 0 8px;
}

.p-top.en .top-section.-entry .t1 span {
  margin: 0 0;
}

.p-top .top-section.-entry .t2 {
  display: inline-block;
  font-size: 16px;
  padding-left: 12px;
  margin-top: 15px;
  line-height: 150%;
  background: url(../img/top/arrow_entry.png) no-repeat left center;
}

.p-top .top-section.-entry a {
  color: #fff;
  text-decoration: none;
  display: block;
}

/* amazon */
.p-top .top-section.-amazon {
    padding: 16px 0;
    font-size: 26px;
    color: #fff;
    text-align: center;
    background: #1b2530;
}

.p-top .top-section.-amazon.-color1 {
  background: #230608;
}

.p-top .top-section.-amazon.-color2 {
  background: #2c4f6d;
}

.p-top .top-section.-amazon.-color3 {
  background: #8b0000;
}

.p-top .top-section.-amazon .t1 {
  font-weight: bold;
  line-height: 150%;
}

.p-top .top-section.-amazon .t1 span {
  margin: 0 8px;
}

.p-top.en .top-section.-amazon .t1 span {
  margin: 0 0;
}

.p-top .top-section.-amazon .t2 {
  display: inline-block;
  font-size: 16px;
  padding-left: 12px;
  margin-top: 15px;
  line-height: 150%;
  background: url(../img/top/arrow_entry.png) no-repeat left center;
}

.p-top .top-section.-amazon a {
  color: #fff;
  text-decoration: none;
  display: block;
}

/* amazon */

/* volunteer */
.p-top .top-section.-volunteer {
  padding: 16px 0;
  font-size: 26px;
  color: #fff;
  text-align: center;
  background: #000;
}

.p-top .top-section.-volunteer a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.p-top .top-section.-volunteer .t1 {
  font-weight: bold;
}

.p-top .top-section.-volunteer .t1 span {
  margin: 0 8px;
}

.p-top.en .top-section.-volunteer .t1 span {
  margin: 0 0;
}

.p-top .top-section.-volunteer .t2 {
  display: inline-block;
  font-size: 16px;
  padding-left: 12px;
  margin-top: 15px;
  line-height: 150%;
  background: url(../img/top/arrow_entry.png) no-repeat left center;
}

/* volunteer */

@media screen and (max-width: 639px) {
  .p-top .top-section.-entry {
    padding: 10px 0;
    font-size: 17px;
    line-height: 1.5;
  }

  .p-top .top-section.-entry .t1 span {
    margin: 0 0px;
  }

  .p-top .top-section.-entry .t2 {
    font-size: 10px;
    margin-top: 3px;
  }
}


/* amazon */
@media screen and (max-width: 639px) {
  .p-top .top-section.-amazon {
    padding: 10px 0;
    font-size: 17px;
    line-height: 1.5;
  }

  .p-top .top-section.-amazon .t1 span {
    margin: 0 0px;
  }

  .p-top .top-section.-amazon .t2 {
    font-size: 10px;
    margin-top: 3px;
  }
}
/* amazon */


/* volunteer */
@media screen and (max-width: 639px) {
  .p-top .top-section.-volunteer {
    padding: 10px 0;
    font-size: 17px;
    line-height: 1.5;
  }

  .p-top .top-section.-volunteer .t1 span {
    margin: 0 0px;
  }

  .p-top .top-section.-volunteer .t2 {
    font-size: 10px;
    margin-top: 3px;
  }
}
/* volunteer */


.p-top .top-section.-ticket {
  padding: 14px 0;
  border-top: 1px solid #5a4e3c;
  border-bottom: 1px solid #5a4e3c;
  font-size: 18px;
  font-weight: lighter;
  line-height: 1.4;
  /*color: #df0209;*/
  /*color: #e60012;*/
  color: #e7c588;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}

.p-top .top-section.-ticket small {
  font-size: 12px;
  color: #e7c588;
}

.p-top .top-section.-ticket a {
  color: #282e2d;
  font-size: 14px;
  text-decoration: underline;
}

.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: #282e2d;
}

.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: #282e2d;
}

.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.ja .top-section.-newslide .bx-wrapper li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 772px;
  height: 190px;
  /* background: url(../img/top/top_slidetext_ja.png) no-repeat; */
  background-image: url("../img/top/top_slidetext_ja.png");
  background-repeat: no-repeat;
  pointer-events: none;
}
.p-top.ja .top-section.-newslide .bx-wrapper .slide-img-text:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 772px;
  height: 190px;
  /* background: url(../img/top/top_slidetext_ja.png) no-repeat; */
  background-image: url("../img/top/top_slidetext_ja.png") !important;
  background-repeat: no-repeat !important;
  pointer-events: none;
}


.p-top.en .top-section.-newslide .bx-wrapper li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 731px;
  height: 155px;
  background: url(../img/top/top_slidetext_en.png) no-repeat;
  pointer-events: none;
}

.p-top.en .top-section.-newslide .bx-wrapper .slide-img-text:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 772px;
  height: 190px;
  /* background: url(../img/top/top_slidetext_ja.png) no-repeat; */
  background-image: url("../img/top/top_slidetext_en.png") !important;
  background-repeat: no-repeat !important;
  pointer-events: none;
}
.p-top.ja .top-section.-newslide .bx-wrapper li.-withouttext:after,
.p-top.en .top-section.-newslide .bx-wrapper li.-withouttext:after {
  background: none;
}
@media screen and (max-width: 639px) {
  .p-top.ja .top-section.-newslide .bx-wrapper li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    height: calc(80vw * 0.2461);
    /* background: url(../img/top/top_slidetext_ja.png) no-repeat 0 0 / cover;
     */
      background-image: url("../img/top/top_slidetext_ja.png");
      background-repeat: no-repeat;
    pointer-events: none;
    background-size: 100%;
  }

  .p-top.en .top-section.-newslide .bx-wrapper li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    height: calc(80vw * 0.212);
    background: url(../img/top/top_slidetext_en.png) no-repeat 0 0 / cover;
    pointer-events: none;
  }
  .p-top.en .top-section.-newslide .bx-wrapper .slide-img-text:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    height: 16vw;
    background: url(../img/top/top_slidetext_en.png) no-repeat 0 0 / cover !important;
    pointer-events: none;
  }
}

.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;
}
.-events .inner-box .bx-wrapper .item .title span {
  /* 2023 add */
  line-height: 134%;
}

.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;
}
try
.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: #fff;
}

.p-top .top-section.-events2 .title {
  margin-top: 16px;
  /* font-weight: nomal;2023 */
  font-weight: bold;
  font-size: 16px;
  color: #1a2220;
}

.p-top .top-section.-events2 .text {
  margin-top: 10px;
  font-size: 14px;
  color: #000;
  line-height: 1.6;
}

.p-top .top-section.-events2 .note {
  margin-top: 5px;
  font-size: 12px;
  color: #666;
}

.p-top .top-section.-events2 .bx-wrapper {
  margin-bottom: 70px;
}

.p-top .top-section.-events2 .bx-wrapper .bx-pager,
.p-top .top-section.-events2 .bx-wrapper .bx-controls-auto {
  bottom: -40px;
  /*display: none;*/
}

.p-top .top-section.-events2 .bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.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: #e9380c;
}

.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: -31px;2023 */
  left: -50px;
  background: url("../img/top/left-arrow.png") no-repeat;
  /* 2023 */
  /* background: url("../img/top/btn_prev_movies.png") no-repeat; */
}

.p-top .top-section.-events2 .bx-wrapper .bx-next {
  /* right: -31px;2023 */
  right: -50px;
  background: url("../img/top/right-arrow.png") no-repeat;
  /* 2023 */
  /* 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 {
  /* background-position: 0 -29px;2023 */
  /* background-position: 0 20px; */
  background-position: 0 0px;
}

.p-top .top-section.-events2 .bx-wrapper .bx-next:hover,
.p-top .top-section.-events2 .bx-wrapper .bx-next:focus {
  /* background-position: 0 -29px; 2023*/
  background-position: 0 0;
}

.p-top .top-section.-events2 .bx-wrapper .bx-controls-direction a {
  margin-top: -15px;
  /* width: 18px;
  height: 29px; 2023*/
  width: 30px;
  height: 30px;
  background-size: cover;
  /* 2023 add */
  z-index: 100;
}

.p-top .top-section.-events {
  /*padding-top: 40px;*/
  background: #f7f7f7;
}

.p-top .top-section.-awardslide {
  padding-top: 40px;
  background: #f7f7f7;
}

.p-top .top-section.-events .title {
  margin-top: 15px;
  font-weight: nomal;
  font-size: 15px;
  color: #000;
}

.p-top .top-section.-events .text {
  margin-top: 10px;
  font-size: 13px;
  color: #000;
  line-height: 1.6;
}

.p-top .top-section.-events .note {
  margin-top: 5px;
  font-size: 12px;
  color: #666;
}

.p-top .top-section.-events .bx-wrapper {
  margin-bottom: 70px;
}

.p-top .top-section.-events .bx-wrapper .bx-pager,
.p-top .top-section.-events .bx-wrapper .bx-controls-auto {
  bottom: -40px;
  /*display: none;*/
}

.p-top .top-section.-events .bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.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: #adb6b3; */
  background: #e9380c;
}

.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: -31px;2023 */
  left: -50px;
  /* background: url("../img/top/btn_prev_movies.png") no-repeat;2023 */
  background: url("../img/top/left-arrow.png") no-repeat;
}

.p-top .top-section.-events .bx-wrapper .bx-next {
  /* right: -31px;2023 */
  right: -50px;
  /* background: url("../img/top/btn_next_movies.png") no-repeat; 2023 */
  background: url("../img/top/right-arrow.png") no-repeat;

}

.p-top .top-section.-events .bx-wrapper .bx-prev:hover,
.p-top .top-section.-events .bx-wrapper .bx-prev:focus {
  /* background-position: 0 -29px;2023 */
  background-position: 0 0;
}

.p-top .top-section.-events .bx-wrapper .bx-next:hover,
.p-top .top-section.-events .bx-wrapper .bx-next:focus {
  /* background-position: 0 -29px;2023 */
  background-position: 0 0;
}

.p-top .top-section.-events .bx-wrapper .bx-controls-direction a {
  margin-top: -15px;
  /* width: 18px;
  height: 29px; */
  width: 30px;
  height: 30px;
  z-index: 100;
  background-size: cover;
}

.p-top .top-section.-movies .title {
  margin-top: 15px;
  font-size: 18px;
  color: #282e2d;
}

.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: #282e2d;
}

.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 -29px;
  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: #e9380c;
  text-align: center;
  line-height: 1.4;
}

.p-top .top-section.-videos .more {
  padding: 20px 0 50px;
  text-align: center;
}

.p-top .top-section.-videos .more a {
  font-size: 14px;
  color: #999;
  text-decoration: none;
  background: url(/img/top/icon_blank.png) no-repeat center right;
  padding-right: 18px;
}

.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_movies.png") no-repeat;
}

.p-top .top-section.-videos .bx-wrapper .bx-next {
  right: -188px;
  background: url("../img/top/btn_next_movies.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 -29px;
  /*opacity: 1;*/
}

.p-top .top-section.-videos .bx-wrapper .bx-controls-direction a {
  margin-top: -15px;
  width: 18px;
  height: 29px;
  z-index: 1001;
}

.p-top .top-section.-videos2 {
  height: 287px;
  background: #000 url(/img/top/bg_videos2.jpg) no-repeat center center;
  text-align: center;
}

.p-top .top-section.-videos2 a {
  display: block;
  height: 287px;
  background: url(/img/top/btn_videos2.png) no-repeat center center / 85px auto;
}

.p-top .top-section.-videos2 a:hover {
  text-decoration: none;
}

.p-top .top-section.-videos2 .top-section__title {
  color: #fff;
  padding: 45px 0 30px;
}

.p-top .top-section.-videos2 .more {
  margin-top: 139px;
}

.p-top .top-section.-videos2 .more b {
  font-size: 14px;
  color: #fff;
  background: url(/img/top/icon_blank2.png) no-repeat center right;
  padding-right: 18px;
}

.p-top .top-section.-news {
  padding-bottom: 50px;
}

.p-top .top-section.-news .tab {
  padding-bottom: 6px;
  border-bottom: 1px solid #61553d;
}

.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: 14px;
  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: #282e2d;
}

.p-top .top-section.-news .tab .item.-info:hover,
.p-top .top-section.-news .tab .item.-info.-active {
  background: #282e2d;
}

.p-top .top-section.-news .tab .item.-event:hover,
.p-top .top-section.-news .tab .item.-event.-active {
  background: #282e2d;
}

.p-top .top-section.-news .tab .item.-guest:hover,
.p-top .top-section.-news .tab .item.-guest.-active {
  background: #282e2d;
}

.p-top .top-section.-news .tab .item.-report:hover,
.p-top .top-section.-news .tab .item.-report.-active {
  background: #282e2d;
}

.p-top .top-section.-news .tab .item.-interview:hover,
.p-top .top-section.-news .tab .item.-interview.-active {
  background: #282e2d;
}

.p-top .top-section.-news .tab .item.-activity:hover,
.p-top .top-section.-news .tab .item.-activity.-active {
  background: #282e2d;
}

.p-top .top-section.-news .tab .item.-student:hover,
.p-top .top-section.-news .tab .item.-student.-active {
  background: #282e2d;
}

.p-top .top-section.-news .articles {
  display: none;
  padding-top: 10px;
  line-height: 18px;
}

.p-top .top-section.-news.-news2 .articles {
  display: none;
}

.p-top .top-section.-news .articles.-all {
  display: block;
}

.p-top .top-section.-news.-news2 .articles.-all {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.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.-news2 .articles .article {
  width: 308px;
}

.p-top .top-section.-news.-news2 .articles a {
  display: block;
  color: #000;
}

.p-top .top-section.-news.-news2 .articles a:hover {
  text-decoration: none;
}

.p-top .top-section.-news.-news2 .articles .thumbnail {
  border: solid 1px #ccc;
  widows: 308px;
  height: 180px;
  text-align: center;
}

.p-top .top-section.-news.-news2 .articles .date {
  font-size: 14px;
  color: #666;
  display: inline-block;
}

.p-top .top-section.-news.-news2 .articles .category {
  font-size: 12px;
  margin-left: 12px;
  display: inline-block;
}

.p-top .top-section.-news .articles .category.-all {
  color: #db3f51;
}

.p-top .top-section.-news .articles .category.-info,
.p-top .top-section.-news .articles .category.-cat1 {
  color: #db3f51;
}

.p-top .top-section.-news .articles .category.-event,
.p-top .top-section.-news .articles .category.-cat4 {
  color: #db3f51;
}

.p-top .top-section.-news .articles .category.-guest,
.p-top .top-section.-news .articles .category.-cat5 {
  color: #db3f51;
}

.p-top .top-section.-news .articles .category.-report,
.p-top .top-db3f51.-news .articles .category.-cat6 {
  color: #db3f51;
}

.p-top .top-section.-news .articles .category.-interview,
.p-top .top-section.-news .articles .category.-cat7 {
  color: #db3f51;
}

.p-top .top-section.-news .articles .category.-activity,
.p-top .top-section.-news .articles .category.-cat3 {
  color: #db3f51;
}

.p-top .top-db3f51.-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.-news2 .articles .subject {
  font-size: 16px;
  line-height: 1.375;
  color: #000;
  margin: 8px 0 4px;
}

.p-top .top-section.-news.-news2 .article {
  margin-top: 20px;
}

.p-top .top-section.-news.-news2 .footer {
  margin-top: 15px;
  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;
}
.-ticket_link {
  height: 76px;
  text-align: center;
  padding: 18px 0 16px 0;
  box-sizing: border-box;
  background-color: #df0622;
}
/* .hover-text-underline a:hover {
  text-decoration: underline;
} */
.hover-text-underline:hover span {
  text-decoration: underline;
}
.hover-text-underline:hover .fs15 {
  text-decoration: underline;
}
.-opacity05 {
  opacity: 0.5;
}
.-opacity05 a:hover span {
  text-decoration: none !important;
}
.-ticket_link a:hover span {
  text-decoration: underline;
}
.-ticket_link a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.-ticket_link a .fs20 {
  position: relative;
  display: inline-block;
  font-size: 20px;
}
.-ticket_link a .fs20::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: -30px;
  background-image: url("../img/top/ticket_icon.png");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}
.-ticket_link a .ft15 {
  display: block;
  font-size: 15px;
  padding-top: 5px;
}
.-bar_covid19 {
  /* 2023add */
  /* padding: 15px 0; */
  background-color: #f8f7f7;
  border-top: 1px solid #c3bebe;
  border-bottom: 1px solid #c3bebe;
}
.p-top .top-section.-bar_covid19 a {
  color: #000;
  display: block;
  padding: 22px 0;
  text-align: center;
  font-size: 18px;
  /*border-top:1px solid #006eb8;*/
}
.p-top .top-section.-bar_covid19 a:hover {
  text-decoration: none;
}
.p-top .top-section.-bar_covid19 a span {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  /* text-decoration: underline; */
  padding-bottom: 3px;
  box-sizing: border-box;
}

.p-top .top-section.-bar_tickets a {
  background: #1a2220;
  color: #fff;
  display: block;
  padding: 22px 0;
  text-align: center;
  font-size: 18px;
}

.p-top .top-section.-bar_conference {
  background: #3f4644;
  margin-top: 15px;
}

.p-top .top-section.-bar_conference a {
  color: #ffffff;
  display: block;
  padding: 22px 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.25;
}

.p-top .top-section.-asialounge {
  display: block;
  margin-top: 42px;
}

.p-top .top-section.-asialounge img {
  width: 100%;
}

.p-top .top-section.-info4 {
  /* background-color: #202E35;2023 */
  background-color: #e4e4e4;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 20px 0;
}

.p-top .top-section.-info4 .items {
  display: flex;
  justify-content: center;
}

.p-top .top-section.-info4 .item {
  width: 200px;
  /* border: solid 1px #e9380c;2023 */
  border: 1px solid #df0623;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
  margin: 0 10px;
}

.p-top .top-section.-info4 .item a {
  display: block;
  padding: 80px 15px 50px;
}

.p-top .top-section.-info4 .item a:hover {
  text-decoration: none;
}

.p-top .top-section.-info4 .item.event {
  background: #fff url(/img/top/icon_info4_event.png) no-repeat center 27px / 36px auto;
}

.p-top .top-section.-info4 .item.tickets {
  /* background: #fff url(/img/top/icon_info4_tickets.png) no-repeat center 32px / 34px auto; */
  background: #fff url(/img/top/icon_info4_tickets.png) no-repeat center 32px / 36px auto;
}

.p-top .top-section.-info4 .item.schedule {
  /* background: #fff url(/img/top/icon_info4_venue.png) no-repeat center 28px / 27px auto; */
  background: #fff url(/img/top/icon_info4_schedule.png) no-repeat center 28px / 36px auto;
}

.p-top .top-section.-info4 .item.venue {
  /* background: #fff url(/img/top/icon_info4_webinar.png) no-repeat center 27px / 32px auto; */
  background: #fff url(/img/top/icon_info4_venue.png) no-repeat center 28px / 36px auto;
}

.p-top .top-section.-info4 .item .title {
  /* color: #e9380c;2023 */
  color: #df0623;
  font-size: 18px;
  font-weight:bolder;
}

.p-top .top-section.-info4 .item .desc {
  color: #000;
  font-size: 13px;
  line-height: 1.38;
  margin-top: 7px;
}

@media screen and (max-width: 639px) {

  .p-top .global-header {}

  .p-top .global-banners {
    display: block;
  }

  .p-top .top-section .top-section__title {
    padding: 30px 0 20px;
    font-size: 30px;
  }

  .p-top .top-section.-videos iframe {
    width: 100%;
    height: 247px;
  }

  .ytvideo {
    width: 350px;
    height: 197px;
  }

  .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;
  }
  .ticket-title {
    position: relative;
    font-family: "Noto Sans CJK JP",sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
  }
  .ticket-title::after {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    display: block;
    background-image: url("../img/top/ticket_icon.png");
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
  }
  .ticket-date {
    font-family: "Noto Sans CJK JP", sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
    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.-ticket img {
    width: 100%;
  }

  .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: 12.5px;
  }

  .p-top .top-section.-events2 .text {
    margin-top: 5px;
    font-size: 12px;
  }

  .p-top .top-section.-events2 .note {
    margin-top: 5px;
    font-size: 10.5px;
  }

  .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: -25px;
    background-size: 20px auto;
    /* 2023 */
    /* background-size: 13px auto; */
  }

  .p-top .top-section.-events2 .bx-wrapper .bx-next {
    right: -25px;
    background-size: 20px auto;
    /* 2023 */
    /* background-size: 13px auto; */
  }

  .p-top .top-section.-events2 .bx-wrapper .bx-prev:hover,
  .p-top .top-section.-events2 .bx-wrapper .bx-prev:focus {
    /* background-position: 0 -21px; */
    /* 2023 */
    width: 20px;
    height: 20px;
    background-size: cover !important;
    background: url("../img/top/left-arrow.png") no-repeat;
  }

  .p-top .top-section.-events2 .bx-wrapper .bx-next:hover,
  .p-top .top-section.-events2 .bx-wrapper .bx-next:focus {
    /* background-position: 0 -21px; */
    /* 2023 */
    background-position: 0 0px;
  }

  .p-top .top-section.-events2 .bx-wrapper .bx-controls-direction a {
    /* margin-top: -11px; */
    /* width: 13px;
    height: 21px; */
    /* 2023 */
    margin-top: -60px;
    width: 20px;
    height: 20px;
  }

  .p-top .top-section.-events .title {
    font-size: 12px;
    /* color: #fff;2023 */
    color: #000;
  }

  .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: -25px;
    background-size: 13px auto;
  }

  .p-top .top-section.-events .bx-wrapper .bx-next {
    right: -25px;
    background-size: 13px auto;
  }

  .p-top .top-section.-events .bx-wrapper .bx-controls-direction a {
    /* margin-top: -11px;
    width: 13px;
    height: 21px;2023 */
    width: 20px;
    height: 20px;
    background-size: cover;
  }

  .p-top .top-section.-events .bx-wrapper .bx-prev:hover,
  .p-top .top-section.-events .bx-wrapper .bx-prev:focus {
    /* background-position: 0 -21px;2023 */
    background-position: 0;
  }

  .p-top .top-section.-events .bx-wrapper .bx-next:hover,
  .p-top .top-section.-events .bx-wrapper .bx-next:focus {
    /* background-position: 0 -21px;2023 */
    background-position: 0;
  }

  .p-top .top-section.-movies .title {
    font-size: 12px;
    color: #282e2d;
  }

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

  .p-top .top-section.-movies .bx-wrapper .bx-next {
    right: -20px;
    background-size: 13px auto;
  }

  .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: 13px auto;
  }

  .p-top .top-section.-videos .bx-wrapper .bx-next {
    right: 12px;
    background-size: 13px auto;
  }

  .p-top .top-section.-videos .bx-wrapper .bx-controls-direction a {
    margin-top: -11px;
    width: 13px;
    height: 21px;
  }

  .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 -21px;
  }

  .p-top .top-section.-news .tab {
    padding: 0 15px;
  }

  .p-top .top-section.-news .tab .item {
    margin: 0 2px 5px;
    padding: 6px 14px;
    border-radius: 7px;
    font-size: 14px;
  }

  .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: 12px;
  }

  .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: 16px;
    color: #333;
    line-height: 1.4;
  }

  .p-top .top-section.-news .footer {
    margin: 20px 15px 0;
    /* 2023 */
    padding: 15px;
    border: 1px solid #7f7f7f;
    border-radius: 16px;
  }

  .p-top .top-section.-news .footer a {
    font-size: 15px;
    color: #7f7f7f;
  }

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

  .p-top .top-section.-bar_covid19 a {
    color: #000;
    display: block;
    padding: 14px 0;
    text-align: center;
    font-size: 17px;
  }
    .p-top .top-section.-bar_covid19 a span {
      font-size: 17px;
    }
  .p-top .top-section.-bar_tickets a {
    background: #1a2220;
    color: #fff;
    display: block;
    padding: 14px 0;
    text-align: center;
    font-size: 13px;
  }

  .p-top .top-section.-info4 .items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .p-top .top-section.-info4 .item {
    width: 44%;
    border: solid 1px #e9380c;
    box-sizing: border-box;
    text-align: center;
    margin: 0 1% 2%;
  }

  .p-top .top-section.-info4 .item a {
    display: block;
    padding: 60px 15px 10px;
  }

  .p-top .top-section.-info4 .item.schedule {
    background: #1B2C35 url(/img/top/icon_info4_schedule.png) no-repeat center 17px / 36px auto;
  }

  .p-top .top-section.-info4 .item.tickets {
    background: #1B2C35 url(/img/top/icon_info4_tickets.png) no-repeat center 22px / 34px auto;
  }

  .p-top .top-section.-info4 .item.venue {
    background: #1B2C35 url(/img/top/icon_info4_venue.png) no-repeat center 18px / 27px auto;
  }

  .p-top .top-section.-info4 .item.webinar {
    background: #1B2C35 url(/img/top/icon_info4_webinar.png) no-repeat center 17px / 32px auto;
  }

  .p-top .top-section.-info4 .item .title {
    color: #e9380c;
    font-size: 16px;
  }

  .p-top .top-section.-info4 .item .desc {
    color: #ffffff;
    font-size: 11px;
    line-height: 1.38;
    margin-top: 5px;
  }
}

@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: #a7a08d;
}

.p-detail .detail-social-block {
  *zoom: 1;
  margin-bottom: 30px;
  padding: 40px 0 5px;
  border-bottom: 1px solid #c5c0b4;
  position: relative;
}

.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 .next-link {
  margin-top: 5px;
  float: left;
  width: auto;
  /*font-size: 12px;*/
  color: #a7a08a;
  position: absolute;
  right: 359px;
}

.p-detail .detail-social-block .next-link .separator {
  font-size: 12px;
}

.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: #666;
}

.p-detail .detail-movie-info-1 .category.-main {
  color: #908468;
}

.p-detail .detail-movie-info-1 .subject {
  margin-top: 7px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  color: #333;
}

.p-detail .detail-movie-info-1 .subject.-english {
  font-size: 12px;
  color: #666;
  font-weight: normal;
}

.p-detail .detail-movie-info-1 .subject.-english .original {
  margin-left: 0.75em;
}

.p-detail .detail-movie-info-1 .genre-list {
  margin-right: 10px;
  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: 15px;
  font-size: 12px;
  color: #000;
}

.p-detail .detail-movie-info-1 .director .original {
  margin-left: 0.5em;
}

.p-detail .detail-movie-info-1 .premiere {
  float: left;
  width: auto;
  font-size: 11px;
  color: #908468;
}

.p-detail .detail-movie-info-1 .lang-link a {
  float: right;
  width: auto;
  font-size: 11px;
  color: #282e2d;
  margin-right: 3px;
}

.p-detail .detail-movie-info-1 #maincut {
  clear: both;
  padding-top: 10px;
}

/*.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:#282e2d;
  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;
}*/

#maincut {
  width: 623px;
}

#maincut .bx-wrapper {
  margin-bottom: 2px;
}

#maincut .bx-wrapper .bx-controls-direction {
  display: none;
}

.maincut_slide li {
  width: 623px;
  height: 351px;
  text-align: center;
}

.maincut_slide img {
  max-width: 623px;
  max-height: 351px;
  width: auto;
  height: auto;
  margin: auto;
}

.custom-thumb:after {
  content: "";
  display: table;
  clear: both;
}

.custom-thumb a {
  display: block;
  width: 103px;
  height: 80px;
  float: left;
  margin-right: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: none;
  background-position: center;
  background-size: cover;
  position: relative;
}

.custom-thumb a:last-child {
  margin-right: 0px;
}

.custom-thumb a:before {
  content: "";
  display: block;
  width: 103px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}

.custom-thumb a.active:before {
  content: "";
  display: block;
  width: 103px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

.custom-thumb a.trailer:after {
  content: "";
  display: block;
  width: 103px;
  height: 80px;
  background: url(../img/lineup/trailer-thumb.png) no-repeat 0 0 / cover;
  position: absolute;
  top: 0;
  left: 0;
}

body.en .custom-thumb a.trailer:after {
  background: url(../img/lineup/trailer-thumb_en.png) no-repeat 0 0 / cover;
}

.p-detail .detail-movie-info-1 .meta {
  margin: 12px 0;
  font-size: 11px;
  color: #666;
}

.p-detail .detail-movie-info-1 .news_link a {
  margin: 30px auto 25px;
  display: block;
  width: 280px;
  padding: 8px 0;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  color: #282e2d;
  border: solid 2px #282e2d;
  text-align: center;
}

.p-detail .detail-movie-info-1 .news_link a:hover {
  text-decoration: none;
}

.p-detail .detail-movie-info-1 .caution-1 a,
.p-detail .detail-movie-info-1 .caution-2 a {
  color: #282e2d;
  text-decoration: underline;
}

.p-detail .detail-movie-info-1 .caution-1 a:hover,
.p-detail .detail-movie-info-1 .caution-2 a:hover {
  text-decoration: none;
}

.p-detail .detail-movie-info-1 .caution-1 {
  margin-top: 10px;
  font-size: 14px;
  color: #cf2e2e;
  line-height: 1.4;
}

.p-detail .detail-movie-info-1 .caution-2 {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.4;
}

.p-detail .detail-schedule {
  float: right;
  width: 313px;
  box-sizing: border-box;
  margin-bottom: 15px;
  /*border: 2px solid #e6e2d8;*/
  border: 2px solid #c5c0b4;
}

.p-detail .detail-schedule .title {
  padding: 7px;
  border-bottom: 2px solid #c5c0b4;
  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;
  color: #888172;
  margin-bottom: 7px;
}

.p-detail .detail-schedule .ticket_important.important2 .icon_info {
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  color: #333;
}

.p-detail .detail-schedule .ticket_important.important2 .note {
  font-size: 12px;
  line-height: 18px;
  color: #666;
  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: #fbfaf8;
}

.p-detail .detail-schedule .unit {
  padding: 12px 12px 20px;
  border-bottom: 1px dotted #beaa7a;
}

.p-detail .detail-schedule .theater {
  font-size: 11px;
  color: #666;
}

.p-detail .detail-schedule .show {
  margin-top: 10px;
  font-size: 10px;
  color: #000;
  /* font-weight: bold;*/
}

.p-detail .detail-schedule .show .date {
  /*font-weight: bold;*/
  font-size: 20px;
}

.p-detail .detail-schedule .show .time {
  /*font-weight: bold;*/
  font-size: 20px;
}

.p-detail .detail-schedule .show .week {
  font-size: 12px;
}

.p-detail .detail-schedule .show .running-time {
  font-size: 12px;
  color: #666;
}

.p-detail .detail-schedule .show .seat {
  font-size: 24px;
}

.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: 12px;
}

.p-detail .detail-schedule .categories:after {
  content: "";
  display: table;
  clear: both;
}

.p-detail .detail-schedule .category {
  margin-right: 5px;
  margin-bottom: 5px;
  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 .category.-award-ceremony {
  background: #9a8962;
}

.p-detail .detail-schedule .category.-event {
  background: #3c79ba;
}

.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-size: 14px;
}

.p-detail .detail-schedule .price b {
  font-size: 18px;
}

.p-detail .detail-schedule .price .price_main {
  font-weight: bold;
  font-size: 20px;
  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.25;
}

.p-detail .detail-schedule .price .preceding-lottery {
  font-size: 14px;
  color: #000;
  line-height: 20px;
  border: solid 1px #000;
  padding: 0 8px;
  border-radius: 4px;
  margin-left: 8px;
}

.p-detail .detail-schedule .price .pre-registration {
  font-size: 14px;
  color: #75513a;
  line-height: 20px;
  border: solid 1px #75513a;
  padding: 0 8px;
  border-radius: 4px;
  margin-left: 8px;
}

.p-detail .detail-schedule .price .cut-off {
  font-size: 16px;
  color: #cf2e2e;
  margin-top: 8px;
}

.accepted-method {
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
}

.accepted-method a {
  color: #282e2d;
  text-decoration: underline;
}

/* olbutton */
.accepted-method .olbutton {
  padding: 6px;
  border-radius: 3px;
  background: #2662ab;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}

.accepted-method .olbutton a {
  color: #ffffff;
  text-decoration: none;
}

.guide-note1 {
  font-size: 14px;
  line-height: 24px;
  margin-top: 5px;
}

.guide-note2 {
  font-size: 13px;
  line-height: 20px;
  margin-top: 5px;
  color: #cf2e2e;
}

.p-detail .detail-schedule .button {
  margin-top: 15px;
}

.p-detail .detail-schedule .button .link {
  display: block;
  padding: 10px;
  border-radius: 3px;
  background: #282e2d;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.p-detail .detail-schedule .button.-disabled {
  padding: 10px;
  border-radius: 3px;
  background: #b3b3b3;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.p-detail .detail-schedule .notes {
  /* padding: 12px;2023 */
  padding: 15px 12px 12px 6px;
}

.p-detail .detail-schedule .notes .note {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 15px;
  /* 2023 add */
}

.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: 14px;
  font-weight: bold;
}

.p-detail .detail-schedule .ticket_price_caution {
  color: #282e2d;
  display: block;
  margin-top: 15px;
}

.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) {
  .accepted-method .olbutton {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .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 #c5c0b4;
  font-size: 12px;
  color: #000;
}

.p-detail .detail-movie-info-2 .text {
  margin: 10px 0 90px;
  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%;
  color: #333;
}

.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 .original {
  color: #666;
  margin-left: 0.5em;
}

.p-detail .detail-movie-info-2 .about .biography {
  margin-top: 5px;
  font-size: 14px;
  color: #666;
}

.p-detail .detail-movie-info-2 .about a {
  color: #4778aa;
  text-decoration: underline;
}

.p-detail .detail-movie-info-2 .about a:hover {
  text-decoration: none;
}

.p-detail .detail-movie-info-2 .about .sns {
  display: inline-block;
  margin: 8px;
}

.p-detail .detail-movie-info-2 .about .sns img {
  width: 31px;
}

.p-detail .detail-movie-info-2 .meta:after {
  content: "";
  display: table;
  clear: both;
}

.p-detail .detail-movie-info-2 .meta li {
  font-size: 11px;
  color: #666;
  line-height: 1.4;
  margin-right: 10px;
  /*display: inline;*/
  float: left;
}

.p-detail .pagetop {
  font-size: 12px;
  margin-top: 75px;
  text-align: center;
}

.p-detail .pagetop a {
  color: #282e2d;
}

.p-detail .detail-movie-info-2 .others-link {
  margin-top: 100px;
  border-top: solid 1px #c5c0b4;
  border-bottom: solid 1px #c5c0b4;
  padding: 2px 0;
}

.p-detail .detail-movie-info-2 .others-link .hl {
  background-color: #fbfbf9;
  text-align: center;
  font-size: 12px;
  line-height: 21px;
  color: #a7a08d;
  margin-bottom: 5px;
  position: relative;
}

.p-detail .detail-movie-info-2 .others-link .hl:after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background-color: #e7e3d9;
  position: absolute;
  bottom: -3px;
}

.p-detail .detail-movie-info-2 .others-link .body {
  background-color: #fbfbf9;
  padding: 9px 22px 15px;
}

.p-detail .detail-movie-info-2 .others-link .body:after {
  content: "";
  display: table;
  clear: both;
}

.p-detail .detail-movie-info-2 .others-link .body a {
  text-decoration: none;
  display: block;
}

.p-detail .detail-movie-info-2 .others-link .work-left {
  width: 250px;
  float: left;
}

.p-detail .detail-movie-info-2 .others-link .work-right {
  width: 250px;
  float: right;
}

.p-detail .detail-movie-info-2 .others-link .maincut img {
  max-width: 195px;
  max-height: 109px;
  width: auto;
  height: auto;
  margin: auto;
}

.p-detail .detail-movie-info-2 .others-link .category {
  font-size: 11px;
  font-weight: bold;
  color: #908468;
  margin-top: 8px;
}

.p-detail .detail-movie-info-2 .others-link .subject {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-top: 6px;
}

.p-detail .detail-movie-info-2 .others-link .meta {
  font-size: 10px;
  line-height: 12px;
  color: #999;
  margin-top: 6px;
}

.p-detail .detail-ticket-info {
  box-sizing: border-box;
  border: 1px solid #c5c0b4;
}
.p-detail .detail-ticket-info .nmgt380 {
  margin-top: -380px;
}

.p-detail .detail-ticket-info .body {
  padding: 15px 15px 40px 15px;
}

.p-detail .detail-ticket-info .title {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.p-detail .detail-ticket-info .title.-lv1 {
  margin-top: 5px;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  color: #383a26;
}

.p-detail .detail-ticket-info .title.-lv2 {
  margin-top: 5px;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
}

.p-detail .detail-ticket-info .text {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.p-detail .detail-ticket-info .text.-lv1 {
  font-size: 14px;
  line-height: 22px;
}

.p-detail .detail-ticket-info .text.-lv2 {
  color: #908468;
}

.p-detail .detail-ticket-info .note {
  font-size: 12px;
  color: #908468;
  line-height: 1.5;
  font-weight: normal;
}

.p-detail .detail-ticket-info .note.-lv1 {
  font-size: 14px;
  margin-top: 3px;
  font-weight: normal;
}

.p-detail .detail-ticket-info .note.-lv2 {
  font-size: 13px;
  color: #666;
  font-weight: normal;
}

.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 #c5c0b4;
  font-size: 12px;
  color: #aa8d47;
}

.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: #aa8d47;
}

.p-detail .detail-ticket-info .ticket-links .ticket-link.-open:before {
  transform: rotate(0deg);
}

.p-detail .detail-ticket-info .ticket-links .toggler {
  color: #aa8d47;
  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: 13px;
    color: #a7a08d;
  }

  .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;
    z-index: 10000;
  }

  .p-detail .detail-social-block .back-link {
    margin-top: 0;
    float: none;
  }

  .p-detail .detail-social-block .next-link {
    position: absolute;
    right: 15px;
    top: 5px;
  }

  .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.-main img {
    max-width: 100%;
  }

  .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;
    font-size: 14px;
  }

  .p-detail .detail-movie-info-1 .subject {
    font-size: 24px;
  }

  .p-detail .detail-movie-info-1 .subject.-english {
    font-size: 12px;
  }

  .p-detail .detail-movie-info-1 .director {
    margin-top: 10px;
    font-size: 13px;
  }

  .p-detail .detail-movie-info-1 .genre-list {
    float: none;
  }

  .p-detail .detail-movie-info-1 .premiere {
    margin-top: 3px;
    float: none;
    font-size: 13px;
  }

  .p-detail .detail-movie-info-1 .lang-link a {
    font-size: 13px;
  }

  /*.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;
  }*/

  #maincut {
    width: 100%;
    max-width: 100%;
  }

  #maincut .bx-wrapper {
    margin-bottom: 2px;
  }

  #maincut .bx-wrapper .bx-controls-direction {
    display: block;
    opacity: 0;
  }

  #maincut.touch .bx-wrapper .bx-controls-direction {
    display: block;
    opacity: 1;
  }

  #maincut .bx-wrapper .bx-controls-direction a {
    width: 20px;
    height: 36px;
  }

  #maincut .bx-wrapper .bx-controls-direction a.bx-prev {
    background: url(../img/lineup/arrow_left.png) no-repeat 0 0 / 20px auto;
    left: -10px;
  }

  #maincut .bx-wrapper .bx-controls-direction a.bx-next {
    background: url(../img/lineup/arrow_right.png) no-repeat 0 0 / 20px auto;
    right: -10px;
  }

  .maincut_slide li {
    width: 100%;
    height: auto;
    text-align: center;
  }

  .maincut_slide img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
  }

  .maincut_slide .trailer {
    width: auto;
    height: 0;
    padding-top: calc((100vw - 30px) * 0.5634);
    position: relative;
  }

  .maincut_slide iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }

  #maincut.touch .maincut_slide .trailer:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    /*pointer-events: none;*/
  }

  #maincut.touchmove .maincut_slide .trailer:after {
    pointer-events: none;
  }

  .custom-thumb:after {
    content: "";
    display: table;
    clear: both;
  }

  .custom-thumb a {
    display: block;
    width: calc(16.66% - 1px);
    height: 0;
    padding-top: 12.9%;
    float: left;
    margin-right: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    background-repeat: none;
    background-position: center;
    background-size: cover;
    position: relative;
  }

  .custom-thumb a:last-child {
    margin-right: 0px;
  }

  .custom-thumb a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
  }

  .custom-thumb a.active:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
  }

  .custom-thumb a.trailer:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/lineup/trailer-thumb.png) no-repeat 0 0 / cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.en .custom-thumb a.trailer:after {
    background: url(../img/lineup/trailer-thumb_en.png) no-repeat 0 0 / cover;
  }

  .p-detail .detail-movie-info-1 .meta {
    margin-top: 10px;
    font-size: 11px;
  }

  .p-detail .detail-movie-info-1 .news_link a {
    font-size: 12px;
    width: 240px;
    padding: 6px 0;
  }

  .p-detail .detail-movie-info-1 .caution-1 {
    margin-top: 10px;
    font-size: 14px;
  }

  .p-detail .detail-movie-info-1 .caution-2 {
    margin-top: 5px;
    font-size: 15px;
  }

  .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: 14px;
  }

  .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: 13px;
  }

  .p-detail .detail-schedule .show {
    margin-top: 8px;
    font-size: 21px;
  }

  .p-detail .detail-schedule .show .date {
    font-size: 24px;
  }

  .p-detail .detail-schedule .show .time {
    font-size: 24px;
  }

  .p-detail .detail-schedule .show .seat {
    font-size: 22px;
  }

  .p-detail .detail-schedule .show .running-time {
    font-size: 13px;
  }

  .p-detail .detail-schedule .categories {
    *zoom: 1;
    margin-top: 16px;
  }

  .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: 14px;
  }

  .p-detail .detail-schedule .caution {
    font-size: 14px;
  }

  .p-detail .detail-schedule .guest {
    font-size: 15px;
  }

  .p-detail .detail-schedule .price .price_main {
    font-size: 20px;
  }

  .p-detail .detail-schedule .price .preceding-lottery {
    font-size: 15px;
  }

  .p-detail .detail-schedule .price .pre-registration {
    font-size: 15px;
  }

  .p-detail .detail-schedule .price .cut-off {
    font-size: 17px;
  }

  .accepted-method {
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
  }

  .guide-note1 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
  }

  .guide-note2 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
  }

  .p-detail .detail-schedule .button {
    margin: 16px 10% 12px;
  }

  .p-detail .detail-schedule .button .link {
    padding: 10px;
    border-radius: 3px;
    background: #282e2d;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-size: 16px;
  }

  .p-detail .detail-schedule .button.-disabled {
    font-size: 16px;
  }

  .p-detail .detail-schedule .ticket_important.important2 .hl {
    font-size: 10px;
  }

  .p-detail .detail-schedule .ticket_important.important2 .icon_info {
    font-size: 13px;
  }

  .p-detail .detail-schedule .ticket_important.important2 .icon_info br {
    display: none;
  }

  .p-detail .detail-schedule .ticket_important.important2 .icon_info .seat {
    font-size: 15px;
  }

  .p-detail .detail-schedule .ticket_important.important2 .icon_info .-status-2,
  .p-detail .detail-schedule .ticket_important.important2 .icon_info .-status-3 {
    margin-left: 5px;
  }

  .p-detail .detail-schedule .notes {
    padding: 15px 0;
  }

  .p-detail .detail-schedule .notes .note {}

  .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: 13px;
  }

  .p-detail .detail-movie-info-2 .text {
    margin: 10px 0 50px;
    font-size: 15px;
  }

  .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: 13px;
  }

  .p-detail .detail-movie-info-2 .about td {
    padding: 10px 0;
    font-size: 14px;
  }

  .p-detail .detail-movie-info-2 .about .biography {
    font-size: 12px;
  }

  .p-detail .detail-movie-info-2 .meta {
    color: #333;
  }

  .p-detail .detail-movie-info-2 .meta li {
    font-size: 12px;
  }

  .p-detail .detail-ticket-info {
    border: 2px solid #cdc1a6;
  }

  .p-detail .detail-ticket-info .body {
    padding: 15px 15px 40px 15px;
  }

  .p-detail .detail-ticket-info .title {
    font-size: 15px;
  }

  .p-detail .detail-ticket-info .title.-lv1 {
    font-size: 15px;
  }

  .p-detail .detail-ticket-info .title.-lv2 {
    margin-top: 20px;
    margin-bottom: 3px;
    font-size: 15px;
  }

  .p-detail .detail-ticket-info .text {
    margin-bottom: 3px;
    font-size: 13px;
  }

  .p-detail .detail-ticket-info .text.-lv1 {
    font-size: 15px;
  }

  .p-detail .detail-ticket-info .text.-lv2 {
    /*font-weight: bold;*/
    margin: 5px 0;
  }

  .p-detail .detail-ticket-info .note {
    font-size: 10px;
    line-height: 1.5;
  }

  .p-detail .detail-ticket-info .note.-lv1 {
    margin-top: 3px;
    font-size: 12px;
  }

  .p-detail .detail-ticket-info .note.-lv2 {
    font-size: 12px;
  }

  .p-detail .detail-ticket-info .note+.note {
    margin-top: 5px;
  }

  .p-detail .detail-ticket-info .ticket-links {
    margin: 13px;
    padding: 13px 0;
    font-size: 14px;
  }

  .p-detail .footer {
    padding: 60px 15px;
    text-align: center;
    clear: both;
  }

  .p-detail .pagetop {
    margin-top: 50px;
  }

  .p-detail .footer .pagetop {
    margin-top: 0;
  }

  .p-detail .footer .link {
    font-size: 14px;
    color: #282e2d;
    text-decoration: underline;
  }

  .p-detail .detail-movie-info-2 .others-link {
    margin-top: 50px;
    border-top: solid 1px #c5c0b4;
    border-bottom: solid 1px #c5c0b4;
    padding: 2px 0;
  }

  .p-detail .detail-movie-info-2 .others-link .hl {
    background-color: #fbfbf9;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    color: #a7a08d;
    margin-bottom: 5px;
    position: relative;
  }

  .p-detail .detail-movie-info-2 .others-link .hl:after {
    content: "";
    height: 1px;
    width: 100%;
    display: block;
    background-color: #e7e3d9;
    position: absolute;
    bottom: -3px;
  }

  .p-detail .detail-movie-info-2 .others-link .body {
    background-color: #fbfbf9;
    padding: 9px 23px 15px;
  }

  .p-detail .detail-movie-info-2 .others-link .body:after {
    content: "";
    display: table;
    clear: both;
  }

  .p-detail .detail-movie-info-2 .others-link .body a {
    text-decoration: none;
    display: block;
  }

  .p-detail .detail-movie-info-2 .others-link .work-left {
    width: 128px;
    float: left;
  }

  .p-detail .detail-movie-info-2 .others-link .work-right {
    width: 128px;
    float: right;
  }

  .p-detail .detail-movie-info-2 .others-link .maincut img {
    max-width: 115px;
    max-height: 65px;
    width: auto;
    height: auto;
    margin: auto;
  }

  .p-detail .detail-movie-info-2 .others-link .category {
    font-size: 7px;
    font-weight: bold;
    color: #908468;
    margin-top: 3px;
  }

  .p-detail .detail-movie-info-2 .others-link .subject {
    font-size: 11px;
    line-height: 12px;
    font-weight: bold;
    color: #333;
    margin-top: 3px;
  }

  .p-detail .detail-movie-info-2 .others-link .meta {
    font-size: 6px;
    line-height: 8px;
    color: #999;
    margin-top: 3px;
  }
}

@media screen and (max-width: 359px) {
  .p-detail .detail-movie-info-2 .others-link .body {
    background-color: #fbfbf9;
    padding: 9px 5% 15px;
  }
}

.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 #5b4f19;
  border-width: 0;
  border-radius: 4px;
  padding: 11px 8px;
  width: 540px;
  text-align: center;
  font-size: 16px;
}

.p-list .film-search-box .submit {
  display: inline-block;
}

.p-list .film-search-box .submit button {
  background: #282e2d;
  padding: 10px 34px;
  border-width: 0;
  border-radius: 4px;
  font-size: 15px;
  color: #fff;
}

.p-list .film-search-filters {
  padding: 18px 50px 30px;
  text-align: center;
}

.p-list .film-search-filters .caption {
  margin-bottom: 12px;
  font-size: 14px;
  color: #908468;
  display: inline-block;
  padding: 0 20px;
}

.p-list .film-search-filters .toggler {
  background: url(/img/lineup/list/ico_arrow_up.png) no-repeat right center;
  cursor: pointer;
}

.p-list .film-search-filters .toggler.-close {
  background-image: url(/img/lineup/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: #282e2d;
  padding-right: 57px;
}

.p-list .film-search-filters .toggled {
  display: none;
  padding: 40px 0 0;
  border-top: 1px solid #aea796;
  text-align: left;
}

.p-list .film-search-filters .group {
  padding: 0 10px;
  margin-bottom: 35px;
}

.p-list .film-search-filters .group .hl {
  font-size: 14px;
  padding: 0 5px 10px;
  border-bottom: 1px solid #d5d4d0;
  margin: 0 -10px;
}

.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 input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.p-list .film-search-filters span {
  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 input[type="checkbox"]:checked+span {
  background-image: url(../img/list/ico_checkbox_on.png);
}

.p-list .film-search-filters .submit {
  padding-top: 25px;
  text-align: center;
}

.p-list .film-search-filters .submit button {
  background: #282e2d;
  padding: 10px 34px;
  border-width: 0;
  border-radius: 4px;
  font-size: 15px;
  color: #fff;
  width: 282px;
}

.p-list .sort {
  padding: 40px 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: #282e2d;
}

.p-list .film-list {
  line-height: 1.3;
  border-top: solid 1px #c5c0b4;
}

.p-list .film-list .films {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-list .film-list .film {
  margin-bottom: 50px;
  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 .image.free {
  position: relative;
}

.p-list .film-list .image.free:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 63px;
  height: 53px;
  background: url(/img/lineup/list/list_icon_free.png) no-repeat 0 0 / cover;
}

.p-list .film-list .image.free_en {
  position: relative;
}

.p-list .film-list .image.free_en:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 63px;
  height: 53px;
  background: url(/img/lineup/list/list_icon_free_en.png) no-repeat 0 0 / cover;
}

.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: #908468;
}

.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: #666;
}

.p-list .film-list .director .original {
  margin-left: 0.5em;
}

.p-list .film-list .premiere {
  margin-top: 7px;
  font-size: 10px;
  color: #908468;
}

.p-list .film-list .show {
  *zoom: 1;
  margin-bottom: 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;
  vertical-align: middle;
}

.p-list .film-list .show .date {
  font-weight: bold;
  font-size: 15px;
}

.p-list .film-list .show .time {
  font-size: 13px;
  color: #666;
  margin-left: 0.25em;
}

.p-list .film-list .show .seat {
  font-size: 18px;
  vertical-align: -2px;
}

.p-list .film-list .show .seat.-status-1 {
  color: #0c3;
}

.p-list .film-list .show .seat.-status-2 {
  color: #ff9000;
}

.p-list .film-list .show .seat.-status-3 {
  color: #f00;
}

.p-list .film-list .show .price_main {
  font-size: 12px;
  color: #000;
}

.p-list .film-list .show .preceding-lottery {
  font-size: 12px;
  color: #343434;
  margin-left: 0.5em;
}

.p-list .film-list .show .pre-registration {
  font-size: 12px;
  color: #75513a;
  margin-left: 0.5em;
}

.p-list .film-list .show .cut-off {
  font-size: 12px;
  color: #cf2e2e;
  margin-left: 0.5em;
}

.p-list .film-list .trailer {
  margin-top: 7px;
}

.p-list .film-list .trailer a {
  font-size: 12px;
  color: #e73a1f;
  text-decoration: underline;
}

.p-list .film-list .copyright {
  margin-top: 7px;
  font-size: 10px;
  color: #999;
}

@media screen and (max-width: 639px) {
  .p-list .film-search-box {
    padding-top: 35px;
  }

  .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: 86%;
    font-size: 16px;
  }

  .p-list .film-search-box .submit button {
    padding: 6px 15px;
    border-width: 0;
    font-size: 11px;
  }

  .p-list .film-search-filters {
    padding: 24px 0 30px;
    text-align: center;
  }

  .p-list .film-search-filters .caption {
    font-size: 15px;
  }

  .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: 25px 15px 0;
  }

  .p-list .film-search-filters .group {
    padding: 0 0px;
    margin-bottom: 20px;
  }

  .p-list .film-search-filters .group .hl {
    font-size: 10px;
    padding: 0 0 5px;
    border-bottom: 1px solid #d5d4d0;
    margin: 0 0 8px;
  }

  .p-list .film-search-filters .submit {
    padding-top: 15px;
    text-align: center;
  }

  .p-list .film-search-filters .item {
    display: inline-block;
    margin-top: 2px;
    margin-right: 25px;
    font-size: 11px;
    color: #333;
    line-height: 22px;
  }

  .p-list .film-search-filters span {
    font-size: 11px;
    background-size: 12px;
    background-position: left center;
    min-height: 14px;
    padding-left: 20px;
  }

  .p-list .sort {
    font-size: 11px;
  }

  .p-list .sort .item a {
    font-size: 15px;
  }

  .p-list .film-list .film {
    *zoom: 1;
    box-sizing: border-box;
    padding: 0 25px;
    width: 100%;
  }

  .p-list .film-list .film:after {
    content: "";
    display: table;
    clear: both;
  }

  .p-list .film-list .film:nth-child(3n + 1) {
    padding-left: 25px;
  }

  .p-list .film-list .image {
    width: 260px;
  }

  .p-list .film-list .title {
    margin-top: 0;
    font-size: 18px;
  }

  .p-list .film-list .category {
    margin: 12px 0 4px;
    font-size: 12px;
  }

  .p-list .film-list .lead {
    margin-top: 10px;
    font-size: 12px;
  }

  .p-list .film-list .text {
    line-height: 1.4;
    font-size: 14px;
  }

  .p-list .film-list .director {
    font-size: 13px;
  }

  .p-list .film-list .premiere {
    font-size: 13px;
  }

  .p-list .film-list .show {
    margin-top: 12px;
  }

  .p-list .film-list .show .date {
    font-size: 16px;
  }

  .p-list .film-list .show .time {
    font-size: 16px;
  }

  .p-list .film-list .show .seat {
    font-size: 15px;
  }

  .p-list .film-list .show .price_main {
    font-size: 13px;
  }

  .p-list .film-list .show .preceding-lottery {
    font-size: 13px;
  }

  .p-list .film-list .show .pre-registration {
    font-size: 13px;
  }

  .p-list .film-list .show .cut-off {
    font-size: 13px;
  }

  .p-list .film-list .trailer,
  .p-list .film-list .copyright {}

  .p-list .film-list .trailer {
    margin-top: 5px;
  }

  .p-list .film-list .trailer a {
    font-size: 16px;
  }

  .p-list .film-list .copyright {
    margin-top: 10px;
    font-size: 10px;
    line-height: 10px;
  }
}

/* .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: #000 !important;*/
  /*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: #282e2d;
  }

  .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;
} */
/*20200928
.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;*/
  }

  /* 20200928
  .p-director_general .global-main {
    background-color: transparent;
  }*/
  .p-director_general .back {
    padding-top: 5px;
    border-bottom: 1px solid #7a715d;
  }
  .back-page-bdb1 {
    border-bottom: 1px solid #7a715d;
  }
  .back-page {
    color: #000;
    display: block;
    padding: 5px 15px;
    font-size: 10px;
}
  }

  .p-director_general .back a {
    display: block;
    padding: 5px 15px;
    font-size: 10px;
    color: #282e2d;
  }
}

.-newslide .bx-wrapper img {
  display: block;
  width: 100%;
}

/* award */
.p-top .top-section.-award {
  margin: auto;
  padding: 20px;
  text-align: center;
  background-color: #ffffff;
}


@media screen and (max-width: 639px) {
  .p-top .top-section.-award {
    padding: 10px;
  }

  .p-top .top-section.-award img {
    width: 100%;
  }
}

/* datasets */
.p-top .top-section.-datasets {
  margin: auto;
  padding: 20px;
  margin: 0;
  text-align: center;
  /* background-color: #000000; */
  /* background-color: #D80005; */
}

.p-top .top-section.-datasets .t1 {
  font-weight: bold;
}

.p-top .top-section.-datasets .t1 span {
  margin: 0 8px;
}

.p-top.en .top-section.-datasets .t1 span {
  margin: 0 0;
}

.p-top .top-section.-datasets .t2 {
  display: inline-block;
  font-size: 16px;
  padding-left: 12px;
  margin-top: 15px;
  line-height: 150%;
  background: url(../img/top/arrow_entry.png) no-repeat left center;
}

.p-top .top-section.-datasets a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 30px;
}


@media screen and (max-width: 639px) {
  .p-top .top-section.-datasets {
    padding: 10px;
    margin: 0;
    line-height: 1.5;
  }

  .p-top .top-section.-datasets img {
    width: 100%;
  }

  .p-top .top-section.-datasets a {
    font-size: 17px;
  }

  .p-top .top-section.-datasets .t2 {
    font-size: 10px;
    margin-top: 3px;
  }
}

/* jury */
.p-top .top-section.-jury {
  margin: auto;
  padding: 20px;
  text-align: center;
  background-color: #fff;
}

@media screen and (max-width: 639px) {
  .p-top .top-section.-jury {
    padding: 10px;
  }

  .p-top .top-section.-jury img {
    width: 100%;
  }

  .p-top .top-section.-asialounge {
    text-align: center;
    padding: 10px;
  }

  .p-top .top-section.-asialounge img {
    width: 100%;
  }
}

.p-top .top-section.-newslide {
  max-height: 38.86vw;
  min-height: 398px;
  overflow: hidden;
}

.p-top .top-section.-newslide img {
  width: 100%;
  min-width: 1004px;
}

@media screen and (max-width: 639px) {
  .p-top .top-section.-newslide {
    max-height: 66.66vw;
    min-height: 213px;
  }

  .p-top .top-section.-newslide img {
    width: 100%;
    min-width: 320px;
  }
}

/* pagination */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  position: relative;
  font-size: 13px;
}

.pagination span,
.pagination a {
  display: block;
  width: auto;
  margin: 4px;
  padding: 8px;
  border: 1px solid #000;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
  color: #282e2d;
}

.pagination .pager {
  width: 32px;
}

.pagination a:hover,
.pagination .current {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

.pagination a.prev {
  margin-right: 16px;
}

.pagination a.next {
  margin-left: 16px;
}

.pagination a.first {}

.pagination a.last {}

.pagination span.page_num {
  display: none;
}

/*footer-sponsor*/
.global-partners .footer-sponsermap {
  *zoom: 1;
  margin-left: auto;
  margin-right: auto;
}

.global-partners .footer-sponsermap {
  margin-bottom: 20px;
}
.guide-nav-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.guide-nav-list {
  display: flex;
  padding: 30px 0;
  justify-content: space-between;
  align-items: baseline;
}
.guide-nav-list li {
}
.guide-nav-list li a {
  display: block;
  width: 220px;
}
.guide-nav-list li a img {
  width: 220px;
}

@media screen and (max-width: 639px) {
  .global-partners .footer-sponsermap img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 1280px) {
  .p-top .top-section.-asialounge {
    text-align: center;
  }
}


.pc-sns_about {
  padding-bottom: 55px;
}

.pc-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 500px;
  margin: 0 auto;
}

.pc-item {
  width: 33px;
}

.pc-item:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .flex-space-between {
    flex-direction: column;
  }
}
.online-ticket-link {
  display: block;
  max-width: 280px;
  padding: 10px;
  border-radius: 3px;
  background: #282e2d;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.mgt15 {
  margin-top: 15px;
}
@media screen and (max-width: 639px) {
  .more-infomation-section {
    padding: 15px 0;
    background-color: #e4e4e4;
  }
  .more-infomation-section-inner {
    padding: 0 15px;
  }
  .more-infomation-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 10px;
  }
  .more-infomation-list li {
    position: relative;
    width: calc(50% - 5px);
  }
  .more-infomation-list li a {
    display: block;
    font-family: "Noto Sans CJK JP", sans-serif;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.005em;
    text-align: center;
    padding: 23px 20px 23px 50px;
    box-sizing: border-box;
    border-radius: 20px;
    border-bottom: 2px solid #b6b6b6;
    color: #df0623;
    background-color: #fff;
  }
    .more-infomation-list li::before {
      content: "";
      position: absolute;
      display: block;
      background-size: cover;
      background-repeat: no-repeat;
    }
  .more-infomation-list li:first-child:before {
    top: 13px;
    left: 18px;
    background-image: url("../img/top/more-infomation_event.png");
    width: 34px;
    height: 33px;
  }
  .more-infomation-list li:nth-child(2):before {
    top: 20px;
    left: 17px;
    background-image: url("../img/top/more-infomation_ticket.png");
    width: 36px;
    height: 21px;
  }
  .more-infomation-list li:nth-child(3):before {
    top: 17px;
    left: 21px;
    background-image: url("../img/top/more-infomation_schedule.png");
    width: 27px;
    height: 26px;
  }
  .more-infomation-list li:nth-child(4):before {
    top: 14px;
    left: 22px;
    background-image: url("../img/top/more-infomation_venue.png");
    width: 27px;
    height: 32px;
  }
  .more-infomation-btn {
    margin-top: 15px;
  }
  .more-infomation-btn a:hover {
    text-decoration: none;
  }
  .more-infomation-btnomargin {
    margin-top: 0;
  }
  .hover-text-none a:hover {
    text-decoration: none;
  }

  .more-infomation-btn a {
    display: block;
    font-family: "Noto Sans CJK JP",sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
    border-radius: 16px;
    color: #fff;
    background-color: #df0623;
  }
  .more-infomation-btnomargin a {
    display: block;
    font-family: "Noto Sans CJK JP", sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
    border-radius: 16px;
    color: #fff;
    background-color: #df0623;
  }
 .more-infomation-btnomargin a:hover {
  text-decoration: underline;
 }
  .guide-nav {
    padding-top: 40px;
  }
  .guide-nav-inner {
    padding: 0 15px;
  }
  .guide-nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 15px;
  }
  .guide-nav-list li {
    width: calc(50% - 7.5px);
  }
  .guide-nav-list a {
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: "Noto Sans CJK JP", sans-serif;
      font-size: 15px;
      line-height: 1.2;
      text-align: center;
      height: 70px;
      /* padding: 30px 0; */
      color: #fff;
      /* background-color: #afafaf; */
      width: unset !important;
  }
  .guide-nav-list li a img {
    width: 100%;
  }

  .top-banner {
    padding: 30px 0 20px 0;
    background-color: #f2f2f2;
    margin-top: 45px;
  }
  .top-banner-inner {
    padding: 0 15px;
  }
  .top-banner-list {
    display: flex;
    flex-wrap: wrap;
  }
  .top-banner-list li {
    width: calc(50% - 7.5px);
  }
  .top-banner-list li img {
    width: 100%;
    max-width: 100%;
  }
  .top-banner .bx-prev {
    display: none;
  }
  .top-banner .bx-next {
    display: none;
  }
  .top-banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .top-banner .bx-wrapper .bx-pager.bx-default-pager a.active,
  .top-banner .bx-wrapper .bx-pager.bx-default-pager a:focus {
      background-color:#df0623;
    }
  .partner-link {
    padding: 0 15px;
  }
  .global-partners .partner-link .link {
    display: block;
    width: 100%;
    padding: 15px 0;
    border: 1px solid #999999;
    border-radius: 16px;
    box-sizing: border-box;
  }
}
.guide-download-title {
  font-family: "Noto Sans CJK JP",sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.guide-download-text {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 14px;
  margin-top: 8px;
  color: #666;
}
.nmt380 {
  /* margin-top: -380px; */
}
.guide-download-flex {
  display: flex;
  gap: 0 13px;
  margin-top: 19px;
}
.guide-download-btn {}

.guide-download-btn a {
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 14px 0 11px 0;
  background-color: #000;
  border-radius: 4px;
  box-sizing: border-box;
}
.guide-download-btn a:hover {
  text-decoration: none;
}
.guide-download-btn a span{
  display: block;
  font-size: 12px;
  margin-top: 6px;
}
.guide-download-btn {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .nmt380 {
    margin-top: 0px;
  }
  .guide-download-title {
    font-size: 20px;
  }
  .guide-download-text {
    font-size: 16px;
  }
  .guide-download-btn a {
    font-size: 18px;
  }
  .guide-download-btn a span {
    font-size: 15px;
  }
}

.detail-schedule .more-infomation-btn {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}
.detail-schedule .more-infomation-btn a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
  border-radius: 8px;
  color: #fff;
  background-color: #df0623;
}
.detail-schedule  .outlink.-white {
  color: #fff;
}
.detail-schedule .f16 {
  font-size: 16px;
}
.detail-schedule .f14 {
  font-size: 14px;
}
.detail-schedule .mgt5 {
  margin-top: 5px;
}
.detail-schedule .no-hover {
  opacity: 0.5;
}
.detail-schedule .no-hover:hover {
  text-decoration: none;
}
.more-infomation-link {
  margin-top: 25px;
}
.more-infomation-link a {
  display: block;
  font-size: 14px;

  color: #2662ab;
  margin-bottom: 15px;
}
.more-infomation-link a:last-child {
  margin-bottom: 55px;
}
.more-infomation-detal-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  margin: 13px 0;
  color: #000;
}
.more-infomation-detal-en-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  margin: 13px 0;
  color: #000;
}

@media screen and (max-width: 639px) {
  .more-infomation-link {
    margin-top: 35px;
  }
  .more-infomation-link a {
     margin-bottom: 30px;
  }
  .more-infomation-link a:last-child {
    margin-bottom: 30px;
  }
}
.ticket-height {
  height: 335px;
}
.ticket-height-en {
  height: 350px;
}
@media screen and (max-width: 639px) {
  .ticket-height {
      height: 430px;
  }
  .p-detail .detail-schedule .notes {
    padding: 25px 0;
   }
  .p-detail .detail-schedule .notes .note {
    margin-top: 10px;
  }
    .nmgl5 {
      margin-left: -5px;
    }
  .ticket-height-en {
      height: 430px;
   }
   .more-infomation-detal-text {
    font-size: 18px;
  margin: 12px 22px;
   }
    .more-infomation-detal-en-text {
        font-size: 18px;
          margin: 12px 22px;
    }
}
.-bar_red_carpet {
  font-size: 26px;
  /* letter-spacing: 0.025em; */
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #000;
  background-color: #fff;
  padding: 30px 0;
}
.support-ntt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 25px;
  max-width: 750px;
  padding: 20px 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #fff;
}
.support-ntt-logo-box {
  font-size: 20px;
  letter-spacing: 0.025em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 5px;
}
.support-ntt li p {
  font-size: 14px;
}
.support-ntt-opinion {

}
.support-ntt-opinion a {
  display: block;
  font-size: 15px;
    line-height: 1.46;
    letter-spacing: 0.075em;
    text-align: center;
    font-weight: bold;
    max-width: 295px;
    padding: 10px 50px;
    background-color: #000;
    border-radius: 7px;
    color: #fff;
}
@media screen and (max-width: 639px) {
  .-bar_red_carpet {
    font-size: 20px;
    padding: 15px 0;
  }
  .support-ntt  {
    flex-direction: column;
    padding: 15px 0 20px 0;
  }
  .support-ntt li p {
    font-size: 16px;
    /* margin-bottom: 15px; */
  }
  .support-ntt-opinion {
    font-size: 14px;
  }
  .support-ntt-logo-box {
    align-items: center;
  }
  .support-ntt li .support-ntt-text {
    font-size: 11px;
    text-align: center;
    margin-bottom: 15px;
  }
  .support-ntt-logo-img {
    width: 154px;
  }
  .support-ntt-logo-img img {
    width: 100%;
  }
}
