@charset "UTF-8";
.logo {
  display: none;
}

.top_content {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.top_content .main_img {
  position: relative;
  z-index: -1;
}

.top_content .top_logo {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 45px;
  padding-top: 15px;
  text-align: center;
}

.top_content .top_logo img {
  height: 100%;
}

.top_content .onair_txt {
  opacity: 0;
  position: absolute;
  bottom: 3%;
  left: 9.3%;
  width: 81.4%;
}

.top_content .chach1 {
  opacity: 0;
  position: absolute;
  top: 11%;
  right: 1.5%;
  width: 9.4%;

  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -ms-filter: blur(15px);
  -o-filter: blur(15px);
  filter: blur(15px);
}

.top_content .chach2 {
  opacity: 0;
  position: absolute;
  top: 11%;
  left: 1.5%;
  width: 9.4%;

  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -ms-filter: blur(15px);
  -o-filter: blur(15px);
  filter: blur(15px);
}

.top_content .pia {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 1%;
  width: 31%;
}

#stage {
  opacity: 0;
  position: absolute;

  mix-blend-mode: overlay;
}

.top_news {
  opacity: 0;
  z-index: 20;
  width: 100%;
  padding: 10px 10px 10px 65px;
  background-color: #fff;
  font-size: 10px;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  letter-spacing: normal;
}

.top_news .news_title {
  position: absolute;
  left: 10px;
  width: 48px;
  background: url(../img/top/icon_news.png) no-repeat top right;
  background-size: 7px auto;
  font-size: 13px;
  font-family: "Amiri", serif !important;
}

.top_news .news_list {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.top_news .news_list li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: opacity .3s ease, -webkit-transform .1s ease .3s;
  transition: opacity .3s ease, -webkit-transform .1s ease .3s;
  transition: opacity .3s ease, transform .1s ease .3s;
  transition: opacity .3s ease, transform .1s ease .3s, -webkit-transform .1s ease .3s;

  pointer-events: none;
  text-overflow: ellipsis;
}

.top_news .news_list li.now_news {
  opacity: 1;
  position: relative;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .4s ease .2s, -webkit-transform .7s cubic-bezier(.215, .61, .355, 1) .2s;
  transition: opacity .4s ease .2s, -webkit-transform .7s cubic-bezier(.215, .61, .355, 1) .2s;
  transition: opacity .4s ease .2s, transform .7s cubic-bezier(.215, .61, .355, 1) .2s;
  transition: opacity .4s ease .2s, transform .7s cubic-bezier(.215, .61, .355, 1) .2s, -webkit-transform .7s cubic-bezier(.215, .61, .355, 1) .2s;

  pointer-events: auto;
}

.top_news .news_list li a {
  color: #141d47;
}

.top_news .news_list li br {
  display: none;
}

.onair_txt {
  opacity: 0;
  padding: 8% 15% 2%;
}

.top_banner {
  opacity: 0;
  margin-top: 8%;
}

.top_banner li {
  margin: 0 5px;
}

.modal_movie {
  opacity: 0;
  position: relative;
  margin-top: 15%;
  padding-top: 56.25%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.modal_movie:before {
  content: "";
  opacity: .7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #b7a9ff;

  mix-blend-mode: multiply;
}

.modal_movie:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background: url(../img/top/play.png) no-repeat center center;
  background-size: 15% auto;
}

.top_bottom_banner {
  opacity: 0;
  z-index: 10;
  width: 100%;
  padding: 4% 0;
  background: rgba(20, 29, 71, .85);
  text-align: left;
}

.top_bottom_banner ul {
  width: 92%;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: -.4em;
}

.top_bottom_banner ul li {
  display: inline-block;
  width: 48%;
  margin: 1%;
}

.header .menu_btn {
  opacity: 0;
}

.header.load .menu_btn {
  opacity: 1;
  -webkit-transition: opacity 1s ease 3s;
  transition: opacity 1s ease 3s;
}

.container.load {
  -webkit-transition: opacity 1.3s ease;
  transition: opacity 1.3s ease;
}

.container.load .top_content .top_logo {
  opacity: 1;
  -webkit-transition: opacity 1s ease 3s;
  transition: opacity 1s ease 3s;
}

.container.load .top_content .chach1 {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out .5s, -webkit-filter 1.5s ease-in-out .5s;
  transition: opacity 1s ease-in-out .5s, -webkit-filter 1.5s ease-in-out .5s;
  transition: opacity 1s ease-in-out .5s, filter 1.5s ease-in-out .5s;
  transition: opacity 1s ease-in-out .5s, filter 1.5s ease-in-out .5s, -webkit-filter 1.5s ease-in-out .5s;

  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  -o-filter: blur(0px);
  filter: blur(0px);
}

.container.load .top_content .chach2 {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out .7s, -webkit-filter 1.5s ease-in-out .7s;
  transition: opacity 1s ease-in-out .7s, -webkit-filter 1.5s ease-in-out .7s;
  transition: opacity 1s ease-in-out .7s, filter 1.5s ease-in-out .7s;
  transition: opacity 1s ease-in-out .7s, filter 1.5s ease-in-out .7s, -webkit-filter 1.5s ease-in-out .7s;

  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  -o-filter: blur(0px);
  filter: blur(0px);
}

.container.load .top_content .pia {
  opacity: 1;
  -webkit-transition: opacity 1s ease 3s;
  transition: opacity 1s ease 3s;
}

.container.load .top_content #stage {
  opacity: 1;
  -webkit-transition: opacity 1s ease 2s;
  transition: opacity 1s ease 2s;
}

.container.load .top_news {
  opacity: 1;
  -webkit-transition: opacity 1s ease 3s;
  transition: opacity 1s ease 3s;
}

.container.load .top_banner {
  opacity: 1;
  -webkit-transition: opacity 1s ease 3s;
  transition: opacity 1s ease 3s;
}

.container.load .onair_txt {
  opacity: 1;
  -webkit-transition: opacity 1s ease 3s;
  transition: opacity 1s ease 3s;
}

.container.load .modal_movie {
  opacity: 1;
  -webkit-transition: opacity 1s ease 3s;
  transition: opacity 1s ease 3s;
}

.container.load .top_bottom_banner {
  opacity: 1;
  -webkit-transition: opacity 1s ease 3s;
  transition: opacity 1s ease 3s;
}

.impressions {
  padding: 8% 0 0;
  text-align: center;
}

.impressions .impressions_in {
  position: relative;
  width: 92%;
  margin: 0 auto -10%;
}

.impressions .impressions_title {
  width: 92%;
  margin: 0 auto;
}

.impressions .impressions_att {
  margin-top: 5px;
  color: #141d47;
  font-size: 11px;
  line-height: 1.6;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

.impressions .impressions_btn {
  width: 140px;
  margin: 20px auto 0;
}

.impressions .impressions_btn a {
  display: block;
  position: relative;
  padding: 9px;
  background: linear-gradient(45deg, #76aee7 0%, #67a0e1 50%, #5792dd 100%);
  color: #fff;
  font-size: 13px;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  letter-spacing: .03em;
  text-decoration: none;
}

.impressions .impressions_detail {
  margin-top: 25px;
}
