@charset "utf-8";

/* Common Style
------------------------------ */
.lp-contents-wrapper {
  box-sizing: content-box;
  margin: 20px auto 0;
  padding: 0 16px;
  max-width: 970px;
}

.lp-main-contents {
  padding: 14px 16px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(226, 234, 238)), to(#fff));
  background: -webkit-linear-gradient(top, rgb(226, 234, 238), #fff);
  background: linear-gradient(to bottom, rgb(226, 234, 238), #fff);
  font-size: 16px;
  line-height: 1.5;
}

.lp-main-contents>p {
  margin-bottom: 24px;
}

.lp-anchor-button a {
  position: relative;
  display: inline-block;
  padding: 13px 25px 13px 47px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e31449), to(#a4001b)) repeat scroll 0 0;
  background: -webkit-linear-gradient(top, #e31449 0%, #a4001b 100%) repeat scroll 0 0;
  background: linear-gradient(to bottom, #e31449 0%, #a4001b 100%) repeat scroll 0 0;
  background-color: #a4001b;
  box-shadow: 0 1px 3px #000;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.lp-anchor-button a:before {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -7px;
  width: 16px;
  height: 13px;
  background: url(../../../img/landing_page/common/icon_btn_anc.png) no-repeat scroll 0 0;
  content: "";
}

.lp-anchor-point {
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 0;
}

/* Header
------------------------------ */
.lp-header {
  margin: 0 0 28px;
}

.lp-title {
  color: #0e4c4b;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.447;
}

.lp-title strong {
  display: block;
  color: #d80035;
  font-size: 126.3%;
  line-height: 1.146;
}

.lp-header-image {
  margin: 0 0 8px;
  text-align: center;
}

.lp-header .lp-anchor-button {
  text-align: center;
}


/* Series box
------------------------------ */
.lp-series-box {
  border-right: 1px solid #4b7b8b;
  border-bottom: 1px solid #4b7b8b;
  border-left: 1px solid #4b7b8b;
  background: #91bac7;
}

.lp-series-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -1px;
  padding: 8px 8px 6px;
  background: #0e4c4b;
  font-size: 18px;
}

.lp-series-header h2 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #fff;
  text-align: right;
  font-weight: normal;
  font-size: 100%;

  -webkit-box-flex: 1;
}

.lp-series-header p {
  margin: 0;
  color: #22cbd1;
  font-weight: bold;
}

.lp-series-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.lp-series-image {
  -webkit-flex: 1 0 216px;
  flex: 1 0 216px;

  -webkit-box-flex: 1;
}

.lp-series-textcont {
  -webkit-flex: 1 1 280px;
  flex: 1 1 280px;

  -webkit-box-flex: 1;
}

.lp-series-lead {
  margin: 0;
  padding: 8px;
  font-weight: bold;
  font-size: 20px;
}

.lp-series-button-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 8px 16px;
  text-align: center;
}

.lp-series-button-area p {
  margin: 0 8px 4px;
  color: #fefefe;
  text-shadow: 0 1px 6px #4d6a79;
  font-size: 18px;
}


/* Case study
------------------------------ */
.lp-casestudy {
  margin: 20px auto 0;
  padding: 16px;
  max-width: 890px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}

.lp-casestudy-header {
  margin-bottom: 8px;
  color: #7e7e7e;
  font-weight: normal;
  font-size: 24px;
}

.lp-casestudy.of-primary .lp-casestudy-header {
  font-size: 33px;
  color: #333;
}

.lp-case-header h3 {
  margin-bottom: 5px;
  color: #000;
  font-size: 18px;
}

.lp-case-header p {
  margin-bottom: 0;
  color: #687179;
}

.lp-casestudy.of-primary .lp-case-header p {
  color: #666;
}

.lp-case-header .lp-case-label {
  color: #d80035 !important;
  font-weight: bold;
  margin-bottom: 8px !important;
  font-size: 14px;
}

.lp-case-header .lp-case-labelBody {
  border: 1px solid #d80035;
  padding: 2px 17px;
}

.lp-case-image {
  text-align: center;
}

.lp-case-movies {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -8px;
}

.lp-case-movies li {
  -webkit-flex: 1 1 102px;
  flex: 1 1 102px;
  margin: 12px 8px 0;
  max-width: 120px;
  text-align: center;

  -webkit-box-flex: 1;
}

.lp-case-movies a {
  text-decoration: none;
}

.lp-case-movie-thumb {
  position: relative;
  width: 120px;
  height: 90px;
  text-align: left;
}

.lp-case-movie-thumb.of-primary {
  height: auto;
}

.lp-case-movie-thumb.of-primary .prd-modalDialog-thumbnail:before {
  width: 5.2rem;
  height: 5.2rem;
}

.lp-case-movie-caption {
  margin: 8px 0 0;
  color: #e33259;
  font-weight: bold;
  font-size: 15px;
}

.lp-casestudy.of-primary .lp-case-movie-caption {
  font-weight: normal;
  color: #000;
  font-size: 14px;
}

.lp-casestudy-left-pane .lp-case-image {
  margin-top: 8px;
}

.lp-casestudy-right-pane .lp-case {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 16px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid #e5e5e5;
}

.lp-casestudy-right-pane .lp-case-header {
  -webkit-flex: 1 0 175px;
  flex: 1 0 175px;

  -webkit-box-flex: 1;
}

.lp-casestudy-right-pane .lp-case-image {
  -webkit-flex: 1 1 100px;
  flex: 1 1 100px;
  padding-left: 15px;

  -webkit-box-flex: 1;
}

.jstream-eqPlayer-flowtingBackground {
  width: 100% !important;
}


/* J-Stream Customize
------------------------------ */
.jstream-eqPlayer-flowtingBackground {
  width: 100% !important;
}

.jstream-eqPlaye-flowtingShadow {
  padding-bottom: -webkit-calc(100% * 0.5625) !important;
  padding-bottom: calc(100% * 0.5625) !important;
}


/* Media Queries
------------------------------ */
@media screen and (min-width: 480px) {
  .lp-case-figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .lp-casestudy-left-pane .lp-case-image {
    margin: 8px 0;
  }

  .lp-casestudy-left-pane .lp-case-movies {
    -webkit-flex: 1 1 140px;
    flex: 1 1 140px;
    margin: 0;

    -webkit-box-flex: 1;
  }
}

@media screen and (min-width: 768px) {
  .lp-header {
    position: relative;
  }

  .lp-title {
    font-size: 24px;
  }

  .lp-title strong {
    display: inline;
  }

  .lp-header-image {
    position: absolute;
    top: -16px;
    right: -16px;
  }

  .lp-header .lp-anchor-button {
    position: relative;
    margin: 16px 0 0;
    text-align: left;
  }

  .lp-series-image {
    -webkit-flex: 0 0 230px;
    flex: 0 0 230px;

    -webkit-box-flex: 0;
  }

  .lp-series-button-area {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .lp-series-button-area p {
    margin-left: 0;
  }

  .lp-casestudy-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .lp-casestudy-left-pane .lp-case-header p {
    margin: 0 0 15px;
  }

  .lp-casestudy-left-pane .lp-case-figure {
    margin: 0 -4px;
  }

  .lp-casestudy-right-pane {
    margin-left: 24px;
    padding-left: 24px;
    border-left: 1px solid #e5e5e5;
  }

  .lp-casestudy-right-pane .lp-case:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}

@media screen and (min-width: 1002px) {
  .lp-contents-wrapper {
    margin-top: 40px;
  }

  .lp-main-contents {
    padding: 16px 40px 40px;
  }

  .lp-anchor-button a {
    font-size: 21px;
  }

  .lp-title {
    font-size: 38px;
  }

  .lp-header-image {
    right: -40px;
  }

  .lp-series-header {
    padding: 10px 20px 9px;
    font-size: 24px;
  }

  .lp-series-lead {
    padding: 25px 0 15px;
    font-weight: normal;
    font-size: 33px;
    line-height: 1.389;
  }

  .lp-series-button-area p {
    margin: 0 8px 0 0;
    font-size: 22px;
  }

  .lp-casestudy {
    margin-top: 35px;
    padding: 20px 20px 24px;
  }

  .lp-case-header h3 {
    margin: 0 0 2px;
  }

  .lp-case-header p {
    font-size: 14px;
  }

  .lp-casestudy-left-pane .lp-case-image {
    margin: 0;
  }

  .lp-casestudy-left-pane .lp-case-movies li {
    margin: 11px 0 0 24px;
  }

  .lp-casestudy-left-pane .lp-case-movies li:first-child {
    margin-top: 0;
  }

  .lp-casestudy-right-pane .lp-case-image {
    -webkit-flex: 1 0 190px;
    flex: 1 0 190px;

    -webkit-box-flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .lp-series-lead br {
    display: none;
  }

  .jstream-eqPlaye-flowtingShadow {
    left: 16px !important;
    padding-bottom: -webkit-calc((100% - 32px) * 0.5625) !important;
    padding-bottom: calc((100% - 32px) * 0.5625) !important;
    width: -webkit-calc(100% - 32px) !important;
    width: calc(100% - 32px) !important;
  }

  .jstream-eqPlaye-closeBtn {
    top: 8px !important;
    right: 8px !important;
  }
}
