@charset "UTF-8";

/* Common Style
------------------------------ */
.lp-contents-viewer {
  padding: 0 -webkit-calc(((100vw - 970px) - (100vw - 100%)) / 2);
  padding: 0 calc(((100vw - 970px) - (100vw - 100%)) / 2);
}

.lp-button-area {
  text-align: center;
}

.lp-download-button {
  position: relative;
  display: inline-block;
  padding: 12px 78px 14px 56px;
  background: #e60012 url(../../../img/landing_page/common/icon_btn_dl.png) no-repeat 25px center;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: left;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.lp-download-button:link,
.lp-download-button:visited {
  color: #fff;
}

.lp-download-button:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.lp-download-button figure,
.lp-download-button figure figcaption {
  display: inline-block;
}

.lp-download-button figure div {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.lp-download-button figure img {
  border: 1px solid #ccc;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


/* Keyvisual
------------------------------ */
.lp-keyvisual {
  height: 250px;
  padding-top: 56px;
  background: #000 url(../../img/landing_page/selectionguide_index/bg_01.png) no-repeat left calc(50% - 282px) center;
  color: #fff;
  font-size: 50px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 2px 7px #000;
}

.lp-keyvisual span {
  display: inline-block;
}

/* Division1
------------------------------ */
.lp-division1 {
  position: relative;
  padding-bottom: 60px;
  background: #ebebeb;
}

.lp-series-banner {
  position: relative;
  top: -68px;
  max-width: 906px;
  min-height: 216px;
  margin: 0 auto;
  padding: 30px 38px 30px 318px;
  background: #fff;
  border-top: 1px solid #bd9c00;
  border-bottom: 1px solid #bd9c00;
}

.lp-series-image {
  position: absolute;
  top: 0;
  left: 38px;
}

.lp-series-name {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: normal;
}

.lp-series-name .label {
  display: inline-block;
  margin: 0 12px 0 0;
  padding: 4px 18px 3px;
  background-color: #d40001;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
}

.lp-series-name .title {
  display: inline-block;
}

.lp-series-desc {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: bold;
}

.lp-series-desc span {
  display: inline-block;
}

.lp-applications {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  top: -60px;
  margin: 0 -16px;
}

.lp-applications figure {
  flex: 1 1 302px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 60px 16px 0;
  text-align: center;
}

.lp-applications figcaption {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}

.lp-applications figcaption:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 32px;
  height: 3px;
  background: #e40000;
  font-size: 0;
  transform: translate(-50%, 0);
}

/* Division2
------------------------------ */
.lp-division2 {
  position: relative;
  max-width: 970px;
  margin: 0 auto;
  padding: 48px 60px 90px 460px;
  text-align: center;
}

.lp-division2 .header {
  margin: 0 0 16px;
  font-size: 30px;
  font-weight: bold;
}

.lp-division2 .thumb {
  position: absolute;
  top: 30px;
  left: 72px;
}

/* Media Queries
------------------------------ */
@media screen and (min-width: 768px) {
}

@media screen and (max-width: 1002px) {
  .lp-contents-viewer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .lp-applications figure {
    flex: 1 1 216px;
  }
}

@media screen and (max-width: 767px) {
  .lp-keyvisual {
    font-size: 40px;
  }

  .lp-division1 {
    padding-bottom: 40px;
  }

  .lp-series-banner {
    top: -60px;
    padding: 16px 16px 30px;
  }

  .lp-series-desc {
    margin-bottom: 8px;
  }

  .lp-series-image {
    position: static;
    text-align: center;
  }

  .lp-applications {
    top: -48px;
  }

  .lp-applications figure {
    margin: 40px 16px 0;
  }

  .lp-division2 {
    padding: 30px 16px 40px;
  }

  .lp-division2 .header {
    margin: 0 0 24px;
    font-size: 24px;
  }

  .lp-division2 .thumb {
    position: static;
    margin: 0 0 40px -24px;
  }
}

@media screen and (max-width: 480px) {
}
