@charset "UTF-8";
html,body{
    margin:0;
    padding:0;
    width:100%;
    color: #333;
    font-family:-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
    background:#fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
html {
    font-size: 14px;
    font-size: 62.5%;
}
body {
    line-height: 1;
    font-size: 13px;
    font-size: 1.3rem;
}
*{
    margin:0; padding:0; line-height:1em;
}
a {
    text-decoration:none;
    color: #333;
}
a:hover {
    text-decoration:none;
}
ul,li{
    list-style:none;
}
p{
    line-height:1.8;
}
.clearfix::after{
    content: "";
    display: block;
    clear: both;
}
img{
    max-width:100%;
    vertical-align:bottom;
    -webkit-user-drag: none;
}
a:hover{
    opacity: 0.7;
    transition: .2s ease-in-out;
    cursor: pointer;
}
table{
    border-collapse: collapse;
}
.center{
    text-align:center;
}
#bg{
}
#bg .maxwidth{
    max-width:960px;
    margin:0 auto;
}
aside{
    position:relative;
}
*, *:before, *:after {
    box-sizing: border-box;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
/*----------------
common
----------------*/
.l-header-inner {
    max-width: 1150px;
    margin: 0 auto;
    padding: 25px 20px;
    overflow: hidden;
}
.logo {
    float: left;
    width: 197px;
}
.l-header-logoLead {
    font-size: 1.1rem;
    float: left;
    padding-top: 10px;
    margin-left: 12px;
}
.c-breadcrumb {
    clear: both;
    margin: 18px 0 30px;
}
.no-topPadding {
    padding-top:0;
}
main {
    width: calc(100% - 300px);
    max-width: 800px;
    float: left;
}
.l-main{
    margin-bottom: 30px;
    padding-right: 15px;
}
.l-wrap__inner {
    max-width: 1150px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 20px;
    clear: both;
}
.l-wrap__inner a:hover{
    text-decoration: none;
}
aside {
    width: 300px;
    float: right;
}
.l-footer{
    clear: both;
}
.c-tagCloud__item {
    display: inline-block;
    background-color: #186aa6;
    line-height: 0;
    padding: 6px;
    border-radius: 4px;
    margin-right: 1px;
    margin-bottom: 4px;
}
.c-tagCloud__item span{
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    font-feature-settings: "palt";
}
.c-tagCloud__item--event{
    background-color: #edaa2f;
}
.c-tagCloud__item--interview{
    background-color: #349e49;
}
.c-tagCloud__item--column{
    background-color: #ed872f;
}
.c-tagCloud__item--gossip{
    background-color: #f95e97;
}
.c-tagCloud__item--news{
    background-color: #2f8bed;
}
.c-tagCloud__item--pr{
    background-color: #9C9B9C;
}

.p-featureDetail__caption {
    color: #898989;
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 5px 0 0;
    font-feature-settings: "palt";
    text-align: left;
    display: inline;
} 
.p-featureDetail__copyright {
    color: #898989;
    font-size: 1.2rem;
    line-height: 1.1;
    margin: 5px 0 0;
    font-feature-settings: "palt";
    text-align: left;
    display: inline;
}
.p-featureDetail .c-icon--timeGray {
    float: right;
    margin: 0 10px 0 0;
    font-size: 1.2rem;
}
.p-featureList .c-icon--timeGray {
    float: right;
    margin: 0 10px 0 0;
    font-size: 1.2rem;
}
/* top btn 1 */
.l-footer__btn.is-show {
    bottom: 35px;
}
.l-footer__btn {
    display: block;
    position: fixed;
    bottom: -110px;
    right: 22px;
    width: 50px;
    height: 66px;
    transition: 0.5s;
    opacity: 0.1;
}
.l-footer__btn:hover{
    opacity: 1;
}
/* top btn 2 */
#js-pagetop {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #333;
    background-color: transparent;
    position: fixed;
    right: 20px;
    z-index: 90000;
    cursor: pointer;
    text-align: center;
    transition: 0.5s;
    opacity: 1;
    color: #333;
}
#js-pagetop:before {
    display: inline-block;
    content:"top";
    color: #333;
    font-weight: bold;
    position: absolute;
    bottom: -22px;
    left: 21px;
    font-feature-settings: "palt";
}
#js-pagetop:after {
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    margin-top: 28px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
}
#js-pagetop:hover{
    background-color: #333;
}
#js-pagetop:hover:after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
.l-footer__btn.is-show {
    bottom: 35px;
}
.c-credit {
    margin: 15px 0;
    text-align: left;
}
.c-credit p{
    max-width: 1110px;
    line-height: 1.3;

    padding:10px;
    border: 2px solid #ccc;
    font-size: 1.1rem;
    margin: 0px;
    color: #979797;
    text-align: left;
    display: inline-block;
}
/*------------------
* SNS 1 type icon
-------------------*/
.c-sns {
    display: inline-block;
    width: 100%;
}
.c-sns__list {
    overflow: hidden;
    display: inline-block;
    float: right;
}
.c-sns__item{
    float: left;
}
.c-sns__item:not(:last-child){
    padding-right: 9px;
}
.c-sns__link {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: ５px;
    border-radius: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 5px;
    background: #ddd;
}
.c-sns__img {
    vertical-align: top;
    width: 20px;
    height: 20px;
}
.c-sns__item--t a{
    background: url(/img/common/icon_sns-t.png) no-repeat center #1DA1F2;
    background-size: 36px auto;

}
.c-sns__item--f a{
    background: url(/img/common/icon_sns-f.png) no-repeat center #3E5B9B;
    background-size: 36px auto;
}
.c-sns__item--l a{
    background: url(/img/common/icon_sns-l.png) no-repeat center #00B901;
    background-size: 28px auto;
}
.c-sns-positionRight .c-sns{
    position: absolute;
    right: 10px;
    top: 0;
}
.c-sns-positionNews{
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
}
/*------------------
* SNS 2 type bar 
-------------------*/
.c-snsBar {
    margin: 10px 0;
}
.c-snsBar__list {
    border-radius: 4px;
    overflow: hidden;
    display: table;
    width: 100%;
}
.c-snsBar__item {
    display: table-cell;
    width: 25%;
}
.c-snsBar__item a{
    padding:18px;
}
.c-snsBar__link {
    display: block;
    text-align: center;
    padding: 5px 0;
}
.c-snsBar__img {
    vertical-align: top;
    width: 20px;
    height: 20px;
}
.c-snsBar__item--t {
    background: url(/img/common/icon_sns-t.png) no-repeat center #1DA1F2;
    background-color: #55acee;
    background-size: 20px auto;
}
.c-snsBar__item--f {
    background: url(/img/common/icon_sns-f.png) no-repeat center #3E5B9B;
    background-color: #3b5998;
    background-size: 12px auto;
}
.c-snsBar__item--g {
    background: url(/img/common/icon_sns-g.png) no-repeat center #DC4E41;
    background-color: #dc4a3d;
    background-size: 20px auto;
}
.c-snsBar__item--l {
    background: url(/img/common/icon_sns-l.png) no-repeat center #00B901;
    background-color: #00b900;
    background-size: 20px auto;
}
/*------------------
* バナー
-------------------*/
.c-bnrBox {
    margin: 15px 0;
    text-align: center;
}
.c-bnrBox__txt {
    color: #888888;
    font-size: 1.2rem;
    margin: 4px 0 0;
}
.barThick-news{
	width: 597px;
	height:35px;
	background:left 5px url(/pages/images/title_thickBar.jpg) no-repeat;
	padding: 13px 0px 0px 18px;
	margin:0 auto;
}
/*------------------
* ページング1
-------------------*/
.c-pager {
    height: 35px;
    padding: 0 35px;
    position: relative;
    margin: 10px;
    border-radius: 4px;
    overflow: hidden;
}
.c-pager__btn.is-hide {
    pointer-events: none;
    background-color: #cdcdcd;
}
.c-pager__prev {
    left: 0;
}
.c-pager__next {
    right: 0;
}
.c-pager__btn {
    display: block;
    background-color: #898989;
    width: 34px;
    height: 35px;
    position: absolute;
    top: 0;
}
.c-pager__prev:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 13px;
    left: 13px;
}
.c-pager__next:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 13px;
    right: 13px;
}
.c-pager__list {
    width: 100%;
}
.c-pager__table {
    display: table;
    width: 100%;
    height: 35px;
}
.c-pager__item {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
    text-align: center;
    padding: 0 1px;
}
.c-pager__link.is-current {
    color: #fff;
    background-color: #cdcdcd;
    pointer-events: none;
}
.c-pager__link {
    display: block;
    line-height: 35px;
    background-color: #898989;
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
}
.c-pager__link:hover{
    background-color: #333;
    transition: .2s ease-in-out;
    opacity: 1;
}
.c-pager__btn:hover{
    background-color: #333;
    transition: .2s ease-in-out;
    opacity: 1;
}
/*------------------
* ページング2
-------------------*/
.pagination {
    position: relative;
    clear: both;
}
.pagination ul {
    text-align: center;
    margin: 25px 0;
    font-size: 0;
}
.pagination .left {
    position: absolute;
    top: 0;
    left: 10px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: bold;
}
.pagination .right {
    position: absolute;
    top: 0;
    right: 10px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: bold;
}
.pagination li {
    display: inline-block;
    width: 30px;
    height: 28px;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    margin: 0 4px;
    font-weight: bold;
    color: #333;
}
.pagination li a {
    display: block;
    text-align: center;
    color: #333;
    font-size: 15px;
    line-height: 24px;
    border: 2px solid #333;
    border-radius: 2px;
}
.pagination li a:hover {
    background: #333;
    color: #fff;
    opacity: 1;
}
.pagination li a.is-current {
    color: #fff;
    background: #186aa6;
    border: 2px solid #186aa6;
    pointer-events: none;
    color: #fff;
}
/*------------------
* 広告
-------------------*/
.ad_box {
    background-color: #f1f1f1;
}
.l-footer__bottom {
    padding: 10px 0 20px;
}
.l-footer__bottom {
    padding: 15px 0 100px;
    position: relative;
}
/* style.cssより*/
.c-pageHeader {
    /* padding: 0 0 15px; */
    /* margin-bottom: 35px; */
}
.c-pageHeader__block {
    margin: 0 0 20px;
    clear: both;
    overflow: hidden;
}
.c-pageHeader__block:last-child {
    /* margin: 0; */
}
.c-pageHeader__txtCatch-wrap {
    margin-bottom: 0;
}
.c-pageHeader__txtCatch-wrap .c-txtCatch {
    margin-bottom: 0;
}

.c-pageHeader__ttl {
    font-weight: bold;
    color: #333;
    font-size: 1.8rem;
    line-height: 1.25;
}
.c-inner {
    padding: 0 10px;
}
.c-txt {
    color: #333;
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 10px 10px 0;
}
.c-list:after{
    content: '';
    display: block;
    clear: both;
}
.c-list__item:after {
    content: '';
    display: block;
    clear: both;
}
.c-list__item:not(:last-child) {
    border-bottom: 1px solid #dddddd;
}
.c-list__item > a {
    display: block;
}
.c-section {
    clear: both;
    margin-bottom: 55px;
}
.c-section.no-topMargin {
    margin-top: 0;
}
.c-heading {
    border-bottom: 2px solid #186aa6;
    font-size: 1.8rem;
    color: #333;
    line-height: 1.4;
    font-weight: bold;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 5px;
}
.c-heading__pict {
    font-family: "Roboto Condensed", sans-serif;
    background-color: #ffffff;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    color: #0269a8;
    border: 1px solid #0269a8;
    font-size: 1rem;
    font-weight: 700;
    padding: 3px 5px 1px;
    line-height: 1;
    margin: -9px 0 0;
}
/* styleカスタム */
.p-featureList .c-pageHeader__ttl, .p-featureDetail .c-pageHeader__ttl{
}
.c-pageHeader__ttl{
    font-weight: bold;
    color: #333;
    font-size: 2.8rem;
    line-height: 1.4;
    padding: 0 0 7px;
    border-bottom: 2px solid #333;
    font-feature-settings: "palt";
}
.c-pageHeader__txt{
    font-size: 1.4rem;
}
.c-txtCatch{
    color: #333;
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 5px 0 10px;
    font-weight: bold;
    font-feature-settings: "palt";
}
.p-featureList__ttl{
    margin: 0 0 10px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    font-feature-settings: "palt";
}
.p-featureList-pageHeader-txt{
    color: #333;
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 10px 0 0;
}

.c-icon--timeGray {
    color: #888888 !important;
    background-image: url(/img/common/icon_time-gray.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 11px;
    padding: 0 0 0 15px;
    font-feature-settings: "palt";
}
.l-header__menuBtn {
    display: block;
    float: right;
    background-image: url(/img/common/icon_menu.png);
    background-size: 100%;
    width: 22px;
    height: 21px;
    margin: 3px 0 0;
}
.c-breadcrumb__item {
    display: inline;
    font-size: 1.1rem;
    line-height: 1.4;
    padding: 0 10px 0 15px;
    background-image: url(/img/common/icon_arrow.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 5px 8px;
}
.c-breadcrumb__item--home {
    background-image: url(/img/common/icon_home.png);
    background-size: 10px auto;
}

/* 特集一覧 */
.p-featureList__img {
	margin: 3px 0 12px;
}
.p-featureList__img img {
    padding-right: 2px;
}
.p-featureList-list__item:nth-child(odd) {
    margin-right: 20px;
}
.p-featureList__txt{
	font-size: 1.2rem;
    color: #333;
    line-height: 1.6;
    margin: 0 0 3px 0;
    font-weight: normal;
}
.p-featureList__item{
	margin-bottom: 20px;
    overflow: hidden;
}
.p-featureList__img--new{
    position: relative;
}
.p-featureList__img--new:after{
    content:"";
    position: absolute;
    width: 55px;
    height: 55px;
    background: url(/img/feature/p-featureList__img--new.png) top right / 55px 55px no-repeat;
    top: -3px;
    right: 0;
}
.p-featureList-list__item {
    width: calc(50% - 10px);
    float: left;
}
.c-list.no-border li{
    border: none;
}
.c-pcHeaderSns ul li{
    border-radius: 50%;
    height: 20px;
    width: 20px;
}
/* ニュースまとめ */
.p-featureDetail__item{
    margin-bottom: 13px;
    overflow: hidden;
}
.p-featureDetail__pageHeader__ttl {
    border: none;
    font-size: 2.8rem;
}
.p-featureDetail__pageHeader__txt {
    margin:0 0 10px;
    font-size: 1.4rem;
}
.p-featureDetail .c-pageHeader__block{
    overflow: hidden;
    margin: 0 0 8px;
}
.p-featureDetail .c-pageHeader__block:last-child{
    margin: 0;
}
.p-featureDetail__ttl{
    margin: 0 0 7px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    font-feature-settings: "palt";
}
.p-featureDetail__topttl{
    margin: 10px 0px 10px;
    font-size: 2.1rem;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    font-feature-settings: "palt";
}
.p-featureDetail__txt{
    font-size: 1.4rem;
    color: #333;
    line-height: 1.6;
    margin: 0 0 17px;
}

.p-featureDetail .c-tagCloud{
    margin: 10px 0 5px;
}
.p-featureDetail .c-tagCloud li {
    margin-bottom: 4px;
}
.p-featureDetail__item .c-icon--timeGray{
    background: none;
}
.p-featureDetail__item .c-icon--timeGray .c-pageHeader__txtPict{
    display: inline-block;
    position: static;
    font-weight: normal;
    margin: 0;
    width: auto;
    font-size: 1.3rem;
    padding: 0 6px 0 0;
}
/* ニュースまとめ */
.p-featureDetail-mv {
    margin: 0 0 20px;
}
.c-pageHeader__block-inner{
    position: relative;
}
.p-featureDetail__img-fit {
    max-width: 380px;
    margin-bottom: 5px;
    background-color: #ddd;
}
.p-featureDetail__img-fit img{
    width: 380px;
    height: 285px;
    object-fit: contain;
    object-position: center center;
    font-family: 'object-fit: contain; object-position: center center;';
    background: #eee;
}
.p-featureDetail-list{
    overflow: hidden;
    margin-bottom: 40px;
}
.p-featureDetail-list__item--large {
    width: 100%;
}
.p-featureDetail-list__item--large .p-featureDetail__img-fit{
    width: 100%;
    max-width: 780px;
    max-height: 585px;
    margin-bottom: 5px;

    text-align: center;
    max-width: 615px;
    margin: 0 auto;
    background-color: #fff;
}
.p-featureDetail__img-wrap{
    text-align: center;
}
.p-featureDetail-list__item--large .p-featureDetail__img-fit img{
    width: auto;
    max-width: 100%;
    max-height: 450px;
    vertical-align: middle;
    height: auto;
    background: #fff;
    margin-bottom: 5px;
}
.p-featureDetail-list__item--large .p-featureDetail__txt{
    font-size: 1.4rem;
    color: #333;
    line-height: 1.6;
    margin: 10px 0 6px;
}
.p-featureDetail-list__item--small {
    width: calc(50% - 10px);
    float: left;
}
.p-featureDetail-list__item {
    border: none;
    max-width: 100%;
}
.p-featureDetail-list__item:not(:first-child), .p-featureDetail-list__item.ignoreFirstChild {
    border: none;
    max-width:615px;
}
.p-featureDetail-list__topItem:nth-child(even){
    margin-right: 20px;
}
.p-featureDetail-list__item:nth-child(odd){
    margin-right: 20px;
}
.p-newsDetail .p-featureDetail-mv {
    text-align: center;
    max-width: 615px;
    margin: 0 auto;
}
.p-newsDetail .p-featureDetail-mv img {
        width: auto;
    max-width: 100%;
    max-height: 500px;
    vertical-align: middle;
    height: auto;
    background: #fff;
    margin-bottom: 5px;
}
/* news */
.p-newsDetail .c-icon--timeGray{
float: right;
    color: #898989;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.1;
    font-feature-settings: "palt";
}
.p-newsDetail .c-pageHeader__ttl{
    border:none;
    padding-bottom: 16px;
    margin-top: 10px;
}
.c-pageHeader__label {
    float:right;
    color: #898989;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.1;
    font-feature-settings: "palt";
}
.p-newsDetail .p-featureDetail__img-fit{
    text-align: center;
    max-width: 615px;
}
.p-featureDetail__caption-wrap {
    max-width: 615px;
    margin: 0 auto;
    text-align: center;
}
.p-newsDetail .p-featureDetail__img-fit img {
    width: 615px;
    height: 461px;
}
.p-newsDetail-article__img {
    max-width: 615px;
    margin: 0 auto;
}
.p-newsDetail-article__img img {
    margin: 0 0 5px;
}
.p-newsDetail-article-block{
    margin-bottom: 30px;
}
.p-newsDetail-article__ttl {
    border-left: 4px solid #333;
    padding: 9px 0 9px 11px;
    line-height: 1.4;
    font-feature-settings: "palt";
    margin-bottom: 20px;
    font-size: 1.8rem;
}
.p-newsDetail-article__txt {
    font-size: 1.6rem;
}
.p-newsDetail-article__writer {
    margin: 3.2rem 0;
    font-size: 1.6rem;
    text-align: right;
}
.p-newsDetail .c-pageHeader__block{
    margin-bottom: 13px;
}
.p-newsDetail .c-pageHeader__block .c-sns{
    margin-bottom: 5px;
}
.c-btn {
    margin: 10px 0 0;
}
.c-btn__item {
    text-align: center;
}
.c-btn__btn--big {
    padding: 18px 0;
}
.c-btn__btn {
    display: inline-block;
    background-color: #186aa6;
    border-radius: 2px;
    border: 2px solid #186aa6;
    padding: 12px 0;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    padding: 20px 40px;
    line-height: 1.3;
}
.c-btn:after {
    content: '';
    display: block;
    clear: both;
}
.c-btn__btn:hover {
    background-color: #fff;
    color: #186aa6;
    opacity: 1;
    transition: .2s ease-in-out;
}
.p-newsHeader > *{
    margin-left: 30px;
    margin-right: 30px;
}
.p-newsDetail-article > *{
    margin-left: 30px;
    margin-right: 30px;
}
.p-newsDetail-article__box {
    background: #eee;
    padding: 25px;
    text-align: left;
    clear: both;
    overflow: hidden;
    color: #ccc;
    color: #666;
    line-height: 1.8;
}
.p-newsDetail-article__box a {
    text-align: left;
    display: inline;
}
.p-newsDetail-article__box img {
    display: block;
    margin: 10px 0; 
}
.c-bnrBox2 {
    margin: 40px 0;
    width: 85%;
    margin: 40px auto;
}
.c-bnrBox2:after {
    content: '';
    display: block;
    clear: both;
}
.c-bnrBox-col {
    float: left;
    width: 50%;
    padding: 0 10px;
}
.c-bnrBox-col-inner {
    max-width: 300px;
    margin: 0 auto;
}
/*SNSボタンセンター*/
.c-sns-center {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.c-sns-center .c-sns__list{
    float: none;
}
/*"このニュースの画像パーツ"*/
.p-newsDetail-images{
    margin-bottom: 20px;
}
.p-newsDetail-images:after {
    content: '';
    display: block;
    clear: both;
}
.p-newsDetail-images__item .p-featureDetail__img-fit img{
    width: 100%;
    height: 151px;
}
.p-newsDetail-images__item {
    float: left;
    width: 20%;
}
.p-newsDetail-images__item:not(:nth-child(5n)) {
    padding-right: 5px;
}
.p-newsDetail-images__list:after {
    content: '';
    display: block;
    clear: both;
}
/* 関連映画 */
.c-relationalMovie-section .c-icon--timeGray{
    float:left;
    overflow: hidden;
    font-size: 1.2rem;
}
.c-sideThumb-large .c-sideThumb__img{
    width: 200px;
}
.c-sideThumb-large .c-sideThumb__img img{
    height: 120px;
}
.c-sideThumb-large .c-sideThumb__info {
    width: calc(100% - 200px);
}
.c-sideThumb {
    width: 100%;
    position: relative;
    margin: 15px 0;
}
.c-sideThumb:after {
    content: '';
    display: block;
    clear: both;
}
.c-sideThumb__img {
    display: table-cell;
    width: 151px;
    vertical-align: top;
}
.c-sideThumb__imgInner {
    max-height: 200px;
    overflow: hidden;
}
.c-sideThumb__imgInner img {
    display: block;
}
.c-sideThumb__background-black img{
    background-color: #eee;
}
.c-sideThumb__background-lightGray img{
    background-color: #eee;
}
.c-sideThumb__info {
    padding: 0 0 0 10px;
    display: block;
    vertical-align: middle;
    float: left;
    width: calc(100% - 100px);
}
.c-sideThumb__ttl {
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    margin: 0 0 0;
    font-feature-settings: "palt";
}
.c-sideThumb__txt {
    color: #888888;
    font-size: 1.2rem;
    position: relative;
    line-height: 1.25;
}
.c-sideThumb__detail {
    font-size: 1.4rem;
    color: #333;
    line-height: 1.6;
    margin: 7px 0 17px;
}
.c-icon--timeGray {
    color: #888888 !important;
    background-image: url(/img/common/icon_time-gray.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 11px;
    padding: 0 0 0 15px;
}
.c-sideThumbAfter__txt {
    color: #333333;
    font-size: 1.2rem;
    line-height: 1.8;
    clear: both;
    margin-bottom: 15px;
}
.c-list__item-inner {
}
.c-sideThumb__img {
    display: inline-block;
    width: 100px;
    float: left;
}
.c-sideThumb img{
    width: 100%;
    height: 100px;
    object-fit: contain;
    object-position: center center;
    font-family: 'object-fit: contain; object-position: center center;';
}

.c-keyword {
    margin: 15px 0;
}
.c-keyword ul{
    margin-top: -6px;
}
.c-keyword ul:after {
    content: '';
    display: block;
    clear: both;
}
.c-keyword ul li {
    float:left;
    margin:6px 6px 0 0;
}
.c-keyword ul li a {
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    padding: 6px 9px;
    display: block;
    background:#eee;
    font-size: 1.4rem;
}
.c-sideThumb__releaseDate {
    color: #c00;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 1.4rem;
    clear: both;
}
.c-sideThumb__list{
    margin-bottom: 15px;
}
.c-sideThumb__list__item {
    line-height: 1.5;
    font-size: 1.3rem;
}
/* ムビチケを買うボタン1 */
.c-sideThumb__btn-col {
    float: left;
    margin-right: 10px;
    margin-bottom: 6px;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius:2px;
}
.c-sideThumb__btn-buymt a{
    width: auto;
    display: inline-block;
    border: 1px solid #d82918;
    border-radius:4px;
    color: #d82918;
    background:#f7d45d;
    padding: 15px 22px;
    margin-bottom: 1px;
    position: relative;
    padding-left: 42px;
    padding-right: 22px;
}
.c-sideThumb__btn-buymt a:before {
    content:"";
    position: absolute;
    background: url(/img/common/icon_adticket.png) top center / 20px auto no-repeat;
    width: 20px;
    height: 20px;
    left: 20px;
    top: 14px;
}
.c-sideThumb__btn-linkdetail a{
    width: auto;
    display: inline-block;
    border: 1px solid #333;
    border-radius:4px;
    padding: 6px 18px;
    padding: 15px 22px;
}
.c-sideThumb__btn-wrap {
    display: inline-block;
    margin-bottom: 13px;
    float: right;
}

/*関連映画ニュース*/
.c-relationalMovieNews-section .c-icon--timeGray{
    float:right;
    overflow: hidden;
    font-size: 1.2rem;
    font-weight: normal;
}
.c-relationalMovieNews-list .c-list__item{
    margin-bottom: 20px;
}
.c-relationalMovieNews-section .c-list{
    margin-bottom: 20px;
}
.c-relationalMovieNews-section .c-sideThumb__ttl{
    margin-bottom: 10px;
}
.c-btn-MultiLine .c-btn__btn{
    padding: 20px 40px 20px 20px;
    text-align: left;
}
.c-btn-MultiLine {
  position: relative;
}
.c-btn-MultiLine a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
}

.c-btn-MultiLine a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 18px;
    width: 13px;
    height: 13px;
    margin-top: -4px;
    background: #fff;
}
.c-btn-MultiLine a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 23px;
    width: 13px;
    height: 13px;
    margin-top: -4px;
    background: #186aa6;
}
.c-btn-MultiLine a:hover:before {
    background: #186aa6;
    transition: .2s ease-in-out;
}
.c-btn-MultiLine a:hover:after {
    background: #fff;
    transition: .2s ease-in-out;
}
/* footer */
.l-footer {
    padding: 20px;
    border-top: 2px solid #000;
    max-width: 1110px;
    margin: 0 auto;
}
.l-footer p {
    text-align: center;
    line-height: 2;
    font-size: 11px;
}
.l-footer .copyright {
    display: block;
    text-align: center;
    font-size: 10px;
    text-align: center;
    padding-top: 20px;
}
@media screen and (min-width: 768px){
    .l-footer p br {
        display: none;
    }
}
/* サイド */
.boxInner {
    padding: 1px;
    font-size: 12px;
}
.mwAd, .commonBox {
    margin-top: 20px;
}
#mwOsusume {
    background: #fff;
    text-align: left;
}
.bdbox {
    border: 1px solid #CCCCCC;
}
.mwAd h6, .commonBox h6, .mwAd h2, .commonBox h2 {
    background: #333;
    border: 1px solid white;
    color: #fff;
    font-weight: bold;
    height: 24px;
    padding: 10px 0 0 10px;
    text-align: left;
    font-size: 14px;
    box-sizing: content-box;
}
#mwOsusume .borderBox {
    padding: 5px 0;
}
.ad_IaT0, .adcloud_frame0 {
    margin: 4px 8px;
}
.ad_IaT0, .adcloud_frame0 {
    margin: 4px 8px;
}
.ad_IaT0 a, .adc_IaT0 a {
    text-decoration: none;
}
.ad_IaT0 a img, .adc_IaT0 a img {
    padding-bottom: 2px;
}
.ad_IaT0, .adcloud_frame0 {
    margin: 4px 8px;
}
.ad_IaT0 a, .adc_IaT0 a {
    text-decoration: none;
}
.ad_IaT0 a img, .adc_IaT0 a img {
    padding-bottom: 2px;
}

/* Footer広告 */
#ad_bigbanner {
    height: 100px;
   width: 728px;
  	margin: 10px auto;
}

/* SNS SHARE BALOON COUNT BUTTON */
.c-sns-baloonShareCount .c-sns__item{
    width: 46px;
    height: 72px;
    position: relative;
}
.c-sns-baloonShareCount .c-sns__item a{
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 6px;
}
.c-sns-baloonShareCount .c-sns__item:not(:last-child) {
    padding: 0;
    margin-right: 3px;
}
.baloonBox {
  position: relative;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  text-align: center;
  line-height: 1.9em;
}
.baloonBox:after, .baloonBox:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.baloonBox:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 5px;
  margin-left: -5px;
}
.baloonBox:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #cccccc;
  border-width: 6px;
  margin-left: -6px;
}
div.p-featureDetail__img-wrap > a {
  height: 140px;
  display: block;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
/* media */
@media print {
  * {
      display: none;
      opacity: 0;
      background: #fff;
  }

  img {
      display: none;
      opacity: 0;
      background: #fff;
      pointer-events: none;
  }
}
