img {
    max-width: 100%;
    height: auto;
}
.none-list {
    list-style: none !important;
    padding: 0;
}
.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, #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, #page-common h4, .single-information h4, .single-news_archive h4 {
    border-left: 3px solid #bf1d6c;
    font-size: 120%;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 10px;
    position: relative;
}
.single-news 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, #page-common h5:after, .single-information h5:after, .single-news_archive h5:after {
    background-color: #bf1d6c;
    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-ticket {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 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%;
}
.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;
}
.bannerLink {
    margin-bottom: 40px;
    list-style: none;
    padding-left: 0;
}

.sec04 .topicList li {
  margin-bottom: 12px;
}
.topicRowList li .pict {
    overflow: hidden;
}
.topicRowList li .pict img {
    height: auto;
}
.list-url {
    list-style: none;
    padding-left: 0;
}
.list-url li {
    margin-bottom: 8px;
}
.list-url li a {
    border: 1px solid #bf1d6c;
    background-color: #fff;
    border-radius: 4px;
    color: #bf1d6c;
    font-weight: 700;
    text-align: center;
    transition: all 0.6s;
    text-decoration: none;
    display: block;
    padding: 4px;
}
.news-detail ul, .news-detail ol {
    margin: 12px 8px 8px 24px;
}
.news-detail ul:not(.box-sns):not(.anchorLink) li, .news-detail ol li {
    list-style-type: unset;
}
.special-date .slick-track {
    margin: 0;
}
.wrap-frame {
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: 100vh;
}

.wrap-frame iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.info-detail .tempBtn a {
    width: 280px;
}
.box-content {
    margin-top: 6vh;
}

.search #contents {
    margin-bottom: 0;
}
.result_search {
    text-align: center;
    list-style: none;
    padding-left: 0;
}
.result_search li {
    margin-bottom: 28px;
}
.result_search li:first-child span {
    background-color: #eee;
    padding: 18px 32px;
    border-radius: 12px;
    font-size: 14px;
}
.result_search li:first-child label {
    font-size: 16px;
}
.search-content {
    list-style: none;
    padding-left: 0;
    margin-bottom: 40px;
}
.search-content > li {
    border-bottom: 1px solid #b5b5b5;
    padding: 22px 0;
    font-size: 14px;
    display: inline-table;
    width: 100%;
}
.search-content .btn-link li{
    border-bottom:none;
}
footer .theaterFootLinkArea .theaterFootLink.corporationNav dt {
    margin-bottom: 0;
    position: relative;
    background: #eee;
    color: rgb(162, 154, 154);
    padding-top: 0.2em;
    padding-bottom: 1.2em;
    font-size: 12px;
}
footer .theaterFootLinkArea .theaterFootLink.corporationNav ul li:first-child {
    display: block;
}

@media screen and (min-width: 769px) {
  .movieSlideArea .movieSlideCont a .pict {
    height: 220px;
    overflow: hidden;
  }
  .bannerLink {
      display: flex;
      width: 100%;
  }
  .bannerLink li:first-child {
      margin-right: 8px;
  }
}
@media screen and (max-width: 960px) {
    .news-extend .box-sns li.facebook {
        margin-top: -12px;
    }
    footer .theaterFootLinkArea .theaterFootLink.corporationNav dt:after {
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100%;
        overflow: hidden;
        text-indent: 180%;
        white-space: nowrap;
        content: "";
        display: block;
        height: 0px;
        width: 0px;
        background-image: url(../img/common/arrow.png);
        position: absolute;
        margin-top: -1.3vw;
        top: 50%;
        right: 4vw;
        height: 2.667vw;
        width: 1.6vw;
        transform: rotate(90deg);
        transition: transform 0.5s ease-in-out;
    }
    footer .theaterFootLinkArea .theaterFootLink.corporationNav.show dt:after {
        transform: rotate(-90deg);
    }

}
@media screen and (max-width: 768px) {
    .box-ticket li {
        margin-bottom: 6px;
    }
    .news-extend {
        display: block;
        margin-bottom: 2vw;        
    }
    .news-extend .dateInfo {
        margin-bottom: 2vw;
        width: 100%;
    }
    .news-extend .box-sns {
        width: calc(100% - 32px);
    }
    .video { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    } 

    .video iframe,
    .video object,
    .video embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .news-extend .box-sns li.facebook {
        margin-top: -10px;
    }
    footer .theaterFootLinkArea .theaterFootLink dd {
        width: 100%;
    }
    footer .theaterFootLinkArea .theaterFootLink.corporationNav dt {
        padding-top: 2.2em;
        padding-bottom: 2.2em;
    }
}
@media screen and (max-width: 640px) {
    .news-extend .box-sns li.facebook {
        margin-top: -9px;
    }
}
@media screen and (max-width: 580px) {
    .news-extend .box-sns li.facebook {
        margin-top: -8px;
    }
}
@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;
    }
}
