html,body{
  width: 100%;
  height: 100%;
}

body{
  color:#4c4c4c;
  background: #eff2f2;
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "MS PGothic", Helvetica, sans-serif;
}

img{
  vertical-align: bottom;
}

a{
  text-decoration: none;
}

/*snsBtn*/

.snsBtnArea .snsBtn{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 15px 0 10px;
}

.snsBtnArea .snsBtn li{
  display: inline-block;
}


.youtubeEmbed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtubeEmbed iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.wrap{
  width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
}

.content{
  width: 1000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
  background: #fff;
  padding: 20px;
}

.content h2,
.content h3{
  border-radius: 5px;
  padding: 10px 0;
  margin-bottom: 20px;
  text-align: center;
  ont-weight: bold;
  background: #e7e9e9;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

footer{
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 10px;
  padding: 10px 0;
}

/*///////// contentsLeft /////////*/
.contentsLeft{
  width: 635px;
  float: left;
}

/*channelMain*/
.channelMain {
  margin-bottom: 30px;
}

.channelMain > h2{
  background: #000;
  color: #fff;
  font-size: 20px;
}

.channelMain > h2 span{
  color:#ff081f;
}

.channelMain__Movie{
  margin-bottom: 20px;
  text-align: center;
}

.channelMainTextArea__title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.channelMainTextArea__text{
  font-size: 14px;
}

.channelMainTextArea__date{
  font-size: 12px;
  margin-bottom: 10px;
}

/*channelOld*/
.channelOldItem{
  width: 310px;
  border-bottom: 1px solid #e7e9e9;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.channelOld .channel_top_btn{
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
  background: #333;
  clear: both;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}


.channelOldItem:nth-of-type(odd){
  float: left;
}

.channelOldItem:nth-of-type(even){
  float: right;
}

.channelOldItem:nth-of-type(2n+1){
  clear:both
}

.channelOldItem a{
  color:#4c4c4c;
  display: block;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.channelOldItem a:hover{
  opacity: .5;
}

.channelOldItem__title-date{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 180px;
  float: right;
}

.channelOldItem__date{
  font-size: 10px;
  width: 100%;
}

.channelOldItem__photo{
  width: 117px;
  float: left;
}

.channelOldItem__photo img{
  width: 100%;
}

.channelOldItem__title{
  width: 100%;
  font-weight: bold;
  font-size: 12px;
}

.channelOldItem__text{
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  clear: both;
}


/*///////// contentsRight /////////*/
.contentsRight{
  width: 305px;
  float: right;
  font-size: 14px;
}

.pickupScoop h3 span{
  color:#ff081f;
  font-weight: bold;
}

.contentsRight section{
  margin-bottom: 30px;
}

.contentsRight section h3{
  font-size: 16px;
}

.pickupScoop .pickupScoop__thm{
  display: block;
  width: 80%;
  margin: 0 auto 20px;
}

.pickupScoop .pickupScoop__title{
  font-weight: bold;
  margin-bottom: 10px;
}

.pickupScoop .pickupScoop__date{
  font-size: 12px;
  margin-bottom: 10px;
}

.pickupScoop .pickupScoop__thm img{
  width: 100%;
}

.detail .detail__img{
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  h1 a img{
    width: 100%;
  }

  .content{
    width: 100%;
    padding: 20px 10px;
  }

  .wrap{
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
  }
  /*///////// contentsLeft /////////*/
  .contentsLeft{
    width: 100%;
    float: none;
  }

  .channelMain > h2{
    font-size: 16px;
  }

  .channelMain__Movie img{
    width: 100%;
  }

  /*channelOld*/
  .channelOldItem{
    width: 100%;
    border-bottom: 1px solid #e7e9e9;
    margin-bottom: 15px;
  }
  .channel_top_btn{
    display: block;
    clear: both;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #bbb;
    width: 100%;
  }

  .channelOldItem:last-child{
    border-bottom: none;
  }

  .channelOldItem:nth-of-type(odd){
    float: none;
  }

  .channelOldItem:nth-of-type(even){
    float: none;
  }

  .channelOldItem__photo{
    width: 35%;
    float: left;
  }

  .channelOldItem__title-date{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 64%;
    padding-left: 10px;
  }

  /*///////// contentsRight /////////*/
  .contentsRight{
    width: 100%;
    float: none;
  }

  .links a img{
    width: 100%;
  }

}
