img {
    max-width: 100%;
    height: auto;
}
.single-news h2, .single-news h4, .single-news h5, .single-news h6, 
#page-common h2, #page-common h4, #page-common h5, #page-common h6, 
.single-information h2, .single-information h4, .single-information h5, .single-information h6, 
.single-news_archive h2, .single-news_archive h4, .single-news_archive h5, .single-news_archive h6  
{
    margin-top: 16px;
}
.single-news h2, #page-common h2, .single-information h2, .single-news_archive h2 {
    border-left: none;
    font-size: 185%;
    margin-bottom: 30px;
    padding: 0;    
}
.single-news h3, .single-cinema h3, #page-common h3, .single-information h3, .single-news_archive h3 {
    background-color: #002664;
    color: #fff;
    font-size: 120%;
    font-weight: 700;
    margin: 40px 0 25px;
    padding: 10px 15px;
}
.single-news h4, .single-cinema h4, #page-common h4, .single-information h4, .single-news_archive h4 {
    border-left: 3px solid #06447b;
    font-size: 120%;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 10px;
    position: relative;
}
.single-news h5, .single-cinema h5, #page-common h5, .single-information h5, .single-news_archive h5 {
    border-bottom: 1px solid #d2d2d2;
    font-size: 105%;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 8px;
    position: relative;
}
.single-news h5:after, .single-cinema h5:after, #page-common h5:after, .single-information h5:after, .single-news_archive h5:after {
    background-color: #06447b;
    content: "";
    height: 1px;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 40px;
}
.movieListCont .movieNav li.active a {
    background: #eee;
}
.sc-head {
    color: #bf006c;
    font-size: 44px;
    font-weight: bold;
    line-height: 1.1;
    margin: 30px 0 45px;    
}
.sc-head span {
    font-size: 32px;
    margin-left: 12px;
}
.col-highlight tr:nth-of-type(n + 7) td, .col-highlight tr:nth-of-type(n + 7) th {
    background: #f2d2e2 !important;
}
.movieList a {
    text-decoration: none;
}
.box-content {
    margin-bottom: 25px;
}
.imaxTopMovie #movie-comingsoon.imaxTopMoiveList li img {
    height: 120px;
    object-fit: cover;
}
.imaxTopMovie #movie-now.imaxTopMoiveList li img {
    height: 140px;
    object-fit: cover;
}
.special-date .slick-track {
    margin: 0;
}
.news-extend {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-top: 25px;
    border-top: 1px solid #d1d1d1;
}
.news-extend .dateInfo {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: 60%;
    border: none;
    color: #0971ce;
}
.dateInfo {
    margin-bottom: 12px;
}
.news-extend .box-sns {
    display: flex;
    justify-content: flex-end;
    width: 35%;
    list-style: none;
}
.news-extend .box-sns li {
    margin-left: 5px;
}
.news-extend .box-sns li.facebook {
    margin-top: -4px;
}

nav.imaxNav ul li.current-menu-item a {
  position: relative;
  color: #fff;
}
nav.imaxNav ul li.current-menu-item a:before {
  background-color: #0971ce;
  content: "";
  height: 3px;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 90%;
}
.imaxAbout .secCont.aboutVideo {
    max-width: 1040px;
    margin: 0 auto;
    padding: 80px 10px 0;
    flex-direction: row;
    display: flex;
}
.aboutVideo .col-6 {
  width: 100%;
}
.embed-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  z-index: 1;
}

.embed-container iframe {
  width: 100%;
  height: 320px;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutVideo .col-6:nth-of-type(1) {
    margin-right: 0.8em;
}
.bannerLink {
    margin-bottom: 40px;
    list-style: none;
    padding-left: 0;
}
nav.imaxNav ul li:last-child a {
    font-weight: bold;
    font-size: 120%;
    color: #fff;
}
.imaxHead header .headNavBtnArea .headLink a {
  position: relative;
}
.imaxHead header .headNavBtnArea .headLink a:before {
    content: '';
    background: url(../img/imax/close.png) no-repeat top center;
    background-size: cover !important;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 20px;
}
.imaxHead header .headNavBtnArea .headLink.open a:before {
    background: url(../img/imax/open.png) no-repeat top center;
}
.underPage nav.imaxNav, .imaxTop nav.imaxNav {
    display: none;
}
.imaxTop nav.imaxNav.show {
    display: block;
    webkit-animation: slide-t2b .3s linear;
    -moz-animation: slide-t2b .3s linear;
    animation: slide-t2b .3s linear;
}
.underPage nav.imaxNav.show {
    display: block;
    webkit-animation: slide-t2b .3s linear;
    -moz-animation: slide-t2b .3s linear;
    animation: slide-t2b .3s linear;
}
@-webkit-keyframes slide-b2t {
      0% { display: none; -webkit-transform: translateY(100%); }
    100% { display: block; -webkit-transform: translateY(0%); }
}
@-moz-keyframes slide-b2t {
    0% { display: none; -webkit-transform: translateY(100%); }
    100% { display: block; -webkit-transform: translateY(0%); }
}
@keyframes slide-b2t {
    0% { display: none; -webkit-transform: translateY(100%); }
    100% { display: block; -webkit-transform: translateY(0%); }
}
@-webkit-keyframes slide-t2b {
      0% { display: none; -webkit-transform: translateY(-100%); }
    100% { display: block; -webkit-transform: translateY(0%); }
}
@-moz-keyframes slide-t2b {
    0% { display: none; -webkit-transform: translateY(-100%); }
    100% { display: block; -webkit-transform: translateY(0%); }
}
@keyframes slide-t2b {
    0% { display: none; -webkit-transform: translateY(-100%); }
    100% { display: block; -webkit-transform: translateY(0%); }
}
@media screen and (min-width: 769px) {
  .movieSlideArea .movieSlideCont a .pict {
    height: 220px;
    overflow: hidden;
  }
  .bannerLink {
      display: flex;
  }
}

.corpFoot {
    background-color: #000;
    padding: 0 0 35px;
}
.imaxFoot section .secCont {
    padding: 50px 10px 0;
}
footer .footBanner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1056px;
  margin: 0 auto 55px;
  padding-top: 80px;
  list-style: none;
  padding-left: 0;
}
footer .footBanner li {
  margin: 0 8px 15px;
  width: 195px;
}
footer .footBanner li a {
  display: block;
  transition: opacity 0.6s;
  text-decoration: none;
}
footer .footBanner li a:hover {
  opacity: 0.7;
}
footer .footBanner li a img {
  width: 100%;
}
footer .footCont {
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 10px 0;
  position: relative;
  text-align: left;
}
footer .footLogo {
  margin: 0 auto 30px;
  text-align: center;
  width: 194px;
}
footer .footLogo img {
  width: 100%;
}
footer .footTheaterLink {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
footer .footTheaterLink li {
  margin: 0 12px;
  text-align: center;
}
footer .footTheaterLink li a {
  color: #000;
  display: block;
  font-weight: 700;
  padding-bottom: 10px;
  position: relative;
  text-decoration: none;
}
footer .footTheaterLink li a:after {
  background-color: #bf1d6c;
  content: "";
  height: 3px;
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all 0.4s;
  width: 100%;
}
footer .footTheaterLink li a:hover:after {
  opacity: 1;
}
footer .footNav {
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-bottom: 15px;
    padding-left: 0;
    list-style: none;
}
footer .footNav li {
  margin-bottom: 15px;
  width: 25%;
  text-align: left;
}
footer .footNav li a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.6s;
}
footer .footNav li a:hover {
  color: #bf1d6c;
}
footer .footCopyArea {
  display: flex;
  justify-content: space-between;
}
footer .footCopyArea ul {
  display: flex;
    padding-left: 0;
    list-style: none;
}
footer .footCopyArea ul li {
  font-size: 85%;
  margin-right: 20px;
}
footer .footCopyArea ul li:last-child {
  margin-right: 0;
}
footer .footCopyArea ul li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.4s;
}
footer .footCopyArea ul li a:hover {
  color: #bf1d6c;
}
.copyright-humax {
  font-size: 75%;
  margin-top: 0 !important;
}
footer .corporationNav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
footer .corporationNav dt {
  color: #A5A5A5;
  font-size: 73%;
  font-weight: 700;
  margin-bottom: 15px;
  width: 100%;
}
footer .corporationNav dd {
  font-size: 73%;
  margin-right: 20px;
}
footer .corporationNav dd a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s;
}
footer .corporationNav dd a:hover {
  color: #bf1d6c;
}
footer .theaterFootLogoArea {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}
footer .theaterFootLogoArea .footLogo {
  margin: 0;
  line-height: 120%;
}
footer .theaterFootLogoArea .theaterLogo {
  border-left: 1px solid #a0a0a0;
  margin-left: 20px;
  padding-left: 20px;
  line-height: 120%;
}
footer .theaterFootLogoArea .theaterLogo img {
  width: 210px;
}
footer .theaterFootLogoArea .footInputArea {
  bottom: -10px;
}
footer .theaterFootLinkArea {
  display: flex;
  margin-bottom: 30px;
}
footer .theaterFootLinkArea .theaterFootLink {
  box-sizing: border-box;
  padding-right: 20px;
  width: 25%;
}
footer .theaterFootLinkArea .theaterFootLink dt {
  font-size: 86%;
  font-weight: 700;
  margin-bottom: 20px;
}
footer .theaterFootLinkArea .theaterFootLink dt a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s;
}
footer .theaterFootLinkArea .theaterFootLink dt a:hover {
  color: #bf1d6c;
}
footer .theaterFootLinkArea .theaterFootLink ul {
    padding-left: 0;
    list-style: none;    
}
footer .theaterFootLinkArea .theaterFootLink ul li {
  font-size: 73%;
  margin-bottom: 5px;
}
footer .theaterFootLinkArea .theaterFootLink ul li:first-child {
  display: none;
}
footer .theaterFootLinkArea .theaterFootLink ul li a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s;
}
footer .theaterFootLinkArea .theaterFootLink ul li a:hover {
  color: #bf1d6c;
}
footer .theaterFootLinkArea .corporationNav {
  box-sizing: border-box;
  padding-right: 20px;
  display: block;
  margin: 35px 0 0;
  width: 25%;
}
footer .theaterFootLinkArea .corporationNav dd {
  margin: 0 0 5px;
}
footer .theaterFootLinkArea .theaterOtherLinkArea {
  width: 25%;
}
footer .theaterFootLinkArea .theaterOtherLinkArea .theaterOtherLink {
  margin-bottom: 20px;
    padding-left: 0;
    list-style: none;
}
footer .theaterFootLinkArea .theaterOtherLinkArea .theaterOtherLink li {
  font-size: 86%;
  font-weight: 700;
  margin-bottom: 7px;
}
footer .theaterFootLinkArea .theaterOtherLinkArea .theaterOtherLink li a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s;
}
footer .theaterFootLinkArea .theaterOtherLinkArea .theaterOtherLink li a:hover {
  color: #bf1d6c;
}
@media screen and (max-width: 960px) {
    .news-extend .box-sns li.facebook {
        margin-top: -12px;
    }    
    nav.imaxNav ul li.current-menu-item a:before {
        display: none;
    }
    footer .footNav {
        display: block;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    footer .footNav li {
        border-bottom: 1px solid #a0a0a0;
        margin-bottom: 0;
        width: 100%;
    }
    footer .footCopyArea {
        border-top: none;
        display: block;
        padding: 0 4vw;
        text-align: center;
        margin-top: 2.2em;
    }
    footer .footCopyArea ul {
        display: block;
        text-align: center;
    }
    footer .footCopyArea ul li {
        margin: 0 0 3vw 0;
        width: 100%;
    }
    .corpFoot {
        padding-bottom: 8px;
    }
    .imaxFoot section .secCont {
        padding-top: 32px;
    }
    footer .theaterFootLogoArea {
        margin-bottom: 1.2em;
        padding-bottom: 32px;
    }
    .imaxAbout .secCont.aboutVideo {
      display: block;
    }
}
@media screen and (max-width: 768px) {
    .news-extend {
        display: block;
        margin-bottom: 2vw;
    }
    .news-extend .dateInfo {
        margin-bottom: 2vw;
        width: 100%;
    }
    .news-extend .box-sns {
        width: calc(100% - 32px);
    }
    .news-extend .box-sns li.facebook {
        margin-top: -10px;
    }
    .movieDetailInfo h2.titleStyle02 {
        margin-bottom: 12px;
    }
    .movieList2 li {
        margin: 0 0px 6vw 0;
        width: calc(50% - 8px);
    }
    .movieList2 li:nth-of-type(2n + 2) {
        margin-left: 8px;
    }
    header .headNavBtnArea .headLink a {
        height: 100%;
        padding-top: 16px;
    }
    .wrapper {
        padding-top: 22vw;
    }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
    .wrapper {
        padding-top: 14vw;
    }
}
.noticeArea a {
    text-align: center;
    padding: 4px 28px;
    line-height: 1.4;
}
.film-schedule {
    display: block;
    font-size: 85%;
}
@media screen and (max-width: 580px) {
    .news-extend .box-sns li.facebook {
        margin-top: -8px;
    }
    header .headNavBtnArea .headTicket a, header .headNavBtnArea .headTicketCheck a {
        font-size: 85%;
        padding-top: 8vw;
    }
}
@media screen and (max-width: 547px) {
    .news-extend .box-sns li.facebook {
        margin-top: -6px;
    }
}
@media screen and (max-width: 470px) {
    .news-extend .box-sns li.facebook {
        margin-top: -2px;
    }
}
@media screen and (max-width: 414px) {
    .news-extend .box-sns li.facebook {
        margin-top: -5px;
    }    
}
@media screen and (max-width: 375px) {
    .news-extend .box-sns li.facebook {
        margin-top: -2px;
    }
}
@media screen and (max-width: 320px) {
    .news-extend .box-sns li.facebook {
        margin-top: 0px;
    }
}