@charset "UTF-8";
/* CSS Document */
.illust_header{
  background-image: url("../images/gallery/210101.jpg");
}
.new_title{
  text-align: left;
}
.inner_wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 700px;
  background-image:url(../images/new/new2_1.jpg),
					 url(../images/new/new2_2.jpg),
					 url(../images/new/new2_3.jpg);
  background-repeat:no-repeat,
					  no-repeat,
					  no-repeat;
  background-size: 28.1%,30%,33.1%;
  background-position:right 70px top 50px,
      right 440px,
      right 60px top 830px;
}

.new_line {
  width: 59%;
 display: block;
    /*コレ*/margin-right: auto;
}
.new_list {
  margin: 24px 0 24px 46px;
  text-align: left;
}
.new_list p {
  margin-top: 20px;
}
.new_list a{
  color: #fff;
	text-decoration: none;
}
.new_list_wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px){
  .inner_wrap {
  background-image:url("../images/new/bg_sp.png");
     background-repeat:no-repeat;
  background-size: 50%;
   background-position: top 60px right 10px;
    padding: 70px 0 200px;
}
.new_container{
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.5);
  }
  .new_title{
  text-align: center;
}
  .new_list {
  margin: 20px 0 20px 20px;
  text-align: left;
}

  .new_list p {
    margin-top: 15px;
}
  .new_line {
  width: 100%;
 display: block;
    /*コレ*/margin-right: auto;
}
}
