.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ============================================================================================
  TOP

  @date 2017-07-12
  @include _top

  memo: */
#onair-page {
  width: 100%;
}

.header {
  position: relative;
  left: auto;
  top: auto;
  background-color: #fff8da;
}

.header:after {
  content: '';
  display: block;
  width: 100%;
  height: 31px;
  background: url("../img/common/bg_tri_beige.png") center top repeat-x;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  bottom: -16px;
  z-index: 0;
}

.header__inner {
  width: 900px;
  height: 185px;
}

.header__logo {
  height: 277px;
  left: 0;
  transform: translate(0, 0);
}

.header__logo a {
  transform: translate(0, 53px);
}

.header__han {
  display: none;
}

.header__menu {
  display: none;
}

.headline {
  position: relative;
  width: 100%;
  min-width: 1120px;
  background-color: #84d6ff;
}

.headline__inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding: 110px 0 107px;
  text-align: center;
  border: none;
}

.lists {
  position: relative;
  width: 100%;
  min-width: 1120px;
  background-color: #84d6ff;
}

.lists__inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding-bottom: 160px;
  zoom: 1;
  color: #fff8da;
  border: none;
}

.lists__inner:after {
  content: "";
  clear: both;
  display: block;
}

.lists__broadcast {
  width: 59%;
  float: left;
}

.lists__stream {
  width: 41%;
  float: right;
}

.lists__headline {
  margin-bottom: 40px;
}

.lists__broadcast__list {
  margin-bottom: 10px;
}

.lists__broadcast__list p {
  font-size: 18px;
  letter-spacing: .05em;
  line-height: 2.11em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.lists__broadcast__caps {
  font-size: 13px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .05em;
}

.lists__stream__lead {
  font-size: 18px;
  letter-spacing: .05em;
  line-height: 2.11em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.lists__stream__lead:after {
  content: '';
  display: block;
  width: 38px;
  height: 1px;
  background-color: #fff8da;
  position: absolute;
  left: 0;
  bottom: 0;
}

.lists__stream__list {
  font-size: 18px;
  letter-spacing: .05em;
  line-height: 2.11em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 25px;
}

.lists__stream__list a {
  text-decoration: none;
  color: #fff8da;
  position: relative;
  padding-left: 34px;
  transition: all .2s;
}

.lists__stream__list a:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/common/icon_blank.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.lists__stream__list a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.lists__stream__caps {
  font-size: 13px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .05em;
}

.lists__item {
  width: 300px;
  height: 278px;
  position: absolute;
  left: 50%;
  top: 390px;
  transform: translate(-430px, 0);
}

.lists__item p {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.lists__item .eff--fuwa1 {
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  animation: fuwaRoll 3.5s ease-in-out infinite;
}

.lists__item .eff--fuwa2 {
  display: block;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  animation: fuwaHor 7.0s ease-in-out infinite alternate;
}

.lists__item .eff--fuwa3 {
  display: block;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  animation: fuwaVer 6.0s ease-in-out infinite alternate;
}

.lists__item__img {
  position: relative;
}

.lists__item__icon {
  position: absolute;
  left: 279px;
  top: 32px;
  transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  animation: ponpon2 2.5s ease-in-out infinite;
}

@keyframes kurukuru {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes ponpon2 {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.1);
  }
  85% {
    transform: scale(0.9);
  }
  90% {
    transform: scale(1.04);
  }
  95% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes fuwaRoll {
  0% {
    transform: rotateZ(5deg) scale(0.95);
  }
  50% {
    transform: rotateZ(-5deg) scale(1);
  }
  100% {
    transform: rotateZ(5deg) scale(0.95);
  }
}

@keyframes fuwaHor {
  0% {
    transform: translate(5px, 0);
  }
  50% {
    transform: translate(-5px, 0);
  }
  100% {
    transform: translate(5px, 0);
  }
}

@keyframes fuwaVer {
  0% {
    transform: translate(0, 5px);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 5px);
  }
}

@media screen and (max-width: 768px) {
  /* ============================================================================================
  SP TOP

  @date 2017-07-12
  @include sp/_top

  memo:
  padding: 70px
  padding: 18.66667vw
  @include spimg(width, 346)
  @mixin =========================================================================================== */
  #onair-page {
    width: 100%;
  }
  .header {
    position: relative;
    left: auto;
    top: auto;
    background-color: #fff8da;
  }
  .header:after {
    content: '';
    display: block;
    width: 100%;
    height: 15.5px;
    height: 4.13333vw;
    bottom: -8px;
    bottom: -2.13333vw;
    background: url("../img/common/bg_tri_beige.png") center top repeat-x;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    z-index: 0;
  }
  .header__inner {
    width: 85.333%;
    height: 107.5px;
    height: 28.66667vw;
  }
  .header__logo {
    height: 185px;
    height: 49.33333vw;
    left: 0;
    transform: translate(0, 0);
  }
  .header__logo a {
    transform: translate(0, 23px);
    transform: translate(0, 6.13333vw);
  }
  .header__han {
    display: block;
  }
  .headline {
    position: relative;
    width: 100%;
    min-width: 100%;
    background-color: #84d6ff;
  }
  .headline__inner {
    position: relative;
    width: 85.333%;
    margin: 0 auto;
    padding-top: 122px;
    padding-top: 32.53333vw;
    padding-bottom: 54px;
    padding-bottom: 14.4vw;
    text-align: center;
    border: none;
  }
  h2 img {
    width: 160px;
    width: 42.66667vw;
    height: auto;
  }
  .lists {
    position: relative;
    width: 100%;
    min-width: 100%;
    background-color: #84d6ff;
  }
  .lists__inner {
    position: relative;
    width: 85.333%;
    margin: 0 auto;
    padding-bottom: 95px;
    padding-bottom: 25.33333vw;
    zoom: 1;
    color: #fff8da;
    border: none;
  }
  .lists__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .lists__broadcast {
    width: 100%;
    float: none;
    margin-bottom: 45px;
    margin-bottom: 12vw;
  }
  .lists__stream {
    width: 100%;
    float: none;
  }
  .lists__headline {
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .lists__headline img {
    height: 27px;
    height: 7.2vw;
    width: auto;
  }
  .lists__broadcast__list {
    margin-bottom: 5px;
    margin-bottom: 1.33333vw;
  }
  .lists__broadcast__list p {
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: .05em;
    line-height: 2.0em;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .lists__broadcast__caps {
    font-size: 10px;
    font-size: 2.66667vw;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .05em;
  }
  .lists__stream__lead {
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: .05em;
    line-height: 2.0em;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding-bottom: 22.5px;
    padding-bottom: 6vw;
    margin-bottom: 22.5px;
    margin-bottom: 6vw;
  }
  .lists__stream__lead:after {
    content: '';
    display: block;
    width: 28.5px;
    width: 7.6vw;
    height: 1px;
    height: 0.26667vw;
    background-color: #fff8da;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .lists__stream__list {
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: .05em;
    line-height: 2.0em;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .lists__stream__list a {
    text-decoration: none;
    color: #fff8da;
    position: relative;
    padding-left: 25px;
    padding-left: 6.66667vw;
    transition: all .2s;
  }
  .lists__stream__list a:before {
    content: '';
    display: block;
    width: 12px;
    width: 3.2vw;
    height: 12px;
    height: 3.2vw;
    background: url("../img/common/icon_blank.png") center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .lists__stream__list a:hover {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  .lists__stream__caps {
    font-size: 10px;
    font-size: 2.66667vw;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .05em;
    line-height: 1.4em;
  }
  .lists__item {
    width: 179.5px;
    width: 47.86667vw;
    height: 165.5px;
    height: 44.13333vw;
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 157px;
    bottom: 41.86667vw;
    transform: translate(-7px, 0);
    transform: translate(-1.86667vw, 0);
  }
  .lists__item p {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .lists__item__img {
    position: relative;
  }
  .lists__item__img img {
    width: 100%;
    height: auto;
  }
  .lists__item__icon {
    position: absolute;
    left: 17px;
    left: 4.53333vw;
    top: -26px;
    top: -6.93333vw;
  }
  .lists__item__icon img {
    width: 46.5px;
    width: 12.4vw;
    height: auto;
  }
}
