/* CSS Document */

/************************
  Basic Classes
************************/

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  line-height: 1.2em;
  color: #434343;
  -webkit-text-size-adjust: 100%;
}
html.android body {
  letter-spacing: 0 !important;
}
a {
  background: transparent;
  border: none;
  text-decoration: none;
  cursor: pointer;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
a:active,
a:hover,
a:focus,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}
section div,
img,
span,
li,
i {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
iframe {
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  line-height: 0;
  box-sizing: border-box;
}
a img {
  border: none;
}
p {
  font-size: 13px;
  line-height: 1.5em;
  font-weight: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
ul {
  list-style: none;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.0786666666666667em;
  font-weight: normal;
}
iframe {
  overflow: hidden;
  border: 0;
}

#wrappar {
  width: 100%;
  height: auto;
  margin: 0 auto;
  clear: both;
  overflow-x: hidden;
  background: #edeff0;
  opacity: 0;
}

.page-protect {
  -moz-user-select:none;
  -khtml-user-select:none;
  -webkit-user-select:none;
  user-select:none;
  -khtml-user-drag:none;
  -webkit-user-drag:none
}

/************************
  Header
************************/

header {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
}
header h1 {
  width: 200px;
  height: auto;
  margin: 0 0 0 73px;
  padding: 30px 0;
}
ul.social {
  width: auto;
  height: 30px;
  margin: 0;
  display: block;
  position: absolute;
  right: 5%;
  top: 30px;
  text-align: right;
}
ul.social li {
  padding: 0 0 0 10px;
  float: right;
}
ul.social li a,
ul li.social a {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
}
ul.social li a.fb,
ul li.social a.fb {
  background: #4d6bab;
}
ul.social li a.tw,
ul li.social a.tw {
  /* background: #4ec6f8; */
  background-color: #333;
}
ul.social li a.yt,
ul li.social a.yt {
  background: #bb0000;
}
ul.social li a.fb:hover,
ul li.social a.fb:hover {
  background: #6183cc;
}
ul.social li a.tw:hover,
ul li.social a.tw:hover {
  /* background: #6bd3ff; */
  background-color: #666;
}
ul.social li a.yt:hover,
ul li.social a.yt:hover {
  background: #e81313;
}
ul.social li a i,
ul li.social a i {
  font-size: 15px;
  color: #fff;
  line-height: 30px;
}

/************************
  Header Navi
************************/

nav ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
nav ul li {
  width: 33.33%;
  height: 70px;
  float: left;
  text-align: center;
}
nav ul li {
  border-top: solid 4px;
}
nav ul li.home {
  border-color: #e1493a;
}
nav ul li.nowshowing {
  border-color: #8bab56;
}
nav ul li.comingsoon {
  border-color: #339966;
}
nav ul li.preview {
  border-color: #046dd5;
}
nav ul li.list {
  border-color: #5b4282;
}
nav ul li.ticket {
  border-color: #f1c40f;
}
nav ul li.dvd {
  border-color: #19b6e9;
}
nav ul li.aoyama {
  border-color: #e84c8b;
}
nav ul li.sns {
  display: none;
  border-left: none;
  background: #fff;
}

nav ul li a {
  width: 100%;
  height: 70px;
  display: block;
  font-size: 14px;
  line-height: 66px;
  color: #222;
  border-right: #eaeaea solid 1px;
}
nav ul li:last-child a {
  border-right: none;
}
nav ul li a:hover {
  color: #fff;
}
nav ul li.home a:hover {
  background: #e1493a;
  border-right: #e1493a solid 1px;
}
nav ul li.nowshowing a:hover {
  background: #8bab56;
  border-right: #8bab56 solid 1px;
}
nav ul li.comingsoon a:hover {
  background: #339966;
  border-right: #339966 solid 1px;
}
nav ul li.preview a:hover {
  background: #046dd5;
  border-right: #046dd5 solid 1px;
}
nav ul li.list a:hover {
  background: #5b4282;
  border-right: #5b4282 solid 1px;
}
nav ul li.ticket a:hover {
  background: #f1c40f;
  border-right: #f1c40f solid 1px;
}
nav ul li.dvd a:hover {
  background: #19b6e9;
  border-right: #19b6e9 solid 1px;
}
ul li.aoyama a:hover {
  background: #e84c8b;
}
.rotate {
  transform: rotate(90deg);
}

/* Top Bar */

.top-bar {
  background: #edeff0;
  float: left;
  width: 100%;
  border-top: #e1e0e5 solid 1px;
  border-bottom: #e1e0e5 solid 1px;
}
.search {
  display: inline-block;
}
.search i {
  border-right: 1px solid #e1e0e5;
  color: #222;
  font-size: 36px;
  padding: 15px 18px;
  cursor: pointer;
  display: inline-block;
}
.search i:hover,
.search i:focus,
.search i.active {
  background: #fff;
}
.search p {
  bottom: 10px;
  color: #222222;
  display: inline;
  font-size: 14px;
  font-weight: 400;
  left: 20px;
  position: relative;
  text-transform: uppercase;
}
.search-body {
  background: #ffffff;
  padding: 50px 75px;
  top: 0;
  width: 100%;
  z-index: 2;
  display: none;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}

/* search */

.gsc-search-box,
.gsc-input-box {
  margin: 0 !important;
  background: none !important;
  border: none !important;
}
.gsc-input-box {
  height: auto !important;
  border: 1px solid #e1e0e5 !important;
}
.gsib_a,
.gsib_b,
.gsst_a {
  padding: 0 !important;
}
table.gstl_50 {
  border: #e1e0e5 solid 1px !important;
}
span.gscb_a {
  height: 30px !important;
  line-height: 30px !important;
  color: #ccc !important;
}
table.gsc-search-box td {
  vertical-align: top !important;
}
td.gsc-input {
  width: 90% !important;
}
td.gsc-search-button {
  width: 10% !important;
  text-align: right !important;
  position: relative;
  background: #464646 !important;
}
input {
  line-height: 1.1em !important;
  font-weight: normal !important;
  font-size: 13px !important;
}
input.gsc-input {
  width: 100%;
  height: 30px !important;
  float: left;
  border: none !important;
  color: #434343;
  padding: 5px !important;
  background: none !important;
}
input.gsc-search-button {
  width: 100% !important;
  height: 30px !important;
  float: left;
  padding: 5px !important;
  margin: 0 !important;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0;
}
td.gsc-search-button:after {
  content: "検 索";
  width: 100%;
  height: auto;
  background: #464646;
  font-weight: normal !important;
  font-size: 13px !important;
  line-height: 30px !important;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  text-align: center;
}

/************************
  Section
************************/

section {
  width: 100%;
  max-width: 1360px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

/************************
  Footer
************************/

footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
}

footer ul.banas {
  width: 100%;
  max-width: 1360px;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 30px 0;
  overflow: hidden;
  text-align: center;
  border-bottom: #e1e0e5 solid 1px;
}
footer ul.banas li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
footer ul.banas li:last-child {
  margin: 0;
}
footer ul.banas li a:hover {
  opacity: 0.7;
}

footer ul.fnavi {
  width: 100%;
  max-width: 1360px;
  height: auto;
  margin: 0 auto;
  padding: 40px 0;
  overflow: hidden;
  text-align: center;
  border-bottom: #e1e0e5 solid 1px;
  position: relative;
  z-index: 999;
}
footer ul.fnavi li {
  float: left;
}

footer ul.fnavi li h1 {
  width: 200px;
  height: auto;
  padding: 0 40px 0 0;
  box-sizing: content-box;
}
footer ul.fnavi li a {
  display: block;
  font-size: 13px;
  color: #222;
  margin: 4px 0 0 0;
  padding: 0 20px;
  border-left: #222 solid 1px;
}
footer ul.fnavi li:first-child a {
  margin: 0;
  padding: 0;
  border: none;
}
footer ul.fnavi li:last-child a {
  border-right: #222 solid 1px;
}
footer ul.fnavi li a:hover {
  color: #ccc;
}

footer ul.fnavi li.social {
  margin: -5px 0 0 0;
  padding: 0 0 0 10px;
  float: right;
}
footer ul.fnavi li.social a {
  padding: 0;
  border: none;
}

.fa-twitter:before {
  content: '𝕏';
  font-family: unset;
  font-weight: bold;
}

p.credit {
  width: 100%;
  max-width: 1360px;
  height: auto;
  margin: 0 auto;
  padding: 40px 0;
  font-size: 9px;
  line-height: 2em;
  color: #b3b3b3;
  border-bottom: #e1e0e5 solid 1px;
  box-sizing: border-box;
}
p.copy {
  padding: 30px 0 40px 0;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #434343;
  text-align: center;
}

/************************
  Return Btn
************************/

#page-top {
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 999999;
}
#page-top a {
  width: 30px;
  height: 30px;
  font-size: 25px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
}
#page-top a:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* Desktop */
@media (max-width: 1360px) {
  /************************
	  Footer
	************************/

  footer ul.banas {
    width: 96%;
  }
  footer ul.banas li {
    width: 12%;
    margin: 0 1%;
  }

  footer ul.fnavi {
    padding: 40px 5%;
  }
  footer ul.fnavi li h1 {
    width: 170px;
    padding: 0 20px 0 0;
  }
  footer ul.fnavi li a {
    font-size: 12px;
    padding: 0 10px;
  }

  footer ul.fnavi li.social {
    display: none;
  }

  p.credit {
    width: 100%;
    padding: 40px 5%;
  }

  /************************
	  Return Btn
	************************/

  #page-top {
    right: 5%;
  }
}

/* Smalldesktop & Tablet */
@media (max-width: 990px) {
  /************************
	  Basic Classes
	************************/

  #wrappar {
    padding: 54px 0 0 0;
  }

  /************************
	  Header
	************************/

  header h1 {
    width: 150px;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 15px;
    left: 5%;
    z-index: 999999;
  }
  header h1 img {
    width: 100%;
  }
  ul.social {
    display: none;
  }

  /* Top Bar */

  .search-body {
    padding: 30px 5%;
  }

  /************************
	  Header Navi
	************************/

  nav ul li {
    height: 50px;
  }
  nav ul li a {
    height: 50px;
    line-height: 50px;
  }
  nav ul li {
    border-left: solid 5px;
    border-top: solid 1px;
    border-top-color: #edeff0 !important;
  }
  nav ul li:first-child {
    border-top: none;
  }
  nav ul li.sns {
    height: auto !important;
    display: block;
    background: #edeff0;
  }
  .top-bar {
    display: none;
  }

  nav ul li.sns {
    width: 90% !important;
    height: auto !important;
    padding: 20px 5%;
  }
  nav ul li.sns a.fb {
    background: #4d6bab;
  }
  nav ul li.sns a.tw {
    background: #4ec6f8;
  }
  nav ul li.sns a.yt {
    background: #bb0000;
  }
  nav ul li.sns a.fb:hover {
    background: #6183cc;
  }
  nav ul li.sns a.tw:hover {
    background: #6bd3ff;
  }
  nav ul li.sns a.yt:hover {
    background: #e81313;
  }
  nav ul li.sns a i {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
  }
  nav ul li.sns a.yt,
  nav ul li.sns a.fb,
  nav ul li.sns a.tw {
    width: 7%;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 2%;
    padding: 0;
    display: inline-block;
    text-align: center;
    float: right;
  }

  /* search */
  #___gcse_0 {
    width: 70%;
    float: left;
  }
  .gsc-input-box {
    height: 30px !important;
  }
  span.gscb_a {
    height: 21px !important;
  }
  table.gsc-search-box td {
    height: 21px;
    overflow: hidden;
  }
  td.gsc-input {
    width: 90% !important;
  }
  td.gsc-search-button {
    width: 10% !important;
    text-align: right !important;
    position: relative;
    background: #fff !important;
  }
  input {
    line-height: 1.1em !important;
    font-weight: normal !important;
    font-size: 13px !important;
  }
  .gsc-input-box {
    background: #fff !important;
  }
  input.gsc-input {
    height: 20px !important;
    padding: 4px 5px !important;
  }
  input.gsc-search-button {
    height: 13px !important;
    padding: 4px 5px !important;
  }
  .gsib_a,
  .gsib_b,
  .gsst_a {
    height: auto;
    line-height: 1em;
    margin: 1px 0 0 0;
  }

  /************************
	  Footer
	************************/

  footer ul.banas li {
    width: 23.5%;
    margin: 0 2% 2% 0;
    float: left;
  }
  footer ul.fnavi li h1 {
    width: 150px;
  }
  footer ul.fnavi li:first-child {
    width: 100%;
    padding: 0 0 15px 0;
  }
  footer ul.fnavi li.social {
    display: none;
  }
}

/* Smalltablet & Smartphone */
@media (max-width: 750px) {
  /************************
	  Header Navi
	************************/

  nav ul li {
    height: 40px;
  }
  nav ul li a {
    height: 40px;
    line-height: 40px;
  }
  /* search */
  #___gcse_0 {
    width: 70%;
  }
  td.gsc-input {
    width: 80% !important;
  }
  td.gsc-search-button {
    width: 20% !important;
  }
  nav ul li.sns {
    height: 30px;
  }
  nav ul li.sns a.yt,
  nav ul li.sns a.fb,
  nav ul li.sns a.tw {
    line-height: 30px;
  }

  /************************
	  Footer
	************************/

  footer ul.banas {
    padding: 40px 0 25px 0;
  }

  /************************
	  Return Btn
	************************/

  #page-top {
    bottom: 35px !important;
  }
}

/* Small Smartphone */
@media (max-width: 520px) {
  #wrappar {
    min-width: 320px;
  }

  /************************
	  Header
	************************/

  header h1 {
    width: 130px;
    top: 18px;
  }

  nav ul li.sns {
    width: 100% !important;
    padding: 0;
  }
  nav ul li.sns a.yt,
  nav ul li.sns a.fb,
  nav ul li.sns a.tw {
    width: 33.33%;
    height: 40px;
    line-height: 40px;
    margin: 0;
  }
  nav ul li.sns a i {
    font-size: 20px;
    line-height: 40px;
  }

  /* search */
  #___gcse_0 {
    width: 90%;
    margin: 15px 5%;
  }

  /************************
	  Footer
	************************/

  footer ul.banas {
    width: 90%;
    padding: 30px 0;
  }
  footer ul.banas li {
    width: 48%;
    line-height: 0;
    margin: 0 4% 4% 0;
    float: left;
  }
  footer ul.banas li:nth-child(even) {
    margin: 0 0 4% 0;
  }

  footer ul.fnavi {
    padding: 30px 5%;
  }

  footer ul.fnavi li h1 {
    width: 130px;
    padding: 0 10px 0 0;
  }

  p.credit {
    width: 90%;
    padding: 30px 0;
  }
  p.copy {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 9px;
    letter-spacing: 0.05em;
    text-align: left;
  }

  /************************
	  Return Btn
	************************/

  #page-top {
    bottom: 25px !important;
  }
}

@media print {
  img.protect { display: none !important; }
}