/* _setting CSS */
body {
  height: 100%;
  margin: 0;
}

#wrapper:before {
  content: 'News';
}

#contents {
  width: 71.42857vw;
  margin: 5vw auto 3.57143vw;
}
#contents .news_list li {
  line-height: 1.4;
  margin: 0 0 25px;
}
#contents .news_list li a {
  display: inline-block;
}
#contents .news_list li a span {
  display: inline-block;
  padding: 0 0 0 1.92857vw;
}
#contents .news_list li a .title {
  position: relative;
  font-size: 1.28571vw;
  font-weight: 500;
}
#contents .news_list li a .title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.07143vw;
  height: 1px;
  background: #3c3c3c;
  transition: 0.7s cubic-bezier(0, 1, 0.975, 1);
  transition-delay: 0.2s;
}
#contents .news_list li a .date {
  color: #848484;
  font-size: 1vw;
}
#contents .news_list li a[target=_blank] .title:after {
  content: '';
  display: inline-block;
  position: relative;
  top: 0.2vw;
  width: 1vw;
  height: 1.28571vw;
  margin: 0 0 0 0.3vw;
  background: url(../images/common/external-link.svg) no-repeat center/100%;
}
#contents .article {
  width: 59.28571vw;
  margin: 0 auto;
  letter-spacing: 0.05em;
}
#contents .article a {
  text-decoration: underline;
}
#contents .article a[target=_blank]:after {
  content: '';
  display: inline-block;
  position: relative;
  top: 0.2vw;
  width: 1vw;
  height: 1.28571vw;
  margin: 0 0 0 0.3vw;
  background: url(../images/common/external-link.svg) no-repeat center/100%;
}
#contents .article .title {
  line-height: 1.4;
  font-size: 1.85714vw;
  font-weight: 500;
}
#contents .article .date {
  margin: 0 0 35px;
  color: #848484;
  font-size: 1.28571vw;
  font-weight: 500;
}
#contents .article .mv {
  margin: 0 0 35px;
  text-align: center;
}
#contents .article .a_body {
  line-height: 1.7;
  margin: 0 0 2.85714vw;
  font-size: 1vw;
}
#contents .article .a_body p {
  line-height: inherit;
  margin: 0 0 1em;
}
#contents .article .close_text {
  margin: 0 0 2.85714vw;
  padding: 2.5vw 5.71429vw;
  border: 1px solid #CB5757;
  color: #CB5757;
  font-size: 1vw;
}
#contents .article .info h4 {
  margin: 0 0 0.35714vw;
}
#contents .article .info h4 a {
  font-size: 1.28571vw;
}
#contents .article .info p {
  line-height: 1.7;
  margin: 0 0 2.5vw;
  font-size: 1vw;
}
#contents .article .other_info a {
  font-size: 1.28571vw;
}

/* min-width:751px | 751px ~
------------------------------------------------------------------------- */
@media screen and (min-width: 751px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  #contents .news_list li a:hover .title:before {
    width: 100%;
  }
  #contents .article a {
    transition: 0.3s;
  }
  #contents .article a:hover {
    opacity: 0.7;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}
/* ////.min-width:751px | 751px ~
---------------------------------------------------------------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  #wrapper:before {
    display: none;
  }

  #contents {
    width: 92vw;
    margin: 13.33333vw auto;
  }
  #contents .news_list li {
    line-height: 1;
    margin: 0 0 6.66667vw;
  }
  #contents .news_list li a span {
    padding: 0 0 0 6.66667vw;
  }
  #contents .news_list li a .title {
    line-height: 1.4;
    font-size: 4.26667vw;
  }
  #contents .news_list li a .title:before {
    top: 1.86667vw;
    width: 4vw;
  }
  #contents .news_list li a .date {
    font-size: 3.73333vw;
  }
  #contents .news_list li a[target=_blank] .title:after {
    top: 0.5vw;
    width: 3.46667vw;
    height: 4.53333vw;
  }
  #contents .article {
    width: 92vw;
  }
  #contents .article a[target=_blank]:after {
    top: 0.5vw;
    width: 3.46667vw;
    height: 4.53333vw;
  }
  #contents .article .title {
    font-size: 5.33333vw;
  }
  #contents .article .date {
    margin: 0 0 10.66667vw;
    font-size: 3.73333vw;
  }
  #contents .article .mv {
    margin: 0 0 8vw;
  }
  #contents .article .mv img {
    max-width: 61.33333vw;
  }
  #contents .article .body_wrap {
    padding: 0 5.33333vw;
  }
  #contents .article .a_body {
    margin: 0 0 6.93333vw;
    font-size: 3.73333vw;
  }
  #contents .article .close_text {
    margin: 0 0 8vw;
    padding: 4vw;
    font-size: 3.73333vw;
  }
  #contents .article .info h4 {
    line-height: 1.2;
    margin: 0 0 1.33333vw;
  }
  #contents .article .info h4 a {
    font-size: 4.8vw;
  }
  #contents .article .info p {
    line-height: 1.4;
    margin: 0 0 6.66667vw;
    font-size: 3.73333vw;
  }
  #contents .article .other_info {
    line-height: 1;
  }
  #contents .article .other_info a {
    font-size: 3.73333vw;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}
