#product_lp {
  color: #333;
}
.agr{
	font-size: 30px;
    font-weight: bold;
    color: #009bb8;
	display: inline-block;
}
.per{
	width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
@media screen and (max-width: 768px){
	.per, .agr{
		display:none;
	}
}
/* --------------------------------
  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%;
  }
}

.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/movie_icon.png");
  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/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;
  }
}

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

#products #products_detail.en {
  letter-spacing: 1px; 
  font-family: sofia-pro,sans-serif;
}

/* --------------------------------
  LP_KV
-------------------------------- */
#lp_kv .kv_img {
  position: relative; 
  margin: 0 auto;
  width: calc(100% - 48px);
  height: 400px;
  background: url("../images/kv_pc.png") 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: -80px 0 0 100px; 
  width: 366px;
}
@media (max-width: 767.98px) {
  #lp_kv .kv_img .ttl {
        top: auto;
    bottom: 10%;
    left: 20%;
    margin: 0;
    width: 60%;
  }
}

#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; 
  font-size: 21px;
margin-bottom: -10px;
	text-align: left;
}
@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;
	padding-top: 5px;
}
@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: 45%;
    margin-left: 5%;
	  margin-bottom: 5%;
  }
}
#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 {
  width: 400px;
}
@media (max-width: 767.98px) {
  #lp_kv .kv_product ul li.img ul li:first-child {
    margin: 0 5px 0 0; 
    width: 200px;
  }
}
#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;*/
}
#lp_kv .kv_product .cap {
  letter-spacing: 0;
  color: #626262;
  font-size: 10px;
}
@media (max-width: 767.98px) {
  #lp_kv .kv_product .cap {
    margin: 0 auto 0 auto; 
    width: 300px;
    text-align: left;
    color: #fff;
    font-size: 11px;
  }
}

.en #lp_kv.mild .kv_product {
  margin-top: -60px;
}
@media (max-width: 767.98px) {
  .en #lp_kv.mild .kv_product {
    margin-top: 0;
  }
}
.en #lp_kv.mild .kv_product .read_sp {
  text-align: center;
}
@media (max-width: 767.98px) {
  .en #lp_kv.mild .kv_product .read_sp p {
    padding: 25px 0 25px 43%; 
    text-align: center;
  }
}

.en #lp_kv.mild .kv_product ul li.txt .read_pc {
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .en #lp_kv.mild .kv_img .ttl {
    left: 18%; 
    width: 66%;
  }
}

/* --------------------------------
  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/navi_arrow.png") no-repeat top center;
  background-size: cover;
}
@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;
}

.en #lp_navi ul li a {
  letter-spacing: 0; 
  color: #333;
}
@media (max-width: 767.98px) {
  .en #lp_navi ul li a {
    line-height: 18px;
  }
}
@media (max-width: 767.98px) {
  .en #lp_navi ul li a span {
    margin-bottom: 5px;
  }
}

@media (max-width: 767.98px) {
  .en #lp_navi ul li a.small {
    height: auto;
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 767.98px) {
  #lp_navi.cn ul li a {
    font-size: 13px;
  }
}

/* --------------------------------
  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/secret_bg_pc.png") no-repeat top center;
  background-size: cover;
  color: #454141;
}
@media (max-width: 767.98px) {
  #lp_secret {
    width: 100%;
    background: url("../images/secret_bg_sp.png") 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);
}
#lp_product .wrap_bg {
  margin: 0 auto 80px auto;
  padding: 50px 90px; 
  width: 990px;
}
@media (max-width: 767.98px) {
  #lp_secret .wrap_bg, #lp_product .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: 130px;
}
@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 {
  color: #009bb9;
    font-size: 28px;
    line-height: 42px;
    padding-top: 25px;
}
@media (max-width: 767.98px) {
  #lp_secret .smooth ul.smooth_ttl li.txt {
    width: auto;
    font-size: 15px;
    line-height: 25px;
	  padding-top: 0px;
  }
}
#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: 50%;
}
#lp_secret .smooth .smooth_detail > ul > li:nth-child(2) {
  width: 45%;
}
#lp_secret .smooth .smooth_detail > ul > li .txt {
	color: #009bb9;
    font-size: 28px;
    line-height: 42px;
}
@media (max-width: 767.98px) {
  #lp_secret .smooth .smooth_detail > ul > li {
    width: 100% !important;
  }
}
#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, #lp_product .uv > ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  #lp_secret .uv > ul{
    flex-direction: column;
  }
#lp_product .uv > ul  {
    flex-direction: column;
  }
}
#lp_secret .uv > ul > li {
  width: 350px;
}
#lp_product .uv > ul > li {
  width: 49%;
}
@media (max-width: 767.98px) {
  #lp_secret .uv > ul > li, #lp_product .uv > ul > li {
    width: 100%;
  }
}
#lp_secret .uv > ul > li .sub_ttl, #lp_product .uv > ul > li .sub_ttl {
  padding-bottom: 20px; 
  font-size: 16px;
  font-weight: bold;
	padding-top: 20px;
}
@media (max-width: 767.98px) {
  #lp_secret .uv > ul > li .sub_ttl, #lp_product .uv > ul > li .sub_ttl {
    font-size: 14px;
  }
}
#lp_secret .uv > ul > li .ttl, #lp_product .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, #lp_product .uv > ul > li .ttl {
    padding-bottom: 15px; 
    font-size: 17px;
    line-height: 25px;
  }
}
#lp_secret .uv > ul > li p, #lp_product .uv > ul > li p {
  padding-bottom: 30px; 
  font-size: 14px;
}
@media (max-width: 767.98px) {
  #lp_secret .uv > ul > li p, #lp_product .uv > ul > li p {
    font-size: 14px;
  }
}
#lp_secret .uv > ul > li .cap, #lp_product .uv > ul > li .cap {
  font-size: 10px;
}
#lp_secret .uv > ul > li.img {
  width: 416px;
}
#lp_secret .uv > ul > li.img2 {
  width: 150px;
}

#lp_secret .uv > ul > li.point {
  width: calc(95% - 150px);
}
@media (max-width: 767.98px) {
#lp_secret .uv > ul > li.img2 {
  width: 50%;
		margin: 0 25%;
}
#lp_secret .uv > ul > li.point {
  width: 100%;
	margin-top: 20px;
}
}
@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_product .uv > ul > li.img2 {
        width: 400px;
    margin-right: 20px;
	text-align: center;
}
@media (max-width: 767.98px) {
#lp_product .uv > ul > li.img2 {
	width: 70%;
    margin: 0 15%;
	margin-bottom: 20px;
}
}
#lp_product .uv > ul > li.point {
    width: calc(95% - 150px);
}
#lp_secret .check ul li, #lp_product .check .point ul li {
  margin-bottom: 25px;
  padding-left: 30px;
  background: url("../images/icon_check.png") no-repeat top left;
  background-size: 22px 22px;
  font-size: 18px; 
  line-height: 22px;
}
@media (max-width: 767.98px) {
	#lp_product .uv > ul > li.point {
    width: 100%;
}
  #lp_secret .check ul li, #lp_product .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);
	margin-bottom: 100px;
}
@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: 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/voice_bg_pc.png") 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/voice_bg_sp.png") 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;
  }
}

.en #lp_voice .voice_wrap ul li.txt img {
  margin: 0 auto; 
  width: 240px;
}

.cn #lp_voice .voice_wrap ul li.txt img {
  margin: 30px auto 0 auto;
  width: 200px;
}
@media (max-width: 767.98px) {
  .cn #lp_voice .voice_wrap ul li.txt img {
    margin-top: 0; 
    width: 240px;
  }
}

/* --------------------------------
  LP_PRODUCT
-------------------------------- */
#lp_product {
  padding-top: 100px;
}
@media (max-width: 767.98px) {
  #lp_product {
    margin-top: 0;
  }
}
#lp_product .lp_wrapper {
  padding-bottom: 0px;
}
@media (max-width: 767.98px) {
  #lp_product .lp_wrapper {
    padding-bottom: 10px;
  }
}
#lp_product .bg {
  margin: 0 auto;
  padding: 16px; 
  width: 1123px;
}
@media (max-width: 767.98px) {
  #lp_product .bg {
    padding: 10px; 
    width: 100%;
  }
}
#lp_product .bg .inner {
  width: 920px;
    margin: auto;
}
@media (max-width: 767.98px) {
  #lp_product .bg .inner {
    width: 100%;
  }
}


.en #lp_product.mild .bg .inner ul li.txt p {
  margin-bottom: 15px;
}

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

/* --------------------------------
  GEL
-------------------------------- */
#lp_kv.gel .kv_img {
  background: url("../images/kv_pc.jpg") no-repeat top center;
  background-size: cover;
}
#lp_kv.gel .kv_img .ttl {
  margin: -120px 0 0 13px;
  width: 350px;
}
@media (max-width: 767.98px) {
  #lp_kv.gel .kv_img .ttl {
    bottom: 10px;
    width: 60%;
    left: 20%;
  }
}

#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;
	text-align: center;
}
#lp_kv.gel .kv_product .read_sp p {
  display: block;
  padding: 25px 0 0 150px;
}
#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: 120px;
	  margin-left:0;
	  margin-bottom: auto;
  }
}
@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: 230px;
}
@media (max-width: 767.98px) {
  #lp_kv.gel .kv_product ul li.img ul li:first-child {
    margin: 0 0 10px 0; 
    width: 100%;
  }
}
#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%;
    margin-top: -8px;
    display: block;
}

.en #lp_kv.gel .kv_img .ttl {
  width: 360px;
}
@media (max-width: 767.98px) {
  .en #lp_kv.gel .kv_img .ttl {
    left: 22%; 
    width: 56%;
  }
}

.en #lp_kv.gel .kv_product .read_sp {
  text-align: center;
}
.en #lp_kv.gel .kv_product .read_sp p {
  padding-left: 45%;
  font-size: 15px;
}

.en #lp_kv.gel .kv_product ul li.txt .read_pc {
  font-size: 28px;
}

.cn #lp_kv.gel .kv_img .ttl {
  width: 360px;
}
@media (max-width: 767.98px) {
  .cn #lp_kv.gel .kv_img .ttl {
    left: 22%; 
    width: 56%;
  }
}

#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: 0;
    width: 450px;
}
@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/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/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;
}

@media (max-width: 767.98px) {
  .en #lp_concept .lp_wrapper ul.gel {
    margin-top: -70px;
  }
}

.en #lp_concept .lp_wrapper ul.gel li {
  font-size: 15px;
  line-height: 44px;
}
@media (max-width: 767.98px) {
  .en #lp_concept .lp_wrapper ul.gel li {
    font-size: 13px;
    line-height: 26px;
  }
}
.en #lp_concept .lp_wrapper ul.gel li .read {
  top: -30px; 
  left: 50px;
  width: 432px;
}

.en #lp_concept .lp_wrapper ul.gel li:nth-child(1) {
  padding-top: 240px;
}
@media (max-width: 767.98px) {
  .en #lp_concept .lp_wrapper ul.gel li:nth-child(1) {
    padding-top: 30px;
  }
}

#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;
	line-height: 40px;
}
#lp_secret.gel .lp_wrapper .inner .box .ttl p.single {
	line-height: 80px;
}
@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;
  }
}

.en #lp_secret.gel .lp_wrapper .inner .box .ttl {
  letter-spacing: 0;
}

.en #lp_secret.gel .lp_wrapper .inner .box .ttl p {
  font-size: 32px;
}

#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/voice_bg.png") 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%;
}

.en #lp_voice.gel .lp_wrapper .inner .ul_wrap ul li p.ttl {
  width: 340px;
  font-size: 23px;
}
@media (max-width: 767.98px) {
  .en #lp_voice.gel .lp_wrapper .inner .ul_wrap ul li p.ttl {
    width: 120%;
    text-align: center; 
    font-size: 21px;
  }
}

.en #lp_voice.gel .lp_wrapper .inner .ul_wrap ul li p img {
  margin: 0 auto; 
  width: 180px;
}
@media (max-width: 767.98px) {
  .en #lp_voice.gel .lp_wrapper .inner .ul_wrap ul li p img {
    width: 120%;
  }
}

#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;
}

.en #lp_product.gel .lp_wrapper .inner .product_detail {
  top: 250px;
}
@media (max-width: 767.98px) {
  .en #lp_product.gel .lp_wrapper .inner .product_detail {
    top: 0;
  }
}

.en #lp_product.gel .lp_wrapper .inner .product_detail ul li span.body {
  letter-spacing: 0;
}

.en #lp_product.gel .lp_wrapper .inner .product_detail .cap_bottom {
  width: 300px; 
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .en #lp_product.gel .lp_wrapper .inner .product_detail .cap_bottom {
    width: 100%;
  }
}

.cn #lp_product.gel .lp_wrapper .inner .product_detail {
  top: 300px;
}
@media (max-width: 767.98px) {
  .cn #lp_product.gel .lp_wrapper .inner .product_detail {
    top: 0;
  }
}

#lp_relation.other, #lp_relation2.other {
  background: #f8f3eb;
}
#lp_relation.other .lp_wrapper, #lp_relation2.other .lp_wrapper {
  padding-bottom: 50px;
}
#lp_relation.other .lp_wrapper p, #lp_relation2.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;

  justify-content: space-between;
  align-items: center;
}
@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 .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: 500px;
}
@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/kv_pc.jpg") no-repeat top center;
  background-size: cover;
}
#lp_kv.milk .kv_img .ttl {
  margin: -150px 0 0 -350px;
    width: 450px;
}
@media (max-width: 767.98px) {
  #lp_kv.milk .kv_img .ttl {
    bottom: 29%;
    margin: 0 0 0 -18px; 
    width: 50%;
  }
}

#lp_kv.milk .kv_product {
  margin-top: -70px;
}
@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 50%;
  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: 20px;
}
#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: 220px;
}
@media (max-width: 767.98px) {
  #lp_kv.milk .kv_product ul li.img ul li:first-child {
    margin: 0 0 10px 0; 
    width: 110px;
  }
}
#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;
  }
}

.en #lp_kv .kv_product .read_sp p {
  font-size: 11px;
}
.en #lp_kv .kv_product .read_sp p span {
  font-size: 11px;
}

.en #lp_kv .kv_product ul li.txt .read_pc {
  font-size: 18px;
}

.en #lp_kv .kv_product ul li.txt .name {
  line-height: 32px;
}
@media (max-width: 767.98px) {
  .en #lp_kv .kv_product ul li.txt .name {
    line-height: 20px;
  }
}
.en #lp_kv .kv_product ul li.txt .name span {
  text-decoration: underline;
  font-size: 28px;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .en #lp_kv .kv_product ul li.txt .name span {
    font-size: 13px;
  }
}
.en #lp_kv .kv_product ul li.txt .name .bodyparts {
  letter-spacing: 1px;
}

@media (max-width: 767.98px) {
  .en #lp_kv .kv_product .cap {
    font-size: 10px;
  }
}

#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: 250px;
  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_voice .milk_use {
  margin: 0 auto;
  padding: 55px 0;
  width: calc(100% - 48px);
  background: url("../images/use_bg_pc.jpg") no-repeat top center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  #lp_voice .milk_use {
    padding: 35px 0; 
    width: 100%;
    background: url("../images/use_bg_sp.jpg") no-repeat top center;
    background-size: cover;
  }
}
#lp_voice .milk_use .ul_wrap {
  position: relative;
  margin: 0 auto; 
  width: 900px;
}
@media (max-width: 767.98px) {
  #lp_voice .milk_use .ul_wrap {
    width: 85%;
  }
}
#lp_voice .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_voice .milk_use ul {
    flex-direction: column-reverse;
    padding: 30px 0;
  }
}
#lp_voice .milk_use ul p {
  padding-bottom: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
	line-height: normal;
}
@media (max-width: 767.98px) {
  #lp_voice .milk_use ul p {
    padding-bottom: 25px; 
    font-size: 21px;
  }
}
#lp_voice .milk_use ul li:nth-child(1) {
  margin-right: 40px; 
  width: 390px;
  font-size: 10px;
  line-height: 14px;
}
@media (max-width: 767.98px) {
  #lp_voice .milk_use ul li:nth-child(1) {
    margin-right: 0; 
    width: 80%;
    font-size: 11px;
  }
}
#lp_voice .milk_use ul li:nth-child(2) {
  margin-left: 40px; 
  width: 220px;
}
@media (max-width: 767.98px) {
  #lp_voice .milk_use ul li:nth-child(2) {
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  #lp_voice .milk_use ul li:nth-child(2) img {
    width: 70%;
  }
}

@media (max-width: 767.98px) {
  .en #lp_concept .lp_wrapper ul.milk {
    margin-top: -140px;
  }
}

.en #lp_concept .lp_wrapper ul.milk li {
  font-size: 17px;
  line-height: 32px;
}
@media (max-width: 767.98px) {
  .en #lp_concept .lp_wrapper ul.milk li {
    font-size: 14px;
    line-height: 24px;
  }
}
.en #lp_concept .lp_wrapper ul.milk li .read {
  left: 50px; 
  width: 368px;
}

.en #lp_voice .milk_use ul p {
  line-height: 32px;
}
@media (max-width: 767.98px) {
  .en #lp_voice .milk_use ul p {
    padding: 0 20px; 
    line-height: 30px;
  }
}

#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: 100px 40px;
  width: 990px;
  background: url("../images/voice_bg.png") 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: 380px;
	text-align: center;
}
@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: 30px;
	font-weight: bold;
}
@media (max-width: 767.98px) {
	#lp_voice.milk .lp_wrapper .inner .ul_wrap ul li p.ttl {
  font-size: 21px;
}
}
#lp_voice.milk .lp_wrapper .inner .ul_wrap ul li .txt {
  margin: 0 auto; 
  width: 78%;
}

.en #lp_voice.milk .lp_wrapper .inner .ul_wrap ul li p {
  width: 180px;
}
@media (max-width: 767.98px) {
  .en #lp_voice.milk .lp_wrapper .inner .ul_wrap ul li p {
    width: 120%;
  }
}

.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/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/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%;
  }
}

.en #lp_product.milk .cap_bottom {
  padding-top: 20px;
  padding-left: 260px;
  text-align: left;
}
@media (max-width: 767.98px) {
  .en #lp_product.milk .cap_bottom {
    padding-left: 0;
  }
}

.en #lp_product.milk .inner_uv .ul_wrap ul li .icon {
  width: 210px;
}

.en #lp_product.milk .inner_uv .ul_wrap ul li p.name {
  padding-bottom: 20px;
}

.en #lp_product.milk .inner_uv .ul_wrap ul li p {
  padding-bottom: 20px;
}

/* --------------------------------
  PACT
-------------------------------- */
#lp_kv.pact .kv_img {
  background: url("../images/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: -50px;
}
@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: 12px;
}
#lp_kv.pact .kv_product .read_sp p {
  display: block;
    padding: 10px 0px 10px 50%;
    text-align: center;
    line-height: normal;
}
#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;
    font-size: 20px;
    font-weight: normal;
	      margin-bottom: 6px;
  }
}
#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 {
    width: 50%;
    margin-top: -2%;
    margin-left: 0;
    margin-right: 0;
  }
}
#lp_kv.pact .kv_product ul li.img ul li:first-child {
  margin: 0 10px 5px 0; 
  width: 350px;
}
@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: 36px;
}
#lp_kv.pact .kv_product ul li.txt .read_pc .name {
  display: inline-block;
}
@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-bottom: 10px;
    margin-top: -10px;
}
@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: #887240;
  color: #fff; 
  font-size: 10px;
	display: inline-block;
}
@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: center;
}
@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;
  }
}

@media (max-width: 767.98px) {
  .en #lp_kv.pact .kv_product ul {
    margin-top: -28px;
  }
}

.en #lp_kv.pact .kv_product ul li.txt .read_pc {
  font-size: 24px;
}
.en #lp_kv.pact .kv_product ul li.txt .read_pc .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%;
  }
}

#lp_concept .pact_use {
  margin: 0 auto;
  padding: 55px 0;
  width: calc(100% - 48px);
  background: url("../images/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: none;
  }
}
#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%;
    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;
}

.en #lp_concept .lp_wrapper ul.pact {
  padding-top: 30px;
}
.en #lp_concept .lp_wrapper ul.pact li:nth-child(1) {
  margin-right: 30px; 
  width: 450px;
}
@media (max-width: 767.98px) {
  .en #lp_concept .lp_wrapper ul.pact li:nth-child(1) {
    margin-right: 0; 
    width: 100%;
  }
}

.en #lp_concept .pact_use ul p {
  line-height: 32px;
}
@media (max-width: 767.98px) {
  .en #lp_concept .pact_use ul p {
    padding: 0 20px 20px;
  }
}

#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, #lp_secret.pact .lp_wrapper .inner .box .img_plain2 {
  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_plain2 {
    padding: 0px;
  }
  #lp_secret.pact .lp_wrapper .inner .box .img_plain img, #lp_secret.pact .lp_wrapper .inner .box .img_plain2 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;
  }
}

.en #lp_secret.pact .check ul li {
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .en #lp_secret.pact .check ul li {
    line-height: 22px;
  }
}

#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/voice_bg_pc.png") 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: 20px; 
  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-bottom: 10px; 
  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%;
  }
}

.en #lp_voice.pact .lp_wrapper .inner .ul_wrap ul li p.ttl {
  font-size: 24px;
  line-height: 30px;
}

.en #lp_voice.pact .lp_wrapper .inner .ul_wrap ul li p img {
  margin-top: 10px; 
  width: 190px;
}
@media (max-width: 767.98px) {
  .en #lp_voice.pact .lp_wrapper .inner .ul_wrap ul li p img {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .en #lp_voice.pact .lp_wrapper .inner .ul_wrap ul li .txt img {
    display: block;
    width: 50%;
  }
}

#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/product_bg_pc.png") 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;
}

.en #lp_product.pact .lp_wrapper .inner .product_detail {
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .en #lp_product.pact .lp_wrapper .inner .product_detail {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .en #lp_product.pact .lp_wrapper .inner .product_detail ul li span.body {
    display: inline-block;
    line-height: 8px;
  }
}

.en #lp_product.pact .lp_wrapper .inner .product_detail .cap_bottom {
  margin: 0 auto; 
  width: 300px;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .en #lp_product.pact .lp_wrapper .inner .product_detail .cap_bottom {
    width: 100%;
  }
}

.cn #lp_product.pact .lp_wrapper .inner .product_detail {
  margin-top: 100px;
}
@media (max-width: 767.98px) {
  .cn #lp_product.pact .lp_wrapper .inner .product_detail {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .cn #lp_product.pact .lp_wrapper .inner .product_detail ul li span.body {
    display: inline-block;
    line-height: 14px;
  }
}