
@media (max-width: 1200px){
  .inner{
    max-width: 90%;
  }
  .inner2{
    max-width: 95%;
  }
}


@media (max-width: 1000px){
  .music-list{
    padding: 40px 0;
  }

  /* .music-items{
    width: 100%;
  } */

  .contact{
    width: 90%;
  }
}

@media (max-width: 768px){
  h2.catch-copy{
    left: 50px;
  }

  .messageText{
    font-size: 22px;
  }

  .parts-list{
    bottom: -7%
  }

  .insistence{
    margin-bottom: 85px;
  }

  .car{
    display: none;
  }

  .sp-only-car{
    display: block;
    padding: 30px 0;
    text-align: center;
  }

  .info-items{
    border-left: none;
    border-bottom: 1px solid #afafaf;
    padding: 20px 15px;
  }

  .info-table {
    width: 100%;
  }

  .info-table-inner {
    display: flex;
    justify-content: center;
  }

  .wid-info {
    width: 100%;
    justify-content: center;
    display: flex;
  }
}

@media (max-width: 700px){

  .music-items:first-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }

  .wrapper{
    padding: 30px 0;
  }

  .messageText {
    font-size: 20px;
  }

  .blog{
    width: 49%;
    margin-bottom: 10px;
  }

  .guide{
    margin-bottom: 50px;
  }

  .parts-list{
    position: inherit;
    width: 100%;
    margin-top: 65px;
    align-items: center;
  }

  .parts {
    width: 47%;
    margin-bottom: 30px;
  }

  .insistence {
    margin-bottom: 30px;
  }

  .context{
    font-size: 12px;
  }

  .interview-person {
    width: 48%;
    margin-bottom: 30px;
  }

  .contact-block::before{
    right: 10px;
    font-size: 23px;
  }
  .contact-block{
    padding: 35px 27px;
  }

}

@media (max-width: 700px){
  .interview-person {
    width: 100%;
    margin-bottom: 35px;
  }

  section.wrapper.insistence {
    padding: 30px 0 0;
  }

  h2.catch-copy {
    left: 30px;
    font-size: 90px;
  }

  .contact-ttl {
    margin-bottom: 15px;
  }

  .contact-content{
    line-height: 2;
  }

  .guide-blog-list .blog:nth-of-type(odd) {
    margin-right: 2%;
  }

  .blog:nth-child(-n+2) {
    margin-right: initial;
  }
}

@media (max-width: 550px){
  .header-wrap {
    height: 130px;
    justify-content: center;
    flex-flow: column;
  }

  .logo{
    margin-bottom: 16px;
    margin-top: 15px;
  }

  .share-wrap{
    flex-flow: column;
  }

  .share-wrap p {
    margin-right: 0px;
    margin-bottom: 7px;
    font-size: 14px;
  }

  .more{
    text-align: center;
  }

  .art-ttl{
    font-size: 20px;
  }

  .awards-wrap img {
    width: 90%;
  }

  .sp-only-car img {
    width: 100%;
  }

  .messageText {
    font-size: 18px;
  }

  .sec-ttl{
    margin-bottom: 10px;
  }
  .music-list .music-items.youtube {
    width: 100%;
}
}

@media (max-width: 500px){
  .music-text-wrap {
    margin-left: 0
  }

  .insistence-content{
    height: 940px;
  }

  .insis-text-strong{
    font-size: 25px;
  }

  .authorItems {
    width: 100%;
  }

  .sec-ttl h5{
    font-size: 21px;
  }

  .music-img-wrap{
    width: 100%;
  }

  .blog{
    width: 100%;
  }

  .guide-blog-list .blog:nth-of-type(odd),
  .blog:nth-child(-n+2){
    margin-right: 0;
  }

  .guide-ttl h5 {
    font-size: 40px;
  }

  .guide-ttl p{
    margin-top: 20px;
    font-size: 14px;
  }
}

@media (max-width: 400px){
  .insis-text-strong{
    font-size: 22px;
  }
  .context {
    font-size: 11px;
  }
  h2.catch-copy{
    left: 20px;
  }
}
