*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .title{
    padding: 0;
    margin-bottom: 0;
  }
}

/*NEWS(INFO)*/
.newsWrap .release_date {
  text-align: left;
  margin: 8px 0 0 2px;
}
.newsWrap .release_title {
  text-align: left;
  margin: 0px 0 0 2px;
  line-height: 1.4;
}
.newsWrap .release_text {
  text-align: left;
  margin: 0px 0 0 2px;
  line-height: 1.4;
}
.newsWrap .info-media_wrap {
  padding: 15px;
  text-align: center;
  align-items: center;
}
.newsWrap .info-media_date {
  width: 10%;
  padding: 8px 10px;
}
.newsWrap .info-media_category {
  width: 10%;
  padding: 3px 20px;
  margin: 0 20px;
  text-align: center;
}
.newsWrap .info-media_category.MEDIA {
  background-color: #eee1e1;
}
.newsWrap .info-media_category.INFO {
  background-color: #e1eee1;
}
.newsWrap .info-media_title {
  text-align: left;
  width: 80%;
  padding: 0 10px;
}
.newsWrap .info-media_link {
  display: inline-block;
  text-decoration: underline;
  text-decoration-color:#ddd;
  text-underline-offset:  0.4em;
}
@media (max-width: 767px) {
  .newsWrap{
    padding-top: 20px;
  }
  .newsWrap .release_text {
    display: none;
  }
  .newsWrap .release_title {
    text-align: center !important;
  }
  .newsWrap .release_date {
    text-align: center !important;
  }
  .newsWrap .info-media_wrap {
    padding: 10px 0 5px;
    margin-bottom: 5px;
    flex-direction: column;
    align-items: flex-start;
  }
  .newsWrap .info-media_date {
    text-align: left;
    width: 40%;
    padding: 0;
    font-size: 0.9rem;
    margin-left: 10px;
  }
  .newsWrap .info-media_category {
    width: 100%;
    margin: 5px 0;
    font-size: 0.9rem;
    text-align: center;
  }
  
  .newsWrap .info-media_title,.info-media_title p {
    width: 98%;
    padding: 5px 0;
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .newsWrap .info-media_title{
    padding-left: 5px;
  }
}


/*RELEASE*/
.releaseWrap .container-M .flexbox{
  width: 930px;
  justify-content: space-between!important;
}
.release_text {
  display: none;
}
.col-split-3, .col-split-4{
  padding: 0;
}

@media (max-width: 767px) {
  .releaseWrap{
    padding-top: 20px;
  }
  .releaseWrap .container-M .itemList{
    margin-bottom: 10px;
  }
  .release_text {
    display: none;
  }
  .release_title {
    text-align: center !important;
  }
  .release_date {
    text-align: center !important;
  }
  .info-media_wrap {
    padding: 10px 0 5px;
    margin-bottom: 5px;
    flex-direction: column;
    align-items: flex-start;
  }
  .info-media_date {
    text-align: left;
    width: 40%;
    padding: 0;
    font-size: 0.9rem;
    margin-left: 10px;
  }
  .info-media_category {
    width: 22.5%;
    margin: 5px 0;
    font-size: 0.9rem;
  }
  
  .info-media_title,.info-media_title p {
    width: 98%;
    padding: 5px 0;
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .info-media_title{
    padding-left: 5px;
  }
  .releaseWrap .container-M .flexbox{
    width: 100%;
  }
}


/*ABOUT*/
.container-M{
  display: flex;
  text-align: center;
  justify-content: center;
}
.container-M .logoImg{
  width: 50%;
  display: flex;
  text-align: center;
  justify-content: center;
}
.container-M .logoImg img{
  width: 20%;
}
.about_txt{
  text-align: left;
}
.movieWrap {
  position: relative;
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  /* padding-top: 56.25%; */
}
.movieWrap iframe {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 500px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aboutWrap{
    padding-top: 20px;
  }
  .container-M{
    display: block;
    width: 100%;
    padding: 5%;
  }
  .container-M .logoImg{
    width: 70%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .movieWrap iframe {
    width: 100%;
    height: 200px;
  }
}

/*PROJECT / STORY*/
.contentWrap{
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 80px;
  background-color: #ffffff;
}
.contentWrap .itemWrap{
  width: 460px;
  height: auto;
}
.contentWrap a:last-child{
  margin-left: 10px;
}

.itemWrap h6{
  font-size: 16px;
}
.itemWrap h6,p{
  text-align: left;
}
@media screen and (max-width: 474.98px) {
  .contentWrap{
    padding-top: 30px;
    margin-bottom: 50px;
    display: block;
  }
  .contentWrap .itemWrap{
    width: 100%;
    margin: 0;
  }
  .itemWrap h6,p{
    padding: 0 4%;
  }
  .contentWrap .itemWrap:last-child{
    margin: 0;
  }
}
@media screen and (min-width: 475px) and (max-width: 982px) {
  .contentWrap{
    padding-top: 30px;
    margin-bottom: 50px;
    display: block;
  }
  .contentWrap .itemWrap{
    width: 480px;
    margin: 0 auto;
  }
  .itemWrap h6,p{
    padding: 0 4%;
  }
  .contentWrap .itemWrap:last-child{
    margin: 0 auto;
  }
}