.sub-mv {
  height: 50vh;
  width: 100%;
  background: url(../img/katouya-new-mv.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.sub-mv .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  font-size: 2rem;
  color: #fff;
  z-index: 20;
}

@media screen and (min-width: 1024px) {
  .sub-mv .title {
    width: 70%;
  }
}

.sub-mv .title p {
  border-bottom: 0.3rem #fff solid;
  line-height: 2;
}

.sub-mv .title h1 {
  font-size: 1.6rem;
}

@media screen and (min-width: 1024px) {
  .sub-mv .title h1 {
    font-size: 2.4rem;
  }
}

.sub-mv .title .articleDate {
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .sub-mv .title .articleDate {
    font-size: 1.8rem;
  }
}

.sub-mv .back {
  height: 50vh;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
  z-index: 10;
  background-color: #000000;
}

.sub-single {
  padding: 2rem;
}

@media screen and (min-width: 1024px) {
  .sub-single {
    padding: 5rem 15% 5rem;
  }
}

.sub-single .my-article {
  padding: 0 0 5rem;
}

@media screen and (min-width: 1024px) {
  .sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sub .sub-side {
    width: 30%;
  }
  .sub .sub-main {
    width: 70%;
    padding: 0 10% 0;
  }
}

.sub .sub-content {
  padding: 2rem;
}

@media screen and (min-width: 1024px) {
  .sub .sub-content {
    padding: 5rem 2rem;
  }
}

.sub .sub-content .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 5rem;
}

.sub .sub-content .table a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 1024px) {
  .sub .sub-content .table a {
    font-size: 1.6rem;
  }
}

.sub .sub-content .table p {
  padding: 0.5rem 1rem;
  margin: 1rem;
  border: #000000 0.1rem solid;
}

@media screen and (min-width: 1024px) {
  .sub .sub-content .table p {
    padding: 1rem 2rem;
  }
}
/*# sourceMappingURL=sub.css.map */