@charset "UTF-8";
.container {
  opacity: 0;
  position: relative;
  z-index: 3;
  min-height: 90vh;
  padding-bottom: 10px;

  -webkit-filter: none !important;
  -moz-filter: none !important;
  -ms-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}

.logo {
  display: none;
}

.top {
  padding-bottom: 0;
  background-image: none;
}

.top_news {
  opacity: 0;
  position: absolute;
  z-index: 20;
  width: 100%;
  padding: 13px 100px 13px 120px;
  background: -webkit-gradient(linear, left top, right top, from(#c9c2eb), to(#b2b2d6));
  background: linear-gradient(90deg, #c9c2eb 0%, #b2b2d6 100%);
  font-size: 14px;
  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: 40px;
  width: 64px;
  background: url(../img/top/icon_news.png) no-repeat center right;
}

.top_news .news_list {
  position: relative;
  z-index: 10;
  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;
}

.top_content {
  position: relative;
  min-height: 600px;
  overflow: hidden;
}

.top_content .top_main_img {
  position: relative;
  z-index: -1;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 76.5%;
  background: url(../img/top/img_main.jpg) no-repeat center center;
  background-size: cover;
}

.top_content .chach {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -140%);
      -ms-transform: translate(-50%, -140%);
          transform: translate(-50%, -140%);

  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -ms-filter: blur(15px);
  -o-filter: blur(15px);
  filter: blur(15px);
}

.top_content .top_content_in {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
}

.top_content .top_content_in.scroll_btm {
  position: absolute;
  top: auto;
  bottom: 0;
}

.top_content .main_txt {
  position: absolute;
  top: 70px;
  right: 25px;
}

.top_content .main_txt .top_logo {
  width: 254px;
}

.top_content .main_txt .onair_txt {
  width: 204px;
  margin: 25px auto 0;
}

.top_content .top_banner {
  position: absolute;
  right: 25px;
  bottom: 15px;
  width: 250px;
}

.top_content .pia {
  position: absolute;
  top: 60px;
  left: 210px;
  width: 180px;
}

.top_content .modal_movie_wrap {
  position: absolute;
  top: 80px;
  left: 40px;
}

.top_content .modal_movie_wrap:before {
  content: "";
  opacity: .7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #b7a9ff;
  border-radius: 50%;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;

  mix-blend-mode: multiply;
}

.top_content .modal_movie_wrap: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: 30% auto;
  border-radius: 50%;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.top_content .modal_movie_wrap:hover:before {
  opacity: 0;
}

.top_content .modal_movie_wrap:hover:after {
  opacity: 0;
}

.top_content .modal_movie_in {
  position: relative;
  z-index: 1;
  width: 150px;
  height: 150px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
}

.top_content .modal_movie_in #youtube_thumb {
  width: 178%;
  height: 100%;
  margin-left: -58px;
}

.top_content .top_bottom_banner {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 7px 0;
  background: rgba(20, 29, 71, .85);
  text-align: center;
  -webkit-transition: opacity .5s ease 2s, -webkit-transform .4s ease;
  transition: opacity .5s ease 2s, -webkit-transform .4s ease;
  transition: transform .4s ease, opacity .5s ease 2s;
  transition: transform .4s ease, opacity .5s ease 2s, -webkit-transform .4s ease;
}

.top_content .top_bottom_banner.close {
  -webkit-transform: translateY(97%);
      -ms-transform: translateY(97%);
          transform: translateY(97%);
}

.top_content .top_bottom_banner .open_btn {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}

.top_content .top_bottom_banner ul {
  padding: 10px 0;
  font-size: 0;
  letter-spacing: -.4em;
}

.top_content .top_bottom_banner ul li {
  display: inline-block;
  width: 250px;
  margin: 5px;
}

.top_content #stage {
  opacity: 0;
  position: absolute;
  top: auto;
  bottom: -10px;
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.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_news {
  opacity: 1;
  -webkit-transition: opacity 1s ease 3s;
  transition: opacity 1s ease 3s;
}

.container.load .top_content .chach {
  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 .top_content_in {
  opacity: 1;
  -webkit-transition: opacity 1s ease 3s;
  transition: opacity 1s ease 3s;
}

.container.load .top_content .top_bottom_banner {
  opacity: 1;
}

.container.load .top_content #stage {
  opacity: 1;
  -webkit-transition: opacity 1s ease 2s;
  transition: opacity 1s ease 2s;
}

.impressions {
  padding: 50px 0 30px;
  background-color: rgba(255, 255, 255, .5);
  text-align: center;
}

.impressions .impressions_in {
  position: relative;
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
}

.impressions .impressions_att {
  color: #141d47;
  font-size: 12px;
  line-height: 1.5;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

.impressions .impressions_btn {
  position: absolute;
  top: 15px;
  right: 0;
}

.impressions .impressions_btn a {
  display: block;
  position: relative;
  padding: 10px 18px;
  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: 30px;
}

@media screen and (max-height: 780px) {
  .top_content .top_content_in {
    position: absolute !important;
    height: 100% !important;
  }
  .top_content .top_content_in .top_banner {
    top: 635px;
    bottom: auto !important;
  }
}
