@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow:700&display=swap');

#main-contents {
  padding-bottom: 0;
  background: url("../../img/back_dot.jpg");
  letter-spacing: 0.08em;
}
.load {
  display: none;
}
.pcbr {
    display: block;
}
.spbr{
    display: none;
}
#main-contents .center {
  width: 920px;
  margin: 0 auto;
  padding: 50px 0 80px;
}
#main-contents .flex {
  display: flex;
  flex-wrap:wrap;
}
#main-contents .inblock {
  position: relative;
  border-radius: 4px;
  background: #fff;
  box-shadow:6px 6px 0px 0px rgba(0,160,233,0.15);
}
#main-contents .inblock2 {
  position: relative;
  border-radius: 4px;
  background: #fccf00;
  box-shadow:6px 6px 0px 0px rgba(142,195,31,0.15);
}
#main-contents .journal-rcmnd {
  background: #333;
}
#main-contents h2.ttl {
  margin-bottom: 40px;
  text-align: center;
}
#main-contents h2.ttl span {
  color: #ff0b0b;
  font-family: 'Barlow', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.125em;
}
#main-contents h2.ttl.blk span {
  color: #ff0b0b;
}
#main-contents h2.ttl strong {
  display: block;
  margin-top: 10px;
  color: #030303;
  font-weight: bold;
  font-size: 38px;
}
#main-contents h2.ttl.blk strong {
  color: #030303;
}

/* mainvisual */
#main-contents .mainvisual {
  background: url("../../img/main.webp") no-repeat center top;
  height: 553px;
}
#main-contents .mainvisual .ttl {
  width: 840px;
  margin: 0 auto;
  font-size: 0;
}

/* oatime */
#main-contents .oatime {
  position: relative;
  width:780px;
  margin: 50px auto 0;
  padding: 16px 20px 20px;
  border-radius: 14px;
  background:#fff000;
  text-align: center;
  border: 5px #272727 solid;
  z-index: 1;
}
.oatime__item {
  line-height: 1.4;
  padding: 15px;
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-weight: bold;
  font-size: 1.063em;
}
.oatime__item-time {
  margin-bottom: 10px;
  color: #ff0000;
  font-weight: bold;
  font-size: 170%;
  letter-spacing: 0.05em;
}
.oatime__item-net {
  font-size: 120%;
}
.oatime .oatime__stream--link {
  display: block;
  width: 400px;
  margin: 10px auto 10px;
}

/* service */
/* #service.serviceBack {
    background: #FFFC00;
} */
#main-contents #service .center {
  padding: 80px 0;
}
#main-contents #service h2.ttl {
  margin-bottom: 30px;
  text-align: center;
}
.serviceBack .center p {
  text-align: center;
  margin-bottom: 40px;
}

.serviceBack .center p span {
  display: inline-block;
  text-align: center;
  padding: 10px 30px;
  font-size: clamp(16px, 3.6vw, 26px);
  background: #FB8A09;
  color: #fff;
  box-sizing: border-box;
  font-weight: bold;
  border-radius: 50px;
}
.streaming-services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.streaming-link {
    width: calc((100% - 50px) / 2);
    background: #fff;
    border-radius: 5px;
}
.streaming-link a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 40px;
    border: 5px #272727 solid;
    box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.2);
    border-radius: 5px;
    background: #fff;
}
#main-contents .streaming-link a img {
    width: 56px;
    height: 56px;
    margin-right: 10px;
}
.streaming-link a span {
    display: block;
    line-height: 1.4;
    font-size: 1.2em;
}


/* bnrArea */
.bnrArea {
    margin-bottom: 60px;
}
.bnrArea a {
    width: 920px;
    margin: 0 auto 30px;
    display: block;
}


/* trailer */
#trailer {
    background: url("../../img/back_stripe-yellow.jpg") repeat left top;
    position: relative;
}
#main-contents #trailer .center {
    padding: 50px 0 190px;
}
#main-contents #trailer h2.ttl.blk span {
    color: #fff000;
}
#trailer .inblock {
    padding: 50px;
    position: relative;
    box-shadow: 6px 6px 0px 0px rgb(0 0 0 / 15%);
    border: 5px #272727 solid;
    border-radius: 8px;
    z-index: 1;
    margin: 30px 0;
}
#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,11,11,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%);
}
#trailer .inblock p {
  text-align: center;
  font-size: clamp(14px, 2.9vw, 20px);
  font-weight: bold;
  color: #000;
}

#trailer .backIllust {
    display: block;
    height: auto;
    position: absolute;
}
#trailer .illust-caronly {
    width: 90px;
    bottom: 0;
    right: 1.07vw;
    z-index: 0;
}
#trailer .illust-car01 {
    width: 10.7142857vw;
    max-width: 160px;
    bottom: 0;
    left: 3.7vw;
}
#trailer .illust-car02 {
    width: 11.0714285vw;
    max-width: 160px;
    bottom: 0;
    left: 22vw;
}
#trailer .illust-car03 {
    width: 13vw;
    max-width: 190px;
    bottom: 0;
    left: 40.56vw;
}
#trailer .illust-car04 {
    width: 11.7857142vw;
    max-width: 170px;
    bottom: 0;
    right: 26.2vw;
}
#trailer .illust-car05 {
    width: 9.2857142vw;
    max-width: 160px;
    bottom: 0;
    right: 9.2vw;
}



#main-contents #service h2.ttl.blk strong {
    color: #000;
}


/* about */
#about {
  background: #333 url("../../img/back_whiteline.webp") center top no-repeat;
  background-size: cover;
  
}
#about .center .inblock {
    position: relative;
    background-image: url("../../img/screw.webp"), url("../../img/screw.webp"), url("../../img/screw.webp"), url("../../img/screw.webp");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left 4px top 3px, right 4px top 3px, left 4px bottom 3px, right 4px bottom 3px;
    background-size: 25px;
    background-color: #fffc00;
    border: 5px #272727 solid;
    border-radius: 8px;
    box-shadow: 6px 6px 0px 0px rgb(255 241 0 / 15%);
}
#about .about-txt {
    text-align: center;
    padding: 35px 45px;
    color: #000;
}
#main-contents #about h2.ttl.blk span {
    color: #ffea00;
}
#main-contents #about h2.ttl.blk strong {
    color: #fff;
}
.about-txt p {
    font-weight: bold;
    line-height: 2;
    font-size: 1.3em;
    letter-spacing: 0.03em;
}
#main-contents #about .txt-tour {
    display: inline-block;
    width: auto;
    height: 50px;
    vertical-align: middle;
}
#main-contents #about .txt-suppin {
    display: inline-block;
    width: auto;
    height: 44px;
    vertical-align: -11px;
    margin: 0 5px 0 0;
}
#main-contents #about .txt-marginB {
    margin-bottom: 15px;
}


/* cast */
#cast {
    position: relative;
}
#main-contents #cast .center {
    padding-bottom: 50px;
}
#main-contents #cast h2.ttl.blk span {
    color: #ff0b0b;
}
#main-contents #cast .flex {
  margin: 0 auto;
  flex-wrap:wrap;
  justify-content: center;
}
#main-contents #cast .mc {
  width: 920px;
  margin-bottom: 30px;
}
#main-contents #cast .inblock {
  width: 290px;
  margin: 0 15px 0 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.2);
  border: 5px #272727 solid;
}
#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 .inblock2 {
  width: 290px;
  margin: 0 15px 0 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.2);
  border: 5px #272727 solid;
}
#main-contents #cast .inblock2 a {
  display: block;
}
#main-contents #cast .inblock2 .castImg {
  position: relative;
  padding-top: 80%;
  overflow: hidden;
}
#main-contents #cast .inblock2 .castImg img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
#main-contents #cast h3 {
  padding: 10px;
  background: #fffc00;
  text-align: center;
}

#main-contents #cast h3 .name {
  color: #030303;
  font-weight: bold;
  font-size: 1.2em;
}

#main-contents #cast h4{
  padding: 15px;
  background: #fffc00;
  text-align: center;
}
#main-contents #cast h4 .name2 {
  color: #030303;
  font-weight: bold;
  font-size: 1.2em;
    margin: 15px auto;
}

#cast h3 .status {
    display: block;
    width: 150px;
    margin: 6px auto 0;
    padding: 3px 0;
    border-radius: 12px;
    background: #fff;
    color:#030303;
    font-size: 0.813em;
    line-height: 1.4;
    font-weight: bold;
}
#cast .backIllust {
    display: block;
    height: auto;
    position: absolute;
}
#cast .illust-sun {
    width: 80px;
    top: 0;
    left: 50px;
}
#cast .illust-bird {
    width: 80px;
    top: 0;
    left: 180px;
}
#cast .illust-route1 {
    width: 90px;
    bottom: 0;
    right: 50px;
}
#cast .illust-car06 {
    width: 150px;
    bottom: 0;
    right: 180px;
}

.mc-narration {
    margin: 80px 0 0 0;
}

.cast-noImg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 40px 0;
    position: relative;
    background-image: url(../../img/screw.webp), url(../../img/screw.webp), url(../../img/screw.webp), url(../../img/screw.webp);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left 4px top 3px, right 4px top 3px, left 4px bottom 3px, right 4px bottom 3px;
    background-size: 25px;
    background-color: #fffc00;
    border: 5px #272727 solid;
    border-radius: 8px;
    box-shadow: 6px 6px 0px 0px rgb(255 241 0 / 15%);
    width: 80%;
    margin: 60px auto;
    z-index: 1;
}
.cast-noImg li {
    font-size: 180%;
    font-weight: bold;
    margin: 0 15px 0;
}
.cast-noImg li:first-child {
    width: 100%;
    margin: 0 0 40px;
}
.cast-noImg li span {
    font-size: 55%;
}
    

/* journal */
.hilights {
    background-color: #4bc200;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.hilights:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: calc(100% + 1px);
    background: url("../../img/back_stripe-yy.jpg") repeat;
    transform: skewX(-45deg);
    top: 0;
    left: 0;
}
#journalNew .center {
    padding: 60px 0 80px;
}
#main-contents #journalNew .block-list .block:nth-child(n+2) {
  display: none;
}
#journalNew .flex {
    display: block;
    background: #fff;
}
#journalNew .block-list .block {
    width: 100%;
    background: none;
    float: left;
    margin: 0 0 60px 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 .block-list .hover a:hover {
    opacity: 0.8;
    transition: .3s;
}
#main-contents #journalNew .ttl-group {
    position: relative;
    float: right;
    margin: -40px 40px 0 0;
    width: 600px;
    border-radius: 10px;
    background: #fff;
    padding: 20px 30px;
}
#main-contents #journalNew .tag-group {
    display: none;
}
#main-contents #journalNew .more-btn {
    display: none;
}



/* arne */
#arne {
    background: url("../../img/bg_arne.webp") repeat left center;
    padding: 50px 0;
}
#arne p {
    width: 600px;
    margin: 0 auto;
    background-color: #fff;
}
#arne a {
    display: block;
}
#main-contents .arne a img {
    display: block;
    width: 100%;
}


#streaming {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
/* journal and recommend */
.journal-rcmnd .block-list .flex .block:first-child {
  display: none;
}
#main-contents .journal-rcmnd h2.ttl span {
    color: #ffea00;
}
#main-contents .journal-rcmnd h2.ttl strong {
    color: #fff;
}
/* prgPoint */
#main-contents .prgPoint .center {
  max-width: 1000px;
  width: 90%;
}
#main-contents .more-btn {
  background: #ffea00;
  color: #030303;
}

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




@media all and (max-width: 1150px) {
#trailer .illust-caronly {
    width: 60px;
    right: 1.07vw;
}
#trailer .illust-car01 {
    width: 120px;
    left: 40px;
}
#trailer .illust-car02 {
    width: 120px;
    left: 240px;
}
#trailer .illust-car03 {
    width: 140px;
    left: 420px;
}
#trailer .illust-car04 {
    width: 120px;
    left: 620px;
}
#trailer .illust-car05 {
    width: 100px;
    left: 830px;
}

}


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

#main-contents .center {
  width: 85%;
  padding: 50px 0;
}
#main-contents h2.ttl strong {
  font-size: 34px;
}
.block-list .flex {
  display: block;
}
.pcbr {
    display: none;
}
.spbr{
    display: block;
}


/* mainvisual */
  #main-contents .mainvisual {
    background: url("../../img/main_sp.webp") no-repeat center top / 100% auto;
    height: 67vw;
  }
  #main-contents .mainvisual .center {
    width: 100%;
  }

/* oatime */
#main-contents #service .center {
  padding: 30px 0 50px;
}
#main-contents .oatime {
  width:85%;
  margin: 2.3vw auto 5vw;
  padding: 2.8vw 3vw 3vw;
}
.oatime__item-time {
  font-size: 4.8vw;
  letter-spacing: 0;
}
.oatime__item-net {
  font-size: 3vw;
}  
  
#main-contents .intro .center {
  display: block;
  width: 90%;
}

/* service */
#main-contents #service .center {
  padding: 3.5vw 0 8vw;
}
#service .inblock {
  margin-bottom: 70px;
}
.streaming-link {
  width: calc((100% - 15px) / 2);
}
.streaming-link a {
  padding: 5px;
}
.streaming-link a span {
  font-size: 1em;
}

/* bnrArea */
.bnrArea {
    margin-bottom: 0;
}
.bnrArea a {
    width: 90%;
    margin: 0 auto 30px;
}


/* about */
#about .about-txt {
    padding: 35px 20px;
}
.about-txt p {
    font-size: 1.2em;
}
#main-contents #about .txt-tour {
    height: 47px;
}
#main-contents #about .txt-suppin {
    height: 40px;
}


/* trailer */
#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;
}

#main-contents #trailer .commentThumb {
    display: block;
    margin: 0px auto;
    line-height: 1.5em;
    margin-top: 30px;
    font-size: 1em;
    padding: 0.5rem 1rem;
    border-left: 4px solid #000;
}
#trailer .illust-car01 {
    width: 105px;
    left: 1.2vw;
}
#trailer .illust-car02 {
    width: 105px;
    left: 24vw;
}
#trailer .illust-car03 {
    width: 135px;
    left: 47vw;
}
#trailer .illust-car04 {
    width: 105px;
    left: 74.9vw;
}
#trailer .illust-car05 {
    display: none;
}

    
    
/* highlights */
.hilights:before {
    transform: skewX(-25deg);
}
#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;
}

/* cast */
#main-contents #cast .center {
    padding-bottom: 200px;
}
#main-contents #cast .flex {
  justify-content: space-between;
}
#main-contents #cast .mc {
  width: 100%;
}
#main-contents #cast .inblock {
  width: 47.5%;
  margin: 0 auto;
}
#main-contents #cast .inblock2 {
  width: 47.5%;
  margin: 0 auto;
}
#main-contents #cast .doctor .inblock:nth-child(3) {
    margin-top: 20px;
}
#main-contents #cast .doctor .inblock2: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 .inblock2 .castImg {
  padding-top: 120%;
}
#main-contents #cast .inblock2 .castImg img {
  width: auto;
  height: 100%;
}
#main-contents #cast h3 {
  padding: 7% 0;
}
    #main-contents #cast h4 {
  padding: 7% 0;
}
#main-contents #cast h3 .name {
  font-size: 3vw;
}
#main-contents #cast h4 .name2 {
  font-size: 3vw;
}
#main-contents #cast h3 .status {
  width: 30vw;
  margin: 5% auto 0;
  padding: 1.5vw 0;
  border-radius: 3.3vw;
  font-size: 2vw;
}
#cast .illust-sun {
    width: 60px;
    left: 10px;
}
#cast .illust-bird {
    width: 60px;
    left: 100px;
}
#cast .illust-route1 {
    width: 70px;
    right: 10px;
}
#cast .illust-car06 {
    width: 140px;
    right: 90px;
}

.cast-noImg {
    padding: 30px 0;
}
.cast-noImg li {
    font-size: 160%;
    margin: 0 10px 0;
}
.cast-noImg li:first-child {
    margin: 0 0 30px;
}





/* arne */
#arne p {
    width: 60%;
}

/* prgPoint */
#main-contents .prgPoint .center {
  width: 90%;
}

#streaming::after {
    bottom: -20%;
    right: -20%;
    width: 80vw;
    height: 80vw;
}
}


@media all and (max-width: 580px) {
#main-contents .center {
  width: 90%;
  padding: 10vw 0;
}
#main-contents h2.ttl {
  margin-bottom: 6vw;
}
#main-contents h2.ttl span {
  font-size: 4vw;
}
#main-contents h2.ttl strong {
  margin-top: 2.6vw;
  font-size: 6vw;
}
#main-contents #sponserBnr h2.ttl strong {
  font-size: 5.5vw;
  letter-spacing: 0;
}


#main-contents .mainvisual .ttl {
  width: 93vw;
}
#main-contents .oatime {
  width: 90%;
  padding: 2.8vw 3vw 5vw;
} 
.oatime__item-time {
  font-size: 4.8vw;
  letter-spacing: 0;
}
.oatime__item-net {
  font-size: 3.8vw;
}  
.oatime .oatime__stream--link {
  width: 100%;
}

/* service */
#main-contents #service h2.ttl {
  margin-bottom: 30px;
}
.serviceBack .center p {
  margin-bottom: 30px;
}
.streaming-services {
    display: block;
}
.streaming-link {
    width: 80vw;
    margin: 0 auto 15px;
}
.streaming-link a {
    padding: 5px;
    justify-content: inherit;
}
.streaming-link a span {
    font-size: 1em;
}
.timer-backImg#service .illust-car06 {
    width: 120px;
    right: 60px;
}


/* trailer */
#main-contents #trailer .center {
    padding: 7vw 0 20vw;
}
#main-contents #trailer .commentThumb{
    display: block;
    margin: 0px auto;
    line-height: 1.5em;
    margin-top: 30px;
    font-size: 0.8em;
    padding: 0rem 1rem;
    border-left: 4px solid #000;
}
#trailer .illust-caronly {
    display: none;
}
#trailer .illust-car01 {
    width: 23vw;
    left: 2.5vw;
}
#trailer .illust-car02 {
    display: none;
}
#trailer .illust-car03 {
    width: 26vw;
    left: 36vw;
}
#trailer .illust-car04 {
    width: 23vw;
    left: 72.6vw;
}
#trailer .illust-car05 {
    display: none;
}

/* about */
#about .center .inblock {
    background-size: 18px;
}
#about .about-txt {
    padding: 35px 20px;
}
.about-txt p {
    font-size: 1em;
}
#main-contents #about .txt-tour {
    height: 9vw;
}
#main-contents #about .txt-suppin {
    height: 35px;
}

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


/* cast */
#main-contents #cast .center {
    padding-bottom: 130px;
}
.mc-narration {
    margin: 13vw 0 0 0;
}
#main-contents #cast h3 .name {
  font-size: 3.8vw;
} 
#main-contents #cast h4 .name2 {
  font-size: 3.8vw;
}   
#main-contents .rcmndProgram.center {
  padding-bottom: 100px;
}  
#main-contents #cast h3 .status {
  width: 33vw;
  font-size: 3vw;
}
#cast .illust-sun {
    width: 45px;
    left: 2.5vw;
}
#cast .illust-bird {
    width: 45px;
    left: 12.8vw;
}
#cast .illust-route1 {
    width: 50px;
    right: 10px;
}
#cast .illust-car06 {
    width: 100px;
    right: 70px;
}

.cast-noImg {
    padding: 20px 0;
    background-size: 18px;
    width: 100%;
    margin: 50px auto 70px;
}
.cast-noImg li {
    font-size: 120%;
}
.cast-noImg li:first-child {
    margin: 0 0 20px;
}



/* arne */
#arne {
    padding: 30px 0;
}
#arne p {
    width: 80%;
}

#streaming::after {
    bottom: -15%;
    right: -20%;
}
.back-ray02::after {
    bottom: -8%;
    left: -10%;
}
.back-ray03::after {
    right: -10%;
}
}




@media all and (max-width: 280px) {


#main-contents .oatime {
  width: 90%;
  margin: -5vw auto -3vw;
  padding: 2.8vw 3vw 3vw;
}  

}

















