@charset "utf-8";
#main-contents img {
    width: 100%;
}
#main-contents {
  padding-bottom: 0;
  background: #e7e7e7;
  letter-spacing: 0.08em;
}
#main-contents .center {
  max-width: 920px;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 80px;
}
#main-contents .flex {
  display: flex;
  flex-wrap:wrap;
}
#main-contents .inblock {
  position: relative;
  border-radius: 4px;
  box-shadow:6px 6px 0px 0px rgba(255,255,255,0.15);
  background-color: #fff;
}
#main-contents .stripe {
  background: url("../../img/bg_stripe.gif");
}
#main-contents h2.ttl {
  margin-bottom: 40px;
  text-align: center;
}
#main-contents h2.ttl span {
  font-family: 'Barlow', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.125em;
  color: #ff00a2;
}
#main-contents h2.ttl strong {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 38px;
  color: #030303;
  line-height: 1.2;
}

.frame {
    width: 100%;
    margin: 0 auto;
}
#main-contents h2.ttl strong.ttl-white {
  color: #fff;
}
/* mainvisual */
.mainvisual {
    background: #000;
    color: #fff;
    position: relative;
    z-index: 1;
}
.mainvisual h1 {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    height: 0;
}
.logo-img {
    width: 100%;
    margin: 0 auto;
}
#main-contents .mainvisual .logo-img .mainvisual-sp {
    display: none;
}
.mv-cast img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.logo {
    grid-column: 2 / 6;
    -ms-grid-column: 2 / 6;
    grid-row: 2 / 4;
    -ms-grid-row: 2 / 4;
}
#main-contents .mainvisual .words .logo_sp {
    display: none;
}

/* bnr-area */
.bnr-area {
    background: #fff;
}
#main-contents .bnr-area .center {
    padding: 50px 0;
}
.bnr-set {
    display: block;
    max-width: 800px;
    width: 80%;
    margin: 0 auto;
}
.bnr-hulu {
    margin-bottom: 50px;
}
.sub-tit {
    line-height: 1.5em;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
}
.sub-tit span {
    display: inline-block;
    background: linear-gradient(transparent 50%, #fcff9d 0%);
    color: #6da3d8;
}
.arne-links {
    display: flex;
    justify-content: space-between;
}
.arne-sub {
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 20px;
}
.bnr-arne {
    display: block;
    width: 49%;
}

/* oatime */
.overview {
    background: url("../../img/bg_stripe.gif") repeat left top;
    position: relative;
    z-index: 0;
}
.overview::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../../img/illust_genjin.png") no-repeat center bottom / cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#main-contents .oatime {
  position: relative;
  width:780px;
  margin: 50px auto;
  padding: 16px 20px 20px;
  border-radius: 14px;
  background: #030303;
  text-align: center;
  z-index: 1;
}
#main-contents .oatime h2 {
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 1.9em;
  font-style: italic;
}
#main-contents .oatime .mainTime {
  margin: 10px 0 15px;
  color: #fef102;
  font-weight: bold;
  font-size: 2.2em;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.oaarea {
  line-height: 1.4;
  padding: 25px 15px;
  border-radius: 8px;
  background: #fff;
  font-weight: bold;
  font-size: 1.3em;
}
.oaarea-txt {
    font-size: 1.2em;
    color: #030303;
}
.oaarea-txt span {
    font-size: 1.2em;
}
.oaarea-txt .oaarea-txt-red {
  color: #e71619;
}
.oaarea-txt .oaarea-txt-pink {
  color: #ff00a2;
}
.oaarea-txt .oaarea-txt-green {
  color: #00bd00;
}

/* trailer */
.trailer {
    background: url("../../img/bg_blk.gif") repeat left top;
}
.trailer .inblock {
    padding: 50px;
    position: relative;
}
.trailer .movieThumb {
    border-radius: 4px;
    overflow: hidden;
}
.trailer .movieThumb a {
    display: block;
    position: relative;
}
.trailer .movieThumb a::before, .trailer .movieThumb a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
}
.trailer .movieThumb a::before {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(255,0,0,0.6);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.trailer .movieThumb a::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38.5px 0 38.5px 66px;
    border-color: transparent transparent transparent #ffffff;
    transform: translate(-36%, -50%);
    -webkit-transform: translate(-36%, -50%);
    -moz-transform: translate(-36%, -50%);
}

/* sns */
.sns-twitter {
    background: url("../../img/bg_stripe.gif") repeat left top;
    position: relative;
    z-index: 0;
}
.sns-twitter::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../../img/illust_volcano.png") no-repeat left bottom / contain;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#main-contents .inblock.sns {
    width: 600px;
    margin: 0 auto 60px;
    padding: 20px 0 0;
    border-radius: 0;
    background: none;
    overflow: hidden;
}
.instagram {
    padding: 0;
}
.instagram a {
    display: block;
    width: 600px;
    margin: 0 auto;
    box-shadow: 0 0 0 1px #030303;
}

/* hilights */
#main-contents #journalNew {
    background: url("../../img/bg_blk.gif") repeat left top;
}
#main-contents #journalNew .block-list .block:nth-child(n+2) {
  display: none;
}
#journalNew .flex {
    display: block;
}
#journalNew .block-list .block {
    width: 100%;
    background: none;
    margin-bottom: 0;
}
#main-contents #journalNew .trim img {
    width: 100%;
    height: auto;
    position: static;
    top: auto;
    left: auto;
    transform: none;
}
#main-contents #journalNew .block-list .trim {
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    padding-top: 0;
}
#main-contents #journalNew .ttl-group {
    position: relative;
    float: right;
    margin: -40px 40px 0 0;
    width: 600px;
    border-radius: 10px;
    background: #f1f1f1;
    padding: 20px 30px;
}
#main-contents #journalNew .tag-group {
    display: none;
}
#main-contents #journalNew .more-btn {
    display: none;
}

/* arne-article */
.arne-article {
    background: #fff;
}
#main-contents .arne-article .center {
    max-width: 1200px;
    padding-bottom: 50px;
}
#main-contents .arne-article h2.ttl span.ttl-grey {
  color: #747474;
}
#main-contents .arne-article h2.ttl strong.ttl-blue {
  color: #6da3d8;
}
#main-contents .arne-article .flex {
    justify-content: center;
}
.arne-flex {
    width: 48%;
    margin-bottom: 50px;
}
.arne-flex:nth-child(odd) {
    margin-right: 2%;
}

/* last time */
.last-time {
    background: url("../../img/bg_stripe.gif") repeat left top;
}
#main-contents .last-time .center {
    padding: 50px 0;
}
.last-time-link {
    text-align: center;
    display: block;
    background: #fff;
    border: 1px #030303 solid;
    padding: 30px 10px;
    width: 700px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.2;
}


/*****************************
cast
*****************************/
.cast {
    position: relative;
    z-index: 0;
}
.cast::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/* mc setting */
.mc {
    background: url("../../img/bg_stripe.gif") repeat left top;
}
.mc::after {
    background: url("../../img/illust_genjin.png") no-repeat left bottom / contain;
}
#main-contents .cast.mc .flex {
    margin-bottom: 60px;
}
#main-contents .mc .inblock {
    background-color: #ff0000;
}
#main-contents .mc h3 {
  background: #ff0000;
}
#main-contents .mc h3 .name {
  color: #fff;
}
/* genjin setting */
.genjin {
    background: url("../../img/bg_blk.gif") repeat left top;
}
#main-contents .genjin .inblock {
    background-color: #00ff00;
}
#main-contents .genjin h3 {
  background: #00ff00;
}
#main-contents .genjin h3 .neme {
  color: #030303;
}
#main-contents .cast .flex {
  margin: 0 auto;
  flex-wrap:wrap;
  justify-content: center;
}
#main-contents .cast .inblock {
  width: 290px;
  margin: 0 15px 0 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 6px 6px 0px 0px rgba(255,255,255,0.2);
}
#main-contents .cast .inblock a {
  display: block;
}
#main-contents .cast .inblock .castImg {
  position: relative;
  padding-top: 80%;
  overflow: hidden;
}
#main-contents .cast .inblock .castImg img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
#main-contents .cast h3 {
  padding: 15px;
  text-align: center;
}
#main-contents .cast h3 .name {
  font-weight: bold;
  font-size: 1.125em;
}
.cast h3 .status {
  display: block;
  width: 140px;
  margin: 8px auto 0;
  padding: 3px 0;
  border-radius: 12px;
  background: #fff;
  color: #000;
  font-size: 0.813em;
  line-height: 1.4;
}

/* prgPoint */
#main-contents .prgPoint .center {
  max-width: 1000px;
  width: 90%;
}
#main-contents #journalHighlight .center .block-list .block {
    background: #f7f7f7;
}
#main-contents .more-btn {
  background: #ff00a2;
}

/* recommend program */
#main-contents .rcmndProgram {
    padding-bottom: 80px;
}
#main-contents .rcmndProgram.center{
  max-width: 1000px;
  width: 90%;
  padding-bottom: 150px;
}



@media (max-width: 812px) {
#main-contents {
  padding: 0;
}

#main-contents .center {
  width: 90%;
}
#main-contents h2.ttl strong {
  font-size: 34px;
}
.block-list .flex {
  display: block;
}




.frame {
    width: 100%;
}

/* mainvisual */
.words {
    grid-template-columns: 25% 25% 25% 25%;
    -ms-grid-columns: 25% 25% 25% 25%;
}
.words img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
#main-contents .mainvisual .logo-img .mainvisual-pc {
    display: none;
}
#main-contents .mainvisual .logo-img .mainvisual-sp {
    display: block;
}
.logo {
    grid-column: 1 / 5;
    -ms-grid-column: 1 / 5;
    grid-row: 3 / 5;
    -ms-grid-row: 3 / 5;
}
#main-contents .mainvisual .words .logo_pc {
    display: none;
}
#main-contents .mainvisual .words .logo_sp {
    display: block;
}

.oaarea-txt {
    font-size: 1.1em;
}

/* bnr-area */
.bnr-area {
    width: 100%;
}
.bnr-set {
    width: 90%;
}
.bnr-hulu {
    margin-bottom: 30px;
}

/* oatime */
.overview::after {
    background: url(../../img/illust_genjin.png) no-repeat left bottom / contain;
}
#main-contents .overview .center {
    padding: 10vw 0 15vw;
}
#main-contents .oatime {
  width:90%;
  margin: 0 auto;
  padding: 2.8vw 3vw 3vw;
}
#main-contents .oatime h2 {
  font-size: 4.4vw;
}
#main-contents .oatime .mainTime {
  margin: 1.8vw 0 3.2vw;
  font-size: 4.4vw;
}
#main-contents .oatime .text {
  padding: 2.5vw 1.5vw;
  font-size: 2.2vw;
}

/* movie common */
#main-contents .trailer .inblock {
  padding: 6%;
}
#main-contents .trailer .movieThumb a:before {
  width: 18vw;
  height: 18vw;
}
#main-contents .trailer .movieThumb a:after {
  border-width: 4vw 0 4vw 7vw;
}

/* twitter */
#main-contents .inblock.sns {
    width: 100%;
    margin-bottom: 5vw;
}
.instagram a {
    width: 100%;
    margin: 0 auto 16vw;
}

/* highlights */
#main-contents #journalNew .block-list .trim {
    border-radius: 10px 10px 0 0;
}
#main-contents #journalNew .ttl-group {
    margin: 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
}

/* arne-article */
#main-contents .arne-article .flex {
    display: block;
}
.arne-flex {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
}
.arne-flex:nth-child(odd) {
    margin-right: auto;
}
.arne-flex:last-child {
    margin-bottom: 0;
}

/* last time */
.last-time-link {
    padding: 30px 10px;
    width: 100%;
    font-size: 1.1em;
}

/* cast */
#main-contents .cast .flex {
  justify-content: space-between;
}
#main-contents .cast .mc {
  width: 100%;
}
#main-contents .cast.mc .flex {
  margin-bottom: 13vw;
}
#main-contents .cast .inblock {
  width: 47.5%;
  margin: 0 auto;
}
#main-contents .cast .doctor .inblock:nth-child(3) {
    margin-top: 20px;
}
#main-contents .cast .inblock .castImg {
  padding-top: 120%;
}
#main-contents .cast .inblock .castImg img {
  width: auto;
  height: 100%;
}
#main-contents .cast h3 {
  padding: 5% 0;
}
#main-contents .cast h3 .name {
  font-size: 3vw;
}
#main-contents .cast h3 .status {
  width: 30vw;
  margin: 5% auto 0;
  padding: 0.5vw 0;
  border-radius: 3.3vw;
  font-size: 2vw;
}

}

@media (max-width: 568px) {
#main-contents h2.ttl strong {
  font-size: 30px;
}
.mainvisual h1 {
    width: 75vw;
}
.mainvisual aside {
    font-size: 3.8vw;
    line-height: 7vw;
    margin-bottom: 10px;
}
.mainvisual h2 {
    font-size: 7vw;
}
.trailer-sp {
    width: 95vw;
}
/* MC級芸人 */
.words10 {
    top: 56.7vw;
    left: 1.8vw;
}
/* 福岡の象徴 */
.words26 {
    top: 48.5vw;
    left: 43vw;
}	

/* bnr-area */
.bnr-set {
    width: 95%;
}

/* oatime */
#main-contents .oatime {
  width: 100%;
  padding: 2.8vw 3vw 3vw;
}  
#main-contents .oatime h2 {
  font-size: 7vw;
}
#main-contents .oatime .mainTime {
  font-size: 5.68vw;
  letter-spacing: 0;
}
#main-contents .oatime .text span {
  display: block;
}
.oaarea {
    font-size: 4vw;
}

/* bnr */
.arne-links {
    display: block;
}
.arne-sub {
    font-size: 1.3em;
    margin-bottom: 30px;
}
.bnr-arne {
    width: 100%;
}
.bnr-arne:first-child {
    margin-bottom: 15px;
}



/* twitter */
.instagram a {
    margin: 0 auto 7vw;
}

/* highlights */
#main-contents .block-list .ttl-group .ttl {
    font-size: 90%;
}

/* last time */
.last-time-link {
    padding: 20px 5px;
    font-size: 0.9em;
}

/* cast */
#main-contents .cast.mc .flex {
    margin-bottom: 10vw;
}
#main-contents .cast h3 .name {
  font-size: 4vw;
} 
  
#main-contents .rcmndProgram.center {
  padding-bottom: 100px;
}  
#main-contents .cast h3 .status {
  width: 33vw;
  font-size: 3vw;
}


}

