body {
  background: #fff;
}
.main_container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.copy_ttl {
  font-size: 3.2rem;
  line-height: 1.5;
}
.main_copy::after {
  content: '';
  display: block;
  width: 120px;
  height: 1px;
  background: #fff;
  margin: 38px 0 46px;
}
.copy_txt {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 40px;
}
.play_btn {
  width: 230px;
  height: 48px;
  border: 1px solid #fff;
  position: relative;
  transition: .4s background ease, .8s opacity cubic-bezier(0.6, 0, 1, 1);
}
.play_btn:hover {
  transition: .2s background ease;
  background: rgba(255, 255, 255, .2);
}
.play_btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 300;
  font-style: italic;
  letter-spacing: .05em;
  line-height: 48px;
  color: #fff;
  padding-left: 20px;
  box-sizing: border-box;
}
.play_btn::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url('../../../../assets/common/images/svg/ico_play.svg') no-repeat left 7px center;
  background-size: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.data_container {
  padding: 96px 0;
}
.data_list {
  width: 924px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.data_item {
  text-align: center;
}
.data_nam_container {
  font-size: 4.8rem;
  font-weight: 700;
  color: #0EA79B;
  letter-spacing: .075em;
}
.data_nam {
  font-size: 7.2rem;
}
.data_nam_desc {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}

.content_wrapper {
  width: 980px;
  margin: 100px auto 0;
  overflow: hidden;
}
.content_item {
  width: 100%;
  clear: both;
  overflow: hidden;
  margin-bottom: 100px;
  position: relative;
}
.content_item_img {
  width: 560px;
  float: left;
}
.content_item:nth-child(2n + 1) .content_item_img {
  float: right;
}
.content_item_section {
  width: 420px;
  float: left;
  padding: 0 14px 0 48px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.content_item:nth-child(2n + 1) .content_item_section {
  right: auto;
  left: 0;
  padding: 0 48px 0 14px
}
.content_item:last-child {
  margin-bottom: 0;
}
.content_item_ttl {
  font-size: 3.2rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.6;
  color: #0EA79B;
  text-align: center;
  margin-bottom: 20px;
}
.content_item_txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .075em;
  color: #333;
}

.creator_container {
  padding: 50px 0;
  border: dashed #333;
  border-width: 1px 0;
  position: relative;
}
.creator_img {
  width: 560px;
}
.creator_content_section {
  width: 370px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.creator_content_ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.creator_content_txt {
  font-size: 1.4rem;
  letter-spacing: .075em;
  color: #333;
}
.back_brands_btn {
  width: 240px;
  margin: 100px auto;
  border-color: #1A1A1A;
  color: #1A1A1A;
}
.back_brands_btn::before {
  background: #1A1A1A;
}
.main_copy_container span .sp_no_display{
  display: block;
}
.main_copy_container{
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  padding: 5.9vh 0 10vh 108px;
}

.brands-works-shin-ei .main_copy_container,
.brands-works-pola .main_copy_container {
  color: #333;
}

.brands-works-shin-ei .play_btn,
.brands-works-pola .play_btn {
  border-color: #333;
}

.brands-works-shin-ei .play_btn a, 
.brands-works-pola .play_btn a {
  color: #333;
}

.brands-works-shin-ei .play_btn::after,
.brands-works-pola .play_btn::after {
  background: url('../../../../assets/common/images/svg/ico_play_dark.svg') no-repeat left 7px center;
  border: 1px solid #333;
  background-size: 8px;
}

.brands-works-shin-ei .main_copy::after, 
.brands-works-pola .main_copy::after {
  background: #333;
}

.brands-works-shin-ei .client_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;

  margin: 100px auto;
}

.brands-works-shin-ei .client_item {
  width: calc((100% - 52.52px)/2);
}

.brands-works-shin-ei .client_img {
  height: 338px;
}

.brands-works-shin-ei .client_caption {
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1.0499999523162842px;
  text-align: left;
}

.brands-works-shin-ei .client_txt {
  margin-top: 11px;
}

.brands-works-shin-ei .main_container,
.brands-works-pola .main_container,
.brands-works-beaglee .main_container {
  background-size: contain;
}

.brands-works-jra .main_container {
    background-position: top left;
    background-size: cover;
}

.brands-works-jra .content_item_text_wrap .content_item_txt {
  margin-bottom: 30px;
}

.brands-works-jra .content_item_text_wrap .content_item_txt:last-child {
  margin-bottom: 0;
}

.brands-works-beaglee .main_container {
  background-color: #161616;
}

@media screen and (min-width: 1260px) {
  .back_brands_btn:hover {
    color: #fff;
  }
  .back_brands_btn:hover::after {
    color: #fff;
  }
}

@media screen and (max-width: 1023px) {
  .data_list {
    width: auto;
    display: block;
  }
  .data_item {
    margin-bottom: 64px;
  }
  .data_item:last-child {
    margin: 0;
  }

  .content_wrapper {
    width: 100%;
  }
  .content_item {
    width: 560px;
    margin: 0 auto 100px;
  }
  .content_item_img {
    float: none;
  }
  .content_item:nth-child(2n + 1) .content_item_img {
    float: none;
  }
  .content_item_section {
    width: calc(100% - 70px);
    float: none;
    position: static;
    transform: translate(0, 0);
    margin: 24px auto 0;
    padding: 0;
  }
  .content_item:nth-child(2n + 1) .content_item_section {
    right: auto;
    left: 0;
    padding: 0;
  }

  .creator_container {
    width: 100%;
    padding: 50px 0;
    border: dashed #333;
    border-width: 1px 0;
    position: relative;
  }
  .creator_img {
    display: block;
    width: 560px;
    margin: 0 auto 40px;
  }
  .creator_content_section {
    width: 560px;
    position: static;
    transform: translate(0, 0);
    margin: 0 auto;
  }
  .creator_content_ttl {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .creator_content_txt {
    font-size: 1.4rem;
  }

  .brands-works-shin-ei .client_wrap {
    justify-content: center;
    margin: 40px auto;
  }

  .brands-works-shin-ei .client_item {
    width: 560px;
  }

  .brands-works-shin-ei .client_item:first-child {
    margin-bottom: 20px;
  }

  .brands-works-shin-ei .client_img {
    height:auto;
    width: 100%;
  }

  .brands-works-shin-ei .main_container,
  .brands-works-pola .main_container,
  .brands-works-beaglee .main_container {
    background-position: bottom;
    margin-bottom: 60px;
    min-height: 90vh;
  }

  .brands-works-jra .main_container,
  .brands-works-bravesoft .main_container,
  .brands-works-hardoff .main_container {
    margin-bottom: 60px;
  }

  .brands-works-shin-ei .content_item_text_wrap,
  .brands-works-pola .content_item_text_wrap,
  .brands-works-jra .content_item_text_wrap,
  .brands-works-bravesoft .content_item_text_wrap,
  .brands-works-hardoff .content_item_text_wrap,
  .brands-works-beaglee .content_item_text_wrap {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .brands-works-shin-ei .client_caption {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .copy_ttl {
    font-size: 2.1rem;
    margin-bottom: 16px;
  }
  .copy_ttl::after {
    margin-top: 24px;
  }
  .copy_txt {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
  .play_btn {
    width: 252px;
    height: 48px;
  }

  .data_container {
    padding: 70px 0;
  }
  .data_item {
    margin-bottom: 48px;
  }
  .data_nam_container {
    font-size: 3.6rem;
  }
  .data_nam {
    font-size: 6rem;
  }
  .data_nam_desc {
    font-size: 1.6rem;
  }
  .content_wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .content_item {
    display: flex;
    flex-direction:column;
    width: 100%;
    margin-bottom: 24px;
  }
  .content_item_img {
    width: 100%;
  }
  .class_without_statistic{
    padding-bottom: 24px;
  }
  .class_without_statistic .content_item:first-of-type .content_item_section{
    margin-top: 50px;
  }
  .class_without_statistic .content_item{
    margin-bottom: 0;
  }
  .class_without_statistic .content_item_img{
    order: 2;
  }
  .class_without_statistic .content_item_section{
    order: 1;
  }
  .content_item_ttl {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .content_item_txt {
    margin-bottom: 24px;
    font-size: 1.3rem;
  }
  .creator_container {
    padding: 30px 0;
  }
  .creator_img {
    width: calc(100% - 70px);
    margin-bottom: 26px;
  }
  .creator_content_section {
    width: calc(100% - 70px);
  }
  .creator_content_ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .creator_content_txt {
    font-size: 1.3rem;
  }
  .back_brands_btn {
    margin: 56px auto 80px;
  }
  .main_copy_container span .pc_no_display{
    display: block;
  }
  .main_copy_container span .sp_no_display{
    display: none;
  }
  .main_copy_container{
    padding-left: 7.2%;
  }

  .brands-works-shin-ei .client_item {
    width: 100%;
  }

  .brands-works-shin-ei .client_wrap {
    justify-content: center;
    margin: 40px auto 20px;
  }

  .brands-works-shin-ei .class_without_statistic {
    margin-bottom: 46px;
  }
}

.nav_list li:nth-child(3) a {
  color: #0ea79b;
  transition: 0.2s color;
}
