.content {
  z-index: auto;
  padding-bottom: 0;
}

.content:before {
  display: none;
}

.page_top_wrap .page_top {
  background-image: url(../img/top/btn_pagetop_top.png);
}

.top {
  position: relative;
  width: 1120px;
  min-height: 1080px;
  margin: 0 auto;
  padding-left: 770px;
  color: #fff;
}

.top .main_img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px){
.top .copy {
    opacity: 0;
    position: absolute;
    top: 10.3%;
    left: 24px;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    width: 20%;
	}
}



.top .copy {
	opacity: 0;
    position: absolute;
    top: 10.3%;
    left: 4px;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    width: 30%;
	}



.top .logo {
  opacity: 0;
  position: relative;
  left: -230px;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  width: 630px;
}

.top .onair {
  opacity: 0;
  position: relative;
  top: -5px;
  left: -20px;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  width: 370px;
}

.top_story {
  opacity: 0;
  margin-top: 12px;
}

.top_story .story_title_area {
  position: relative;
}

.top_story .story_title_area .story_num {
  font-weight: bold;
  font-size: 15px;
}

.top_story .story_title_area .story_day {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}

.top_story .story_title_area .nextDay {
    display: block;
    line-height: 1.25em;
    font-size: 0.625em !important;
    font-weight: normal;

}

.top_story .story_title_area .story_title {
    margin-top: 5px;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.8;
    color: #f4e001;

}
.top_story .story_title_area .story_txt {
  margin: 5px 0 40px;
  font-size: 0.875em;
  line-height: 1.25em;
  font-weight:normal;
}

.top_story .story_title_area .story_movie {
  margin-bottom: 15px;
}

.top_topics {
  opacity: 0;
  margin: 15px 0 20px;
}

.top_topics ::-webkit-scrollbar {
  width: 4px;
}

.top_topics ::-webkit-scrollbar-track {
  background-color: #5a5a5a;
}

.top_topics ::-webkit-scrollbar-thumb {
  background-color: #323232;
}

.top_topics .topics {
  width: 100%;
  height: 320px;
  margin-top: 12px;
  overflow-y: scroll;
}

.top_topics .topics ul {
  padding-right: 15px;
}

.top_topics .topics li {
  margin-bottom: 15px;
  padding-bottom: 15px;

  border-bottom: 1px solid #838383;
}

.top_topics .topics li a {
  text-decoration: none;
}

.top_topics .topics li .topics_title {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.top_topics .topics li .topics_day {
  margin-top: 3px;
  color: #da0728;
  font-size: 13px;
}

.top_topics .topics li:last-child {
  border-bottom: 0;
}

.tw_50th {
  padding: 52px 0 120px;
  background: url(../img/top/pc/bg_tw.png) repeat-x center top;
  text-align: center;
}

.tw_50th .btn {
  width: 268px;
  margin: 0 auto;
}

.tw_50th .tw_box {
  display: inline-block;
  width: 540px;
  vertical-align: top;
}

.tw_50th .tw_box .tw_title {
  width: 518px;
  margin: 0 auto;
}

.tw_50th .tw_box .tw_content {
  margin-top: 12px;
  padding: 20px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px;
}

.tw_50th .tw_box .btn {
  margin-top: 27px;
}

.tw_50th .y_50th_box {
  display: inline-block;
  width: 400px;
  vertical-align: top;
}

.tw_50th .y_50th_box .img {
  padding-top: 62px;
  overflow: hidden;
}

.tw_50th .y_50th_box .img img {
  position: relative;
  left: -100px;
  max-width: 618px;
}

.tw_50th .y_50th_box .btn {
  margin-top: 52px;
}

.page_top_wrap {
  margin-top: -80px;
}

.footer {
  margin-top: -80px;
}

.wrapper.load .top .main_img {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.wrapper.load .top .copy {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1.5s ease 2.3s, -webkit-transform 10s ease 2.3s;
  transition: opacity 1.5s ease 2.3s, -webkit-transform 10s ease 2.3s;
  transition: opacity 1.5s ease 2.3s, transform 10s ease 2.3s;
  transition: opacity 1.5s ease 2.3s, transform 10s ease 2.3s, -webkit-transform 10s ease 2.3s;
}

.wrapper.load .top .logo {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1s ease .4s, -webkit-transform 1.5s ease .4s;
  transition: opacity 1s ease .4s, -webkit-transform 1.5s ease .4s;
  transition: opacity 1s ease .4s, transform 1.5s ease .4s;
  transition: opacity 1s ease .4s, transform 1.5s ease .4s, -webkit-transform 1.5s ease .4s;
}

.wrapper.load .top .onair {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1s ease 1s, -webkit-transform 1.5s ease 1s;
  transition: opacity 1s ease 1s, -webkit-transform 1.5s ease 1s;
  transition: opacity 1s ease 1s, transform 1.5s ease 1s;
  transition: opacity 1s ease 1s, transform 1.5s ease 1s, -webkit-transform 1.5s ease 1s;
}

.wrapper.load .top_story {
  opacity: 1;
  -webkit-transition: opacity 1s ease 1.8s;
  transition: opacity 1s ease 1.8s;
}

.wrapper.load .top_topics {
  opacity: 1;
  -webkit-transition: opacity 1s ease 1.8s;
  transition: opacity 1s ease 1.8s;
}

.wrapper.load .content section {
  -webkit-transition: opacity 1s ease 1.8s;
  transition: opacity 1s ease 1.8s;
}
 .twitter-timeline {width:540px !important;}
.sp{display:none;}
.pc{display:block;}
@media screen and (max-width: 767px) {

.tw_50th {
    padding: 9% 0 95px;
    background: url(../img/top/sp/bg_tw.png) repeat-x center top;
    background-size: cover;
  }
  .tw_50th .btn {
    width: 65%;
  }
  .tw_50th .tw_box {
    width: 100%;
  }
  .tw_50th .tw_box .tw_title {
    width: 100%;
  }
  .tw_50th .tw_box .tw_content {
    width: 90%;
    margin: 12px auto 0;
    padding: 4%;
    border-radius: 7px;
  }
  .tw_50th .tw_box .btn {
    margin-top: 5.5%;
  }
  .tw_50th .y_50th_box {
    width: 100%;
  }
  .tw_50th .y_50th_box .img {
    padding-top: 7.5%;
  }
  .tw_50th .y_50th_box .img img {
    position: static;
    max-width: 100%;
  }
  .tw_50th .y_50th_box .btn {
    margin-top: 5%;
  }

.sp{display:block;}
.pc{display:none;}
  .top {
    width: 100%;
    min-height: 100px;
    padding-left: 0;
  }
  .top .main_img {
    position: relative;
    top: 71px;
  }


  .top .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .top .onair {
    position: relative;
    top: 30px;
    left: 0;
    width: 100%;
    margin-top: -13%;
  }
  .top_story {
    margin-top: 10%;
  }
  .top_story .story_title_area {
    width: 90%;
    margin: 1% auto 0;
  }
  .top_story .story_title_area .story_num {
    font-size: 15px;
  }
  .top_story .story_title_area .story_day {
    font-size: 12px;
  }
.top_story .story_title_area .story_title {
    margin-top: 5px;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.5;
    color: #f4e001;

}
.top_story .story_title_area .nextDay {
    font-size: 0.625em !important;
    color: #f4e001;
    display:block;

    font-weight:normal;
}
  .top_story .story_title_area .story_txt {
    margin: 5px 0 30px;
    font-size: 0.875em;
    line-height: 1.4;
    font-weight:normal;
  .top_story .story_title_area .story_movie {
    position: relative;
    width: 100%;
	margin-bottom:10px;
    padding-top: 56.25%;
  }
  .top_story .story_title_area .story_movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .top_topics {
    margin-top: 9%;
  }
  .top_topics .topics {
    width: 90%;
    height: auto;
    margin: 16px auto 0;
    overflow-y: auto;
  }
  .top_topics .topics ul {
    padding-right: 0;
  }
  .top_topics .topics li {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .top_topics .topics li .topics_title {
    font-size: 14px;
    line-height: 1.2;
  }
  .top_topics .topics li .topics_day {
    margin-top: 3px;
    font-size: 12px;
  }
  .top_topics .topics li:nth-child(n+4) {
    display: none;
  }
  .top_topics .topics li:nth-child(3) {
    border-bottom: 0;
  }
 
  .page_top_wrap {
    margin-top: -40px;
  }
  .footer 
    margin-top: -40px;
  }
  
 .twitter-timeline {width:90% !important;}
  
}




@media screen and (max-width: 768px){
#twitter-widget-0{height:225px !important;}

.tw_50th .y_50th_box .img img {
    position: static;
    max-width: 90% !important;
    border-radius: 20px;
}

.tw_50th .y_50th_box .btn {
    margin: 25px auto 55px;
}


}



/*@QQQ2019pu@*/
@media screen and (min-width: 769px){

#twitter-widget-0{height:390px !important;}

.tw_50th .y_50th_box {
    display: inline-block;
    width: 500px !important;
    vertical-align: top;
}

.tw_50th .y_50th_box .img img {
    position: static;
    max-width: 90% !important;
    border-radius: 20px;
}

.tw_50th .y_50th_box .btn {
    margin-top: 25px;
}


}