@charset "UTF-8";

/* ---------------------------------------------
	グラフィックページ
--------------------------------------------- */
.graphic h2.pageTtl{
    background-size: 490px;
    background-position: center -306px;
}
.graphic #contentAllWrap{
    padding: 10px 0 30px;
}
.graphic h3{
    text-align: center;
    font-size: 200%;
    font-feature-settings: "palt";
    margin-bottom: 0.5em;
    border-top: dotted 0.17em #8d8d8d;
    padding: 0.7em 0 0;
}
.cx_smartphoneview.graphic h3{ font-size: 150%;}
.graphic h4{
    text-align: center;
    font-size: 130%;
    line-height: 1.2;
    margin: 0 0 1em;
    color: #fff;
    padding: 6px 0;
}
.cx_smartphoneview.graphic h4{ font-size: 120%;}
.graphic h4.drama{
    background-color: rgba(0, 181, 238, 1);
    /*text-shadow: -1px -1px 15px #00aeef, 1px -1px 15px #00aeef, -1px 1px 15px #00aeef, 1px 1px 15px #00aeef;*/
}
.graphic h4.variety{
    background-color: rgba(96, 182, 48, 1);
    /*text-shadow: -1px -1px 15px #51ba7a, 1px -1px 15px #51ba7a, -1px 1px 15px #51ba7a, 1px 1px 15px #51ba7a;*/
}
.graphic h4.sports{
    background-color: rgba(101, 90, 165, 1);
    /*text-shadow: -1px -1px 15px #845da0, 1px -1px 15px #845da0, -1px 1px 15px #845da0, 1px 1px 15px #845da0;*/
}
.graphic h4.news{
    background-color: rgba(242, 143, 0, 1);
    /*text-shadow: -1px -1px 15px #d19a03, 1px -1px 15px #d19a03, -1px 1px 15px #d19a03, 1px 1px 15px #d19a03;*/
}
/*.graphic .graphicWrap{
    width: 32%;
    float: left;
    margin: 0 2% 0 0;
}

.cx_smartphoneview.graphic .graphicWrap{
    width: 100%;
    margin: 0;
}*/

/* --------------- 連載コラム --------------- */
#columnWrap{ margin-bottom: 3em;}
.cx_smartphoneview #columnWrap{ margin-bottom: 1.5em;}
#columnWrap h4{
    background: url("../img/column_ttl.png") no-repeat center center;
    width: 100%;
    height: 4em;
    background-size: contain;
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
    z-index: 555;
}
.cx_smartphoneview #columnWrap h4{
    width: 94%;
    height: 0;
    padding-top: calc(17.54% * 0.94);
    margin: 0 auto;
}
#columnWrap .detail{
    background: url("../column/img/ttl_bg.png") repeat center bottom;
    background-size: 15%;
    padding: 1em 1.5em 1.5em;
    position: relative;
    overflow: hidden;
}
.cx_smartphoneview #columnWrap .detail{ padding: 1em 0 0.5em;}
#columnWrap .detail::before{
    content: "";
    display: block;
    width: 30%;
    height: 100%;
    background: url("../column/img/ttl_parts01.png") no-repeat 0 0;
    position: absolute;
    top: 1em;
    left: -10%;
    background-size: contain;
    z-index: 111;
}
#columnWrap .detail::after{
    content: "";
    display: block;
    width: 30%;
    height: 100%;
    background: url("../column/img/ttl_parts02.png") no-repeat 0 bottom;
    position: absolute;
    bottom: 0;
    right: -12%;
    background-size: contain;
    z-index: 111;
}
.cx_smartphoneview #columnWrap .detail::before{
    /*width: 50%;
    top:-2.8em;
    left: -20%*/
    display: none;
}
#columnWrap .detail > p{
    text-align: center;
    line-height: 1.0;
    font-weight: bold;
    color: #fff;
    padding: 0.4em;
    margin-bottom: 1.0em;
    background-color: rgba(0,0,0,0.7);
    position: relative;
    z-index: 555;
}
.cx_smartphoneview #columnWrap .detail > p{
    font-size: 88%;
    line-height: 1.4;
}
#columnWrap .detail .mask{
    position: relative;
    z-index: 666;
}
.cx_smartphoneview #columnWrap .detail .mask{
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
#columnWrap .detail ul{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.cx_smartphoneview #columnWrap .detail ul{
    width: 170%;
    padding: 0 1em 1em;
    flex-wrap: nowrap;
}
.cx_smartphoneview #columnWrap .detail ul::after{
    content: "1";
    opacity: 0;
}
#columnWrap .detail li{
    flex-shrink: 0;
    float: none;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.16);
    width: 23.5%;
    margin: 0 2% 1em 0;
    background-color: #fff;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.5);
    display: none;
}
#columnWrap .detail li:nth-of-type(4n){ margin-right: 0;}
.cx_smartphoneview #columnWrap .detail li:nth-of-type(4n){ margin-right: 2%;}
#columnWrap .detail li.here{
    border-bottom: solid 0.4em #f8a200;
}
#columnWrap .detail li.comingsoon{
    background: none;
    box-shadow: none;
}
/* #columnWrap .detail li.comingsoon{
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.8);
    font-weight: bold;
    line-height: 1.4;
} */
.cx_smartphoneview #columnWrap .detail li.comingsoon{ display: none;}

#columnWrap .detail li a{
    display: block;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -webkit-transition: border-bottom 0.2s, -webkit-transform 0.2s ease-out;
    -ms-transition: border-bottom 0.2s, -ms-transform 0.2s ease-out;
    transition: border-bottom 0.2s, transform 0.2s ease-out;
    border-bottom: solid 5px #c6c6c6;
    height: 100%;
}
.cx_displaydevice #columnWrap .detail li a:hover{
    border-bottom: solid 5px #ffce00;
    -ms-transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
}
#columnWrap .detail li .thum{
    /*height: 150px;*/
    overflow: hidden;
}
#columnWrap .detail li .thum img{
    width: 100%; height: auto;
    margin-top: -10px;
}
#columnWrap .detail li .num{
    background-color: #f59700;
    color: #fff;
    font-size: 88%;
    font-weight: bold;
    line-height: 1.0;
    padding: 0.2em 0.6em;
}
#columnWrap .detail li dt{
    font-size: 90%;
    font-weight: bold;
    line-height: 1.4;
    padding: 0.6em 0.6em 0.3em;
    /*margin-right: 0.5em;*/
    font-feature-settings: "palt";
    position: relative;
    /*border-right: solid 1.3em #fda600;*/
}
.cx_smartphoneview #columnWrap .detail li dt{ padding-right: 1.4em;}
#columnWrap .detail li dt::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5em 0 0.5em 0.7em;
    border-color: transparent transparent transparent #ffc400;
    position: absolute;
    top: 50%;
    right: 0.5em;
    margin-top: -0.5em;
}
.cx_smartphoneview #columnWrap .detail li dt::after{ right: 0.3em;}

/* --------------- 制作物紹介 --------------- */
.graphicWrap{
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
}
/*.graphicWrap.variety{
    background-color: rgba(96, 182, 48, 0.4);
}*/
.graphicWrap li{
    flex-shrink: 0;
    width: 31%;
    /*float: left;*/
    margin: 0 3.5% 2em 0;
    box-sizing: border-box;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 1px -1px 10px rgba(0,0,0,0.16);
    position: relative;
}
.graphicWrap.drama li{border-bottom: solid 5px rgba(0, 181, 238, 1);}
.graphicWrap.variety li{border-bottom: solid 5px rgba(96, 182, 48, 1);}
.graphicWrap.sports li{border-bottom: solid 5px rgba(101, 90, 165, 1);}
.graphicWrap.news li{border-bottom: solid 5px rgba(242, 143, 0, 1);}


.graphicWrap li:nth-of-type(3n){ margin-right: 0;}
.graphicWrap li dd.photo_bs,
.graphicWrap li dd.photo_bs img{
    width: 100%;
    height: auto;
}
.graphicWrap li dd.photo_bs{
    height: 172px;
    /*border-bottom: solid 2px #ccc;*/
    overflow: hidden;
    position: relative;
    z-index: 555;
}
.graphicWrap li::before{
    content: "";
    display: block;
    width: 100%;
    height: 1.5em;
    position: absolute;
    top: 172px;
    left: 0;
    z-index: 333;
    background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(234,234,234,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(100%,rgba(234,234,234,0)));
    background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(234,234,234,0) 100%);
    background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(234,234,234,0) 100%);
    background: -ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(234,234,234,0) 100%);
    background: linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(234,234,234,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#00eaeaea',GradientType=0 );
}

/*.graphicWrap.variety li dd.photo_bs{ border-bottom: solid 3px rgba(96, 182, 48, 1);}*/

.cx_smartphoneview .graphicWrap li dd.photo_bs{ height: 169px;}
.graphicWrap li dt{
    padding: 0.5em 1.6em 0.5em 0.6em;
    line-height: 1.4;
    font-size: 94%;
    font-weight: bold;
    position: relative;
    z-index: 444;
    border-top: solid 2px #fff;
}
.cx_smartphoneview .graphicWrap li dt{
    font-size: 88%;
    font-feature-settings: "palt";
}
/*.graphicWrap li::before{
    content: "";
    display: block;
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 333;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0)), color-stop(99%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 99%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 99%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 99%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}*/
.graphicWrap li dt::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5em 0 0.5em 0.7em;
    border-color: transparent transparent transparent #ffc400;
    position: absolute;
    bottom: 0.7em;
    right: 0.7em;
    margin-top: -0.4em;
}
.cx_displaydevice .graphicWrap li:hover dt::after{ right: 0.5em;}

.graphicWrap li:hover dd.photo_bs img{
    -ms-transform: scale(1.1,1.1) translate3d(0, 0, 0);
    -webkit-transform: scale(1.1,1.1) translate3d(0, 0, 0);
    transform: scale(1.1,1.1) translate3d(0, 0, 0);
    -ms-transition: -ms-transform 0.4s ease-out;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transform-origin: center center;
}

.cx_smartphoneview .graphicWrap li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 1em;
}
.cx_smartphoneview .graphicWrap li:nth-of-type(3n){ margin-right: 2%;}
.cx_smartphoneview .graphicWrap li:nth-of-type(2n){ margin-right: 0;}


/* -------------------------
	グラフィックオーバーレイ
------------------------- */
#ovrlyBase{
    position: fixed;
    width: 100%;
    height: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 11111;
    display: none;
}
#ovrlyClose{
    position: fixed;
    width: 100%;
    height: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 2500;
    display: none;
}
#ovrlyBase .detailAllWrap{
    background-color: #fff;
    width: 640px;
    padding: 25px;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3000;
    display: none;
    border-radius: 10px;
}
.cx_smartphoneview #ovrlyBase .detailAllWrap{
    width: 86%;
    max-height: 75%;
    max-height: 75vh;
    top: 70px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}


#ovrlyBase .detailAllWrap .photo_bs,
#ovrlyBase .detailAllWrap .photo_bs img{
    width: 100%;
    height: auto;
}
#ovrlyBase .detailAllWrap .photo_bs{
    margin: 0 0 15px;
    border: solid 1px #ccc;
}
#ovrlyBase .detailAllWrap dt{
    font-size: 120%;
    font-weight: bold;
    line-height: 1.4;
    float: left;
    width: 65%;
}
#ovrlyBase .detailAllWrap dd.oaInfo{
    font-size: 88%;
    float: right;
    line-height: 1.6;
    padding: 0 0 5px;
}
.cx_smartphoneview #ovrlyBase .detailAllWrap dt,
.cx_smartphoneview #ovrlyBase .detailAllWrap dd.oaInfo{
    width: 100%;
    float: none;
}

#ovrlyBase .detailAllWrap dd.creator{
    border-top: solid 2px #000;
    padding-top: 5px;
}
#ovrlyBase .detailAllWrap li.pos{
    line-height: 1.4;
    float: left;
    margin: 0 20px 0 0;
}
#ovrlyBase .detailAllWrap li.pos::before{
    content: "■";
}
#ovrlyBase .detailAllWrap dd.comment{
    background-color: #eaeaea;
    margin: 5px 0 0;
    padding: 10px 12px;
    border-radius: 5px;
    font-size: 94%;
}

#ovrlyBase .detailAllWrap .closeBtn{
    position: absolute;
    top: -20px;
    right: -20px;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    border: solid 3px #000;
    cursor: pointer;
}
#ovrlyBase .detailAllWrap .closeBtn span:nth-of-type(1){
    width: 3px;
    height: 30px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 3px;
    left: 17px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
#ovrlyBase .detailAllWrap .closeBtn span:nth-of-type(2){
    width: 30px;
    height: 3px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 17px;
    left: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.cx_smartphoneview #ovrlyBase .detailAllWrap .closeBtn{ display: none;}

#ovrlyBase #closeSp{
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2600;
}
.cx_smartphoneview #ovrlyBase #closeSp{ display: block;}
.cx_smartphoneview #ovrlyBase #closeSp a{
    color: #fff;
    font-weight: bold;
}
