@charset "utf-8";

/* Common Style
------------------------------ */
.lp-contents-inner {
  box-sizing: content-box;
  margin: 0 auto 52px;
  padding: 0 16px;
  max-width: 970px;
  line-height: 1.33;
}

.lp-contents-viewer {
  overflow: hidden;
  padding-right: 16px;
  padding-left: 16px;
  line-height: 1.33;
}

.lp-anchor-button a {
  position: relative;
  display: inline-block;
  padding: 14px 64px 15px 56px;
  max-width: 320px;
  width: 100%;
  background: #e60012;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: left;
  text-decoration: none;
  font-size: 23px;
  line-height: 1;
}

.lp-anchor-button a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.lp-anchor-button a i {
  position: absolute;
  top: 50%;
  left: 22px;
  margin-top: 2px;
  width: 16px;
  height: 14px;
  font-size: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.lp-anchor-button a i:before,
.lp-anchor-button a i:after {
  display: block;
  content: "";
}

.lp-anchor-button a i:before {
  margin: 0 auto 2px;
  width: 0;
  height: 0;
  border-width: 8px 6px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
}

.lp-anchor-button a i:after {
  width: 100%;
  height: 2px;
  background: #fff;
}

.lp-anchor-button a figure,
.lp-anchor-button a figure figcaption {
  display: inline-block;
}

.lp-anchor-button a figure div {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.lp-anchor-button a figure img {
  border: 1px solid #ccc;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lp-section-header {
  text-align: center;
  font-weight: normal;
  font-size: 28px;
  line-height: 1.33;
}

.lp-section-header .label {
  position: relative;
  display: block;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  margin: 0 0 12px;
  padding: 0 0 12px;
  text-align: center;
  font-size: 77.7777%;
}

.lp-section-header .label em {
  color: #333;
  font-size: 185.7146%;
}

.lp-section-header .label:after {
  position: absolute;
  right: 50%;
  bottom: 0;
  margin: 0 -25px 0 0;
  width: 50px;
  height: 6px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8711), to(#ffc911));
  background: -webkit-linear-gradient(top, #ff8711, #ffc911);
  background: linear-gradient(to bottom, #ff8711, #ffc911);
  content: "";
}


/* Keyvisual
------------------------------ */
.lp-keyvisual {
  position: relative;
  overflow: hidden;
  background: #000a30;
}

.lp-keyvisual-image {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
  width: 580px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.lp-keyvisual-contents {
  position: relative;
  padding-top: 240px;
  height: 580px;
  color: #fff;
}

.lp-keyvisual-image img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lp-header {
  margin: 0 0 12px;
}

.lp-title {
  font-weight: normal;
  font-size: 28px;
}

.lp-header-text {
  margin: 10px 0 0;
  font-size: 18px;
}

.lp-header-text i {
  margin-right: 10px;
  padding: 3px 20px;
  border: 1px solid #e60012;
  color: #e60012;
  font-weight: bold;
  font-style: normal;
  font-size: 75%;
}

.lp-header-text strong {
  display: block;
  margin: 8px 0.5em 0 0;
  font-weight: bold;
}

.lp-keyvisual-button-list li {
  text-align: center;
}

.lp-document-button {
  margin-bottom: 16px;
}

.lp-document-button a {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 10px 40px 12px 73px;
  max-width: 320px;
  width: 100%;
  background: #2a8ac6;
  color: #fff;
  text-align: left;
  text-decoration: none;
  font-size: 23px;
}

.lp-document-button a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.lp-document-button a:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  content: "";
  opacity: 0.3;
}

.lp-document-button span {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  vertical-align: baseline;
  line-height: 1;
}

.lp-document-button span:before {
  position: absolute;
  top: 50%;
  left: -39px;
  display: inline-block;
  margin-top: -13px;
  width: 25px;
  height: 25px;
  background: url(../../../img/landing_page/common/icon_btn_dl.png) no-repeat;
  content: "";
}


/* Section1
------------------------------ */
.lp-section1 {
  padding-top: 30px;
  padding-bottom: 60px;
}

.lp-section1-imagecont {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-box-orient: horizontal;
}

.lp-section1-imagecont p {
  -webkit-flex: 1 1 320px;
  flex: 1 1 320px;
  margin: 25px 0 0;
  font-size: 19px;
  line-height: 1.8;

  -webkit-box-flex: 1;
}

.lp-section1-images {
  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 -20px;
}

.lp-section1-images figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 340px;
  flex: 1 1 340px;
  margin: 20px 0 0;
  padding: 0 20px;

  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
}

.lp-section1-images figure img {
  width: 100%;
}

.lp-section1-images figcaption {
  -webkit-flex: auto;
  flex: auto;
  padding: 15px;
  background: #303030;
  color: #fff;
  text-align: center;
  font-size: 21px;

  -webkit-box-flex: 1;
}


/* Section2
------------------------------ */
.lp-section2 {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #d0d4dd;
  background: #f4f4f4;
}

.lp-section2-main-image {
  margin-top: 30px;
  background: url(../../img/landing_page/sjl_pr/sj-l_ws_sr57335_index_pr_img_04_bg.jpg) no-repeat center;
  text-align: center;
}

.lp-section2-imagecont {
  padding-top: 40px;
  font-size: 19px;
}

.lp-section2-imagecont p {
  margin: 0 0 30px;
  line-height: 1.55;
}

.lp-section2-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.lp-section2-images figure:first-child {
  margin: 0 13px 0 0;
}

/* Lead block
------------------------------ */
.lp-lead-block {
  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-top: 60px;
}

.lp-lead-block figcaption {
  margin: 12px 0 0;
  font-weight: bold;
  font-size: 24px;
}


/* Lead banner
------------------------------ */
.lp-lead-banner {
  margin: 40px auto;
  padding: 8px 4px;
  max-width: 970px;
  background: #3f3f3f;
  background: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#1c1c1c));
  background: -webkit-linear-gradient(top, #3f3f3f 0%, #1c1c1c 100%);
  background: linear-gradient(to bottom, #3f3f3f 0%, #1c1c1c 100%);
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.33;
}

.lp-lead-banner-label {
  position: relative;
  display: inline-block;
  padding: 0 68px;
}

.lp-lead-banner-label i {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 24px;
  height: 28px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.lp-lead-banner-label i:first-child {
  left: 0;
}

.lp-lead-banner-label i:last-child {
  right: 0;
}

.lp-lead-banner-label i:before,
.lp-lead-banner-label i:after {
  position: absolute;
  content: "";
}

.lp-lead-banner-label i:before {
  top: 0;
  bottom: 6px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  background: #848484;
}

.lp-lead-banner-label i:after {
  right: 50%;
  bottom: 4px;
  width: 15px;
  height: 15px;
  border-right: 2px solid #848484;
  border-bottom: 2px solid #848484;
  -webkit-transform: rotate(36deg) skew(-16deg);
  transform: rotate(36deg) skew(-16deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.lp-lead-banner-label span {
  display: inline-block;
}


/* Media Queries
------------------------------ */
@media screen and (min-width: 480px) {}

@media screen and (min-width: 640px) {}

@media screen and (min-width: 768px) {
  .lp-section-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 15px;
    font-size: 42px;
  }

  .lp-section-header .label {
    margin: 0 50px 0 0;
    padding: 0;
  }

  .lp-section-header .label:after {
    position: absolute;
    right: -25px;
    bottom: 10%;
    margin: 0;
    width: 6px;
    height: 50px;
    content: "";
  }

  .lp-keyvisual-image {
    width: 1110px;
  }

  .lp-keyvisual-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;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding-bottom: 40px;
    height: 534px;
  }

  .lp-title {
    font-size: 47px;
  }

  .lp-header-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 30px 0 0;
    font-size: 23px;
  }

  .lp-header-text strong {
    margin-top: 0;
  }

  .lp-keyvisual-button-list {
    display: block;
    -webkit-flex: 0 0 222px;
    flex: 0 0 222px;
    margin-bottom: 30px;

    -webkit-box-flex: 0;
  }

  .lp-document-button a:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
  }

  .lp-document-button {
    margin-bottom: 18px;
  }

  .lp-section2-imagecont p {
    -webkit-flex: 1 1 320px;
    flex: 1 1 320px;
    margin: 0 13px 30px 0;
    line-height: 1.55;

    -webkit-box-flex: 1;
  }

  .lp-lead-banner {
    padding: 4px;
    font-size: 29px;
  }

  .lp-lead-block figcaption {
    font-size: 35px;
  }
}

@media screen and (min-width: 860px) {
  .lp-section1-images figure {
    margin-top: 0;
  }

  .lp-section2-imagecont {
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .lp-section2-images {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex: 0 1 453px;
    flex: 0 1 453px;

    -webkit-box-flex: 0;
  }

  .lp-section2-images figure {
    -webkit-flex: 1 1 233px;
    flex: 1 1 233px;

    -webkit-box-flex: 1;
  }
}

@media screen and (min-width: 1002px) {
  .lp-contents-viewer {
    padding-right: -webkit-calc(((100vw - 970px) - (100vw - 100%)) / 2);
    padding-right: calc(((100vw - 970px) - (100vw - 100%)) / 2);
    padding-left: -webkit-calc(((100vw - 970px) - (100vw - 100%)) / 2);
    padding-left: calc(((100vw - 970px) - (100vw - 100%)) / 2);
  }

  .lp-lead-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
