/*==================================
 variable
===================================*/
.section .itemsWrap {
  width: 91%;
  margin: 5% auto 0;
  padding-bottom: 20%;
}

.section .itemsWrap .itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  font-size: 1.8rem;
  background-color: #231815;
  text-decoration: none;
}

.section .itemsWrap .itemWrap:nth-child(odd) {
  float: left;
}

.section .itemsWrap .itemWrap:nth-child(even) {
  float: right;
}

.section .itemsWrap .itemWrap:nth-child(n + 3) {
  margin-top: 5%;
}

@media screen and (max-width: 1100px) {
  .section .itemsWrap .itemWrap {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 900px) {
  .section .itemsWrap .itemWrap {
    width: 80%;
    margin: 0 auto 5%;
    font-size: 2.4rem;
    float: none !important;
  }
}

@media (max-width: 560px) {
  .section .itemsWrap .itemWrap {
    width: 100%;
    font-size: 3rem;
  }
}

.section .itemsWrap .itemWrap.-collab {
  position: relative;
  z-index: 0;
  width: 75.92408%;
  margin: auto;
  float: none;
}

@media screen and (max-width: 900px) {
  .section .itemsWrap .itemWrap.-collab {
    width: 100%;
  }
}

.section .itemsWrap .itemWrap.-collab .articleLinkWrap {
  position: absolute;
  z-index: 1;
  bottom: 10%;
  left: 4%;
  width: 92%;
}

.section .itemsWrap .itemWrap.-collab .articleLink {
  display: block;
  width: 100%;
  margin: 2% 0 0;
  padding: .5%;
  color: #fff;
  background-color: #d8211e;
  text-decoration: none;
  text-align: center;
  font-size: 1.584rem;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .section .itemsWrap .itemWrap.-collab .articleLink {
    font-size: 2.112rem;
  }
}

@media (max-width: 560px) {
  .section .itemsWrap .itemWrap.-collab .articleLink {
    font-size: 2.4rem;
  }
}

.section .itemsWrap .itemWrap .articleThumWrap {
  position: relative;
  z-index: 0;
  width: 35%;
  padding-top: 35%;
  float: left;
  overflow: hidden;
}

.section .itemsWrap .itemWrap .articleThumWrap .articleThum {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media (min-width: 561px) {
  .section .itemsWrap .itemWrap.-collab .articleThumWrap {
    width: 28%;
    padding-top: 28%;
  }
}

.section .itemsWrap .itemWrap:not(.-collab):hover .articleThumWrap .articleThum {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.section .itemsWrap .itemWrap .articleTextWrap {
  position: relative;
  z-index: 0;
  width: 65%;
  padding: 1% 2%;
  float: right;
}

.section .itemsWrap .itemWrap .articleTextWrap .articleTime,
.section .itemsWrap .itemWrap .articleTextWrap .upperText {
  color: #fff;
}

.section .itemsWrap .itemWrap .articleTextWrap .articleText {
  margin: 2% 0;
  color: #ffe100;
  line-height: 1.22;
}

.section .itemsWrap .itemWrap .articleTextWrap .articleCate {
  position: absolute;
  z-index: 1;
  bottom: 4%;
  left: 2%;
  display: block;
  max-width: 146px;
  width: 46.3%;
}

@media (min-width: 561px) {
  .section .itemsWrap .itemWrap.-collab .articleTextWrap {
    width: 72%;
  }
}

.section .itemsWrap .itemWrap.-report {
  display: block;
  width: 75.92408%;
  margin: 0 auto 2%;
  padding: 1.5% 2% 1%;
  float: none;
  background-color: #d9d9d9;
}

@media screen and (max-width: 900px) {
  .section .itemsWrap .itemWrap.-report {
    width: 100%;
    margin: 0 auto 5%;
  }
}

.section .itemsWrap .itemWrap.-report .articleUpper {
  position: relative;
  z-index: 0;
}

.section .itemsWrap .itemWrap.-report .articleUpper .articleTime {
  color: #000;
}

.section .itemsWrap .itemWrap.-report .articleUpper .articleCate {
  position: relative;
  display: inline-block;
  width: 19.21053%;
}

@media (max-width: 560px) {
  .section .itemsWrap .itemWrap.-report .articleUpper .articleCate {
    width: 25%;
  }
}

.section .itemsWrap .itemWrap.-report .articleTextWrap {
  width: 100%;
  float: none;
}

.section .itemsWrap .itemWrap.-report .articleTextWrap .articleText {
  margin: 1% 0;
  font-weight: bold;
  color: #000;
  line-height: 1.6;
}

.section .itemsWrap .videoWrap {
  display: block;
  width: 48%;
  font-size: 1.8rem;
  background-color: #231815;
  text-decoration: none;
}

.section .itemsWrap .videoWrap:nth-child(odd) {
  float: left;
}

.section .itemsWrap .videoWrap:nth-child(even) {
  float: right;
}

.section .itemsWrap .videoWrap:nth-child(n + 3) {
  margin-top: 5%;
}

@media screen and (max-width: 1100px) {
  .section .itemsWrap .videoWrap {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 900px) {
  .section .itemsWrap .videoWrap {
    width: 80%;
    margin: 0 auto 5%;
    font-size: 2.4rem;
    float: none !important;
  }
}

@media (max-width: 560px) {
  .section .itemsWrap .videoWrap {
    width: 100%;
    font-size: 3rem;
  }
}

.section .itemsWrap .videoWrap:hover .videoThumWrap .videoThum {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.section .itemsWrap .videoWrap .videoThumWrap {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-top: 56%;
  float: left;
  overflow: hidden;
}

.section .itemsWrap .videoWrap .videoThumWrap .videoThum {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.section .itemsWrap .videoWrap .videoThumWrap:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 37%;
  padding-top: 35%;
  background-image: url(../images/movie-icon-play.png);
  background-size: 100% auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section .itemsWrap .videoWrap .videoTextWrap {
  position: relative;
  z-index: 0;
  padding: 1% 2%;
}

.section .itemsWrap .videoWrap .videoTextWrap .videoTime {
  color: #fff;
}

.section .itemsWrap .videoWrap .videoTextWrap .videoText {
  margin: 2% 0;
  color: #ffe100;
  line-height: 1.22;
}

.footer .copy02,
.footer .copy03 {
  display: none;
}
/*# sourceMappingURL=media.css.map */