@charset "utf-8";

.market_marketmovie {
  margin-bottom: 100px;
}

.market_marketmovie_sub {
  margin-bottom: 50px;
}

.market_marketmovie .head_styleBorder,
.market_marketmovie p {
  margin-bottom: 32px;
}

.market_marketmovie_sub p {
  margin-bottom: 10px;
}

.marketmovie_wrap {
  display: flex;
  justify-content: flex-start;
  padding-top: 30px;
}

.marketmovie_youtube {
  display: flex;
  justify-content: center;
  margin: 0 50px 0 0;
  width: 50%;
}

.marketmovie_youtube a {
  display: block;
  position: relative;
}

.marketmovie_youtube a img {
  width: 100%;
}

.marketmovie_youtube .icon {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.marketmovie_youtube .icon::before {
  content: "";
  width: 30px;
  height: 36px;
  background: url(/images/svg/play.svg) no-repeat center center / 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 4px;
}

.marketmovie_info {
  width: calc(50% - 50px);
}

.marketmovie_info .marketmovie_text {
  border-bottom: 1px solid #999;
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
}

.marketmovie_info .marketmovie_text:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media all and (max-width: 900px) {

  .market_marketmovie {
    margin-bottom: 35px;
  }

  .market_marketmovie_sub {
    margin-bottom: 35px;
  }

  .market_marketmovie .head_styleBorder,
  .market_marketmovie p {
    margin-bottom: 14px;
  }

  .marketmovie_wrap {
    display: block;
    padding-top: 15px;
  }

  .marketmovie_youtube {
    margin: 0 0 20px 0;
    width: 100%;
  }

  .marketmovie_info {
    width: 100%;
  }

}
