.content_art {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 1550px;
    overflow: hidden;
    background:url(../img/art/bg_art.jpg) no-repeat center top;
    color: #fff;
}

body.artnews .content_art {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 1550px;
    overflow: hidden;
    background:url(../img/art/bg_art_news.jpg) no-repeat center top;
    color: #fff;
}

.wrapper {
    position: relative;
    padding-top: 78px;
    background: #000;
}

.vr3d_ttl {
	padding-top:970px;
  left: 0;
  right: 0;
  width: 600px;
  margin: auto;
}

.release {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  width: 580px;
  margin: auto;
}

.content_art:before {
  content: "";
  position: absolute;
  top: 160px;
  left: 50%;
  z-index: -1;
  width: 1400px;
  height: 1000px;
  margin-left: -700px;
  background: url(../img/art/soul02.png) no-repeat left bottom, url(../img/art/soul01.png) no-repeat right bottom;

}




@media screen and (max-width: 767px){
  .content_art:before {
    content: none;
  }
  .content_art {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 740px;
    overflow: hidden;
    background: url(../img/art/bg_art_sp.jpg) no-repeat;
    background-size: 100%;
  }
  
.artTopics{width:55% !important;color:#FFF;width:auto;display:block;margin:50px auto;}
.artTopics li{padding-bottom:20px;}
.artTopics li a span{color:#da0728;margin-right:10px;}
.artTopics a{color:#FFF;}
  
  .vr3d_ttl {
	padding-top:102%;
    width: 82%;
  }
  .release {
    bottom: 4%;
    width: 82%;
  }
}

/*
min-width: 600px) and (max-width: 800px) {
  .content_art {
      position: relative;
      z-index: 1;
      width: 100%;
      min-height: 1550px;
      overflow: hidden;
      background:url(../img/art/bg_art.jpg) no-repeat center top;
      color: #fff;
    }
  .vr3d_ttl {
    bottom: 15%;
    width: 82%;
    }
  .release {
    bottom: 3%;
    width: 82%;
    }
}
*/


#art .page_head .arttop {
    position: absolute;
    top: 0;
    right: 0;
}

#art .page_head .arttop  a {
  display: block;
  color: #f4e001;
  text-decoration: none;
}

#art .page_head .arttop p {
  padding-left: 15px;
  font-size: 13px;
}

.column3art{display:flex;justify-content: space-between;width:auto;margin:0px auto !important;}
.column3art p{width: 32%;margin-bottom:0px !important;}

@media screen and (max-width: 767px){

#art .page_head .page_title {
    width: 100%;
    padding-top: 20%;
}

.column3art{display:flex;justify-content: space-between;width:auto;margin: 0px auto  !important;flex-wrap:wrap;}
.column3art p:nth-child(1){width: 100%;margin-bottom:10px !important;}
.column3art p:nth-child(2),.column3art p:nth-child(3){width: 48.5%;margin-bottom:-10px;}




}

.artTopics{width:55% !important;color:#FFF;width:auto;display:block;margin:50px auto;}
.artTopics li{padding-bottom:20px;}
.artTopics li a span{color:#da0728;margin-right:10px;}
.artTopics a{color:#FFF;}

