@charset "UTF-8";

/* body
***************************************************************/
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: .05em;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /* iPhoneの文字サイズバグの回避 */
}
body.hide{
overflow:hidden;
}
body p {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: .05em;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* iPhoneの文字サイズバグの回避 */
}


/* link
***************************************************************/
a {
color: #fff;
text-decoration: none;
}
a:hover{
color: #fff;
text-decoration: underline;
}

/* clear
***************************************************************/
div,.clearfix {
zoom:1;
}
div:after,.clearfix:after {
content:".";
display: block;
height:0px;
clear:both;
visibility:hidden;
overflow:hidden;
font-size:0.1em;
}

/* main_wrap
***************************************************************/
#main_wrap {
  width: 100%;
  background: #000;
  background: center top #000;
  background: url(../img/common/content_bg.jpg) center top no-repeat #000;

}
#main_wrap .inner {
  width: 100%;
  max-width: 1280px;
  padding: 0 0 0;
  margin: 0 auto;
}

#main_wrap #content_head {
  text-align: center;
  margin-bottom: 45px;
}
#main_wrap .content_box{
  width: 96%;
  max-width: 970px;
  padding: 10px 0 30px;
  margin: 0 auto 50px;
  border: 5px solid #fff;
  border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: left;
}
#main_wrap #onAir.content_box {
  box-shadow: 0px 0px 20px rgba(229, 0, 131, 1),0px 0px 20px rgba(229, 0, 131, 1) inset;
}
#main_wrap #movie.content_box {
  box-shadow: 0px 0px 20px rgba(9, 128, 154, 1),0px 0px 20px rgba(9, 128, 154, 1) inset;
}
#main_wrap #archive.content_box {
  box-shadow: 0px 0px 20px rgba(219, 224, 59, 1),0px 0px 20px rgba(219, 224, 59, 1) inset;
}
#main_wrap .content_box h2{
  width: 100%;
  max-width: 950px;
  margin: 0 auto 20px;
}
#main_wrap .content_box h2 img {
  width: 100%;
  height: auto;
}
#main_wrap .content_box .clearfix {
  width: 96%;
  max-width: 910px;
  margin: 0 auto;
  padding: 0 2%;
}
#main_wrap #onAir.content_box p.pic {
  width: 49%;
  max-width: 439px;
  float: left;
}
#main_wrap #onAir.content_box p.pic img {
  width: 100%;
  height: auto;
}
#main_wrap #onAir.content_box .text {
  width: 48%;
  float: right;
}
#main_wrap #onAir.content_box .text .title {
  font-size: 20px;
  margin-bottom: 20px;
}
#main_wrap #onAir.content_box .text .title span{
  font-size: 18px;
  font-weight: bold;
  color: #f9239e;
  display: block;
  line-height: 1em;
  margin-bottom: 15px;
}
#main_wrap #onAir.content_box .text .sns {
  margin: 20px 0 0;
}


#main_wrap #movie.content_box .text {
  width: 96%;
  max-width: 910px;
  margin: 0 auto 20px;
  padding: 0 2%;
  position: relative;
}
/*
#main_wrap #movie.content_box .text p{
  width: 80%;
}
*/
#main_wrap #movie.content_box .text p.btn {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
#main_wrap #movie.content_box .text p.btn a{
  background: #000;
  display: inline-block;
}
#main_wrap #movie.content_box .text p.btn a img {
  width: 100%;
  height: auto;
}
#main_wrap #movie.content_box .clearfix p.pic {
  width: 36%;
  max-width: 319px;
  float: left;
}
#main_wrap #movie.content_box .clearfix p.pic img {
  width: 100%;
  height: auto;
}
#main_wrap #movie.content_box .clearfix .text {
  width: 60%;
  float: right;
}
#main_wrap #movie.content_box .clearfix .text p.link{
  width: 60%;
  max-width: 285px;
  margin-top: 30px;
  background: #000;
}
#main_wrap #movie.content_box .clearfix .text p.link img {
  width: 100%;
  height: auto;
}
#main_wrap #archive.content_box {
  padding-bottom: 0;
}
#main_wrap #archive.content_box ul {
  width: 95%;
  max-width: 910px;
  padding: 0 2% 0 3%;
  font-size:0;
}
#main_wrap #archive.content_box li {
  width: 24%;
  display: inline-block;
  vertical-align:top;
  margin-bottom: 2%;
  margin-right: 1%
}
#main_wrap #archive.content_box li:nth-child(4n){
  margin-right: 0;
}

#main_wrap #archive.content_box li a {
  display: block;
}
#main_wrap #archive.content_box li a:hover{
  text-decoration: none;
}
#main_wrap #archive.content_box li p {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  word-break: break-all;
}
#main_wrap #archive.content_box li p span{
  font-size: 14px;
  font-weight: bold;
  color: #f1e900;
  display: block;
  margin-bottom: 5px;
  line-height: 1em;
}
#main_wrap #archive.content_box li p.pic {
  width: 96%;
  text-align: right;
  margin-bottom: 20px;
  background: #000;
}
#main_wrap #archive.content_box li p.pic img {
  width: 100%;
  height: auto;
}
#main_wrap #banner {
  margin-bottom: 80px;
  text-align: center;
}
#main_wrap #banner p.banner_link a{
  width: 363px;
  display: block;
  margin: 0 auto;
  background: #000;
}
#main_wrap #banner p.archive_link {
  margin-bottom: 20px;
}
#main_wrap #banner p.archive_link a{
  width: 363px;
  display: block;
  margin: 0 auto;
  background: #000;
}
#main_wrap #banner a img {
  width: 100%;
  height: auto;
}

.sp {
  display: none;
}
/* main_footer
***************************************************************/
#main_footer {
  width: 100%;
  height: 80px;
}
#main_footer .inner {
  width: 100%;
  max-width: 1020px;
  height: 80px;
  margin: 0 auto;
  position: relative;
}
#main_footer .inner .homeBtn {
  position: absolute;
  top: 20px;
  left: 20px;
}
#main_footer .inner .img {
  position: absolute;
  top: 30px;
  right: 20px;
}
#main_footer .inner .copy {
  line-height: 80px;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  color: #000;
}

.bannerlist {
	text-align: center;
	padding: 0 0 50px;
}
.bannerlist p {
	display: none;
}
.bannerlist p.btn {
	display: block;
}
.bannerlist p.btn img {
	max-width: 100%;
}

@media screen and (max-width: 641px) {
  * {
    font-size: 14px;
  }
  .sp {
    display: block;
  }
  #main_wrap {
    background: url(../img/common/content_bg_loop.jpg) center top repeat-y;
  }
  #main_wrap .inner {
    width: 90.8%;
    padding: 0 4.6%;
    margin: 0 auto;
    max-width: none;
    background: url(../img/common/content_bg.jpg) center top no-repeat;
  }
  #main_wrap #content_head h1,
  #main_wrap #content_head .info{
    width: 88%;
    margin: 0 auto;
  }
  #main_wrap #content_head img {
    width: 100%;
    height: auto;
  }
  #main_wrap .content_box {
    width: 90%;
    padding: 5%;
    margin-bottom: 20px;
  }

  #main_wrap .content_box h2 {
    margin-bottom: 10px;
  }
  #main_wrap #onAir.content_box p.pic {
    width: 98%;
    max-width: none;
    float: none;
    margin: 0 auto 10px;
  }
  #main_wrap #onAir.content_box p.pic img {
    width: 100%;
    height: auto;
  }
  #main_wrap #onAir.content_box .text {
    width: 100%;
    float: none;
  }
  #main_wrap #onAir.content_box .text .title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  #main_wrap #onAir.content_box .text .title span{
    font-size: 20px;
    font-weight: bold;
    color: #f9239e;
    display: block;
    line-height: 1em;
    margin-bottom: 10px;
  }
  #main_wrap #onAir.content_box .text .sns {
    width: auto;
    max-width: 100%;
    margin: 20px 0 0;
  }
  #main_wrap #onAir.content_box .text .sns img{
    width: 100%;
    height: auto;
  }

  #main_wrap #movie.content_box .text p{
    width: 100%;
    position: static;
  }
  #main_wrap #movie.content_box .text p.btn {
    position: static;
    width: auto;
    text-align: center;
    margin-top: 10px;
  }
  #main_wrap #movie.content_box .text p.btn a{
    width: 100%;
	display: block;
	background: none transparent;
  }
  #main_wrap #movie.content_box .text p.btn a img {
	display: none;
  }
#main_wrap #movie.content_box .text p.btn a::after {
	content: "";
	background: url(../img/common/banner_gyao_sp.jpg) no-repeat center top;
	background-size: auto 100%;
	display: block;
	padding-top: 39vw;
}



  #main_wrap #movie.content_box .text p.btn img {
    width: 100%;
    height: auto;
  }
  #main_wrap #movie.content_box .clearfix p.pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    max-width: none;
  }
  #main_wrap #movie.content_box .clearfix .text {
    width: 100%;
    float: none;
    padding: 0;
  }
  #main_wrap #movie.content_box .clearfix .text p.link{
    width: 100%;
    max-width: none;
  }
  #main_wrap #movie.content_box .clearfix .text p.link img {
    width: 100%;
    height: auto;
  }
  #main_wrap #archive.content_box ul {
    width: 96%;
    max-width: 910px;
    padding: 0 2%;
    font-size:0;
    letter-spacing: -50px;
  }
  #main_wrap #archive.content_box li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 2%;
    letter-spacing: normal;
  }
  #main_wrap #archive.content_box li:nth-child(2n){
    margin-right: 0;
  }
  #main_wrap #archive.content_box li p.pic{
    width: 100%;
  }
  #main_wrap #archive.content_box li p {
    font-size: 14px;
  }
  #main_wrap #banner {
    width: 90%;
    margin: 40px auto 60px;
  }
  #main_wrap #banner p.banner_link a{
    width: 100%;
  }
  #main_wrap #banner p.archive_link {
    margin-bottom: 20px;
  }
  #main_wrap #banner p.archive_link a{
    width: 100%;
  }
  #main_wrap #banner img {
    width: 100%;
    height: auto;
  }
  #main_footer .inner .homeBtn {
    position: absolute;
    top: 20px;
    left: 15px;
  }
  #main_footer .inner .img {
    position: absolute;
    top: 20px;
    left: 100px;
  }
  #main_footer .inner .copy {
    position: absolute;
    text-align: left;
    font-size: 10px;
    line-height: 1em;
    top:50px;
    left: 100px;
  }
  .pc {
    display: none;
  }
	.bannerlist {
		padding: 20px 0 40px;
	}
	.bannerlist p.btn a {
		display: block;
	}
	.bannerlist p.btn a img {
		display: none;
	}
	.bannerlist p.btn a::after {
		content: "";
		background: url(../img/common/banner_gyao_sp.jpg) no-repeat center top;
		background-size: auto 100%;
		display: block;
		padding-top: 39vw;
	}
}



@media screen and (max-width: 767px) {
    
    /* overrides common styles */
    #commonFooter{
        width: 100%;
        position: static;
    }
    
    #commonFooterInner{
        padding: 15px 0;
        width: 100%;
        background-color: #282828;
        text-align: center;
    }
    #commonFooter li{
        display:inline-block !important;
        float: none;
    }
}