@charset "utf-8";
/* movie */
div#mainVideo { 
	position: relative;
	width: 100%;
    overflow: hidden;
    background: url("../../img/background_4.jpg") no-repeat center center;
    background-size: cover;    
}
#mainVideo #video { 
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
}

/***********************************************************
main-visual
***********************************************************/
.main-visual {
    position: relative;
    padding-top: 85px;
}
.img-slide {
    display: none;
}
.img-slide.slick-initialized {
    display: block;
}
.img-slide div img {
    width: 100%;
}
.scroll {
    position: absolute;
    right: 2vw;
    bottom: 100px;
    height: 16px;
    transform: rotate(90deg);
}
.scroll a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    white-space: nowrap;
}
.scroll a span {
    margin-left: 5px;
    vertical-align: middle;
}
.scroll a img {
    width: 10px;
    margin: 0 2px;
}

/***********************************************************
news
***********************************************************/
#news {
    background-color: #f1f1f1;
    padding: 60px 0 80px;
}
.news ul {
    max-width: 1200px;
    width: 90%;
    margin: 50px auto 0;
}
.news ul li {
    display: flex;
    padding: 20px 10px;
    border-bottom:1px solid #c8c8c8;
    font-size: 1.5rem;
    line-height: 1.5;
}
.news ul li a {
    display: flex;
}
.news ul li a:hover .text {
    text-decoration: underline;
    transition: .3s;
}
.news ul li .day {
    letter-spacing: 1.5px;
    margin: 0 95px 0 0;
    position: relative;
}
.news ul li .new-info:after {
    position: absolute;
    content: 'NEW';
    top: 0;
    right: 0;
    color: #030303;
    background: #eeff00;
    border: 1px #030303 solid;
    border-radius: 3px;
    font-size: 1rem;
    width: 45px;
    height: 18px;
    text-align: center;
    line-height: 18px;
}
.news ul li .new-info {
    padding: 0 75px 0 0;
    margin-right: 25px;
}

/* 初めての方へ */
.greet {
    position: relative;
    padding: 70px 0;
}
.greet::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../img/greet_back.jpg) no-repeat left center / cover;
    z-index: -1;
    opacity: 0.3;
}
.greet-inner {
    text-align: center;
}
.greet-heading {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    letter-spacing: 2px;
}
.greet p {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 25px;
}
.greet a {
    display: inline-block;
    background: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 15px 25px;
    border: 1px #666 solid;
    border-radius: 3px;
}
.greet a:hover {
    background: #030303;
    color: #fff;
    transition: .3s;
}


/***********************************************************
media power
***********************************************************/
#media-power {
    background-color: #fff;
    padding: 60px 0 80px;
}
.media-power a img {
    display: block;
    width: 100%;
}
.viewing {
    position: relative;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    width:100%;
    margin:50px 0 40px;
    padding:0;
}
.viewing-contents {
    position: relative;
    text-align: center;
    width: calc(100% / 3);
    background-color: #1e1e1e;
    overflow: hidden;
    z-index: 0;
}
*::-ms-backdrop, .viewing-contents {
    width: 33.33%; /* IE11 */
}
li.viewing-contents + li {
    border-left: 1px #fff solid;
}
.loacal-reach::before,
.audience-rating::after,
.viewership::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: -1;
    transition: .3s;
}
.loacal-reach::before {
    background: url("../../img/mp_lr.jpg") no-repeat center center / cover;
}
.audience-rating::after {
    background: url("../../img/mp_ar.jpg") no-repeat center center / cover;
}
.viewership::after {
    background: url("../../img/mp_vs.jpg") no-repeat center center / cover;
}
.loacal-reach:hover::before,
.audience-rating:hover::after,
.viewership:hover::after {
    transform: scale(1.1);
}
.viewing-contents a {
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 25px 0 0 0;
}
.viewing-tit {
    margin-bottom: 25px;
}
.viewing-tit span {
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0 60px;
}
.viewing-tit span::before,
.viewing-tit span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    background-color: #fff;
    margin: auto;
}
.viewing-tit span::after {
    left: auto;
    right: 0;
}
.viewing-tit strong {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 5px;
}
.viewing-contents h4 {
    color: #eeff00;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    padding: 0 15px;
}
.loacal-reach h4 {
    font-size: 3.2rem;
    margin-top: -20px;
}
.audience-rating h4,
.viewership h4 {
    margin-top: 10px;
}
.normal-font {
    font-size: 1.4rem;
}
.per {
    font-size: 50%;
}
.viewing p {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 30px;
    padding: 0 15px;
}
.viewing p span {
    display: inline-block;
    font-size: 50%;
    line-height: 1.6;
    margin-top: 3px;
}
.viewing-dl {
    background-color: rgba(3, 3, 3, 0.8);
    padding: 30px 0;
    margin-top: auto;
    transition: .3s;
}
.viewing-dl .key {
    fill: #fff;
    margin-right: 5px;
    vertical-align: top;
}
.viewing-dl strong {
    font-size: 1.6rem;
    letter-spacing: 1px;
}
.viewing-contents a:hover > .viewing-dl {
    background-color: rgba(3, 3, 3, 0.4);
}


/* 番組表リンク */
.channel-guide {
    width: 700px;
    margin: 60px auto;
    text-align: center;
}
.channel-guide a {
    position: relative;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    justify-content: center;
    border: 2px #1e1e1e solid;
    border-radius: 3px;
}
.channel-guide a:hover {
    background-color: #1f1f1f;
    color: #fff;
    transition: .3s;
}
.channel-guide a:hover .key {
    fill: #fff;
    transition: .3s;
}
.channel-guide .arrow {
    position: absolute;
    width: 25px;
    right: 15px;
}
.channel-guide a:hover .arrow {
    fill: #fff;
    transition: .3s;
}
.channel-guide a span {
    display: block;
    padding: 15px 0;
}
.channel-guide a span .key {
    width: 20px;
    margin-right: 12px;
    vertical-align: top;
    fill: #1e1e1e;
}
.channel-guide a span strong {
    font-size: 2.2rem;
    font-weight: 700;
}

/* tab */
.tab {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
.tab-btn {
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    border: 1px #1e1e1e solid;
}
.tab-btn li {
    width: calc(100% / 3);
    color: #030303;
    text-align: center;
    font-size: 1.6rem;
    padding: 15px 5px;
    line-height: 1.4;
    cursor: pointer;
}
.tab-btn li::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: transparent transparent transparent transparent;
    border-width: 10px 6px 0 6px;
}
.tab-btn li + li {
    border-left: 1px #1e1e1e solid;
}
.tab-btn li.tab-active {
    position: relative;
    color: #fff;
    background: #1e1e1e;
    font-weight: 700;
    cursor: auto;
    transition: .3s;
}
.tab-btn li.tab-active::after {
    border-color: #1e1e1e transparent transparent transparent;
    transition: .3s;
}
.tab-contents {
    display: none;
}
.show {
    display: block;
}
.tab-contents.show {
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-top: 35px;
}
.tab-contents li {
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    width: 30%;
    background-color: #f1f1f1;
    box-shadow: 3px 3px 0px 0px #cdcdcd;
    margin: 0 5% 50px 0;
    padding: 15px;
}
.tab-contents li img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.document-tit {
    display: block;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 10px;
}
.document-tit span {
    display: inline-block;
    text-align: left;
}
.tab-contents li:nth-child(3n) {
    margin: 0 0 50px 0;
}
.tab-contents li img {
    display: block;
    width: 100%;
}
.tab-document {
    margin: auto 0 0;
}

/***********************************************************
case study
***********************************************************/
#case-study {
    padding: 60px 0 180px;
}
.case-study {
    width: 100%;
}
.case-study .heading {
    color: #ffff99;
}
.case-study .heading span::before {
    background-color: #ffff99;
}
.slider-wrap {
    margin-top: 70px;
}
.slider {
    display: none;
}
.slider.slick-initialized {
    display: block;
}
.case-block {
    background-color: #030303;
    position: relative;
    display: block;
    margin: 1.388888vw 0;
}
.new-case:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-right: 60px solid transparent;
    border-top: 65px solid #eeff00;
    z-index: 0;
}
.new-case:after {
    display: block;
    content: "NEW";
    position: absolute;
    top: 15px;
    left: 4px;
    color: #030303;
    font-size: 12px;
    z-index: 0;
}
.slider .slick-slide {
  transition: all .3s ease;
}
.center .slick-center {
    position: relative;
    transform: scale(1.08);
    z-index: 1;
}
.slider .slick-slide + .slick-slide {
    padding-left: 1px;
}
.slider .slick-slide a img {
    width: 100%;
    height: auto;
}
.case-tit time {
    display: inline-block;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 3px;
    padding: 5px 25px;
    margin-top: 15px;
}
.case-tit h3 {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 15px 25px 15px 25px;
}
.slick-arrow {
    position: absolute;
    bottom: -100px;
    width: 100px;
    height: 50px;
    cursor: pointer;
    border: 1px #666 solid;
    padding: 20px 10px;
}
.slick-arrow.prev {
    right: 50%;
    transform: translateX(-45px);
}
.slick-arrow.next {
    left: 50%;
    transform: translateX(45px);
}
.slick-arrow.prev div,
.slick-arrow.next div {
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    width: 100%;
}
.slick-arrow.next div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.slick-arrow .arrow {
    width: 20px;
    fill: #fff;
}
.slick-arrow.prev .arrow {
    transform: rotate(180deg);
}
.slick-arrow span {
    color: #fff;
    letter-spacing: 3px;
}

/***********************************************************
sales product
***********************************************************/
#sales-product {
    background-color: #fff;
    padding: 60px 0 80px;
}
.sales-product {
    width: 100%;
}
.product {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
}
.product-contents {
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.sales-product .sub-heading {
    background-color: #f0f0f0;
}

/* product fee */
.productFee {
    margin-bottom: 50px;
}
.toggle {
    display: none;
}
.label {		
    position: relative;
	padding: 0.8em;
	display: block;
	color: #000;
	border: 1px #030303 solid;
    border-radius: 3px;
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    cursor: pointer;
}
.label::before{		
	content: "";
    width: 11px;
    height: 11px;
    border-top: 2px solid #373737;
    border-right: 2px solid #373737;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 6px);
    right: 20px;
    transform: rotate(45deg);
    transition: all 0.3s;
}
.label,
.productFee-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.productFee-content {		
	height: 0;
	padding:0;
	overflow: hidden;
}
.toggle:checked + .label + .productFee-content {	
	height: auto;
	padding:20px 0;
	transition: all .3s;
}
.toggle:checked + .label::before {
	transform: rotate(135deg) !important;
}
.productFee-contentInner {
    margin-bottom: 50px;
}
.productFee-heading {
    font-size: clamp(1.6rem, 2.2vw, 2rem);
    font-weight: bold;
}
.productFee-heading.productFeeTime {
    margin-bottom: 10px;
}
.productFee-heading span {
    font-size: 1.4rem;
}
.productFee-note li {
    font-size: clamp(1.3rem, 1.8vw, 1.4rem);
    line-height: 1.5;
}
.productFee-cautionBold {
    font-size: clamp(1.5rem, 2vw, 1.7rem);
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 50px;
}
.productFee-cautionLight {
    font-size: clamp(1.5rem, 2vw, 1.7rem);
    line-height: 1.4;
}

/* product fee (table) */
.productFee-table {
    margin-bottom: 10px;
}
.table-note {
    font-size: clamp(1.4rem, 2.3vw, 1.5rem);
    text-align: right;
    margin-bottom: 10px;
}

.productFee-table table {
    font-size: clamp(1.4rem, 1.9vw, 1.6rem);
    width: 100%;
    border-collapse: inherit;
    border: 1px #000 solid;
    border-width: 1px 0px 0 1px;
}
.productFee-table table tr:first-child th:first-child {
    background-image: linear-gradient(
        to right top, transparent calc(50% - 0.5px), #000 50%, #000 calc(50% + 0.5px), transparent calc(50% + 1px)
    );
    display: grid;
    width: auto;
    justify-content: space-between;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
}
.col-header {
    grid-column-start: 2;
    text-align: right;
    font-size: clamp(1rem, 2.7vw, 1.5rem);
}
.row-header {
    grid-column-start: 1;
    text-align: left;
    font-size: clamp(1rem, 2.7vw, 1.5rem);
}
.productFee-table table th {
    border: 1px #373737 solid;
    padding: 0.4em;
    border-width: 0 1px 1px 0;
    vertical-align: middle;
}
.productFee-table table tr th:first-child {
    width: 16%;
}
.productFee-table table td {
    border: 1px #373737 solid;
    border-width: 0 1px 1px 0;
    padding: 0.4em;
    width: 21%;
}
.table-wrap_img {
    width: 100%;
}

/* product main contents */
.product-overview {
    width: 50%;
    padding-right: 50px;
}
.product-overview p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 20px;
}
.product-overview small {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
}
.product-bnr {
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    width: 50%;
}
.product-bnr > li:nth-child(1) {
    margin: 0 40px 0 0;
}
.product-bnr li img {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
}
.pickup {
    background: url("../../img/dot.png") repeat-x left top;
    padding: 30px 0 0 0;
}
.pickup-heading {
    position: relative;
    margin-bottom: 30px;
}
.pickup-heading::before {
    content: '';
    display: inline-block;
    background: url("../../img/icon_light.svg") no-repeat left center;
    width: 30px;
    height: 35px;
    margin-right: 10px;
    vertical-align: middle;
}
.pickup-en {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 25px;
    letter-spacing: 3px;
    vertical-align: middle;
}
.pickup-ja {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 25px;
    margin-left: 15px;
    vertical-align: middle;
}

/* video area */
.product-video {
    margin: 50px 0 0 0;
}
.product-video ul {
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	/*justify-content: space-between;*/
}
.product-video ul li {
    width: calc((100% / 3) - 3%);
    margin-bottom: 50px;
}
.product-video ul li:nth-child(3n-1) {
    margin: 0 3%;
}
.video-img {
    position: relative;
    display: block;
    background-color: #030303;
    border: 1px #1e1e1e solid;
    margin-bottom: 10px;
    padding: 10px 0;
}
.video-img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../../img/play.svg") no-repeat center center / contain;
    z-index: 10;
    transform: scale(.5);
}
.video-img img {
    display: block;
    width: 100%;    
}
.product-video p {
    position: relative;
    font-size: 1.4rem;
    padding-left: 60px;
    line-height: 20px;
    
}
.product-video p::before {
    content: '動画';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 20px;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    background-color: #030303;
}

/* btn */
.product-bnr-cm {
    width: 50%;
}
.product-bnr-cm a {
    display: block;
    width: 70%;
}
.product-bnr-cm a img {
    display: block;
    width: 100%;
}

/***********************************************************
publicity
***********************************************************/
#publicity {
    background-color: #1e1e1e;
    padding: 60px 0 80px;
}
.publicity {
    width: 100%;
}
.publicity .heading {
    color: #ffff99;
}
.publicity .heading span::before {
    background-color: #ffff99;
}
.program-pub,
.etc-pub {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
.program-pub {
    padding: 50px 0 30px;
}
.publicity .sub-heading {
    color: #fff;
    background-color: #434343;
    margin-bottom: 20px;
}
.publicity .sub-heading::before {
    background-color: #fff;
}
.program-wrap {
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.program,
.plan {
    position: relative;
    width: 30%;
    margin: 15px 5% 15px 0;
}
.program::before,
.plan::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-top: 20px solid #1e1e1e;
    z-index: 10;
}
.program::after,
.plan::after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #1e1e1e;
    z-index: 10;
}
.program:nth-child(3n),
.plan:nth-child(3n) {
    margin-right: 0;
}
.program-img {
    padding: 20px 5%;
}
.program:nth-child(odd),
.plan:nth-child(odd) {
    background-color: #fff;
}
.program:nth-child(even),
.plan:nth-last-child(even) {
    background-color: #f1f1f1;
}
.program:nth-child(even),
.program:nth-child(even) {
    background-color: #f1f1f1;
}
.program:nth-child(odd) .program-img,
.plan:nth-child(odd) h4 {
    background-color: #f1f1f1;
}
.program:nth-child(even) .program-img,
.plan:nth-child(even) h4 {
    background-color: #fff;
}
.program-img img {
    display: block;
    width: 75%;
    margin: 0 auto;
}
.program-document {
    padding: 15px 8% 20px;
}
.program:nth-child(odd) .program-document,
.plan:nth-child(odd) ul {
    background-color: #fff;
}
.program:nth-child(even) .program-document,
.plan:nth-child(even) ul {
    background-color: #f1f1f1;
}
.program .accent-heading {
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.4rem;
    line-height: 1.5;
}
.accent-heading span {
    position: relative;
    display: inline-block;
    padding: 0 30px;
}
.accent-heading span::before,
.accent-heading span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 1px;
    background-color: #030303;
    margin: auto;
}
.accent-heading span::after,
.accent-heading span::after {
    left: auto;
    right: 0;
}
.etc-pub {
    padding: 30px 0 20px;
}
.etc-documents {
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.plan h4 {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    padding: 30px 0;
}
.plan ul {
    padding: 20px 8%;
}

/***********************************************************
broadcast management
***********************************************************/
#broadcast-management {
    background-color: #fff;
    padding: 60px 0 80px;
}
.bm-contents {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 0 0;
}
.broadcast-management .sub-heading {
    background-color: #f0f0f0;
    margin-bottom: 15px;
}
.bm-documents {
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.bm-document {
    width: 30%;
    margin: 15px 5% 15px 0;
}
.bm-document:nth-child(3n) {
    margin-right: 0;
}
.bm-document img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

/***********************************************************
sales base
***********************************************************/
#sales-base {
    background-color: #dcdcdc;
    padding: 60px 0;
}
.base-wrap {
    max-width: 1200px;
    width: 90%;
    margin: 40px auto;
}
.base {
    width: 100%;
    position: relative;
    margin-bottom: 80px;
}
.base::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}
.fukuoka::before {
    background: url("../../img/base_head.jpg") no-repeat right center / cover;
}
.tokyo::before {
    background: url("../../img/base_tokyo.jpg") no-repeat right center / cover;
}
.osaka::before {
    background: url("../../img/base_osaka.jpg") no-repeat bottom center / cover;
}
.kitakyu::before {
    background: url("../../img/base_kitakyu.jpg") no-repeat right center /cover;
}
.base-address {
    height: 100%;
    background-color: #fff;
    margin-left: 50%;
    padding: 30px;
}
.base-heading {
    width: 120px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    background-color: #1e1e1e;
    margin-bottom: 20px;
    padding: 10px 0;
}
.address {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 10px;
}
.address tr th,
.address tr td {
    padding: 7px 0;
    border: none;
    background: none;
    text-align: left;
    line-height: 160%;
}
.address tr th {
    width: 20%;
}
.base-link {
    width: 50%;
}

/***********************************************************
contact
***********************************************************/
#contact {
    background-color: #fff;
    padding: 60px 0 100px;
}
.contact {
    width: 90%;
    margin: 0 auto 40px;
}
.contact-wrap {
    max-width: 1200px;
    width: 90%;
    margin: 40px auto;
}
.btn-contact {
    display: block;
    position: relative;
    width: 50%;
    background-color: #1e1e1e;
    color: #fff;
    padding: 30px 20px;
    font-size: 1.8em;
}
.btn-contact:hover {
    opacity: 0.7;
    transition: .3s;
}
.btn-contact span {
    display: inline-block;
    position: absolute;
    top: auto;
    right: 20px;
}
.contact-program {
    margin: 40px 0;
    font-size: 1.5em;
    line-height: 1.3;
}
.contact-program a {
    display: inline-block;
    border-bottom: 1px #030303 solid;
    padding-bottom: 3px;
}

/***********************************************************
comment
***********************************************************/
.comment {
    background-color: #FFFFFF;
    padding: 0 15px 10px 15px;
}
.comment small {
    text-align: center;
    display: block;
    font-size: 1.3rem;
    line-height: 1.6;
    color: #030303;
}
.comment .key {
    fill: #030303;
    vertical-align: -2px;
}
.comment small img {
    width: 17px;
    vertical-align: bottom;
}


@media all and (max-width: 1280px) {
/***********************************************************
scroll表示(1280px)
***********************************************************/
    .scroll {
        display: none;
    }
}

@media all and (max-width: 812px) {
/***********************************************************
main-visual(812px)
***********************************************************/
.main-visual {
    padding-top: 65px;
}
/***********************************************************
news(812px)
***********************************************************/
#news {
    padding: 40px 0 50px;
}
.news ul {
    width: 95%;
    margin: 20px auto 0;
}
.news ul li {
    padding: 20px 5px;
    font-size: 1.4rem;
    line-height: 1.5;
}
.news ul li a {
    display: flex;
}
.news ul li a:hover .text {
    text-decoration: none;
    transition: unset;
}
.news ul li .day {
    margin: 0 85px 0 0;
}
.news ul li .new-info {
    padding: 0 65px 0 0;
    margin-right: 20px;
}
/***********************************************************
media power(812px)
***********************************************************/
#media-power {
    padding: 40px 0 50px;
}
.media-power .viewing {
    margin: 30px 0;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.viewing-contents {
    width: calc(50% - 5px);
}
.viewing-contents.viewership {
    width: 70%;
    margin: 10px auto 0 auto;
}
li.viewing-contents + li {
    border-left: none;
}
.loacal-reach:hover::before,
.audience-rating:hover::after,
.viewership:hover::after {
    transform: none;
}
.viewing-tit {
    margin-bottom: 15px;
}
.viewing-tit span {
    font-size: 1.6rem;
    padding: 0 50px;
}
.loacal-reach h4 {
    font-size: 3.2rem;
    margin-top: -5px;
}
.viewing p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0 10px;
}

/* 番組表リンク */
.channel-guide {
    width: 95%;
    margin: 40px auto;
}
.channel-guide a:hover {
    background-color: #fff;
    color: #1f1f1f;
    transition: none;
}
.channel-guide a span .key {
    width: 17px;
    margin-right: 10px;
    vertical-align: top;
}
.channel-guide a:hover .key {
    fill: #1f1f1f;
    transition: none;
}
.channel-guide a span strong {
    font-size: 2rem;
}
.channel-guide .arrow {
    width: 20px;
}
.channel-guide a:hover .arrow {
    fill: #1f1f1f;
    transition: none;
}

/* tab */
.tab {
    width: 95%;
}
.tab-btn li {
    position: relative;
    width: calc(100% / 3);
    font-size: 1.4rem;
    padding: 30px 5px;
    line-height: 1.3;
}
.tab-btn li.tab-active {
    transition: none;
}
.tab-btn li.tab-active::after {
    transition: none;
}
.tab-btn li span {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tab-contents {
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.tab-contents li {
    width: 48%;
    margin: 0 2% 20px 0;
}
.tab-contents li:nth-child(3n) {
    margin: 0 2% 20px 0;
}
.tab-contents li:nth-child(2n) {
    margin-right: 0;
}


/***********************************************************
case study(812px)
***********************************************************/
#case-study {
    padding: 40px 0 160px;
}
.case-block {
    margin: 3vw 0;
}
.case-tit h3 {
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 10px 20px 15px 25px;
}

/***********************************************************
sales product(812px)
***********************************************************/
#sales-product {
    padding: 40px 0 60px;
}
.product {
    width: 95%;
    margin: 0 auto;
    padding: 40px 0;
}
.product-contents {
    display: block;
}
.sales-product .product .product-tit {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px
}

/* table */
.label::before{		
    width: 9px;
    height: 9px;
    right: 15px;
}
.productFee {
    margin-bottom: 8%;
}
.productFee-table table tr th:first-child {
    width: 21%;
}
.productFee-table table td {
    width: 19%;
}
.productFee-cautionBold {
    margin: -20px 0 50px;
}
.productFee-contentInner:last-child {
    margin-bottom: 0;
}


.product-overview {
    width: 100%;
    padding-right: 0;
    margin-bottom: 35px;
}
.product-bnr {
    width: 100%;
}
.product-bnr > li:nth-child(1) {
    margin: 0 3% 0 0;
}
.product-bnr-cm {
    width: 100%;
}
.product-bnr-cm a {
    width: 60%;
}

/* video area */
.product-video ul li {
    width: calc((100% / 2) - 2%);
}
.product-video ul li:nth-child(3n-1) {
    margin: 0;
}
.product-video ul li:nth-child(2n) {
    margin: 0 0 0 4%;
}

/***********************************************************
publisity(812px)
***********************************************************/
#publicity {
    padding: 40px 0 60px;
}
.program-pub, .etc-pub {
    width: 95%;
}
.program-pub {
    padding: 40px 0 0 0;
}
.program {
    width: 47%;
    margin: 10px 0 10px 0;
}
.program:nth-child(2n) {
    margin-left: 3%;
}

.grey-back .plan {
    background: #fff;
    padding: 25px 20px;
}
.etc-pub {
    padding: 40px 0 20px;
}
.plan{
    width: 48%;
    margin: 15px 0 15px 0;
}
.plan:nth-child(3n) {
    margin-right: auto;
}
.vision {
    width: 60%;
    margin: 15px auto 0 auto;
}

/***********************************************************
broadcast management(812px)
***********************************************************/
#broadcast-management {
    padding: 40px 0 60px;
}
.bm-contents {
    width: 95%;
    margin: 0 auto;
    padding: 40px 0 0 0;
}
.bm-documents {
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.bm-document {
    width: 48%;
    margin: 15px 0 15px 0;
}
.bm-document:nth-child(2n) {
    margin-left: 2%;
}
/***********************************************************
sales base(812px)
***********************************************************/
#sales-base {
    padding: 40px 0 20px 0;
}
.base-wrap {
    width: 95%;
}
.base {
    margin-bottom: 40px;
}
.base::before {
    width: 40%;
}
.base-address {
    margin-left: 40%;
    padding: 20px;
}
.tokyo::before {
    background: url(../../img/base_tokyo.jpg) no-repeat center center / cover;
}
.kitakyu::before {
    background: url(../../img/base_kitakyu.jpg) no-repeat center center /cover;
}
.base-link {
    width: 100%;
}

/***********************************************************
contact(812px)
***********************************************************/
#contact {
    padding: 40px 0 50px;
}
.contact {
    width: 100%;
    margin: 0 auto 40px;
}
.contact-wrap {
    width: 95%;
    margin: 40px auto;
}
.btn-contact {
    width: 100%;
    padding: 30px 20px;
    font-size: 1.5em;
}
.btn-contact:hover {
    opacity: 1;
    transition: unset;
}


/***********************************************************
comment(812px)
***********************************************************/
.comment {
    padding: 0 15px 20px 15px;
}

}

@media all and (max-width: 580px) {
/* table */
.label::before{		
    width: 7px;
    height: 7px;
    top: calc(50% - 5px);
}
.table-wrap {
    overflow-x: scroll;
    padding-bottom: 6px;
}
.productFee-table table {
    min-width: 100%;
    width: 400px;
}
.productFee-table table th {
    padding: 0.2em;
}
.table-wrap_img {
    min-width: 100%;
    width: 520px;
}

}



@media all and (max-width: 480px) {
/***********************************************************
main visual (480px)
***********************************************************/
.main-visual {
    padding-top: 55px;
}

/***********************************************************
news (480px)
***********************************************************/
#news {
    padding: 30px 0 50px;
}
.news ul li {
    padding: 15px 0px;
    display: block;
}
.news ul li a {
    display: block;
}
.news ul li .new-info {
    width: 145px;
}
.news ul li .new-info:after {
    font-size: 0.8em;
    width: 45px;
    height: 18px;
}
.news ul li .day {
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 8px;
}

/* 初めての  */
.greet {
    padding: 40px 0;
}
.greet-heading {
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.greet p {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 20px;
}
.greet a {
    font-size: 1.4rem;
    padding: 15px 25px;
}
/***********************************************************
media power (480px)
***********************************************************/
#media-power {
    padding: 30px 0 40px;
}
.viewing {
    width: 100%;
    margin: 20px 0;
    padding: 0;
    display:block;
}
.viewing-contents {
    width: 100%;
}
.viewing-contents.audience-rating {
    margin: 20px 0 20px 0;
}
.viewing-contents.viewership {
    width: 100%;
}
.viewing-tit {
    margin-bottom: 5px;
}
.viewing-tit span {
    font-size: 1.9rem;
}
.viewing-contents h4 {
    font-size: 2.2rem;
    line-height: 1.3;
}
.loacal-reach h4 {
    font-size: 3rem;
    line-height: 1.3;
    margin-top: 0;
}
.viewing p {
    font-size: 1.3rem;
    line-height: 1.5;
}

/* 番組表 */
.channel-guide {
    margin: 30px auto;
}
.channel-guide a span {
    padding: 15px 20px 15px 0px;
}
.channel-guide a span strong {
    font-size: 1.4rem;
}
.channel-guide a span .key {
    width: 12px;
    margin-right: 5px;
}
.channel-guide .arrow {
    width: 15px;
    right: 5px;
}

.tab-btn {
    display: block;
}
.tab-btn li {
    width: 100%;
    padding: 10px 20px;
    text-align: left;
    position: relative;
    font-size: 1.5rem;
}
.tab-btn li::after {
    content: '';
    position: absolute;
    right: 6px;
    top: 0;
    bottom: 0;
    left: auto;
    width: 6px;
    height: 6px;
    margin: auto;
    border-style: solid;
    border-color: #373737 #373737 transparent transparent;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tab-btn li.tab-active::after {
    border-color: #fff #fff transparent transparent;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.tab-btn li + li {
    border-left: none;
}
.tab-btn li:nth-child(2) {
    border-top: 1px #1e1e1e solid;
    border-bottom: 1px #1e1e1e solid;
}
.tab-btn li span {
    position: static;
    top: auto;
    transform: translateY(0);
}
.tab-contents.show {
    margin-top: 15px;
}
.tab .tab-contents h3 {
    font-size: 95%;
    line-height: 110%
}
.tab .tab-area ul {
    display: block;
}
.tab-contents li {
    width: 90%;
    margin: 0 auto 20px auto;
}
.tab-contents li:nth-child(2n) {
    margin-right: auto;
}
.tab-contents li:nth-child(3n) {
    margin: 0 auto 20px auto;
}

/***********************************************************
case study(480px)
***********************************************************/
#case-study {
    padding: 30px 0 130px;
}
.slider-wrap {
    margin-top: 30px;
}
.new-case:before {
    border-right: 50px solid transparent;
    border-top: 50px solid #eeff00;
}
.new-case:after {
    top: 12px;
    left: 4px;
    font-size: 10px;
}
.case-tit time {
    font-size: 1rem;
    letter-spacing: 2px;
    padding: 5px 15px;
}
.case-tit h3 {
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 10px 20px 15px 15px;
}
.slick-arrow {
    bottom: -80px;
    width: 90px;
}
.slick-arrow .arrow {
    width: 15px;
}
.slick-arrow span {
    letter-spacing: 2px;
    width: 40px;
}

/***********************************************************
sales product (480px)
***********************************************************/
#sales-product {
    padding: 30px 0 30px;
}
.product {
    padding: 30px 0 10px 0;
}
.sub-heading {
    margin-bottom: 15px;
}
.product-overview p {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 15px;
}
.product-overview {
    margin-bottom: 25px;
}
.product-bnr {
    display: block;
    width: 70%;
    margin: 0 auto;
}
.product-bnr > li:nth-child(1) {
    margin: 0 0 25px 0;
}
.product-bnr-cm a {
    width: 80%;
    margin: 0 auto;
}
/* video area */
.product-video ul {
    display: block;
}
.product-video ul li {
    width: 90%;
    margin: 0 auto 20px;
}
.product-video ul li:nth-child(3n-1) {
    margin: 0 auto 20px;
}
.product-video ul li:nth-child(2n) {
    margin: 0 auto 20px;
}
.pickup {
    padding: 20px 0 0 0;
}
.pickup-heading::before {
    width: 21px;
    height: 26px;
    margin-right: 8px;
    line-height: 26px;
}
.pickup-en {
    font-size: 2rem;
    line-height: 26px;
    letter-spacing: 2px;
}
.pickup-ja {
    font-size: 1.2rem;
    line-height: 26px;
    margin-left: 3px;
}

/***********************************************************
publicity (480px)
***********************************************************/
#publicity {
    padding: 30px 0 20px;
}
.program-pub {
    padding: 30px 0 0 0;
}
.program-wrap {
    display: block;
}
.program-pub h4 {
    font-size: 75%;
}
.program {
    width: 90%;
    margin: 0 auto 5% auto;
}
.program-img img {
    width: 70%;
}
.program:nth-child(2n) {
    margin-left: auto;
}
.program:nth-child(3n) {
    margin-right: auto;
}
.program-pub .program-wrap li ul li a:before {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    vertical-align: bottom;
}
.etc-pub {
    padding: 30px 0;
}
.grey-back .plan h4 {
    font-size: 100%;
    margin-bottom: 15px;
}
.grey-back {
    padding: 15px;
}
.grey-back .digital {
    width: 100%;
    margin-bottom: 15px;
}
.grey-back .distribution {
    width: 100%;
    margin: 0 0 15px 0;
}
.grey-back .vision {
    width: 100%;
}
.grey-back .plan ul li:after {
    width: 10px;
    height: 10px;
}
.grey-back .plan ul li a:before {
    width: 12px;
    height: 12px;
    vertical-align: bottom;
}
.plan {
    width: 90%;
    margin: 10px auto;
}
.plan:nth-child(1) {
    margin-top: 0;
}

/***********************************************************
broadcast management (480px)
***********************************************************/
#broadcast-management {
    padding: 30px 0 40px;
}
.bm-document {
    width: 90%;
    margin: 15px auto;
}
.bm-document:nth-child(1) {
    margin-top: 0;
}
.bm-document:nth-child(2n) {
    margin-left: auto;
}

/***********************************************************
sales base (480px)
***********************************************************/
#sales-base {
    padding: 30px 0 10px 0;
}
.base-wrap {
    margin: 30 auto;
}
.base {
    margin-bottom: 50px;
}
.base::before {
    width: 100%;
    height: 50%;
}
.sales-base .base p {
    width: 100%;
    height: 260px;
}
.base-address {
    margin-left: 0;
    padding: 320px 20px 20px 20px;
}
.fukuoka .base-address {
    padding-top: 300px;
}

/***********************************************************
contact (480px)
***********************************************************/
.contact {
    margin: 0 auto 20px;
}
.contact-wrap {
    margin: 20px auto;
}
.contact-program {
    margin: 30px 0;
    font-size: 1.3em;
}


}


































