.clearfix {
  zoom: 1;
}

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

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

  @date 2017-07-12
  @include _top

  memo: */
#live-report-page {
  width: calc(100% - 127px);
  margin-left: 127px;
  padding-bottom: 75px;
  position: relative;
}

.frame {
  transition: all 0.7s cubic-bezier(0.17, 0.67, 0.55, 0.97);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.frame .frame--l,
.frame .frame--r {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  pointer-events: none;
  transform: translateY(80px);
}

.frame .frame--l {
  width: 193px;
  left: -127px;
  background: url("../img/common/frame_l_repeat.png") center top repeat-y;
}

.frame .frame--r {
  width: 316px;
  right: 0;
  background: url("../img/common/frame_r_repeat.png") center top repeat-y;
}

.sitetitle {
  position: relative;
  width: 100%;
  height: 125px;
  background-color: #ffffff;
  display: table;
}

.sitetitle__inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  zoom: 1;
}

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

.sitetitle__inner p {
  border: none;
  display: table;
  width: 490px;
  height: 106px;
  float: right;
  margin-right: 42px;
}

.sitetitle__text {
  font-size: 47px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  display: table-cell;
  vertical-align: middle;
}

.sitetitle__text span {
  letter-spacing: -.15em;
}

.sitetitle__icon {
  display: table-cell;
  vertical-align: middle;
  width: 101px;
}

.pagetitle {
  position: relative;
  width: 100%;
  z-index: 1;
}

.pagetitle__inner {
  width: 855px;
  margin: 0 auto;
  position: relative;
  zoom: 1;
  border: none;
}

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

.pagetitle__headline {
  font-size: 140px;
  line-height: 1.0em;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: -35px;
  top: -43px;
}

.reports {
  position: relative;
  width: 100%;
  z-index: 0;
  background-color: #d70c18;
}

.reports__inner {
  width: 950px;
  margin: 0 auto;
  position: relative;
  border: none;
  padding-top: 150px;
  z-index: 1;
}

.reports__block {
  width: 100%;
  background-color: #e6e6e6;
  margin-bottom: 125px;
  transition: all 0.7s cubic-bezier(0.17, 0.67, 0.55, 0.97);
}

.reports__block:last-child {
  margin-bottom: 0;
}

.reports__block__inner {
  position: relative;
  margin: 0 25px;
  padding: 25px 0;
  zoom: 1;
}

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

.reports__block__title {
  font-size: 35px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  margin-bottom: 20px;
  position: relative;
}

.reports__block__title__link {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1.0em;
}

.reports__block__title__link a {
  text-decoration: none;
  color: #ff0000;
  font-size: 20px;
  line-height: 1.0em;
  transition: all .2s;
}

.reports__block__title__link a:hover {
  color: #000000;
}

.reports__block__desc {
  width: 100%;
  display: table;
  line-height: 1.0em;
}

.reports__block__desc__ph {
  display: table-cell;
  width: 640px;
  vertical-align: top;
}

.reports__block__desc__ph img {
  width: 100%;
  height: auto;
}

.reports__block__desc__wijet {
  display: table-cell;
  width: 260px;
  vertical-align: top;
}

.reports__block__desc__wijet iframe {
  width: 100%;
  height: 425px;
}

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

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

  memo:
  padding: 70px
  padding: 18.66667vw
  @include spimg(width, 346)
  @mixin =========================================================================================== */
  #live-report-page {
    width: calc(100% - 63.5px);
    width: calc(100% - 16.93333vw);
    margin-left: 63.5px;
    margin-left: 16.93333vw;
    padding-bottom: 80px;
    padding-bottom: 21.33333vw;
  }
  .frame {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 125%;
    pointer-events: none;
  }
  .frame .frame--l,
  .frame .frame--r {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    pointer-events: none;
    transform: translateY(80px);
    transition: all 0.7s cubic-bezier(0.17, 0.67, 0.55, 0.97);
  }
  .frame .frame--l {
    left: -63.5px;
    left: -16.93333vw;
    width: 79px;
    width: 21.06667vw;
    background: url("../img/common/frame_l_repeat_sp.png") center top repeat-y;
    background-size: 100% auto;
  }
  .frame .frame--r {
    width: 175.5px;
    width: 46.8vw;
    right: 0;
    background: url("../img/common/frame_r_repeat_sp.png") center top repeat-y;
    background-size: 100% auto;
  }
  .sitetitle {
    display: table;
    width: 100%;
    height: 60px;
    height: 16vw;
    z-index: 0;
  }
  .sitetitle__inner {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    zoom: 1;
  }
  .sitetitle__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .sitetitle__inner p {
    border: none;
    display: table;
    width: auto;
    height: auto;
    float: right;
    margin-right: 0;
  }
  .sitetitle__text {
    font-size: 23.5px;
    font-size: 6.26667vw;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    display: block;
    vertical-align: middle;
    margin-right: 20px;
    margin-right: 5.33333vw;
  }
  .sitetitle__text span {
    letter-spacing: -.15em;
  }
  .sitetitle__icon {
    display: none;
  }
  .pagetitle {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .pagetitle__inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    zoom: 1;
    border: none;
  }
  .pagetitle__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .pagetitle__headline {
    font-size: 55px;
    font-size: 14.66667vw;
    line-height: 1.0em;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 25px;
    left: 6.66667vw;
    top: -15px;
    top: -4vw;
  }
  .reports {
    position: relative;
    width: 100%;
    z-index: 0;
    background-color: #d70c18;
  }
  .reports__inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    border: none;
    padding-top: 75px;
    padding-top: 20vw;
    padding-bottom: 105px;
    padding-bottom: 28vw;
    z-index: 1;
  }
  .reports__block {
    width: 89%;
    background: none;
    margin-bottom: 75px;
    margin-bottom: 20vw;
    transition: all 0.7s cubic-bezier(0.17, 0.67, 0.55, 0.97);
  }
  .reports__block:last-child {
    margin-bottom: 0;
  }
  .reports__block__inner {
    position: relative;
    margin: 0;
    padding: 0;
    zoom: 1;
  }
  .reports__block__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .reports__block__title {
    font-size: 15px;
    font-size: 4vw;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-left: 2.66667vw;
    padding-top: 10px;
    padding-top: 2.66667vw;
    padding-bottom: 10px;
    padding-bottom: 2.66667vw;
    background-color: #e6e6e6;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
  .reports__block__title__link {
    position: relative;
    right: auto;
    top: auto;
    line-height: 1.0em;
    display: block;
  }
  .reports__block__title__link a {
    text-decoration: none;
    color: #ff0000;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.0em;
    transition: none;
    padding-top: 5px;
    padding-top: 1.33333vw;
    display: inline-block;
  }
  .reports__block__title__link a:hover {
    color: #ff0000;
  }
  .reports__block__desc {
    width: 100%;
    display: block;
    line-height: 1.0em;
  }
  .reports__block__desc__ph {
    display: block;
    width: 100%;
    vertical-align: top;
  }
  .reports__block__desc__ph img {
    width: 100%;
    height: auto;
  }
  .reports__block__desc__wijet {
    display: block;
    width: 100%;
    vertical-align: top;
    background-color: #000000;
  }
  .reports__block__desc__wijet iframe {
    width: 100%;
    height: 240px;
    height: 64vw;
    border: none;
    margin: 0;
    padding: 0;
  }
}
