@charset "UTF-8";

/************************************

  index

************************************/

/* ----------------------------------

   body

---------------------------------- */
body {
  font-family: 'source-han-sans-japanese', sans-serif;
}

body::before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../images/common/object_01.png), url(../images/common/object_02.png), url(../images/common/bg_sp.jpg);
  background-size: 18vw 14.56vw, 25.44vw 19.36vw, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left bottom, right top, center center;
  background-color: #1d50bd;
}
@media only screen and (min-width: 1045px) {
  body::before {
    background-image: url(../images/common/object_01.png), url(../images/common/object_02.png), url(../images/common/bg.jpg);
    background-size: 250px 207px, 343px 267px, cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left bottom, right top, center top;
    background-color: #1d50bd;
  }
}

/* ----------------------------------

   Home

---------------------------------- */

#wrap {
  color: #fff;
  letter-spacing: 0.025em;
}

#wrap .contsBox#Home .ttlWrap {
  margin-bottom: 1.1994%;
  position: relative;
}

#wrap .contsBox#Home .ttlWrap .logo {
  text-align: center;
}

#wrap .contsBox#Home .ttlWrap .logo img {
  width: 51.6%;
}

#wrap .contsBox#Home .ttlWrap .date {
  color: yellow;
  font-size: 2.93333vw;
  font-weight: bold;
  text-align: center;
}

/*** ----------------- PC ----------------- ***/

@media only screen and (min-width: 1025px) {

  #wrap .contsBox#Home {
    padding: 3em 0 0 0;
    width: 87.33333%;
    max-width: 1100px;
  }
}


/* ----------------------------------

   onAir

---------------------------------- */
#wrap .contsBox#Home .onAir {
  margin-bottom: 8vw;
  position: relative;
}
#wrap .onAir .contsTtl {
  font-size: 4vw;
  font-weight: 900;
  margin-bottom: .5em;
  text-align: center;
}
#wrap .contsBox#Home .onAir .prevDate {
  left: 0;
  font-weight: bold;
  margin: 0 auto -3.5982%;
  position: absolute;
  right: 0;
  top: -19.1904%;
  width: 94.66667%;
}
#wrap .contsBox#Home .onAir .prevDate .circleIcon {
  background: yellow;
  border-radius: 50%;
  color: #00a0ea;
  font-size: 3.2vw;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  margin-right: 2.13333%;
  padding: 4.27286% 0;
  text-align: center;
  width: 15.2%;
}
#wrap .contsBox#Home .onAir .inlineMovie {
  background: #00a0ea;
  border: solid #fff 4px;
  box-sizing: border-box;
  margin-right: auto;
  margin-bottom: 5.7976%;
  margin-left: auto;
  position: relative;
  box-shadow: 5px 6px 0px 0 rgb(0,0,0,.5);
  z-index: 2;
}
#wrap .contsBox#Home .onAir .inlineMovie .inlineMovieInner {
  padding-top: 56.25%;
  position: relative;
}
#wrap .contsBox#Home .onAir .inlineMovie .inlineMovieInner iframe {
  height: 99.5%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: .25%;
  width: 99.75%;
}
#wrap .contsBox#Home .onAir .snsMedia {
  display: none;
}
#wrap .contsBox#Home .onAir .snsLink {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin-right: auto;
  margin-left: auto;
  width: 95%;
  margin-bottom: 3%;
  position: relative;
}
#wrap .contsBox#Home .onAir .snsLink .btn {
  margin-bottom: 4.7976%;
  width: 45%;
  position: relative;
  height: 10vw;
  font-size: 2.6vw;
  font-weight: 800;
}
#wrap .contsBox#Home .onAir .snsLink .btn:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}
#wrap .contsBox#Home .onAir .snsLink .btn a {
  line-height: 0;
  padding: 4% 8%;
  text-align: center;
  width: 100%;
  transform: skew(-16deg);
  box-shadow: 3px 3px 0px 0 rgb(255 255 255);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#wrap .contsBox#Home .onAir .snsLink .btn a .logo {
  margin-right: 4%;
}
#wrap .contsBox#Home .onAir .boxInner .snsLink .btn a img {
  max-width: 110px;
}
.sns-link-text {
  width: 100%;
  text-align: center;
  font-size: 10px;
  margin-top: 2vw;
}
#wrap .contsBox#Home .onAir .snsLink .btn a .text {
  transform: skew(16deg);
  display: block;
}
#wrap .contsBox#Home .onAir .snsLink .twitterLink a .logo img {
  width: 3.3vw;
}

#wrap .contsBox#Home .onAir .snsLink .youtubeLink a .logo img {
  width: 4.7vw;
}


/*** ----------------- PC ----------------- ***/

@media only screen and (min-width: 1045px) {
  #wrap .contsBox#Home .onAir .inlineMovie {
    max-width: none;
  }
}
@media only screen and (min-width: 1025px) {
  #wrap .contsBox#Home .onAir .snsLink {
    height: 110px;
    width: 87%;
  }
  #wrap .contsBox#Home .onAir {
    clear: both;
    margin-bottom: 80px;
  }
  #wrap .contsBox#Home .onAir .boxInner {
    margin-right: auto;
    margin-left: auto!important;
    position: relative;
  }
  #wrap .onAir .contsTtl {
    padding-top: 0;
    font-size: 220%;
  }
  #wrap .contsBox#Home .onAir .boxInner .prevDate {
    margin: 0 auto -2em 8.625em;
    top: 0;
    width: auto;
  }
  #wrap .contsBox#Home .onAir .boxInner .prevDate .circleIcon {
    font-size: 187.5%;
    margin-right: 1em;
    padding: 44px 0 40px;
    width: 150px;
  }
  #wrap .contsBox#Home .onAir .boxInner .inlineMovie {
    border: solid #fff 6px;
    margin-bottom: 2.5em;
  }
  #wrap .contsBox#Home .onAir .boxInner .snsMedia {
    display: block;
    position: absolute;
    right: 7.75em;
    top: -0.25em;
    text-align: center;
  }
  #wrap .contsBox#Home .onAir .boxInner .snsMedia p {
    color: yellow;
    font-size: 87.5%;
    line-height: 1.25;
    margin-bottom: 0.5em;
  }
  #wrap .contsBox#Home .onAir .boxInner .snsMedia .movieSnsMediaBox {
    margin-bottom: 1em;
  }
  #wrap .contsBox#Home .onAir .boxInner .snsMedia .movieSnsMediaBox .linkBtn {
    margin: 0 auto;
    width: 150px;
  }
  #wrap .contsBox#Home .onAir .boxInner .snsMedia .movieSnsMediaBox .linkBtn ul li {
    margin-bottom: 0.5em;
  }
  #wrap .contsBox#Home .onAir .boxInner .snsMedia .movieSnsMediaBox .linkBtn ul li:last-child {
    margin-bottom: 0;
  }
  #wrap .contsBox#Home .onAir .boxInner .snsMedia .movieSnsMediaBox .linkBtn ul li a {
    border: solid #fff 2px;
    border-radius: .5em;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 78.125%;
    font-weight: bold;
    padding: 0.5em 0;
    text-decoration: none;
  }
  #wrap .contsBox#Home .onAir .boxInner .snsMedia .twitterBox .twitterBtn {
    margin: 0 auto;
    width: 150px;
  }
  #wrap .contsBox#Home .onAir .boxInner .snsMedia .twitterBox .twitterBtn a {
    background: #fff;
    border: solid #00a0ea 3px;
    border-radius: .5em;
    box-sizing: border-box;
    display: block;
    line-height: 0;
    padding: 0.5em 0;
  }
  #wrap .contsBox#Home .onAir .boxInner .snsLink {
    width: 655px;
    margin-bottom: 0;
  }
  #wrap .contsBox#Home .onAir .boxInner .snsLink .btn {
    margin-bottom: 0;
    height: 70px;
    font-size: 120%;
  }
  #wrap .contsBox#Home .onAir .boxInner .snsLink .btn a {
    box-sizing: border-box;
    line-height: 0;
    padding: 0.55em 0;
    text-align: center;
  }
  #wrap .contsBox#Home .onAir .snsLink .youtubeLink a .logo img {
    width: 42px;
  }
  #wrap .contsBox#Home .onAir .snsLink .twitterLink a .logo img {
    width: 25px;
  }
  .sns-link-text {
    text-align: right;
    font-size: 100%;
    margin-top: 1em;
  }
}

/* ----------------------------------

   Preview

---------------------------------- */

#wrap .contsBox#Home .preview {
  max-width: 100%;
  width: 100%;
}
#wrap .contsBox#Home .preview .nextDate {
  font-weight: bold;
  margin: 0 auto 3.5982%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 3.7vw;
}

#wrap .preview .boxInner {
  margin-left: 0;
}
#wrap .contsBox#Home .preview .nextDate .circleIcon {
  background: yellow;
  border-radius: 50%;
  color: #006592;
  font-weight: 900;
  display: inline-block;
  padding: 4.27286% 0;
  text-align: center;
  letter-spacing: 2px;
  font-size: 4.3vw;
  line-height: 1.2em;
  margin-right: 2.7vw;
  width: 16.7vw;
  height: 16.7vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrap .contsBox#Home .preview .nextDate .text {
  color: yellow;
  display: inline-block;
  font-size: 4vw;
  position: relative;
  width: calc(100% - 19.4vw);
  font-weight: 900;
}
#wrap .contsBox#Home .preview .textWrap {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 15px;
  padding: 5.3vw;
  width: 100%;
  border: 2px solid #fff;
  margin: 0 auto;
  letter-spacing: 0.025em;
  font-size: 2.8vw;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 12.5vw;
}
#wrap .contsBox#Home .preview .textWrap .note {
  margin-top: 4vw;
}
#wrap .contsBox#Home .preview .textWrap .note li {
  font-size: .85em;
}
#wrap .contsBox#Home .preview .boxInner {
  margin-right: auto;
  margin-left: 0!important;
  position: relative;
  width: 100%;
}
#wrap .contsBox#Home .preview .boxInner .textWrap .program li {
  text-indent: 0em;
  display: block;
  margin: auto auto 1em;
}
#wrap .contsBox#Home .preview .boxInner .textWrap .program .title {
  font-weight: bold;
}

/*** ----------------- PC ----------------- ***/
@media only screen and (min-width: 1025px) {
  #wrap .contsBox#Home .preview .nextDate {
    align-items: center;
    display: block;
    margin: 2.625em auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    margin-bottom: 40px;
  }
	.note li {
		font-size: 16px;
	}
  #wrap .contsBox#Home .preview .boxInner .nextDate .circleIcon {
    font-size: 206%;
    width: 132px;
    height: 132px;
    margin-right: 20px;
  }
  #wrap .contsBox#Home .preview .boxInner .nextDate .text {
    font-size: 268%;
    width: 18em;
    text-shadow: 0 0 10px rgba(0, 0, 0, .3);
  }
  #wrap .contsBox#Home .preview .textWrap {
    width: 720px;
    padding: 60px 50px;
    font-size: 131%;
    margin-bottom: 100px;
  }
  #wrap .contsBox#Home .preview .boxInner .textWrap .program {
    margin: 0 auto;
  }
  #wrap .contsBox#Home .preview .boxInner .textWrap .note {
    text-align: left;
    width: 100%;
    margin: auto;
  }
}

/*** ----------------- 放送終了後 ----------------- ***/
@media only screen and (min-width: 1025px) {
  #wrap .contsBox#Home .preview.ao .boxInner .nextDate .text {
    width: 13em;
  }
}
@media screen and (max-width: 1024px) {
  #wrap .contsBox#Home .preview .textWrap {
    margin-bottom: 10vw;
  }
}

/*** ワイドモニタ ***/

@media only screen and (min-width: 1600px) {
  #wrap .contsBox#Home .ttlWrap .logo {
    left: 54px;
    width: 800px;
  }
  #wrap .contsBox#Home .ttlWrap .date {
    left: -40px;
  }
  #wrap .contsBox#Home .onAir .boxInner .prevDate {
    left: -5.5em;
  }
  #wrap .contsBox#Home .onAir .boxInner .snsMedia {
    right: 2.5em;
  }
  #wrap .contsBox#Home .onAir .boxInner .snsLink {
    width: 655px;
  }
  #wrap .contsBox#Home .onAir .boxInner .snsLink .btn {
    width: 45%;
    position: relative;
  }
}

/* ----------------------------------

   Sns

---------------------------------- */
#wrap .contsBox#Sns {
  padding-bottom: 8.1964%;
}
#wrap .contsBox#Sns.patternR:before {
  display: block;
}
#wrap .contsBox#Sns .contsBoxInner {
  margin-right: auto;
  margin-left: auto;
  width: 89.33333%;
}
#wrap .contsBox#Sns .contsBoxInner .contsTtl {
  margin-bottom: 8vw;
  text-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
#wrap .contsBox#Sns .contsBoxInner .contsTtl .icon {
  display: inline-block;
  vertical-align: middle;
  width: 18%;
  padding-right: 4%;
  line-height: 0;
}
#wrap .contsBox#Sns .contsBoxInner .contsTtl .icon img {
  height: auto;
  width: 100%;
}
#wrap .contsBox#Sns .contsBoxInner .contsTtl .text {
  display: inline-block;
  font-size: 4.2666vw;
  font-weight: 900;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4em;
  text-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
#wrap .contsBox#Sns .contsBoxInner .flow {
  margin-bottom: 9.3vw;
  text-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
#wrap .contsBox#Sns .contsBoxInner .flow li {
  color: #fff;
  display: flex;
  align-items: start;
  width: 100%;
  margin-bottom: 6.2vw;
}
#wrap .contsBox#Sns .contsBoxInner .flow li:last-child {
  margin-bottom: 0;
}
#wrap .contsBox#Sns .contsBoxInner .flow li .num {
  display: table-cell;
  font-size: 9.7vw;
  font-weight: bold;
  padding-right: 0;
  vertical-align: top;
  width: 10%;
  color: yellow;
  vertical-align: baseline;
  line-height: 1;
  position: relative;
  top: -0.2em;
}
#wrap .contsBox#Sns .contsBoxInner .flow li .num small {
  font-size: 3.73333vw;
}
#wrap .contsBox#Sns .contsBoxInner .flow li .text {
  font-size: 2.8vw;
  line-height: 1.4;
  letter-spacing: 0;
  width: 90%;
}
#wrap .contsBox#Sns .contsBoxInner .timeline .timelineInner {
  margin-right: auto;
  margin-bottom: 4.5982%;
  width: 66.6vw;
  display: flex;
  justify-content: center;
}
#wrap .contsBox#Sns .contsBoxInner .timeline .timelineInner .twitter-tweet {
  margin: 0 !important;
}
#wrap .contsBox#Sns .contsBoxInner .term .boxTtl {
  font-size: 2.7vw;
  margin-bottom: 2.6vw;
  text-align: center;
  font-weight: 900;
}
#wrap .contsBox#Sns .contsBoxInner .term .termList {
  border: solid #fff 1px;
  box-sizing: border-box;
  max-height: 12.5em;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 4%;
  background: rgba(0, 0, 0, .5);
}
#wrap .contsBox#Sns .contsBoxInner .term .termList li {
  font-size: 2.8vw;
  line-height: 1.4;
  margin-bottom: 4%;
  text-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
#wrap .contsBox#Sns .contsBoxInner .term .termList li:last-child {
  margin-bottom: 0;
}
#wrap .contsBox#Sns .contsBoxInner .term .termList li a {
  display: inline;
}
.termList::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 6px;
  border: solid 2px #333;
}
#wrap .contsBox#Sns .contsBoxInner .columnBox.twitter {
  margin-bottom: 3em;
  position: relative;
}

.btn-tw-follow {
  width: 60%;
  background: #000;
  transform: skew(-16deg);
  box-shadow: 3px 3px 0px 0 rgb(255 255 255);
  margin: auto auto 7.5vw;
}
.btn-tw-follow a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25em;
}
.btn-tw-follow img, .btn-tw-follow span {
  display: block;
  transform: skew(16deg);
}
.btn-tw-follow img {
  width: 4vw;
  margin-right: 4%;
}
.btn-tw-follow span {
  width: fit-content;
  font-weight: 900;
}

/*** ----------------- PC ----------------- ***/
@media only screen and (max-width: 1024px) {
  #wrap .contsBox#Sns .contsBoxInner .flow {
    position: relative;
  }
  #wrap .contsBox#Sns .contsBoxInner .flow li:nth-of-type(2) .text {
    width: 70%;
  }
  #wrap .contsBox#Sns .contsBoxInner .flow li:nth-of-type(3) .text {
    width: 60%;
  }
  #wrap .contsBox#Sns .contsBoxInner .timeline .timelineInner {
    margin-left: auto;
  }
  #wrap .contsBox#Sns .contsBoxInner .contsTtl {
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  #wrap .contsBox#Sns .contsBoxInner .contsTtl {
    width: auto;
    margin-bottom: 80px;
    padding: 0;
  }
  #wrap .contsBox#Sns .contsBoxInner .contsTtl .icon {
    width: 8.80597%;
    padding-right: 2%;
  }
  #wrap .contsBox#Sns {
    padding-bottom: 120px;
    width: 83.3333%;
    margin: auto;
  }
  #wrap .contsBox#Sns .contsBoxInner {
    width: 100%;
  }
  #wrap .contsBox#Sns .contsBoxInner .contsTtl .text {
    font-size: 210%;
  }
  #wrap .contsBox#Sns .contsBoxInner .flow {
    width: 67%;
    margin: 0;
    padding-right: 4%;
    min-height: 460px;
  }
  #wrap .contsBox#Sns .contsBoxInner .flow li {
    margin-bottom: 50px;
    width: 100%;
  }
  #wrap .contsBox#Sns .contsBoxInner .flow li .num {
    font-size: 562.5%;
    padding-right: 3.58209%;
    vertical-align: middle;
    width: 12%;
    color: yellow;
    margin-top: -0.3em;
    position: relative;
    top: -0.05em;
  }
  #wrap .contsBox#Sns .contsBoxInner .flow li .num small {
    font-size: 37.5%;
  }
  #wrap .contsBox#Sns .contsBoxInner .flow li .text {
    font-size: 131%;
    top: 0;
    vertical-align: middle;
    width: 100%;
  }
  #wrap .contsBox#Sns .contsBoxInner .flow li .text br {
    display: none;
  }
  #wrap .contsBox#Sns .contsBoxInner .timeline {
    width: 33%;
  }
  #wrap .contsBox#Sns .contsBoxInner .timeline .timelineInner {
    border-radius: .5em;
    margin-bottom: 0;
    width: 100%;
  }
  #wrap .contsBox#Sns .contsBoxInner .term {
    margin: 0 auto;
    width: 95%;
  }
  #wrap .contsBox#Sns .contsBoxInner .term .boxTtl {
    font-size: 175%;
    margin-bottom: 0.8em;
    margin-left: 1.5em;
    text-align: center;
  }
  #wrap .contsBox#Sns .contsBoxInner .term .termList {
    padding: 40px;
    max-height: 230px;
  }
  #wrap .contsBox#Sns .contsBoxInner .term .termList li {
    font-size: 131%;
    margin-bottom: 1.5em;
  }
  #wrap .contsBox#Sns .contsBoxInner .columnBox.twitter {
    margin-bottom: 60px;
    position: relative;
  }
  .btn-tw-follow {
    margin: auto;
    width: 340px;
    margin-top: 60px;
    font-size: 20px;
  }
  .btn-tw-follow img {
    width: 25px;
  }
  .btn-tw-follow a {
    height: 75px;
  }
}

/* ----------------------------------

   Archive

---------------------------------- */

#wrap .contsBox#Archive {
  background: rgba(0, 0, 0, .4);
  margin-bottom: 10vw;
  padding: 8vw 0 10vw;
  position: relative;
}
#wrap .contsBox#Archive .contsBoxInner {
  margin-right: auto;
  margin-left: auto;
  width: 92%;
}
#wrap .contsBox#Archive .contsTtl {
  font-size: 4vw;
  font-weight: 900;
  margin-bottom: 1em;
}
#wrap .contsBox#Archive .contsBoxInner .contsTtl .icon {
  display: inline-block;
  margin-top: 0.75%;
  margin-right: 2.31884%;
  vertical-align: middle;
  width: 8%;
}
#wrap .contsBox#Archive .contsBoxInner .contsTtl .icon img {
  height: auto;
  width: 100%;
}
#wrap .contsBox#Archive .contsBoxInner .contsTtl .text {
  color: #fff;
  display: inline-block;
  font-size: 4.26667vw;
  font-weight: bold;
  vertical-align: middle;
}
#wrap .contsBox#Archive .contsBoxInner .btn {
  margin-right: auto;
  margin-left: auto;
  width: 81.15942%;
}
#wrap .contsBox#Archive .contsBoxInner .btn a {
  background: #fff;
  border-radius: 1em;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2.85714% 5.71429%;
  position: relative;
  text-decoration: none;
}
#wrap .contsBox#Archive .contsBoxInner .btn a:after {
  color: #00a0ea;
  content: '＞';
  font-size: 3.73333vw;
  font-weight: bold;
  position: absolute;
  right: 4%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#wrap .contsBox#Archive .contsBoxInner .btn a .icon {
  margin-right: 1.42857%;
  width: 27.85714%;
}
#wrap .contsBox#Archive .contsBoxInner .btn a .icon img {
  height: auto;
  width: 100%;
}
#wrap .contsBox#Archive .contsBoxInner .btn a .text {
  color: #00a0ea;
  font-size: 3.06667vw;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}
.box-archive {
  height: 100%;
  text-align: center;
  width: 100%;
}
.box-archive-inner {
  margin: auto;
  border: 2px solid #fff;
  box-shadow: 5px 6px 0px 0 rgb(0 0 0 / 50%);
  height: 100%;
  width: 80%;
}
.archive-movie {
  display: block;
  height: 100%;
  width: 100%;
}
#Archive .inlineMovieInner {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
#Archive .iframe-archive-movie {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
#wrap .contsBox#Archive .special h2 {
  margin-top: 2em;
  margin-bottom: .5em;
}

#wrap .contsBox#Archive .special p {
  width: 80%;
  margin: 0 auto 1em;
  max-width: 965px;
}
#wrap .video-link img {
  width: 100%;
  height: auto;
  display: block;
}
#wrap .video-link {
  position: relative;
  display: block;
}
#wrap .video-link:hover {
  opacity: 1;
}
#wrap .video-link::after {
  background: url(../images/common/youtube_icon.png) center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
}
div[class*="person"] {
  position: absolute;
  overflow: hidden;
}
#wrap [class*="person"] img {
  width: 100%;
  display: block;
}
#wrap .person1 {
  left: -2%;
  bottom: 100%;
  width: 26.3vw;
}
#wrap .person2 {
  width: 28.8vw;
  bottom: 100%;
  right: -5%;
}

#wrap .person3 {
  right: -4px;
  bottom: 0;
  width: 26.1vw;
}
@media screen and (max-width: 1024px) {
  #wrap .person1 {
    height: min(45vw, 400px);
  }
}


/*** ----------------- PC ----------------- ***/
@media only screen and (min-width: 1025px) {
  #wrap .contsBox#Archive {
    padding: 80px 0 100px;
    margin-bottom: 100px;
  }
  #wrap .contsBox#Archive .contsTtl {
    font-size: 220%;
    margin-bottom: 1em;
    padding: 0;
  }
  #wrap .contsBox#Archive .contsBoxInner {
    width: 100%;
  }
  #wrap .contsBox#Archive .contsBoxInner .contsTtl .icon {
    margin-top: 0;
    margin-right: 1em;
    width: 75px;
  }
  #wrap .contsBox#Archive .contsBoxInner .contsTtl .text {
    font-size: 225%;
  }
  #wrap .contsBox#Archive .contsBoxInner .btn {
    width: 880px;
  }
  #wrap .contsBox#Archive .contsBoxInner .btn a {
    padding: 1em 2em;
  }
  #wrap .contsBox#Archive .contsBoxInner .btn a:after {
    font-size: 20px;
    right: 1em;
  }
  #wrap .contsBox#Archive .contsBoxInner .btn a .icon {
    margin-right: 0.25em;
    width: 156px;
  }
  #wrap .contsBox#Archive .contsBoxInner .btn a .icon img {
    height: auto;
    width: 100%;
  }
  #wrap .contsBox#Archive .contsBoxInner .btn a .text {
    font-size: 150%;
  }
  #wrap .contsBox#Archive .contsBoxInner .btn a .text br {
    display: none;
  }
  .box-archive-inner {
    max-width: 965px;
  }
  #wrap .person1 {
    left: calc(50% - 590px);
    width: 250px;
  }
  #wrap .person2 {
    right: calc(50% - 620px);
    width: 290px;
  }
  #wrap .person3 {
    width: 243px;
    bottom: 100%;
    right: 0;
  }
}

@media screen and (max-width: 1210px) and (min-width: 1025px) {
  #wrap .person3 {
    width: 16vw;
    right: 0;
  }
  #wrap .contsBox#Sns .contsBoxInner .contsTtl .text {
    font-size: 190%;
  }
}

/* ----------------------------------

   Info

---------------------------------- */
#wrap .contsBox#Info {
  padding-bottom: 6.7vw;
}
#wrap .contsBox#Info .contsBoxInner {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  text-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
#wrap .contsBox#Info .contsBoxInner .columnBox {
  width: 100%;
}
#wrap .contsBox#Info h3.boxTtl {
  font-size: 4.7vw;
  line-height: 1.2em;
  margin-bottom: 0.7em;
  color: yellow;
  font-weight: 900;
  text-align: center;
}
#wrap .contsBox#Info h3.boxTtl + p {
  font-size: 2.9vw;
  line-height: 2em;
  text-align: center;
}
  
/*** ----------------- PC ----------------- ***/
  
@media only screen and (min-width: 1025px) {
  #wrap .contsBox#Info {
    padding-bottom: 60px;
  }
  #wrap .contsBox#Info h3.boxTtl {
    font-size: 300%;
    margin-bottom: 0.9em;
  }
  #wrap .contsBox#Info h3.boxTtl + p {
    font-size: 138%;
  }
}

/* ----------------------------------

   Program

---------------------------------- */
#wrap .contsBoxInner#Program .box .photoWrap {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
#wrap .contsBoxInner#Program .box .photoWrap .photo {
  margin-bottom: 5.997%;
}
#wrap .contsBoxInner#Program .box .photoWrap .photo img {
  height: auto;
  width: 100%;
}
#wrap .contsBoxInner#Program .box .textWrap p {
  font-size: 3.25vw;
  line-height: 2;
  text-align: center;
}
#wrap .contsBoxInner#Program .box.spinOffProgram {
  margin-bottom: 0;
}


/*** ----------------- PC ----------------- ***/

@media only screen and (min-width: 1025px) {
  #wrap .contsBoxInner#Program .box .photoWrap {
    width: 320px;
  }
  #wrap .contsBoxInner#Program .box .photoWrap .photo {
    margin-bottom: 0;
  }
  #wrap .contsBoxInner#Program .box .textWrap {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 15px;
    padding: 50px;
    width: 720px;
  }
  #wrap .contsBoxInner#Program .box .textWrap .boxTtl {
    font-weight: bold;
    margin-bottom: 0.5em;
    color: yellow;
    font-size: 300%;
  }
  #wrap .contsBoxInner#Program .box .textWrap p {
    font-size: 115%;
  }
  #wrap .contsBoxInner#Program .box.spinOffProgram .textWrap .boxTtl {
    text-align: left;
  }
  #wrap .contsBoxInner#Program .box .textWrap p {
    font-size: 138%;
    line-height: 2;
    margin-bottom: 2.7em;
  }
}

/* ----------------------------------

   Cast

---------------------------------- */
#wrap .contsBox#cast .contsBoxInner .box.mainProgram {
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 15px;
  padding: 4vw;
  width: 100%;
  border: 2px solid #fff;
  margin: 0 auto;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 12.5vw;
}

#wrap .contsBox#cast .contsBoxInner {
  margin-right: auto;
  margin-left: auto;
  width: 89.33333%;
}

#wrap .contsBox#cast h2 {
  font-size: 5vw;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  margin-bottom: 4vw;
}

#wrap .contsBox#cast .cast-list-container {
  width: 100%;
}
#wrap .contsBox#cast .cast-list {
  display: flex;
  text-align: center;
  justify-content: space-between;
}
#wrap .contsBox#cast .cast-list p {
  line-height: 1;
}
#wrap .contsBox#cast .cast-list-item {
  margin: 0;
  width: 30%;
}
#wrap .contsBox#cast .cast-img {
  width: 100%;
  display: block;
  border: 4px solid #fff;
}
#wrap .contsBox#cast .cast-role {
  font-size: 1.7vw;
  white-space: nowrap;
  margin-bottom: 0.5em;
  margin-top: 1em;
}
#wrap .contsBox#cast .cast-name {
  font-weight: bold;
  font-size: 2.7vw;
}


/*** PC ***/

@media only screen and (min-width: 1025px) {
  #wrap .contsBox#cast {
    width: 83.3333%;
    margin: auto;
  }
  #wrap .contsBox#cast .contsBoxInner {
    width: 100%;
  }
  #wrap .contsBox#cast .contsBoxInner .box.mainProgram {
    width: 95%;
    padding: 40px 60px 50px;
    margin-bottom: 130px;
  }
  #wrap .contsBox#cast h2 {
    font-size: 225%;
    margin-bottom: 30px;
  }
  #wrap .contsBoxInner#Cast .castList li {
    padding: 0.5em;
    margin: 0 0.5% 2em;
    width: 238px;
  }
  #wrap .contsBoxInner#Cast .castList.top li:first-child {
    margin: 0 0.5% 2em;
  }
  #wrap .contsBoxInner#Cast .castList.top li:nth-child(even){
    margin-right: 0.5%
  }
  #wrap .contsBoxInner#Cast .castList.btm li:nth-child(even){
    margin-left: 0.5%;
  }
  #wrap .contsBoxInner#Cast .castList li .photo img {
    border: solid yellow 2px;
    padding: 2px;
  }
  #wrap .contsBoxInner#Cast .castList li .name {
    border: solid yellow 2px;
    padding: 2px;
  }
  #wrap .contsBox#cast .cast-role {
    font-size: 112%;
  }
  #wrap .contsBox#cast .cast-name {
      font-size: 163%;
  }
}

/************************************
  footer
************************************/
footer {
  background: #fff;
}
#title_footer {
  background: transparent;
  border-top: 1px solid #fff;
}
.list-none{
  list-style: none !important;
}
@media only screen and (max-width: 1024px) {
  .hide-sp{
    display: none!important;
  }
}
@media only screen and (min-width: 1025px) {
  .hide-pc{
    display: none!important;
  }
}
#title_footer .title-footer-menu ul li a span::before {
  color: #00acee!important;
}

/* ----------------------------- */
/* new-main-conts                */
/* ----------------------------- */

/* --- box-conts ---*/
.box-conts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  width: 90%;
}

@media only screen and (min-width: 1025px) {
  .box-conts {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .logo-box { order: 1 }
  .contsBox .patternR { order: 2}
  .box-onair { order: 3 }
  .box-preview { order: 4 }
  .sns-media { order: 5 }
}

/* --- box-conts --- */
.box-onair {
  width: 100%;
}
@media only screen and (min-width: 1045px) {
  .box-onair {
    width: 100%;
    margin: auto;
  }
}

/* ----------------------------- */
/* logo               */
/* ----------------------------- */
.logo-img {
  width: 100%;
}
.logo-box {
  width: 51.64%;
  margin-bottom: 4vw;
  z-index: 100;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .logo-box {
    padding-top: 6vw;
    margin-bottom: 6.7vw;
  }
}

@media only screen and (min-width: 1025px) {
  .logo-box {
    width: 28%;
    float: left;
    margin-bottom: 2.5em;
  }
}



/* ----------------------------- */
/* sns-media                     */
/* ----------------------------- */
.sns-media {
  display: flex;
  justify-content: center;
  color: #fff;
  /* width: 80%; */
  margin-bottom: 6em;
  position: relative;
  z-index: 100;
}
#wrap .sns-media p {
  line-height: 1em;
  font-weight: 900;
  margin-bottom: 1em;
  text-align: center;
}
.btn-sns-youtube, .btn-sns-X {
  background: #fff;
  border-radius: 50%;
  box-shadow: 3px 3px 0px 0 rgb(0 0 0 / 50%);
  box-sizing: border-box;
  line-height: 1;
  padding: .8em 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0e265e;
  font-weight: 700;
}
.sns-media .logo img {
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  nav.sns-media {
    display: block;
    margin: 0 auto;
    margin-bottom: 11vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #wrap .sns-media p {
    width: 100%;
    font-size: min(4.7vw, 40px);

  }
  .sns-media .linkBtn {
    width: 12vw;
    height: 12vw;
    margin: 0 min(2vw, 15px);
    max-width: 80px;
    max-height: 80px;
  }
  .btn-sns-youtube .logo img {
    width: 7.6vw;
    max-width: 56px;
  }
  .btn-sns-youtube .logo img {
    vertical-align: middle;
  }
  .btn-sns-X .logo img {
    width: 5.3333vw;
    max-width: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .sns-media {
    float: right;
    margin-top: 2em;
    justify-content: space-between;
    align-items: center;
  }
  .youtube-box, .twitter-box {
    text-align: center;
    width: 47.5%;
  }
  #wrap .sns-media p {
    margin-bottom: 0;
    font-size: 138%;
    margin-right: .75em;
    text-shadow: 0 0 10px rgba(0, 0, 0, .3);
  }
  .sns-media .linkBtn {
    width: 50px;
    height: 50px;
}
  .btn-sns-youtube .logo img {
      width: 32px;
  }
  .btn-sns-X .logo img {
      width: 20px;
  }
  .sns-media .linkBtn:last-child {
      margin-left: 10px;
  }
}



/* ----------------------------------

   Space

---------------------------------- */
#wrap .contsBox#Space {
  background-color: rgba(0, 0, 0, .5);
  padding: 8vw 0 10.6667vw;
}
#wrap .contsBox#Space.patternR:before {
  display: block;
}
#wrap .contsBox#Space .contsBoxInner {
  margin-right: auto;
  margin-left: auto;
  width: 89.33333%;
}
#wrap .contsBox#Space .contsBoxInner .contsTtl {
  margin-bottom: 5.3333vw;
  text-shadow: 0 0 10px rgba(0, 0, 0, .3);
  text-align: center;
}
#wrap .contsBox#Space .contsBoxInner .contsTtl .icon {
  display: inline-block;
  vertical-align: middle;
  width: 7.4667vw;
  padding-right: 2.6667vw;
  line-height: 0;
}
#wrap .contsBox#Space .contsBoxInner .contsTtl .icon img {
  height: auto;
  width: 100%;
}
#wrap .contsBox#Space .contsBoxInner .contsTtl .text {
  display: inline-block;
  font-size: 5.3333vw;
  font-weight: 900;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4em;
  text-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
#wrap .contsBox#Space .contsBoxInner .left {
  margin: 0 0 10.6666vw;
}
#wrap .contsBox#Space .contsBoxInner .left .detail {
  font-size: 2.8vw;
  margin-bottom: 5.3333vw;
}
#wrap .contsBox#Space .contsBoxInner .left .message {
  padding: 4.8vw 5.3333vw 5.3333vw;
  background-color: rgba(94,67,209,.6);
  border: 2px solid #fff;
  border-radius: 16px;
  font-size: 2.8vw;
  line-height: 1.6;
  font-weight: 700;
}
#wrap .contsBox#Space .contsBoxInner .timeline .timelineTtl {
  font-size: 3.7222vw;
  line-height: 1;
  margin-bottom: 2.6667vw;
  font-weight: 900;
  text-align: center;
}
#wrap .contsBox#Space .contsBoxInner .timeline .timelineInner {
  margin-right: auto;
  margin-bottom: 4.5982%;
  width: 66.6vw;
  display: flex;
  justify-content: center;
}
#wrap .contsBox#Space .contsBoxInner .timeline .timelineInner .twitter-tweet {
  margin: 0 !important;
}
#wrap .contsBox#Space .contsBoxInner .columnBox {
  margin-bottom: 3em;
  position: relative;
}
#wrap .contsBox#Space .contsBoxInner .left .link-text {
  color: #fff100;
  text-decoration: underline;
}
#wrap .contsBox#Space .btn-tw-follow + p.space-note {
  font-size: 12px;
  margin-top: 1em;
  text-align: center;
}
.space-archive {
  margin-top: 13.3333vw;
}
.space-archive h3 {
    text-align: center;
    font-size: 3.7333vw;
    margin-bottom: 2.6667vw;
    font-weight: 900;
}
ul.archive-list {
    border-top: 1px solid #fff;
}
ul.archive-list li {
    padding: 5.3333vw 0;
    border-bottom: 1px solid #fff;
}
ul.archive-list li .link {
    width: 37.6%;
    margin: 0 auto;
}
ul.archive-list li .text h4 {
  font-size: 3.4667vw;
  font-weight: 700;
  margin-bottom: .5em;
}

ul.archive-list li .text p {
    font-size: 2.8vw;
}

ul.archive-list li .link a {
    background-color: #6d4ef5;
    text-align: center;
    font-size: 2.8vw;
    padding: .75em .5em .75em 0;
    position: relative;
}
ul.archive-list li .link a::before {
  position: absolute;
  content: "";
  width: 1.3333vw;
  height: 1.3333vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 2.6667vw;
  transform: rotate(45deg);
}
#Space .btn-tw-follow {
  width: 47.76%;
  margin: 0 auto;
}


/*** ----------------- PC ----------------- ***/
@media only screen and (max-width: 1024px) {
  #wrap .contsBox#Space .contsBoxInner .timeline .timelineInner {
    margin-left: auto;
  }
  #wrap .contsBox#Space .contsBoxInner .contsTtl {
    text-align: center;
  }
  #wrap .contsBox#Space .contsBoxInner .left .detail {
    text-align: center;
  }
  ul.archive-list li .text {
    margin-bottom: 4.8vw;
  }
}
@media only screen and (min-width: 1025px) {
  #wrap .contsBox#Space .contsBoxInner .contsTtl {
    width: auto;
    margin-bottom: 50px;
    padding: 0;
  }
  #wrap .contsBox#Space .contsBoxInner .contsTtl .icon {
    width: 77px;
    padding-right: 20px;
  }
  #wrap .contsBox#Space {
    padding: 80px 0 140px;
    width: 100%;
    margin: auto;
  }
  #wrap .contsBox#Space .contsBoxInner {
    width: 100%;
  }
  #wrap .contsBox#Space .contsBoxInner .contsTtl .text {
    font-size: 48px;
  }
  #wrap .contsBox#Space .contsBoxInner .left {
    width: 61%;
    margin: 0;
  }
  #wrap .contsBox#Space .contsBoxInner .left .detail {
    font-size: 21px;
    margin-bottom: 60px;
  }
  #wrap .contsBox#Space .contsBoxInner .left .message {
    padding: 30px 40px 40px;
    background-color: rgba(94,67,209,.6);
    border: 2px solid #fff;
    border-radius: 16px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
  }
  #wrap .contsBox#Space .contsBoxInner .timeline {
    width: 33%;
  }
  #wrap .contsBox#Space .contsBoxInner .timeline .timelineTtl {
    font-size: 28px;
    margin-bottom: 20px;
  }
  #wrap .contsBox#Space .contsBoxInner .timeline .timelineInner {
    border-radius: .5em;
    margin-bottom: 0;
    width: 100%;
  }

  #wrap .contsBox#Space .contsBoxInner .columnBox {
    margin-bottom: 60px;
    position: relative;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
  }
  #wrap .contsBox#Space .btn-tw-follow {
    width: 320px;
    margin-top: 40px;
  }
  #wrap .contsBox#Space .btn-tw-follow + p.space-note {
    font-size: 17px;
    margin-top: 1em;
    text-align: center;
  }
  .space-archive {
    margin-top: 80px;
  }
  .space-archive h3 {
      text-align: center;
      font-size: 32px;
      margin-bottom: 20px;
      font-weight: 900;
  }
  ul.archive-list {
      border-top: 1px solid #fff;
  }
  ul.archive-list li {
      padding: 30px 60px;
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #fff;
  }
  ul.archive-list li .text {
      width: 74.2%;
      padding-right: 20px;
  }
  ul.archive-list li .link {
      width: 27%;
  }
  ul.archive-list li .text h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: .5em;
  }

  ul.archive-list li .text p {
      font-size: 21px;
  }

  ul.archive-list li .link a {
      background-color: #6d4ef5;
      text-align: center;
      font-size: min(1.5vw, 21px);
      padding: .75em .5em .75em 0;
      position: relative;
  }
  ul.archive-list li .link a::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 18px;
    transform: rotate(45deg);
}
}