/*
body class="aqours" にのみ適用されます
アクセントカラーを変更する場合は #2bc0c5 で検索＆置換
番宣のリンクの色は #f4b1b1 にしてあります
*/

.aqours .content--notice {
    color: #fff;
}

.aqours .content--notice a {
  color: #ff0066;
}

.aqours h3:not(.archive__itemTitle):not(.article__heading--plus) {
  line-height:1.2;
}

.aqours h3:not(.archive__itemTitle):not(.article__heading--plus) span {
  display: block;
}

.aqours .archive__label--cat span{
    font-size: 11px;
}

.aqours .color {
  color: #2bc0c5;
}

.aqours .locks {
  background-color:#2bc0c5;    
  background-repeat: no-repeat, no-repeat;
  background-size: contain;    
}

.locks__link a:before {
    top: 28%;
}

@media screen and (min-width: 1024px) {
  .aqours h3:not(.archive__itemTitle):not(.article__heading--plus) {
    border-left: 10px #2bc0c5 solid;
    padding-left:20px;
    font-size:40px;
  }
  .aqours h3:not(.archive__itemTitle):not(.article__heading--plus) span {
    font-size: 20px;
  }  
  .aqours .locks {
    background-size:cover;    
    background-position: top center;    
  }
}

@media screen and (max-width: 1023px) and (min-width: 481px) {
  .aqours h3:not(.archive__itemTitle):not(.article__heading--plus) {
    border-left: 10px #2bc0c5 solid;
    padding-left:20px;
    font-size:20px;
  }
  .aqours h3:not(.archive__itemTitle):not(.article__heading--plus) span {
    font-size: 12px;
  }
  .aqours .locks {
    background-size:cover;    
    background-position: top center;    
  }
}

@media screen and (max-width: 480px) {
  .aqours h3:not(.archive__itemTitle):not(.article__heading--plus) {
    border-left: 5px #2bc0c5 solid;
    padding-left:10px;
    font-size:20px;
  }
  .aqours h3:not(.archive__itemTitle):not(.article__heading--plus) span {
    font-size: 10px;
  }
  .aqours .locks {
    background-size:cover;    
    background-position: top center;    
  }
}

@media screen and (min-width: 1024px) {
    
  .aqours .locks__info {
    margin-top: 20px;
  }
    
  .aqours .locks__link {
    font-size: 20px;
    margin: 5px auto 0;
  }
  .aqours .notice__logo img {
    width: 130px;
  }
  
  .aqours .locks__logo {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 481px) {
  .aqours .locks__info{
    margin-top: 2vh;      
    }
    
  .aqours .locks__link {
    font-size: 20px;
    margin: 5px auto 0;
  }
  .aqours .notice__logo img {
    width: 130px;
  }
    
  .aqours .locks__logo {
    margin-bottom: 0px;
  }
    
}