@charset "utf-8";

/* Common Style
------------------------------ */
.lp-contents-wrapper {
  box-sizing: content-box;
  margin: 20px auto 0;
  padding: 0 16px;
  max-width: 850px;
  font-family: SimSun, "MS Song", "MS Mincho", serif;
}

.lp-anchor-button {
  text-align: center;
}

.lp-anchor-button img {
  max-width: 256px;
}

.lp-section {
  position: relative;
  padding: 24px 16px;
  background-color: #070707;
  color: #fff;
  font-weight: bold;
}

.lp-section .lp-anchor-button {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
}

.lp-section-header {
  position: relative;
  padding: 4px 16px 12px 40px;
  background: url(../../img/landing_page/lp_xg_cvx_cat_rwd/icon_01.png) no-repeat left top / 36px auto;
  font-size: 24px;
  line-height: 1.2;
}

.lp-section-header:before {
  position: absolute;
  right: -16px;
  bottom: 5px;
  left: 40px;
  height: 3px;
  background: #b9850d;
  content: "";
}

.lp-section-subheader {
  color: #ffd42b;
  font-size: 20px;
}


/* Keyvisual
------------------------------ */
.lp-keyvisual {
  position: relative;
  margin: 0 -1px;
  padding: 16px;
  height: 500px;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  background: url(../../img/landing_page/lp_xg_cvx_cat_rwd/bg_01.jpg) no-repeat center top / auto 300px;
}

.lp-keyvisual-catch {
  color: #e60021;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
}

.lp-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.33;
}

.lp-keyvisual figure {
  position: absolute;
  bottom: 60px;
}

.lp-keyvisual figcaption {
  right: 16px;
  left: 16px;
  font-weight: bold;
}

.lp-keyvisual .lp-anchor-button {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
}

.lp-keyvisual ul {
  padding-left: 1.5em;
  list-style: disc outside;
}


/* Section1
------------------------------ */
.lp-section.section1 {
  padding-bottom: 125.5555%;
}

.lp-section.section1:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 125.5555%;
  background: url(../../img/landing_page/lp_xg_cvx_cat_rwd/bg_02.png) no-repeat left bottom / auto 100%;
  content: "";
}


/* Section2
------------------------------ */
.lp-section.section2 {
  padding-bottom: 76.82352%;
}

.lp-section.section2:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 76.82352%;
  background: url(../../img/landing_page/lp_xg_cvx_cat_rwd/bg_03.png) no-repeat center bottom / auto 100%;
  content: "";
}


/* Section3
------------------------------ */
.lp-section.section3 {
  padding-bottom: 86.14035%;
}

.lp-section.section3:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 86.14035%;
  background: url(../../img/landing_page/lp_xg_cvx_cat_rwd/bg_04.png) no-repeat left bottom / auto 100%;
  content: "";
}


/* Section4
------------------------------ */
.lp-section.section4 {
  padding-bottom: 73.103448%;
}

.lp-section.section4:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 73.103448%;
  background: url(../../img/landing_page/lp_xg_cvx_cat_rwd/bg_05.png) no-repeat right bottom / auto 100%;
  content: "";
}


/* Media Queries
------------------------------ */
@media screen and (min-width: 480px) {
  .lp-anchor-button img {
    max-width: 320px;
  }
}

@media screen and (min-width: 768px) {
  .lp-anchor-button img {
    max-width: none;
  }

  .lp-section .lp-anchor-button {
    bottom: 8px;
  }

  .lp-subsection {
    font-size: 20px;
  }

  .lp-section-subheader {
    font-size: 28px;
  }

  .lp-keyvisual {
    padding: 32px 0 16px 32px;
    height: 610px;
    background-size: auto;
  }

  .lp-keyvisual-catch {
    font-size: 42px;
  }

  .lp-title {
    margin: 0 0 10px;
    font-size: 48px;
  }

  .lp-keyvisual figure {
    position: static;
    float: right;
    padding: 0 16px 0 0;
  }

  .lp-keyvisual figcaption {
    font-size: 20px;
  }

  .lp-keyvisual ul {
    font-size: 20px;
  }

  .lp-section.section1 {
    padding-bottom: 66.470588%;
  }

  .lp-section.section1:before {
    padding-top: 66.470588%;
  }

  .lp-section.section1 .lp-subsection {
    position: absolute;
    right: 20px;
    margin: 20px 0 0;
  }

  .lp-section.section3 {
    padding-bottom: 57.7647%;
  }

  .lp-section.section3:before {
    padding-top: 57.7647%;
  }

  .lp-section.section3 .lp-subsection {
    position: absolute;
    right: 20px;
    margin: 20px 0 0;
  }

  .lp-section.section4 {
    padding-bottom: 49.8823%;
  }

  .lp-section.section4:before {
    padding-top: 49.8823%;
  }

  .lp-section.section4 .lp-subsection {
    position: absolute;
    left: 20px;
    margin: 20px 0 0;
  }
}

@media screen and (min-width: 850px) {
  .lp-section .lp-anchor-button {
    bottom: 16px;
  }

  .lp-section {
    padding-top: 44px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .lp-section-header {
    padding: 5px 30px 12px 70px;
    background-size: auto;
    font-size: 35px;
  }

  .lp-section-header:before {
    right: -30px;
    left: 70px;
  }

  .lp-section-subheader {
    font-size: 31px;
  }

  .lp-section.section1 .lp-subsection {
    right: auto;
    left: 455px;
  }

  .lp-section.section2 .lp-section-subheader {
    position: absolute;
    margin-top: 40px;
  }

  .lp-section.section3 .lp-subsection {
    right: auto;
    left: 455px;
  }

  .lp-section.section4 .lp-subsection {
    left: 30px;
    margin: 30px 0 0;
  }
}
