@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px) {
  #page_title {
    background-image: url("../img/artist/main_img.jpg");
    margin-bottom: 0;
  }
  #lineup_conts {
    width: 100%;
    float: left;
    clear: both;
  }
  #lineup_conts .encircle {
    text-align: center;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 46px;
  }
  #lineup_conts .encircle .day {
    font-size: 40px;
    margin-bottom: 15px;
  }
  #lineup_conts .encircle .day span {
    font-size: 21px;
  }
  #lineup_conts .artist {
    width: 100%;
    float: left;
    clear: both;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  #lineup_conts .artist .box {
    width: 585px;
    margin-bottom: 28px;
  }
  #lineup_conts .artist .box a {
    text-decoration: none;
  }
  #lineup_conts .artist .box .img {
    margin-bottom: 20px;
    line-height: 0;
    position: relative;
    z-index: 9;
    background-color: #000;
  }
  #lineup_conts .artist .box .img::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../img/share/ptn_bg_01.png");
    background-repeat: repeat;
    background-position: left top;
    background-size: 4px;
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: -1;
  }
  #lineup_conts .artist .box .name {
    font-size: 17px;
    line-height: 22px;
  }
}
/*===============================================
●sp.css  画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px) {
  #page_title {
    background-image: url("../img/artist/main_img.jpg");
    background-position: left -343px top;
    margin-bottom: 0;
  }
  #lineup_conts {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 80px;
  }
  #lineup_conts .encircle {
    text-align: center;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 28px;
  }
  #lineup_conts .encircle .day {
    font-size: 3rem;
  }
  #lineup_conts .encircle .day span {
    font-size: 1.8rem;
  }
  #lineup_conts .artist {
    width: 100%;
    float: left;
    clear: both;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  #lineup_conts .artist .box {
    width: 48.5%;
    margin-bottom: 16px;
  }
  #lineup_conts .artist .box:nth-child(even) {
    margin-right: 0;
  }
  #lineup_conts .artist .box a {
    text-decoration: none;
  }
  #lineup_conts .artist .box .img {
    margin-bottom: 10px;
    line-height: 0;
    position: relative;
    z-index: 9;
    background-color: #000;
  }
  #lineup_conts .artist .box .img::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../img/share/ptn_bg_01.png");
    background-repeat: repeat;
    background-position: left top;
    background-size: 4px;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: -1;
  }
  #lineup_conts .artist .box .name {
    line-height: 1.4;
    font-size: 1.3rem;
  }
}