@charset "UTF-8";

/* Global */

* {
  margin: 0;
  border: none;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  background-repeat: no-repeat;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "sans-serif";
  text-align: left;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizeLegibility;
}

a:visited,
a:link,
a:active {
  text-decoration: none;
}

pre,
code,
address,
caption,
th,
figcaption {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

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

article,
aside,
footer,
header,
nav,
main,
section,
summary,
details,
hgroup,
figure,
figcaption {
  display: block;
}

audio,
canvas,
video,
progress {
  display: inline-block;
  vertical-align: baseline;
}

button {
  font: inherit;
  vertical-align: middle;
}

li {
  list-style: none;
}

@media print {

  body {
    color: #000
  }
  
  a,
  a:link,
  a:visited {
    color: #000;
    text-decoration: none;
  }
  
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  font-size: 10px;
  color: #29272c;
}

a img {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

a:hover,
a img:hover {
  opacity: 0.5;
}

img {
  vertical-align: bottom;
}



/* Global Color
  
Text : #000
Brand Color : Blue #006699
Pale Grey : #ccc
Red : #fc3737

*/


/* Header */

header {
  width: 100%;
  height: 65px;
  background-color: #006699;
}

#header-frame {
  display: table;
  width: 1024px;
  height: 65px;
  margin: 0 auto;
}

#header-frame > h1,
#header-frame > div {
  display: table-cell;
  vertical-align: middle;
}

#header-logo {
  width: 160px;
  padding: 0 15px 0 20px;
}

#header-logo img {
  width: 123px;
  height: auto;
  vertical-align: bottom;
}

#header-frame a {
  color: #fff;
}

#header-text a {
  display: inline;
  border-left: 4px solid #fff;
  padding: 5px 0 5px 15px;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
  vertical-align: middle;
}

#header-search {
  width: 210px;
  height: 25px;
}

#header-search input[type="text"] {
  width: 150px;
  height: 25px;
  border: 1px solid #fff;
  padding: 5px;
  vertical-align: middle;
}

#header-search button {
  width: 28px;
  height: 25px;
  border: 1px solid #fff;
  padding: 5px;
  background-color: transparent;
  text-align: center;

   vertical-align: middle;
  color: #fff;
}

#header-link1 {
  width: 77px;
  font-size: 12px;
}

#header-link2 {
  width: 94px;
  font-size: 1.2rem;
}

/* Nav */

nav {
  width: 100%;
  height: 42px;
  background-color: #fff;
  text-align: center;
}

#nav-frame {
  display: inline-table;
  height: 42px;
}

#nav-frame a {
  display: table-cell;
  padding: 0 20px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: #000;
}

#nav-frame a:nth-child(4) {
  display: none;
}

/* Main Banner */

#main-banner-frame {
  position: relative;
  width: 1024px;
  height: 545px;
  overflow: hidden;
  margin: 0 auto;
}

.flickity-viewport {
  height: 490px !important;
}

.flickity-slider a {
  margin-bottom: 0 !important;
}

.flickity-page-dots {
  bottom: 25px !important;
}

.main-banner,
#main-banner {
  display: block;
  position: relative;
  width: 1024px;
  height: 490px;
  margin: 0 auto 44px auto;
}

#main-banner-title {
  position: absolute;
  left: 40px;
  bottom: 90px;
  padding: 3px 15px;
  background-color: rgba(0,0,0,0.3);
  font-size: 5rem;
  font-weight: bold;
  color: #fff;
}

#main-banner-date {
  position: absolute;
  left: 40px;
  bottom: 36px;
  padding: 3px 15px;
/*   background-color: rgba(0,0,0,0.3); */
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}

#main-banner #search-button,
.main-banner #search-button {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 40px;
  z-index: 100;
  width: 126px;
  padding: 10px 0;
  background-color: rgba(0,0,0,0.3);
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

#banner-copyright {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 1rem;
  text-align: right;
  color: #fff;
}

/* Main Contents */

#main-contents {
  width: 984px;
  margin: 0 auto;
}

/* Footer */

footer {
  display: table;
  width: 984px;
  margin: 50px auto 0 auto;
  border-top: 1px solid #ccc;
  padding: 30px 0;
}

footer > div {
  display: table-cell;
  width: 170px;
  padding-right: 30px;
  font-size: 1.4rem;
  text-align: center;
  color: #000;
}

footer > div:nth-child(3) {
  width: auto;
  padding: 0;
  text-align: right;
}

footer a {
  font-size: 1.4rem;
  color: #000;
}

/* Content Title */

.content-title {
  display: table;
  width: 984px;
  margin: 35px auto 45px auto;
  padding: 0 30px;
}

.content-title h1 {
  display: table-cell;
  font-size: 1.8rem;
  font-weight: bold;
}

.content-title div {
  display: table-cell;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
}

.content-title div span {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fc3737;
}

/* Title */

.title-frame {
  display: table;
  width: 100%;
  height: 40px;
  margin-bottom: 30px;
  background-color: #006699;
}

.title-frame h2 {
  display: table-cell;
  padding: 0 15px;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: middle;
  color: #fff;
}

.title-frame .title-date,
.title-frame .title-cat,
.title-frame a {
  display: table-cell;
  padding: 0 15px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
  color: #fff;
}

/* Button */

.button {
  padding: 10px 15px;
  background-color: #006699;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}



/* Top */

/* News & Twitter */

#news-twitter {
  display: table;
  width: 100%;
}

#news-twitter news {
  display: table-cell;
  width: 640px;
  vertical-align: top;
}

#twitter {
  display: table-cell;
  width: 344px;
  padding: 0 20px;
  vertical-align: top;
}

/* Banners */

.banners {
  width: 984px;
  margin: 0 auto 20px auto;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  text-align: center;
}

.banners2 {
  margin-bottom: 40px;
}

.banners-frame {
  display: inline-table;
}

.banners-frame > div {
  display: table-cell;
  padding: 0 5px;
}

.banners1 img {
  width: auto;
  height: 100px;
}

.banners2 img {
  width: auto;
  height: 52px;
}



/* News */

.news-index {
  margin-bottom: 90px;
}

.news-entry {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.news-index .news-entry {
  width: 750px;
  margin: 0 auto 20px auto;
}

.news-img {
  display: table-cell;
  padding-bottom: 20px;
  vertical-align: top;
}

.news-img {
  width: 175px;
}

.news-img img {
  width: 150px;
  height: auto;
}

.news-text {
  padding-bottom: 5px;
  vertical-align: top;
}

.news-title {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
}

.news-body {
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 2.6rem;
}

/* News Single */

#news-single {
  width: 750px;
  margin: 60px auto 60px auto;
}

#news-single-thumb {
  margin-bottom: 30px;
}

#news-single-thumb img {
  width: 100%;
  height: auto;
}

#news-single img {
/*
  width: 100%;
  height: auto;
*/
  margin-bottom: 30px;
}

#news-single p {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 2.8rem;
}

#news-single a {
  text-decoration: underline;
  color: #000;
}

#back-to-index a {
  font-size: 1.4rem;
  color: #000;
}



/* Release */

#release-list {
  display: flex;
  flex-wrap: wrap;
}

#release-top-load {
  display: flex;
  flex-wrap: wrap;
}

.release-entry {
  display: table;
  width: 33.33333%;
  margin-bottom: 50px;
}

.release-entry-img {
  display: table-cell;
  width: 106px;
  vertical-align: top;
}

.release-entry-img img {
  width: 92px;
  height: auto;
}

.release-entry-text {
  display: table-cell;
  padding-right: 10px;
  vertical-align: top;
}

.release-entry-title {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #006699;
}

.release-entry-body {
  margin-bottom: 22px;
  font-size: 1.2rem;
  font-weight: bold;
}

.release-entry-body span {
  font-weight: bold;
  color: #006699;
}

.release-entry-body em {
  font-weight: bold;
  color: #fc3737;
}

/* Release Single */

#release-single-top {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}

#release-single-img {
  display: table-cell;
  width: 250px;
  vertical-align: top;
}

#release-single-img img {
  width: 210px;
  height: auto;
}

#release-single-summary {
  display: table-cell;
  vertical-align: top;
}

#release-single-copy {
  margin: 20px 0 20px 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 3rem;
}

#release-single-story {
  font-size: 1.4rem;
  line-height: 2.6rem;
}

#release-single-bottom {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}

#release-single-bottom-left {
  display: table-cell;
  width: 50%;
  padding-right: 20px;
  vertical-align: top;
}

#release-single-bottom-right {
  display: table-cell;
  width: 50%;
  padding-left: 20px;
  vertical-align: top;
}

#release-single-bottom h3 {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}

#release-single-bottom p {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  font-size: 1.2rem;
  line-height: 2rem;
}

#release-single-bottom table {
  width: 100%;
  margin-bottom: 40px;
  font-size: 1.2rem;
  line-height: 2rem;
}

#release-single-bottom table th {
  width: 20%;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  vertical-align: middle;
}

#release-single-bottom table td {
  width: 40%;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  vertical-align: middle;
}

#release-single-bottom p.note {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #fc3737;
}

#release-single-ad-copy {
  display: table;
  width: 100%;
  height: 40px;
  margin-bottom: 80px;
  background-color: #006699;
}

#release-single-ad-copy p {
  display: table-cell;
  padding: 0 15px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

/* Release Pager */

.release-pager {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.release-pager.normal {
  margin-bottom: 55px;
}

.wp-pagenavi {
  display: inline-table;
  height: 32px;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 1.4rem;
}

.previouspostslink,
.nextpostslink {
  border: 10px solid #fff;
  border-top: none;
  border-bottom: none;
  padding: 0 10px;
  background-color: #006699;
  color: #fff;
}

.page,
.current {
  width: 36px;
  color: #000;
}

.new .page.
.current {
  width: 50px;
}

/* Release Search */

#notfound {
  margin: 60px 0 90px 0;
  font-size: 1.4rem;
  line-height: 3.8rem;
}



/* Cinema Info */

#cinema-info-list {
  margin-bottom: 40px;
}

#cinemaInfoLoad,
#cinema-info-list {
  display: flex;
  flex-wrap: wrap;
}

.cinema-info-entry {
  display: table;
  width: 50%;
  margin-bottom: 20px;
}

.cinema-info-entry-img {
  display: table-cell;
  width: 190px;
  vertical-align: top;
}

.cinema-info-entry-img a {
  display: block;
  width: 175px;
  padding-right: 5px;
  text-align: center;
}

.cinema-info-entry-img img {
  width: 175px;
  height: auto;
}

.cinema-info-entry-text {
  display: table-cell;
  padding-right: 10px;
  vertical-align: top;
}

.cinema-info-entry-title {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
}

.cinema-info-entry-title a {
  font-weight: bold;
  color: #29272c;
}

.cinema-info-entry-body1 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 2.2rem;
}

.cinema-info-entry-body2 {
  margin-bottom: 23px;
  font-size: 1.2rem;
  line-height: 2.2rem;
}



/* Contact */

.contact-lead {
  margin-bottom: 60px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.contact-no {
  display: block;
  width: 300px;
  margin: 0 auto 30px auto;
  border-radius: 6px;
  padding: 10px 15px;
  background-color: #dd7103;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.contact-note {
  margin-bottom: 30px;
  font-size: 1.4rem;
  line-height: 2.8rem;
  text-align: center;
}

.contact-note2 {
  margin-bottom: 120px;
}

.contact-note a {
  text-decoration: underline;
  color: #000;
}

.contact-link {
  display: block;
  width: 300px;
  margin: 0 auto 30px auto;
  border-radius: 6px;
  padding: 10px 15px;
  background-color: #006699;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}




/* Special */

#osusume {
  width: 750px;
  margin: 0 auto 30px auto;
}

#osusume-menu {
  display: none;
/*   display: table; */
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
  background-color: #006699;
}

#osusume-menu > div {
  display: table-row;
}

#osusume-menu > div > div {
  display: table-cell;
  padding: 10px 10px;
  vertical-align: middle;
  font-size: 1.3rem;
  color: #fff;
}

#osusume-menu > div > div:nth-child(1) {
  width: 26%;
  text-align: center;
}

#osusume-menu > div > div select {
  width: 500px;
}