/* --------------------------------
  COMMON
-------------------------------- */
.num_navi {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -500px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #bebebe;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .num_navi {
    top: 40px;
    left: 0;
    margin-left: 0;
    font-size: 11px;
  }
}

.num_navi:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -65px;
  width: 60px;
  height: 1px;
  background: #bebebe;
}

h4 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 22px;
  font-weight: bold !important;
}
@media (max-width: 767.98px) {
  h4 {
    margin-bottom: 40px;
    font-size: 15px;
  }
}

.lp_wrapper {
  position: relative;
  padding: 100px 0 130px 0;
}
@media (max-width: 767.98px) {
  .lp_wrapper {
    margin: 0 auto;
    padding: 90px 0 70px 0;
    width: 90%;
  }
}

.use_ttl {
  margin-bottom: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .use_ttl {
    margin-bottom: 28px;
    font-size: 19px;
  }
}

.ul_wrap {
  position: relative;
}
.ul_wrap ul {
  border-right: 1px solid #019bb8;
  border-left: 1px solid #019bb8;
}
.ul_wrap ul:before,
.ul_wrap ul:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #019bb8;
}
@media (max-width: 767.98px) {
  .ul_wrap ul:before,
  .ul_wrap ul:after {
    width: 15px;
  }
}
.ul_wrap ul:before {
  top: 0;
  left: 0;
}
.ul_wrap ul:after {
  bottom: 0;
  left: 0;
}

.ul_wrap:before,
.ul_wrap:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #019bb8;
}
@media (max-width: 767.98px) {
  .ul_wrap:before,
  .ul_wrap:after {
    width: 15px;
  }
}

.ul_wrap:before {
  top: 0;
  right: 0;
}

.ul_wrap:after {
  right: 0;
  bottom: 0;
}

.ul_wrap.white ul {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.ul_wrap.white ul:before,
.ul_wrap.white ul:after {
  background: #fff;
}

.ul_wrap.white:before,
.ul_wrap.white:after {
  background: #fff;
}

a.movie_btn {
  position: relative;
}

a.movie_btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
  background: url(../../images/anessa_secret/icon_btn_movie.svg);
  background-size: contain;
}
@media (max-width: 767.98px) {
  a.movie_btn:before {
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
  }
}

a.more_blue {
  display: inline-block;
  padding: 18px 0;
  width: 350px;
  background: url(../../images/pact-product/lp/btn_arrow.png) #019bb8 no-repeat
    right 15px center;
  background-size: 20px auto;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
}
@media (max-width: 767.98px) {
  a.more_blue {
    padding-right: 15px;
    width: 100%;
    font-size: 12px;
  }
}

/* --------------------------------
  LP_KV
-------------------------------- */
#lp_kv .kv_img {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 48px);
  height: 400px;
  background: url(../../images/pact-product/mild/kv_pc.jpg) no-repeat top center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  #lp_kv .kv_img {
    width: 100%;
    height: auto;
    background: none;
  }
}
#lp_kv .kv_img .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 100px;
  width: 366px;
}
@media (max-width: 767.98px) {
  #lp_kv .kv_img .ttl {
    top: auto;
    bottom: 10%;
    left: 10%;
    margin: 0;
    width: 80%;
  }
}

#lp_kv .kv_product {
  position: relative;
  margin-top: -100px;
}
@media (max-width: 767.98px) {
  #lp_kv .kv_product {
    margin: 0;
    background: #009bb9;
  }
}
#lp_kv .kv_product .read_sp {
  width: 100%;
  background: #fff;
  color: #019bb9;
  font-size: 13px;
}
#lp_kv .kv_product .read_sp p {
  padding: 25px 0 25px 51%;
}
#lp_kv .kv_product ul {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 20px;

  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 767.98px) {
  #lp_kv .kv_product ul {
    flex-direction: row;
    margin-top: -40px;
  }
}
#lp_kv .kv_product ul li.txt {
  margin-right: 30px;
  text-align: right;
  color: #019bb9;
}
@media (max-width: 767.98px) {
  #lp_kv .kv_product ul li.txt {
    margin: 0;
    text-align: left;
  }
}
#lp_kv .kv_product ul li.txt .read_pc {
  position: relative;
  margin-bottom: 5px;
  font-size: 21px;
}
@media (max-width: 767.98px) {
  #lp_kv .kv_product ul li.txt .read_pc {
    display: none;
  }
}
#lp_kv .kv_product ul li.txt .name {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  #lp_kv .kv_product ul li.txt .name {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
  }
}
#lp_kv .kv_product ul li.txt .name .bodyparts {
  margin-top: 10px;
  padding: 5px 15px;
  background: #fff;
  color: #009bb9;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  #lp_kv .kv_product ul li.img {
    margin-right: 5px;
    width: 150px;
  }
}
#lp_kv .kv_product ul li.img ul {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;

  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 767.98px) {
  #lp_kv .kv_product ul li.img ul {
    flex-wrap: wrap;
  }
}
#lp_kv .kv_product ul li.img ul li:first-child {
  margin: 0 25px 5px 0;
  width: 90px;
}
@media (max-width: 767.98px) {
  #lp_kv .kv_product ul li.img ul li:first-child {
    margin: 0 5px 0 0;
    width: 80px;
  }
}
#lp_kv .kv_product ul li.img ul li:nth-child(2) {
  width: 100px;
}
@media (max-width: 767.98px) {
  #lp_kv .kv_product ul li.img ul li:nth-child(2) {
    margin: 0 0 10px 0;
    width: 51px;
  }
}
#lp_kv .kv_product ul li.img ul li:nth-child(3) {
  width: 100%;
}
@media (max-width: 767.98px) {
  #lp_kv .kv_product ul li.img ul li:nth-child(3) {
    margin: 5px 0 0 0;
    width: 85px;
  }
}
#lp_kv .kv_product .cap {
  margin: 0 auto;
  padding-bottom: 20px;
  width: 1020px;
  text-align: center;
  letter-spacing: 0;
  color: #626262;
  font-size: 10px;
}
@media (max-width: 767.98px) {
  #lp_kv .kv_product .cap {
    margin: 0 auto 0 auto;
    width: 320px;
    text-align: left;
    color: #fff;
    font-size: 11px;
  }
}

/* --------------------------------
  LP_NAVI
-------------------------------- */
#lp_navi {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
  color: #333;
}
@media (max-width: 767.98px) {
  #lp_navi {
    border-top: none;
  }
}
#lp_navi ul {
  display: flex;

  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  #lp_navi ul {
    margin: 0 auto;
    width: 320px;

    align-items: flex-end;
  }
}
#lp_navi ul li {
  position: relative;
  padding: 12px 20px 20px 20px;
  text-align: center;
}
@media (max-width: 767.98px) {
  #lp_navi ul li {
    padding: 12px 15px 20px 15px;
  }
}
#lp_navi ul li a {
  display: block;
  position: relative;
  padding-bottom: 15px;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  #lp_navi ul li a {
    font-size: 14px;
  }
}
#lp_navi ul li a span {
  display: block;
  padding-bottom: 0;
  color: #bebebe;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  #lp_navi ul li a span {
    font-size: 15px;
  }
}
#lp_navi ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  width: 9px;
  height: 7px;
  background: url(../../images/pact-product/lp/navi_arrow.png) no-repeat top
    center;
  background-size: cover;
}

@media (max-width: 767.98px) {
  #lp_navi ul li a:before{
    bottom: -7px;
  }
}

@media (max-width: 767.98px) {
  #lp_navi ul li a.small {
    height: 62px;
    font-size: 10px;
  }
}
#lp_navi ul li:after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -14px;
  color: #bebebe;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  #lp_navi ul li:nth-child(1) {
    border-bottom: 1px solid #e4e4e4;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  #lp_navi ul li:nth-child(2) {
    border-bottom: 1px solid #e4e4e4;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  #lp_navi ul li:nth-child(2):after {
    display: none;
  }
}
#lp_navi ul li:last-child:after {
  display: none;
}

/* --------------------------------
  LP_CONCEPT
-------------------------------- */
#lp_concept .mild {
  margin: 0 auto;
  width: 590px;
}
@media (max-width: 767.98px) {
  #lp_concept .mild {
    margin: 0 auto;
    width: 100%;
  }
}
#lp_concept .mild p {
  margin-top: 60px;
  text-align: center;
  font-size: 17px;
  line-height: 44px;
}
@media (max-width: 767.98px) {
  #lp_concept .mild p {
    margin-top: 30px;
    font-size: 14px;
    line-height: 32px;
  }
}

/* --------------------------------
  LP_SECRET
-------------------------------- */
#lp_secret {
  margin: 0 auto;
  width: calc(100% - 48px);
  background: url(../../images/pact-product/lp/mild/secret_bg_pc.jpg) no-repeat
    top center;
  background-size: cover;
  color: #454141;
}
@media (max-width: 767.98px) {
  #lp_secret {
    width: 100%;
    background: url(../../images/pact-product/lp/mild/secret_bg_sp.jpg)
      no-repeat top center;
    background-size: cover;
  }
}
#lp_secret .read {
  margin-bottom: 70px;
  text-align: center;
  font-size: 26px;
  line-height: 50px;
}
@media (max-width: 767.98px) {
  #lp_secret .read {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 27px;
  }
}
#lp_secret .wrap_bg {
  margin: 0 auto 80px auto;
  padding: 50px 90px;
  width: 990px;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767.98px) {
  #lp_secret .wrap_bg {
    margin-bottom: 40px;
    padding: 35px 25px;
    width: 100%;
  }
}
#lp_secret .wrap_bg:last-child {
  margin-bottom: 0;
}
#lp_secret .smooth ul.smooth_ttl {
  display: flex;
  margin-bottom: 30px;

  justify-content: center;
}
@media (max-width: 767.98px) {
  #lp_secret .smooth ul.smooth_ttl {
    margin-bottom: 15px;
  }
}
#lp_secret .smooth ul.smooth_ttl li.img {
  margin-right: 40px;
  width: 90px;
}
@media (max-width: 767.98px) {
  #lp_secret .smooth ul.smooth_ttl li.img {
    margin-right: 20px;
    width: 65px;
  }
}
#lp_secret .smooth ul.smooth_ttl li.txt {
  width: 460px;
  color: #009bb9;
  font-size: 28px;
  line-height: 42px;
}
@media (max-width: 767.98px) {
  #lp_secret .smooth ul.smooth_ttl li.txt {
    width: auto;
    font-size: 15px;
    line-height: 25px;
  }
}
#lp_secret .smooth ul.smooth_ttl li.txt span {
  display: block;
  margin-top: 15px;
  color: #454141;
  font-size: 10px;
  line-height: 14px;
}
@media (max-width: 767.98px) {
  #lp_secret .smooth ul.smooth_ttl li.txt span {
    display: none;
  }
}
#lp_secret .smooth .sp_cap {
  margin-bottom: 25px;
  letter-spacing: 0;
  font-size: 11px;
  line-height: 16px;
}
#lp_secret .smooth .smooth_detail {
  padding: 30px 60px;
  background: #fff;
}
@media (max-width: 767.98px) {
  #lp_secret .smooth .smooth_detail {
    padding: 25px 30px 15px 30px;
  }
}
#lp_secret .smooth .smooth_detail p {
  margin-bottom: 25px;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  #lp_secret .smooth .smooth_detail p {
    margin-bottom: 5px;
    font-size: 13px;
  }
}
#lp_secret .smooth .smooth_detail ul {
  display: flex;

  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  #lp_secret .smooth .smooth_detail ul {
    display: block;
  }
}
#lp_secret .smooth .smooth_detail ul li {
  width: 300px;
}
@media (max-width: 767.98px) {
  #lp_secret .smooth .smooth_detail ul li {
    width: 100%;
  }
}
#lp_secret .smooth .smooth_detail ul li .ttl {
  padding: 3px;
  border: 1px solid #a2a0a0;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  #lp_secret .smooth .smooth_detail ul li .ttl {
    font-size: 12px;
  }
}
#lp_secret .smooth .smooth_detail ul li .blue {
  border: 1px solid #009bb9;
  color: #009bb9;
}
#lp_secret .smooth .smooth_detail ul li span {
  display: block;
  margin: 7px 0;
  letter-spacing: 0;
  font-size: 10px;
}
#lp_secret .smooth .smooth_detail ul li .img {
  margin: 0 auto;
  width: 193px;
  text-align: right;
}
@media (max-width: 767.98px) {
  #lp_secret .smooth .smooth_detail ul li .img {
    width: 100%;
  }
}
#lp_secret .smooth .smooth_detail ul li .pc_margin {
  height: 20px;
}
@media (max-width: 767.98px) {
  #lp_secret .smooth .smooth_detail ul li .pc_margin {
    height: 10px;
  }
}
#lp_secret .smooth .smooth_detail ul li.arrow {
  width: 20px;
}
@media (max-width: 767.98px) {
  #lp_secret .smooth .smooth_detail ul li.arrow {
    margin: 10px auto 10px auto;
    width: 24px;
  }
}
#lp_secret .uv .wrap_bg {
  margin-bottom: 0;
}
#lp_secret .uv ul {
  display: flex;

  justify-content: space-between;
}
@media (max-width: 767.98px) {
  #lp_secret .uv ul {
    flex-direction: column-reverse;
  }
}
#lp_secret .uv ul li {
  width: 350px;
}
@media (max-width: 767.98px) {
  #lp_secret .uv ul li {
    width: 100%;
  }
}
#lp_secret .uv ul li .sub_ttl {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  #lp_secret .uv ul li .sub_ttl {
    font-size: 14px;
  }
}
#lp_secret .uv ul li .ttl {
  padding-bottom: 20px;
  color: #009bb9;
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 767.98px) {
  #lp_secret .uv ul li .ttl {
    padding-bottom: 15px;
    font-size: 17px;
    line-height: 25px;
  }
}
#lp_secret .uv ul li p {
  padding-bottom: 30px;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  #lp_secret .uv ul li p {
    font-size: 14px;
  }
}
#lp_secret .uv ul li .cap {
  font-size: 10px;
}
#lp_secret .uv ul li.img {
  width: 416px;
}
@media (max-width: 767.98px) {
  #lp_secret .uv ul li.img {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #lp_secret .uv ul li.img img {
    margin-bottom: 10px;
  }
}
#lp_secret .uv .add_movie {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  #lp_secret .uv .add_movie {
    margin-top: 20px;
  }
}
#lp_secret .check ul li {
  margin-bottom: 25px;
  padding-left: 30px;
  background: url(../../images/pact-product/lp/icon_check.png) no-repeat top
    left;
  background-size: 22px 22px;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 767.98px) {
  #lp_secret .check ul li {
    margin-bottom: 12px;
    font-size: 14px;
  }
}
#lp_secret .check ul li span {
  color: #009bb9;
}
#lp_secret .check .cap {
  letter-spacing: 0;
  font-size: 10px;
}

/* --------------------------------
  LP_VOICE
-------------------------------- */
#lp_voice {
  margin: 0 auto;
  width: calc(100% - 48px);
}
@media (max-width: 767.98px) {
  #lp_voice {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #lp_voice .num_navi {
    left: 5%;
  }
}
#lp_voice h4 {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  #lp_voice h4 {
    margin-bottom: 20px;
  }
}

#lp_voice .lp_wrapper {
  margin-top: 50px;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  #lp_voice .lp_wrapper {
    margin-top: 10px;
    width: 100%;
  }
}
#lp_voice .voice_bg {
  padding-top: 70px;
  background: url(../../images/pact-product/lp/mild/voice_bg_pc.jpg) no-repeat
    bottom center;
  background-size: 1231px auto;
}
@media (max-width: 767.98px) {
  #lp_voice .voice_bg {
    margin-top: 0;
    padding-top: 42%;
    background: url(../../images/pact-product/lp/mild/voice_bg_sp.jpg) no-repeat
      top center;
    background-size: 100% auto;
  }
}
#lp_voice .voice_wrap {
  margin: 0 auto 0 auto;
  width: 1055px;
}
@media (max-width: 767.98px) {
  #lp_voice .voice_wrap {
    margin: 0 15% 0 0;
    width: 80%;
  }
}
#lp_voice .voice_wrap ul {
  display: flex;
  width: 630px;
  background: #fff;

  align-items: flex-end;
}
@media (max-width: 767.98px) {
  #lp_voice .voice_wrap ul {
    flex-direction: column;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 0 0 15%;
    width: 260px;

    align-items: flex-start;
  }
}
#lp_voice .voice_wrap ul li.txt {
  width: 315px;
}
@media (max-width: 767.98px) {
  #lp_voice .voice_wrap ul li.txt {
    width: 260px;
  }
}
#lp_voice .voice_wrap ul li.txt span {
  display: block;
  margin-top: 30px;
  font-size: 10px;
  line-height: 14px;
}
#lp_voice .voice_wrap ul li.img {
  margin-right: 30px;
  padding-top: 30px;
  width: 257px;
}
@media (max-width: 767.98px) {
  #lp_voice .voice_wrap ul li.img {
    margin: 0 0 20px 0;
    padding-top: 20px;
    width: 170px;
  }
}

/* --------------------------------
  LP_PRODUCT
-------------------------------- */
#lp_product {
  margin-top: 100px;
}
@media (max-width: 767.98px) {
  #lp_product {
    margin-top: 0;
  }
}
#lp_product .lp_wrapper {
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  #lp_product .lp_wrapper {
    padding-bottom: 10px;
  }
}
#lp_product .bg {
  margin: 0 auto;
  padding: 16px;
  width: 1123px;
  background: #fdf5f4;
}
@media (max-width: 767.98px) {
  #lp_product .bg {
    padding: 10px;
    width: 100%;
  }
}
#lp_product .bg .inner {
  padding: 30px 23px;
  border: 1px solid #dfcdb4;
}
@media (max-width: 767.98px) {
  #lp_product .bg .inner {
    width: 100%;
  }
}
#lp_product .bg .inner ul {
  display: flex;
  margin: 0 auto;
  width: 927px;

  justify-content: space-around;
  align-items: center;
}
@media (max-width: 767.98px) {
  #lp_product .bg .inner ul {
    flex-direction: column;
    width: 100%;
  }
}
#lp_product .bg .inner ul li.txt {
  width: 430px;
}
@media (max-width: 767.98px) {
  #lp_product .bg .inner ul li.txt {
    width: 100%;
    text-align: center;
  }
}
#lp_product .bg .inner ul li.txt .read {
  padding-bottom: 10px;
  color: #e39497;
  font-size: 28px;
}
@media (max-width: 767.98px) {
  #lp_product .bg .inner ul li.txt .read {
    padding-bottom: 5px;
    font-size: 20px;
  }
}
#lp_product .bg .inner ul li.txt .ttl {
  font-size: 22px;
}
@media (max-width: 767.98px) {
  #lp_product .bg .inner ul li.txt .ttl {
    font-size: 12px;
  }
}
#lp_product .bg .inner ul li.txt p {
  margin-bottom: 50px;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  #lp_product .bg .inner ul li.txt p {
    margin-bottom: 20px;
    font-size: 11px;
  }
}
#lp_product .bg .inner ul li.txt a {
  display: block;
  width: 320px;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  #lp_product .bg .inner ul li.txt a {
    display: none;
  }
}
#lp_product .bg .inner ul li.txt a + a {
  margin-top: 15px;
}
#lp_product .bg .inner ul li.txt a + a:before {
  position: absolute;
  top: 17px;
  right: 15px;
  width: 15px;
  height: 10px;
  background: url(../../images/pact-product/lp/blank_icon.png) no-repeat top
    center;
  background-size: contain;
}
#lp_product .bg .inner ul li.txt a + a:after {
  display: none;
}
@media (max-width: 767.98px) {
  #lp_product .bg .inner ul li.txt .cap_bottom {
    padding-bottom: 20px;
  }
}
#lp_product .bg .inner ul li.img {
  width: 420px;
}
@media (max-width: 767.98px) {
  #lp_product .bg .inner ul li.img {
    width: 100%;
  }
}
#lp_product .bg .inner ul li.img ul {
  display: flex;
  width: 420px;

  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767.98px) {
  #lp_product .bg .inner ul li.img ul {
    flex-direction: row;
    padding-left: 20px;
    width: 210px;
  }
}
#lp_product .bg .inner ul li.img ul li {
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  #lp_product .bg .inner ul li.img ul li {
    margin-right: 10px;
  }
}
#lp_product .bg .inner ul li.img ul li:nth-child(1) {
  margin-bottom: 25px;
  width: 83px;
}
@media (max-width: 767.98px) {
  #lp_product .bg .inner ul li.img ul li:nth-child(1) {
    margin-bottom: 0;
    width: 35px;

    align-self: flex-start;
  }
}
#lp_product .bg .inner ul li.img ul li:nth-child(2) {
  width: 155px;
}
@media (max-width: 767.98px) {
  #lp_product .bg .inner ul li.img ul li:nth-child(2) {
    width: 80px;
  }
}
#lp_product .bg .inner ul li.img ul li:nth-child(3) {
  margin-bottom: 25px;
  width: 103px;
}
@media (max-width: 767.98px) {
  #lp_product .bg .inner ul li.img ul li:nth-child(3) {
    margin-bottom: 15px;
    width: 57px;
  }
}
#lp_product .bg .inner ul li.img a {
  display: none;
}
@media (max-width: 767.98px) {
  #lp_product .bg .inner ul li.img a {
    display: block;
    margin-top: 18px;
    font-size: 12px;
  }
}
#lp_product .bg .inner ul li.img a + a {
  margin-top: 15px;
}
#lp_product .bg .inner ul li.img a + a:before {
  position: absolute;
  top: 17px;
  right: 15px;
  width: 15px;
  height: 10px;
  background: url(../../images/pact-product/lp/blank_icon.png) no-repeat top
    center;
  background-size: contain;
}
#lp_product .bg .inner ul li.img a + a:after {
  display: none;
}

/* --------------------------------
  LP_RELATION
-------------------------------- */
#lp_relation {
  text-align: center;
}
#lp_relation .lp_wrapper {
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  #lp_relation .lp_wrapper {
    padding-bottom: 30px;
  }
}
#lp_relation .read {
  margin-bottom: 70px;
  text-align: center;
  font-size: 26px;
  line-height: 42px;
}
@media (max-width: 767.98px) {
  #lp_relation .read {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 26px;
  }
}
#lp_relation .movie {
  margin: 0 auto 10px auto;
  width: 800px;
}
@media (max-width: 767.98px) {
  #lp_relation .movie {
    width: 100%;
  }
}
#lp_relation .cap {
  margin: 0 auto 50px auto;
  width: 800px;
  text-align: left;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  #lp_relation .cap {
    margin: 0 auto 20px auto;
    width: 100%;
    font-size: 13px;
  }
}
#lp_relation .cap span {
  font-size: 10px;
}
@media (max-width: 767.98px) {
  #lp_relation .cap span {
    display: block;
    padding-top: 5px;
    font-size: 8px;
    line-height: 14px;
  }
}
#lp_relation a.more {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  #lp_relation a.more {
    margin: 20px auto 0 auto;
    width: 250px;
    font-size: 12px;
  }
}

/* --------------------------------
  GEL
-------------------------------- */
#lp_kv.gel .kv_img {
  background: url(../../images/pact-product/lp/gel/kv_pc.jpg) no-repeat top
    center;
  background-size: cover;
}
#lp_kv.gel .kv_img .ttl {
  margin: -120px 0 0 13px;
  width: 400px;
}
@media (max-width: 767.98px) {
  #lp_kv.gel .kv_img .ttl {
    bottom: 0;
    width: 80%;
  }
}

#lp_kv.gel .kv_product {
  margin-top: -141px;
}
@media (max-width: 767.98px) {
  #lp_kv.gel .kv_product {
    margin-top: 0;
  }
}
#lp_kv.gel .kv_product .read_sp {
  font-size: 13px;
}
#lp_kv.gel .kv_product .read_sp p {
  display: block;
  padding: 25px 0 25px 54%;
}
#lp_kv.gel .kv_product .read_sp p span {
  font-size: 22px;
}
@media (max-width: 767.98px) {
  #lp_kv.gel .kv_product ul {
    margin-top: -40px;
  }
}
@media (max-width: 767.98px) {
  #lp_kv.gel .kv_product ul li.img {
    margin-right: 5px;
    width: 150px;
  }
}
@media (max-width: 767.98px) {
  #lp_kv.gel .kv_product ul li.img ul {
    flex-direction: column;

    align-items: center;
  }
}
#lp_kv.gel .kv_product ul li.img ul li:first-child {
  margin: 0 10px 0 0;
  width: 110px;
}
@media (max-width: 767.98px) {
  #lp_kv.gel .kv_product ul li.img ul li:first-child {
    margin: 0 0 10px 0;
    width: 65px;
  }
}
#lp_kv.gel .kv_product ul li.img ul li:nth-child(2) {
  width: 100%;
}
@media (max-width: 767.98px) {
  #lp_kv.gel .kv_product ul li.img ul li:nth-child(2) {
    margin: 5px 0 0 0;
    width: 85px;
  }
}
#lp_kv.gel .kv_product ul li.txt span {
  font-size: 150%;
}

#lp_concept .lp_wrapper ul.gel {
  display: flex;
  margin: 0 auto 0 auto;
  padding-top: 50px;
  width: 990px;
}
@media (max-width: 767.98px) {
  #lp_concept .lp_wrapper ul.gel {
    flex-direction: column-reverse;
    padding-top: 0;
    width: 85%;
  }
}
#lp_concept .lp_wrapper ul.gel li {
  position: relative;
  font-size: 17px;
  line-height: 48px;
}
@media (max-width: 767.98px) {
  #lp_concept .lp_wrapper ul.gel li {
    font-size: 14px;
    line-height: 30px;
  }
}
#lp_concept .lp_wrapper ul.gel li .read {
  position: absolute;
  top: 0;
  left: -50px;
  width: 530px;
}
@media (max-width: 767.98px) {
  #lp_concept .lp_wrapper ul.gel li .read {
    display: none;
  }
}
#lp_concept .lp_wrapper ul.gel li:nth-child(1) {
  padding-top: 220px;
  width: 480px;
  text-align: center;
}
@media (max-width: 767.98px) {
  #lp_concept .lp_wrapper ul.gel li:nth-child(1) {
    padding-top: 30px;
    width: 100%;
  }
}
#lp_concept .lp_wrapper ul.gel li:nth-child(2) {
  width: 510px;
}
@media (max-width: 767.98px) {
  #lp_concept .lp_wrapper ul.gel li:nth-child(2) {
    width: 100%;
  }
}

#lp_concept .gel_use {
  margin: 0 auto;
  padding: 55px 0;
  width: calc(100% - 48px);
  background: url(../../images/pact-product/lp/gel/use_bg_pc.jpg) no-repeat top
    center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  #lp_concept .gel_use {
    padding: 35px 0;
    width: 100%;
    background: url(../../images/pact-product/lp/gel/use_bg_sp.jpg) no-repeat
      top center;
    background-size: cover;
  }
}
#lp_concept .gel_use .ul_wrap {
  position: relative;
  margin: 0 auto;
  width: 900px;
}
@media (max-width: 767.98px) {
  #lp_concept .gel_use .ul_wrap {
    width: 85%;
  }
}
#lp_concept .gel_use ul {
  display: flex;
  position: relative;
  border-right: 1px solid #019bb8;
  border-left: 1px solid #019bb8;

  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  #lp_concept .gel_use ul {
    flex-direction: column-reverse;
    padding: 30px 0;
  }
}
#lp_concept .gel_use ul p {
  padding-bottom: 30px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  #lp_concept .gel_use ul p {
    padding-bottom: 25px;
    font-size: 21px;
  }
}
#lp_concept .gel_use ul li:nth-child(1) {
  margin-right: 40px;
  width: 390px;
  font-size: 10px;
  line-height: 14px;
}
@media (max-width: 767.98px) {
  #lp_concept .gel_use ul li:nth-child(1) {
    margin-right: 0;
    width: 80%;
    font-size: 11px;
  }
}
#lp_concept .gel_use ul li:nth-child(2) {
  margin-left: 40px;
  width: 220px;
}
@media (max-width: 767.98px) {
  #lp_concept .gel_use ul li:nth-child(2) {
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  #lp_concept .gel_use ul li:nth-child(2) img {
    width: 50%;
  }
}
#lp_concept .gel_use ul:before,
#lp_concept .gel_use ul:after,
#lp_concept .gel_use .ul_wrap:before,
#lp_concept .gel_use .ul_wrap:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #019bb8;
}
@media (max-width: 767.98px) {
  #lp_concept .gel_use ul:before,
  #lp_concept .gel_use ul:after,
  #lp_concept .gel_use .ul_wrap:before,
  #lp_concept .gel_use .ul_wrap:after {
    width: 15px;
  }
}
#lp_concept .gel_use ul:before {
  top: 0;
  left: 0;
}
#lp_concept .gel_use ul:after {
  bottom: 0;
  left: 0;
}
#lp_concept .gel_use .ul_wrap:before {
  top: 0;
  right: 0;
}
#lp_concept .gel_use .ul_wrap:after {
  right: 0;
  bottom: 0;
}

#lp_secret.gel {
  margin: 0 auto;
  width: calc(100% - 48px);
  background: #fbf9f5;
}
@media (max-width: 767.98px) {
  #lp_secret.gel {
    width: 100%;
  }
}
#lp_secret.gel .lp_wrapper {
  padding-bottom: 70px;
}
@media (max-width: 767.98px) {
  #lp_secret.gel .lp_wrapper {
    padding-bottom: 40px;
  }
}
#lp_secret.gel .lp_wrapper .inner {
  margin: 0 auto;
  width: 990px;
  text-align: center;
}
@media (max-width: 767.98px) {
  #lp_secret.gel .lp_wrapper .inner {
    width: 85%;
  }
}
#lp_secret.gel .lp_wrapper .inner .box {
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  #lp_secret.gel .lp_wrapper .inner .box {
    padding-bottom: 50px;
  }
}
#lp_secret.gel .lp_wrapper .inner .box .ttl {
  padding-bottom: 40px;
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 15px;
}
@media (max-width: 767.98px) {
  #lp_secret.gel .lp_wrapper .inner .box .ttl {
    padding-bottom: 25px;
    font-size: 13px;
  }
}
#lp_secret.gel .lp_wrapper .inner .box .ttl p {
  padding-bottom: 20px;
  color: #019bb8;
  font-size: 34px;
}
@media (max-width: 767.98px) {
  #lp_secret.gel .lp_wrapper .inner .box .ttl p {
    font-size: 20px;
  }
}
#lp_secret.gel .lp_wrapper .inner .box .ttl img {
  margin: 0 auto;
  padding-bottom: 40px;
  width: 290px;
}
@media (max-width: 767.98px) {
  #lp_secret.gel .lp_wrapper .inner .box .ttl img {
    padding-bottom: 40px;
    width: 215px;
  }
}
#lp_secret.gel .lp_wrapper .inner .box span {
  display: block;
  padding-top: 10px;
  text-align: center;
  font-size: 10px;
}
#lp_secret.gel .lp_wrapper .inner ul.gel_secret {
  display: flex;

  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  #lp_secret.gel .lp_wrapper .inner ul.gel_secret {
    display: block;
  }
}
#lp_secret.gel .lp_wrapper .inner ul.gel_secret li {
  width: 480px;
}
@media (max-width: 767.98px) {
  #lp_secret.gel .lp_wrapper .inner ul.gel_secret li {
    width: 100%;
  }
}
#lp_secret.gel .lp_wrapper .inner .add_movie {
  margin: 0 auto 60px auto;
  width: 800px;
}
@media (max-width: 767.98px) {
  #lp_secret.gel .lp_wrapper .inner .add_movie {
    margin: 0 auto 50px auto;
    width: 100%;
  }
}
#lp_secret.gel .lp_wrapper .inner .check {
  margin: 0 auto 50px auto;
  width: 760px;
  text-align: left;
}
@media (max-width: 767.98px) {
  #lp_secret.gel .lp_wrapper .inner .check {
    margin: 0 auto 25px auto;
    width: 100%;
  }
}
#lp_secret.gel .lp_wrapper .inner a.more {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  #lp_secret.gel .lp_wrapper .inner a.more {
    font-size: 12px;
  }
}

#lp_voice.gel {
  border-bottom: 1px solid #c9c9c9;
}
#lp_voice.gel .lp_wrapper {
  padding-bottom: 70px;
}
#lp_voice.gel .lp_wrapper .inner {
  margin: 0 auto;
  padding: 40px 40px;
  width: 990px;
  background: url(../../images/pact-product/lp/gel/voice_bg.jpg) no-repeat
    center right;
  background-size: 460px auto;
  font-size: 10px;
}
@media (max-width: 767.98px) {
  #lp_voice.gel .lp_wrapper .inner {
    overflow: hidden;
    padding: 0;
    width: 100%;
    background: none;
  }
}
@media (max-width: 767.98px) {
  #lp_voice.gel .lp_wrapper .inner .ul_wrap {
    margin: 0 auto;
    width: 85%;
  }
}
#lp_voice.gel .lp_wrapper .inner .ul_wrap ul {
  padding: 20px 50px;
}
@media (max-width: 767.98px) {
  #lp_voice.gel .lp_wrapper .inner .ul_wrap ul {
    padding: 20px 0;
  }
}
#lp_voice.gel .lp_wrapper .inner .ul_wrap ul li {
  width: 49%;
}
@media (max-width: 767.98px) {
  #lp_voice.gel .lp_wrapper .inner .ul_wrap ul li {
    width: 100%;
  }
}
#lp_voice.gel .lp_wrapper .inner .ul_wrap ul li p {
  margin: 0 auto;
  padding-bottom: 20px;
  width: 280px;
}
@media (max-width: 767.98px) {
  #lp_voice.gel .lp_wrapper .inner .ul_wrap ul li p {
    position: relative;
    z-index: -1;
    margin-left: -10%;
    width: 120%;
  }
}
#lp_voice.gel .lp_wrapper .inner .ul_wrap ul li p.ttl {
  padding-bottom: 10px;
  text-align: center;
  font-size: 26px;
}
#lp_voice.gel .lp_wrapper .inner .ul_wrap ul li .txt {
  margin: 0 auto;
  width: 78%;
}

#lp_product.gel .lp_wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
}
#lp_product.gel .lp_wrapper .inner {
  margin: 0 auto;
  width: 990px;
  height: 580px;
}
@media (max-width: 767.98px) {
  #lp_product.gel .lp_wrapper .inner {
    width: 100%;
    height: auto;
  }
}
#lp_product.gel .lp_wrapper .inner img {
  width: auto;
  height: 100%;
}
@media (max-width: 767.98px) {
  #lp_product.gel .lp_wrapper .inner img {
    width: 100%;
    height: auto;
  }
}
#lp_product.gel .lp_wrapper .inner .product_detail {
  position: absolute;
  top: 245px;
  right: 0;
  padding: 40px 100px;
  background: #fff;
  text-align: center;
}
@media (max-width: 767.98px) {
  #lp_product.gel .lp_wrapper .inner .product_detail {
    position: relative;
    top: auto;
    right: auto;
    margin: -40px auto 0 auto;
    padding: 32px 0;
    width: 90%;
  }
}
#lp_product.gel .lp_wrapper .inner .product_detail h5 {
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 43px;
}
#lp_product.gel .lp_wrapper .inner .product_detail p.name {
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: bold;
}
#lp_product.gel .lp_wrapper .inner .product_detail p {
  padding: 10px 0 20px 0;
}
#lp_product.gel .lp_wrapper .inner .product_detail ul {
  display: flex;

  align-items: center;
  justify-content: center;
}
#lp_product.gel .lp_wrapper .inner .product_detail ul li {
  margin: 0 10px;
}
#lp_product.gel .lp_wrapper .inner .product_detail ul li img {
  width: 80px;
}
#lp_product.gel .lp_wrapper .inner .product_detail ul li span.body {
  padding: 10px;
  background: #333;
  color: #fff;
}
#lp_product.gel .lp_wrapper .inner .product_detail a {
  display: block;
  margin: 0 auto 10px auto;
}

#lp_relation.other {
  background: #f8f3eb;
}
#lp_relation.other .lp_wrapper {
  padding-bottom: 50px;
}
#lp_relation.other .lp_wrapper p {
  padding: 35px 0;
  font-size: 13px;
}

#lp_ad {
  border-bottom: 1px solid #c9c9c9;
}
#lp_ad .lp_wrapper ul {
  display: flex;
  margin: 0 auto;
  width: 990px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#lp_ad .lp_wrapper ul > a {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  #lp_ad .lp_wrapper ul > a {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  #lp_ad .lp_wrapper ul {
    display: block;
    width: 100%;
    text-align: center;
  }
}
#lp_ad .lp_wrapper ul li {
  width: 400px;
  font-size: 13px;
  line-height: 34px;
}
@media (max-width: 767.98px) {
  #lp_ad .lp_wrapper ul li {
    width: 100%;
  }
}
#lp_ad .lp_wrapper ul li a {
  position: relative;
  margin-top: 30px;
}

#lp_ad .lp_wrapper ul li a > img {
  width: 100%;
}

#lp_ad .lp_wrapper ul li .movie_cap_bottom {
  padding-top: 10px;
  text-align: left;
  font-size: 10px;
  line-height: 16px;
}
@media (max-width: 767.98px) {
  #lp_ad .lp_wrapper ul li .movie_cap_bottom {
    padding-top: 5px;
    font-size: 8px;
    line-height: 16px;
  }
}
#lp_ad .lp_wrapper ul li:first-child {
  width: 700px;
}
@media (max-width: 767.98px) {
  #lp_ad .lp_wrapper ul li:first-child {
    margin-bottom: 30px;
    width: 100%;
  }
}

#lp_ad.pact,
#lp_ad.gel {
  border-bottom: none;
  background: #f8f3eb;
}

/* --------------------------------
  MILK
-------------------------------- */
#lp_kv.milk .kv_img {
  background: url(../../images/pact-product/lp/milk/kv_pc.jpg) no-repeat top
    center;
  background-size: cover;
}
#lp_kv.milk .kv_img .ttl {
  margin: -150px 0 0 -257px;
  width: 320px;
}
@media (max-width: 767.98px) {
  #lp_kv.milk .kv_img .ttl {
    bottom: 19%;
    margin: 0 0 0 -18px;
    width: 50%;
  }
}

#lp_kv.milk .kv_product {
  margin-top: -75px;
}
@media (max-width: 767.98px) {
  #lp_kv.milk .kv_product {
    margin-top: 0;
  }
}
#lp_kv.milk .kv_product .read_sp {
  font-size: 12px;
}
#lp_kv.milk .kv_product .read_sp p {
  display: block;
  padding: 10px 0 10px 45%;
  text-align: center;
}
#lp_kv.milk .kv_product .read_sp p span.cap {
  display: block;
  padding-bottom: 15px;
  width: auto;
  color: #333;
  font-size: 9px;
}
#lp_kv.milk .kv_product .read_sp p span {
  font-size: 22px;
}
#lp_kv.milk .kv_product .read_sp p .read_sp_inner_cap {
  display: block;
  font-size: 18px;
}
#lp_kv.milk .kv_product ul {
  flex-direction: row;
}
@media (max-width: 767.98px) {
  #lp_kv.milk .kv_product ul {
    margin-top: -37px;
  }
}
#lp_kv.milk .kv_product ul li.img {
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  #lp_kv.milk .kv_product ul li.img {
    margin-right: 5px;
    width: 150px;
  }
}
#lp_kv.milk .kv_product ul li.img ul {
  flex-direction: row-reverse;
}
@media (max-width: 767.98px) {
  #lp_kv.milk .kv_product ul li.img ul {
    flex-direction: column;

    align-items: center;
  }
}
#lp_kv.milk .kv_product ul li.img ul li:first-child {
  margin: 0 10px 0 0;
  width: 100px;
}
@media (max-width: 767.98px) {
  #lp_kv.milk .kv_product ul li.img ul li:first-child {
    margin: 0 0 10px 0;
    width: 65px;
  }
}
#lp_kv.milk .kv_product ul li.img ul li:nth-child(2) {
  width: 100%;
}
@media (max-width: 767.98px) {
  #lp_kv.milk .kv_product ul li.img ul li:nth-child(2) {
    margin: 5px 0 0 0;
    width: 85px;
  }
}
#lp_kv.milk .kv_product ul li.txt {
  text-align: left;
}
#lp_kv.milk .kv_product ul li.txt .name span {
  font-size: 36px;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  #lp_kv.milk .kv_product ul li.txt .name span {
    display: none;
  }
}
#lp_kv.milk .kv_product ul li.txt .name .name_inner {
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  #lp_kv.milk .kv_product ul li.txt .name .name_inner {
    display: none;
  }
}
#lp_kv.milk .kv_product ul li.txt .name .name_inner .name_inner_cap {
  font-size: 32px;
}

#lp_kv.milk .kv_product {
  margin-top: -40px;
}
@media (max-width: 767.98px) {
  #lp_kv.milk .kv_product {
    margin-top: 0;
  }
}
#lp_kv.milk .kv_product ul {
  align-items: normal;
}
@media (max-width: 767.98px) {
  #lp_kv.milk .kv_product ul {
    align-items: flex-end;
  }
}
#lp_kv.milk .kv_product ul li.txt {
  margin-top: 65px;
}
@media (max-width: 767.98px) {
  #lp_kv.milk .kv_product ul li.txt {
    margin-top: 0;
  }
}
#lp_kv.milk .kv_product ul li.txt .read_pc {
  margin-bottom: 0;
}

#lp_concept .lp_wrapper {
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  #lp_concept .lp_wrapper {
    padding-bottom: 40px;
  }
}
#lp_concept .lp_wrapper ul.milk {
  display: flex;
  margin: 0 auto 0 auto;
  padding-top: 50px;
  padding-left: 48px;
  width: 990px;
}
@media (max-width: 767.98px) {
  #lp_concept .lp_wrapper ul.milk {
    flex-direction: column-reverse;
    margin-top: -120px;
    padding: 0;
    width: 100%;
  }
}
#lp_concept .lp_wrapper ul.milk li {
  position: relative;
  font-size: 17px;
  line-height: 48px;
}
@media (max-width: 767.98px) {
  #lp_concept .lp_wrapper ul.milk li {
    font-size: 14px;
    line-height: 30px;
  }
}
#lp_concept .lp_wrapper ul.milk li .read {
  position: absolute;
  top: -40px;
  left: 0;
  width: 425px;
}
@media (max-width: 767.98px) {
  #lp_concept .lp_wrapper ul.milk li .read {
    display: none;
  }
}
#lp_concept .lp_wrapper ul.milk li:nth-child(1) {
  padding-top: 310px;
  width: 480px;
  text-align: center;
}
@media (max-width: 767.98px) {
  #lp_concept .lp_wrapper ul.milk li:nth-child(1) {
    padding-top: 30px;
    width: 100%;
  }
}
#lp_concept .lp_wrapper ul.milk li:nth-child(2) {
  width: 510px;
}
@media (max-width: 767.98px) {
  #lp_concept .lp_wrapper ul.milk li:nth-child(2) {
    width: 100%;
  }
}

#lp_concept .milk_use {
  margin: 0 auto;
  padding: 55px 0;
  width: calc(100% - 48px);
  background: url(../../images/pact-product/lp/milk/use_bg_pc.jpg) no-repeat top
    center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  #lp_concept .milk_use {
    padding: 35px 0;
    width: 100%;
    background: url(../../images/pact-product/lp/milk/use_bg_sp.jpg) no-repeat
      top center;
    background-size: cover;
  }
}
#lp_concept .milk_use .ul_wrap {
  position: relative;
  margin: 0 auto;
  width: 900px;
}
@media (max-width: 767.98px) {
  #lp_concept .milk_use .ul_wrap {
    width: 85%;
  }
}
#lp_concept .milk_use .ul_wrap + .ul_wrap {
  margin-top: 65px;
}
@media (max-width: 767.98px) {
  #lp_concept .milk_use .ul_wrap + .ul_wrap {
    margin-top: 32px;
  }
}
#lp_concept .milk_use ul {
  display: flex;
  position: relative;
  border-right: 1px solid #019bb8;
  border-left: 1px solid #019bb8;

  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  #lp_concept .milk_use ul {
    flex-direction: column-reverse;
    padding: 30px 0;
  }
}
#lp_concept .milk_use ul p {
  padding-bottom: 30px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  #lp_concept .milk_use ul p {
    padding-bottom: 25px;
    font-size: 21px;
  }
}
#lp_concept .milk_use ul li:nth-child(1) {
  margin-right: 40px;
  width: 390px;
  font-size: 10px;
  line-height: 14px;
}
@media (max-width: 767.98px) {
  #lp_concept .milk_use ul li:nth-child(1) {
    margin-right: 0;
    width: 80%;
    font-size: 11px;
  }
}
#lp_concept .milk_use ul li:nth-child(2) {
  margin-left: 40px;
  width: 220px;
}
@media (max-width: 767.98px) {
  #lp_concept .milk_use ul li:nth-child(2) {
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  #lp_concept .milk_use ul li:nth-child(2) img {
    width: 70%;
  }
}

#lp_secret.milk {
  margin: 0 auto;
  width: calc(100% - 48px);
  background: none;
}
@media (max-width: 767.98px) {
  #lp_secret.milk {
    width: 100%;
  }
}
#lp_secret.milk .lp_wrapper {
  padding-bottom: 70px;
  text-align: center;
}
@media (max-width: 767.98px) {
  #lp_secret.milk .lp_wrapper {
    padding-bottom: 40px;
  }
}
#lp_secret.milk .lp_wrapper h5 {
  margin-bottom: 80px;
  color: #019bb9;
  font-size: 34px;
  line-height: 58px;
}
@media (max-width: 767.98px) {
  #lp_secret.milk .lp_wrapper h5 {
    margin-bottom: 60px;
    font-size: 22px;
    line-height: 35px;
  }
}
#lp_secret.milk .lp_wrapper .inner {
  margin: 0 auto;
  width: 990px;
  text-align: center;
}
@media (max-width: 767.98px) {
  #lp_secret.milk .lp_wrapper .inner {
    width: 100%;
  }
}
#lp_secret.milk .lp_wrapper .inner ul.milk_secret {
  display: flex;
  margin-bottom: 60px;

  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  #lp_secret.milk .lp_wrapper .inner ul.milk_secret {
    display: block;
  }
}
#lp_secret.milk .lp_wrapper .inner ul.milk_secret li {
  position: relative;
  padding: 80px 0 40px 0;
  width: 480px;
  background: #d6e7ed;
  text-align: center;
  font-size: 15px;
}
@media (max-width: 767.98px) {
  #lp_secret.milk .lp_wrapper .inner ul.milk_secret li {
    margin-bottom: 50px;
    padding: 60px 0 40px 0;
    width: 100%;
    font-size: 13px;
  }
}
#lp_secret.milk .lp_wrapper .inner ul.milk_secret li .ttl {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 100%;
  height: 90px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 767.98px) {
  #lp_secret.milk .lp_wrapper .inner ul.milk_secret li .ttl {
    height: 72px;
  }
}
#lp_secret.milk .lp_wrapper .inner ul.milk_secret li .ttl img {
  width: auto;
  height: 100%;
}
#lp_secret.milk .lp_wrapper .inner ul.milk_secret li p {
  padding-bottom: 20px;
  color: #019bb9;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  #lp_secret.milk .lp_wrapper .inner ul.milk_secret li p {
    padding-bottom: 15px;
    font-size: 18px;
  }
}
#lp_secret.milk .lp_wrapper .inner ul.milk_secret li .img {
  margin: 0 auto;
  padding-top: 30px;
  width: 220px;
}
@media (max-width: 767.98px) {
  #lp_secret.milk .lp_wrapper .inner ul.milk_secret li .img {
    width: 70%;
  }
}
#lp_secret.milk .lp_wrapper .inner .check {
  margin: 0 auto 50px auto;
  width: 760px;
  text-align: left;
}
@media (max-width: 767.98px) {
  #lp_secret.milk .lp_wrapper .inner .check {
    margin: 0 auto 40px auto;
    width: 100%;
  }
}
#lp_secret.milk .lp_wrapper .inner a.more {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  #lp_secret.milk .lp_wrapper .inner a.more {
    font-size: 12px;
  }
}

#lp_voice.milk {
  border-top: 1px solid #c9c9c9;
}
#lp_voice.milk .lp_wrapper {
  padding-bottom: 70px;
}
#lp_voice.milk .lp_wrapper .inner {
  margin: 0 auto;
  padding: 40px 40px;
  width: 990px;
  background: url(../../images/pact-product/lp/milk/voice_bg.jpg) no-repeat
    center right;
  background-size: 460px auto;
  font-size: 10px;
}
@media (max-width: 767.98px) {
  #lp_voice.milk .lp_wrapper .inner {
    overflow: hidden;
    padding: 0;
    width: 100%;
    background: none;
  }
}
@media (max-width: 767.98px) {
  #lp_voice.milk .lp_wrapper .inner .ul_wrap {
    margin: 0 auto;
    width: 85%;
  }
}
#lp_voice.milk .lp_wrapper .inner .ul_wrap ul {
  padding: 20px 50px;
}
@media (max-width: 767.98px) {
  #lp_voice.milk .lp_wrapper .inner .ul_wrap ul {
    padding: 20px 0;
  }
}
#lp_voice.milk .lp_wrapper .inner .ul_wrap ul li {
  width: 49%;
}
@media (max-width: 767.98px) {
  #lp_voice.milk .lp_wrapper .inner .ul_wrap ul li {
    width: 100%;
  }
}
#lp_voice.milk .lp_wrapper .inner .ul_wrap ul li p {
  margin: 0 auto;
  padding-bottom: 20px;
  width: 280px;
}
@media (max-width: 767.98px) {
  #lp_voice.milk .lp_wrapper .inner .ul_wrap ul li p {
    position: relative;
    z-index: -1;
    margin-left: -10%;
    width: 120%;
  }
}
#lp_voice.milk .lp_wrapper .inner .ul_wrap ul li p.ttl {
  padding-bottom: 10px;
  text-align: center;
  font-size: 26px;
}
#lp_voice.milk .lp_wrapper .inner .ul_wrap ul li .txt {
  margin: 0 auto;
  width: 78%;
}

.milk_middle_img {
  width: 100%;
}

#lp_product.milk {
  margin-top: 0;
}
#lp_product.milk .lp_wrapper {
  padding-bottom: 0;
  text-align: center;
}
#lp_product.milk .lp_wrapper .inner {
  margin: 0 auto;
  width: 900px;
  text-align: left;
}
@media (max-width: 767.98px) {
  #lp_product.milk .lp_wrapper .inner {
    width: 100%;
    text-align: center;
  }
}
#lp_product.milk .lp_wrapper .inner h5 {
  margin-bottom: 20px;
  padding-left: 260px;
  text-align: left;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  #lp_product.milk .lp_wrapper .inner h5 {
    padding-left: 0;
    text-align: center;
    font-size: 18px;
  }
  #lp_product.milk .lp_wrapper .inner h5 span {
    font-size: 20px;
  }
}
#lp_product.milk .lp_wrapper .inner ul.pc_ul {
  display: flex;
  padding: 30px 0;
  border: 1px solid #019bb9;

  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  #lp_product.milk .lp_wrapper .inner ul.pc_ul {
    display: none;
  }
}
#lp_product.milk .lp_wrapper .inner ul.pc_ul li {
  position: relative;
  width: 236px;
}
#lp_product.milk .lp_wrapper .inner ul.pc_ul li:nth-child(1) img {
  position: absolute;
  top: -150px;
  right: 0;
  width: 158px;
  height: auto;
}
#lp_product.milk .lp_wrapper .inner ul.pc_ul li:nth-child(2) {
  padding-left: 35px;
  width: 425px;
  font-size: 12px;
}
#lp_product.milk .lp_wrapper .inner ul.pc_ul li:nth-child(2) p {
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}
#lp_product.milk .lp_wrapper .inner ul.pc_ul li:nth-child(3) {
  border-left: 1px solid #019bb9;
  text-align: center;
}
#lp_product.milk .lp_wrapper .inner ul.pc_ul li:nth-child(3) img {
  margin: 0 auto;
  width: 112px;
  height: auto;
}
#lp_product.milk .lp_wrapper .inner ul.sp_ul {
  display: flex;
  display: none;

  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  #lp_product.milk .lp_wrapper .inner ul.sp_ul {
    display: flex;
  }
}
#lp_product.milk .lp_wrapper .inner ul.sp_ul li:nth-child(1) {
  margin-right: 15px;
  width: 100px;
}
#lp_product.milk .lp_wrapper .inner ul.sp_ul li:nth-child(2) {
  width: 95px;
}
#lp_product.milk .lp_wrapper .inner .detail {
  display: none;
  margin-top: -40px;
  padding: 60px 30px 40px 30px;
  border: 1px solid #019bb9;
  font-size: 13px;
}
@media (max-width: 767.98px) {
  #lp_product.milk .lp_wrapper .inner .detail {
    display: block;
  }
}
#lp_product.milk .lp_wrapper .inner .detail p {
  display: block;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: bold;
}
#lp_product.milk .lp_wrapper .inner .detail a {
  margin-top: 20px;
}
#lp_product.milk .lp_wrapper .inner .txt {
  margin-bottom: 70px;
  padding-top: 15px;
  padding-left: 260px;
  text-align: left;
  font-size: 10px;
}
@media (max-width: 767.98px) {
  #lp_product.milk .lp_wrapper .inner .txt {
    padding-left: 0;
  }
}
#lp_product.milk .lp_wrapper .inner .txt span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  #lp_product.milk .lp_wrapper .inner .txt span {
    text-align: center;
    font-size: 14px;
  }
}
#lp_product.milk .lp_wrapper .inner .pc_btn {
  text-align: center;
}
@media (max-width: 767.98px) {
  #lp_product.milk .lp_wrapper .inner .pc_btn {
    display: none;
  }
}
#lp_product.milk .inner_uv {
  margin-top: 60px;
  padding: 100px 0 80px 0;
  width: 100%;
  background: url(../../images/pact-product/lp/milk/product_bg_pc.jpg) no-repeat
    center center;
  background-size: cover;
  text-align: center;
}
@media (max-width: 767.98px) {
  #lp_product.milk .inner_uv {
    margin-top: 40px;
    padding: 40px 0;
    width: 100%;
    background: url(../../images/pact-product/lp/milk/product_bg_sp.jpg)
      no-repeat center center;
    background-size: cover;
  }
}
#lp_product.milk .inner_uv .ul_wrap {
  margin: 0 auto;
  width: 900px;
  text-align: left;
}
@media (max-width: 767.98px) {
  #lp_product.milk .inner_uv .ul_wrap {
    width: 85%;
  }
}
#lp_product.milk .inner_uv .ul_wrap ul {
  display: flex;
  padding: 0 140px 0 140px;

  justify-content: center;
}
@media (max-width: 767.98px) {
  #lp_product.milk .inner_uv .ul_wrap ul {
    flex-direction: column-reverse;
    padding: 0;
    padding: 20px;
    text-align: center;
  }
}
#lp_product.milk .inner_uv .ul_wrap ul li {
  color: #fff;
}
#lp_product.milk .inner_uv .ul_wrap ul li .icon {
  margin-bottom: 50px;
  padding: 5px 20px;
  width: 130px;
  background: #bda56d;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  #lp_product.milk .inner_uv .ul_wrap ul li .icon {
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 15px;
  }
}
#lp_product.milk .inner_uv .ul_wrap ul li p {
  padding-bottom: 40px;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  #lp_product.milk .inner_uv .ul_wrap ul li p {
    padding-bottom: 30px;
    font-size: 13px;
  }
}
#lp_product.milk .inner_uv .ul_wrap ul li p.read {
  font-size: 20px;
}
@media (max-width: 767.98px) {
  #lp_product.milk .inner_uv .ul_wrap ul li p.read {
    font-size: 18px;
  }
}
#lp_product.milk .inner_uv .ul_wrap ul li p.name {
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  #lp_product.milk .inner_uv .ul_wrap ul li p.name {
    font-size: 17px;
  }
}
#lp_product.milk .inner_uv .ul_wrap ul li:nth-child(2) {
  margin-left: 50px;
  width: 170px;
}
@media (max-width: 767.98px) {
  #lp_product.milk .inner_uv .ul_wrap ul li:nth-child(2) {
    margin: 0 auto 20px auto;
    width: 80%;
    text-align: center;
  }
  #lp_product.milk .inner_uv .ul_wrap ul li:nth-child(2) img {
    margin: 0 auto;
    width: 60%;
  }
}
#lp_product.milk .inner_uv a.more_blue {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  #lp_product.milk .inner_uv a.more_blue {
    margin-top: 30px;
    width: 85%;
  }
}

/* MILK POKEMON BANNER */
.bnr_pokemon {
  margin: 60px auto 0;
  width: 800px;
}
@media (max-width: 767.98px) {
  .bnr_pokemon {
    margin: -30px 0 0;
    width: 100%;
  }
}

/* --------------------------------
  PACT
-------------------------------- */
#lp_kv.pact .kv_img {
  background: url(../../images/pact-product/lp/pact/kv_pc.jpg) no-repeat top
    center;
  background-size: cover;
}
/* 修改樣式 */
#lp_kv.pact .kv_img .ttl {
  margin: -60px 0 0 -429px;
  width: 400px;
}
@media (max-width: 767.98px) {
  #lp_kv.pact .kv_img .ttl {
    bottom: 10%;
    left: 18%;
    margin: 0;
    width: 66%;
  }
}

#lp_kv.pact .kv_product {
  margin-top: -80px;
}
@media (max-width: 767.98px) {
  #lp_kv.pact .kv_product {
    margin-top: 0;
  }
}
#lp_kv.pact .kv_product .read_sp {
  text-align: center;
  font-size: 11px;
}
#lp_kv.pact .kv_product .read_sp p {
  display: block;
  padding: 25px 0 25px 50%;
}
#lp_kv.pact .kv_product .read_sp p span {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  #lp_kv.pact .kv_product .read_sp p span {
    display: block;
    margin-top: 5px;
    line-height: 20px;
  }
}
#lp_kv.pact .kv_product ul {
  flex-direction: row;
}
@media (max-width: 767.98px) {
  #lp_kv.pact .kv_product ul {
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  #lp_kv.pact .kv_product ul li.img {
    margin-right: 0;
    width: 50%;
  }
}
#lp_kv.pact .kv_product ul li.img ul li:first-child {
  margin: 0 10px 5px 0;
  width: 266px;
}
@media (max-width: 767.98px) {
  #lp_kv.pact .kv_product ul li.img ul li:first-child {
    margin: 0 0 0 10%;
    width: 90%;
  }
}
#lp_kv.pact .kv_product ul li.txt {
  text-align: left;
}
@media (max-width: 767.98px) {
  #lp_kv.pact .kv_product ul li.txt {
    padding-top: 15%;
    width: 50%;
    text-align: center;
  }
}
#lp_kv.pact .kv_product ul li.txt span {
  font-size: 170%;
}
/* #lp_kv.pact .kv_product ul li.txt .read_pc .name {
  display: inline-block;
} */

/* .color > li {
  height: 33px;
}

@media (max-width: 767.98px) {
  .color > li {
    height: 20px;
  }
} */

@media (max-width: 767.98px) {
  #lp_kv.pact .kv_product ul li.txt .read_pc .name {
    display: none;
  }
}
#lp_kv.pact .kv_product ul li.txt .name {
  display: none;
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  #lp_kv.pact .kv_product ul li.txt .name {
    display: inline-block;
    margin-left: 0;
  }
}
#lp_kv.pact .kv_product ul li.txt .bodyparts {
  margin-top: 10px;
  padding: 5px 10px;
  background: #000;
  color: #fff;
  font-size: 10px;
}
@media (max-width: 767.98px) {
  #lp_kv.pact .kv_product ul li.txt .bodyparts {
    display: inline-block;
  }
}
#lp_kv.pact .kv_product .kv_foot {
  margin: 0 auto 0 auto;
  width: 700px;
  letter-spacing: 0;
}
@media (max-width: 767.98px) {
  #lp_kv.pact .kv_product .kv_foot {
    margin-bottom: 20px;
    padding-bottom: 1px;
    width: 85%;
  }
}
#lp_kv.pact .kv_product .kv_foot p {
  display: none;
  padding-bottom: 10px;
  color: #fff;
  font-size: 11px;
}
@media (max-width: 767.98px) {
  #lp_kv.pact .kv_product .kv_foot p {
    display: block;
    text-align: center;
  }
}
#lp_kv.pact .kv_product .kv_foot ul.icon {
  display: flex;
  font-size: 14px;

  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  #lp_kv.pact .kv_product .kv_foot ul.icon {
    margin-top: 0;

    align-items: center;
  }
}
#lp_kv.pact .kv_product .kv_foot ul.icon li.icon_li {
  margin: 0 5px 0 5px;
}
#lp_kv.pact .kv_product .kv_foot ul.icon li.icon_li:nth-child(1) {
  width: 75px;
}
@media (max-width: 767.98px) {
  #lp_kv.pact .kv_product .kv_foot ul.icon li.icon_li:nth-child(1) {
    margin-right: 10px;
    margin-left: 0;
    width: 70px;
  }
}
#lp_kv.pact .kv_product .kv_foot ul.icon li.icon_li:nth-child(2) {
  width: 75px;
}
@media (max-width: 767.98px) {
  #lp_kv.pact .kv_product .kv_foot ul.icon li.icon_li:nth-child(2) {
    margin-right: 10px;
    margin-left: 0;
    width: 70px;
  }
}
#lp_kv.pact .kv_product .kv_foot ul.icon li.icon_li:nth-child(3) {
  width: 590px;
}
@media (max-width: 767.98px) {
  #lp_kv.pact .kv_product .kv_foot ul.icon li.icon_li:nth-child(3) {
    width: 100%;
  }
}
#lp_kv.pact .kv_product .kv_foot ul.icon li.icon_li:nth-child(3) ul.detail {
  display: flex;
  margin-bottom: 10px;
  letter-spacing: 1px;

  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  #lp_kv.pact .kv_product .kv_foot ul.icon li.icon_li:nth-child(3) ul.detail {
    display: none;
  }
}
#lp_kv.pact
  .kv_product
  .kv_foot
  ul.icon
  li.icon_li:nth-child(3)
  ul.detail
  li
  .bodyparts {
  padding: 3px 10px;
  background: #333;
  color: #fff;
  font-size: 12px;
}
#lp_kv.pact .kv_product .kv_foot ul.icon li.icon_li:nth-child(3) ul.color {
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  #lp_kv.pact .kv_product .kv_foot ul.icon li.icon_li:nth-child(3) ul.color {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
  }
}
#lp_kv.pact .kv_product .kv_foot ul.icon li.icon_li:nth-child(3) ul.color li {
  padding: 5px;
  width: 49.5%;
  text-align: left!important;
}
@media (max-width: 767.98px) {
  #lp_kv.pact .kv_product .kv_foot ul.icon li.icon_li:nth-child(3) ul.color li {
    padding: 3px 10px 3px 10px;
    width: 100%;
    text-align: left;
    font-size: 11px;
    line-height: 16px;
  }
}
#lp_kv.pact
  .kv_product
  .kv_foot
  ul.icon
  li.icon_li:nth-child(3)
  ul.color
  li:first-child {
  background: #f2ede5;
}
#lp_kv.pact
  .kv_product
  .kv_foot
  ul.icon
  li.icon_li:nth-child(3)
  ul.color
  li:nth-child(2) {
  background: #e5d7b8;
}
@media (max-width: 767.98px) {
  #lp_kv.pact
    .kv_product
    .kv_foot
    ul.icon
    li.icon_li:nth-child(3)
    ul.color
    li:nth-child(2) {
    margin-top: 5px;
  }
}

.jp #lp_kv.pact .kv_product ul {
  align-items: normal;
}
@media (max-width: 767.98px) {
  .jp #lp_kv.pact .kv_product ul li.img {
    margin-top: -6%;
  }
}
.jp #lp_kv.pact .kv_product ul li.img ul {
  position: relative;
}
@media (max-width: 767.98px) {
  #lp_kv.pact .kv_product ul li.img ul {
    margin-right: -10vw;
  }
}
.jp #lp_kv.pact .kv_product ul li.img ul li.best_cosme {
  position: absolute;
  bottom: 6px;
  left: -80px;
  width: 70px;
}
@media (max-width: 767.98px) {
  .jp #lp_kv.pact .kv_product ul li.img ul li.best_cosme {
    bottom: -14vw;
    left: 7vw;
    margin-bottom: 0;
    width: 22%;
  }
}
.jp #lp_kv.pact .kv_product ul li.txt {
  margin-top: 70px;
}
@media (max-width: 767.98px) {
  .jp #lp_kv.pact .kv_product ul li.txt {
    margin-top: 0;
  }
}
.jp #lp_kv.pact .kv_product ul li.txt .read_pc .name {
  display: block;
}
.jp #lp_kv.pact .kv_product ul li.txt .name {
  margin-left: 0;
}

#lp_concept .lp_wrapper ul.pact {
  display: flex;
  margin: 0 auto 0 auto;
  padding-top: 50px;
  width: 990px;

  align-items: center;
}
@media (max-width: 767.98px) {
  #lp_concept .lp_wrapper ul.pact {
    flex-direction: column-reverse;
    padding-top: 0;
    width: 100%;
  }
}
#lp_concept .lp_wrapper ul.pact li {
  position: relative;
  font-size: 17px;
  line-height: 48px;
}
@media (max-width: 767.98px) {
  #lp_concept .lp_wrapper ul.pact li {
    font-size: 14px;
    line-height: 30px;
  }
}
#lp_concept .lp_wrapper ul.pact li .read {
  position: absolute;
  top: 0;
  left: -50px;
  width: 530px;
}
@media (max-width: 767.98px) {
  #lp_concept .lp_wrapper ul.pact li .read {
    display: none;
  }
}
#lp_concept .lp_wrapper ul.pact li:nth-child(1) {
  width: 480px;
  text-align: center;
}
@media (max-width: 767.98px) {
  #lp_concept .lp_wrapper ul.pact li:nth-child(1) {
    padding-top: 30px;
    width: 100%;
  }
}
#lp_concept .lp_wrapper ul.pact li:nth-child(2) {
  width: 510px;
}
@media (max-width: 767.98px) {
  #lp_concept .lp_wrapper ul.pact li:nth-child(2) {
    width: 100%;
    height: 100%;
  }
}

#lp_concept .pact_use {
  margin: 0 auto;
  padding: 55px 0;
  width: calc(100% - 48px);
  background: url(../../images/pact-product/lp/pact/use_bg_pc.jpg) no-repeat top
    center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  #lp_concept .pact_use {
    padding: 35px 0;
    width: 100%;
    background: url(../../images/pact-product/lp/pact/use_bg_sp.jpg) no-repeat
      top center;
    background-size: cover;
  }
}
#lp_concept .pact_use .ul_wrap {
  position: relative;
  margin: 0 auto;
  width: 900px;
}
@media (max-width: 767.98px) {
  #lp_concept .pact_use .ul_wrap {
    width: 85%;
  }
}
#lp_concept .pact_use ul {
  display: flex;
  position: relative;
  border-right: 1px solid #019bb8;
  border-left: 1px solid #019bb8;

  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  #lp_concept .pact_use ul {
    flex-direction: column-reverse;
    padding: 30px 0;
  }
}
#lp_concept .pact_use ul p {
  padding-bottom: 30px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  #lp_concept .pact_use ul p {
    padding-bottom: 25px;
    font-size: 21px;
  }
}
#lp_concept .pact_use ul li:nth-child(1) {
  margin-right: 40px;
  width: 475px;
  font-size: 10px;
  line-height: 14px;
}
@media (max-width: 767.98px) {
  #lp_concept .pact_use ul li:nth-child(1) {
    margin-right: 0;
    width: 80%;
    font-size: 11px;
  }
}
#lp_concept .pact_use ul li:nth-child(2) {
  margin-left: 40px;
  width: 220px;
}
@media (max-width: 767.98px) {
  #lp_concept .pact_use ul li:nth-child(2) {
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  #lp_concept .pact_use ul li:nth-child(2) img {
    width: 50%;
  }
}
#lp_concept .pact_use ul:before,
#lp_concept .pact_use ul:after,
#lp_concept .pact_use .ul_wrap:before,
#lp_concept .pact_use .ul_wrap:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #019bb8;
}
@media (max-width: 767.98px) {
  #lp_concept .pact_use ul:before,
  #lp_concept .pact_use ul:after,
  #lp_concept .pact_use .ul_wrap:before,
  #lp_concept .pact_use .ul_wrap:after {
    width: 15px;
  }
}
#lp_concept .pact_use ul:before {
  top: 0;
  left: 0;
}
#lp_concept .pact_use ul:after {
  bottom: 0;
  left: 0;
}
#lp_concept .pact_use .ul_wrap:before {
  top: 0;
  right: 0;
}
#lp_concept .pact_use .ul_wrap:after {
  right: 0;
  bottom: 0;
}

#lp_secret.pact {
  margin: 0 auto;
  width: calc(100% - 48px);
  background: #fbf9f5;
}
@media (max-width: 767.98px) {
  #lp_secret.pact {
    width: 100%;
  }
}
#lp_secret.pact .lp_wrapper {
  padding-bottom: 70px;
}
@media (max-width: 767.98px) {
  #lp_secret.pact .lp_wrapper {
    padding-bottom: 40px;
  }
}
#lp_secret.pact .lp_wrapper .inner {
  margin: 0 auto;
  width: 990px;
  text-align: center;
}
@media (max-width: 767.98px) {
  #lp_secret.pact .lp_wrapper .inner {
    width: 100%;
  }
}
#lp_secret.pact .lp_wrapper .inner .ttl {
  padding-bottom: 40px;
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 15px;
}
@media (max-width: 767.98px) {
  #lp_secret.pact .lp_wrapper .inner .ttl {
    padding-bottom: 25px;
    font-size: 13px;
  }
}
#lp_secret.pact .lp_wrapper .inner .ttl p {
  padding-bottom: 20px;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  #lp_secret.pact .lp_wrapper .inner .ttl p {
    padding-bottom: 10px;
    font-size: 13px;
  }
}
#lp_secret.pact .lp_wrapper .inner .ttl h5 {
  color: #019bb8;
  font-size: 34px;
}
@media (max-width: 767.98px) {
  #lp_secret.pact .lp_wrapper .inner .ttl h5 {
    padding-bottom: 0;
    font-size: 20px;
  }
}
#lp_secret.pact .lp_wrapper .inner .ttl span {
  letter-spacing: 0;
  font-size: 10px;
}
#lp_secret.pact .lp_wrapper .inner .box {
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  #lp_secret.pact .lp_wrapper .inner .box {
    padding-bottom: 50px;
  }
}
#lp_secret.pact .lp_wrapper .inner .box .img_plain {
  padding: 50px 50px;
  width: 100%;
  background: #cbdce2;
}
@media (max-width: 767.98px) {
  #lp_secret.pact .lp_wrapper .inner .box .img_plain {
    padding: 40px 30px;
  }
  #lp_secret.pact .lp_wrapper .inner .box .img_plain img {
    margin: 0 auto;
    width: 190px;
  }
}
#lp_secret.pact .lp_wrapper .inner ul.pact_secret {
  display: flex;

  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  #lp_secret.pact .lp_wrapper .inner ul.pact_secret {
    display: block;
  }
}
#lp_secret.pact .lp_wrapper .inner ul.pact_secret li {
  width: 480px;
}
@media (max-width: 767.98px) {
  #lp_secret.pact .lp_wrapper .inner ul.pact_secret li {
    width: 100%;
  }
}
#lp_secret.pact .lp_wrapper .inner ul.pact_secret li .img {
  padding: 40px 0;
  width: 100%;
  background: #cbdce2;
  text-align: center;
  font-size: 15px;
}
@media (max-width: 767.98px) {
  #lp_secret.pact .lp_wrapper .inner ul.pact_secret li .img {
    padding: 20px 0;
    font-size: 13px;
  }
}
#lp_secret.pact .lp_wrapper .inner ul.pact_secret li .img p {
  padding-bottom: 10px;
  color: #019bb8;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  #lp_secret.pact .lp_wrapper .inner ul.pact_secret li .img p {
    padding-bottom: 0;
    font-size: 18px;
  }
}
#lp_secret.pact .lp_wrapper .inner ul.pact_secret li .img .inner_img {
  margin: 30px auto 0;
  width: auto;
}
@media (max-width: 767.98px) {
  #lp_secret.pact .lp_wrapper .inner ul.pact_secret li .img .inner_img {
    margin: 15px auto 0;
  }
}
#lp_secret.pact .lp_wrapper .inner ul.pact_secret li .img .inner_img img {
  width: auto;
  height: 170px;
}
@media (max-width: 767.98px) {
  #lp_secret.pact .lp_wrapper .inner ul.pact_secret li .img .inner_img img {
    height: 130px;
  }
}
#lp_secret.pact .lp_wrapper .inner .check {
  margin: 0 auto 50px auto;
  width: 760px;
  text-align: left;
}
#lp_secret.pact .lp_wrapper .inner .check ul li ul li {
  padding-top: 15px;
  padding-left: 0;
  background: none;
}
#lp_secret.pact .lp_wrapper .inner .check ul li ul li + li {
  padding-top: 0;
}
@media (max-width: 767.98px) {
  #lp_secret.pact .lp_wrapper .inner .check {
    margin: 0 auto 25px auto;
    width: 100%;
  }
}
#lp_secret.pact .lp_wrapper .inner a.more {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  #lp_secret.pact .lp_wrapper .inner a.more {
    font-size: 12px;
  }
}

#lp_voice.pact {
  border-bottom: 1px solid #c9c9c9;
}
#lp_voice.pact .lp_wrapper {
  padding-bottom: 70px;
}
#lp_voice.pact .lp_wrapper .inner {
  margin: 0 auto;
  padding: 40px 40px;
  width: 990px;
  background: url(../../images/pact-product/lp/pact/voice_bg_pc.jpg) no-repeat
    center left;
  background-size: 460px auto;
  font-size: 10px;
}
@media (max-width: 767.98px) {
  #lp_voice.pact .lp_wrapper .inner {
    overflow: hidden;
    padding: 0;
    width: 100%;
    background: none;
  }
}
@media (max-width: 767.98px) {
  #lp_voice.pact .lp_wrapper .inner .ul_wrap {
    margin: 0 auto;
    width: 85%;
  }
}
#lp_voice.pact .lp_wrapper .inner .ul_wrap ul {
  display: flex;
  flex-direction: row-reverse;
  padding: 20px 50px;
  width: auto;
}
@media (max-width: 767.98px) {
  #lp_voice.pact .lp_wrapper .inner .ul_wrap ul {
    display: block;
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) {
  #lp_voice.pact .lp_wrapper .inner .ul_wrap ul li {
    width: 100%;
  }
}
#lp_voice.pact .lp_wrapper .inner .ul_wrap ul li p {
  margin: 0 auto;
  padding-bottom: 30px;
  width: 100%;
}
@media (max-width: 767.98px) {
  #lp_voice.pact .lp_wrapper .inner .ul_wrap ul li p {
    position: relative;
    z-index: -1;
    margin-left: -10%;
    width: 120%;
  }
}
#lp_voice.pact .lp_wrapper .inner .ul_wrap ul li p img {
  margin: 0 auto;
  width: 280px;
}
@media (max-width: 767.98px) {
  #lp_voice.pact .lp_wrapper .inner .ul_wrap ul li p img {
    width: 100%;
  }
}
#lp_voice.pact .lp_wrapper .inner .ul_wrap ul li p.ttl {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 26px;
}
@media (max-width: 767.98px) {
  #lp_voice.pact .lp_wrapper .inner .ul_wrap ul li p.ttl {
    font-size: 22px;
  }
}
#lp_voice.pact .lp_wrapper .inner .ul_wrap ul li .txt {
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  #lp_voice.pact .lp_wrapper .inner .ul_wrap ul li .txt {
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  #lp_voice.pact .lp_wrapper .inner .ul_wrap ul li .txt img {
    display: block;
    margin: 0 auto 0 auto;
    padding-bottom: 20px;
    width: 75%;
  }
}
#lp_voice.pact .lp_wrapper .inner .ul_wrap ul li:nth-child(1) {
  width: 400px;
}
@media (max-width: 767.98px) {
  #lp_voice.pact .lp_wrapper .inner .ul_wrap ul li:nth-child(1) {
    width: 100%;
  }
}

#lp_product.pact {
  margin-top: 0;
}
#lp_product.pact .lp_wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
}
#lp_product.pact .lp_wrapper .inner {
  margin: 0 auto;
  width: 100%;
  height: 580px;
  background: url(../../images/pact-product/lp/pact/product_bg_pc.jpg) no-repeat
    center right;
  background-size: auto 100%;
}
@media (max-width: 767.98px) {
  #lp_product.pact .lp_wrapper .inner {
    width: 100%;
    height: auto;
    background: none;
  }
}
#lp_product.pact .lp_wrapper .inner .pact_bg {
  float: right;
}
#lp_product.pact .lp_wrapper .inner img {
  width: auto;
  height: 100%;
}
@media (max-width: 767.98px) {
  #lp_product.pact .lp_wrapper .inner img {
    width: 100%;
    height: auto;
  }
}
#lp_product.pact .lp_wrapper .inner .product_detail {
  position: absolute;
  left: 0;
  margin-top: 30px;
  padding: 40px 100px;
  background: #fff;
  text-align: center;
}
@media (max-width: 767.98px) {
  #lp_product.pact .lp_wrapper .inner .product_detail {
    position: relative;
    top: auto;
    right: auto;
    margin: -40px auto 0 auto;
    padding: 32px 0;
    width: 90%;
  }
}
#lp_product.pact .lp_wrapper .inner .product_detail h5 {
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 39px;
}
#lp_product.pact .lp_wrapper .inner .product_detail p.name {
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: bold;
}
#lp_product.pact .lp_wrapper .inner .product_detail p {
  padding: 10px 0 20px 0;
}
#lp_product.pact .lp_wrapper .inner .product_detail ul {
  display: flex;

  align-items: center;
  justify-content: center;
}
#lp_product.pact .lp_wrapper .inner .product_detail ul li {
  margin: 0 10px;
}
#lp_product.pact .lp_wrapper .inner .product_detail ul li img {
  width: 80px;
}
#lp_product.pact .lp_wrapper .inner .product_detail ul li span.body {
  padding: 10px;
  background: #333;
  color: #fff;
}
@media (max-width: 767.98px) {
  #lp_product.pact .lp_wrapper .inner .product_detail ul li span.body {
    font-size: 10px;
  }
}
#lp_product.pact .lp_wrapper .inner .product_detail a {
  display: block;
  margin: 0 auto 10px auto;
}

/* --------------------------------
  MILD
-------------------------------- */
@media (max-width: 767.98px) {
  .jp #lp_kv.mild .kv_product ul li.img {
    margin-right: 5vw;
  }
}

.jp #lp_kv.mild .kv_product ul li.img ul li.img_inner {
  margin: 0;
  width: 100%;
}
.jp #lp_kv.mild .kv_product ul li.img ul li.img_inner ul {
  display: flex;

  align-items: flex-end;
}
@media (max-width: 767.98px) {
  .jp #lp_kv.mild .kv_product ul li.img ul li.img_inner ul {
    margin-top: 0;
  }
}
.jp #lp_kv.mild .kv_product ul li.img ul li.img_inner ul.best_cosme {
  margin: 0 0 55px 0;
}
@media (max-width: 767.98px) {
  .jp #lp_kv.mild .kv_product ul li.img ul li.img_inner ul.best_cosme {
    margin: 13px 0 0 0;
  }
}
.jp #lp_kv.mild .kv_product ul li.img ul li.img_inner li.logo_maquia {
  margin: 0 14px 0 5px;
  width: 93px;
}
@media (max-width: 767.98px) {
  .jp #lp_kv.mild .kv_product ul li.img ul li.img_inner li.logo_maquia {
    width: 67px;
  }
}
.jp #lp_kv.mild .kv_product ul li.img ul li.img_inner li.logo_voce_no1 {
  margin: 0;
  width: 63px;
}
@media (max-width: 767.98px) {
  .jp #lp_kv.mild .kv_product ul li.img ul li.img_inner li.logo_voce_no1 {
    width: 49px;
  }
}

@media (max-width: 767.98px) {
  .jp #lp_kv.mild .kv_product ul li.txt .icon_spf {
    margin: 13px auto 0;
    width: 82px;
  }
}

.l-onlineShopBtn a {
  display: block;
  overflow: hidden;
  width: 33.5px;
  height: 128px;
  transition: opacity 0.3s;
  background: #009bb9 url(../../images/moisture/btn_onlinestore_sm.png) no-repeat 5px 8px/22px 109.5px;
  text-indent: 100%;
}

@media (min-width: 768px) {
  .l-onlineShopBtn a:hover {
    opacity: 0.6;
  }
}

@media (min-width: 768px) {
  .l-onlineShopBtn a {
    bottom: 53px;
    width: 72px;
    height: 250px;
    background-image: url(../../images/moisture/btn_onlinestore_md.png);
    background-position: 17px 25px;
    background-size: 38px 195px;
  }
}